Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 866257ffcfaa1493c6f36db43f391099b44c29ec 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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-27725 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 866257ffcfaa1493c6f36db43f391099b44c29ec (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 866257ffcfaa1493c6f36db43f391099b44c29ec # timeout=10 Commit message: "refactor: Remove deprecated environment variables and related code (#718)" > git rev-list --no-walk a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:02:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:02:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:02:05 ========================================================= 23:02:05 EdgeX Global Pipelines Version Info 23:02:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:02:07 ------------------- 23:02:07 stable info: 23:02:07 ------------------- 23:02:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:07 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 23:02:07 Message: update stable to v1.0.182 23:02:08 ------------------- 23:02:08 experimental info: 23:02:08 ------------------- 23:02:08 Commited By: **** collab-it+edgex@linuxfoundation.org 23:02:08 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 23:02:08 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:02:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:02:08 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:02:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:02:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 866257f [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:02:12 + git log --format=format:%s -1 866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] echo 23:02:12 GIT_COMMIT: 866257ffcfaa1493c6f36db43f391099b44c29ec, Commit Message: refactor: Remove deprecated environment variables and related code (#718) [Pipeline] echo 23:02:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:02:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:14 23:02:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:02:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:14 latest: Pulling from edgex-devops/git-semver 23:02:14 31603596830f: Pulling fs layer 23:02:14 2a8b12db71e7: Pulling fs layer 23:02:14 6ca5941a6612: Pulling fs layer 23:02:14 ecc8261a40a4: Pulling fs layer 23:02:14 ecc8261a40a4: Waiting 23:02:14 2a8b12db71e7: Verifying Checksum 23:02:14 2a8b12db71e7: Download complete 23:02:14 31603596830f: Verifying Checksum 23:02:14 31603596830f: Download complete 23:02:14 ecc8261a40a4: Verifying Checksum 23:02:14 ecc8261a40a4: Download complete 23:02:15 6ca5941a6612: Verifying Checksum 23:02:15 6ca5941a6612: Download complete 23:02:15 31603596830f: Pull complete 23:02:15 2a8b12db71e7: Pull complete 23:02:16 6ca5941a6612: Pull complete 23:02:16 ecc8261a40a4: Pull complete 23:02:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:02:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:02:16 prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container 23:02:16 $ 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 23:02:18 $ docker top e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:18 [ssh-agent] Looking for ssh-agent implementation... 23:02:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:19 $ docker exec e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent 23:02:19 SSH_AUTH_SOCK=/tmp/ssh-WQGTlvmU8OJm/agent.11 23:02:19 SSH_AGENT_PID=17 23:02:19 Running ssh-add (command line suppressed) 23:02:19 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1312998864199499256.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1312998864199499256.key) 23:02:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:19 + git tag --points-at HEAD [Pipeline] } 23:02:19 $ docker exec --env ******** --env ******** e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent -k 23:02:20 unset SSH_AUTH_SOCK; 23:02:20 unset SSH_AGENT_PID; 23:02:20 echo Agent pid 17 killed; 23:02:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:02:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:20 [ssh-agent] Looking for ssh-agent implementation... 23:02:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:20 $ docker exec e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent 23:02:20 SSH_AUTH_SOCK=/tmp/ssh-VlgiIB7Fl9Sw/agent.46 23:02:20 SSH_AGENT_PID=52 23:02:20 Running ssh-add (command line suppressed) 23:02:20 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4188964605301481064.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4188964605301481064.key) 23:02:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:21 + git semver init 23:02:21 # -> Open(): unable to determine branch for HEAD 23:02:21 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:02:21 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:02:21 # $SEMVER_REMOTE_NAME = origin 23:02:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:21 # $SEMVER_USER_NAME = edgex-jenkins 23:02:21 # $SEMVER_BRANCH = master 23:02:21 # $SEMVER_TEMP = /tmp/semver-725852108 23:02:21 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:02:23 # '/tmp/semver-725852108' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:02:23 # -> Force: false 23:02:23 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:02:23 $ docker exec --env ******** --env ******** e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent -k 23:02:23 unset SSH_AUTH_SOCK; 23:02:23 unset SSH_AGENT_PID; 23:02:23 echo Agent pid 52 killed; 23:02:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:24 + git semver [Pipeline] } 23:02:24 $ docker stop --time=1 e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 23:02:26 $ docker rm -f e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 [Pipeline] // withDockerContainer [Pipeline] sh 23:02:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:02:27 Stashed 1 file(s) [Pipeline] echo 23:02:27 [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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 23:02:42 Still waiting to schedule task 23:02:42 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27725’ 23:02:42 Still waiting to schedule task 23:02:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 23:04:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27726 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:04:20 Running in /w/workspace/app-functions-sdk-go/189 [Pipeline] { [Pipeline] checkout 23:04:25 using credential edgex-jenkins-ssh 23:04:25 Cloning the remote Git repository 23:04:25 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:04:25 > git init /w/workspace/app-functions-sdk-go/189 # timeout=10 23:04:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:04:25 > git --version # timeout=10 23:04:25 > git --version # 'git version 2.17.1' 23:04:25 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:28 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:04:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:28 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:04:28 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:04:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:29 Checking out Revision 866257ffcfaa1493c6f36db43f391099b44c29ec (master) 23:04:29 > git config core.sparsecheckout # timeout=10 23:04:29 > git checkout -f 866257ffcfaa1493c6f36db43f391099b44c29ec # timeout=10 23:04:33 Commit message: "refactor: Remove deprecated environment variables and related code (#718)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:04:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:04:36 + true 23:04:36 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:04:39 ========================================================= 23:04:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:04:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:04:39 + 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 . 23:04:40 Sending build context to Docker daemon 19.26MB 23:04:40 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:04:40 Step 2/8 : FROM ${BASE} 23:04:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:04:40 5f621e34cdf4: Pulling fs layer 23:04:40 a4357932f1b6: Pulling fs layer 23:04:40 18c013af1878: Pulling fs layer 23:04:40 00ac8860ef70: Pulling fs layer 23:04:40 63d7cb157983: Pulling fs layer 23:04:40 b116817d02f9: Pulling fs layer 23:04:40 745a02a5169b: Pulling fs layer 23:04:40 b116817d02f9: Waiting 23:04:40 745a02a5169b: Waiting 23:04:40 00ac8860ef70: Waiting 23:04:40 18c013af1878: Download complete 23:04:40 a4357932f1b6: Verifying Checksum 23:04:40 a4357932f1b6: Download complete 23:04:40 63d7cb157983: Verifying Checksum 23:04:40 63d7cb157983: Download complete 23:04:41 Running on prd-centos7-docker-4c-2g-27729 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:04:41 Running in /w/workspace/app-functions-sdk-go/189 [Pipeline] { 23:04:41 b116817d02f9: Verifying Checksum 23:04:41 b116817d02f9: Download complete 23:04:41 5f621e34cdf4: Verifying Checksum [Pipeline] checkout 23:04:41 5f621e34cdf4: Pull complete 23:04:42 a4357932f1b6: Pull complete 23:04:42 18c013af1878: Pull complete 23:04:43 using credential edgex-jenkins-ssh 23:04:43 Cloning the remote Git repository 23:04:43 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:04:43 > git init /w/workspace/app-functions-sdk-go/189 # timeout=10 23:04:44 745a02a5169b: Verifying Checksum 23:04:44 745a02a5169b: Download complete 23:04:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:04:43 > git --version # timeout=10 23:04:43 > git --version # 'git version 2.24.3' 23:04:43 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:45 00ac8860ef70: Verifying Checksum 23:04:45 00ac8860ef70: Download complete 23:04:48 Checking out Revision 866257ffcfaa1493c6f36db43f391099b44c29ec (master) 23:04:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:04:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:04:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:04:48 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:48 > git config core.sparsecheckout # timeout=10 23:04:49 > git checkout -f 866257ffcfaa1493c6f36db43f391099b44c29ec # timeout=10 23:04:52 Commit message: "refactor: Remove deprecated environment variables and related code (#718)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:04:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:04:54 + sudo service docker restart 23:04:54 + true 23:04:54 Redirecting to /bin/systemctl restart docker.service 23:04:55 00ac8860ef70: Pull complete 23:04:55 63d7cb157983: Pull complete [Pipeline] unstash 23:04:55 b116817d02f9: Pull complete [Pipeline] echo 23:04:55 ========================================================= 23:04:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:04:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:04:56 + 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 . 23:04:56 Sending build context to Docker daemon 19.26MB 23:04:56 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:04:56 Step 2/8 : FROM ${BASE} 23:04:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:04:56 188c0c94c7c5: Pulling fs layer 23:04:56 0ef7d3d256c8: Pulling fs layer 23:04:56 de9db76c5a1d: Pulling fs layer 23:04:56 bca2f99d35d6: Pulling fs layer 23:04:56 93359f2a8cfa: Pulling fs layer 23:04:56 7c6f9722023f: Pulling fs layer 23:04:56 a35cf1a2eb13: Pulling fs layer 23:04:56 93359f2a8cfa: Waiting 23:04:56 7c6f9722023f: Waiting 23:04:56 a35cf1a2eb13: Waiting 23:04:56 bca2f99d35d6: Waiting 23:04:56 de9db76c5a1d: Verifying Checksum 23:04:56 de9db76c5a1d: Download complete 23:04:56 0ef7d3d256c8: Verifying Checksum 23:04:56 0ef7d3d256c8: Download complete 23:04:56 93359f2a8cfa: Verifying Checksum 23:04:56 93359f2a8cfa: Download complete 23:04:56 7c6f9722023f: Verifying Checksum 23:04:56 7c6f9722023f: Download complete 23:04:56 188c0c94c7c5: Verifying Checksum 23:04:56 188c0c94c7c5: Download complete 23:04:56 188c0c94c7c5: Pull complete 23:04:57 0ef7d3d256c8: Pull complete 23:04:57 de9db76c5a1d: Pull complete 23:04:58 a35cf1a2eb13: Verifying Checksum 23:04:58 bca2f99d35d6: Verifying Checksum 23:04:58 bca2f99d35d6: Download complete 23:04:59 745a02a5169b: Pull complete 23:04:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:04:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:04:59 ---> b7e6874047d6 23:04:59 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:04:59 20.10.0: Pulling from library/docker 23:04:59 a3cc7d3b244e: Pulling fs layer 23:04:59 02a3295e0d61: Pulling fs layer 23:04:59 0f4f2e6d8100: Pulling fs layer 23:04:59 330b718f631f: Pulling fs layer 23:04:59 a93816041522: Pulling fs layer 23:04:59 bdb6da89ff94: Pulling fs layer 23:04:59 2a70c0c122f4: Pulling fs layer 23:04:59 a93816041522: Waiting 23:04:59 bdb6da89ff94: Waiting 23:04:59 330b718f631f: Waiting 23:04:59 2a70c0c122f4: Waiting 23:04:59 0f4f2e6d8100: Verifying Checksum 23:04:59 0f4f2e6d8100: Download complete 23:04:59 02a3295e0d61: Verifying Checksum 23:04:59 02a3295e0d61: Download complete 23:04:59 a93816041522: Download complete 23:04:59 a3cc7d3b244e: Verifying Checksum 23:04:59 2a70c0c122f4: Verifying Checksum 23:04:59 2a70c0c122f4: Download complete 23:04:59 bdb6da89ff94: Verifying Checksum 23:04:59 bdb6da89ff94: Download complete 23:05:00 a3cc7d3b244e: Pull complete 23:05:01 02a3295e0d61: Pull complete 23:05:01 0f4f2e6d8100: Pull complete 23:05:01 330b718f631f: Verifying Checksum 23:05:01 330b718f631f: Download complete 23:05:04 bca2f99d35d6: Pull complete 23:05:04 93359f2a8cfa: Pull complete 23:05:04 7c6f9722023f: Pull complete 23:05:05 330b718f631f: Pull complete 23:05:05 a93816041522: Pull complete 23:05:05 bdb6da89ff94: Pull complete 23:05:06 2a70c0c122f4: Pull complete 23:05:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:05:06 Status: Downloaded newer image for docker:20.10.0 23:05:12 a35cf1a2eb13: Pull complete 23:05:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:05:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:05:12 ---> a62c8e92a672 23:05:12 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:05:12 20.10.0: Pulling from library/docker 23:05:12 05e7bc50f07f: Pulling fs layer 23:05:12 6db28d0fdbf6: Pulling fs layer 23:05:12 292df0bc6bf3: Pulling fs layer 23:05:12 2e060f4bd70b: Pulling fs layer 23:05:12 80e8d568a223: Pulling fs layer 23:05:12 8dc6ef1a942a: Pulling fs layer 23:05:12 2312dd95470a: Pulling fs layer 23:05:12 80e8d568a223: Waiting 23:05:12 8dc6ef1a942a: Waiting 23:05:12 2312dd95470a: Waiting 23:05:12 2e060f4bd70b: Waiting 23:05:12 292df0bc6bf3: Verifying Checksum 23:05:12 292df0bc6bf3: Download complete 23:05:12 05e7bc50f07f: Download complete 23:05:12 80e8d568a223: Verifying Checksum 23:05:12 80e8d568a223: Download complete 23:05:12 6db28d0fdbf6: Verifying Checksum 23:05:12 6db28d0fdbf6: Download complete 23:05:12 2312dd95470a: Verifying Checksum 23:05:12 2312dd95470a: Download complete 23:05:12 8dc6ef1a942a: Verifying Checksum 23:05:12 8dc6ef1a942a: Download complete 23:05:12 05e7bc50f07f: Pull complete 23:05:12 6db28d0fdbf6: Pull complete 23:05:12 292df0bc6bf3: Pull complete 23:05:12 ---> 8fd09327d1f6 23:05:12 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:05:12 ---> Running in f19b8d98ba61 23:05:12 Removing intermediate container f19b8d98ba61 23:05:12 ---> 1e2b7b9ccc2e 23:05:12 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:05:12 ---> Running in 827397882e21 23:05:13 2e060f4bd70b: Verifying Checksum 23:05:13 2e060f4bd70b: Download complete 23:05:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:15 (1/5) Installing libsodium (1.0.18-r0) 23:05:15 (2/5) Installing libzmq (4.3.3-r0) 23:05:15 (3/5) Installing pkgconf (1.7.2-r0) 23:05:15 (4/5) Installing libsodium-dev (1.0.18-r0) 23:05:15 2e060f4bd70b: Pull complete 23:05:15 80e8d568a223: Pull complete 23:05:15 (5/5) Installing zeromq-dev (4.3.3-r0) 23:05:15 Executing busybox-1.31.1-r19.trigger 23:05:15 OK: 144 MiB in 44 packages 23:05:15 8dc6ef1a942a: Pull complete 23:05:15 2312dd95470a: Pull complete 23:05:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:05:15 Status: Downloaded newer image for docker:20.10.0 23:05:17 Removing intermediate container 827397882e21 23:05:17 ---> 1b7c495178f9 23:05:17 Step 6/8 : WORKDIR /build 23:05:17 ---> Running in 43d3c3529deb 23:05:17 ---> 3abb02c8d586 23:05:17 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:05:17 ---> Running in 7eb9756fdaca 23:05:17 Removing intermediate container 7eb9756fdaca 23:05:17 ---> 8d115f307d3f 23:05:17 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:05:17 ---> Running in a04126438339 23:05:17 Removing intermediate container 43d3c3529deb 23:05:17 ---> f74a5eda8a56 23:05:17 Step 7/8 : COPY go.mod . 23:05:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:18 ---> b7f52a71afb0 23:05:18 Step 8/8 : RUN go mod download 23:05:18 ---> Running in 18d16a8f397a 23:05:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:19 (1/5) Installing libsodium (1.0.18-r0) 23:05:19 (2/5) Installing libzmq (4.3.3-r0) 23:05:19 (3/5) Installing pkgconf (1.7.2-r0) 23:05:19 (4/5) Installing libsodium-dev (1.0.18-r0) 23:05:19 (5/5) Installing zeromq-dev (4.3.3-r0) 23:05:19 Executing busybox-1.31.1-r19.trigger 23:05:19 OK: 167 MiB in 44 packages 23:05:20 Removing intermediate container a04126438339 23:05:20 ---> 762b25e70a55 23:05:20 Step 6/8 : WORKDIR /build 23:05:20 ---> Running in de9fe32542db 23:05:20 Removing intermediate container de9fe32542db 23:05:20 ---> 56e2ae6d4c05 23:05:20 Step 7/8 : COPY go.mod . 23:05:20 ---> bd253fa163d2 23:05:20 Step 8/8 : RUN go mod download 23:05:20 ---> Running in 44017c491e2c 23:05:45 Removing intermediate container 18d16a8f397a 23:05:45 ---> 2062a23a3471 23:05:45 Successfully built 2062a23a3471 23:05:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:05:45 + docker inspect -f . ci-base-image-arm64 23:05:45 . [Pipeline] withDockerContainer 23:05:45 prd-ubuntu18.04-docker-arm64-4c-16g-27726 does not seem to be running inside a container 23:05:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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 ******** ci-base-image-arm64 cat 23:05:47 $ docker top 42cff40627eedfe9953150b2740707b7ad6e6767e01477c074f694d3b50023c9 -eo pid,comm 23:05:47 Removing intermediate container 44017c491e2c 23:05:47 ---> 75ff9ede798f 23:05:47 Successfully built 75ff9ede798f 23:05:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 23:05:48 + docker inspect -f . ci-base-image-x86_64 23:05:48 . [Pipeline] withDockerContainer 23:05:48 prd-centos7-docker-4c-2g-27729 does not seem to be running inside a container 23:05:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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 23:05:48 + go version 23:05:48 go version go1.15.5 linux/arm64 23:05:49 $ docker top cd5e34acad9cf5707cf84efb8cce5e6a91786f8623c75c4d3bcb25a634d30c96 -eo pid,comm [Pipeline] { [Pipeline] } 23:05:49 $ docker stop --time=1 42cff40627eedfe9953150b2740707b7ad6e6767e01477c074f694d3b50023c9 23:05:51 $ docker rm -f 42cff40627eedfe9953150b2740707b7ad6e6767e01477c074f694d3b50023c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 23:05:52 + go version 23:05:52 go version go1.15.5 linux/amd64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] } 23:05:52 $ docker stop --time=1 cd5e34acad9cf5707cf84efb8cce5e6a91786f8623c75c4d3bcb25a634d30c96 23:05:53 $ docker rm -f cd5e34acad9cf5707cf84efb8cce5e6a91786f8623c75c4d3bcb25a634d30c96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:54 + docker inspect -f . ci-base-image-arm64 23:05:54 . [Pipeline] withDockerContainer 23:05:54 + docker inspect -f . ci-base-image-x86_64 23:05:54 . 23:05:54 prd-ubuntu18.04-docker-arm64-4c-16g-27726 does not seem to be running inside a container 23:05:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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 ******** ci-base-image-arm64 cat 23:05:56 $ docker top a2a09ad4c523dbbf5694f30166f26b76e82a41dba9fbc4b90a953d8fdb51016d -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 23:05:56 prd-centos7-docker-4c-2g-27729 does not seem to be running inside a container 23:05:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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 23:05:57 $ docker top 6febc2bac596a3bf3f965b9b80722c533c61505bf1870814897ebebd3d06e3e8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:05:57 + make test 23:05:57 make -C ./app-service-template build 23:05:57 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:05:57 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 23:05:58 + make test 23:05:58 make -C ./app-service-template build 23:05:58 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:05:58 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 23:06:10 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:06:10 make -C ./app-service-template test 23:06:10 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:06:10 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:06:17 ? new-app-service [no test files] 23:06:17 ok new-app-service/functions 0.009s coverage: 75.8% of statements 23:06:17 CGO_ENABLED=1 go vet ./... 23:06:20 gofmt -l . 23:06:20 [ "`gofmt -l .`" = "" ] 23:06:20 ./bin/test-go-mod-tidy.sh 23:06:20 ./bin/test-attribution-txt.sh 23:06:21 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:06:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:06:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 23:06:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.030s coverage: 82.6% of statements 23:06:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.030s coverage: 58.6% of statements 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:06:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.048s coverage: 61.5% of statements 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:06:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.054s coverage: 75.6% of statements 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:06:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.007s coverage: 97.0% of statements 23:06:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:06:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.017s coverage: 8.8% of statements 23:06:30 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:06:30 make -C ./app-service-template test 23:06:30 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:06:30 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.829s coverage: 77.5% of statements 23:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.014s coverage: 87.9% of statements 23:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.020s coverage: 80.5% of statements 23:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.013s coverage: 71.7% of statements 23:06:49 ? new-app-service [no test files] 23:06:51 ok new-app-service/functions 0.023s coverage: 75.8% of statements 23:06:51 CGO_ENABLED=1 go vet ./... 23:06:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.040s coverage: 82.8% of statements 23:06:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 23:06:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:06:53 gofmt -l . 23:06:53 [ "`gofmt -l .`" = "" ] 23:06:53 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:06:53 $ docker stop --time=1 6febc2bac596a3bf3f965b9b80722c533c61505bf1870814897ebebd3d06e3e8 23:06:55 $ docker rm -f 6febc2bac596a3bf3f965b9b80722c533c61505bf1870814897ebebd3d06e3e8 [Pipeline] // withDockerContainer [Pipeline] sh 23:06:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:06:56 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 23:06:57 ---> job-cost.sh 23:06:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wRjL 23:07:02 gofmt -l . 23:07:02 [ "`gofmt -l .`" = "" ] 23:07:02 ./bin/test-go-mod-tidy.sh 23:07:02 ./bin/test-attribution-txt.sh 23:07:02 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' 23:07:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:07:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 23:07:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.079s coverage: 82.6% of statements 23:07:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:07:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.081s coverage: 58.6% of statements 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:07:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.092s coverage: 61.5% of statements 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:07:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.073s coverage: 75.6% of statements 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:07:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.035s coverage: 97.0% of statements 23:07:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:07:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.034s coverage: 8.8% of statements 23:07:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.896s coverage: 77.5% of statements 23:07:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:07:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.042s coverage: 87.9% of statements 23:07:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.039s coverage: 80.5% of statements 23:07:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.027s coverage: 71.7% of statements 23:07:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.073s coverage: 82.8% of statements 23:07:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.040s coverage: 94.4% of statements 23:07:44 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:07:45 lf-activate-venv(): INFO: Adding /tmp/venv-wRjL/bin to PATH 23:07:45 INFO: No Stack... 23:07:45 INFO: Retrieving Pricing Info for: v1-standard-2 23:07:45 INFO: Archiving Costs [Pipeline] sh 23:07:45 + cat /w/workspace/app-functions-sdk-go/189/archives/cost.csv 23:07:45 + cut -d, -f6 [Pipeline] lock 23:07:45 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] 23:07:45 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] did not exist. Created. 23:07:45 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:07:45 + echo total: 0.029999999329447746 [Pipeline] stash 23:07:46 Stashed 1 file(s) [Pipeline] } 23:07:46 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:07:47 gofmt -l . 23:07:47 [ "`gofmt -l .`" = "" ] 23:07:47 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:07:48 $ docker stop --time=1 a2a09ad4c523dbbf5694f30166f26b76e82a41dba9fbc4b90a953d8fdb51016d 23:07:50 $ docker rm -f a2a09ad4c523dbbf5694f30166f26b76e82a41dba9fbc4b90a953d8fdb51016d [Pipeline] // withDockerContainer [Pipeline] sh 23:07:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:07:51 Warning: overwriting stash ‘coverage-report’ 23:07:51 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 23:07:52 ---> job-cost.sh 23:07:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VAZJ 23:08:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:10:39 lf-activate-venv(): INFO: Adding /tmp/venv-VAZJ/bin to PATH 23:10:39 INFO: No Stack... 23:10:39 INFO: Retrieving Pricing Info for: lf-standard-4 23:10:39 INFO: Archiving Costs [Pipeline] sh 23:10:39 + + cutcat -d, /w/workspace/app-functions-sdk-go/189/archives/cost.csv -f6 23:10:39 [Pipeline] lock 23:10:39 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] 23:10:39 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] did not exist. Created. 23:10:39 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:10:40 /w/workspace/app-functions-sdk-go/189@tmp/durable-4a58a89f/script.sh: 1: /w/workspace/app-functions-sdk-go/189@tmp/durable-4a58a89f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:10:40 + echo total: 0.20999999344348907 [Pipeline] stash 23:10:40 Warning: overwriting stash ‘stack-cost’ 23:10:41 Stashed 1 file(s) [Pipeline] } 23:10:41 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-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 23:10:42 provisioning config files... 23:10:42 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6871433371860522194tmp [Pipeline] { [Pipeline] sh 23:10:43 + set +x 23:10:43 + curl -s https://codecov.io/bash 23:10:43 + bash -s -- 23:10:43 23:10:43 _____ _ 23:10:43 / ____| | | 23:10:43 | | ___ __| | ___ ___ _____ __ 23:10:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:10:43 | |___| (_) | (_| | __/ (_| (_) \ V / 23:10:43 \_____\___/ \__,_|\___|\___\___/ \_/ 23:10:43 Bash-20210129-7c25fce 23:10:43 23:10:43 23:10:43 ==> git version 2.24.3 found 23:10:43 ==> 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 23:10:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:10:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:10:43 ==> Jenkins CI detected. 23:10:43 project root: . 23:10:43 --> token set from env 23:10:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:10:43 ==> Running gcov in . (disable via -X gcov) 23:10:43 ==> Python coveragepy not found 23:10:43 ==> Searching for coverage reports in: 23:10:43 + . 23:10:43 -> Found 2 reports 23:10:43 ==> Detecting git/mercurial file structure 23:10:43 ==> Reading reports 23:10:43 + ./app-service-template/coverage.out bytes=1148 23:10:43 + ./coverage.out bytes=82817 23:10:43 ==> Appending adjustments 23:10:43 https://docs.codecov.io/docs/fixing-reports 23:10:43 + Found adjustments 23:10:43 ==> Gzipping contents 23:10:43 16K /tmp/codecov.NKp2qD.gz 23:10:43 ==> Uploading reports 23:10:43 url: https://codecov.io 23:10:43 query: branch=master&commit=866257ffcfaa1493c6f36db43f391099b44c29ec&build=189&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F189%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:10:43 -> Pinging Codecov 23:10:43 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=866257ffcfaa1493c6f36db43f391099b44c29ec&build=189&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F189%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:10:45 -> Uploading to 23:10:45 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/3D8B5DFFC46A037C893635FACE044666/866257ffcfaa1493c6f36db43f391099b44c29ec/45c3bddb-125b-4be0-9bec-9b4413a65c0d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T231045Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f64d7b7b3b696ac41add9bbe537b5a195f4e97e0d36c019f30ba58352219b09d 23:10:45 % Total % Received % Xferd Average Speed Time Time Time Current 23:10:45 Dload Upload Total Spent Left Speed 23:10:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14420 0 0 100 14420 0 29115 --:--:-- --:--:-- --:--:-- 29131 23:10:45 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] } 23:10:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:10:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:10:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:10:46 23:10:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:10:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:10:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:10:47 188c0c94c7c5: Pulling fs layer 23:10:47 0ef7d3d256c8: Pulling fs layer 23:10:47 de9db76c5a1d: Pulling fs layer 23:10:47 0eba1c9be4d2: Pulling fs layer 23:10:47 0d57e429df01: Pulling fs layer 23:10:47 4e4be7b47b0d: Pulling fs layer 23:10:47 e1f770b5df2f: Pulling fs layer 23:10:47 85a0685a4137: Pulling fs layer 23:10:47 0eba1c9be4d2: Waiting 23:10:47 0d57e429df01: Waiting 23:10:47 4e4be7b47b0d: Waiting 23:10:47 e1f770b5df2f: Waiting 23:10:47 85a0685a4137: Waiting 23:10:47 de9db76c5a1d: Verifying Checksum 23:10:47 de9db76c5a1d: Download complete 23:10:47 0ef7d3d256c8: Verifying Checksum 23:10:47 0ef7d3d256c8: Download complete 23:10:47 0d57e429df01: Verifying Checksum 23:10:47 0d57e429df01: Download complete 23:10:47 4e4be7b47b0d: Verifying Checksum 23:10:47 4e4be7b47b0d: Download complete 23:10:47 188c0c94c7c5: Download complete 23:10:47 188c0c94c7c5: Pull complete 23:10:47 0ef7d3d256c8: Pull complete 23:10:48 de9db76c5a1d: Pull complete 23:10:50 e1f770b5df2f: Verifying Checksum 23:10:50 e1f770b5df2f: Download complete 23:10:51 0eba1c9be4d2: Verifying Checksum 23:10:51 0eba1c9be4d2: Download complete 23:10:51 85a0685a4137: Verifying Checksum 23:10:51 85a0685a4137: Download complete 23:10:56 0eba1c9be4d2: Pull complete 23:10:56 0d57e429df01: Pull complete 23:10:56 4e4be7b47b0d: Pull complete 23:10:58 e1f770b5df2f: Pull complete 23:11:06 85a0685a4137: Pull complete 23:11:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:11:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:11:06 prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container 23:11:06 $ 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 23:11:07 $ docker top 2cd6c0793921d0c0fc2a76197973aff1c995dfdc05509486d36ab19038dc3290 -eo pid,comm [Pipeline] { [Pipeline] echo 23:11:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:11:08 + set -o pipefail 23:11:08 + snyk monitor '--org=edgex-jenkins' 23:11:15 23:11:15 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 23:11:15 23:11:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/6494bcaf-9850-42d6-9ae8-40e7b9343b7c 23:11:15 23:11:15 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:11:15 23:11:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:11:15 23:11:15 23:11:15 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:11:15 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:11:15 $ docker stop --time=1 2cd6c0793921d0c0fc2a76197973aff1c995dfdc05509486d36ab19038dc3290 23:11:18 $ docker rm -f 2cd6c0793921d0c0fc2a76197973aff1c995dfdc05509486d36ab19038dc3290 [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 23:11:20 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:11:20 provisioning config files... 23:11:20 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3993858262083864578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:11:20 --> edgex-publish-swagger.sh 23:11:20 === Publish openapi/v2 API === 23:11:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:11:20 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 23:11:20 % Total % Received % Xferd Average Speed Time Time Time Current 23:11:20 Dload Upload Total Spent Left Speed 23:11:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10277 0:00:01 0:00:01 --:--:-- 10285 100 13052 0 0 100 13052 0 10275 0:00:01 0:00:01 --:--:-- 10285 23:11:21 23:11:21 [Pipeline] } 23:11:21 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 23:11:22 + git log --format=format:%s -1 866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] isUnix [Pipeline] sh 23:11:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:11:23 . [Pipeline] withDockerContainer 23:11:23 prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container 23:11:23 $ 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 23:11:24 $ docker top f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:11:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:11:24 [ssh-agent] Looking for ssh-agent implementation... 23:11:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:11:24 $ docker exec f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 ssh-agent 23:11:24 SSH_AUTH_SOCK=/tmp/ssh-0K3Mnma0g7hs/agent.11 23:11:24 SSH_AGENT_PID=16 23:11:24 Running ssh-add (command line suppressed) 23:11:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4388139182153780561.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4388139182153780561.key) 23:11:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:11:25 + git semver tag 23:11:25 # -> Open(): unable to determine branch for HEAD 23:11:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:11:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:11:25 # $SEMVER_REMOTE_NAME = origin 23:11:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:11:25 # $SEMVER_USER_NAME = edgex-jenkins 23:11:25 # $SEMVER_BRANCH = master 23:11:25 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:11:25 # 866257ffcfaa1493c6f36db43f391099b44c29ec HEAD 23:11:25 # -> Force: false 23:11:25 # a4ff0b665a8756d791b3ff04c29b6994192a48eb refs/tags/v2.0.0-dev.22 [Pipeline] } 23:11:25 $ docker exec --env ******** --env ******** f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 ssh-agent -k 23:11:25 unset SSH_AUTH_SOCK; 23:11:25 unset SSH_AGENT_PID; 23:11:25 echo Agent pid 16 killed; 23:11:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:11:26 + git semver [Pipeline] } 23:11:26 $ docker stop --time=1 f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 23:11:27 $ docker rm -f f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:11:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:11:28 23:11:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:11:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:11:28 0.23.1-centos7: Pulling from edgex-lftools 23:11:28 ab5ef0e58194: Pulling fs layer 23:11:28 9712f1f96733: Pulling fs layer 23:11:28 63f879dbbcfc: Pulling fs layer 23:11:28 0d9ebad4ef96: Pulling fs layer 23:11:28 e9a5061849ea: Pulling fs layer 23:11:28 d747dcd14b5f: Pulling fs layer 23:11:28 2de7ff778b66: Pulling fs layer 23:11:28 d747dcd14b5f: Waiting 23:11:28 0d9ebad4ef96: Waiting 23:11:28 2de7ff778b66: Waiting 23:11:28 e9a5061849ea: Waiting 23:11:28 9712f1f96733: Verifying Checksum 23:11:28 9712f1f96733: Download complete 23:11:29 63f879dbbcfc: Verifying Checksum 23:11:29 63f879dbbcfc: Download complete 23:11:30 e9a5061849ea: Verifying Checksum 23:11:30 e9a5061849ea: Download complete 23:11:30 d747dcd14b5f: Verifying Checksum 23:11:30 d747dcd14b5f: Download complete 23:11:30 0d9ebad4ef96: Verifying Checksum 23:11:30 0d9ebad4ef96: Download complete 23:11:30 2de7ff778b66: Verifying Checksum 23:11:30 2de7ff778b66: Download complete 23:11:30 ab5ef0e58194: Verifying Checksum 23:11:30 ab5ef0e58194: Download complete 23:11:35 ab5ef0e58194: Pull complete 23:11:35 9712f1f96733: Pull complete 23:11:37 63f879dbbcfc: Pull complete 23:11:44 0d9ebad4ef96: Pull complete 23:11:44 e9a5061849ea: Pull complete 23:11:44 d747dcd14b5f: Pull complete 23:11:48 2de7ff778b66: Pull complete 23:11:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:11:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:11:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:11:48 prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container 23:11:48 $ 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 23:11:52 $ docker top 86c7d18d50af667cc46daac969599bf3c6ca2ecf7b187f16afe584e81e6731c1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:11:53 provisioning config files... 23:11:53 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7847595298160025468tmp 23:11:53 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config703162207700082547tmp 23:11:53 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8107617575410670545tmp [Pipeline] { [Pipeline] echo 23:11:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:11:53 ---> sigul-configuration.sh 23:11:53 gpg: directory `/root/.gnupg' created 23:11:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:11:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:11:53 gpg: keyring `/root/.gnupg/secring.gpg' created 23:11:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:11:53 gpg: CAST5 encrypted data 23:11:53 gpg: encrypted with 1 passphrase 23:11:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:11:54 + mkdir /home/jenkins 23:11:54 + mkdir /home/jenkins/sigul [Pipeline] sh 23:11:54 + 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 23:11:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:11:54 ---> sigul-install.sh 23:12:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:12:01 + git tag --list 23:12:01 v0.1.0 23:12:01 v0.1.1 23:12:01 v1.0.0 23:12:01 v1.1.0 23:12:01 v1.2.0 23:12:01 v1.3.0 23:12:01 v1.3.1 23:12:01 v1.3.1-dev.1 23:12:01 v1.3.2-dev.1 23:12:01 v2.0.0-dev.1 23:12:01 v2.0.0-dev.10 23:12:01 v2.0.0-dev.11 23:12:01 v2.0.0-dev.12 23:12:01 v2.0.0-dev.13 23:12:01 v2.0.0-dev.14 23:12:01 v2.0.0-dev.15 23:12:01 v2.0.0-dev.16 23:12:01 v2.0.0-dev.17 23:12:01 v2.0.0-dev.18 23:12:01 v2.0.0-dev.19 23:12:01 v2.0.0-dev.2 23:12:01 v2.0.0-dev.20 23:12:01 v2.0.0-dev.21 23:12:01 v2.0.0-dev.22 23:12:01 v2.0.0-dev.3 23:12:01 v2.0.0-dev.4 23:12:01 v2.0.0-dev.5 23:12:01 v2.0.0-dev.6 23:12:01 v2.0.0-dev.7 23:12:01 v2.0.0-dev.8 23:12:01 v2.0.0-dev.9 [Pipeline] sh 23:12:02 + lftools sign git-tag v2.0.0-dev.22 23:12:03 Signing Git tag with Sigul... 23:12:03 Signing v2.0.0-dev.22 [Pipeline] echo 23:12:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:12:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:12:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:12:04 $ docker stop --time=1 86c7d18d50af667cc46daac969599bf3c6ca2ecf7b187f16afe584e81e6731c1 23:12:06 $ docker rm -f 86c7d18d50af667cc46daac969599bf3c6ca2ecf7b187f16afe584e81e6731c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:12:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:12:07 . [Pipeline] withDockerContainer 23:12:07 prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container 23:12:08 $ 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 23:12:08 $ docker top 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:12:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:12:08 [ssh-agent] Looking for ssh-agent implementation... 23:12:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:12:09 $ docker exec 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a ssh-agent 23:12:09 SSH_AUTH_SOCK=/tmp/ssh-HRSUUmVYrSFy/agent.13 23:12:09 SSH_AGENT_PID=19 23:12:09 Running ssh-add (command line suppressed) 23:12:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5167759086391149527.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5167759086391149527.key) 23:12:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:12:09 + git semver bump pre 23:12:09 # -> Open(): unable to determine branch for HEAD 23:12:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:12:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:12:09 # $SEMVER_REMOTE_NAME = origin 23:12:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:12:09 # $SEMVER_USER_NAME = edgex-jenkins 23:12:09 # $SEMVER_BRANCH = master 23:12:09 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:12:09 2.0.0-dev.23 [Pipeline] } 23:12:09 $ docker exec --env ******** --env ******** 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a ssh-agent -k 23:12:10 unset SSH_AUTH_SOCK; 23:12:10 unset SSH_AGENT_PID; 23:12:10 echo Agent pid 19 killed; 23:12:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:12:10 + git semver [Pipeline] } 23:12:10 $ docker stop --time=1 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a 23:12:12 $ docker rm -f 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:12:12 . [Pipeline] withDockerContainer 23:12:12 prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container 23:12:12 $ 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 23:12:13 $ docker top e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:12:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:12:13 [ssh-agent] Looking for ssh-agent implementation... 23:12:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:12:14 $ docker exec e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 ssh-agent 23:12:14 SSH_AUTH_SOCK=/tmp/ssh-FcsHwzKYRyof/agent.12 23:12:14 SSH_AGENT_PID=17 23:12:14 Running ssh-add (command line suppressed) 23:12:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5912224077301981766.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5912224077301981766.key) 23:12:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:12:14 + git semver push 23:12:14 # -> Open(): unable to determine branch for HEAD 23:12:14 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:12:14 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:12:14 # $SEMVER_REMOTE_NAME = origin 23:12:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:12:14 # $SEMVER_USER_NAME = edgex-jenkins 23:12:14 # $SEMVER_BRANCH = master 23:12:14 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:12:22 $ docker exec --env ******** --env ******** e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 ssh-agent -k 23:12:23 unset SSH_AUTH_SOCK; 23:12:23 unset SSH_AGENT_PID; 23:12:23 echo Agent pid 17 killed; 23:12:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:12:23 + git semver [Pipeline] } 23:12:23 $ docker stop --time=1 e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 23:12:25 $ docker rm -f e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 [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 23:12:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:12:27 ---> package-listing.sh 23:12:27 ++ facter osfamily 23:12:27 ++ tr '[:upper:]' '[:lower:]' 23:12:27 + OS_FAMILY=redhat 23:12:27 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:12:27 + START_PACKAGES=/tmp/packages_start.txt 23:12:27 + END_PACKAGES=/tmp/packages_end.txt 23:12:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:12:27 + PACKAGES=/tmp/packages_start.txt 23:12:27 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:12:27 + PACKAGES=/tmp/packages_end.txt 23:12:27 + case "${OS_FAMILY}" in 23:12:27 + rpm -qa 23:12:27 + sort 23:12:32 + '[' -f /tmp/packages_start.txt ']' 23:12:32 + '[' -f /tmp/packages_end.txt ']' 23:12:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:12:32 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:12:32 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:12:32 + 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 23:12:32 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 23:12:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:12:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:33 23:12:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:12:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:33 alpine: Pulling from edgex-lftools-log-publisher 23:12:33 df20fa9351a1: Pulling fs layer 23:12:33 36b3adc4ff6f: Pulling fs layer 23:12:33 8ad3a11d3b57: Pulling fs layer 23:12:33 46f8f816bc3b: Pulling fs layer 23:12:33 93b61091891f: Pulling fs layer 23:12:33 93b9cdb0e59b: Pulling fs layer 23:12:33 5e14af77c1be: Pulling fs layer 23:12:33 01666e4c0597: Pulling fs layer 23:12:33 aa168da1d23b: Pulling fs layer 23:12:33 5e14af77c1be: Waiting 23:12:33 46f8f816bc3b: Waiting 23:12:33 01666e4c0597: Waiting 23:12:33 aa168da1d23b: Waiting 23:12:33 93b61091891f: Waiting 23:12:33 93b9cdb0e59b: Waiting 23:12:33 36b3adc4ff6f: Verifying Checksum 23:12:33 36b3adc4ff6f: Download complete 23:12:33 46f8f816bc3b: Verifying Checksum 23:12:33 46f8f816bc3b: Download complete 23:12:33 df20fa9351a1: Verifying Checksum 23:12:33 df20fa9351a1: Download complete 23:12:33 93b9cdb0e59b: Verifying Checksum 23:12:33 93b9cdb0e59b: Download complete 23:12:33 5e14af77c1be: Verifying Checksum 23:12:33 5e14af77c1be: Download complete 23:12:33 01666e4c0597: Verifying Checksum 23:12:33 01666e4c0597: Download complete 23:12:33 93b61091891f: Verifying Checksum 23:12:33 93b61091891f: Download complete 23:12:33 df20fa9351a1: Pull complete 23:12:34 8ad3a11d3b57: Verifying Checksum 23:12:34 8ad3a11d3b57: Download complete 23:12:34 36b3adc4ff6f: Pull complete 23:12:35 8ad3a11d3b57: Pull complete 23:12:35 46f8f816bc3b: Pull complete 23:12:35 93b61091891f: Pull complete 23:12:35 93b9cdb0e59b: Pull complete 23:12:36 5e14af77c1be: Pull complete 23:12:36 01666e4c0597: Pull complete 23:12:36 aa168da1d23b: Verifying Checksum 23:12:36 aa168da1d23b: Download complete 23:12:43 aa168da1d23b: Pull complete 23:12:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:12:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:12:43 prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container 23:12:43 $ 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 23:12:46 $ docker top cd6611f040db7d4053072256c53571b1978d3f0c1a4ed1ff7d39f19bcd57f668 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:47 + touch /tmp/pre-build-complete [Pipeline] sh 23:12:47 + mkdir -p /var/log/sa [Pipeline] sh 23:12:47 + ls /var/log/sa-host 23:12:47 + sadf -c /var/log/sa-host/sa23 23:12:47 file_magic: OK 23:12:47 HZ: Using current value: 100 23:12:47 file_header: OK 23:12:47 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 23:12:47 Statistics: 23:12:47 Hnuu...uuuununununu... 23:12:47 File successfully converted to sysstat format version 12.2.1 23:12:47 + sadf -c /var/log/sa-host/sa25 23:12:47 file_magic: OK 23:12:47 HZ: Using current value: 100 23:12:47 file_header: OK 23:12:47 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 23:12:47 Statistics: 23:12:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:12:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:12:48 provisioning config files... 23:12:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6841890392130521058tmp [Pipeline] { [Pipeline] echo 23:12:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:12:49 ---> create-netrc.sh [Pipeline] } 23:12:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:12:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:12:49 ---> python-tools-install.sh [Pipeline] echo 23:12:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:12:49 ---> sudo-logs.sh 23:12:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:12:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:12:50 ---> job-cost.sh 23:12:50 lf-activate-venv: SKIPPING 23:12:50 DEBUG: total: 0.20999999344348907 23:12:50 INFO: Retrieving Stack Cost... 23:12:50 INFO: Retrieving Pricing Info for: v1-standard-2 23:12:51 INFO: Archiving Costs [Pipeline] echo 23:12:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:12:52 ---> logs-deploy.sh 23:12:52 lf-activate-venv: SKIPPING 23:12:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/189 23:12:52 INFO: archiving workspace using pattern(s): 23:12:53 Archives upload complete. 23:12:53 INFO: archiving logs to Nexus