Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a6c3fefefc5a24b58d610bfff18b6125b6a62532 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-27721 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 > 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 Checking out Revision a6c3fefefc5a24b58d610bfff18b6125b6a62532 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 Commit message: "refactor: Rename MqttBroker configuration to ExternalMqtt (#717)" > git rev-list --no-walk 4075ac3009cb92cd9075a5419a7194c83a419bba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T21:23:06.621Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T21:23:06.917Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T21:23:07.025Z] ========================================================= [2021-02-25T21:23:07.026Z] EdgeX Global Pipelines Version Info [2021-02-25T21:23:07.026Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:23:08.487Z] ------------------- [2021-02-25T21:23:08.487Z] stable info: [2021-02-25T21:23:08.487Z] ------------------- [2021-02-25T21:23:08.487Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T21:23:08.487Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-25T21:23:08.487Z] Message: update stable to v1.0.182 [2021-02-25T21:23:09.431Z] ------------------- [2021-02-25T21:23:09.431Z] experimental info: [2021-02-25T21:23:09.431Z] ------------------- [2021-02-25T21:23:09.431Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T21:23:09.431Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-25T21:23:09.431Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T21:23:09.716Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-25T21:23:09.811Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-25T21:23:09.948Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T21:23:10.037Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T21:23:10.158Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T21:23:10.257Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T21:23:10.370Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T21:23:10.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T21:23:10.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-25T21:23:10.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T21:23:10.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T21:23:10.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-25T21:23:11.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T21:23:11.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T21:23:11.330Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T21:23:11.426Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T21:23:11.556Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T21:23:11.675Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T21:23:11.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T21:23:11.869Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-25T21:23:11.994Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-25T21:23:12.111Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-25T21:23:12.211Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-25T21:23:12.299Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-25T21:23:12.397Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-25T21:23:12.488Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-25T21:23:12.598Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-25T21:23:12.709Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-25T21:23:12.825Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-25T21:23:12.937Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] echo [2021-02-25T21:23:13.024Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6c3fef [Pipeline] echo [2021-02-25T21:23:13.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T21:23:13.982Z] + git log --format=format:%s -1 a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] echo [2021-02-25T21:23:14.044Z] GIT_COMMIT: a6c3fefefc5a24b58d610bfff18b6125b6a62532, Commit Message: refactor: Rename MqttBroker configuration to ExternalMqtt (#717) [Pipeline] echo [2021-02-25T21:23:14.173Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:23:15.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T21:23:15.408Z] [2021-02-25T21:23:15.408Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:23:15.749Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T21:23:15.749Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T21:23:15.749Z] 31603596830f: Pulling fs layer [2021-02-25T21:23:15.749Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T21:23:15.749Z] 6ca5941a6612: Pulling fs layer [2021-02-25T21:23:15.749Z] ecc8261a40a4: Pulling fs layer [2021-02-25T21:23:15.749Z] ecc8261a40a4: Waiting [2021-02-25T21:23:15.749Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T21:23:15.749Z] 2a8b12db71e7: Download complete [2021-02-25T21:23:16.019Z] 31603596830f: Verifying Checksum [2021-02-25T21:23:16.019Z] 31603596830f: Download complete [2021-02-25T21:23:16.283Z] 6ca5941a6612: Verifying Checksum [2021-02-25T21:23:16.283Z] 6ca5941a6612: Download complete [2021-02-25T21:23:16.283Z] ecc8261a40a4: Verifying Checksum [2021-02-25T21:23:16.283Z] ecc8261a40a4: Download complete [2021-02-25T21:23:16.283Z] 31603596830f: Pull complete [2021-02-25T21:23:16.548Z] 2a8b12db71e7: Pull complete [2021-02-25T21:23:17.501Z] 6ca5941a6612: Pull complete [2021-02-25T21:23:17.501Z] ecc8261a40a4: Pull complete [2021-02-25T21:23:17.501Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T21:23:17.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T21:23:17.763Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T21:23:17.940Z] prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container [2021-02-25T21:23:17.990Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T21:23:19.631Z] $ docker top e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T21:23:19.935Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T21:23:19.935Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T21:23:20.151Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T21:23:20.155Z] $ docker exec e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent [2021-02-25T21:23:20.320Z] SSH_AUTH_SOCK=/tmp/ssh-9ey40bfgyYaA/agent.12 [2021-02-25T21:23:20.320Z] SSH_AGENT_PID=17 [2021-02-25T21:23:20.330Z] Running ssh-add (command line suppressed) [2021-02-25T21:23:20.447Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1221478471851692489.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1221478471851692489.key) [2021-02-25T21:23:20.502Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T21:23:20.936Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T21:23:21.179Z] $ docker exec --env ******** --env ******** e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent -k [2021-02-25T21:23:21.288Z] unset SSH_AUTH_SOCK; [2021-02-25T21:23:21.288Z] unset SSH_AGENT_PID; [2021-02-25T21:23:21.289Z] echo Agent pid 17 killed; [2021-02-25T21:23:21.336Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T21:23:21.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T21:23:21.469Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T21:23:21.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T21:23:21.633Z] $ docker exec e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent [2021-02-25T21:23:21.800Z] SSH_AUTH_SOCK=/tmp/ssh-lopkFftQCcVT/agent.47 [2021-02-25T21:23:21.800Z] SSH_AGENT_PID=52 [2021-02-25T21:23:21.807Z] Running ssh-add (command line suppressed) [2021-02-25T21:23:21.921Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5865408176940775982.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5865408176940775982.key) [2021-02-25T21:23:21.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T21:23:22.296Z] + git semver init [2021-02-25T21:23:22.296Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T21:23:22.296Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T21:23:22.296Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T21:23:22.296Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T21:23:22.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T21:23:22.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T21:23:22.296Z] # $SEMVER_BRANCH = master [2021-02-25T21:23:22.296Z] # $SEMVER_TEMP = /tmp/semver-058148709 [2021-02-25T21:23:22.296Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-25T21:23:24.868Z] # '/tmp/semver-058148709' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-02-25T21:23:24.868Z] # -> Force: false [2021-02-25T21:23:24.868Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-25T21:23:24.882Z] $ docker exec --env ******** --env ******** e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent -k [2021-02-25T21:23:25.014Z] unset SSH_AUTH_SOCK; [2021-02-25T21:23:25.020Z] unset SSH_AGENT_PID; [2021-02-25T21:23:25.020Z] echo Agent pid 52 killed; [2021-02-25T21:23:25.065Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T21:23:25.525Z] + git semver [Pipeline] } [2021-02-25T21:23:25.543Z] $ docker stop --time=1 e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 [2021-02-25T21:23:27.071Z] $ docker rm -f e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T21:23:27.536Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T21:23:27.947Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T21:23:27.950Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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 [2021-02-25T21:23:43.444Z] Still waiting to schedule task [2021-02-25T21:23:43.444Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27721’ [2021-02-25T21:23:43.446Z] Still waiting to schedule task [2021-02-25T21:23:43.447Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-25T21:25:29.071Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27722 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-25T21:25:29.189Z] Running in /w/workspace/app-functions-sdk-go/188 [Pipeline] { [Pipeline] checkout [2021-02-25T21:25:34.086Z] using credential edgex-jenkins-ssh [2021-02-25T21:25:34.147Z] Cloning the remote Git repository [2021-02-25T21:25:34.220Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T21:25:34.330Z] > git init /w/workspace/app-functions-sdk-go/188 # timeout=10 [2021-02-25T21:25:34.411Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T21:25:34.412Z] > git --version # timeout=10 [2021-02-25T21:25:34.431Z] > git --version # 'git version 2.17.1' [2021-02-25T21:25:34.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T21:25:34.520Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T21:25:37.970Z] Checking out Revision a6c3fefefc5a24b58d610bfff18b6125b6a62532 (master) [2021-02-25T21:25:37.374Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T21:25:37.396Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T21:25:37.419Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T21:25:37.459Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T21:25:37.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T21:25:37.471Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T21:25:37.995Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T21:25:38.019Z] > git checkout -f a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 [2021-02-25T21:25:42.475Z] Commit message: "refactor: Rename MqttBroker configuration to ExternalMqtt (#717)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T21:25:44.863Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-25T21:25:45.277Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T21:25:45.676Z] + + truesudo [2021-02-25T21:25:45.676Z] service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-25T21:25:48.624Z] ========================================================= [2021-02-25T21:25:48.624Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-25T21:25:48.624Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:25:49.015Z] + 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 . [2021-02-25T21:25:49.998Z] Sending build context to Docker daemon 19.25MB [2021-02-25T21:25:49.998Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T21:25:49.998Z] Step 2/8 : FROM ${BASE} [2021-02-25T21:25:50.270Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-25T21:25:50.271Z] 5f621e34cdf4: Pulling fs layer [2021-02-25T21:25:50.271Z] a4357932f1b6: Pulling fs layer [2021-02-25T21:25:50.271Z] 18c013af1878: Pulling fs layer [2021-02-25T21:25:50.271Z] 00ac8860ef70: Pulling fs layer [2021-02-25T21:25:50.271Z] 63d7cb157983: Pulling fs layer [2021-02-25T21:25:50.271Z] b116817d02f9: Pulling fs layer [2021-02-25T21:25:50.271Z] 745a02a5169b: Pulling fs layer [2021-02-25T21:25:50.271Z] 00ac8860ef70: Waiting [2021-02-25T21:25:50.271Z] 63d7cb157983: Waiting [2021-02-25T21:25:50.271Z] b116817d02f9: Waiting [2021-02-25T21:25:50.271Z] 745a02a5169b: Waiting [2021-02-25T21:25:50.546Z] 18c013af1878: Verifying Checksum [2021-02-25T21:25:50.546Z] 18c013af1878: Download complete [2021-02-25T21:25:50.546Z] a4357932f1b6: Download complete [2021-02-25T21:25:50.546Z] 63d7cb157983: Download complete [2021-02-25T21:25:50.546Z] b116817d02f9: Download complete [2021-02-25T21:25:50.546Z] 5f621e34cdf4: Download complete [2021-02-25T21:25:51.146Z] 5f621e34cdf4: Pull complete [2021-02-25T21:25:51.763Z] a4357932f1b6: Pull complete [2021-02-25T21:25:52.042Z] 18c013af1878: Pull complete [2021-02-25T21:25:52.641Z] 745a02a5169b: Verifying Checksum [2021-02-25T21:25:52.641Z] 745a02a5169b: Download complete [2021-02-25T21:25:54.087Z] 00ac8860ef70: Verifying Checksum [2021-02-25T21:25:54.087Z] 00ac8860ef70: Download complete [2021-02-25T21:26:04.262Z] 00ac8860ef70: Pull complete [2021-02-25T21:26:04.262Z] 63d7cb157983: Pull complete [2021-02-25T21:26:04.861Z] b116817d02f9: Pull complete [2021-02-25T21:26:09.199Z] 745a02a5169b: Pull complete [2021-02-25T21:26:09.199Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-25T21:26:09.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-25T21:26:09.199Z] ---> b7e6874047d6 [2021-02-25T21:26:09.199Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-25T21:26:09.199Z] 20.10.0: Pulling from library/docker [2021-02-25T21:26:09.199Z] a3cc7d3b244e: Pulling fs layer [2021-02-25T21:26:09.199Z] 02a3295e0d61: Pulling fs layer [2021-02-25T21:26:09.199Z] 0f4f2e6d8100: Pulling fs layer [2021-02-25T21:26:09.199Z] 330b718f631f: Pulling fs layer [2021-02-25T21:26:09.199Z] a93816041522: Pulling fs layer [2021-02-25T21:26:09.199Z] bdb6da89ff94: Pulling fs layer [2021-02-25T21:26:09.199Z] 2a70c0c122f4: Pulling fs layer [2021-02-25T21:26:09.199Z] 330b718f631f: Waiting [2021-02-25T21:26:09.199Z] a93816041522: Waiting [2021-02-25T21:26:09.199Z] 2a70c0c122f4: Waiting [2021-02-25T21:26:09.199Z] bdb6da89ff94: Waiting [2021-02-25T21:26:09.199Z] 0f4f2e6d8100: Download complete [2021-02-25T21:26:09.199Z] a3cc7d3b244e: Verifying Checksum [2021-02-25T21:26:09.199Z] a3cc7d3b244e: Download complete [2021-02-25T21:26:09.199Z] 02a3295e0d61: Download complete [2021-02-25T21:26:09.199Z] bdb6da89ff94: Verifying Checksum [2021-02-25T21:26:09.199Z] bdb6da89ff94: Download complete [2021-02-25T21:26:09.199Z] a93816041522: Verifying Checksum [2021-02-25T21:26:09.199Z] a93816041522: Download complete [2021-02-25T21:26:09.199Z] 2a70c0c122f4: Verifying Checksum [2021-02-25T21:26:09.199Z] 2a70c0c122f4: Download complete [2021-02-25T21:26:09.807Z] a3cc7d3b244e: Pull complete [2021-02-25T21:26:10.421Z] 02a3295e0d61: Pull complete [2021-02-25T21:26:10.698Z] 330b718f631f: Download complete [2021-02-25T21:26:10.699Z] 0f4f2e6d8100: Pull complete [2021-02-25T21:26:11.335Z] Running on prd-centos7-docker-4c-2g-27723 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-25T21:26:11.400Z] Running in /w/workspace/app-functions-sdk-go/188 [Pipeline] { [Pipeline] checkout [2021-02-25T21:26:13.767Z] using credential edgex-jenkins-ssh [2021-02-25T21:26:13.827Z] Cloning the remote Git repository [2021-02-25T21:26:13.704Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T21:26:13.779Z] > git init /w/workspace/app-functions-sdk-go/188 # timeout=10 [2021-02-25T21:26:13.847Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T21:26:13.847Z] > git --version # timeout=10 [2021-02-25T21:26:13.860Z] > git --version # 'git version 2.24.3' [2021-02-25T21:26:13.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T21:26:13.899Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T21:26:15.068Z] 330b718f631f: Pull complete [2021-02-25T21:26:15.068Z] a93816041522: Pull complete [2021-02-25T21:26:15.068Z] bdb6da89ff94: Pull complete [2021-02-25T21:26:15.343Z] 2a70c0c122f4: Pull complete [2021-02-25T21:26:15.343Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T21:26:15.616Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T21:26:15.549Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T21:26:15.558Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T21:26:15.575Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T21:26:15.588Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T21:26:15.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T21:26:15.593Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T21:26:15.985Z] Checking out Revision a6c3fefefc5a24b58d610bfff18b6125b6a62532 (master) [2021-02-25T21:26:15.993Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T21:26:15.997Z] > git checkout -f a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 [2021-02-25T21:26:19.547Z] Commit message: "refactor: Rename MqttBroker configuration to ExternalMqtt (#717)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T21:26:20.938Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T21:26:21.266Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T21:26:21.562Z] + true [2021-02-25T21:26:21.562Z] + sudo service docker restart [2021-02-25T21:26:21.562Z] Redirecting to /bin/systemctl restart docker.service [2021-02-25T21:26:22.351Z] ---> 4582265f9a8c [2021-02-25T21:26:22.351Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-25T21:26:22.351Z] ---> Running in ea22356fe538 [2021-02-25T21:26:22.351Z] Removing intermediate container ea22356fe538 [2021-02-25T21:26:22.351Z] ---> 8ebd01cf9b1a [2021-02-25T21:26:22.351Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-25T21:26:22.351Z] ---> Running in 8f4844b9197f [Pipeline] unstash [Pipeline] echo [2021-02-25T21:26:22.627Z] ========================================================= [2021-02-25T21:26:22.627Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T21:26:22.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:26:22.973Z] + 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 . [2021-02-25T21:26:23.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T21:26:23.546Z] Sending build context to Docker daemon 19.25MB [2021-02-25T21:26:23.546Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T21:26:23.546Z] Step 2/8 : FROM ${BASE} [2021-02-25T21:26:23.809Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T21:26:23.809Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T21:26:23.809Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T21:26:23.809Z] de9db76c5a1d: Pulling fs layer [2021-02-25T21:26:23.809Z] bca2f99d35d6: Pulling fs layer [2021-02-25T21:26:23.809Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T21:26:23.809Z] 7c6f9722023f: Pulling fs layer [2021-02-25T21:26:23.809Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T21:26:23.809Z] bca2f99d35d6: Waiting [2021-02-25T21:26:23.809Z] a35cf1a2eb13: Waiting [2021-02-25T21:26:23.809Z] 93359f2a8cfa: Waiting [2021-02-25T21:26:23.809Z] 7c6f9722023f: Waiting [2021-02-25T21:26:23.809Z] de9db76c5a1d: Verifying Checksum [2021-02-25T21:26:23.809Z] de9db76c5a1d: Download complete [2021-02-25T21:26:23.809Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T21:26:23.809Z] 0ef7d3d256c8: Download complete [2021-02-25T21:26:23.809Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T21:26:23.809Z] 93359f2a8cfa: Download complete [2021-02-25T21:26:23.809Z] 7c6f9722023f: Download complete [2021-02-25T21:26:23.809Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T21:26:23.809Z] 188c0c94c7c5: Download complete [2021-02-25T21:26:24.079Z] 188c0c94c7c5: Pull complete [2021-02-25T21:26:24.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T21:26:24.346Z] 0ef7d3d256c8: Pull complete [2021-02-25T21:26:24.346Z] de9db76c5a1d: Pull complete [2021-02-25T21:26:25.727Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-25T21:26:25.727Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-25T21:26:25.745Z] a35cf1a2eb13: Download complete [2021-02-25T21:26:26.009Z] bca2f99d35d6: Verifying Checksum [2021-02-25T21:26:26.009Z] bca2f99d35d6: Download complete [2021-02-25T21:26:26.317Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-25T21:26:26.317Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-25T21:26:26.593Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-25T21:26:26.593Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T21:26:26.593Z] OK: 144 MiB in 44 packages [2021-02-25T21:26:28.026Z] Removing intermediate container 8f4844b9197f [2021-02-25T21:26:28.026Z] ---> 6f0744e55b0e [2021-02-25T21:26:28.026Z] Step 6/8 : WORKDIR /build [2021-02-25T21:26:28.026Z] ---> Running in 55ebba717d0b [2021-02-25T21:26:28.616Z] Removing intermediate container 55ebba717d0b [2021-02-25T21:26:28.616Z] ---> 0b124b800ac5 [2021-02-25T21:26:28.616Z] Step 7/8 : COPY go.mod . [2021-02-25T21:26:29.212Z] ---> 63e282b6fe17 [2021-02-25T21:26:29.212Z] Step 8/8 : RUN go mod download [2021-02-25T21:26:29.212Z] ---> Running in 804c2ada9d3d [2021-02-25T21:26:31.364Z] bca2f99d35d6: Pull complete [2021-02-25T21:26:31.364Z] 93359f2a8cfa: Pull complete [2021-02-25T21:26:31.364Z] 7c6f9722023f: Pull complete [2021-02-25T21:26:37.985Z] a35cf1a2eb13: Pull complete [2021-02-25T21:26:37.985Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T21:26:37.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T21:26:37.985Z] ---> a62c8e92a672 [2021-02-25T21:26:37.985Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-25T21:26:37.985Z] 20.10.0: Pulling from library/docker [2021-02-25T21:26:37.985Z] 05e7bc50f07f: Pulling fs layer [2021-02-25T21:26:37.985Z] 6db28d0fdbf6: Pulling fs layer [2021-02-25T21:26:37.985Z] 292df0bc6bf3: Pulling fs layer [2021-02-25T21:26:37.985Z] 2e060f4bd70b: Pulling fs layer [2021-02-25T21:26:37.985Z] 80e8d568a223: Pulling fs layer [2021-02-25T21:26:37.985Z] 8dc6ef1a942a: Pulling fs layer [2021-02-25T21:26:37.985Z] 2312dd95470a: Pulling fs layer [2021-02-25T21:26:37.985Z] 2e060f4bd70b: Waiting [2021-02-25T21:26:37.985Z] 80e8d568a223: Waiting [2021-02-25T21:26:37.985Z] 8dc6ef1a942a: Waiting [2021-02-25T21:26:37.985Z] 2312dd95470a: Waiting [2021-02-25T21:26:37.985Z] 292df0bc6bf3: Verifying Checksum [2021-02-25T21:26:37.985Z] 292df0bc6bf3: Download complete [2021-02-25T21:26:37.985Z] 6db28d0fdbf6: Verifying Checksum [2021-02-25T21:26:37.985Z] 6db28d0fdbf6: Download complete [2021-02-25T21:26:37.985Z] 80e8d568a223: Verifying Checksum [2021-02-25T21:26:37.985Z] 80e8d568a223: Download complete [2021-02-25T21:26:37.985Z] 05e7bc50f07f: Download complete [2021-02-25T21:26:37.985Z] 8dc6ef1a942a: Verifying Checksum [2021-02-25T21:26:37.985Z] 8dc6ef1a942a: Download complete [2021-02-25T21:26:37.985Z] 2312dd95470a: Verifying Checksum [2021-02-25T21:26:37.985Z] 2312dd95470a: Download complete [2021-02-25T21:26:37.985Z] 05e7bc50f07f: Pull complete [2021-02-25T21:26:38.565Z] 6db28d0fdbf6: Pull complete [2021-02-25T21:26:38.565Z] 292df0bc6bf3: Pull complete [2021-02-25T21:26:38.828Z] 2e060f4bd70b: Verifying Checksum [2021-02-25T21:26:38.828Z] 2e060f4bd70b: Download complete [2021-02-25T21:26:41.409Z] 2e060f4bd70b: Pull complete [2021-02-25T21:26:41.409Z] 80e8d568a223: Pull complete [2021-02-25T21:26:41.409Z] 8dc6ef1a942a: Pull complete [2021-02-25T21:26:41.672Z] 2312dd95470a: Pull complete [2021-02-25T21:26:41.672Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T21:26:41.672Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T21:26:43.067Z] ---> 8a6a2e159cf4 [2021-02-25T21:26:43.067Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-25T21:26:43.067Z] ---> Running in b16550d596e9 [2021-02-25T21:26:43.067Z] Removing intermediate container b16550d596e9 [2021-02-25T21:26:43.067Z] ---> 9c3d5ed495cb [2021-02-25T21:26:43.067Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-25T21:26:43.331Z] ---> Running in 982456be75d7 [2021-02-25T21:26:43.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T21:26:45.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T21:26:46.243Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-25T21:26:46.504Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-25T21:26:46.504Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-25T21:26:46.504Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-25T21:26:46.774Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-25T21:26:46.774Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T21:26:46.774Z] OK: 167 MiB in 44 packages [2021-02-25T21:26:47.348Z] Removing intermediate container 982456be75d7 [2021-02-25T21:26:47.348Z] ---> f40136b308a3 [2021-02-25T21:26:47.348Z] Step 6/8 : WORKDIR /build [2021-02-25T21:26:47.613Z] ---> Running in d0febed62c14 [2021-02-25T21:26:47.613Z] Removing intermediate container d0febed62c14 [2021-02-25T21:26:47.613Z] ---> 8655bdb3d3ac [2021-02-25T21:26:47.613Z] Step 7/8 : COPY go.mod . [2021-02-25T21:26:47.876Z] ---> 1b5ddf1de1bf [2021-02-25T21:26:47.876Z] Step 8/8 : RUN go mod download [2021-02-25T21:26:48.141Z] ---> Running in 7cd28961b432 [2021-02-25T21:26:56.016Z] Removing intermediate container 804c2ada9d3d [2021-02-25T21:26:56.017Z] ---> 71e349ecfa58 [2021-02-25T21:26:56.017Z] Successfully built 71e349ecfa58 [2021-02-25T21:26:56.017Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:26:56.364Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T21:26:56.364Z] . [Pipeline] withDockerContainer [2021-02-25T21:26:56.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-27722 does not seem to be running inside a container [2021-02-25T21:26:56.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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 [2021-02-25T21:26:58.318Z] $ docker top a3104f7654a6d276f6398f37966143d1b3ddeb58313e101379743b4b21120278 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T21:26:59.337Z] + go version [2021-02-25T21:26:59.337Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-25T21:26:59.360Z] $ docker stop --time=1 a3104f7654a6d276f6398f37966143d1b3ddeb58313e101379743b4b21120278 [2021-02-25T21:27:01.336Z] $ docker rm -f a3104f7654a6d276f6398f37966143d1b3ddeb58313e101379743b4b21120278 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:27:02.375Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T21:27:02.375Z] . [Pipeline] withDockerContainer [2021-02-25T21:27:02.606Z] prd-ubuntu18.04-docker-arm64-4c-16g-27722 does not seem to be running inside a container [2021-02-25T21:27:02.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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 [2021-02-25T21:27:04.252Z] $ docker top 0e4edf66dfd766450cbfcaa8430416bbad94b4337d80bcb837bb5b6bf1cbe658 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T21:27:05.280Z] + make test [2021-02-25T21:27:05.280Z] make -C ./app-service-template build [2021-02-25T21:27:05.280Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:27:05.280Z] 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 [2021-02-25T21:27:14.761Z] Removing intermediate container 7cd28961b432 [2021-02-25T21:27:14.761Z] ---> e075cbc42c95 [2021-02-25T21:27:14.761Z] Successfully built e075cbc42c95 [2021-02-25T21:27:14.761Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:27:15.077Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T21:27:15.077Z] . [Pipeline] withDockerContainer [2021-02-25T21:27:15.217Z] prd-centos7-docker-4c-2g-27723 does not seem to be running inside a container [2021-02-25T21:27:15.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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-x86_64 cat [2021-02-25T21:27:16.049Z] $ docker top 8b5d3487a1a6b5e3b90a004a8baf16a6913c71c186ae7db0014052b057b6f950 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T21:27:16.667Z] + go version [2021-02-25T21:27:16.667Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-25T21:27:16.692Z] $ docker stop --time=1 8b5d3487a1a6b5e3b90a004a8baf16a6913c71c186ae7db0014052b057b6f950 [2021-02-25T21:27:18.086Z] $ docker rm -f 8b5d3487a1a6b5e3b90a004a8baf16a6913c71c186ae7db0014052b057b6f950 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:27:18.904Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T21:27:18.904Z] . [Pipeline] withDockerContainer [2021-02-25T21:27:19.000Z] prd-centos7-docker-4c-2g-27723 does not seem to be running inside a container [2021-02-25T21:27:19.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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-x86_64 cat [2021-02-25T21:27:19.696Z] $ docker top 2be065ed42191b4b0f043c3fea1cf4e4fcb31c7ad35a2eaec4b5d58c53526028 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T21:27:20.244Z] + make test [2021-02-25T21:27:20.244Z] make -C ./app-service-template build [2021-02-25T21:27:20.244Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:27:20.244Z] 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 [2021-02-25T21:27:35.267Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:27:35.267Z] make -C ./app-service-template test [2021-02-25T21:27:35.267Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:27:35.267Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-25T21:27:40.618Z] ? new-app-service [no test files] [2021-02-25T21:27:40.618Z] ok new-app-service/functions 0.009s coverage: 75.8% of statements [2021-02-25T21:27:40.618Z] CGO_ENABLED=1 go vet ./... [2021-02-25T21:27:43.972Z] gofmt -l . [2021-02-25T21:27:43.972Z] [ "`gofmt -l .`" = "" ] [2021-02-25T21:27:43.972Z] ./bin/test-go-mod-tidy.sh [2021-02-25T21:27:43.972Z] ./bin/test-attribution-txt.sh [2021-02-25T21:27:44.337Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:27:44.337Z] make -C ./app-service-template test [2021-02-25T21:27:44.337Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:27:44.337Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-25T21:27:44.547Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:27:44.547Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-25T21:27:45.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-25T21:27:46.092Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.016s coverage: 82.6% of statements [2021-02-25T21:27:48.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.025s coverage: 57.4% of statements [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-25T21:27:48.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.045s coverage: 61.5% of statements [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-25T21:27:48.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.042s coverage: 75.6% of statements [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-25T21:27:48.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.014s coverage: 97.0% of statements [2021-02-25T21:27:48.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-25T21:27:48.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.009s coverage: 8.8% of statements [2021-02-25T21:27:59.472Z] ? new-app-service [no test files] [2021-02-25T21:27:59.757Z] ok new-app-service/functions 0.022s coverage: 75.8% of statements [2021-02-25T21:27:59.757Z] CGO_ENABLED=1 go vet ./... [2021-02-25T21:28:03.000Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.840s coverage: 77.5% of statements [2021-02-25T21:28:03.000Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-25T21:28:03.000Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.014s coverage: 87.9% of statements [2021-02-25T21:28:03.000Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.023s coverage: 80.5% of statements [2021-02-25T21:28:03.000Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.008s coverage: 71.7% of statements [2021-02-25T21:28:09.981Z] gofmt -l . [2021-02-25T21:28:09.981Z] [ "`gofmt -l .`" = "" ] [2021-02-25T21:28:09.981Z] ./bin/test-go-mod-tidy.sh [2021-02-25T21:28:09.981Z] ./bin/test-attribution-txt.sh [2021-02-25T21:28:10.586Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' [2021-02-25T21:28:10.586Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-25T21:28:12.063Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-25T21:28:15.253Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.036s coverage: 82.8% of statements [2021-02-25T21:28:15.253Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.014s coverage: 94.4% of statements [2021-02-25T21:28:15.253Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-25T21:28:15.483Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.057s coverage: 82.6% of statements [2021-02-25T21:28:16.209Z] gofmt -l . [2021-02-25T21:28:16.477Z] [ "`gofmt -l .`" = "" ] [2021-02-25T21:28:16.477Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-25T21:28:16.757Z] $ docker stop --time=1 2be065ed42191b4b0f043c3fea1cf4e4fcb31c7ad35a2eaec4b5d58c53526028 [2021-02-25T21:28:18.265Z] $ docker rm -f 2be065ed42191b4b0f043c3fea1cf4e4fcb31c7ad35a2eaec4b5d58c53526028 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T21:28:18.891Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-25T21:28:19.247Z] 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 [2021-02-25T21:28:20.907Z] ---> job-cost.sh [2021-02-25T21:28:20.907Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eRdQ [2021-02-25T21:28:22.236Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.066s coverage: 57.4% of statements [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-25T21:28:22.236Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.105s coverage: 61.5% of statements [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-25T21:28:22.236Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.079s coverage: 75.6% of statements [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-25T21:28:22.236Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.035s coverage: 97.0% of statements [2021-02-25T21:28:22.236Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-25T21:28:22.236Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.037s coverage: 8.8% of statements [2021-02-25T21:28:35.839Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T21:28:37.334Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.876s coverage: 77.5% of statements [2021-02-25T21:28:37.334Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-25T21:28:37.334Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.044s coverage: 87.9% of statements [2021-02-25T21:28:37.334Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.038s coverage: 80.5% of statements [2021-02-25T21:28:37.334Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.032s coverage: 71.7% of statements [2021-02-25T21:28:52.427Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 82.8% of statements [2021-02-25T21:28:52.427Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.026s coverage: 94.4% of statements [2021-02-25T21:28:52.427Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-25T21:28:55.846Z] gofmt -l . [2021-02-25T21:28:55.846Z] [ "`gofmt -l .`" = "" ] [2021-02-25T21:28:56.442Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-25T21:28:57.075Z] $ docker stop --time=1 0e4edf66dfd766450cbfcaa8430416bbad94b4337d80bcb837bb5b6bf1cbe658 [2021-02-25T21:28:59.086Z] $ docker rm -f 0e4edf66dfd766450cbfcaa8430416bbad94b4337d80bcb837bb5b6bf1cbe658 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T21:29:00.135Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-25T21:29:00.227Z] Warning: overwriting stash ‘coverage-report’ [2021-02-25T21:29:01.129Z] 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 [2021-02-25T21:29:02.422Z] ---> job-cost.sh [2021-02-25T21:29:02.422Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2Fjq [2021-02-25T21:29:08.026Z] lf-activate-venv(): INFO: Adding /tmp/venv-eRdQ/bin to PATH [2021-02-25T21:29:08.026Z] INFO: No Stack... [2021-02-25T21:29:08.026Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T21:29:08.026Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T21:29:08.355Z] + cat /w/workspace/app-functions-sdk-go/188/archives/cost.csv [2021-02-25T21:29:08.355Z] + cut -d, -f6 [Pipeline] lock [2021-02-25T21:29:08.439Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [2021-02-25T21:29:08.453Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] did not exist. Created. [2021-02-25T21:29:08.453Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T21:29:08.864Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-25T21:29:09.007Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T21:29:09.019Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T21:29:41.505Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T21:31:48.321Z] lf-activate-venv(): INFO: Adding /tmp/venv-2Fjq/bin to PATH [2021-02-25T21:31:48.321Z] INFO: No Stack... [2021-02-25T21:31:48.592Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-25T21:31:49.184Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T21:31:49.541Z] + cat /w/workspace/app-functions-sdk-go/188/archives/cost.csv [2021-02-25T21:31:49.541Z] + cut -d, -f6 [Pipeline] lock [2021-02-25T21:31:49.661Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [2021-02-25T21:31:49.671Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] did not exist. Created. [2021-02-25T21:31:49.671Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T21:31:50.137Z] /w/workspace/app-functions-sdk-go/188@tmp/durable-e02566a0/script.sh: 1: /w/workspace/app-functions-sdk-go/188@tmp/durable-e02566a0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-25T21:31:50.482Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-25T21:31:50.563Z] Warning: overwriting stash ‘stack-cost’ [2021-02-25T21:31:50.728Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T21:31:50.739Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-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 [2021-02-25T21:31:52.311Z] provisioning config files... [2021-02-25T21:31:52.336Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2082583524332302592tmp [Pipeline] { [Pipeline] sh [2021-02-25T21:31:52.707Z] + set +x [2021-02-25T21:31:52.707Z] + curl -s https://codecov.io/bash [2021-02-25T21:31:52.707Z] + bash -s -- [2021-02-25T21:31:52.972Z] [2021-02-25T21:31:52.972Z] _____ _ [2021-02-25T21:31:52.972Z] / ____| | | [2021-02-25T21:31:52.972Z] | | ___ __| | ___ ___ _____ __ [2021-02-25T21:31:52.972Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-25T21:31:52.972Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-25T21:31:52.972Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-25T21:31:52.972Z] Bash-20210129-7c25fce [2021-02-25T21:31:52.972Z] [2021-02-25T21:31:52.972Z] [2021-02-25T21:31:52.972Z] ==> git version 2.24.3 found [2021-02-25T21:31:52.972Z] ==> 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 [2021-02-25T21:31:52.972Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-25T21:31:52.972Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-25T21:31:52.972Z] ==> Jenkins CI detected. [2021-02-25T21:31:52.972Z] project root: . [2021-02-25T21:31:52.972Z] --> token set from env [2021-02-25T21:31:52.972Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-25T21:31:52.972Z] ==> Running gcov in . (disable via -X gcov) [2021-02-25T21:31:52.972Z] ==> Python coveragepy not found [2021-02-25T21:31:52.972Z] ==> Searching for coverage reports in: [2021-02-25T21:31:52.972Z] + . [2021-02-25T21:31:52.972Z] -> Found 2 reports [2021-02-25T21:31:52.972Z] ==> Detecting git/mercurial file structure [2021-02-25T21:31:52.972Z] ==> Reading reports [2021-02-25T21:31:52.972Z] + ./app-service-template/coverage.out bytes=1148 [2021-02-25T21:31:52.972Z] + ./coverage.out bytes=83688 [2021-02-25T21:31:52.972Z] ==> Appending adjustments [2021-02-25T21:31:52.972Z] https://docs.codecov.io/docs/fixing-reports [2021-02-25T21:31:53.547Z] + Found adjustments [2021-02-25T21:31:53.547Z] ==> Gzipping contents [2021-02-25T21:31:53.547Z] 16K /tmp/codecov.e7ajro.gz [2021-02-25T21:31:53.547Z] ==> Uploading reports [2021-02-25T21:31:53.547Z] url: https://codecov.io [2021-02-25T21:31:53.547Z] query: branch=master&commit=a6c3fefefc5a24b58d610bfff18b6125b6a62532&build=188&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F188%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-25T21:31:53.547Z] -> Pinging Codecov [2021-02-25T21:31:53.547Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a6c3fefefc5a24b58d610bfff18b6125b6a62532&build=188&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F188%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-25T21:31:53.809Z] -> Uploading to [2021-02-25T21:31:53.809Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-25/3D8B5DFFC46A037C893635FACE044666/a6c3fefefc5a24b58d610bfff18b6125b6a62532/65864e49-2250-4fcc-9fc8-ee39c905ce38.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T213153Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f4dbf51774ebdcffac5a5d8a5288c80f968daa7fd0e74c253d989b20441b2f8 [2021-02-25T21:31:53.809Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T21:31:53.809Z] Dload Upload Total Spent Left Speed [2021-02-25T21:31:54.388Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14571 0 0 100 14571 0 31575 --:--:-- --:--:-- --:--:-- 31607 [2021-02-25T21:31:54.388Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] } [2021-02-25T21:31:54.398Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-25T21:31:55.335Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-25T21:31:55.394Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:31:55.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T21:31:55.744Z] [2021-02-25T21:31:55.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:31:56.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T21:31:56.092Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-25T21:31:56.092Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T21:31:56.092Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T21:31:56.092Z] de9db76c5a1d: Pulling fs layer [2021-02-25T21:31:56.092Z] 0eba1c9be4d2: Pulling fs layer [2021-02-25T21:31:56.092Z] 0d57e429df01: Pulling fs layer [2021-02-25T21:31:56.092Z] 4e4be7b47b0d: Pulling fs layer [2021-02-25T21:31:56.092Z] e1f770b5df2f: Pulling fs layer [2021-02-25T21:31:56.092Z] 85a0685a4137: Pulling fs layer [2021-02-25T21:31:56.092Z] 0eba1c9be4d2: Waiting [2021-02-25T21:31:56.092Z] 0d57e429df01: Waiting [2021-02-25T21:31:56.092Z] 4e4be7b47b0d: Waiting [2021-02-25T21:31:56.092Z] e1f770b5df2f: Waiting [2021-02-25T21:31:56.092Z] 85a0685a4137: Waiting [2021-02-25T21:31:56.092Z] de9db76c5a1d: Verifying Checksum [2021-02-25T21:31:56.092Z] de9db76c5a1d: Download complete [2021-02-25T21:31:56.092Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T21:31:56.092Z] 0ef7d3d256c8: Download complete [2021-02-25T21:31:56.092Z] 0d57e429df01: Verifying Checksum [2021-02-25T21:31:56.092Z] 0d57e429df01: Download complete [2021-02-25T21:31:56.357Z] 4e4be7b47b0d: Verifying Checksum [2021-02-25T21:31:56.357Z] 4e4be7b47b0d: Download complete [2021-02-25T21:31:56.357Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T21:31:56.357Z] 188c0c94c7c5: Download complete [2021-02-25T21:31:56.622Z] 188c0c94c7c5: Pull complete [2021-02-25T21:31:56.889Z] 0ef7d3d256c8: Pull complete [2021-02-25T21:31:57.154Z] de9db76c5a1d: Pull complete [2021-02-25T21:31:58.109Z] e1f770b5df2f: Verifying Checksum [2021-02-25T21:32:00.049Z] 85a0685a4137: Verifying Checksum [2021-02-25T21:32:00.049Z] 85a0685a4137: Download complete [2021-02-25T21:32:00.049Z] 0eba1c9be4d2: Verifying Checksum [2021-02-25T21:32:00.049Z] 0eba1c9be4d2: Download complete [2021-02-25T21:32:06.689Z] 0eba1c9be4d2: Pull complete [2021-02-25T21:32:06.689Z] 0d57e429df01: Pull complete [2021-02-25T21:32:06.689Z] 4e4be7b47b0d: Pull complete [2021-02-25T21:32:07.654Z] e1f770b5df2f: Pull complete [2021-02-25T21:32:15.837Z] 85a0685a4137: Pull complete [2021-02-25T21:32:15.837Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-25T21:32:15.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T21:32:15.837Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-25T21:32:16.052Z] prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container [2021-02-25T21:32:16.101Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-25T21:32:17.065Z] $ docker top 0e64cef0136fdaa836a8949d37c28f5d91327cba19fd5a6a80b09351016a66b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T21:32:17.357Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-25T21:32:17.666Z] + set -o pipefail [2021-02-25T21:32:17.666Z] + snyk monitor '--org=edgex-jenkins' [2021-02-25T21:32:29.917Z] [2021-02-25T21:32:29.917Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-02-25T21:32:29.917Z] [2021-02-25T21:32:29.917Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/f32b13f9-8564-4b11-8370-025c8e192762 [2021-02-25T21:32:29.917Z] [2021-02-25T21:32:29.917Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-25T21:32:29.917Z] [2021-02-25T21:32:29.917Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-25T21:32:29.917Z] [2021-02-25T21:32:29.917Z] [2021-02-25T21:32:29.917Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-25T21:32:29.917Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-25T21:32:29.933Z] $ docker stop --time=1 0e64cef0136fdaa836a8949d37c28f5d91327cba19fd5a6a80b09351016a66b0 [2021-02-25T21:32:33.160Z] $ docker rm -f 0e64cef0136fdaa836a8949d37c28f5d91327cba19fd5a6a80b09351016a66b0 [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 [2021-02-25T21:32:34.393Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T21:32:34.455Z] provisioning config files... [2021-02-25T21:32:34.468Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3791601727362376684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:32:34.839Z] --> edgex-publish-swagger.sh [2021-02-25T21:32:34.839Z] === Publish openapi/v2 API === [2021-02-25T21:32:34.839Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-25T21:32:34.839Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-02-25T21:32:34.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T21:32:34.839Z] Dload Upload Total Spent Left Speed [2021-02-25T21:32:36.048Z] 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 10806 0:00:01 0:00:01 --:--:-- 10804 100 13052 0 0 100 13052 0 10804 0:00:01 0:00:01 --:--:-- 10804 [2021-02-25T21:32:36.048Z] [2021-02-25T21:32:36.048Z] [Pipeline] } [2021-02-25T21:32:36.057Z] 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 [2021-02-25T21:32:36.932Z] + git log --format=format:%s -1 a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:32:37.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T21:32:37.244Z] . [Pipeline] withDockerContainer [2021-02-25T21:32:37.347Z] prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container [2021-02-25T21:32:37.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T21:32:38.297Z] $ docker top ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T21:32:38.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T21:32:38.634Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T21:32:38.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T21:32:38.876Z] $ docker exec ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 ssh-agent [2021-02-25T21:32:39.060Z] SSH_AUTH_SOCK=/tmp/ssh-0WBHgOfqix7X/agent.11 [2021-02-25T21:32:39.060Z] SSH_AGENT_PID=16 [2021-02-25T21:32:39.066Z] Running ssh-add (command line suppressed) [2021-02-25T21:32:39.198Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3470995135148571410.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3470995135148571410.key) [2021-02-25T21:32:39.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T21:32:39.591Z] + git semver tag [2021-02-25T21:32:39.591Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T21:32:39.591Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T21:32:39.591Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T21:32:39.591Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T21:32:39.591Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T21:32:39.591Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T21:32:39.591Z] # $SEMVER_BRANCH = master [2021-02-25T21:32:39.591Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-25T21:32:39.591Z] # a6c3fefefc5a24b58d610bfff18b6125b6a62532 HEAD [2021-02-25T21:32:39.591Z] # -> Force: false [2021-02-25T21:32:39.591Z] # 31744fc696801e07c5cd4b0548b71f485155149d refs/tags/v2.0.0-dev.21 [Pipeline] } [2021-02-25T21:32:39.604Z] $ docker exec --env ******** --env ******** ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 ssh-agent -k [2021-02-25T21:32:39.726Z] unset SSH_AUTH_SOCK; [2021-02-25T21:32:39.726Z] unset SSH_AGENT_PID; [2021-02-25T21:32:39.726Z] echo Agent pid 16 killed; [2021-02-25T21:32:39.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T21:32:40.269Z] + git semver [Pipeline] } [2021-02-25T21:32:40.287Z] $ docker stop --time=1 ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 [2021-02-25T21:32:41.632Z] $ docker rm -f ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:32:42.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T21:32:42.251Z] [2021-02-25T21:32:42.251Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:32:42.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T21:32:42.711Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-25T21:32:42.711Z] ab5ef0e58194: Pulling fs layer [2021-02-25T21:32:42.711Z] 9712f1f96733: Pulling fs layer [2021-02-25T21:32:42.711Z] 63f879dbbcfc: Pulling fs layer [2021-02-25T21:32:42.711Z] 0d9ebad4ef96: Pulling fs layer [2021-02-25T21:32:42.711Z] e9a5061849ea: Pulling fs layer [2021-02-25T21:32:42.711Z] d747dcd14b5f: Pulling fs layer [2021-02-25T21:32:42.711Z] 2de7ff778b66: Pulling fs layer [2021-02-25T21:32:42.711Z] e9a5061849ea: Waiting [2021-02-25T21:32:42.711Z] d747dcd14b5f: Waiting [2021-02-25T21:32:42.711Z] 2de7ff778b66: Waiting [2021-02-25T21:32:42.711Z] 0d9ebad4ef96: Waiting [2021-02-25T21:32:42.711Z] 9712f1f96733: Verifying Checksum [2021-02-25T21:32:42.711Z] 9712f1f96733: Download complete [2021-02-25T21:32:44.740Z] 63f879dbbcfc: Verifying Checksum [2021-02-25T21:32:44.740Z] 63f879dbbcfc: Download complete [2021-02-25T21:32:44.740Z] e9a5061849ea: Verifying Checksum [2021-02-25T21:32:44.740Z] e9a5061849ea: Download complete [2021-02-25T21:32:44.740Z] d747dcd14b5f: Verifying Checksum [2021-02-25T21:32:44.740Z] d747dcd14b5f: Download complete [2021-02-25T21:32:45.009Z] 2de7ff778b66: Verifying Checksum [2021-02-25T21:32:45.009Z] 2de7ff778b66: Download complete [2021-02-25T21:32:45.009Z] 0d9ebad4ef96: Verifying Checksum [2021-02-25T21:32:45.009Z] 0d9ebad4ef96: Download complete [2021-02-25T21:32:45.009Z] ab5ef0e58194: Verifying Checksum [2021-02-25T21:32:45.009Z] ab5ef0e58194: Download complete [2021-02-25T21:32:51.640Z] ab5ef0e58194: Pull complete [2021-02-25T21:32:51.640Z] 9712f1f96733: Pull complete [2021-02-25T21:32:53.569Z] 63f879dbbcfc: Pull complete [2021-02-25T21:33:00.215Z] 0d9ebad4ef96: Pull complete [2021-02-25T21:33:01.160Z] e9a5061849ea: Pull complete [2021-02-25T21:33:01.422Z] d747dcd14b5f: Pull complete [2021-02-25T21:33:03.986Z] 2de7ff778b66: Pull complete [2021-02-25T21:33:03.986Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-25T21:33:03.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T21:33:03.986Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-25T21:33:04.167Z] prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container [2021-02-25T21:33:04.213Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-25T21:33:08.043Z] $ docker top 95257468e2a527595da9b0ce374927f414d720564f25630906178fa27b4e068b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-25T21:33:08.270Z] provisioning config files... [2021-02-25T21:33:08.280Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config313907011605795099tmp [2021-02-25T21:33:08.298Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7274935164220619332tmp [2021-02-25T21:33:08.316Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5685022111152868375tmp [Pipeline] { [Pipeline] echo [2021-02-25T21:33:08.375Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:33:08.675Z] ---> sigul-configuration.sh [2021-02-25T21:33:08.675Z] gpg: directory `/root/.gnupg' created [2021-02-25T21:33:08.675Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-25T21:33:08.675Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-25T21:33:08.675Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-25T21:33:08.675Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-25T21:33:08.675Z] gpg: CAST5 encrypted data [2021-02-25T21:33:08.937Z] gpg: encrypted with 1 passphrase [2021-02-25T21:33:08.937Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-25T21:33:09.235Z] + mkdir /home/jenkins [2021-02-25T21:33:09.235Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-25T21:33:09.532Z] + 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 [2021-02-25T21:33:09.545Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:33:09.848Z] ---> sigul-install.sh [2021-02-25T21:33:16.449Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-25T21:33:16.747Z] + git tag --list [2021-02-25T21:33:16.747Z] v0.1.0 [2021-02-25T21:33:16.747Z] v0.1.1 [2021-02-25T21:33:16.747Z] v1.0.0 [2021-02-25T21:33:16.747Z] v1.1.0 [2021-02-25T21:33:16.747Z] v1.2.0 [2021-02-25T21:33:16.747Z] v1.3.0 [2021-02-25T21:33:16.747Z] v1.3.1 [2021-02-25T21:33:16.747Z] v1.3.1-dev.1 [2021-02-25T21:33:16.747Z] v1.3.2-dev.1 [2021-02-25T21:33:16.747Z] v2.0.0-dev.1 [2021-02-25T21:33:16.747Z] v2.0.0-dev.10 [2021-02-25T21:33:16.747Z] v2.0.0-dev.11 [2021-02-25T21:33:16.747Z] v2.0.0-dev.12 [2021-02-25T21:33:16.747Z] v2.0.0-dev.13 [2021-02-25T21:33:16.747Z] v2.0.0-dev.14 [2021-02-25T21:33:16.747Z] v2.0.0-dev.15 [2021-02-25T21:33:16.747Z] v2.0.0-dev.16 [2021-02-25T21:33:16.747Z] v2.0.0-dev.17 [2021-02-25T21:33:16.747Z] v2.0.0-dev.18 [2021-02-25T21:33:16.747Z] v2.0.0-dev.19 [2021-02-25T21:33:16.747Z] v2.0.0-dev.2 [2021-02-25T21:33:16.747Z] v2.0.0-dev.20 [2021-02-25T21:33:16.747Z] v2.0.0-dev.21 [2021-02-25T21:33:16.747Z] v2.0.0-dev.3 [2021-02-25T21:33:16.747Z] v2.0.0-dev.4 [2021-02-25T21:33:16.747Z] v2.0.0-dev.5 [2021-02-25T21:33:16.747Z] v2.0.0-dev.6 [2021-02-25T21:33:16.747Z] v2.0.0-dev.7 [2021-02-25T21:33:16.747Z] v2.0.0-dev.8 [2021-02-25T21:33:16.747Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-25T21:33:17.051Z] + lftools sign git-tag v2.0.0-dev.21 [2021-02-25T21:33:18.444Z] Signing Git tag with Sigul... [2021-02-25T21:33:18.444Z] Signing v2.0.0-dev.21 [Pipeline] echo [2021-02-25T21:33:19.403Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:33:19.700Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-25T21:33:19.710Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-25T21:33:19.809Z] $ docker stop --time=1 95257468e2a527595da9b0ce374927f414d720564f25630906178fa27b4e068b [2021-02-25T21:33:21.906Z] $ docker rm -f 95257468e2a527595da9b0ce374927f414d720564f25630906178fa27b4e068b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:33:22.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T21:33:22.827Z] . [Pipeline] withDockerContainer [2021-02-25T21:33:22.934Z] prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container [2021-02-25T21:33:22.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T21:33:23.685Z] $ docker top c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T21:33:23.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T21:33:23.970Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T21:33:24.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T21:33:24.191Z] $ docker exec c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 ssh-agent [2021-02-25T21:33:24.363Z] SSH_AUTH_SOCK=/tmp/ssh-ThqnA1DzuD1N/agent.12 [2021-02-25T21:33:24.363Z] SSH_AGENT_PID=18 [2021-02-25T21:33:24.370Z] Running ssh-add (command line suppressed) [2021-02-25T21:33:24.493Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2659672410640132336.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2659672410640132336.key) [2021-02-25T21:33:24.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T21:33:24.883Z] + git semver bump pre [2021-02-25T21:33:24.883Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T21:33:24.883Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T21:33:24.883Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T21:33:24.883Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T21:33:24.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T21:33:24.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T21:33:24.883Z] # $SEMVER_BRANCH = master [2021-02-25T21:33:24.883Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-25T21:33:24.883Z] 2.0.0-dev.22 [Pipeline] } [2021-02-25T21:33:24.896Z] $ docker exec --env ******** --env ******** c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 ssh-agent -k [2021-02-25T21:33:25.028Z] unset SSH_AUTH_SOCK; [2021-02-25T21:33:25.028Z] unset SSH_AGENT_PID; [2021-02-25T21:33:25.028Z] echo Agent pid 18 killed; [2021-02-25T21:33:25.076Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T21:33:25.626Z] + git semver [Pipeline] } [2021-02-25T21:33:25.643Z] $ docker stop --time=1 c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 [2021-02-25T21:33:27.028Z] $ docker rm -f c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:33:27.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T21:33:27.545Z] . [Pipeline] withDockerContainer [2021-02-25T21:33:27.647Z] prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container [2021-02-25T21:33:27.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T21:33:28.385Z] $ docker top 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T21:33:28.717Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T21:33:28.717Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T21:33:28.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T21:33:28.918Z] $ docker exec 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 ssh-agent [2021-02-25T21:33:29.096Z] SSH_AUTH_SOCK=/tmp/ssh-vPC5TbIbi2U7/agent.11 [2021-02-25T21:33:29.096Z] SSH_AGENT_PID=16 [2021-02-25T21:33:29.103Z] Running ssh-add (command line suppressed) [2021-02-25T21:33:29.249Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6295355584077882802.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6295355584077882802.key) [2021-02-25T21:33:29.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T21:33:29.643Z] + git semver push [2021-02-25T21:33:29.644Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T21:33:29.644Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T21:33:29.644Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T21:33:29.644Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T21:33:29.644Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T21:33:29.644Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T21:33:29.644Z] # $SEMVER_BRANCH = master [2021-02-25T21:33:29.644Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-25T21:33:35.095Z] $ docker exec --env ******** --env ******** 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 ssh-agent -k [2021-02-25T21:33:35.249Z] unset SSH_AUTH_SOCK; [2021-02-25T21:33:35.250Z] unset SSH_AGENT_PID; [2021-02-25T21:33:35.250Z] echo Agent pid 16 killed; [2021-02-25T21:33:35.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T21:33:35.779Z] + git semver [Pipeline] } [2021-02-25T21:33:35.796Z] $ docker stop --time=1 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 [2021-02-25T21:33:37.171Z] $ docker rm -f 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 [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 [2021-02-25T21:33:38.788Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:33:39.349Z] ---> package-listing.sh [2021-02-25T21:33:39.349Z] ++ facter osfamily [2021-02-25T21:33:39.349Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T21:33:39.349Z] + OS_FAMILY=redhat [2021-02-25T21:33:39.349Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T21:33:39.349Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T21:33:39.349Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T21:33:39.349Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T21:33:39.349Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T21:33:39.349Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-25T21:33:39.349Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T21:33:39.349Z] + case "${OS_FAMILY}" in [2021-02-25T21:33:39.349Z] + rpm -qa [2021-02-25T21:33:39.349Z] + sort [2021-02-25T21:33:44.651Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T21:33:44.651Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T21:33:44.651Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T21:33:44.651Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-25T21:33:44.651Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-02-25T21:33:44.651Z] + 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 [2021-02-25T21:33:44.666Z] 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 [2021-02-25T21:33:44.963Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:33:45.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T21:33:45.269Z] [2021-02-25T21:33:45.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T21:33:45.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T21:33:45.655Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T21:33:45.655Z] df20fa9351a1: Pulling fs layer [2021-02-25T21:33:45.655Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T21:33:45.655Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T21:33:45.655Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T21:33:45.655Z] 93b61091891f: Pulling fs layer [2021-02-25T21:33:45.655Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T21:33:45.655Z] 5e14af77c1be: Pulling fs layer [2021-02-25T21:33:45.655Z] 01666e4c0597: Pulling fs layer [2021-02-25T21:33:45.655Z] aa168da1d23b: Pulling fs layer [2021-02-25T21:33:45.655Z] 93b9cdb0e59b: Waiting [2021-02-25T21:33:45.655Z] 5e14af77c1be: Waiting [2021-02-25T21:33:45.655Z] aa168da1d23b: Waiting [2021-02-25T21:33:45.655Z] 01666e4c0597: Waiting [2021-02-25T21:33:45.655Z] 93b61091891f: Waiting [2021-02-25T21:33:45.655Z] 46f8f816bc3b: Waiting [2021-02-25T21:33:45.655Z] 36b3adc4ff6f: Verifying Checksum [2021-02-25T21:33:45.655Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T21:33:45.655Z] 46f8f816bc3b: Download complete [2021-02-25T21:33:45.917Z] df20fa9351a1: Verifying Checksum [2021-02-25T21:33:45.917Z] df20fa9351a1: Download complete [2021-02-25T21:33:45.917Z] 93b9cdb0e59b: Verifying Checksum [2021-02-25T21:33:45.917Z] 93b9cdb0e59b: Download complete [2021-02-25T21:33:45.917Z] 5e14af77c1be: Verifying Checksum [2021-02-25T21:33:45.917Z] 5e14af77c1be: Download complete [2021-02-25T21:33:45.917Z] 93b61091891f: Verifying Checksum [2021-02-25T21:33:45.917Z] 93b61091891f: Download complete [2021-02-25T21:33:45.917Z] 01666e4c0597: Verifying Checksum [2021-02-25T21:33:45.917Z] 01666e4c0597: Download complete [2021-02-25T21:33:45.917Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T21:33:45.917Z] 8ad3a11d3b57: Download complete [2021-02-25T21:33:46.497Z] df20fa9351a1: Pull complete [2021-02-25T21:33:46.497Z] 36b3adc4ff6f: Pull complete [2021-02-25T21:33:47.901Z] 8ad3a11d3b57: Pull complete [2021-02-25T21:33:47.901Z] 46f8f816bc3b: Pull complete [2021-02-25T21:33:48.166Z] aa168da1d23b: Verifying Checksum [2021-02-25T21:33:48.166Z] aa168da1d23b: Download complete [2021-02-25T21:33:48.741Z] 93b61091891f: Pull complete [2021-02-25T21:33:49.003Z] 93b9cdb0e59b: Pull complete [2021-02-25T21:33:49.268Z] 5e14af77c1be: Pull complete [2021-02-25T21:33:49.268Z] 01666e4c0597: Pull complete [2021-02-25T21:33:57.432Z] aa168da1d23b: Pull complete [2021-02-25T21:33:57.432Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T21:33:57.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T21:33:57.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T21:33:57.562Z] prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container [2021-02-25T21:33:57.609Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-25T21:34:00.507Z] $ docker top c1d560b4e04732e9925434421c86bb09b216ab43fb99289378f8595e67974739 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T21:34:01.032Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T21:34:01.331Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T21:34:01.628Z] + ls /var/log/sa-host [2021-02-25T21:34:01.628Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T21:34:01.628Z] file_magic: OK [2021-02-25T21:34:01.628Z] HZ: Using current value: 100 [2021-02-25T21:34:01.628Z] file_header: OK [2021-02-25T21:34:01.628Z] 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 [2021-02-25T21:34:01.628Z] Statistics: [2021-02-25T21:34:01.628Z] Hnuu...uuuununununu... [2021-02-25T21:34:01.628Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T21:34:01.628Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T21:34:01.628Z] file_magic: OK [2021-02-25T21:34:01.628Z] HZ: Using current value: 100 [2021-02-25T21:34:01.628Z] file_header: OK [2021-02-25T21:34:01.628Z] 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 [2021-02-25T21:34:01.628Z] Statistics: [2021-02-25T21:34:01.628Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-25T21:34:01.628Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T21:34:02.251Z] provisioning config files... [2021-02-25T21:34:02.273Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1386780988156224029tmp [Pipeline] { [Pipeline] echo [2021-02-25T21:34:02.340Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:34:02.637Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T21:34:02.646Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T21:34:02.781Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:34:03.076Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T21:34:03.088Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:34:03.388Z] ---> sudo-logs.sh [2021-02-25T21:34:03.388Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T21:34:03.453Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:34:03.749Z] ---> job-cost.sh [2021-02-25T21:34:03.749Z] lf-activate-venv: SKIPPING [2021-02-25T21:34:03.749Z] DEBUG: total: 0.20999999344348907 [2021-02-25T21:34:03.749Z] INFO: Retrieving Stack Cost... [2021-02-25T21:34:04.695Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T21:34:04.958Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T21:34:04.972Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T21:34:05.270Z] ---> logs-deploy.sh [2021-02-25T21:34:05.270Z] lf-activate-venv: SKIPPING [2021-02-25T21:34:05.270Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/188 [2021-02-25T21:34:05.270Z] INFO: archiving workspace using pattern(s): [2021-02-25T21:34:07.192Z] Archives upload complete. [2021-02-25T21:34:07.192Z] INFO: archiving logs to Nexus