Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c9ed7d50ea1ae9051570182c8cb685d3221d57d1 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-15438 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 c9ed7d50ea1ae9051570182c8cb685d3221d57d1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c9ed7d50ea1ae9051570182c8cb685d3221d57d1 # timeout=10 Commit message: "feat: Remove deprecated MQTTSend pipeline function (#592)" > git rev-list --no-walk d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T20:55:22.434Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-10T20:55:22.789Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T20:55:22.917Z] ========================================================= [2020-12-10T20:55:22.917Z] EdgeX Global Pipelines Version Info [2020-12-10T20:55:22.917Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T20:55:24.405Z] ------------------- [2020-12-10T20:55:24.405Z] stable info: [2020-12-10T20:55:24.405Z] ------------------- [2020-12-10T20:55:24.405Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T20:55:24.405Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T20:55:24.405Z] Message: update stable to v1.0.172 [2020-12-10T20:55:25.353Z] ------------------- [2020-12-10T20:55:25.354Z] experimental info: [2020-12-10T20:55:25.354Z] ------------------- [2020-12-10T20:55:25.354Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T20:55:25.354Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T20:55:25.354Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T20:55:25.677Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-10T20:55:25.785Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-10T20:55:25.899Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T20:55:26.010Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T20:55:26.173Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T20:55:26.288Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T20:55:26.413Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T20:55:26.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T20:55:26.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-10T20:55:26.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T20:55:26.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T20:55:26.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-10T20:55:27.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T20:55:27.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T20:55:27.326Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T20:55:27.430Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T20:55:27.557Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T20:55:27.672Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T20:55:27.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T20:55:27.902Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-10T20:55:28.019Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-10T20:55:28.126Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-10T20:55:28.270Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-10T20:55:28.387Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-10T20:55:28.499Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-10T20:55:28.599Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T20:55:28.698Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-10T20:55:28.797Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-10T20:55:28.909Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-10T20:55:29.010Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9ed7d50ea1ae9051570182c8cb685d3221d57d1 [Pipeline] echo [2020-12-10T20:55:29.112Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9ed7d5 [Pipeline] echo [2020-12-10T20:55:29.210Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T20:55:29.975Z] + git log --format=format:%s -1 c9ed7d50ea1ae9051570182c8cb685d3221d57d1 [Pipeline] echo [2020-12-10T20:55:30.046Z] GIT_COMMIT: c9ed7d50ea1ae9051570182c8cb685d3221d57d1, Commit Message: feat: Remove deprecated MQTTSend pipeline function (#592) [Pipeline] echo [2020-12-10T20:55:30.120Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-10T20:55:31.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T20:55:31.460Z] [2020-12-10T20:55:31.460Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T20:55:31.819Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T20:55:31.819Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T20:55:31.819Z] 31603596830f: Pulling fs layer [2020-12-10T20:55:31.819Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T20:55:31.819Z] 6ca5941a6612: Pulling fs layer [2020-12-10T20:55:31.819Z] ecc8261a40a4: Pulling fs layer [2020-12-10T20:55:31.819Z] ecc8261a40a4: Waiting [2020-12-10T20:55:31.819Z] 2a8b12db71e7: Verifying Checksum [2020-12-10T20:55:31.819Z] 2a8b12db71e7: Download complete [2020-12-10T20:55:32.082Z] 31603596830f: Download complete [2020-12-10T20:55:32.348Z] ecc8261a40a4: Verifying Checksum [2020-12-10T20:55:32.348Z] ecc8261a40a4: Download complete [2020-12-10T20:55:32.348Z] 6ca5941a6612: Verifying Checksum [2020-12-10T20:55:32.348Z] 6ca5941a6612: Download complete [2020-12-10T20:55:32.348Z] 31603596830f: Pull complete [2020-12-10T20:55:32.611Z] 2a8b12db71e7: Pull complete [2020-12-10T20:55:33.185Z] 6ca5941a6612: Pull complete [2020-12-10T20:55:33.447Z] ecc8261a40a4: Pull complete [2020-12-10T20:55:33.447Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T20:55:33.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T20:55:33.710Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T20:55:33.816Z] prd-centos7-docker-4c-2g-15438 does not seem to be running inside a container [2020-12-10T20:55:33.860Z] $ 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 [2020-12-10T20:55:35.988Z] $ docker top 10fba58c0c694d722d1d162e86a8a5fd3b61c8f51573bcfedbd698a448c20926 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T20:55:36.292Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T20:55:36.293Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T20:55:36.495Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T20:55:36.498Z] $ docker exec 10fba58c0c694d722d1d162e86a8a5fd3b61c8f51573bcfedbd698a448c20926 ssh-agent [2020-12-10T20:55:36.659Z] SSH_AUTH_SOCK=/tmp/ssh-VBwYYFilnJ9Y/agent.11 [2020-12-10T20:55:36.659Z] SSH_AGENT_PID=16 [2020-12-10T20:55:36.670Z] Running ssh-add (command line suppressed) [2020-12-10T20:55:36.781Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5041569130097655700.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5041569130097655700.key) [2020-12-10T20:55:36.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T20:55:37.225Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T20:55:37.314Z] $ docker exec --env ******** --env ******** 10fba58c0c694d722d1d162e86a8a5fd3b61c8f51573bcfedbd698a448c20926 ssh-agent -k [2020-12-10T20:55:37.444Z] unset SSH_AUTH_SOCK; [2020-12-10T20:55:37.444Z] unset SSH_AGENT_PID; [2020-12-10T20:55:37.444Z] echo Agent pid 16 killed; [2020-12-10T20:55:37.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T20:55:37.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T20:55:37.670Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T20:55:37.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T20:55:37.837Z] $ docker exec 10fba58c0c694d722d1d162e86a8a5fd3b61c8f51573bcfedbd698a448c20926 ssh-agent [2020-12-10T20:55:38.008Z] SSH_AUTH_SOCK=/tmp/ssh-q00dNQPMUMZT/agent.44 [2020-12-10T20:55:38.008Z] SSH_AGENT_PID=50 [2020-12-10T20:55:38.015Z] Running ssh-add (command line suppressed) [2020-12-10T20:55:38.132Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4133498109473251177.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4133498109473251177.key) [2020-12-10T20:55:38.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T20:55:38.540Z] + git semver init [2020-12-10T20:55:38.540Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T20:55:38.540Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-10T20:55:38.540Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-10T20:55:38.540Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T20:55:38.540Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T20:55:38.540Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T20:55:38.540Z] # $SEMVER_BRANCH = master [2020-12-10T20:55:38.540Z] # $SEMVER_TEMP = /tmp/semver-168421156 [2020-12-10T20:55:38.540Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-10T20:55:41.862Z] # '/tmp/semver-168421156' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-12-10T20:55:41.862Z] # -> Force: false [2020-12-10T20:55:41.862Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-10T20:55:41.873Z] $ docker exec --env ******** --env ******** 10fba58c0c694d722d1d162e86a8a5fd3b61c8f51573bcfedbd698a448c20926 ssh-agent -k [2020-12-10T20:55:41.992Z] unset SSH_AUTH_SOCK; [2020-12-10T20:55:41.993Z] unset SSH_AGENT_PID; [2020-12-10T20:55:41.993Z] echo Agent pid 50 killed; [2020-12-10T20:55:42.050Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T20:55:42.531Z] + git semver [Pipeline] } [2020-12-10T20:55:42.547Z] $ docker stop --time=1 10fba58c0c694d722d1d162e86a8a5fd3b61c8f51573bcfedbd698a448c20926 [2020-12-10T20:55:44.008Z] $ docker rm -f 10fba58c0c694d722d1d162e86a8a5fd3b61c8f51573bcfedbd698a448c20926 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T20:55:44.520Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T20:55:45.007Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T20:55:45.010Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.5 [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 [2020-12-10T20:56:00.604Z] Still waiting to schedule task [2020-12-10T20:56:00.604Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15438’ [2020-12-10T20:56:00.606Z] Still waiting to schedule task [2020-12-10T20:56:00.606Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-10T20:57:52.985Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15439 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-10T20:57:53.110Z] Running in /w/workspace/app-functions-sdk-go/154 [Pipeline] { [Pipeline] checkout [2020-12-10T20:57:57.795Z] using credential edgex-jenkins-ssh [2020-12-10T20:57:57.900Z] Cloning the remote Git repository [2020-12-10T20:57:57.963Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-10T20:57:58.096Z] > git init /w/workspace/app-functions-sdk-go/154 # timeout=10 [2020-12-10T20:57:58.195Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-10T20:57:58.196Z] > git --version # timeout=10 [2020-12-10T20:57:58.222Z] > git --version # 'git version 2.17.1' [2020-12-10T20:57:58.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T20:57:58.283Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T20:58:01.354Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-10T20:58:01.370Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T20:58:01.414Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-10T20:58:01.462Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-10T20:58:01.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T20:58:01.474Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T20:58:02.660Z] Checking out Revision c9ed7d50ea1ae9051570182c8cb685d3221d57d1 (master) [2020-12-10T20:58:02.685Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T20:58:02.700Z] > git checkout -f c9ed7d50ea1ae9051570182c8cb685d3221d57d1 # timeout=10 [2020-12-10T20:58:07.217Z] Commit message: "feat: Remove deprecated MQTTSend pipeline function (#592)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T20:58:09.068Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T20:58:09.478Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T20:58:09.825Z] + + sudo servicetrue docker [2020-12-10T20:58:09.825Z] restart [Pipeline] unstash [Pipeline] echo [2020-12-10T20:58:12.826Z] ========================================================= [2020-12-10T20:58:12.826Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T20:58:12.826Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T20:58:13.269Z] + 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 . [2020-12-10T20:58:14.257Z] Sending build context to Docker daemon 19.14MB [2020-12-10T20:58:14.257Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T20:58:14.257Z] Step 2/8 : FROM ${BASE} [2020-12-10T20:58:14.858Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T20:58:14.858Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T20:58:14.858Z] a4357932f1b6: Pulling fs layer [2020-12-10T20:58:14.858Z] 18c013af1878: Pulling fs layer [2020-12-10T20:58:14.858Z] 00ac8860ef70: Pulling fs layer [2020-12-10T20:58:14.858Z] 63d7cb157983: Pulling fs layer [2020-12-10T20:58:14.858Z] b116817d02f9: Pulling fs layer [2020-12-10T20:58:14.858Z] 745a02a5169b: Pulling fs layer [2020-12-10T20:58:14.858Z] 63d7cb157983: Waiting [2020-12-10T20:58:14.858Z] b116817d02f9: Waiting [2020-12-10T20:58:14.858Z] 745a02a5169b: Waiting [2020-12-10T20:58:14.858Z] 00ac8860ef70: Waiting [2020-12-10T20:58:14.858Z] 18c013af1878: Download complete [2020-12-10T20:58:14.858Z] a4357932f1b6: Verifying Checksum [2020-12-10T20:58:14.858Z] a4357932f1b6: Download complete [2020-12-10T20:58:14.858Z] 63d7cb157983: Verifying Checksum [2020-12-10T20:58:14.858Z] 63d7cb157983: Download complete [2020-12-10T20:58:14.858Z] b116817d02f9: Verifying Checksum [2020-12-10T20:58:14.858Z] b116817d02f9: Download complete [2020-12-10T20:58:14.858Z] 5f621e34cdf4: Verifying Checksum [2020-12-10T20:58:14.858Z] 5f621e34cdf4: Download complete [2020-12-10T20:58:15.470Z] 5f621e34cdf4: Pull complete [2020-12-10T20:58:16.077Z] a4357932f1b6: Pull complete [2020-12-10T20:58:16.683Z] 18c013af1878: Pull complete [2020-12-10T20:58:18.129Z] 745a02a5169b: Verifying Checksum [2020-12-10T20:58:18.129Z] 745a02a5169b: Download complete [2020-12-10T20:58:18.738Z] 00ac8860ef70: Verifying Checksum [2020-12-10T20:58:18.738Z] 00ac8860ef70: Download complete [2020-12-10T20:58:21.605Z] Running on prd-centos7-docker-4c-2g-15440 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-10T20:58:21.675Z] Running in /w/workspace/app-functions-sdk-go/154 [Pipeline] { [Pipeline] checkout [2020-12-10T20:58:24.126Z] using credential edgex-jenkins-ssh [2020-12-10T20:58:24.215Z] Cloning the remote Git repository [2020-12-10T20:58:23.925Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-10T20:58:23.995Z] > git init /w/workspace/app-functions-sdk-go/154 # timeout=10 [2020-12-10T20:58:24.058Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-10T20:58:24.059Z] > git --version # timeout=10 [2020-12-10T20:58:24.069Z] > git --version # 'git version 2.24.3' [2020-12-10T20:58:24.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T20:58:24.101Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T20:58:26.681Z] Checking out Revision c9ed7d50ea1ae9051570182c8cb685d3221d57d1 (master) [2020-12-10T20:58:26.122Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-10T20:58:26.135Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T20:58:26.148Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-10T20:58:26.162Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-10T20:58:26.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T20:58:26.168Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T20:58:26.582Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T20:58:26.588Z] > git checkout -f c9ed7d50ea1ae9051570182c8cb685d3221d57d1 # timeout=10 [2020-12-10T20:58:28.977Z] 00ac8860ef70: Pull complete [2020-12-10T20:58:29.574Z] 63d7cb157983: Pull complete [2020-12-10T20:58:29.848Z] b116817d02f9: Pull complete [2020-12-10T20:58:30.221Z] Commit message: "feat: Remove deprecated MQTTSend pipeline function (#592)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T20:58:31.641Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T20:58:31.968Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T20:58:32.263Z] + sudo service docker restart [2020-12-10T20:58:32.263Z] + true [2020-12-10T20:58:32.263Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-10T20:58:33.334Z] ========================================================= [2020-12-10T20:58:33.334Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T20:58:33.334Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T20:58:33.683Z] + 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 . [2020-12-10T20:58:34.166Z] 745a02a5169b: Pull complete [2020-12-10T20:58:34.167Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T20:58:34.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T20:58:34.167Z] ---> b7e6874047d6 [2020-12-10T20:58:34.167Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T20:58:34.167Z] latest: Pulling from library/docker [2020-12-10T20:58:34.167Z] 5f621e34cdf4: Already exists [2020-12-10T20:58:34.167Z] 85db56a05063: Pulling fs layer [2020-12-10T20:58:34.167Z] ccb67d6aeaaa: Pulling fs layer [2020-12-10T20:58:34.167Z] de930078acea: Pulling fs layer [2020-12-10T20:58:34.167Z] d5a9d88a4785: Pulling fs layer [2020-12-10T20:58:34.167Z] e7f15c1544d5: Pulling fs layer [2020-12-10T20:58:34.167Z] 877c515997d3: Pulling fs layer [2020-12-10T20:58:34.167Z] d5a9d88a4785: Waiting [2020-12-10T20:58:34.167Z] e7f15c1544d5: Waiting [2020-12-10T20:58:34.167Z] 877c515997d3: Waiting [2020-12-10T20:58:34.167Z] ccb67d6aeaaa: Verifying Checksum [2020-12-10T20:58:34.167Z] ccb67d6aeaaa: Download complete [2020-12-10T20:58:34.167Z] d5a9d88a4785: Verifying Checksum [2020-12-10T20:58:34.167Z] d5a9d88a4785: Download complete [2020-12-10T20:58:34.167Z] e7f15c1544d5: Verifying Checksum [2020-12-10T20:58:34.167Z] e7f15c1544d5: Download complete [2020-12-10T20:58:34.167Z] 85db56a05063: Download complete [2020-12-10T20:58:34.167Z] 877c515997d3: Verifying Checksum [2020-12-10T20:58:34.167Z] 877c515997d3: Download complete [2020-12-10T20:58:34.259Z] Sending build context to Docker daemon 19.14MB [2020-12-10T20:58:34.259Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T20:58:34.259Z] Step 2/8 : FROM ${BASE} [2020-12-10T20:58:34.448Z] 85db56a05063: Pull complete [2020-12-10T20:58:34.521Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T20:58:34.521Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T20:58:34.521Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T20:58:34.521Z] de9db76c5a1d: Pulling fs layer [2020-12-10T20:58:34.521Z] bca2f99d35d6: Pulling fs layer [2020-12-10T20:58:34.521Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T20:58:34.521Z] 7c6f9722023f: Pulling fs layer [2020-12-10T20:58:34.521Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T20:58:34.521Z] bca2f99d35d6: Waiting [2020-12-10T20:58:34.521Z] 93359f2a8cfa: Waiting [2020-12-10T20:58:34.521Z] 7c6f9722023f: Waiting [2020-12-10T20:58:34.521Z] a35cf1a2eb13: Waiting [2020-12-10T20:58:34.521Z] de9db76c5a1d: Verifying Checksum [2020-12-10T20:58:34.521Z] de9db76c5a1d: Download complete [2020-12-10T20:58:34.521Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T20:58:34.521Z] 0ef7d3d256c8: Download complete [2020-12-10T20:58:34.521Z] 93359f2a8cfa: Verifying Checksum [2020-12-10T20:58:34.521Z] 93359f2a8cfa: Download complete [2020-12-10T20:58:34.521Z] 7c6f9722023f: Verifying Checksum [2020-12-10T20:58:34.521Z] 7c6f9722023f: Download complete [2020-12-10T20:58:34.521Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T20:58:34.521Z] 188c0c94c7c5: Download complete [2020-12-10T20:58:34.785Z] 188c0c94c7c5: Pull complete [2020-12-10T20:58:35.046Z] ccb67d6aeaaa: Pull complete [2020-12-10T20:58:35.056Z] 0ef7d3d256c8: Pull complete [2020-12-10T20:58:35.056Z] de9db76c5a1d: Pull complete [2020-12-10T20:58:36.037Z] de930078acea: Verifying Checksum [2020-12-10T20:58:36.037Z] de930078acea: Download complete [2020-12-10T20:58:36.977Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T20:58:36.977Z] a35cf1a2eb13: Download complete [2020-12-10T20:58:37.242Z] bca2f99d35d6: Verifying Checksum [2020-12-10T20:58:37.242Z] bca2f99d35d6: Download complete [2020-12-10T20:58:39.447Z] de930078acea: Pull complete [2020-12-10T20:58:39.722Z] d5a9d88a4785: Pull complete [2020-12-10T20:58:40.319Z] e7f15c1544d5: Pull complete [2020-12-10T20:58:40.593Z] 877c515997d3: Pull complete [2020-12-10T20:58:40.593Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-10T20:58:40.593Z] Status: Downloaded newer image for docker:latest [2020-12-10T20:58:42.559Z] bca2f99d35d6: Pull complete [2020-12-10T20:58:42.559Z] 93359f2a8cfa: Pull complete [2020-12-10T20:58:42.559Z] 7c6f9722023f: Pull complete [2020-12-10T20:58:47.315Z] ---> cb52686e5cd6 [2020-12-10T20:58:47.315Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T20:58:47.315Z] ---> Running in d7e778e42586 [2020-12-10T20:58:47.315Z] Removing intermediate container d7e778e42586 [2020-12-10T20:58:47.315Z] ---> 42d9f962cbd4 [2020-12-10T20:58:47.315Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-10T20:58:47.589Z] ---> Running in 0e55b2802415 [2020-12-10T20:58:49.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T20:58:50.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T20:58:50.596Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-10T20:58:50.596Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-10T20:58:50.732Z] a35cf1a2eb13: Pull complete [2020-12-10T20:58:50.732Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T20:58:50.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T20:58:50.732Z] ---> a62c8e92a672 [2020-12-10T20:58:50.732Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T20:58:50.732Z] latest: Pulling from library/docker [2020-12-10T20:58:50.732Z] 188c0c94c7c5: Already exists [2020-12-10T20:58:50.732Z] 0c7c675703d6: Pulling fs layer [2020-12-10T20:58:50.732Z] cc8c12a437cb: Pulling fs layer [2020-12-10T20:58:50.732Z] f092543453df: Pulling fs layer [2020-12-10T20:58:50.732Z] 65b6bc45957d: Pulling fs layer [2020-12-10T20:58:50.732Z] 4de832df471b: Pulling fs layer [2020-12-10T20:58:50.732Z] 79aa7fa92271: Pulling fs layer [2020-12-10T20:58:50.732Z] 65b6bc45957d: Waiting [2020-12-10T20:58:50.732Z] 4de832df471b: Waiting [2020-12-10T20:58:50.732Z] 79aa7fa92271: Waiting [2020-12-10T20:58:50.732Z] cc8c12a437cb: Verifying Checksum [2020-12-10T20:58:50.732Z] cc8c12a437cb: Download complete [2020-12-10T20:58:50.732Z] 65b6bc45957d: Verifying Checksum [2020-12-10T20:58:50.732Z] 65b6bc45957d: Download complete [2020-12-10T20:58:50.732Z] 0c7c675703d6: Download complete [2020-12-10T20:58:50.732Z] 4de832df471b: Verifying Checksum [2020-12-10T20:58:50.732Z] 4de832df471b: Download complete [2020-12-10T20:58:50.732Z] 79aa7fa92271: Verifying Checksum [2020-12-10T20:58:50.732Z] 79aa7fa92271: Download complete [2020-12-10T20:58:50.732Z] 0c7c675703d6: Pull complete [2020-12-10T20:58:50.732Z] cc8c12a437cb: Pull complete [2020-12-10T20:58:50.867Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-10T20:58:50.867Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-10T20:58:51.138Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-10T20:58:51.138Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T20:58:51.138Z] OK: 144 MiB in 44 packages [2020-12-10T20:58:51.318Z] f092543453df: Download complete [2020-12-10T20:58:52.569Z] Removing intermediate container 0e55b2802415 [2020-12-10T20:58:52.569Z] ---> 69520794f1d5 [2020-12-10T20:58:52.569Z] Step 6/8 : WORKDIR /build [2020-12-10T20:58:52.569Z] ---> Running in 1a6a0e035f9e [2020-12-10T20:58:53.164Z] Removing intermediate container 1a6a0e035f9e [2020-12-10T20:58:53.164Z] ---> 3db9376f122e [2020-12-10T20:58:53.164Z] Step 7/8 : COPY go.mod . [2020-12-10T20:58:53.761Z] ---> 6279e5d2ffb7 [2020-12-10T20:58:53.761Z] Step 8/8 : RUN go mod download [2020-12-10T20:58:53.761Z] ---> Running in b98732182bca [2020-12-10T20:58:53.897Z] f092543453df: Pull complete [2020-12-10T20:58:53.897Z] 65b6bc45957d: Pull complete [2020-12-10T20:58:53.897Z] 4de832df471b: Pull complete [2020-12-10T20:58:53.897Z] 79aa7fa92271: Pull complete [2020-12-10T20:58:53.897Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-10T20:58:53.897Z] Status: Downloaded newer image for docker:latest [2020-12-10T20:58:55.822Z] ---> bc5fb099e03d [2020-12-10T20:58:55.822Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-10T20:58:55.822Z] ---> Running in 111f96234156 [2020-12-10T20:58:55.822Z] Removing intermediate container 111f96234156 [2020-12-10T20:58:55.822Z] ---> 2000fd6d08fe [2020-12-10T20:58:55.822Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-10T20:58:55.822Z] ---> Running in 86a55410b81b [2020-12-10T20:58:56.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T20:58:56.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T20:58:57.242Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-10T20:58:57.505Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-10T20:58:57.505Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-10T20:58:57.505Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-10T20:58:57.770Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-10T20:58:57.770Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T20:58:57.770Z] OK: 167 MiB in 44 packages [2020-12-10T20:58:58.346Z] Removing intermediate container 86a55410b81b [2020-12-10T20:58:58.346Z] ---> 3825838edc83 [2020-12-10T20:58:58.346Z] Step 6/8 : WORKDIR /build [2020-12-10T20:58:58.346Z] ---> Running in cd0c5b828a41 [2020-12-10T20:58:58.610Z] Removing intermediate container cd0c5b828a41 [2020-12-10T20:58:58.610Z] ---> 4bd54fdf45bc [2020-12-10T20:58:58.610Z] Step 7/8 : COPY go.mod . [2020-12-10T20:58:58.610Z] ---> 8124816e9b69 [2020-12-10T20:58:58.610Z] Step 8/8 : RUN go mod download [2020-12-10T20:58:58.875Z] ---> Running in 2e0560103867 [2020-12-10T20:59:20.578Z] Removing intermediate container b98732182bca [2020-12-10T20:59:20.578Z] ---> 9b483cdf64cb [2020-12-10T20:59:20.578Z] Successfully built 9b483cdf64cb [2020-12-10T20:59:20.578Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T20:59:20.894Z] Removing intermediate container 2e0560103867 [2020-12-10T20:59:20.895Z] ---> 977324d3f855 [2020-12-10T20:59:20.895Z] Successfully built 977324d3f855 [2020-12-10T20:59:20.895Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T20:59:20.928Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T20:59:20.928Z] . [Pipeline] withDockerContainer [2020-12-10T20:59:21.213Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T20:59:21.213Z] . [2020-12-10T20:59:21.270Z] prd-ubuntu18.04-docker-arm64-4c-16g-15439 does not seem to be running inside a container [2020-12-10T20:59:21.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/154 -v /w/workspace/app-functions-sdk-go/154:/w/workspace/app-functions-sdk-go/154:rw,z -v /w/workspace/app-functions-sdk-go/154@tmp:/w/workspace/app-functions-sdk-go/154@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 ******** ci-base-image-arm64 cat [2020-12-10T20:59:22.871Z] $ docker top eeb04f44f6964d25176e2dbd0b03e2e0cc3ed6223a9dc24001f04c3ae5e1e767 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-10T20:59:23.395Z] prd-centos7-docker-4c-2g-15440 does not seem to be running inside a container [2020-12-10T20:59:23.446Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/154 -v /w/workspace/app-functions-sdk-go/154:/w/workspace/app-functions-sdk-go/154:rw,z -v /w/workspace/app-functions-sdk-go/154@tmp:/w/workspace/app-functions-sdk-go/154@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 ******** ci-base-image-x86_64 cat [2020-12-10T20:59:24.179Z] $ docker top 3a57ca719213227342cde1ca19a13005cee9302b09672dc0cd452f38d639ebf3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-10T20:59:24.761Z] + go version [2020-12-10T20:59:24.761Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-10T20:59:24.785Z] $ docker stop --time=1 3a57ca719213227342cde1ca19a13005cee9302b09672dc0cd452f38d639ebf3 [2020-12-10T20:59:25.058Z] + go version [2020-12-10T20:59:25.058Z] go version go1.15.5 linux/arm64 [2020-12-10T20:59:26.107Z] $ docker rm -f 3a57ca719213227342cde1ca19a13005cee9302b09672dc0cd452f38d639ebf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-12-10T20:59:26.285Z] $ docker stop --time=1 eeb04f44f6964d25176e2dbd0b03e2e0cc3ed6223a9dc24001f04c3ae5e1e767 [2020-12-10T20:59:28.183Z] $ docker rm -f eeb04f44f6964d25176e2dbd0b03e2e0cc3ed6223a9dc24001f04c3ae5e1e767 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-10T20:59:29.435Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T20:59:29.435Z] . [Pipeline] withDockerContainer [2020-12-10T20:59:29.500Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T20:59:29.500Z] . [2020-12-10T20:59:29.531Z] prd-centos7-docker-4c-2g-15440 does not seem to be running inside a container [2020-12-10T20:59:29.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/154 -v /w/workspace/app-functions-sdk-go/154:/w/workspace/app-functions-sdk-go/154:rw,z -v /w/workspace/app-functions-sdk-go/154@tmp:/w/workspace/app-functions-sdk-go/154@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 ******** ci-base-image-x86_64 cat [2020-12-10T20:59:30.139Z] $ docker top 8c7f0b82866d97cdc0b11224f2bdb4bf1ab121658f3e9ed83f715e7c8e7653c4 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-10T20:59:30.652Z] prd-ubuntu18.04-docker-arm64-4c-16g-15439 does not seem to be running inside a container [2020-12-10T20:59:30.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/154 -v /w/workspace/app-functions-sdk-go/154:/w/workspace/app-functions-sdk-go/154:rw,z -v /w/workspace/app-functions-sdk-go/154@tmp:/w/workspace/app-functions-sdk-go/154@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 ******** ci-base-image-arm64 cat [2020-12-10T20:59:32.228Z] $ docker top e19d608b2f1d21b7236e26b243071d7ff9256887aee2068ab26961b981945e6b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-10T20:59:32.919Z] + make test [2020-12-10T20:59:32.919Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-10T20:59:33.317Z] + make test [2020-12-10T20:59:33.317Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-10T20:59:34.415Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-10T20:59:34.759Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-10T20:59:41.096Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.047s coverage: 86.2% of statements [2020-12-10T20:59:53.463Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.020s coverage: 50.5% of statements [2020-12-10T20:59:53.463Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-10T20:59:53.463Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-10T20:59:53.463Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 54.7% of statements [2020-12-10T20:59:53.463Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-10T20:59:53.463Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.034s coverage: 69.1% of statements [2020-12-10T21:00:01.614Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.056s coverage: 86.2% of statements [2020-12-10T21:00:05.718Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.421s coverage: 61.6% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.004s coverage: 100.0% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.917s coverage: 75.0% of statements [2020-12-10T21:00:05.719Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements [2020-12-10T21:00:05.719Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements [2020-12-10T21:00:20.660Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.032s coverage: 81.6% of statements [2020-12-10T21:00:20.660Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-12-10T21:00:20.660Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-10T21:00:23.868Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.069s coverage: 50.5% of statements [2020-12-10T21:00:23.868Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-10T21:00:23.868Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-10T21:00:23.868Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.076s coverage: 54.7% of statements [2020-12-10T21:00:23.868Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-10T21:00:23.868Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.055s coverage: 69.1% of statements [2020-12-10T21:00:24.032Z] gofmt -l . [2020-12-10T21:00:24.032Z] [ "`gofmt -l .`" = "" ] [2020-12-10T21:00:24.032Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T21:00:24.317Z] $ docker stop --time=1 8c7f0b82866d97cdc0b11224f2bdb4bf1ab121658f3e9ed83f715e7c8e7653c4 [2020-12-10T21:00:26.000Z] $ docker rm -f 8c7f0b82866d97cdc0b11224f2bdb4bf1ab121658f3e9ed83f715e7c8e7653c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T21:00:26.670Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T21:00:27.102Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.446s coverage: 61.6% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.017s coverage: 89.5% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.014s coverage: 100.0% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.032s coverage: 100.0% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.013s coverage: 97.7% of statements [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 8.8% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.942s coverage: 75.0% of statements [2020-12-10T21:00:34.056Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.7% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.023s coverage: 88.9% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.036s coverage: 80.5% of statements [2020-12-10T21:00:34.056Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.025s coverage: 71.7% of statements [2020-12-10T21:01:00.913Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 81.6% of statements [2020-12-10T21:01:00.913Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2020-12-10T21:01:00.913Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-10T21:01:09.461Z] gofmt -l . [2020-12-10T21:01:09.735Z] [ "`gofmt -l .`" = "" ] [2020-12-10T21:01:10.011Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T21:01:10.641Z] $ docker stop --time=1 e19d608b2f1d21b7236e26b243071d7ff9256887aee2068ab26961b981945e6b [2020-12-10T21:01:12.797Z] $ docker rm -f e19d608b2f1d21b7236e26b243071d7ff9256887aee2068ab26961b981945e6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T21:01:13.786Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T21:01:13.809Z] Warning: overwriting stash ‘coverage-report’ [2020-12-10T21:01:14.670Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-10T21:01:16.687Z] provisioning config files... [2020-12-10T21:01:16.700Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2029318996110133325tmp [Pipeline] { [Pipeline] sh [2020-12-10T21:01:17.108Z] + set +x [2020-12-10T21:01:17.108Z] + curl -s https://codecov.io/bash [2020-12-10T21:01:17.108Z] + bash -s -- [2020-12-10T21:01:17.371Z] [2020-12-10T21:01:17.371Z] _____ _ [2020-12-10T21:01:17.371Z] / ____| | | [2020-12-10T21:01:17.371Z] | | ___ __| | ___ ___ _____ __ [2020-12-10T21:01:17.371Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-10T21:01:17.371Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-10T21:01:17.371Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-10T21:01:17.371Z] Bash-20201130-cc6d3fe [2020-12-10T21:01:17.371Z] [2020-12-10T21:01:17.371Z] [2020-12-10T21:01:17.371Z] ==> Jenkins CI detected. [2020-12-10T21:01:17.371Z] project root: . [2020-12-10T21:01:17.371Z] --> token set from env [2020-12-10T21:01:17.371Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-10T21:01:17.371Z] ==> Running gcov in . (disable via -X gcov) [2020-12-10T21:01:17.371Z] ==> Python coveragepy not found [2020-12-10T21:01:17.371Z] ==> Searching for coverage reports in: [2020-12-10T21:01:17.371Z] + . [2020-12-10T21:01:17.371Z] -> Found 1 reports [2020-12-10T21:01:17.371Z] ==> Detecting git/mercurial file structure [2020-12-10T21:01:17.371Z] ==> Reading reports [2020-12-10T21:01:17.371Z] + ./coverage.out bytes=85267 [2020-12-10T21:01:17.371Z] ==> Appending adjustments [2020-12-10T21:01:17.371Z] https://docs.codecov.io/docs/fixing-reports [2020-12-10T21:01:17.948Z] + Found adjustments [2020-12-10T21:01:17.948Z] ==> Gzipping contents [2020-12-10T21:01:17.948Z] 16K /tmp/codecov.PLrlAL.gz [2020-12-10T21:01:17.948Z] ==> Uploading reports [2020-12-10T21:01:17.948Z] url: https://codecov.io [2020-12-10T21:01:17.948Z] query: branch=master&commit=c9ed7d50ea1ae9051570182c8cb685d3221d57d1&build=154&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F154%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-10T21:01:17.948Z] -> Pinging Codecov [2020-12-10T21:01:17.948Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=c9ed7d50ea1ae9051570182c8cb685d3221d57d1&build=154&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F154%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-10T21:01:18.523Z] -> Uploading to [2020-12-10T21:01:18.523Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-10/3D8B5DFFC46A037C893635FACE044666/c9ed7d50ea1ae9051570182c8cb685d3221d57d1/b8e2fcb9-2dd3-406c-925e-74cc13b106ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201210T210118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b10ddcfee56391163d747e09eca90e4fc188713e3c4271b2c67c20fe258b4eb3 [2020-12-10T21:01:18.523Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T21:01:18.523Z] Dload Upload Total Spent Left Speed [2020-12-10T21:01:18.786Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15081 0 0 100 15081 0 34746 --:--:-- --:--:-- --:--:-- 34748 100 15081 0 0 100 15081 0 34733 --:--:-- --:--:-- --:--:-- 34668 [2020-12-10T21:01:18.786Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/c9ed7d50ea1ae9051570182c8cb685d3221d57d1 [Pipeline] } [2020-12-10T21:01:18.797Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-10T21:01:19.983Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-10T21:01:20.045Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:01:20.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T21:01:20.418Z] [2020-12-10T21:01:20.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:01:20.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T21:01:20.781Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-10T21:01:20.781Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T21:01:20.781Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T21:01:20.781Z] de9db76c5a1d: Pulling fs layer [2020-12-10T21:01:20.781Z] 0eba1c9be4d2: Pulling fs layer [2020-12-10T21:01:20.781Z] 0d57e429df01: Pulling fs layer [2020-12-10T21:01:20.781Z] 4e4be7b47b0d: Pulling fs layer [2020-12-10T21:01:20.781Z] e1f770b5df2f: Pulling fs layer [2020-12-10T21:01:20.781Z] 85a0685a4137: Pulling fs layer [2020-12-10T21:01:20.781Z] 0d57e429df01: Waiting [2020-12-10T21:01:20.781Z] 4e4be7b47b0d: Waiting [2020-12-10T21:01:20.781Z] e1f770b5df2f: Waiting [2020-12-10T21:01:20.781Z] 85a0685a4137: Waiting [2020-12-10T21:01:20.781Z] 0eba1c9be4d2: Waiting [2020-12-10T21:01:20.781Z] de9db76c5a1d: Download complete [2020-12-10T21:01:20.781Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T21:01:20.781Z] 0ef7d3d256c8: Download complete [2020-12-10T21:01:20.781Z] 0d57e429df01: Verifying Checksum [2020-12-10T21:01:20.781Z] 0d57e429df01: Download complete [2020-12-10T21:01:20.781Z] 4e4be7b47b0d: Verifying Checksum [2020-12-10T21:01:20.781Z] 4e4be7b47b0d: Download complete [2020-12-10T21:01:21.045Z] 188c0c94c7c5: Download complete [2020-12-10T21:01:21.309Z] 188c0c94c7c5: Pull complete [2020-12-10T21:01:21.572Z] 0ef7d3d256c8: Pull complete [2020-12-10T21:01:21.837Z] de9db76c5a1d: Pull complete [2020-12-10T21:01:23.241Z] e1f770b5df2f: Verifying Checksum [2020-12-10T21:01:23.241Z] e1f770b5df2f: Download complete [2020-12-10T21:01:25.170Z] 0eba1c9be4d2: Verifying Checksum [2020-12-10T21:01:25.170Z] 0eba1c9be4d2: Download complete [2020-12-10T21:01:25.432Z] 85a0685a4137: Download complete [2020-12-10T21:01:32.064Z] 0eba1c9be4d2: Pull complete [2020-12-10T21:01:32.064Z] 0d57e429df01: Pull complete [2020-12-10T21:01:32.064Z] 4e4be7b47b0d: Pull complete [2020-12-10T21:01:34.642Z] e1f770b5df2f: Pull complete [2020-12-10T21:01:41.273Z] 85a0685a4137: Pull complete [2020-12-10T21:01:41.273Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-10T21:01:41.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T21:01:41.273Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-10T21:01:41.467Z] prd-centos7-docker-4c-2g-15438 does not seem to be running inside a container [2020-12-10T21:01:41.520Z] $ 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 [2020-12-10T21:01:42.490Z] $ docker top 07312495aa19d980d32545c9b255dc743a68fad0e4de48695944d98b395bd1e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-10T21:01:42.811Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-10T21:01:43.114Z] + set -o pipefail [2020-12-10T21:01:43.114Z] + snyk monitor '--org=edgex-jenkins' [2020-12-10T21:01:55.379Z] [2020-12-10T21:01:55.379Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-12-10T21:01:55.379Z] [2020-12-10T21:01:55.379Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/3e711738-b70e-43d1-a8fe-9ed1b62c1ae3 [2020-12-10T21:01:55.379Z] [2020-12-10T21:01:55.379Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-10T21:01:55.379Z] [2020-12-10T21:01:55.379Z] [2020-12-10T21:01:55.379Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-10T21:01:55.379Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-10T21:01:55.396Z] $ docker stop --time=1 07312495aa19d980d32545c9b255dc743a68fad0e4de48695944d98b395bd1e0 [2020-12-10T21:01:58.311Z] $ docker rm -f 07312495aa19d980d32545c9b255dc743a68fad0e4de48695944d98b395bd1e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-10T21:01:59.944Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T21:02:00.006Z] provisioning config files... [2020-12-10T21:02:00.026Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2027638083129124983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:02:00.533Z] --> edgex-publish-swagger.sh [2020-12-10T21:02:00.533Z] === Publish openapi/v2 API === [2020-12-10T21:02:00.533Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-10T21:02:00.533Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-12-10T21:02:00.533Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T21:02:00.533Z] Dload Upload Total Spent Left Speed [2020-12-10T21:02:01.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10128 0:00:01 0:00:01 --:--:-- 10136 100 13025 0 0 100 13025 0 9299 0:00:01 0:00:01 --:--:-- 9296 100 13025 0 0 100 13025 0 9298 0:00:01 0:00:01 --:--:-- 9296 [2020-12-10T21:02:01.926Z] [2020-12-10T21:02:01.926Z] [Pipeline] } [2020-12-10T21:02:01.937Z] 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 [2020-12-10T21:02:02.999Z] + git log --format=format:%s -1 c9ed7d50ea1ae9051570182c8cb685d3221d57d1 [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:02:03.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T21:02:03.312Z] . [Pipeline] withDockerContainer [2020-12-10T21:02:03.409Z] prd-centos7-docker-4c-2g-15438 does not seem to be running inside a container [2020-12-10T21:02:03.455Z] $ 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 [2020-12-10T21:02:04.164Z] $ docker top bc8123835fb6f7aae3b4a57733e2eb4a558d13b10c4f3621ebb1fb3f37ba14be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T21:02:04.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T21:02:04.471Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T21:02:04.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T21:02:04.669Z] $ docker exec bc8123835fb6f7aae3b4a57733e2eb4a558d13b10c4f3621ebb1fb3f37ba14be ssh-agent [2020-12-10T21:02:04.840Z] SSH_AUTH_SOCK=/tmp/ssh-BMLaB7xTxy7V/agent.11 [2020-12-10T21:02:04.840Z] SSH_AGENT_PID=16 [2020-12-10T21:02:04.848Z] Running ssh-add (command line suppressed) [2020-12-10T21:02:04.980Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8605883955558921743.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8605883955558921743.key) [2020-12-10T21:02:05.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T21:02:05.386Z] + git semver tag [2020-12-10T21:02:05.386Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T21:02:05.386Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-10T21:02:05.386Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-10T21:02:05.386Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T21:02:05.386Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T21:02:05.386Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T21:02:05.386Z] # $SEMVER_BRANCH = master [2020-12-10T21:02:05.386Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-10T21:02:05.386Z] # c9ed7d50ea1ae9051570182c8cb685d3221d57d1 HEAD [2020-12-10T21:02:05.386Z] # -> Force: false [2020-12-10T21:02:05.386Z] # 467442bd397d3a6261ba1b1c02930bc984d28e49 refs/tags/v1.3.1-dev.5 [Pipeline] } [2020-12-10T21:02:05.397Z] $ docker exec --env ******** --env ******** bc8123835fb6f7aae3b4a57733e2eb4a558d13b10c4f3621ebb1fb3f37ba14be ssh-agent -k [2020-12-10T21:02:05.521Z] unset SSH_AUTH_SOCK; [2020-12-10T21:02:05.522Z] unset SSH_AGENT_PID; [2020-12-10T21:02:05.522Z] echo Agent pid 16 killed; [2020-12-10T21:02:05.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T21:02:06.080Z] + git semver [Pipeline] } [2020-12-10T21:02:06.097Z] $ docker stop --time=1 bc8123835fb6f7aae3b4a57733e2eb4a558d13b10c4f3621ebb1fb3f37ba14be [2020-12-10T21:02:07.458Z] $ docker rm -f bc8123835fb6f7aae3b4a57733e2eb4a558d13b10c4f3621ebb1fb3f37ba14be [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:02:08.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-10T21:02:08.191Z] [2020-12-10T21:02:08.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:02:08.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-10T21:02:08.552Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-10T21:02:08.552Z] ab5ef0e58194: Pulling fs layer [2020-12-10T21:02:08.552Z] 9712f1f96733: Pulling fs layer [2020-12-10T21:02:08.552Z] 63f879dbbcfc: Pulling fs layer [2020-12-10T21:02:08.552Z] 0d9ebad4ef96: Pulling fs layer [2020-12-10T21:02:08.552Z] e9a5061849ea: Pulling fs layer [2020-12-10T21:02:08.552Z] d747dcd14b5f: Pulling fs layer [2020-12-10T21:02:08.552Z] 2de7ff778b66: Pulling fs layer [2020-12-10T21:02:08.552Z] e9a5061849ea: Waiting [2020-12-10T21:02:08.552Z] d747dcd14b5f: Waiting [2020-12-10T21:02:08.552Z] 2de7ff778b66: Waiting [2020-12-10T21:02:08.552Z] 0d9ebad4ef96: Waiting [2020-12-10T21:02:08.552Z] 9712f1f96733: Verifying Checksum [2020-12-10T21:02:08.552Z] 9712f1f96733: Download complete [2020-12-10T21:02:09.947Z] 63f879dbbcfc: Verifying Checksum [2020-12-10T21:02:09.947Z] 63f879dbbcfc: Download complete [2020-12-10T21:02:10.212Z] e9a5061849ea: Verifying Checksum [2020-12-10T21:02:10.212Z] e9a5061849ea: Download complete [2020-12-10T21:02:10.212Z] d747dcd14b5f: Download complete [2020-12-10T21:02:10.474Z] 2de7ff778b66: Verifying Checksum [2020-12-10T21:02:10.474Z] 2de7ff778b66: Download complete [2020-12-10T21:02:11.049Z] 0d9ebad4ef96: Verifying Checksum [2020-12-10T21:02:11.049Z] 0d9ebad4ef96: Download complete [2020-12-10T21:02:11.049Z] ab5ef0e58194: Verifying Checksum [2020-12-10T21:02:11.049Z] ab5ef0e58194: Download complete [2020-12-10T21:02:15.301Z] ab5ef0e58194: Pull complete [2020-12-10T21:02:15.301Z] 9712f1f96733: Pull complete [2020-12-10T21:02:18.631Z] 63f879dbbcfc: Pull complete [2020-12-10T21:02:25.258Z] 0d9ebad4ef96: Pull complete [2020-12-10T21:02:25.833Z] e9a5061849ea: Pull complete [2020-12-10T21:02:26.099Z] d747dcd14b5f: Pull complete [2020-12-10T21:02:28.671Z] 2de7ff778b66: Pull complete [2020-12-10T21:02:28.671Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-10T21:02:28.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-10T21:02:28.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-10T21:02:28.870Z] prd-centos7-docker-4c-2g-15438 does not seem to be running inside a container [2020-12-10T21:02:28.915Z] $ 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 [2020-12-10T21:02:32.904Z] $ docker top 339af8d4ee744e7b4c5be29a8d2de607fae4094cca1cdf4939c7b213a50b443e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-10T21:02:33.227Z] provisioning config files... [2020-12-10T21:02:33.237Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7409632302283496167tmp [2020-12-10T21:02:33.254Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4220046893423583492tmp [2020-12-10T21:02:33.280Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4928202532107615701tmp [Pipeline] { [Pipeline] echo [2020-12-10T21:02:33.335Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:02:33.635Z] ---> sigul-configuration.sh [2020-12-10T21:02:33.635Z] gpg: directory `/root/.gnupg' created [2020-12-10T21:02:33.635Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-10T21:02:33.635Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-10T21:02:33.635Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-10T21:02:33.635Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-10T21:02:33.635Z] gpg: CAST5 encrypted data [2020-12-10T21:02:33.897Z] gpg: encrypted with 1 passphrase [2020-12-10T21:02:33.897Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-10T21:02:34.197Z] + mkdir /home/jenkins [2020-12-10T21:02:34.197Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-10T21:02:34.496Z] + 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 [2020-12-10T21:02:34.508Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:02:34.855Z] ---> sigul-install.sh [2020-12-10T21:02:40.226Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-10T21:02:40.527Z] + git tag --list [2020-12-10T21:02:40.528Z] v0.1.0 [2020-12-10T21:02:40.528Z] v0.1.1 [2020-12-10T21:02:40.528Z] v1.0.0 [2020-12-10T21:02:40.528Z] v1.1.0 [2020-12-10T21:02:40.528Z] v1.2.0 [2020-12-10T21:02:40.528Z] v1.2.1-dev.1 [2020-12-10T21:02:40.528Z] v1.2.1-dev.10 [2020-12-10T21:02:40.528Z] v1.2.1-dev.11 [2020-12-10T21:02:40.528Z] v1.2.1-dev.12 [2020-12-10T21:02:40.528Z] v1.2.1-dev.13 [2020-12-10T21:02:40.528Z] v1.2.1-dev.14 [2020-12-10T21:02:40.528Z] v1.2.1-dev.15 [2020-12-10T21:02:40.528Z] v1.2.1-dev.16 [2020-12-10T21:02:40.528Z] v1.2.1-dev.17 [2020-12-10T21:02:40.528Z] v1.2.1-dev.18 [2020-12-10T21:02:40.528Z] v1.2.1-dev.19 [2020-12-10T21:02:40.528Z] v1.2.1-dev.2 [2020-12-10T21:02:40.528Z] v1.2.1-dev.20 [2020-12-10T21:02:40.528Z] v1.2.1-dev.21 [2020-12-10T21:02:40.528Z] v1.2.1-dev.22 [2020-12-10T21:02:40.528Z] v1.2.1-dev.23 [2020-12-10T21:02:40.528Z] v1.2.1-dev.24 [2020-12-10T21:02:40.528Z] v1.2.1-dev.25 [2020-12-10T21:02:40.528Z] v1.2.1-dev.26 [2020-12-10T21:02:40.528Z] v1.2.1-dev.27 [2020-12-10T21:02:40.528Z] v1.2.1-dev.28 [2020-12-10T21:02:40.528Z] v1.2.1-dev.29 [2020-12-10T21:02:40.528Z] v1.2.1-dev.3 [2020-12-10T21:02:40.528Z] v1.2.1-dev.30 [2020-12-10T21:02:40.528Z] v1.2.1-dev.31 [2020-12-10T21:02:40.528Z] v1.2.1-dev.32 [2020-12-10T21:02:40.528Z] v1.2.1-dev.33 [2020-12-10T21:02:40.528Z] v1.2.1-dev.34 [2020-12-10T21:02:40.528Z] v1.2.1-dev.35 [2020-12-10T21:02:40.528Z] v1.2.1-dev.36 [2020-12-10T21:02:40.528Z] v1.2.1-dev.37 [2020-12-10T21:02:40.528Z] v1.2.1-dev.38 [2020-12-10T21:02:40.528Z] v1.2.1-dev.39 [2020-12-10T21:02:40.528Z] v1.2.1-dev.4 [2020-12-10T21:02:40.528Z] v1.2.1-dev.40 [2020-12-10T21:02:40.528Z] v1.2.1-dev.41 [2020-12-10T21:02:40.528Z] v1.2.1-dev.42 [2020-12-10T21:02:40.528Z] v1.2.1-dev.43 [2020-12-10T21:02:40.528Z] v1.2.1-dev.44 [2020-12-10T21:02:40.528Z] v1.2.1-dev.45 [2020-12-10T21:02:40.528Z] v1.2.1-dev.46 [2020-12-10T21:02:40.528Z] v1.2.1-dev.47 [2020-12-10T21:02:40.528Z] v1.2.1-dev.48 [2020-12-10T21:02:40.528Z] v1.2.1-dev.49 [2020-12-10T21:02:40.528Z] v1.2.1-dev.5 [2020-12-10T21:02:40.528Z] v1.2.1-dev.50 [2020-12-10T21:02:40.528Z] v1.2.1-dev.51 [2020-12-10T21:02:40.528Z] v1.2.1-dev.52 [2020-12-10T21:02:40.528Z] v1.2.1-dev.53 [2020-12-10T21:02:40.528Z] v1.2.1-dev.54 [2020-12-10T21:02:40.528Z] v1.2.1-dev.55 [2020-12-10T21:02:40.528Z] v1.2.1-dev.56 [2020-12-10T21:02:40.528Z] v1.2.1-dev.57 [2020-12-10T21:02:40.528Z] v1.2.1-dev.58 [2020-12-10T21:02:40.528Z] v1.2.1-dev.6 [2020-12-10T21:02:40.528Z] v1.2.1-dev.7 [2020-12-10T21:02:40.528Z] v1.2.1-dev.8 [2020-12-10T21:02:40.528Z] v1.2.1-dev.9 [2020-12-10T21:02:40.528Z] v1.3.0 [2020-12-10T21:02:40.528Z] v1.3.1-dev.1 [2020-12-10T21:02:40.528Z] v1.3.1-dev.2 [2020-12-10T21:02:40.528Z] v1.3.1-dev.3 [2020-12-10T21:02:40.528Z] v1.3.1-dev.4 [2020-12-10T21:02:40.528Z] v1.3.1-dev.5 [Pipeline] sh [2020-12-10T21:02:40.828Z] + lftools sign git-tag v1.3.1-dev.5 [2020-12-10T21:02:42.220Z] Signing Git tag with Sigul... [2020-12-10T21:02:42.220Z] Signing v1.3.1-dev.5 [Pipeline] echo [2020-12-10T21:03:04.219Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:03:04.517Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-10T21:03:04.527Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-10T21:03:04.635Z] $ docker stop --time=1 339af8d4ee744e7b4c5be29a8d2de607fae4094cca1cdf4939c7b213a50b443e [2020-12-10T21:03:06.625Z] $ docker rm -f 339af8d4ee744e7b4c5be29a8d2de607fae4094cca1cdf4939c7b213a50b443e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:03:07.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T21:03:07.644Z] . [Pipeline] withDockerContainer [2020-12-10T21:03:07.748Z] prd-centos7-docker-4c-2g-15438 does not seem to be running inside a container [2020-12-10T21:03:07.792Z] $ 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 [2020-12-10T21:03:08.470Z] $ docker top 644fa7e9910e7de75e2a6296c60293f1a442cc62b31efa0649dd1bbbdcb18b6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T21:03:08.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T21:03:08.805Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T21:03:09.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T21:03:09.011Z] $ docker exec 644fa7e9910e7de75e2a6296c60293f1a442cc62b31efa0649dd1bbbdcb18b6e ssh-agent [2020-12-10T21:03:09.190Z] SSH_AUTH_SOCK=/tmp/ssh-gOtf1sDvaXwU/agent.11 [2020-12-10T21:03:09.190Z] SSH_AGENT_PID=17 [2020-12-10T21:03:09.198Z] Running ssh-add (command line suppressed) [2020-12-10T21:03:09.324Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5360151872132172969.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5360151872132172969.key) [2020-12-10T21:03:09.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T21:03:09.729Z] + git semver bump pre [2020-12-10T21:03:09.729Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T21:03:09.729Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-10T21:03:09.729Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-10T21:03:09.729Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T21:03:09.729Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T21:03:09.729Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T21:03:09.729Z] # $SEMVER_BRANCH = master [2020-12-10T21:03:09.729Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-10T21:03:09.729Z] 1.3.1-dev.6 [Pipeline] } [2020-12-10T21:03:09.741Z] $ docker exec --env ******** --env ******** 644fa7e9910e7de75e2a6296c60293f1a442cc62b31efa0649dd1bbbdcb18b6e ssh-agent -k [2020-12-10T21:03:09.859Z] unset SSH_AUTH_SOCK; [2020-12-10T21:03:09.860Z] unset SSH_AGENT_PID; [2020-12-10T21:03:09.860Z] echo Agent pid 17 killed; [2020-12-10T21:03:09.915Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T21:03:10.492Z] + git semver [Pipeline] } [2020-12-10T21:03:10.512Z] $ docker stop --time=1 644fa7e9910e7de75e2a6296c60293f1a442cc62b31efa0649dd1bbbdcb18b6e [2020-12-10T21:03:11.875Z] $ docker rm -f 644fa7e9910e7de75e2a6296c60293f1a442cc62b31efa0649dd1bbbdcb18b6e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:03:12.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T21:03:12.466Z] . [Pipeline] withDockerContainer [2020-12-10T21:03:12.567Z] prd-centos7-docker-4c-2g-15438 does not seem to be running inside a container [2020-12-10T21:03:12.613Z] $ 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 [2020-12-10T21:03:13.261Z] $ docker top 090d17f3385ff4829b04309fbd521bfd74fb71d252005f1de91e085d3696fc13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T21:03:13.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T21:03:13.650Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T21:03:13.847Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T21:03:13.849Z] $ docker exec 090d17f3385ff4829b04309fbd521bfd74fb71d252005f1de91e085d3696fc13 ssh-agent [2020-12-10T21:03:14.025Z] SSH_AUTH_SOCK=/tmp/ssh-IbTBOk6qurJ1/agent.12 [2020-12-10T21:03:14.025Z] SSH_AGENT_PID=17 [2020-12-10T21:03:14.032Z] Running ssh-add (command line suppressed) [2020-12-10T21:03:14.158Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6106053365656194572.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6106053365656194572.key) [2020-12-10T21:03:14.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T21:03:14.559Z] + git semver push [2020-12-10T21:03:14.559Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T21:03:14.559Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-10T21:03:14.559Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-10T21:03:14.559Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T21:03:14.559Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T21:03:14.559Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T21:03:14.559Z] # $SEMVER_BRANCH = master [2020-12-10T21:03:14.559Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-10T21:03:22.731Z] $ docker exec --env ******** --env ******** 090d17f3385ff4829b04309fbd521bfd74fb71d252005f1de91e085d3696fc13 ssh-agent -k [2020-12-10T21:03:22.880Z] unset SSH_AUTH_SOCK; [2020-12-10T21:03:22.880Z] unset SSH_AGENT_PID; [2020-12-10T21:03:22.880Z] echo Agent pid 17 killed; [2020-12-10T21:03:22.947Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T21:03:23.493Z] + git semver [Pipeline] } [2020-12-10T21:03:23.509Z] $ docker stop --time=1 090d17f3385ff4829b04309fbd521bfd74fb71d252005f1de91e085d3696fc13 [2020-12-10T21:03:24.903Z] $ docker rm -f 090d17f3385ff4829b04309fbd521bfd74fb71d252005f1de91e085d3696fc13 [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 [2020-12-10T21:03:26.759Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:03:27.328Z] ---> package-listing.sh [2020-12-10T21:03:27.328Z] ++ facter osfamily [2020-12-10T21:03:27.328Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T21:03:27.328Z] + OS_FAMILY=redhat [2020-12-10T21:03:27.328Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-12-10T21:03:27.328Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T21:03:27.328Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T21:03:27.328Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T21:03:27.328Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T21:03:27.328Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-10T21:03:27.328Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T21:03:27.328Z] + case "${OS_FAMILY}" in [2020-12-10T21:03:27.328Z] + rpm -qa [2020-12-10T21:03:27.328Z] + sort [2020-12-10T21:03:32.637Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T21:03:32.637Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T21:03:32.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T21:03:32.637Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-10T21:03:32.637Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-12-10T21:03:32.637Z] + 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 [2020-12-10T21:03:32.651Z] 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 [2020-12-10T21:03:32.942Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:03:33.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T21:03:33.249Z] [2020-12-10T21:03:33.249Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:03:33.642Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T21:03:33.642Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T21:03:33.642Z] df20fa9351a1: Pulling fs layer [2020-12-10T21:03:33.642Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T21:03:33.642Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T21:03:33.642Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T21:03:33.642Z] 93b61091891f: Pulling fs layer [2020-12-10T21:03:33.642Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T21:03:33.642Z] 5e14af77c1be: Pulling fs layer [2020-12-10T21:03:33.642Z] 01666e4c0597: Pulling fs layer [2020-12-10T21:03:33.642Z] aa168da1d23b: Pulling fs layer [2020-12-10T21:03:33.642Z] 93b9cdb0e59b: Waiting [2020-12-10T21:03:33.642Z] 5e14af77c1be: Waiting [2020-12-10T21:03:33.642Z] 01666e4c0597: Waiting [2020-12-10T21:03:33.642Z] aa168da1d23b: Waiting [2020-12-10T21:03:33.642Z] 46f8f816bc3b: Waiting [2020-12-10T21:03:33.642Z] 93b61091891f: Waiting [2020-12-10T21:03:33.642Z] 36b3adc4ff6f: Download complete [2020-12-10T21:03:33.642Z] 46f8f816bc3b: Verifying Checksum [2020-12-10T21:03:33.642Z] 46f8f816bc3b: Download complete [2020-12-10T21:03:33.909Z] df20fa9351a1: Verifying Checksum [2020-12-10T21:03:33.909Z] df20fa9351a1: Download complete [2020-12-10T21:03:33.909Z] 93b9cdb0e59b: Verifying Checksum [2020-12-10T21:03:33.909Z] 93b9cdb0e59b: Download complete [2020-12-10T21:03:33.909Z] 5e14af77c1be: Verifying Checksum [2020-12-10T21:03:33.909Z] 5e14af77c1be: Download complete [2020-12-10T21:03:33.909Z] 93b61091891f: Verifying Checksum [2020-12-10T21:03:33.909Z] 93b61091891f: Download complete [2020-12-10T21:03:33.909Z] 01666e4c0597: Verifying Checksum [2020-12-10T21:03:33.909Z] 01666e4c0597: Download complete [2020-12-10T21:03:34.171Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T21:03:34.171Z] 8ad3a11d3b57: Download complete [2020-12-10T21:03:34.748Z] df20fa9351a1: Pull complete [2020-12-10T21:03:35.012Z] 36b3adc4ff6f: Pull complete [2020-12-10T21:03:35.979Z] 8ad3a11d3b57: Pull complete [2020-12-10T21:03:36.241Z] aa168da1d23b: Verifying Checksum [2020-12-10T21:03:36.241Z] aa168da1d23b: Download complete [2020-12-10T21:03:36.504Z] 46f8f816bc3b: Pull complete [2020-12-10T21:03:36.767Z] 93b61091891f: Pull complete [2020-12-10T21:03:37.030Z] 93b9cdb0e59b: Pull complete [2020-12-10T21:03:37.292Z] 5e14af77c1be: Pull complete [2020-12-10T21:03:37.560Z] 01666e4c0597: Pull complete [2020-12-10T21:03:44.204Z] aa168da1d23b: Pull complete [2020-12-10T21:03:44.204Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T21:03:44.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T21:03:44.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T21:03:44.386Z] prd-centos7-docker-4c-2g-15438 does not seem to be running inside a container [2020-12-10T21:03:44.432Z] $ 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 [2020-12-10T21:03:47.317Z] $ docker top 7dc08fbe1fef425e3f23a582025e4f18bc462e186d760f28361d4627f5d03f6f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T21:03:47.812Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T21:03:48.113Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T21:03:48.413Z] + ls /var/log/sa-host [2020-12-10T21:03:48.413Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T21:03:48.413Z] file_magic: OK [2020-12-10T21:03:48.413Z] HZ: Using current value: 100 [2020-12-10T21:03:48.413Z] file_header: OK [2020-12-10T21:03:48.413Z] 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 [2020-12-10T21:03:48.413Z] Statistics: [2020-12-10T21:03:48.413Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-10T21:03:48.413Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T21:03:48.413Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T21:03:48.413Z] file_magic: OK [2020-12-10T21:03:48.413Z] HZ: Using current value: 100 [2020-12-10T21:03:48.413Z] file_header: OK [2020-12-10T21:03:48.413Z] 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 [2020-12-10T21:03:48.413Z] Statistics: [2020-12-10T21:03:48.413Z] Hnuu...uuuununununu... [2020-12-10T21:03:48.413Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T21:03:49.098Z] provisioning config files... [2020-12-10T21:03:49.115Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3257346950771822536tmp [Pipeline] { [Pipeline] echo [2020-12-10T21:03:49.253Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:03:49.548Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T21:03:49.558Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T21:03:49.665Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:03:49.964Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T21:03:49.975Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:03:50.275Z] ---> sudo-logs.sh [2020-12-10T21:03:50.275Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T21:03:50.287Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:03:50.583Z] ---> job-cost.sh [2020-12-10T21:03:50.583Z] lf-activate-venv: SKIPPING [2020-12-10T21:03:50.583Z] INFO: No Stack... [2020-12-10T21:03:51.528Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T21:03:51.791Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T21:03:51.811Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:03:52.108Z] ---> logs-deploy.sh [2020-12-10T21:03:52.108Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/154 [2020-12-10T21:03:52.108Z] INFO: archiving workspace using pattern(s): [2020-12-10T21:03:53.506Z] Archives upload complete. [2020-12-10T21:03:53.769Z] INFO: archiving logs to Nexus