lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of AlexCuse for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d+4921f119fbd49a87f301d7978453f85b10d57c6f (c15359522b0980a0b87d31d4eba49742baaf346a) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: 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-22316 in /w/workspace/ndry_app-functions-sdk-go_PR-644 [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-644 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/644/head:refs/remotes/origin/PR-644 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4921f119fbd49a87f301d7978453f85b10d57c6f into PR head commit dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d Merge succeeded, producing dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d Checking out Revision dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d (PR-644) > git config core.sparsecheckout # timeout=10 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # 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 4921f119fbd49a87f301d7978453f85b10d57c6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 Commit message: "Merge branch 'master' into trigger-response-content-type" > git rev-list --no-walk dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:21:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:21:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:21:34 ========================================================= 19:21:34 EdgeX Global Pipelines Version Info 19:21:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:21:35 ------------------- 19:21:35 stable info: 19:21:35 ------------------- 19:21:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:21:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 19:21:35 Message: update stable to v1.0.179 19:21:36 ------------------- 19:21:36 experimental info: 19:21:36 ------------------- 19:21:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:21:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 19:21:36 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:21:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:21:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-644 [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-644 [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-644 [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcd4c0a [Pipeline] echo 19:21:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:21:40 + git log --format=format:%s -1 dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] echo 19:21:40 GIT_COMMIT: dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d, Commit Message: Merge branch 'master' into trigger-response-content-type [Pipeline] echo 19:21:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:21:41 19:21:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:21:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:21:42 latest: Pulling from edgex-devops/git-semver 19:21:42 31603596830f: Pulling fs layer 19:21:42 2a8b12db71e7: Pulling fs layer 19:21:42 6ca5941a6612: Pulling fs layer 19:21:42 ecc8261a40a4: Pulling fs layer 19:21:42 ecc8261a40a4: Waiting 19:21:42 2a8b12db71e7: Verifying Checksum 19:21:42 2a8b12db71e7: Download complete 19:21:42 31603596830f: Download complete 19:21:42 ecc8261a40a4: Verifying Checksum 19:21:42 ecc8261a40a4: Download complete 19:21:42 6ca5941a6612: Verifying Checksum 19:21:42 6ca5941a6612: Download complete 19:21:42 31603596830f: Pull complete 19:21:42 2a8b12db71e7: Pull complete 19:21:43 6ca5941a6612: Pull complete 19:21:43 ecc8261a40a4: Pull complete 19:21:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:21:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:21:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:21:43 prd-centos7-docker-4c-2g-22316 does not seem to be running inside a container 19:21:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-644 -v /w/workspace/ndry_app-functions-sdk-go_PR-644:/w/workspace/ndry_app-functions-sdk-go_PR-644:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-644@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:10004/edgex-devops/git-semver:latest cat 19:21:45 $ docker top 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:21:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:21:46 [ssh-agent] Looking for ssh-agent implementation... 19:21:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:21:46 $ docker exec 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent 19:21:46 SSH_AUTH_SOCK=/tmp/ssh-KuRY5qqtQEgP/agent.13 19:21:46 SSH_AGENT_PID=18 19:21:46 Running ssh-add (command line suppressed) 19:21:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_1552855543564074788.key (/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_1552855543564074788.key) 19:21:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:21:47 + git tag --points-at HEAD [Pipeline] } 19:21:47 $ docker exec --env ******** --env ******** 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent -k 19:21:47 unset SSH_AUTH_SOCK; 19:21:47 unset SSH_AGENT_PID; 19:21:47 echo Agent pid 18 killed; 19:21:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:21:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:21:47 [ssh-agent] Looking for ssh-agent implementation... 19:21:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:21:47 $ docker exec 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent 19:21:47 SSH_AUTH_SOCK=/tmp/ssh-V2heLucRlmrH/agent.47 19:21:47 SSH_AGENT_PID=52 19:21:47 Running ssh-add (command line suppressed) 19:21:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_6017893849005155825.key (/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_6017893849005155825.key) 19:21:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:21:48 + git semver init 19:21:48 # -> Open(): unable to determine branch for HEAD 19:21:48 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-644/.git 19:21:48 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-644 19:21:48 # $SEMVER_REMOTE_NAME = origin 19:21:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:21:48 # $SEMVER_USER_NAME = edgex-jenkins 19:21:48 # $SEMVER_BRANCH = PR-644 19:21:48 # $SEMVER_TEMP = /tmp/semver-327785668 19:21:48 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 19:21:50 # '/tmp/semver-327785668' -> '/w/workspace/ndry_app-functions-sdk-go_PR-644/.semver' 19:21:50 # -> Force: false 19:21:50 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-644/.semver [Pipeline] } 19:21:50 $ docker exec --env ******** --env ******** 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent -k 19:21:51 unset SSH_AUTH_SOCK; 19:21:51 unset SSH_AGENT_PID; 19:21:51 echo Agent pid 52 killed; 19:21:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:21:51 + git semver [Pipeline] } 19:21:51 $ docker stop --time=1 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 19:21:53 $ docker rm -f 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 [Pipeline] // withDockerContainer [Pipeline] sh 19:21:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:21:53 Stashed 1 file(s) [Pipeline] echo 19:21:53 [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 19:22:09 Still waiting to schedule task 19:22:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:22:09 Still waiting to schedule task 19:22:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:23:58 Running on prd-centos7-docker-4c-2g-22320 in /w/workspace/ndry_app-functions-sdk-go_PR-644 [Pipeline] { [Pipeline] ws 19:23:58 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 19:24:01 using credential edgex-jenkins-ssh 19:24:01 Cloning the remote Git repository 19:24:01 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:24:01 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 19:24:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:24:01 > git --version # timeout=10 19:24:01 > git --version # 'git version 2.24.3' 19:24:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:04 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:24:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:04 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:24:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:24:04 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/644/head:refs/remotes/origin/PR-644 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:05 Merging remotes/origin/master commit 4921f119fbd49a87f301d7978453f85b10d57c6f into PR head commit dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d 19:24:05 Merge succeeded, producing dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d 19:24:05 Checking out Revision dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d (PR-644) 19:24:05 > git config core.sparsecheckout # timeout=10 19:24:05 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 19:24:05 > git remote # timeout=10 19:24:05 > git config --get remote.origin.url # timeout=10 19:24:05 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:05 > git merge 4921f119fbd49a87f301d7978453f85b10d57c6f # timeout=10 19:24:05 > git rev-parse HEAD^{commit} # timeout=10 19:24:05 > git config core.sparsecheckout # timeout=10 19:24:05 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 19:24:09 Commit message: "Merge branch 'master' into trigger-response-content-type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:24:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:24:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:24:11 + sudo service docker restart 19:24:11 + true 19:24:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 19:24:13 ========================================================= 19:24:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:24:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:24:13 + 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 . 19:24:14 Sending build context to Docker daemon 19.15MB 19:24:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 19:24:14 Step 2/8 : FROM ${BASE} 19:24:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:24:14 188c0c94c7c5: Pulling fs layer 19:24:14 0ef7d3d256c8: Pulling fs layer 19:24:14 de9db76c5a1d: Pulling fs layer 19:24:14 bca2f99d35d6: Pulling fs layer 19:24:14 93359f2a8cfa: Pulling fs layer 19:24:14 7c6f9722023f: Pulling fs layer 19:24:14 a35cf1a2eb13: Pulling fs layer 19:24:14 93359f2a8cfa: Waiting 19:24:14 7c6f9722023f: Waiting 19:24:14 a35cf1a2eb13: Waiting 19:24:14 bca2f99d35d6: Waiting 19:24:14 de9db76c5a1d: Download complete 19:24:14 0ef7d3d256c8: Verifying Checksum 19:24:14 0ef7d3d256c8: Download complete 19:24:14 93359f2a8cfa: Verifying Checksum 19:24:14 93359f2a8cfa: Download complete 19:24:14 7c6f9722023f: Verifying Checksum 19:24:14 7c6f9722023f: Download complete 19:24:14 188c0c94c7c5: Verifying Checksum 19:24:14 188c0c94c7c5: Download complete 19:24:14 188c0c94c7c5: Pull complete 19:24:14 0ef7d3d256c8: Pull complete 19:24:15 de9db76c5a1d: Pull complete 19:24:17 a35cf1a2eb13: Verifying Checksum 19:24:17 a35cf1a2eb13: Download complete 19:24:17 bca2f99d35d6: Verifying Checksum 19:24:17 bca2f99d35d6: Download complete 19:24:23 bca2f99d35d6: Pull complete 19:24:23 93359f2a8cfa: Pull complete 19:24:23 7c6f9722023f: Pull complete 19:24:29 a35cf1a2eb13: Pull complete 19:24:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:24:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:24:29 ---> a62c8e92a672 19:24:29 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 19:24:29 20.10.0: Pulling from library/docker 19:24:29 05e7bc50f07f: Pulling fs layer 19:24:29 6db28d0fdbf6: Pulling fs layer 19:24:29 292df0bc6bf3: Pulling fs layer 19:24:29 2e060f4bd70b: Pulling fs layer 19:24:29 80e8d568a223: Pulling fs layer 19:24:29 8dc6ef1a942a: Pulling fs layer 19:24:29 2312dd95470a: Pulling fs layer 19:24:29 8dc6ef1a942a: Waiting 19:24:29 2e060f4bd70b: Waiting 19:24:29 2312dd95470a: Waiting 19:24:29 80e8d568a223: Waiting 19:24:29 292df0bc6bf3: Download complete 19:24:29 6db28d0fdbf6: Verifying Checksum 19:24:29 6db28d0fdbf6: Download complete 19:24:29 80e8d568a223: Verifying Checksum 19:24:29 80e8d568a223: Download complete 19:24:29 8dc6ef1a942a: Verifying Checksum 19:24:29 8dc6ef1a942a: Download complete 19:24:29 05e7bc50f07f: Verifying Checksum 19:24:29 05e7bc50f07f: Download complete 19:24:29 2312dd95470a: Verifying Checksum 19:24:29 2312dd95470a: Download complete 19:24:29 05e7bc50f07f: Pull complete 19:24:30 6db28d0fdbf6: Pull complete 19:24:30 292df0bc6bf3: Pull complete 19:24:30 2e060f4bd70b: Verifying Checksum 19:24:30 2e060f4bd70b: Download complete 19:24:33 2e060f4bd70b: Pull complete 19:24:33 80e8d568a223: Pull complete 19:24:33 8dc6ef1a942a: Pull complete 19:24:33 2312dd95470a: Pull complete 19:24:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:24:33 Status: Downloaded newer image for docker:20.10.0 19:24:35 ---> 47a70696f523 19:24:35 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:24:35 ---> Running in 8bd17a330360 19:24:35 Removing intermediate container 8bd17a330360 19:24:35 ---> 451742ef3b9b 19:24:35 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:24:35 ---> Running in 9339552c53fe 19:24:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:24:37 (1/5) Installing libsodium (1.0.18-r0) 19:24:37 (2/5) Installing libzmq (4.3.3-r0) 19:24:37 (3/5) Installing pkgconf (1.7.2-r0) 19:24:37 (4/5) Installing libsodium-dev (1.0.18-r0) 19:24:38 (5/5) Installing zeromq-dev (4.3.3-r0) 19:24:38 Executing busybox-1.31.1-r19.trigger 19:24:38 OK: 167 MiB in 44 packages 19:24:39 Removing intermediate container 9339552c53fe 19:24:39 ---> eb043142ce20 19:24:39 Step 6/8 : WORKDIR /build 19:24:39 ---> Running in dca8a5685248 19:24:39 Removing intermediate container dca8a5685248 19:24:39 ---> 00c6c686b67e 19:24:39 Step 7/8 : COPY go.mod . 19:24:39 ---> 519fae09baad 19:24:39 Step 8/8 : RUN go mod download 19:24:39 ---> Running in 18ad1633bb98 19:25:01 Removing intermediate container 18ad1633bb98 19:25:01 ---> a05193cb4ad2 19:25:01 Successfully built a05193cb4ad2 19:25:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:25:01 + docker inspect -f . ci-base-image-x86_64 19:25:01 . [Pipeline] withDockerContainer 19:25:02 prd-centos7-docker-4c-2g-22320 does not seem to be running inside a container 19:25:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:25:03 $ docker top 3cbfbd4b9d88084585a21bb718f4f77a7e4efb3c533d0394a4483dc01cd88c12 -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:03 + go version 19:25:03 go version go1.15.5 linux/amd64 [Pipeline] } 19:25:03 $ docker stop --time=1 3cbfbd4b9d88084585a21bb718f4f77a7e4efb3c533d0394a4483dc01cd88c12 19:25:05 $ docker rm -f 3cbfbd4b9d88084585a21bb718f4f77a7e4efb3c533d0394a4483dc01cd88c12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:25:06 + docker inspect -f . ci-base-image-x86_64 19:25:06 . [Pipeline] withDockerContainer 19:25:06 prd-centos7-docker-4c-2g-22320 does not seem to be running inside a container 19:25:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:25:07 $ docker top 0f50d6f37d910597f75600385d463486fe85289c4116b73caffee118265c218c -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:07 + make test 19:25:07 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:25:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 19:25:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.026s coverage: 81.0% of statements 19:25:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.046s coverage: 48.6% of statements 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 19:25:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.039s coverage: 61.5% of statements 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 19:25:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.047s coverage: 67.7% of statements 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 19:25:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.008s coverage: 97.0% of statements 19:25:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 19:25:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.055s coverage: 8.8% of statements 19:25:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.857s coverage: 77.5% of statements 19:25:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 19:25:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.057s coverage: 87.9% of statements 19:25:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.013s coverage: 80.5% of statements 19:25:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.007s coverage: 71.7% of statements 19:25:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22321 in /w/workspace/ndry_app-functions-sdk-go_PR-644 [Pipeline] { [Pipeline] ws 19:25:50 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 19:25:53 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.037s coverage: 81.4% of statements 19:25:53 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.006s coverage: 94.4% of statements 19:25:53 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:25:56 using credential edgex-jenkins-ssh 19:25:56 Cloning the remote Git repository 19:25:56 gofmt -l . 19:25:56 [ "`gofmt -l .`" = "" ] 19:25:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 19:25:56 $ docker stop --time=1 0f50d6f37d910597f75600385d463486fe85289c4116b73caffee118265c218c 19:25:56 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:56 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 19:25:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:56 > git --version # timeout=10 19:25:56 > git --version # 'git version 2.17.1' 19:25:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:25:58 $ docker rm -f 0f50d6f37d910597f75600385d463486fe85289c4116b73caffee118265c218c [Pipeline] // withDockerContainer [Pipeline] sh 19:25:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:25:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 19:25:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:25:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [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 19:26:00 Merging remotes/origin/master commit 4921f119fbd49a87f301d7978453f85b10d57c6f into PR head commit dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 19:26:00 Merge succeeded, producing dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d 19:26:00 Checking out Revision dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d (PR-644) [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 19:25:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:25:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/644/head:refs/remotes/origin/PR-644 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:26:00 > git config core.sparsecheckout # timeout=10 19:26:00 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 19:26:00 > git remote # timeout=10 19:26:00 > git config --get remote.origin.url # timeout=10 19:26:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:26:00 > git merge 4921f119fbd49a87f301d7978453f85b10d57c6f # timeout=10 19:26:00 > git rev-parse HEAD^{commit} # timeout=10 19:26:00 > git config core.sparsecheckout # timeout=10 19:26:00 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 19:26:05 Commit message: "Merge branch 'master' into trigger-response-content-type" [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:26:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:26:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:26:16 + true 19:26:16 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 19:26:18 ========================================================= 19:26:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:26:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:26:18 + 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 . 19:26:19 Sending build context to Docker daemon 19.15MB 19:26:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 19:26:19 Step 2/8 : FROM ${BASE} 19:26:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:26:20 5f621e34cdf4: Pulling fs layer 19:26:20 a4357932f1b6: Pulling fs layer 19:26:20 18c013af1878: Pulling fs layer 19:26:20 00ac8860ef70: Pulling fs layer 19:26:20 63d7cb157983: Pulling fs layer 19:26:20 b116817d02f9: Pulling fs layer 19:26:20 745a02a5169b: Pulling fs layer 19:26:20 00ac8860ef70: Waiting 19:26:20 63d7cb157983: Waiting 19:26:20 b116817d02f9: Waiting 19:26:20 745a02a5169b: Waiting 19:26:20 18c013af1878: Verifying Checksum 19:26:20 18c013af1878: Download complete 19:26:20 a4357932f1b6: Verifying Checksum 19:26:20 a4357932f1b6: Download complete 19:26:20 63d7cb157983: Verifying Checksum 19:26:20 63d7cb157983: Download complete 19:26:20 b116817d02f9: Verifying Checksum 19:26:20 b116817d02f9: Download complete 19:26:20 5f621e34cdf4: Download complete 19:26:20 5f621e34cdf4: Pull complete 19:26:21 a4357932f1b6: Pull complete 19:26:21 18c013af1878: Pull complete 19:26:22 745a02a5169b: Download complete 19:26:23 00ac8860ef70: Verifying Checksum 19:26:23 00ac8860ef70: Download complete 19:26:33 00ac8860ef70: Pull complete 19:26:33 63d7cb157983: Pull complete 19:26:33 b116817d02f9: Pull complete 19:26:37 745a02a5169b: Pull complete 19:26:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:26:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:26:37 ---> b7e6874047d6 19:26:37 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 19:26:37 20.10.0: Pulling from library/docker 19:26:37 a3cc7d3b244e: Pulling fs layer 19:26:37 02a3295e0d61: Pulling fs layer 19:26:37 0f4f2e6d8100: Pulling fs layer 19:26:37 330b718f631f: Pulling fs layer 19:26:37 a93816041522: Pulling fs layer 19:26:37 bdb6da89ff94: Pulling fs layer 19:26:37 2a70c0c122f4: Pulling fs layer 19:26:37 a93816041522: Waiting 19:26:37 bdb6da89ff94: Waiting 19:26:37 2a70c0c122f4: Waiting 19:26:37 330b718f631f: Waiting 19:26:37 0f4f2e6d8100: Verifying Checksum 19:26:37 0f4f2e6d8100: Download complete 19:26:37 02a3295e0d61: Download complete 19:26:37 a3cc7d3b244e: Verifying Checksum 19:26:37 a3cc7d3b244e: Download complete 19:26:37 a93816041522: Verifying Checksum 19:26:37 a93816041522: Download complete 19:26:37 bdb6da89ff94: Download complete 19:26:37 2a70c0c122f4: Verifying Checksum 19:26:37 2a70c0c122f4: Download complete 19:26:37 a3cc7d3b244e: Pull complete 19:26:38 02a3295e0d61: Pull complete 19:26:38 330b718f631f: Verifying Checksum 19:26:38 330b718f631f: Download complete 19:26:38 0f4f2e6d8100: Pull complete 19:26:43 330b718f631f: Pull complete 19:26:43 a93816041522: Pull complete 19:26:43 bdb6da89ff94: Pull complete 19:26:43 2a70c0c122f4: Pull complete 19:26:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:26:43 Status: Downloaded newer image for docker:20.10.0 19:26:50 ---> 0485c38d7190 19:26:50 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:26:50 ---> Running in 2bb42b331cf5 19:26:50 Removing intermediate container 2bb42b331cf5 19:26:50 ---> a19b1b427ffa 19:26:50 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:26:50 ---> Running in 4656e1a5290c 19:26:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:52 (1/5) Installing libsodium (1.0.18-r0) 19:26:52 (2/5) Installing libzmq (4.3.3-r0) 19:26:52 (3/5) Installing pkgconf (1.7.2-r0) 19:26:52 (4/5) Installing libsodium-dev (1.0.18-r0) 19:26:53 (5/5) Installing zeromq-dev (4.3.3-r0) 19:26:53 Executing busybox-1.31.1-r19.trigger 19:26:53 OK: 144 MiB in 44 packages 19:26:54 Removing intermediate container 4656e1a5290c 19:26:54 ---> 97aada8acfb6 19:26:54 Step 6/8 : WORKDIR /build 19:26:54 ---> Running in 15bff00375f3 19:26:54 Removing intermediate container 15bff00375f3 19:26:54 ---> 13a799ff35af 19:26:54 Step 7/8 : COPY go.mod . 19:26:55 ---> 245046701e0a 19:26:55 Step 8/8 : RUN go mod download 19:26:55 ---> Running in cdde35c02288 19:27:22 Removing intermediate container cdde35c02288 19:27:22 ---> 41cbd889485d 19:27:22 Successfully built 41cbd889485d 19:27:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:27:22 + docker inspect -f . ci-base-image-arm64 19:27:22 . [Pipeline] withDockerContainer 19:27:23 prd-ubuntu18.04-docker-arm64-4c-16g-22321 does not seem to be running inside a container 19:27:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:27:24 $ docker top 0e3b66e546edc421ddb531fea57107060ff06cd9bb9f294c33189392c1b1748e -eo pid,comm [Pipeline] { [Pipeline] sh 19:27:25 + go version 19:27:25 go version go1.15.5 linux/arm64 [Pipeline] } 19:27:25 $ docker stop --time=1 0e3b66e546edc421ddb531fea57107060ff06cd9bb9f294c33189392c1b1748e 19:27:27 $ docker rm -f 0e3b66e546edc421ddb531fea57107060ff06cd9bb9f294c33189392c1b1748e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:27:28 + docker inspect -f . ci-base-image-arm64 19:27:28 . [Pipeline] withDockerContainer 19:27:29 prd-ubuntu18.04-docker-arm64-4c-16g-22321 does not seem to be running inside a container 19:27:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:27:30 $ docker top 1f4be704686bb5fd6391c9bfbba44c9261baa61901c353bce01ff62fa681ca7a -eo pid,comm [Pipeline] { [Pipeline] sh 19:27:31 + make test 19:27:31 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:27:33 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 19:27:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.051s coverage: 81.0% of statements 19:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.056s coverage: 48.6% of statements 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 19:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.086s coverage: 61.5% of statements 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 19:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.066s coverage: 67.7% of statements 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 19:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.022s coverage: 97.0% of statements 19:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 19:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.026s coverage: 8.8% of statements 19:28:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.859s coverage: 77.5% of statements 19:28:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 19:28:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.040s coverage: 87.9% of statements 19:28:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.040s coverage: 80.5% of statements 19:28:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.024s coverage: 71.7% of statements 19:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.059s coverage: 81.4% of statements 19:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.014s coverage: 94.4% of statements 19:28:47 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:28:56 gofmt -l . 19:28:56 [ "`gofmt -l .`" = "" ] 19:28:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 19:28:57 $ docker stop --time=1 1f4be704686bb5fd6391c9bfbba44c9261baa61901c353bce01ff62fa681ca7a 19:28:59 $ docker rm -f 1f4be704686bb5fd6391c9bfbba44c9261baa61901c353bce01ff62fa681ca7a [Pipeline] // withDockerContainer [Pipeline] sh 19:29:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:29:00 Warning: overwriting stash ‘coverage-report’ 19:29:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:29:03 provisioning config files... 19:29:03 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/config4291880125815910478tmp [Pipeline] { [Pipeline] sh 19:29:03 + set +x 19:29:03 + curl -s https://codecov.io/bash 19:29:03 + bash -s -- 19:29:03 19:29:03 _____ _ 19:29:03 / ____| | | 19:29:03 | | ___ __| | ___ ___ _____ __ 19:29:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:29:03 | |___| (_) | (_| | __/ (_| (_) \ V / 19:29:03 \_____\___/ \__,_|\___|\___\___/ \_/ 19:29:03 Bash-20210115-cec3c92 19:29:03 19:29:03 19:29:03 ==> git version 2.24.3 found 19:29:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:29:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:29:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:29:03 ==> Jenkins CI detected. 19:29:03 project root: . 19:29:03 --> token set from env 19:29:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:29:03 ==> Running gcov in . (disable via -X gcov) 19:29:03 ==> Python coveragepy not found 19:29:03 ==> Searching for coverage reports in: 19:29:03 + . 19:29:03 -> Found 1 reports 19:29:03 ==> Detecting git/mercurial file structure 19:29:03 ==> Reading reports 19:29:03 + ./coverage.out bytes=74538 19:29:03 ==> Appending adjustments 19:29:03 https://docs.codecov.io/docs/fixing-reports 19:29:04 + Found adjustments 19:29:04 ==> Gzipping contents 19:29:04 16K /tmp/codecov.qSHclJ.gz 19:29:04 ==> Uploading reports 19:29:04 url: https://codecov.io 19:29:04 query: branch=PR-644&commit=dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-644%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=644&job=&cmd_args= 19:29:04 -> Pinging Codecov 19:29:04 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-644&commit=dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-644%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=644&job=&cmd_args= 19:29:04 -> Uploading to 19:29:04 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/3D8B5DFFC46A037C893635FACE044666/dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d/d2ba5408-70a5-409a-9b4d-2602d16987ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T192904Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f1335a74b0fccd8d7634c469fb770d6be8b942dbfcd59e4a11ed2c71f54b3f8 19:29:04 % Total % Received % Xferd Average Speed Time Time Time Current 19:29:04 Dload Upload Total Spent Left Speed 19:29:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12966 0 0 100 12966 0 32008 --:--:-- --:--:-- --:--:-- 32014 19:29:05 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] } 19:29:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:29:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:29:07 ---> package-listing.sh 19:29:07 ++ facter osfamily 19:29:07 ++ tr '[:upper:]' '[:lower:]' 19:29:07 + OS_FAMILY=redhat 19:29:07 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-644 19:29:07 + START_PACKAGES=/tmp/packages_start.txt 19:29:07 + END_PACKAGES=/tmp/packages_end.txt 19:29:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:29:07 + PACKAGES=/tmp/packages_start.txt 19:29:07 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-644 ']' 19:29:07 + PACKAGES=/tmp/packages_end.txt 19:29:07 + case "${OS_FAMILY}" in 19:29:07 + rpm -qa 19:29:07 + sort 19:29:13 + '[' -f /tmp/packages_start.txt ']' 19:29:13 + '[' -f /tmp/packages_end.txt ']' 19:29:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:29:13 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-644 ']' 19:29:13 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-644/archives/ 19:29:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-644/archives/ [Pipeline] echo 19:29:13 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-644/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:29:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:29:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:13 19:29:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:29:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:14 alpine: Pulling from edgex-lftools-log-publisher 19:29:14 df20fa9351a1: Pulling fs layer 19:29:14 36b3adc4ff6f: Pulling fs layer 19:29:14 8ad3a11d3b57: Pulling fs layer 19:29:14 46f8f816bc3b: Pulling fs layer 19:29:14 93b61091891f: Pulling fs layer 19:29:14 93b9cdb0e59b: Pulling fs layer 19:29:14 5e14af77c1be: Pulling fs layer 19:29:14 01666e4c0597: Pulling fs layer 19:29:14 aa168da1d23b: Pulling fs layer 19:29:14 46f8f816bc3b: Waiting 19:29:14 93b61091891f: Waiting 19:29:14 93b9cdb0e59b: Waiting 19:29:14 5e14af77c1be: Waiting 19:29:14 01666e4c0597: Waiting 19:29:14 aa168da1d23b: Waiting 19:29:14 36b3adc4ff6f: Verifying Checksum 19:29:14 36b3adc4ff6f: Download complete 19:29:14 46f8f816bc3b: Download complete 19:29:14 df20fa9351a1: Verifying Checksum 19:29:14 df20fa9351a1: Download complete 19:29:14 8ad3a11d3b57: Verifying Checksum 19:29:14 8ad3a11d3b57: Download complete 19:29:14 5e14af77c1be: Verifying Checksum 19:29:14 5e14af77c1be: Download complete 19:29:14 01666e4c0597: Verifying Checksum 19:29:14 01666e4c0597: Download complete 19:29:14 df20fa9351a1: Pull complete 19:29:15 36b3adc4ff6f: Pull complete 19:29:15 93b9cdb0e59b: Verifying Checksum 19:29:15 93b9cdb0e59b: Download complete 19:29:15 93b61091891f: Verifying Checksum 19:29:15 93b61091891f: Download complete 19:29:15 8ad3a11d3b57: Pull complete 19:29:16 aa168da1d23b: Verifying Checksum 19:29:16 aa168da1d23b: Download complete 19:29:16 46f8f816bc3b: Pull complete 19:29:17 93b61091891f: Pull complete 19:29:17 93b9cdb0e59b: Pull complete 19:29:17 5e14af77c1be: Pull complete 19:29:17 01666e4c0597: Pull complete 19:29:24 aa168da1d23b: Pull complete 19:29:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:29:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:29:24 prd-centos7-docker-4c-2g-22316 does not seem to be running inside a container 19:29:24 $ 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-644/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-644 -v /w/workspace/ndry_app-functions-sdk-go_PR-644:/w/workspace/ndry_app-functions-sdk-go_PR-644:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:29:28 $ docker top 4019a943cd1703079a0b61867ccee0e577324051d7556096faaf286f2a6633f8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:29:28 + touch /tmp/pre-build-complete [Pipeline] sh 19:29:29 + mkdir -p /var/log/sa [Pipeline] sh 19:29:29 + ls /var/log/sa-host 19:29:29 + sadf -c /var/log/sa-host/sa22 19:29:29 file_magic: OK 19:29:29 HZ: Using current value: 100 19:29:29 file_header: OK 19:29:29 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 19:29:29 Statistics: 19:29:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:29:29 File successfully converted to sysstat format version 12.2.1 19:29:29 + sadf -c /var/log/sa-host/sa23 19:29:29 file_magic: OK 19:29:29 HZ: Using current value: 100 19:29:29 file_header: OK 19:29:29 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 19:29:29 Statistics: 19:29:29 Hnuu...uuuununununu... 19:29:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:29 provisioning config files... 19:29:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/config1310138872625065127tmp [Pipeline] { [Pipeline] echo 19:29:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:29:30 ---> create-netrc.sh [Pipeline] } 19:29:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:29:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:29:30 ---> python-tools-install.sh [Pipeline] echo 19:29:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:29:31 ---> sudo-logs.sh 19:29:31 Archiving 'sudo' log.. [Pipeline] echo 19:29:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:29:31 ---> job-cost.sh 19:29:31 lf-activate-venv: SKIPPING 19:29:31 INFO: No Stack... 19:29:32 INFO: Retrieving Pricing Info for: v1-standard-2 19:29:32 INFO: Archiving Costs [Pipeline] echo 19:29:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:29:33 ---> logs-deploy.sh 19:29:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-644/5 19:29:33 INFO: archiving workspace using pattern(s): 19:29:35 Archives upload complete. 19:29:35 INFO: archiving logs to Nexus 19:29:36 ---> uname -a: 19:29:36 Linux prd-centos7-docker-4c-2g-22316.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:29:36 19:29:36 19:29:36 ---> lscpu: 19:29:36 Architecture: x86_64 19:29:36 CPU op-mode(s): 32-bit, 64-bit 19:29:36 Byte Order: Little Endian 19:29:36 Address sizes: 40 bits physical, 48 bits virtual 19:29:36 CPU(s): 4 19:29:36 On-line CPU(s) list: 0-3 19:29:36 Thread(s) per core: 1 19:29:36 Core(s) per socket: 1 19:29:36 Socket(s): 4 19:29:36 NUMA node(s): 1 19:29:36 Vendor ID: GenuineIntel 19:29:36 CPU family: 6 19:29:36 Model: 44 19:29:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:29:36 Stepping: 1 19:29:36 CPU MHz: 2933.442 19:29:36 BogoMIPS: 5866.88 19:29:36 Virtualization: VT-x 19:29:36 Hypervisor vendor: KVM 19:29:36 Virtualization type: full 19:29:36 L1d cache: 128 KiB 19:29:36 L1i cache: 128 KiB 19:29:36 L2 cache: 16 MiB 19:29:36 L3 cache: 64 MiB 19:29:36 NUMA node0 CPU(s): 0-3 19:29:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:29:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:29:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:29:36 Vulnerability Meltdown: Mitigation; PTI 19:29:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:29:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:29:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:29:36 Vulnerability Srbds: Not affected 19:29:36 Vulnerability Tsx async abort: Not affected 19:29:36 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 19:29:36 19:29:36 19:29:36 ---> nproc: 19:29:36 4 19:29:36 19:29:36 19:29:36 ---> df -h: 19:29:36 Filesystem Size Used Available Use% Mounted on 19:29:36 overlay 50.0G 7.3G 42.7G 15% / 19:29:36 tmpfs 64.0M 0 64.0M 0% /dev 19:29:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:29:36 shm 64.0M 0 64.0M 0% /dev/shm 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-644 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 19:29:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 19:29:36 19:29:36 19:29:36 ---> free -m: 19:29:36 total used free shared buff/cache available 19:29:36 Mem: 1837 709 75 0 1052 1023 19:29:36 Swap: 1023 0 1023 19:29:36 19:29:36 19:29:36 ---> ip addr: 19:29:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:29:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:29:36 inet 127.0.0.1/8 scope host lo 19:29:36 valid_lft forever preferred_lft forever 19:29:36 inet6 ::1/128 scope host 19:29:36 valid_lft forever preferred_lft forever 19:29:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:29:36 link/ether fa:16:3e:72:5c:50 brd ff:ff:ff:ff:ff:ff 19:29:36 inet 10.30.122.247/23 brd 10.30.123.255 scope global dynamic eth0 19:29:36 valid_lft 85883sec preferred_lft 85883sec 19:29:36 inet6 fe80::f816:3eff:fe72:5c50/64 scope link 19:29:36 valid_lft forever preferred_lft forever 19:29:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:29:36 link/ether 02:42:f4:9f:0e:41 brd ff:ff:ff:ff:ff:ff 19:29:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:29:36 valid_lft forever preferred_lft forever 19:29:36 inet6 fe80::42:f4ff:fe9f:e41/64 scope link 19:29:36 valid_lft forever preferred_lft forever 19:29:36 19:29:36 19:29:36 ---> sar -b -r -n DEV: 19:29:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 19:29:36 19:29:36 19:20:48 LINUX RESTART (4 CPU) 19:29:36 19:29:36 19:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:29:36 19:23:01 2.23 0.00 2.23 0.00 0.00 51.18 0.00 19:29:36 19:24:01 0.32 0.00 0.32 0.00 0.00 5.30 0.00 19:29:36 19:25:01 0.30 0.00 0.30 0.00 0.00 4.03 0.00 19:29:36 19:26:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 19:29:36 19:27:01 0.18 0.00 0.18 0.00 0.00 3.18 0.00 19:29:36 19:28:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 19:29:36 19:29:02 0.28 0.00 0.28 0.00 0.00 2.88 0.00 19:29:36 Average: 0.55 0.00 0.55 0.00 0.00 10.43 0.00 19:29:36 19:29:36 19:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:29:36 19:23:01 249892 0 576972 30.66 2620 1052060 1085320 37.04 385360 1048828 12 19:29:36 19:24:01 248328 0 578528 30.75 2620 1052068 1085368 37.04 395528 1040700 16 19:29:36 19:25:01 246156 0 580696 30.86 2620 1052072 1085380 37.04 397720 1040632 8 19:29:36 19:26:01 245572 0 581280 30.89 2620 1052072 1077204 36.76 405836 1032908 20 19:29:36 19:27:01 242196 0 584648 31.07 2620 1052080 1077168 36.76 416368 1026076 8 19:29:36 19:28:01 242452 0 584388 31.06 2620 1052084 1077156 36.76 423388 1019020 8 19:29:36 19:29:02 242740 0 584096 31.04 2620 1052088 1077096 36.76 422944 1019020 8 19:29:36 Average: 245334 0 581515 30.91 2620 1052075 1080670 36.88 406735 1032455 11 19:29:36 19:29:36 19:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:29:36 19:23:01 eth0 2.98 1.37 1.87 0.13 0.00 0.00 0.00 0.00 19:29:36 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:24:01 eth0 2.26 0.62 0.65 0.40 0.00 0.00 0.00 0.00 19:29:36 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:25:01 eth0 1.72 0.62 0.62 0.40 0.00 0.00 0.00 0.00 19:29:36 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:26:01 eth0 0.62 0.33 0.28 0.17 0.00 0.00 0.00 0.00 19:29:36 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:27:01 eth0 0.27 0.20 0.14 0.10 0.00 0.00 0.00 0.00 19:29:36 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:28:01 eth0 0.40 0.18 0.22 0.01 0.00 0.00 0.00 0.00 19:29:36 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:29:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:29:36 19:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 Average: eth0 1.19 0.49 0.54 0.18 0.00 0.00 0.00 0.00 19:29:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:36 19:29:36 19:29:36 ---> sar -P ALL: 19:29:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 19:29:36 19:29:36 19:20:48 LINUX RESTART (4 CPU) 19:29:36 19:29:36 19:22:01 CPU %user %nice %system %iowait %steal %idle 19:29:36 19:23:01 all 0.16 0.00 0.04 0.00 0.00 99.80 19:29:36 19:23:01 0 0.25 0.00 0.05 0.00 0.00 99.70 19:29:36 19:23:01 1 0.08 0.00 0.05 0.00 0.00 99.87 19:29:36 19:23:01 2 0.27 0.00 0.03 0.00 0.00 99.70 19:29:36 19:23:01 3 0.03 0.00 0.03 0.00 0.02 99.92 19:29:36 19:24:01 all 0.19 0.00 0.05 0.00 0.00 99.76 19:29:36 19:24:01 0 0.22 0.00 0.02 0.00 0.00 99.77 19:29:36 19:24:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:29:36 19:24:01 2 0.38 0.00 0.10 0.00 0.02 99.50 19:29:36 19:24:01 3 0.08 0.00 0.03 0.00 0.00 99.88 19:29:36 19:25:01 all 0.13 0.00 0.06 0.00 0.00 99.81 19:29:36 19:25:01 0 0.05 0.00 0.05 0.00 0.00 99.90 19:29:36 19:25:01 1 0.07 0.00 0.08 0.00 0.00 99.85 19:29:36 19:25:01 2 0.38 0.00 0.05 0.00 0.00 99.57 19:29:36 19:25:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:29:36 19:26:01 all 0.11 0.00 0.05 0.00 0.00 99.84 19:29:36 19:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:29:36 19:26:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:29:36 19:26:01 2 0.27 0.00 0.08 0.00 0.00 99.65 19:29:36 19:26:01 3 0.08 0.00 0.07 0.00 0.00 99.85 19:29:36 19:27:01 all 0.15 0.00 0.05 0.00 0.00 99.80 19:29:36 19:27:01 0 0.52 0.00 0.02 0.00 0.00 99.47 19:29:36 19:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:29:36 19:27:01 2 0.03 0.00 0.12 0.00 0.00 99.85 19:29:36 19:27:01 3 0.02 0.00 0.05 0.00 0.00 99.93 19:29:36 19:28:01 all 0.15 0.00 0.05 0.00 0.00 99.80 19:29:36 19:28:01 0 0.52 0.00 0.03 0.00 0.00 99.45 19:29:36 19:28:01 1 0.05 0.00 0.07 0.00 0.00 99.88 19:29:36 19:28:01 2 0.02 0.00 0.07 0.00 0.00 99.92 19:29:36 19:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:29:36 19:29:02 all 0.17 0.00 0.04 0.00 0.00 99.80 19:29:36 19:29:02 0 0.48 0.00 0.03 0.00 0.00 99.48 19:29:36 19:29:02 1 0.10 0.00 0.07 0.00 0.00 99.83 19:29:36 19:29:02 2 0.02 0.00 0.02 0.00 0.00 99.97 19:29:36 19:29:02 3 0.07 0.00 0.03 0.00 0.00 99.90 19:29:36 Average: all 0.15 0.00 0.05 0.00 0.00 99.80 19:29:36 Average: 0 0.29 0.00 0.03 0.00 0.00 99.67 19:29:36 Average: 1 0.07 0.00 0.05 0.00 0.00 99.88 19:29:36 Average: 2 0.20 0.00 0.07 0.00 0.00 99.74 19:29:36 Average: 3 0.05 0.00 0.04 0.00 0.00 99.91 19:29:36 19:29:36 19:29:36