Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b47a0ce386124b7b74fceae84a41ab212cf3cd4d 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25793 in /w/workspace/ndry_app-functions-sdk-go_master [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_master # 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 Checking out Revision b47a0ce386124b7b74fceae84a41ab212cf3cd4d (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b47a0ce386124b7b74fceae84a41ab212cf3cd4d # timeout=10 Commit message: "fix: Fixed and enhanced Filter function debug messages (#686)" > git rev-list --no-walk 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:49:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:49:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:49:59 ========================================================= 15:49:59 EdgeX Global Pipelines Version Info 15:49:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:50:01 ------------------- 15:50:01 stable info: 15:50:01 ------------------- 15:50:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:50:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:50:01 Message: update stable to v1.0.179 15:50:02 ------------------- 15:50:02 experimental info: 15:50:02 ------------------- 15:50:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:50:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:50:02 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:50:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:50:02 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:50:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:50:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:50:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:50:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:50:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:50:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:50:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:50:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:50:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:50:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] echo 15:50:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b47a0ce [Pipeline] echo 15:50:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:06 + git log --format=format:%s -1 b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] echo 15:50:06 GIT_COMMIT: b47a0ce386124b7b74fceae84a41ab212cf3cd4d, Commit Message: fix: Fixed and enhanced Filter function debug messages (#686) [Pipeline] echo 15:50:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:50:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:07 15:50:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:50:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:08 latest: Pulling from edgex-devops/git-semver 15:50:08 31603596830f: Pulling fs layer 15:50:08 2a8b12db71e7: Pulling fs layer 15:50:08 6ca5941a6612: Pulling fs layer 15:50:08 ecc8261a40a4: Pulling fs layer 15:50:08 ecc8261a40a4: Waiting 15:50:08 2a8b12db71e7: Verifying Checksum 15:50:08 2a8b12db71e7: Download complete 15:50:08 31603596830f: Verifying Checksum 15:50:08 31603596830f: Download complete 15:50:09 ecc8261a40a4: Verifying Checksum 15:50:09 ecc8261a40a4: Download complete 15:50:09 31603596830f: Pull complete 15:50:09 6ca5941a6612: Verifying Checksum 15:50:09 6ca5941a6612: Download complete 15:50:09 2a8b12db71e7: Pull complete 15:50:10 6ca5941a6612: Pull complete 15:50:10 ecc8261a40a4: Pull complete 15:50:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:50:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:50:10 prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container 15:50:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:50:13 $ docker top f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:13 [ssh-agent] Looking for ssh-agent implementation... 15:50:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:14 $ docker exec f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent 15:50:14 SSH_AUTH_SOCK=/tmp/ssh-TaIHHU1NktfU/agent.13 15:50:14 SSH_AGENT_PID=19 15:50:14 Running ssh-add (command line suppressed) 15:50:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5759012938878251701.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5759012938878251701.key) 15:50:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:15 + git tag --points-at HEAD [Pipeline] } 15:50:15 $ docker exec --env ******** --env ******** f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent -k 15:50:15 unset SSH_AUTH_SOCK; 15:50:15 unset SSH_AGENT_PID; 15:50:15 echo Agent pid 19 killed; 15:50:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:50:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:15 [ssh-agent] Looking for ssh-agent implementation... 15:50:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:15 $ docker exec f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent 15:50:15 SSH_AUTH_SOCK=/tmp/ssh-iDep902Iv2Pw/agent.49 15:50:15 SSH_AGENT_PID=54 15:50:15 Running ssh-add (command line suppressed) 15:50:15 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5062390136807430703.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5062390136807430703.key) 15:50:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:16 + git semver init 15:50:16 # -> Open(): unable to determine branch for HEAD 15:50:16 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:50:16 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:50:16 # $SEMVER_REMOTE_NAME = origin 15:50:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:50:16 # $SEMVER_USER_NAME = edgex-jenkins 15:50:16 # $SEMVER_BRANCH = master 15:50:16 # $SEMVER_TEMP = /tmp/semver-502228219 15:50:16 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:50:18 # '/tmp/semver-502228219' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 15:50:18 # -> Force: false 15:50:18 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:50:18 $ docker exec --env ******** --env ******** f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent -k 15:50:18 unset SSH_AUTH_SOCK; 15:50:18 unset SSH_AGENT_PID; 15:50:18 echo Agent pid 54 killed; 15:50:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:19 + git semver [Pipeline] } 15:50:19 $ docker stop --time=1 f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 15:50:21 $ docker rm -f f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:50:21 Stashed 1 file(s) [Pipeline] echo 15:50:21 [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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:50:37 Still waiting to schedule task 15:50:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:50:37 Still waiting to schedule task 15:50:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:52:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25795 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:52:31 Running in /w/workspace/app-functions-sdk-go/177 [Pipeline] { [Pipeline] checkout 15:52:37 using credential edgex-jenkins-ssh 15:52:37 Cloning the remote Git repository 15:52:37 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:52:38 > git init /w/workspace/app-functions-sdk-go/177 # timeout=10 15:52:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:52:38 > git --version # timeout=10 15:52:38 > git --version # 'git version 2.17.1' 15:52:38 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:52:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:52:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:52:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:52:41 Checking out Revision b47a0ce386124b7b74fceae84a41ab212cf3cd4d (master) 15:52:41 > git config core.sparsecheckout # timeout=10 15:52:41 > git checkout -f b47a0ce386124b7b74fceae84a41ab212cf3cd4d # timeout=10 15:52:44 Running on prd-centos7-docker-4c-2g-25796 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:52:44 Running in /w/workspace/app-functions-sdk-go/177 [Pipeline] { [Pipeline] checkout 15:52:46 Commit message: "fix: Fixed and enhanced Filter function debug messages (#686)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:52:47 using credential edgex-jenkins-ssh 15:52:47 Cloning the remote Git repository 15:52:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:52:47 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:52:47 > git init /w/workspace/app-functions-sdk-go/177 # timeout=10 15:52:47 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:52:47 > git --version # timeout=10 15:52:47 > git --version # 'git version 2.24.3' 15:52:47 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:52:49 + + true 15:52:49 sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:52:52 ========================================================= 15:52:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:52:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:52:52 + 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:52:53 Sending build context to Docker daemon 19.12MB 15:52:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:52:53 Step 2/8 : FROM ${BASE} 15:52:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:52:54 5f621e34cdf4: Pulling fs layer 15:52:54 a4357932f1b6: Pulling fs layer 15:52:54 18c013af1878: Pulling fs layer 15:52:54 00ac8860ef70: Pulling fs layer 15:52:54 63d7cb157983: Pulling fs layer 15:52:54 b116817d02f9: Pulling fs layer 15:52:54 745a02a5169b: Pulling fs layer 15:52:54 63d7cb157983: Waiting 15:52:54 b116817d02f9: Waiting 15:52:54 745a02a5169b: Waiting 15:52:54 00ac8860ef70: Waiting 15:52:54 18c013af1878: Verifying Checksum 15:52:54 18c013af1878: Download complete 15:52:54 a4357932f1b6: Verifying Checksum 15:52:54 a4357932f1b6: Download complete 15:52:54 63d7cb157983: Verifying Checksum 15:52:54 63d7cb157983: Download complete 15:52:54 b116817d02f9: Download complete 15:52:55 5f621e34cdf4: Verifying Checksum 15:52:55 5f621e34cdf4: Download complete 15:52:55 5f621e34cdf4: Pull complete 15:52:56 a4357932f1b6: Pull complete 15:52:56 18c013af1878: Pull complete 15:52:56 745a02a5169b: Download complete 15:52:58 00ac8860ef70: Verifying Checksum 15:52:58 00ac8860ef70: Download complete 15:52:58 Checking out Revision b47a0ce386124b7b74fceae84a41ab212cf3cd4d (master) 15:52:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:52:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:52:58 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:52:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:52:58 > git config core.sparsecheckout # timeout=10 15:52:58 > git checkout -f b47a0ce386124b7b74fceae84a41ab212cf3cd4d # timeout=10 15:53:02 Commit message: "fix: Fixed and enhanced Filter function debug messages (#686)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:53:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:53:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:53:04 + sudo service docker restart 15:53:04 + true 15:53:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:53:06 ========================================================= 15:53:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:53:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:53:06 + 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:53:06 Sending build context to Docker daemon 19.12MB 15:53:06 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:53:06 Step 2/8 : FROM ${BASE} 15:53:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:53:06 188c0c94c7c5: Pulling fs layer 15:53:06 0ef7d3d256c8: Pulling fs layer 15:53:06 de9db76c5a1d: Pulling fs layer 15:53:06 bca2f99d35d6: Pulling fs layer 15:53:06 93359f2a8cfa: Pulling fs layer 15:53:06 7c6f9722023f: Pulling fs layer 15:53:06 a35cf1a2eb13: Pulling fs layer 15:53:06 93359f2a8cfa: Waiting 15:53:06 7c6f9722023f: Waiting 15:53:06 a35cf1a2eb13: Waiting 15:53:06 bca2f99d35d6: Waiting 15:53:07 de9db76c5a1d: Verifying Checksum 15:53:07 de9db76c5a1d: Download complete 15:53:07 188c0c94c7c5: Verifying Checksum 15:53:07 188c0c94c7c5: Download complete 15:53:07 93359f2a8cfa: Verifying Checksum 15:53:07 93359f2a8cfa: Download complete 15:53:07 7c6f9722023f: Verifying Checksum 15:53:07 7c6f9722023f: Download complete 15:53:07 0ef7d3d256c8: Verifying Checksum 15:53:07 0ef7d3d256c8: Download complete 15:53:07 188c0c94c7c5: Pull complete 15:53:07 0ef7d3d256c8: Pull complete 15:53:07 de9db76c5a1d: Pull complete 15:53:08 00ac8860ef70: Pull complete 15:53:08 63d7cb157983: Pull complete 15:53:08 b116817d02f9: Pull complete 15:53:09 a35cf1a2eb13: Verifying Checksum 15:53:09 a35cf1a2eb13: Download complete 15:53:09 bca2f99d35d6: Verifying Checksum 15:53:09 bca2f99d35d6: Download complete 15:53:13 745a02a5169b: Pull complete 15:53:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:53:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:53:13 ---> b7e6874047d6 15:53:13 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 15:53:13 20.10.0: Pulling from library/docker 15:53:13 a3cc7d3b244e: Pulling fs layer 15:53:13 02a3295e0d61: Pulling fs layer 15:53:13 0f4f2e6d8100: Pulling fs layer 15:53:13 330b718f631f: Pulling fs layer 15:53:13 a93816041522: Pulling fs layer 15:53:13 bdb6da89ff94: Pulling fs layer 15:53:13 2a70c0c122f4: Pulling fs layer 15:53:13 a93816041522: Waiting 15:53:13 330b718f631f: Waiting 15:53:13 bdb6da89ff94: Waiting 15:53:13 2a70c0c122f4: Waiting 15:53:13 0f4f2e6d8100: Verifying Checksum 15:53:13 0f4f2e6d8100: Download complete 15:53:13 02a3295e0d61: Verifying Checksum 15:53:13 02a3295e0d61: Download complete 15:53:13 a93816041522: Download complete 15:53:13 a3cc7d3b244e: Download complete 15:53:13 bdb6da89ff94: Verifying Checksum 15:53:13 bdb6da89ff94: Download complete 15:53:13 2a70c0c122f4: Verifying Checksum 15:53:13 2a70c0c122f4: Download complete 15:53:13 a3cc7d3b244e: Pull complete 15:53:14 02a3295e0d61: Pull complete 15:53:14 330b718f631f: Verifying Checksum 15:53:14 330b718f631f: Download complete 15:53:14 0f4f2e6d8100: Pull complete 15:53:15 bca2f99d35d6: Pull complete 15:53:15 93359f2a8cfa: Pull complete 15:53:15 7c6f9722023f: Pull complete 15:53:18 330b718f631f: Pull complete 15:53:18 a93816041522: Pull complete 15:53:19 bdb6da89ff94: Pull complete 15:53:19 2a70c0c122f4: Pull complete 15:53:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:53:19 Status: Downloaded newer image for docker:20.10.0 15:53:25 a35cf1a2eb13: Pull complete 15:53:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:53:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:53:25 ---> a62c8e92a672 15:53:25 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 15:53:25 20.10.0: Pulling from library/docker 15:53:25 05e7bc50f07f: Pulling fs layer 15:53:25 6db28d0fdbf6: Pulling fs layer 15:53:25 292df0bc6bf3: Pulling fs layer 15:53:25 2e060f4bd70b: Pulling fs layer 15:53:25 80e8d568a223: Pulling fs layer 15:53:25 8dc6ef1a942a: Pulling fs layer 15:53:25 2312dd95470a: Pulling fs layer 15:53:25 80e8d568a223: Waiting 15:53:25 8dc6ef1a942a: Waiting 15:53:25 2312dd95470a: Waiting 15:53:25 2e060f4bd70b: Waiting 15:53:25 292df0bc6bf3: Verifying Checksum 15:53:25 292df0bc6bf3: Download complete 15:53:25 6db28d0fdbf6: Verifying Checksum 15:53:25 6db28d0fdbf6: Download complete 15:53:25 05e7bc50f07f: Verifying Checksum 15:53:25 05e7bc50f07f: Download complete 15:53:25 80e8d568a223: Verifying Checksum 15:53:25 80e8d568a223: Download complete 15:53:25 8dc6ef1a942a: Verifying Checksum 15:53:25 8dc6ef1a942a: Download complete 15:53:25 2312dd95470a: Verifying Checksum 15:53:25 2312dd95470a: Download complete 15:53:25 05e7bc50f07f: Pull complete 15:53:25 6db28d0fdbf6: Pull complete 15:53:25 2e060f4bd70b: Verifying Checksum 15:53:25 2e060f4bd70b: Download complete 15:53:25 292df0bc6bf3: Pull complete 15:53:26 ---> bb7b06fdb802 15:53:26 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:53:26 ---> Running in 08b60b181962 15:53:26 Removing intermediate container 08b60b181962 15:53:26 ---> a440b780a5c9 15:53:26 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:53:26 ---> Running in 1e5b87cc6bb5 15:53:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:28 2e060f4bd70b: Pull complete 15:53:28 80e8d568a223: Pull complete 15:53:28 8dc6ef1a942a: Pull complete 15:53:28 2312dd95470a: Pull complete 15:53:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:53:28 Status: Downloaded newer image for docker:20.10.0 15:53:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:29 (1/5) Installing libsodium (1.0.18-r0) 15:53:29 (2/5) Installing libzmq (4.3.3-r0) 15:53:29 (3/5) Installing pkgconf (1.7.2-r0) 15:53:29 (4/5) Installing libsodium-dev (1.0.18-r0) 15:53:29 (5/5) Installing zeromq-dev (4.3.3-r0) 15:53:29 Executing busybox-1.31.1-r19.trigger 15:53:29 ---> 3150fc735650 15:53:29 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:53:29 ---> Running in b432d97c6800 15:53:30 OK: 144 MiB in 44 packages 15:53:30 Removing intermediate container b432d97c6800 15:53:30 ---> 56f5d690f500 15:53:30 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:53:30 ---> Running in 7eef2bd3d03c 15:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:31 Removing intermediate container 1e5b87cc6bb5 15:53:31 ---> aa70c3b36440 15:53:31 Step 6/8 : WORKDIR /build 15:53:31 ---> Running in 338a40202af0 15:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:31 Removing intermediate container 338a40202af0 15:53:31 ---> 30b438031cf9 15:53:31 Step 7/8 : COPY go.mod . 15:53:32 (1/5) Installing libsodium (1.0.18-r0) 15:53:32 (2/5) Installing libzmq (4.3.3-r0) 15:53:32 (3/5) Installing pkgconf (1.7.2-r0) 15:53:32 (4/5) Installing libsodium-dev (1.0.18-r0) 15:53:32 ---> a252c932f7c9 15:53:32 Step 8/8 : RUN go mod download 15:53:32 ---> Running in 19ec5f6c90ad 15:53:32 (5/5) Installing zeromq-dev (4.3.3-r0) 15:53:32 Executing busybox-1.31.1-r19.trigger 15:53:32 OK: 167 MiB in 44 packages 15:53:33 Removing intermediate container 7eef2bd3d03c 15:53:33 ---> 057d8e130b66 15:53:33 Step 6/8 : WORKDIR /build 15:53:33 ---> Running in 16db79b5a43f 15:53:33 Removing intermediate container 16db79b5a43f 15:53:33 ---> b548ecbe2c20 15:53:33 Step 7/8 : COPY go.mod . 15:53:33 ---> 0d089a6b3533 15:53:33 Step 8/8 : RUN go mod download 15:53:33 ---> Running in 69d38f6065b2 15:53:55 Removing intermediate container 69d38f6065b2 15:53:55 ---> 4e94d54a5e8d 15:53:55 Successfully built 4e94d54a5e8d 15:53:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:53:56 + docker inspect -f . ci-base-image-x86_64 15:53:56 . [Pipeline] withDockerContainer 15:53:56 prd-centos7-docker-4c-2g-25796 does not seem to be running inside a container 15:53:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** ci-base-image-x86_64 cat 15:53:57 $ docker top 9905f09b03559a423817be2613500d2f9602ae7e40c8035ee4b7223284098d69 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:57 + go version 15:53:57 go version go1.15.5 linux/amd64 [Pipeline] } 15:53:58 $ docker stop --time=1 9905f09b03559a423817be2613500d2f9602ae7e40c8035ee4b7223284098d69 15:53:59 $ docker rm -f 9905f09b03559a423817be2613500d2f9602ae7e40c8035ee4b7223284098d69 15:53:59 Removing intermediate container 19ec5f6c90ad 15:53:59 ---> 70c0cddddd5e 15:53:59 Successfully built 70c0cddddd5e 15:53:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:00 + docker inspect -f . ci-base-image-arm64 15:54:00 . [Pipeline] withDockerContainer 15:54:00 + docker inspect -f . ci-base-image-x86_64 15:54:00 . 15:54:00 prd-ubuntu18.04-docker-arm64-4c-16g-25795 does not seem to be running inside a container 15:54:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** ci-base-image-arm64 cat 15:54:02 $ docker top 98390626ef122beb98c5802744814ccc454f26376b60a7ec2ba2589f13ed0fb0 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 15:54:02 prd-centos7-docker-4c-2g-25796 does not seem to be running inside a container 15:54:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** ci-base-image-x86_64 cat 15:54:03 $ docker top eece085bf27f18468ae82d9d5fef69112b0e2e3d3c51b92a161aeb225262ef2b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 15:54:03 + make test 15:54:03 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:54:04 + go version 15:54:04 go version go1.15.5 linux/arm64 [Pipeline] } 15:54:04 $ docker stop --time=1 98390626ef122beb98c5802744814ccc454f26376b60a7ec2ba2589f13ed0fb0 15:54:05 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 15:54:06 $ docker rm -f 98390626ef122beb98c5802744814ccc454f26376b60a7ec2ba2589f13ed0fb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:07 + docker inspect -f . ci-base-image-arm64 15:54:07 . [Pipeline] withDockerContainer 15:54:07 prd-ubuntu18.04-docker-arm64-4c-16g-25795 does not seem to be running inside a container 15:54:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** ci-base-image-arm64 cat 15:54:08 $ docker top 17de55f127ea8086ea6bce525cc78fedd7103838e364c669742c67e4fff0997e -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:09 + make test 15:54:09 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:54:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 15:54:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.054s coverage: 82.6% of statements 15:54:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.024s coverage: 50.1% of statements 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 15:54:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.079s coverage: 61.5% of statements 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 15:54:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.041s coverage: 71.7% of statements 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 15:54:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.006s coverage: 97.0% of statements 15:54:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 15:54:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.044s coverage: 8.8% of statements 15:54:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.842s coverage: 77.5% of statements 15:54:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 15:54:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.018s coverage: 87.9% of statements 15:54:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.019s coverage: 80.5% of statements 15:54:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.031s coverage: 71.7% of statements 15:54:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.078s coverage: 82.6% of statements 15:54:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.040s coverage: 82.9% of statements 15:54:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements 15:54:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:54:52 gofmt -l . 15:54:52 [ "`gofmt -l .`" = "" ] 15:54:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:54:52 $ docker stop --time=1 eece085bf27f18468ae82d9d5fef69112b0e2e3d3c51b92a161aeb225262ef2b 15:54:54 $ docker rm -f eece085bf27f18468ae82d9d5fef69112b0e2e3d3c51b92a161aeb225262ef2b [Pipeline] // withDockerContainer [Pipeline] sh 15:54:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:54:55 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] 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:55:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.058s coverage: 50.1% of statements 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 15:55:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.109s coverage: 61.5% of statements 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 15:55:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.077s coverage: 71.7% of statements 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 15:55:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.032s coverage: 97.0% of statements 15:55:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 15:55:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.025s coverage: 8.8% of statements 15:55:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.896s coverage: 77.5% of statements 15:55:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 15:55:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.050s coverage: 87.9% of statements 15:55:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.034s coverage: 80.5% of statements 15:55:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.027s coverage: 71.7% of statements 15:55:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 82.9% of statements 15:55:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.027s coverage: 94.4% of statements 15:55:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:55:38 gofmt -l . 15:55:38 [ "`gofmt -l .`" = "" ] 15:55:38 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:55:38 $ docker stop --time=1 17de55f127ea8086ea6bce525cc78fedd7103838e364c669742c67e4fff0997e 15:55:40 $ docker rm -f 17de55f127ea8086ea6bce525cc78fedd7103838e364c669742c67e4fff0997e [Pipeline] // withDockerContainer [Pipeline] sh 15:55:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:55:41 Warning: overwriting stash ‘coverage-report’ 15:55:42 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 15:55:44 provisioning config files... 15:55:44 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7931098961486838226tmp [Pipeline] { [Pipeline] sh 15:55:44 + set +x 15:55:44 + curl -s https://codecov.io/bash 15:55:44 + bash -s -- 15:55:44 15:55:44 _____ _ 15:55:44 / ____| | | 15:55:44 | | ___ __| | ___ ___ _____ __ 15:55:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:55:44 | |___| (_) | (_| | __/ (_| (_) \ V / 15:55:44 \_____\___/ \__,_|\___|\___\___/ \_/ 15:55:44 Bash-20210129-7c25fce 15:55:44 15:55:44 15:55:44 ==> git version 2.24.3 found 15:55:44 ==> 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 15:55:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:55:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:55:44 curl: option -sm: expected a proper numerical parameter 15:55:44 curl: try 'curl --help' or 'curl --manual' for more information 15:55:44 ==> Jenkins CI detected. 15:55:44 project root: . 15:55:44 --> token set from env 15:55:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:55:44 ==> Running gcov in . (disable via -X gcov) 15:55:44 ==> Python coveragepy not found 15:55:44 ==> Searching for coverage reports in: 15:55:44 + . 15:55:44 -> Found 1 reports 15:55:44 ==> Detecting git/mercurial file structure 15:55:44 ==> Reading reports 15:55:44 + ./coverage.out bytes=80596 15:55:44 ==> Appending adjustments 15:55:44 https://docs.codecov.io/docs/fixing-reports 15:55:45 + Found adjustments 15:55:45 ==> Gzipping contents 15:55:45 16K /tmp/codecov.FjboAz.gz 15:55:45 ==> Uploading reports 15:55:45 url: https://codecov.io 15:55:45 query: branch=master&commit=b47a0ce386124b7b74fceae84a41ab212cf3cd4d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F177%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:55:45 -> Pinging Codecov 15:55:45 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=b47a0ce386124b7b74fceae84a41ab212cf3cd4d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F177%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:55:46 -> Uploading to 15:55:46 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/3D8B5DFFC46A037C893635FACE044666/b47a0ce386124b7b74fceae84a41ab212cf3cd4d/170d05ca-a617-4647-97aa-a47c018e2660.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T155545Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=636992a1076cc0afe639d6a97f4775efe9e2c260fa7c2ec1f5f36da27c0764c2 15:55:46 % Total % Received % Xferd Average Speed Time Time Time Current 15:55:46 Dload Upload Total Spent Left Speed 15:55:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13717 0 0 100 13717 0 30791 --:--:-- --:--:-- --:--:-- 30824 15:55:46 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] } 15:55:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:55:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:55:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:55:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:55:47 15:55:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:55:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:55:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:55:48 188c0c94c7c5: Pulling fs layer 15:55:48 0ef7d3d256c8: Pulling fs layer 15:55:48 de9db76c5a1d: Pulling fs layer 15:55:48 0eba1c9be4d2: Pulling fs layer 15:55:48 0d57e429df01: Pulling fs layer 15:55:48 4e4be7b47b0d: Pulling fs layer 15:55:48 e1f770b5df2f: Pulling fs layer 15:55:48 85a0685a4137: Pulling fs layer 15:55:48 0d57e429df01: Waiting 15:55:48 4e4be7b47b0d: Waiting 15:55:48 e1f770b5df2f: Waiting 15:55:48 85a0685a4137: Waiting 15:55:48 0eba1c9be4d2: Waiting 15:55:48 de9db76c5a1d: Verifying Checksum 15:55:48 de9db76c5a1d: Download complete 15:55:48 0ef7d3d256c8: Verifying Checksum 15:55:48 0ef7d3d256c8: Download complete 15:55:48 0d57e429df01: Verifying Checksum 15:55:48 0d57e429df01: Download complete 15:55:48 4e4be7b47b0d: Verifying Checksum 15:55:48 4e4be7b47b0d: Download complete 15:55:48 188c0c94c7c5: Verifying Checksum 15:55:48 188c0c94c7c5: Pull complete 15:55:49 0ef7d3d256c8: Pull complete 15:55:49 de9db76c5a1d: Pull complete 15:55:50 e1f770b5df2f: Verifying Checksum 15:55:50 e1f770b5df2f: Download complete 15:55:52 85a0685a4137: Verifying Checksum 15:55:52 85a0685a4137: Download complete 15:55:52 0eba1c9be4d2: Verifying Checksum 15:55:52 0eba1c9be4d2: Download complete 15:55:59 0eba1c9be4d2: Pull complete 15:55:59 0d57e429df01: Pull complete 15:55:59 4e4be7b47b0d: Pull complete 15:56:00 e1f770b5df2f: Pull complete 15:56:08 85a0685a4137: Pull complete 15:56:08 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:56:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:56:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:56:09 prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container 15:56:09 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:56:10 $ docker top 5ee26cb95f8960081b48e27b7f2e4a8e534fa3574516a57fb01eb6e2bd17d7a3 -eo pid,comm [Pipeline] { [Pipeline] echo 15:56:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:56:11 + set -o pipefail 15:56:11 + snyk monitor '--org=edgex-jenkins' 15:56:57 15:56:57 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 15:56:57 15:56:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/e7393479-b657-4b8a-97f1-4fdc9d55142e 15:56:57 15:56:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:56:57 15:56:57 [Pipeline] } 15:56:57 $ docker stop --time=1 5ee26cb95f8960081b48e27b7f2e4a8e534fa3574516a57fb01eb6e2bd17d7a3 15:57:01 $ docker rm -f 5ee26cb95f8960081b48e27b7f2e4a8e534fa3574516a57fb01eb6e2bd17d7a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] echo 15:57:02 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:57:02 provisioning config files... 15:57:02 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config652365919253243773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:57:03 --> edgex-publish-swagger.sh 15:57:03 === Publish openapi/v2 API === 15:57:03 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:57:03 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 15:57:03 % Total % Received % Xferd Average Speed Time Time Time Current 15:57:03 Dload Upload Total Spent Left Speed 15:57:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10613 0:00:01 0:00:01 --:--:-- 10620 100 13052 0 0 100 13052 0 10612 0:00:01 0:00:01 --:--:-- 10620 15:57:04 15:57:04 [Pipeline] } 15:57:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:57:05 + git log --format=format:%s -1 b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] isUnix [Pipeline] sh 15:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:05 . [Pipeline] withDockerContainer 15:57:05 prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container 15:57:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:57:06 $ docker top 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:07 [ssh-agent] Looking for ssh-agent implementation... 15:57:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:07 $ docker exec 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 ssh-agent 15:57:07 SSH_AUTH_SOCK=/tmp/ssh-fCk2tZh9fJQO/agent.11 15:57:07 SSH_AGENT_PID=16 15:57:07 Running ssh-add (command line suppressed) 15:57:07 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4983918913649004487.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4983918913649004487.key) 15:57:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:08 + git semver tag 15:57:08 # -> Open(): unable to determine branch for HEAD 15:57:08 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:57:08 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:57:08 # $SEMVER_REMOTE_NAME = origin 15:57:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:08 # $SEMVER_USER_NAME = edgex-jenkins 15:57:08 # $SEMVER_BRANCH = master 15:57:08 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:57:08 # b47a0ce386124b7b74fceae84a41ab212cf3cd4d HEAD 15:57:08 # -> Force: false 15:57:08 # a8e47d6781911d170a107b97078ef0a6e8722f9f refs/tags/v2.0.0-dev.10 [Pipeline] } 15:57:08 $ docker exec --env ******** --env ******** 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 ssh-agent -k 15:57:08 unset SSH_AUTH_SOCK; 15:57:08 unset SSH_AGENT_PID; 15:57:08 echo Agent pid 16 killed; 15:57:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:09 + git semver [Pipeline] } 15:57:09 $ docker stop --time=1 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 15:57:10 $ docker rm -f 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:57:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:11 15:57:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:57:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:11 0.23.1-centos7: Pulling from edgex-lftools 15:57:11 ab5ef0e58194: Pulling fs layer 15:57:11 9712f1f96733: Pulling fs layer 15:57:11 63f879dbbcfc: Pulling fs layer 15:57:11 0d9ebad4ef96: Pulling fs layer 15:57:11 e9a5061849ea: Pulling fs layer 15:57:11 d747dcd14b5f: Pulling fs layer 15:57:11 2de7ff778b66: Pulling fs layer 15:57:11 e9a5061849ea: Waiting 15:57:11 0d9ebad4ef96: Waiting 15:57:11 d747dcd14b5f: Waiting 15:57:11 2de7ff778b66: Waiting 15:57:11 9712f1f96733: Verifying Checksum 15:57:11 9712f1f96733: Download complete 15:57:13 63f879dbbcfc: Verifying Checksum 15:57:13 63f879dbbcfc: Download complete 15:57:13 e9a5061849ea: Verifying Checksum 15:57:13 e9a5061849ea: Download complete 15:57:13 d747dcd14b5f: Verifying Checksum 15:57:13 d747dcd14b5f: Download complete 15:57:13 2de7ff778b66: Verifying Checksum 15:57:13 2de7ff778b66: Download complete 15:57:13 ab5ef0e58194: Verifying Checksum 15:57:13 ab5ef0e58194: Download complete 15:57:13 0d9ebad4ef96: Verifying Checksum 15:57:13 0d9ebad4ef96: Download complete 15:57:18 ab5ef0e58194: Pull complete 15:57:18 9712f1f96733: Pull complete 15:57:21 63f879dbbcfc: Pull complete 15:57:27 0d9ebad4ef96: Pull complete 15:57:29 e9a5061849ea: Pull complete 15:57:29 d747dcd14b5f: Pull complete 15:57:31 2de7ff778b66: Pull complete 15:57:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:57:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:57:32 prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container 15:57:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:57:35 $ docker top d37a70ad719025a74c82173663bf64e68c4032aeba4df524fc45d1381ff57dc8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:57:36 provisioning config files... 15:57:36 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7912024548997592008tmp 15:57:36 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8812019226843886740tmp 15:57:36 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2280614150589582756tmp [Pipeline] { [Pipeline] echo 15:57:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:57:36 ---> sigul-configuration.sh 15:57:36 gpg: directory `/root/.gnupg' created 15:57:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:57:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:57:36 gpg: keyring `/root/.gnupg/secring.gpg' created 15:57:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:57:36 gpg: CAST5 encrypted data 15:57:36 gpg: encrypted with 1 passphrase 15:57:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:57:37 + mkdir /home/jenkins 15:57:37 + mkdir /home/jenkins/sigul [Pipeline] sh 15:57:37 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:57:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:57:37 ---> sigul-install.sh 15:57:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:57:44 + git tag --list 15:57:44 v0.1.0 15:57:44 v0.1.1 15:57:44 v1.0.0 15:57:44 v1.1.0 15:57:44 v1.2.0 15:57:44 v1.3.0 15:57:44 v1.3.1 15:57:44 v1.3.1-dev.1 15:57:44 v2.0.0-dev.1 15:57:44 v2.0.0-dev.10 15:57:44 v2.0.0-dev.2 15:57:44 v2.0.0-dev.3 15:57:44 v2.0.0-dev.4 15:57:44 v2.0.0-dev.5 15:57:44 v2.0.0-dev.6 15:57:44 v2.0.0-dev.7 15:57:44 v2.0.0-dev.8 15:57:44 v2.0.0-dev.9 [Pipeline] sh 15:57:45 + lftools sign git-tag v2.0.0-dev.10 15:57:46 Signing Git tag with Sigul... 15:57:46 Signing v2.0.0-dev.10 [Pipeline] echo 15:57:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:57:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:57:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:57:47 $ docker stop --time=1 d37a70ad719025a74c82173663bf64e68c4032aeba4df524fc45d1381ff57dc8 15:57:49 $ docker rm -f d37a70ad719025a74c82173663bf64e68c4032aeba4df524fc45d1381ff57dc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:57:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:50 . [Pipeline] withDockerContainer 15:57:50 prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container 15:57:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:57:51 $ docker top 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:52 [ssh-agent] Looking for ssh-agent implementation... 15:57:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:52 $ docker exec 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce ssh-agent 15:57:52 SSH_AUTH_SOCK=/tmp/ssh-HWya4O8hm05k/agent.11 15:57:52 SSH_AGENT_PID=16 15:57:52 Running ssh-add (command line suppressed) 15:57:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7129770275223639175.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7129770275223639175.key) 15:57:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:53 + git semver bump pre 15:57:53 # -> Open(): unable to determine branch for HEAD 15:57:53 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:57:53 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:57:53 # $SEMVER_REMOTE_NAME = origin 15:57:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:53 # $SEMVER_USER_NAME = edgex-jenkins 15:57:53 # $SEMVER_BRANCH = master 15:57:53 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:57:53 2.0.0-dev.11 [Pipeline] } 15:57:53 $ docker exec --env ******** --env ******** 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce ssh-agent -k 15:57:53 unset SSH_AUTH_SOCK; 15:57:53 unset SSH_AGENT_PID; 15:57:53 echo Agent pid 16 killed; 15:57:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:53 + git semver [Pipeline] } 15:57:53 $ docker stop --time=1 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce 15:57:55 $ docker rm -f 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:57:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:55 . [Pipeline] withDockerContainer 15:57:55 prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container 15:57:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:57:56 $ docker top 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:57 [ssh-agent] Looking for ssh-agent implementation... 15:57:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:57 $ docker exec 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 ssh-agent 15:57:57 SSH_AUTH_SOCK=/tmp/ssh-3FZjlHBdpLdH/agent.11 15:57:57 SSH_AGENT_PID=16 15:57:57 Running ssh-add (command line suppressed) 15:57:57 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3858051426504431386.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3858051426504431386.key) 15:57:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:57 + git semver push 15:57:57 # -> Open(): unable to determine branch for HEAD 15:57:57 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:57:57 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:57:57 # $SEMVER_REMOTE_NAME = origin 15:57:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:57 # $SEMVER_USER_NAME = edgex-jenkins 15:57:57 # $SEMVER_BRANCH = master 15:57:57 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:58:06 $ docker exec --env ******** --env ******** 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 ssh-agent -k 15:58:06 unset SSH_AUTH_SOCK; 15:58:06 unset SSH_AGENT_PID; 15:58:06 echo Agent pid 16 killed; 15:58:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:58:06 + git semver [Pipeline] } 15:58:06 $ docker stop --time=1 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 15:58:08 $ docker rm -f 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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:58:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:58:10 ---> package-listing.sh 15:58:10 ++ facter osfamily 15:58:10 ++ tr '[:upper:]' '[:lower:]' 15:58:10 + OS_FAMILY=redhat 15:58:10 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 15:58:10 + START_PACKAGES=/tmp/packages_start.txt 15:58:10 + END_PACKAGES=/tmp/packages_end.txt 15:58:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:58:10 + PACKAGES=/tmp/packages_start.txt 15:58:10 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:58:10 + PACKAGES=/tmp/packages_end.txt 15:58:10 + case "${OS_FAMILY}" in 15:58:10 + rpm -qa 15:58:10 + sort 15:58:15 + '[' -f /tmp/packages_start.txt ']' 15:58:15 + '[' -f /tmp/packages_end.txt ']' 15:58:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:58:15 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:58:15 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 15:58:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 15:58:15 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:58:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:58:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:16 15:58:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:58:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:16 alpine: Pulling from edgex-lftools-log-publisher 15:58:16 df20fa9351a1: Pulling fs layer 15:58:16 36b3adc4ff6f: Pulling fs layer 15:58:16 8ad3a11d3b57: Pulling fs layer 15:58:16 46f8f816bc3b: Pulling fs layer 15:58:16 93b61091891f: Pulling fs layer 15:58:16 93b9cdb0e59b: Pulling fs layer 15:58:16 5e14af77c1be: Pulling fs layer 15:58:16 01666e4c0597: Pulling fs layer 15:58:16 aa168da1d23b: Pulling fs layer 15:58:16 93b9cdb0e59b: Waiting 15:58:16 5e14af77c1be: Waiting 15:58:16 01666e4c0597: Waiting 15:58:16 46f8f816bc3b: Waiting 15:58:16 aa168da1d23b: Waiting 15:58:16 93b61091891f: Waiting 15:58:16 36b3adc4ff6f: Verifying Checksum 15:58:16 36b3adc4ff6f: Download complete 15:58:16 46f8f816bc3b: Verifying Checksum 15:58:16 46f8f816bc3b: Download complete 15:58:16 df20fa9351a1: Download complete 15:58:16 93b9cdb0e59b: Verifying Checksum 15:58:16 93b9cdb0e59b: Download complete 15:58:16 5e14af77c1be: Verifying Checksum 15:58:16 5e14af77c1be: Download complete 15:58:16 93b61091891f: Verifying Checksum 15:58:16 93b61091891f: Download complete 15:58:16 01666e4c0597: Verifying Checksum 15:58:16 01666e4c0597: Download complete 15:58:16 8ad3a11d3b57: Verifying Checksum 15:58:16 8ad3a11d3b57: Download complete 15:58:17 df20fa9351a1: Pull complete 15:58:17 36b3adc4ff6f: Pull complete 15:58:18 aa168da1d23b: Verifying Checksum 15:58:18 aa168da1d23b: Download complete 15:58:19 8ad3a11d3b57: Pull complete 15:58:20 46f8f816bc3b: Pull complete 15:58:20 93b61091891f: Pull complete 15:58:20 93b9cdb0e59b: Pull complete 15:58:20 5e14af77c1be: Pull complete 15:58:20 01666e4c0597: Pull complete 15:58:28 aa168da1d23b: Pull complete 15:58:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:58:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:58:28 prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container 15:58:28 $ 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_master/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_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:58:32 $ docker top 161c7bb86cbafa7b7c10c42219c127817afef2cee5283255bddc6adccd731ebe -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:33 + touch /tmp/pre-build-complete [Pipeline] sh 15:58:33 + mkdir -p /var/log/sa [Pipeline] sh 15:58:33 + ls /var/log/sa-host 15:58:33 + sadf -c /var/log/sa-host/sa09 15:58:33 file_magic: OK 15:58:33 HZ: Using current value: 100 15:58:33 file_header: OK 15:58:33 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:58:33 Statistics: 15:58:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:58:33 File successfully converted to sysstat format version 12.2.1 15:58:33 + sadf -c /var/log/sa-host/sa23 15:58:33 file_magic: OK 15:58:33 HZ: Using current value: 100 15:58:33 file_header: OK 15:58:33 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:58:33 Statistics: 15:58:33 Hnuu...uuuununununu... 15:58:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:58:33 provisioning config files... 15:58:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3139870513929589920tmp [Pipeline] { [Pipeline] echo 15:58:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:58:34 ---> create-netrc.sh [Pipeline] } 15:58:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:58:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:58:34 ---> python-tools-install.sh [Pipeline] echo 15:58:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:58:34 ---> sudo-logs.sh 15:58:34 Archiving 'sudo' log.. [Pipeline] echo 15:58:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:58:35 ---> job-cost.sh 15:58:35 lf-activate-venv: SKIPPING 15:58:35 INFO: No Stack... 15:58:36 INFO: Retrieving Pricing Info for: v1-standard-2 15:58:36 INFO: Archiving Costs [Pipeline] echo 15:58:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:58:37 ---> logs-deploy.sh 15:58:37 lf-activate-venv: SKIPPING 15:58:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/177 15:58:37 INFO: archiving workspace using pattern(s): 15:58:39 Archives upload complete. 15:58:39 INFO: archiving logs to Nexus 15:58:40 ---> uname -a: 15:58:40 Linux prd-centos7-docker-4c-2g-25793.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:58:40 15:58:40 15:58:40 ---> lscpu: 15:58:40 Architecture: x86_64 15:58:40 CPU op-mode(s): 32-bit, 64-bit 15:58:40 Byte Order: Little Endian 15:58:40 Address sizes: 40 bits physical, 48 bits virtual 15:58:40 CPU(s): 4 15:58:40 On-line CPU(s) list: 0-3 15:58:40 Thread(s) per core: 1 15:58:40 Core(s) per socket: 1 15:58:40 Socket(s): 4 15:58:40 NUMA node(s): 1 15:58:40 Vendor ID: GenuineIntel 15:58:40 CPU family: 6 15:58:40 Model: 44 15:58:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:58:40 Stepping: 1 15:58:40 CPU MHz: 2933.442 15:58:40 BogoMIPS: 5866.88 15:58:40 Virtualization: VT-x 15:58:40 Hypervisor vendor: KVM 15:58:40 Virtualization type: full 15:58:40 L1d cache: 128 KiB 15:58:40 L1i cache: 128 KiB 15:58:40 L2 cache: 16 MiB 15:58:40 L3 cache: 64 MiB 15:58:40 NUMA node0 CPU(s): 0-3 15:58:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:58:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:58:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:58:40 Vulnerability Meltdown: Mitigation; PTI 15:58:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:58:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:58:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:58:40 Vulnerability Srbds: Not affected 15:58:40 Vulnerability Tsx async abort: Not affected 15:58:40 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:58:40 15:58:40 15:58:40 ---> nproc: 15:58:40 4 15:58:40 15:58:40 15:58:40 ---> df -h: 15:58:40 Filesystem Size Used Available Use% Mounted on 15:58:40 overlay 50.0G 8.6G 41.4G 17% / 15:58:40 tmpfs 64.0M 0 64.0M 0% /dev 15:58:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:58:40 shm 64.0M 0 64.0M 0% /dev/shm 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 15:58:40 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 15:58:40 15:58:40 15:58:40 ---> free -m: 15:58:40 total used free shared buff/cache available 15:58:40 Mem: 1837 837 140 0 859 934 15:58:40 Swap: 1023 3 1020 15:58:40 15:58:40 15:58:40 ---> ip addr: 15:58:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:58:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:58:40 inet 127.0.0.1/8 scope host lo 15:58:40 valid_lft forever preferred_lft forever 15:58:40 inet6 ::1/128 scope host 15:58:40 valid_lft forever preferred_lft forever 15:58:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:58:40 link/ether fa:16:3e:b6:dc:a8 brd ff:ff:ff:ff:ff:ff 15:58:40 inet 10.30.122.38/23 brd 10.30.123.255 scope global dynamic eth0 15:58:40 valid_lft 85844sec preferred_lft 85844sec 15:58:40 inet6 fe80::f816:3eff:feb6:dca8/64 scope link 15:58:40 valid_lft forever preferred_lft forever 15:58:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:58:40 link/ether 02:42:d8:5e:58:54 brd ff:ff:ff:ff:ff:ff 15:58:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:58:40 valid_lft forever preferred_lft forever 15:58:40 inet6 fe80::42:d8ff:fe5e:5854/64 scope link 15:58:40 valid_lft forever preferred_lft forever 15:58:40 15:58:40 15:58:40 ---> sar -b -r -n DEV: 15:58:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 15:58:40 15:58:40 15:49:12 LINUX RESTART (4 CPU) 15:58:40 15:58:40 15:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:58:40 15:51:01 34.35 13.27 21.09 0.00 4474.43 3954.28 0.00 15:58:40 15:52:01 1.73 0.00 1.73 0.00 0.00 33.87 0.00 15:58:40 15:53:01 0.30 0.00 0.30 0.00 0.00 4.28 0.00 15:58:40 15:54:02 0.53 0.00 0.53 0.00 0.00 5.99 0.00 15:58:40 15:55:01 0.24 0.00 0.24 0.00 0.00 3.44 0.00 15:58:40 15:56:01 80.71 35.38 45.33 0.00 1887.30 18585.26 0.00 15:58:40 15:57:01 215.00 137.59 77.41 0.00 6492.69 17539.55 0.00 15:58:40 15:58:01 211.51 74.83 136.69 0.00 4694.58 33169.03 0.00 15:58:40 Average: 68.21 32.71 35.50 0.00 2198.71 9184.18 0.00 15:58:40 15:58:40 15:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:58:40 15:51:01 231912 0 590608 31.39 2620 1056404 1102292 37.62 394464 1056796 24 15:58:40 15:52:01 236388 0 586124 31.15 2620 1056412 1076972 36.76 397080 1050808 8 15:58:40 15:53:01 236096 0 586412 31.17 2620 1056416 1077092 36.76 411596 1037084 8 15:58:40 15:54:02 235244 0 587264 31.21 2620 1056416 1076972 36.76 413460 1036112 12 15:58:40 15:55:01 235272 0 587228 31.21 2620 1056424 1077056 36.76 412624 1037552 12 15:58:40 15:56:01 72412 0 703328 37.38 2620 1103184 1520744 51.90 504176 1064320 102748 15:58:40 15:57:01 156468 0 691000 36.73 2596 1031480 1291900 44.09 540700 920332 32 15:58:40 15:58:01 236192 0 787728 41.87 1552 856072 1326000 45.25 579020 728500 48 15:58:40 Average: 204998 0 639962 34.01 2484 1034101 1193628 40.74 456640 991438 12862 15:58:40 15:58:40 15:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:58:40 15:51:01 eth0 159.70 170.66 645.78 37.09 0.00 0.00 0.00 0.00 15:58:40 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:51:01 docker0 117.06 92.03 10.14 306.26 0.00 0.00 0.00 0.00 15:58:40 15:52:01 eth0 1.42 0.07 0.12 0.01 0.00 0.00 0.00 0.00 15:58:40 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:53:01 eth0 1.93 1.02 3.30 0.39 0.00 0.00 0.00 0.00 15:58:40 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:54:02 eth0 0.08 0.07 0.01 0.03 0.00 0.00 0.00 0.00 15:58:40 15:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:55:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 15:58:40 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:56:01 eth0 411.43 341.75 4072.71 27.87 0.00 0.00 0.00 0.00 15:58:40 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:57:01 eth0 56.60 48.11 211.42 10.05 0.00 0.00 0.00 0.00 15:58:40 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:57:01 docker0 39.09 41.24 3.58 197.33 0.00 0.00 0.00 0.00 15:58:40 15:58:01 veth32f1cb6 1.08 0.93 0.18 0.18 0.00 0.00 0.00 0.00 15:58:40 15:58:01 eth0 481.28 399.88 3478.63 108.45 0.00 0.00 0.00 0.00 15:58:40 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 15:58:01 docker0 29.03 46.29 1.75 218.30 0.00 0.00 0.00 0.00 15:58:40 Average: veth32f1cb6 0.14 0.12 0.02 0.02 0.00 0.00 0.00 0.00 15:58:40 Average: eth0 139.43 120.51 1054.12 23.05 0.00 0.00 0.00 0.00 15:58:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:40 Average: docker0 23.20 22.50 1.94 90.45 0.00 0.00 0.00 0.00 15:58:40 15:58:40