Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6680ff4eecd40eccff17b1dbb2a870edc6ed4da Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30591 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 c6680ff4eecd40eccff17b1dbb2a870edc6ed4da (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 c6680ff4eecd40eccff17b1dbb2a870edc6ed4da # timeout=10 Commit message: "refactor: Change to using service keys for names in Clients configuration (#747)" > git rev-list --no-walk f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:07:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:07:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:07:54 ========================================================= 18:07:54 EdgeX Global Pipelines Version Info 18:07:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:07:56 ------------------- 18:07:56 stable info: 18:07:56 ------------------- 18:07:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:07:56 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:07:56 Message: update stable to v1.0.184 18:07:57 ------------------- 18:07:57 experimental info: 18:07:57 ------------------- 18:07:57 Commited By: **** collab-it+edgex@linuxfoundation.org 18:07:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:07:57 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:07:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:07:57 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:07:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:07:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:08:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:08:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6680ff4eecd40eccff17b1dbb2a870edc6ed4da [Pipeline] echo 18:08:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6680ff [Pipeline] echo 18:08:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:08:01 + git log --format=format:%s -1 c6680ff4eecd40eccff17b1dbb2a870edc6ed4da [Pipeline] echo 18:08:02 GIT_COMMIT: c6680ff4eecd40eccff17b1dbb2a870edc6ed4da, Commit Message: refactor: Change to using service keys for names in Clients configuration (#747) [Pipeline] echo 18:08:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:08:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:08:03 18:08:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:08:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:08:03 latest: Pulling from edgex-devops/git-semver 18:08:03 31603596830f: Pulling fs layer 18:08:03 2a8b12db71e7: Pulling fs layer 18:08:03 6ca5941a6612: Pulling fs layer 18:08:03 ecc8261a40a4: Pulling fs layer 18:08:03 ecc8261a40a4: Waiting 18:08:03 2a8b12db71e7: Verifying Checksum 18:08:03 2a8b12db71e7: Download complete 18:08:03 31603596830f: Download complete 18:08:03 6ca5941a6612: Verifying Checksum 18:08:03 6ca5941a6612: Download complete 18:08:03 ecc8261a40a4: Verifying Checksum 18:08:03 ecc8261a40a4: Download complete 18:08:04 31603596830f: Pull complete 18:08:04 2a8b12db71e7: Pull complete 18:08:05 6ca5941a6612: Pull complete 18:08:05 ecc8261a40a4: Pull complete 18:08:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:08:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:08:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:08:05 prd-centos7-docker-4c-2g-30591 does not seem to be running inside a container 18:08:05 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:08:07 $ docker top 3609706a7f92f1a1bdb02ba58a9bb02a8eeb5323f729602f8a9dceff63e6c6a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:08:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:08:07 [ssh-agent] Looking for ssh-agent implementation... 18:08:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:08:08 $ docker exec 3609706a7f92f1a1bdb02ba58a9bb02a8eeb5323f729602f8a9dceff63e6c6a9 ssh-agent 18:08:08 SSH_AUTH_SOCK=/tmp/ssh-PlD25XtrHED8/agent.11 18:08:08 SSH_AGENT_PID=17 18:08:08 Running ssh-add (command line suppressed) 18:08:08 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_883866467709926819.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_883866467709926819.key) 18:08:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:08:08 + git tag --points-at HEAD [Pipeline] } 18:08:08 $ docker exec --env ******** --env ******** 3609706a7f92f1a1bdb02ba58a9bb02a8eeb5323f729602f8a9dceff63e6c6a9 ssh-agent -k 18:08:08 unset SSH_AUTH_SOCK; 18:08:08 unset SSH_AGENT_PID; 18:08:08 echo Agent pid 17 killed; 18:08:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:08:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:08:09 [ssh-agent] Looking for ssh-agent implementation... 18:08:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:08:09 $ docker exec 3609706a7f92f1a1bdb02ba58a9bb02a8eeb5323f729602f8a9dceff63e6c6a9 ssh-agent 18:08:09 SSH_AUTH_SOCK=/tmp/ssh-Gj5Hw3A5MtFt/agent.45 18:08:09 SSH_AGENT_PID=50 18:08:09 Running ssh-add (command line suppressed) 18:08:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_421939062316425018.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_421939062316425018.key) 18:08:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:08:10 + git semver init 18:08:10 # -> Open(): unable to determine branch for HEAD 18:08:10 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:08:10 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:08:10 # $SEMVER_REMOTE_NAME = origin 18:08:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:08:10 # $SEMVER_USER_NAME = edgex-jenkins 18:08:10 # $SEMVER_BRANCH = master 18:08:10 # $SEMVER_TEMP = /tmp/semver-636399088 18:08:10 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:08:12 # '/tmp/semver-636399088' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:08:12 # -> Force: false 18:08:12 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:08:12 $ docker exec --env ******** --env ******** 3609706a7f92f1a1bdb02ba58a9bb02a8eeb5323f729602f8a9dceff63e6c6a9 ssh-agent -k 18:08:12 unset SSH_AUTH_SOCK; 18:08:12 unset SSH_AGENT_PID; 18:08:12 echo Agent pid 50 killed; 18:08:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:08:13 + git semver [Pipeline] } 18:08:13 $ docker stop --time=1 3609706a7f92f1a1bdb02ba58a9bb02a8eeb5323f729602f8a9dceff63e6c6a9 18:08:14 $ docker rm -f 3609706a7f92f1a1bdb02ba58a9bb02a8eeb5323f729602f8a9dceff63e6c6a9 [Pipeline] // withDockerContainer [Pipeline] sh 18:08:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:08:15 Stashed 1 file(s) [Pipeline] echo 18:08:15 [edgeXSemver]: initialized semver on version 2.0.0-dev.31 [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 18:08:31 Still waiting to schedule task 18:08:31 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30591’ 18:08:31 Still waiting to schedule task 18:08:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:10:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30592 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:10:07 Running in /w/workspace/app-functions-sdk-go/198 [Pipeline] { [Pipeline] checkout 18:10:12 using credential edgex-jenkins-ssh 18:10:12 Cloning the remote Git repository 18:10:12 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:10:12 > git init /w/workspace/app-functions-sdk-go/198 # timeout=10 18:10:12 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:10:12 > git --version # timeout=10 18:10:12 > git --version # 'git version 2.17.1' 18:10:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:10:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:10:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:10:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:10:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:10:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:10:16 Checking out Revision c6680ff4eecd40eccff17b1dbb2a870edc6ed4da (master) 18:10:16 > git config core.sparsecheckout # timeout=10 18:10:16 > git checkout -f c6680ff4eecd40eccff17b1dbb2a870edc6ed4da # timeout=10 18:10:20 Commit message: "refactor: Change to using service keys for names in Clients configuration (#747)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:10:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:10:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:10:23 + true 18:10:23 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 18:10:26 ========================================================= 18:10:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:10:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:10:26 + 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 . 18:10:27 Sending build context to Docker daemon 19.38MB 18:10:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:10:27 Step 2/8 : FROM ${BASE} 18:10:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:10:28 5f621e34cdf4: Pulling fs layer 18:10:28 a4357932f1b6: Pulling fs layer 18:10:28 18c013af1878: Pulling fs layer 18:10:28 00ac8860ef70: Pulling fs layer 18:10:28 63d7cb157983: Pulling fs layer 18:10:28 b116817d02f9: Pulling fs layer 18:10:28 745a02a5169b: Pulling fs layer 18:10:28 00ac8860ef70: Waiting 18:10:28 63d7cb157983: Waiting 18:10:28 b116817d02f9: Waiting 18:10:28 745a02a5169b: Waiting 18:10:28 18c013af1878: Download complete 18:10:28 a4357932f1b6: Download complete 18:10:28 63d7cb157983: Verifying Checksum 18:10:28 63d7cb157983: Download complete 18:10:28 5f621e34cdf4: Verifying Checksum 18:10:28 b116817d02f9: Verifying Checksum 18:10:28 b116817d02f9: Download complete 18:10:28 5f621e34cdf4: Pull complete 18:10:29 a4357932f1b6: Pull complete 18:10:30 18c013af1878: Pull complete 18:10:30 745a02a5169b: Verifying Checksum 18:10:30 745a02a5169b: Download complete 18:10:32 00ac8860ef70: Verifying Checksum 18:10:32 00ac8860ef70: Download complete 18:10:42 00ac8860ef70: Pull complete 18:10:42 63d7cb157983: Pull complete 18:10:42 b116817d02f9: Pull complete 18:10:46 745a02a5169b: Pull complete 18:10:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:10:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:10:46 ---> b7e6874047d6 18:10:46 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:10:46 20.10.0: Pulling from library/docker 18:10:46 a3cc7d3b244e: Pulling fs layer 18:10:46 02a3295e0d61: Pulling fs layer 18:10:46 0f4f2e6d8100: Pulling fs layer 18:10:46 330b718f631f: Pulling fs layer 18:10:46 a93816041522: Pulling fs layer 18:10:46 bdb6da89ff94: Pulling fs layer 18:10:46 2a70c0c122f4: Pulling fs layer 18:10:46 330b718f631f: Waiting 18:10:46 a93816041522: Waiting 18:10:46 bdb6da89ff94: Waiting 18:10:46 2a70c0c122f4: Waiting 18:10:46 0f4f2e6d8100: Verifying Checksum 18:10:46 0f4f2e6d8100: Download complete 18:10:46 02a3295e0d61: Verifying Checksum 18:10:46 02a3295e0d61: Download complete 18:10:46 a93816041522: Download complete 18:10:46 bdb6da89ff94: Download complete 18:10:46 a3cc7d3b244e: Verifying Checksum 18:10:46 a3cc7d3b244e: Download complete 18:10:46 2a70c0c122f4: Verifying Checksum 18:10:47 a3cc7d3b244e: Pull complete 18:10:48 02a3295e0d61: Pull complete 18:10:48 330b718f631f: Verifying Checksum 18:10:48 330b718f631f: Download complete 18:10:48 0f4f2e6d8100: Pull complete 18:10:52 330b718f631f: Pull complete 18:10:52 a93816041522: Pull complete 18:10:52 bdb6da89ff94: Pull complete 18:10:53 2a70c0c122f4: Pull complete 18:10:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:10:53 Status: Downloaded newer image for docker:20.10.0 18:10:58 ---> de2642e5d4cb 18:10:58 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:10:58 ---> Running in 68a027818d4f 18:10:59 Removing intermediate container 68a027818d4f 18:10:59 ---> 9a139583715c 18:10:59 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:10:59 ---> Running in 26f82df2ba0e 18:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:02 (1/5) Installing libsodium (1.0.18-r0) 18:11:02 (2/5) Installing libzmq (4.3.3-r0) 18:11:02 (3/5) Installing pkgconf (1.7.2-r0) 18:11:02 (4/5) Installing libsodium-dev (1.0.18-r0) 18:11:02 (5/5) Installing zeromq-dev (4.3.3-r0) 18:11:02 Executing busybox-1.31.1-r19.trigger 18:11:02 OK: 144 MiB in 44 packages 18:11:03 Running on prd-centos7-docker-4c-2g-30593 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:11:03 Running in /w/workspace/app-functions-sdk-go/198 [Pipeline] { [Pipeline] checkout 18:11:04 Removing intermediate container 26f82df2ba0e 18:11:04 ---> 0a792eca8734 18:11:04 Step 6/8 : WORKDIR /build 18:11:04 ---> Running in 042798091e2e 18:11:04 Removing intermediate container 042798091e2e 18:11:04 ---> 222e649d4773 18:11:04 Step 7/8 : COPY go.mod . 18:11:05 ---> 85b7898f5ce0 18:11:05 Step 8/8 : RUN go mod download 18:11:05 ---> Running in da4ee5b6031e 18:11:06 using credential edgex-jenkins-ssh 18:11:06 Cloning the remote Git repository 18:11:06 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:11:06 > git init /w/workspace/app-functions-sdk-go/198 # timeout=10 18:11:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:11:06 > git --version # timeout=10 18:11:06 > git --version # 'git version 2.24.3' 18:11:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:11:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:11:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:11:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:11:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:11:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:11:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:11:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:11:08 Checking out Revision c6680ff4eecd40eccff17b1dbb2a870edc6ed4da (master) 18:11:08 > git config core.sparsecheckout # timeout=10 18:11:08 > git checkout -f c6680ff4eecd40eccff17b1dbb2a870edc6ed4da # timeout=10 18:11:12 Commit message: "refactor: Change to using service keys for names in Clients configuration (#747)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:11:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:11:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:11:14 + sudo service docker restart 18:11:14 + true 18:11:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:11:16 ========================================================= 18:11:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:11:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:11:16 + 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 . 18:11:17 Sending build context to Docker daemon 19.38MB 18:11:17 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:11:17 Step 2/8 : FROM ${BASE} 18:11:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:11:17 188c0c94c7c5: Pulling fs layer 18:11:17 0ef7d3d256c8: Pulling fs layer 18:11:17 de9db76c5a1d: Pulling fs layer 18:11:17 bca2f99d35d6: Pulling fs layer 18:11:17 93359f2a8cfa: Pulling fs layer 18:11:17 7c6f9722023f: Pulling fs layer 18:11:17 a35cf1a2eb13: Pulling fs layer 18:11:17 7c6f9722023f: Waiting 18:11:17 a35cf1a2eb13: Waiting 18:11:17 bca2f99d35d6: Waiting 18:11:17 0ef7d3d256c8: Verifying Checksum 18:11:17 0ef7d3d256c8: Download complete 18:11:17 93359f2a8cfa: Verifying Checksum 18:11:17 93359f2a8cfa: Download complete 18:11:17 188c0c94c7c5: Download complete 18:11:17 7c6f9722023f: Verifying Checksum 18:11:17 7c6f9722023f: Download complete 18:11:17 188c0c94c7c5: Pull complete 18:11:17 0ef7d3d256c8: Pull complete 18:11:17 de9db76c5a1d: Pull complete 18:11:19 a35cf1a2eb13: Verifying Checksum 18:11:19 bca2f99d35d6: Verifying Checksum 18:11:19 bca2f99d35d6: Download complete 18:11:24 bca2f99d35d6: Pull complete 18:11:25 93359f2a8cfa: Pull complete 18:11:25 7c6f9722023f: Pull complete 18:11:32 Removing intermediate container da4ee5b6031e 18:11:32 ---> 31714116ebd4 18:11:32 Successfully built 31714116ebd4 18:11:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:11:32 + docker inspect -f . ci-base-image-arm64 18:11:32 . [Pipeline] withDockerContainer 18:11:32 prd-ubuntu18.04-docker-arm64-4c-16g-30592 does not seem to be running inside a container 18:11:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/198 -v /w/workspace/app-functions-sdk-go/198:/w/workspace/app-functions-sdk-go/198:rw,z -v /w/workspace/app-functions-sdk-go/198@tmp:/w/workspace/app-functions-sdk-go/198@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 ******** ci-base-image-arm64 cat 18:11:33 a35cf1a2eb13: Pull complete 18:11:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:11:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:11:33 ---> a62c8e92a672 18:11:33 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:11:33 20.10.0: Pulling from library/docker 18:11:33 05e7bc50f07f: Pulling fs layer 18:11:33 6db28d0fdbf6: Pulling fs layer 18:11:33 292df0bc6bf3: Pulling fs layer 18:11:33 2e060f4bd70b: Pulling fs layer 18:11:33 80e8d568a223: Pulling fs layer 18:11:33 8dc6ef1a942a: Pulling fs layer 18:11:33 2312dd95470a: Pulling fs layer 18:11:33 2e060f4bd70b: Waiting 18:11:33 80e8d568a223: Waiting 18:11:33 8dc6ef1a942a: Waiting 18:11:33 2312dd95470a: Waiting 18:11:33 292df0bc6bf3: Verifying Checksum 18:11:33 292df0bc6bf3: Download complete 18:11:33 05e7bc50f07f: Download complete 18:11:33 6db28d0fdbf6: Verifying Checksum 18:11:33 6db28d0fdbf6: Download complete 18:11:33 80e8d568a223: Verifying Checksum 18:11:33 80e8d568a223: Download complete 18:11:33 8dc6ef1a942a: Verifying Checksum 18:11:33 8dc6ef1a942a: Download complete 18:11:33 2312dd95470a: Verifying Checksum 18:11:33 2312dd95470a: Download complete 18:11:33 05e7bc50f07f: Pull complete 18:11:33 6db28d0fdbf6: Pull complete 18:11:33 292df0bc6bf3: Pull complete 18:11:33 2e060f4bd70b: Verifying Checksum 18:11:33 2e060f4bd70b: Download complete 18:11:34 $ docker top 73cc0009f5a3f05ca9a88a106fe56f2fe37da3e99857b1b429c7065ef69e1491 -eo pid,comm [Pipeline] { [Pipeline] sh 18:11:35 + go version 18:11:35 go version go1.15.5 linux/arm64 [Pipeline] } 18:11:35 $ docker stop --time=1 73cc0009f5a3f05ca9a88a106fe56f2fe37da3e99857b1b429c7065ef69e1491 18:11:37 2e060f4bd70b: Pull complete 18:11:37 80e8d568a223: Pull complete 18:11:37 8dc6ef1a942a: Pull complete 18:11:37 2312dd95470a: Pull complete 18:11:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:11:37 Status: Downloaded newer image for docker:20.10.0 18:11:37 $ docker rm -f 73cc0009f5a3f05ca9a88a106fe56f2fe37da3e99857b1b429c7065ef69e1491 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:11:38 + docker inspect -f . ci-base-image-arm64 18:11:38 . [Pipeline] withDockerContainer 18:11:38 ---> d3229a67e429 18:11:38 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:11:38 ---> Running in 81d1eb343c37 18:11:38 prd-ubuntu18.04-docker-arm64-4c-16g-30592 does not seem to be running inside a container 18:11:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/198 -v /w/workspace/app-functions-sdk-go/198:/w/workspace/app-functions-sdk-go/198:rw,z -v /w/workspace/app-functions-sdk-go/198@tmp:/w/workspace/app-functions-sdk-go/198@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 ******** ci-base-image-arm64 cat 18:11:38 Removing intermediate container 81d1eb343c37 18:11:38 ---> 27fe16346a98 18:11:38 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:11:38 ---> Running in b943fb9d9624 18:11:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:11:40 $ docker top fcc9c96b8ee488a0f79498836bde21a07bc2ee4a8be76c7d2ec2b79df0037b8e -eo pid,comm 18:11:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:11:40 (1/5) Installing libsodium (1.0.18-r0) 18:11:40 (2/5) Installing libzmq (4.3.3-r0) [Pipeline] { [Pipeline] sh 18:11:40 (3/5) Installing pkgconf (1.7.2-r0) 18:11:40 (4/5) Installing libsodium-dev (1.0.18-r0) 18:11:40 (5/5) Installing zeromq-dev (4.3.3-r0) 18:11:41 Executing busybox-1.31.1-r19.trigger 18:11:41 OK: 167 MiB in 44 packages 18:11:41 + make test 18:11:41 make -C ./app-service-template build 18:11:41 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:11:41 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:11:41 Removing intermediate container b943fb9d9624 18:11:41 ---> 7e724f4ae877 18:11:41 Step 6/8 : WORKDIR /build 18:11:41 ---> Running in 72a3915fa325 18:11:42 Removing intermediate container 72a3915fa325 18:11:42 ---> 267257ca80e1 18:11:42 Step 7/8 : COPY go.mod . 18:11:42 ---> 9bfa73813434 18:11:42 Step 8/8 : RUN go mod download 18:11:42 ---> Running in 0a4a1866403f 18:12:04 Removing intermediate container 0a4a1866403f 18:12:04 ---> d449a0378ee3 18:12:04 Successfully built d449a0378ee3 18:12:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:12:04 + docker inspect -f . ci-base-image-x86_64 18:12:04 . [Pipeline] withDockerContainer 18:12:04 prd-centos7-docker-4c-2g-30593 does not seem to be running inside a container 18:12:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/198 -v /w/workspace/app-functions-sdk-go/198:/w/workspace/app-functions-sdk-go/198:rw,z -v /w/workspace/app-functions-sdk-go/198@tmp:/w/workspace/app-functions-sdk-go/198@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 ******** ci-base-image-x86_64 cat 18:12:05 $ docker top 7d45bd4fa12611e24b9369cae7698d365b227b2f78658c80a026ee3199cf14fc -eo pid,comm [Pipeline] { [Pipeline] sh 18:12:06 + go version 18:12:06 go version go1.15.5 linux/amd64 [Pipeline] } 18:12:06 $ docker stop --time=1 7d45bd4fa12611e24b9369cae7698d365b227b2f78658c80a026ee3199cf14fc 18:12:07 $ docker rm -f 7d45bd4fa12611e24b9369cae7698d365b227b2f78658c80a026ee3199cf14fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:12:08 + docker inspect -f . ci-base-image-x86_64 18:12:08 . [Pipeline] withDockerContainer 18:12:08 prd-centos7-docker-4c-2g-30593 does not seem to be running inside a container 18:12:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/198 -v /w/workspace/app-functions-sdk-go/198:/w/workspace/app-functions-sdk-go/198:rw,z -v /w/workspace/app-functions-sdk-go/198@tmp:/w/workspace/app-functions-sdk-go/198@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 ******** ci-base-image-x86_64 cat 18:12:09 $ docker top 1fa2d1449dbe60912420ea55b8c5c89db2696ffc373b9ad8c0e5ca1f0b6b8f23 -eo pid,comm [Pipeline] { [Pipeline] sh 18:12:09 + make test 18:12:09 make -C ./app-service-template build 18:12:09 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:12:09 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:12:13 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:12:13 make -C ./app-service-template test 18:12:13 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:12:13 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:12:24 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:12:24 make -C ./app-service-template test 18:12:24 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:12:24 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:12:33 ok new-app-service 0.018s coverage: 89.5% of statements 18:12:33 ok new-app-service/functions 0.013s 18:12:33 CGO_ENABLED=1 go vet ./... 18:12:36 gofmt -l . 18:12:36 [ "`gofmt -l .`" = "" ] 18:12:36 ./bin/test-go-mod-tidy.sh 18:12:37 ./bin/test-attribution-txt.sh 18:12:37 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:12:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:12:38 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:12:40 ok new-app-service 0.040s coverage: 89.5% of statements 18:12:40 ok new-app-service/functions 0.029s 18:12:40 CGO_ENABLED=1 go vet ./... 18:12:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.046s coverage: 56.1% of statements 18:12:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.036s coverage: 92.5% of statements 18:12:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:12:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.052s coverage: 61.5% of statements 18:12:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:12:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.050s 18:12:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.045s coverage: 75.4% of statements 18:12:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:12:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:12:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:12:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:12:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:12:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:12:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.014s coverage: 97.0% of statements 18:12:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:12:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.013s coverage: 10.5% of statements 18:12:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.752s coverage: 78.4% of statements 18:12:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:12:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.009s coverage: 20.0% of statements 18:12:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.022s coverage: 27.3% of statements 18:12:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:12:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:12:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.014s coverage: 71.7% of statements 18:12:47 gofmt -l . 18:12:47 [ "`gofmt -l .`" = "" ] 18:12:47 ./bin/test-go-mod-tidy.sh 18:12:47 ./bin/test-attribution-txt.sh 18:12:49 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/198/app-service-template' 18:12:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:12:50 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:13:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.063s coverage: 56.1% of statements 18:13:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.035s coverage: 92.5% of statements 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:13:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.081s coverage: 61.5% of statements 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:13:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.038s 18:13:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.086s coverage: 75.4% of statements 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:13:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.010s coverage: 97.0% of statements 18:13:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:13:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.037s coverage: 10.5% of statements 18:13:05 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.802s coverage: 78.4% of statements 18:13:05 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:13:05 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.032s coverage: 20.0% of statements 18:13:05 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.034s coverage: 27.3% of statements 18:13:05 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:13:05 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:13:05 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.076s coverage: 71.7% of statements 18:13:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.045s coverage: 81.9% of statements 18:13:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements 18:13:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:13:13 gofmt -l . 18:13:13 [ "`gofmt -l .`" = "" ] 18:13:13 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:13:13 $ docker stop --time=1 1fa2d1449dbe60912420ea55b8c5c89db2696ffc373b9ad8c0e5ca1f0b6b8f23 18:13:14 $ docker rm -f 1fa2d1449dbe60912420ea55b8c5c89db2696ffc373b9ad8c0e5ca1f0b6b8f23 [Pipeline] // withDockerContainer [Pipeline] sh 18:13:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:13:15 Stashed 2 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 Post stage [Pipeline] libraryResource [Pipeline] sh 18:13:17 ---> job-cost.sh 18:13:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qR35 18:13:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.082s coverage: 81.9% of statements 18:13:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.022s coverage: 94.4% of statements 18:13:31 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:13:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:13:34 gofmt -l . 18:13:34 [ "`gofmt -l .`" = "" ] 18:13:34 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:13:35 $ docker stop --time=1 fcc9c96b8ee488a0f79498836bde21a07bc2ee4a8be76c7d2ec2b79df0037b8e 18:13:37 $ docker rm -f fcc9c96b8ee488a0f79498836bde21a07bc2ee4a8be76c7d2ec2b79df0037b8e [Pipeline] // withDockerContainer [Pipeline] sh 18:13:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:13:38 Warning: overwriting stash ‘coverage-report’ 18:13:39 Stashed 2 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 Post stage [Pipeline] libraryResource [Pipeline] sh 18:13:40 ---> job-cost.sh 18:13:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pwkG 18:14:04 lf-activate-venv(): INFO: Adding /tmp/venv-qR35/bin to PATH 18:14:04 INFO: No Stack... 18:14:04 INFO: Retrieving Pricing Info for: v1-standard-2 18:14:04 INFO: Archiving Costs [Pipeline] sh 18:14:04 + cat /w/workspace/app-functions-sdk-go/198/archives/cost.csv 18:14:04 + cut -d, -f6 [Pipeline] lock 18:14:04 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] 18:14:04 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] did not exist. Created. 18:14:04 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:14:05 + echo total: 0.029999999329447746 [Pipeline] stash 18:14:05 Stashed 1 file(s) [Pipeline] } 18:14:05 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:14:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:15:56 lf-activate-venv(): INFO: Adding /tmp/venv-pwkG/bin to PATH 18:15:56 INFO: No Stack... 18:15:56 INFO: Retrieving Pricing Info for: lf-standard-4 18:15:56 INFO: Archiving Costs [Pipeline] sh 18:15:56 + cat /w/workspace/app-functions-sdk-go/198/archives/cost.csv 18:15:56 + cut -d, -f6 [Pipeline] lock 18:15:56 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] 18:15:56 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] did not exist. Created. 18:15:56 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:15:56 /w/workspace/app-functions-sdk-go/198@tmp/durable-09f0ca27/script.sh: 1: /w/workspace/app-functions-sdk-go/198@tmp/durable-09f0ca27/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:15:57 + echo total: 0.20999999344348907 [Pipeline] stash 18:15:57 Warning: overwriting stash ‘stack-cost’ 18:15:57 Stashed 1 file(s) [Pipeline] } 18:15:57 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-198-stack-cost] [Pipeline] // lock [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 18:15:59 provisioning config files... 18:15:59 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1580646391701040854tmp [Pipeline] { [Pipeline] sh 18:15:59 + set +x 18:15:59 + curl -s https://codecov.io/bash 18:15:59 + bash -s -- 18:15:59 18:15:59 _____ _ 18:15:59 / ____| | | 18:15:59 | | ___ __| | ___ ___ _____ __ 18:15:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:15:59 | |___| (_) | (_| | __/ (_| (_) \ V / 18:15:59 \_____\___/ \__,_|\___|\___\___/ \_/ 18:15:59 Bash-20210309-2b87ace 18:15:59 18:15:59 18:15:59 ==> git version 2.24.3 found 18:15:59 ==> 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 18:15:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:15:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:15:59 curl: option -sm: expected a proper numerical parameter 18:15:59 curl: try 'curl --help' or 'curl --manual' for more information 18:15:59 ==> Jenkins CI detected. 18:15:59 project root: . 18:15:59 --> token set from env 18:15:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:15:59 ==> Running gcov in . (disable via -X gcov) 18:15:59 ==> Python coveragepy not found 18:15:59 ==> Searching for coverage reports in: 18:15:59 + . 18:15:59 -> Found 2 reports 18:15:59 ==> Detecting git/mercurial file structure 18:15:59 ==> Reading reports 18:15:59 + ./app-service-template/coverage.out bytes=400 18:15:59 + ./coverage.out bytes=85558 18:15:59 ==> Appending adjustments 18:15:59 https://docs.codecov.io/docs/fixing-reports 18:16:00 + Found adjustments 18:16:00 ==> Gzipping contents 18:16:00 16K /tmp/codecov.9ThuH1.gz 18:16:00 ==> Uploading reports 18:16:00 url: https://codecov.io 18:16:00 query: branch=master&commit=c6680ff4eecd40eccff17b1dbb2a870edc6ed4da&build=198&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F198%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:16:00 -> Pinging Codecov 18:16:00 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=c6680ff4eecd40eccff17b1dbb2a870edc6ed4da&build=198&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F198%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:16:00 -> Uploading to 18:16:00 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/3D8B5DFFC46A037C893635FACE044666/c6680ff4eecd40eccff17b1dbb2a870edc6ed4da/24fc602f-1b8f-411b-918d-3cacf61db631.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T181600Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4342b9905db5bf01372261451275ab4916375b31541a3498d3d20d68c8d0d613 18:16:00 % Total % Received % Xferd Average Speed Time Time Time Current 18:16:00 Dload Upload Total Spent Left Speed 18:16:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14885 0 0 100 14885 0 33118 --:--:-- --:--:-- --:--:-- 33077 18:16:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/c6680ff4eecd40eccff17b1dbb2a870edc6ed4da [Pipeline] } 18:16:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:16:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:16:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:16:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:16:02 18:16:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:16:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:16:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:16:02 188c0c94c7c5: Pulling fs layer 18:16:02 0ef7d3d256c8: Pulling fs layer 18:16:02 de9db76c5a1d: Pulling fs layer 18:16:02 0eba1c9be4d2: Pulling fs layer 18:16:02 0d57e429df01: Pulling fs layer 18:16:02 4e4be7b47b0d: Pulling fs layer 18:16:02 e1f770b5df2f: Pulling fs layer 18:16:02 85a0685a4137: Pulling fs layer 18:16:02 0d57e429df01: Waiting 18:16:02 4e4be7b47b0d: Waiting 18:16:02 e1f770b5df2f: Waiting 18:16:02 85a0685a4137: Waiting 18:16:02 0eba1c9be4d2: Waiting 18:16:02 0ef7d3d256c8: Verifying Checksum 18:16:02 0ef7d3d256c8: Download complete 18:16:02 de9db76c5a1d: Verifying Checksum 18:16:02 de9db76c5a1d: Download complete 18:16:02 0d57e429df01: Verifying Checksum 18:16:02 0d57e429df01: Download complete 18:16:02 4e4be7b47b0d: Verifying Checksum 18:16:02 4e4be7b47b0d: Download complete 18:16:03 188c0c94c7c5: Verifying Checksum 18:16:03 188c0c94c7c5: Download complete 18:16:03 188c0c94c7c5: Pull complete 18:16:03 0ef7d3d256c8: Pull complete 18:16:03 de9db76c5a1d: Pull complete 18:16:04 e1f770b5df2f: Verifying Checksum 18:16:04 e1f770b5df2f: Download complete 18:16:06 0eba1c9be4d2: Download complete 18:16:06 85a0685a4137: Verifying Checksum 18:16:06 85a0685a4137: Download complete 18:16:12 0eba1c9be4d2: Pull complete 18:16:12 0d57e429df01: Pull complete 18:16:12 4e4be7b47b0d: Pull complete 18:16:14 e1f770b5df2f: Pull complete 18:16:20 85a0685a4137: Pull complete 18:16:20 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:16:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:16:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:16:20 prd-centos7-docker-4c-2g-30591 does not seem to be running inside a container 18:16:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:16:22 $ docker top 52b36ad51453c6facd937c04618fd29f731b9c52cec08a81ab62db6ab4a4711a -eo pid,comm [Pipeline] { [Pipeline] echo 18:16:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:16:22 + set -o pipefail 18:16:22 + snyk monitor '--org=edgex-jenkins' 18:16:29 18:16:29 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 18:16:29 18:16:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/b85db57b-14ea-480d-9ba5-7db24614083b 18:16:29 18:16:29 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:16:29 18:16:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:16:29 18:16:29 [Pipeline] } 18:16:29 $ docker stop --time=1 52b36ad51453c6facd937c04618fd29f731b9c52cec08a81ab62db6ab4a4711a 18:16:33 $ docker rm -f 52b36ad51453c6facd937c04618fd29f731b9c52cec08a81ab62db6ab4a4711a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 18:16:34 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:16:34 provisioning config files... 18:16:34 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8864168851414698887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:16:34 --> edgex-publish-swagger.sh 18:16:34 === Publish openapi/v2 API === 18:16:34 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:16:34 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 18:16:34 % Total % Received % Xferd Average Speed Time Time Time Current 18:16:34 Dload Upload Total Spent Left Speed 18:16:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10440 0:00:01 0:00:01 --:--:-- 10441 100 13052 0 0 100 13052 0 6875 0:00:01 0:00:01 --:--:-- 6876 18:16:36 18:16:36 [Pipeline] } 18:16:36 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 18:16:37 + git log --format=format:%s -1 c6680ff4eecd40eccff17b1dbb2a870edc6ed4da [Pipeline] isUnix [Pipeline] sh 18:16:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:37 . [Pipeline] withDockerContainer 18:16:37 prd-centos7-docker-4c-2g-30591 does not seem to be running inside a container 18:16:38 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:16:38 $ docker top 64b1895c98213107418cfefbe325f53363a259c57e3b1be4090ec0253af79ed7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:16:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:16:39 [ssh-agent] Looking for ssh-agent implementation... 18:16:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:16:39 $ docker exec 64b1895c98213107418cfefbe325f53363a259c57e3b1be4090ec0253af79ed7 ssh-agent 18:16:39 SSH_AUTH_SOCK=/tmp/ssh-4vlcfXP48fke/agent.11 18:16:39 SSH_AGENT_PID=16 18:16:39 Running ssh-add (command line suppressed) 18:16:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1366414661798028374.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1366414661798028374.key) 18:16:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:16:39 + git semver tag 18:16:39 # -> Open(): unable to determine branch for HEAD 18:16:39 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:16:39 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:16:39 # $SEMVER_REMOTE_NAME = origin 18:16:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:16:39 # $SEMVER_USER_NAME = edgex-jenkins 18:16:39 # $SEMVER_BRANCH = master 18:16:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:16:39 # c6680ff4eecd40eccff17b1dbb2a870edc6ed4da HEAD 18:16:39 # -> Force: false 18:16:39 # d722610cf52572ab5cc8db91248e67be17b4e7ef refs/tags/v2.0.0-dev.31 [Pipeline] } 18:16:40 $ docker exec --env ******** --env ******** 64b1895c98213107418cfefbe325f53363a259c57e3b1be4090ec0253af79ed7 ssh-agent -k 18:16:40 unset SSH_AUTH_SOCK; 18:16:40 unset SSH_AGENT_PID; 18:16:40 echo Agent pid 16 killed; 18:16:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:16:40 + git semver [Pipeline] } 18:16:40 $ docker stop --time=1 64b1895c98213107418cfefbe325f53363a259c57e3b1be4090ec0253af79ed7 18:16:42 $ docker rm -f 64b1895c98213107418cfefbe325f53363a259c57e3b1be4090ec0253af79ed7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:16:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:16:42 18:16:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:16:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:16:43 0.23.1-centos7: Pulling from edgex-lftools 18:16:43 ab5ef0e58194: Pulling fs layer 18:16:43 9712f1f96733: Pulling fs layer 18:16:43 63f879dbbcfc: Pulling fs layer 18:16:43 0d9ebad4ef96: Pulling fs layer 18:16:43 e9a5061849ea: Pulling fs layer 18:16:43 d747dcd14b5f: Pulling fs layer 18:16:43 2de7ff778b66: Pulling fs layer 18:16:43 e9a5061849ea: Waiting 18:16:43 d747dcd14b5f: Waiting 18:16:43 2de7ff778b66: Waiting 18:16:43 0d9ebad4ef96: Waiting 18:16:43 9712f1f96733: Verifying Checksum 18:16:43 9712f1f96733: Download complete 18:16:44 63f879dbbcfc: Verifying Checksum 18:16:44 e9a5061849ea: Verifying Checksum 18:16:44 e9a5061849ea: Download complete 18:16:44 d747dcd14b5f: Verifying Checksum 18:16:44 d747dcd14b5f: Download complete 18:16:45 2de7ff778b66: Verifying Checksum 18:16:45 2de7ff778b66: Download complete 18:16:45 0d9ebad4ef96: Verifying Checksum 18:16:45 0d9ebad4ef96: Download complete 18:16:45 ab5ef0e58194: Verifying Checksum 18:16:45 ab5ef0e58194: Download complete 18:16:49 ab5ef0e58194: Pull complete 18:16:49 9712f1f96733: Pull complete 18:16:51 63f879dbbcfc: Pull complete 18:16:58 0d9ebad4ef96: Pull complete 18:17:00 e9a5061849ea: Pull complete 18:17:00 d747dcd14b5f: Pull complete 18:17:03 2de7ff778b66: Pull complete 18:17:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:17:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:17:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:17:03 prd-centos7-docker-4c-2g-30591 does not seem to be running inside a container 18:17:03 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:17:07 $ docker top ce3d55d82358cbf67c0ae867950d5839e363eb7816af4052dd298f7c9556b506 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:17:07 provisioning config files... 18:17:07 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2503424649517010402tmp 18:17:07 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8522597936711061974tmp 18:17:07 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config338944411360353563tmp [Pipeline] { [Pipeline] echo 18:17:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:17:07 ---> sigul-configuration.sh 18:17:07 gpg: directory `/root/.gnupg' created 18:17:07 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:17:07 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:17:07 gpg: keyring `/root/.gnupg/secring.gpg' created 18:17:07 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:17:07 gpg: CAST5 encrypted data 18:17:08 gpg: encrypted with 1 passphrase 18:17:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:17:08 + mkdir /home/jenkins 18:17:08 + mkdir /home/jenkins/sigul [Pipeline] sh 18:17:08 + 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 18:17:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:17:09 ---> sigul-install.sh 18:17:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:17:15 + git tag --list 18:17:15 v0.1.0 18:17:15 v0.1.1 18:17:15 v1.0.0 18:17:15 v1.1.0 18:17:15 v1.2.0 18:17:15 v1.3.0 18:17:15 v1.3.1 18:17:15 v1.3.1-dev.1 18:17:15 v1.3.2-dev.1 18:17:15 v2.0.0-dev.1 18:17:15 v2.0.0-dev.10 18:17:15 v2.0.0-dev.11 18:17:15 v2.0.0-dev.12 18:17:15 v2.0.0-dev.13 18:17:15 v2.0.0-dev.14 18:17:15 v2.0.0-dev.15 18:17:15 v2.0.0-dev.16 18:17:15 v2.0.0-dev.17 18:17:15 v2.0.0-dev.18 18:17:15 v2.0.0-dev.19 18:17:15 v2.0.0-dev.2 18:17:15 v2.0.0-dev.20 18:17:15 v2.0.0-dev.21 18:17:15 v2.0.0-dev.22 18:17:15 v2.0.0-dev.23 18:17:15 v2.0.0-dev.24 18:17:15 v2.0.0-dev.25 18:17:15 v2.0.0-dev.26 18:17:15 v2.0.0-dev.27 18:17:15 v2.0.0-dev.28 18:17:15 v2.0.0-dev.29 18:17:15 v2.0.0-dev.3 18:17:15 v2.0.0-dev.30 18:17:15 v2.0.0-dev.31 18:17:15 v2.0.0-dev.4 18:17:15 v2.0.0-dev.5 18:17:15 v2.0.0-dev.6 18:17:15 v2.0.0-dev.7 18:17:15 v2.0.0-dev.8 18:17:15 v2.0.0-dev.9 [Pipeline] sh 18:17:16 + lftools sign git-tag v2.0.0-dev.31 18:17:17 Signing Git tag with Sigul... 18:17:17 Signing v2.0.0-dev.31 [Pipeline] echo 18:17:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:17:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:17:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:17:18 $ docker stop --time=1 ce3d55d82358cbf67c0ae867950d5839e363eb7816af4052dd298f7c9556b506 18:17:21 $ docker rm -f ce3d55d82358cbf67c0ae867950d5839e363eb7816af4052dd298f7c9556b506 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:17:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:17:22 . [Pipeline] withDockerContainer 18:17:22 prd-centos7-docker-4c-2g-30591 does not seem to be running inside a container 18:17:22 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:17:22 $ docker top 939594fe282b96411f2f1b94e3a20cfeec2ace8dab83f6549e07937f54bb514f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:17:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:23 [ssh-agent] Looking for ssh-agent implementation... 18:17:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:23 $ docker exec 939594fe282b96411f2f1b94e3a20cfeec2ace8dab83f6549e07937f54bb514f ssh-agent 18:17:23 SSH_AUTH_SOCK=/tmp/ssh-c5YEHTyc1RQy/agent.11 18:17:23 SSH_AGENT_PID=17 18:17:23 Running ssh-add (command line suppressed) 18:17:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5512523874223604678.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5512523874223604678.key) 18:17:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:24 + git semver bump pre 18:17:24 # -> Open(): unable to determine branch for HEAD 18:17:24 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:17:24 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:17:24 # $SEMVER_REMOTE_NAME = origin 18:17:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:17:24 # $SEMVER_USER_NAME = edgex-jenkins 18:17:24 # $SEMVER_BRANCH = master 18:17:24 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:17:24 2.0.0-dev.32 [Pipeline] } 18:17:24 $ docker exec --env ******** --env ******** 939594fe282b96411f2f1b94e3a20cfeec2ace8dab83f6549e07937f54bb514f ssh-agent -k 18:17:24 unset SSH_AUTH_SOCK; 18:17:24 unset SSH_AGENT_PID; 18:17:24 echo Agent pid 17 killed; 18:17:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:17:25 + git semver [Pipeline] } 18:17:25 $ docker stop --time=1 939594fe282b96411f2f1b94e3a20cfeec2ace8dab83f6549e07937f54bb514f 18:17:26 $ docker rm -f 939594fe282b96411f2f1b94e3a20cfeec2ace8dab83f6549e07937f54bb514f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:17:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:17:27 . [Pipeline] withDockerContainer 18:17:27 prd-centos7-docker-4c-2g-30591 does not seem to be running inside a container 18:17:27 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:17:28 $ docker top 5da9e6076d7a878185757bdc27a8fb67dc9f338efdcb90cd32d15459af820eaa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:17:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:28 [ssh-agent] Looking for ssh-agent implementation... 18:17:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:28 $ docker exec 5da9e6076d7a878185757bdc27a8fb67dc9f338efdcb90cd32d15459af820eaa ssh-agent 18:17:28 SSH_AUTH_SOCK=/tmp/ssh-B0pobSs1b2QX/agent.11 18:17:28 SSH_AGENT_PID=16 18:17:28 Running ssh-add (command line suppressed) 18:17:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8790441082232577904.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8790441082232577904.key) 18:17:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:29 + git semver push 18:17:29 # -> Open(): unable to determine branch for HEAD 18:17:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:17:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:17:29 # $SEMVER_REMOTE_NAME = origin 18:17:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:17:29 # $SEMVER_USER_NAME = edgex-jenkins 18:17:29 # $SEMVER_BRANCH = master 18:17:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:17:33 $ docker exec --env ******** --env ******** 5da9e6076d7a878185757bdc27a8fb67dc9f338efdcb90cd32d15459af820eaa ssh-agent -k 18:17:33 unset SSH_AUTH_SOCK; 18:17:33 unset SSH_AGENT_PID; 18:17:33 echo Agent pid 16 killed; 18:17:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:17:34 + git semver [Pipeline] } 18:17:34 $ docker stop --time=1 5da9e6076d7a878185757bdc27a8fb67dc9f338efdcb90cd32d15459af820eaa 18:17:35 $ docker rm -f 5da9e6076d7a878185757bdc27a8fb67dc9f338efdcb90cd32d15459af820eaa [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 18:17:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:17:38 ---> package-listing.sh 18:17:38 ++ facter osfamily 18:17:38 ++ tr '[:upper:]' '[:lower:]' 18:17:38 + OS_FAMILY=redhat 18:17:38 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:17:38 + START_PACKAGES=/tmp/packages_start.txt 18:17:38 + END_PACKAGES=/tmp/packages_end.txt 18:17:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:17:38 + PACKAGES=/tmp/packages_start.txt 18:17:38 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:17:38 + PACKAGES=/tmp/packages_end.txt 18:17:38 + case "${OS_FAMILY}" in 18:17:38 + rpm -qa 18:17:38 + sort 18:17:43 + '[' -f /tmp/packages_start.txt ']' 18:17:43 + '[' -f /tmp/packages_end.txt ']' 18:17:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:17:43 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:17:43 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:17:43 + 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 18:17:43 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 18:17:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:17:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:17:44 18:17:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:17:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:17:44 alpine: Pulling from edgex-lftools-log-publisher 18:17:44 df20fa9351a1: Pulling fs layer 18:17:44 36b3adc4ff6f: Pulling fs layer 18:17:44 8ad3a11d3b57: Pulling fs layer 18:17:44 46f8f816bc3b: Pulling fs layer 18:17:44 93b61091891f: Pulling fs layer 18:17:44 93b9cdb0e59b: Pulling fs layer 18:17:44 5e14af77c1be: Pulling fs layer 18:17:44 01666e4c0597: Pulling fs layer 18:17:44 aa168da1d23b: Pulling fs layer 18:17:44 93b61091891f: Waiting 18:17:44 93b9cdb0e59b: Waiting 18:17:44 5e14af77c1be: Waiting 18:17:44 01666e4c0597: Waiting 18:17:44 aa168da1d23b: Waiting 18:17:44 46f8f816bc3b: Waiting 18:17:44 36b3adc4ff6f: Verifying Checksum 18:17:44 36b3adc4ff6f: Download complete 18:17:44 46f8f816bc3b: Verifying Checksum 18:17:44 46f8f816bc3b: Download complete 18:17:44 df20fa9351a1: Verifying Checksum 18:17:44 93b9cdb0e59b: Verifying Checksum 18:17:44 93b9cdb0e59b: Download complete 18:17:44 5e14af77c1be: Verifying Checksum 18:17:44 5e14af77c1be: Download complete 18:17:44 01666e4c0597: Verifying Checksum 18:17:44 01666e4c0597: Download complete 18:17:44 93b61091891f: Download complete 18:17:44 8ad3a11d3b57: Verifying Checksum 18:17:44 8ad3a11d3b57: Download complete 18:17:44 df20fa9351a1: Pull complete 18:17:45 36b3adc4ff6f: Pull complete 18:17:46 8ad3a11d3b57: Pull complete 18:17:46 aa168da1d23b: Verifying Checksum 18:17:46 aa168da1d23b: Download complete 18:17:46 46f8f816bc3b: Pull complete 18:17:46 93b61091891f: Pull complete 18:17:47 93b9cdb0e59b: Pull complete 18:17:47 5e14af77c1be: Pull complete 18:17:47 01666e4c0597: Pull complete 18:17:54 aa168da1d23b: Pull complete 18:17:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:17:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:17:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:17:54 prd-centos7-docker-4c-2g-30591 does not seem to be running inside a container 18:17:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:17:57 $ docker top ccbe11901a50177d046939941caeda6fa5a207a15c70ff76ffe7edb42e92f42b -eo pid,comm [Pipeline] { [Pipeline] sh 18:17:58 + touch /tmp/pre-build-complete [Pipeline] sh 18:17:58 + mkdir -p /var/log/sa [Pipeline] sh 18:17:58 + ls /var/log/sa-host 18:17:58 + sadf -c /var/log/sa-host/sa19 18:17:58 file_magic: OK 18:17:58 HZ: Using current value: 100 18:17:58 file_header: OK 18:17:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:17:58 Statistics: 18:17:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:17:58 File successfully converted to sysstat format version 12.2.1 18:17:58 + sadf -c /var/log/sa-host/sa23 18:17:58 file_magic: OK 18:17:58 HZ: Using current value: 100 18:17:58 file_header: OK 18:17:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:17:58 Statistics: 18:17:58 Hnuu...uuuununununu... 18:17:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:59 provisioning config files... 18:17:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5414568465990541271tmp [Pipeline] { [Pipeline] echo 18:17:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:17:59 ---> create-netrc.sh [Pipeline] } 18:17:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:17:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:18:00 ---> python-tools-install.sh [Pipeline] echo 18:18:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:18:00 ---> sudo-logs.sh 18:18:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:18:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:18:00 ---> job-cost.sh 18:18:00 lf-activate-venv: SKIPPING 18:18:00 DEBUG: total: 0.20999999344348907 18:18:00 INFO: Retrieving Stack Cost... 18:18:02 INFO: Retrieving Pricing Info for: v1-standard-2 18:18:02 INFO: Archiving Costs [Pipeline] echo 18:18:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:18:02 ---> logs-deploy.sh 18:18:02 lf-activate-venv: SKIPPING 18:18:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/198 18:18:02 INFO: archiving workspace using pattern(s): 18:18:04 Archives upload complete. 18:18:04 INFO: archiving logs to Nexus