Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19099 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 Commit message: "feat(sdk): Add MakeItStop (#613)" > git rev-list --no-walk 8220514db9c46f1303b383cc7e926772ea111e12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-08T15:34:05.694Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-08T15:34:06.025Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-08T15:34:06.126Z] ========================================================= [2021-01-08T15:34:06.126Z] EdgeX Global Pipelines Version Info [2021-01-08T15:34:06.126Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:34:08.490Z] ------------------- [2021-01-08T15:34:08.490Z] stable info: [2021-01-08T15:34:08.490Z] ------------------- [2021-01-08T15:34:08.490Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-08T15:34:08.490Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T15:34:08.490Z] Message: update stable to v1.0.173 [2021-01-08T15:34:09.508Z] ------------------- [2021-01-08T15:34:09.508Z] experimental info: [2021-01-08T15:34:09.508Z] ------------------- [2021-01-08T15:34:09.508Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-08T15:34:09.508Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T15:34:09.508Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-08T15:34:09.804Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-08T15:34:09.897Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-08T15:34:09.997Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-08T15:34:10.093Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-08T15:34:10.238Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-08T15:34:10.332Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-08T15:34:10.425Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-08T15:34:10.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-08T15:34:10.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-08T15:34:10.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-08T15:34:10.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-08T15:34:11.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-08T15:34:11.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-08T15:34:11.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-08T15:34:11.393Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T15:34:11.493Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T15:34:11.613Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T15:34:11.723Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T15:34:11.842Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-08T15:34:11.945Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-08T15:34:12.054Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-08T15:34:12.186Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-08T15:34:12.285Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-08T15:34:12.387Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-08T15:34:12.502Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-08T15:34:12.661Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-08T15:34:12.786Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-08T15:34:12.890Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-08T15:34:12.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-08T15:34:13.089Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-08T15:34:13.184Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] echo [2021-01-08T15:34:13.298Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = baae3ee [Pipeline] echo [2021-01-08T15:34:13.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T15:34:14.158Z] + git log --format=format:%s -1 baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] echo [2021-01-08T15:34:14.271Z] GIT_COMMIT: baae3eeee608fb6fe51dfe1a5b88da2d27c87e85, Commit Message: feat(sdk): Add MakeItStop (#613) [Pipeline] echo [2021-01-08T15:34:14.319Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:34:15.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T15:34:15.633Z] [2021-01-08T15:34:15.633Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:34:16.066Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T15:34:16.343Z] latest: Pulling from edgex-devops/git-semver [2021-01-08T15:34:16.343Z] 31603596830f: Pulling fs layer [2021-01-08T15:34:16.343Z] 2a8b12db71e7: Pulling fs layer [2021-01-08T15:34:16.343Z] 6ca5941a6612: Pulling fs layer [2021-01-08T15:34:16.343Z] ecc8261a40a4: Pulling fs layer [2021-01-08T15:34:16.343Z] ecc8261a40a4: Waiting [2021-01-08T15:34:16.343Z] 2a8b12db71e7: Verifying Checksum [2021-01-08T15:34:16.343Z] 2a8b12db71e7: Download complete [2021-01-08T15:34:16.622Z] 31603596830f: Verifying Checksum [2021-01-08T15:34:16.622Z] 31603596830f: Download complete [2021-01-08T15:34:16.893Z] ecc8261a40a4: Verifying Checksum [2021-01-08T15:34:16.893Z] ecc8261a40a4: Download complete [2021-01-08T15:34:16.893Z] 6ca5941a6612: Verifying Checksum [2021-01-08T15:34:16.893Z] 6ca5941a6612: Download complete [2021-01-08T15:34:16.893Z] 31603596830f: Pull complete [2021-01-08T15:34:17.174Z] 2a8b12db71e7: Pull complete [2021-01-08T15:34:18.635Z] 6ca5941a6612: Pull complete [2021-01-08T15:34:19.240Z] ecc8261a40a4: Pull complete [2021-01-08T15:34:19.240Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-08T15:34:19.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T15:34:19.240Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-08T15:34:19.420Z] prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container [2021-01-08T15:34:19.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T15:34:22.205Z] $ docker top d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T15:34:22.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T15:34:22.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T15:34:23.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T15:34:23.071Z] $ docker exec d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent [2021-01-08T15:34:23.351Z] SSH_AUTH_SOCK=/tmp/ssh-zlUE0bd7IoyY/agent.11 [2021-01-08T15:34:23.351Z] SSH_AGENT_PID=16 [2021-01-08T15:34:23.362Z] Running ssh-add (command line suppressed) [2021-01-08T15:34:23.523Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2548349301776217150.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2548349301776217150.key) [2021-01-08T15:34:23.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T15:34:24.110Z] + git tag --points-at HEAD [Pipeline] } [2021-01-08T15:34:24.165Z] $ docker exec --env ******** --env ******** d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent -k [2021-01-08T15:34:24.484Z] unset SSH_AUTH_SOCK; [2021-01-08T15:34:24.485Z] unset SSH_AGENT_PID; [2021-01-08T15:34:24.485Z] echo Agent pid 16 killed; [2021-01-08T15:34:24.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-08T15:34:24.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T15:34:24.777Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T15:34:25.344Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T15:34:25.351Z] $ docker exec d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent [2021-01-08T15:34:25.675Z] SSH_AUTH_SOCK=/tmp/ssh-hdPsbFIPHcDB/agent.44 [2021-01-08T15:34:25.675Z] SSH_AGENT_PID=49 [2021-01-08T15:34:25.688Z] Running ssh-add (command line suppressed) [2021-01-08T15:34:25.853Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8071311704184748869.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8071311704184748869.key) [2021-01-08T15:34:25.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T15:34:26.415Z] + git semver init [2021-01-08T15:34:26.415Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T15:34:26.415Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T15:34:26.415Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T15:34:26.415Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T15:34:26.415Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T15:34:26.415Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T15:34:26.415Z] # $SEMVER_BRANCH = master [2021-01-08T15:34:26.415Z] # $SEMVER_TEMP = /tmp/semver-979318108 [2021-01-08T15:34:26.415Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-08T15:34:30.753Z] # '/tmp/semver-979318108' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-01-08T15:34:30.753Z] # -> Force: false [2021-01-08T15:34:30.753Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-08T15:34:30.769Z] $ docker exec --env ******** --env ******** d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent -k [2021-01-08T15:34:30.937Z] unset SSH_AUTH_SOCK; [2021-01-08T15:34:30.940Z] unset SSH_AGENT_PID; [2021-01-08T15:34:30.940Z] echo Agent pid 49 killed; [2021-01-08T15:34:31.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T15:34:31.573Z] + git semver [Pipeline] } [2021-01-08T15:34:31.631Z] $ docker stop --time=1 d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 [2021-01-08T15:34:33.372Z] $ docker rm -f d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T15:34:34.124Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-08T15:34:34.741Z] Stashed 1 file(s) [Pipeline] echo [2021-01-08T15:34:34.744Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-08T15:34:50.355Z] Still waiting to schedule task [2021-01-08T15:34:50.355Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-08T15:34:50.358Z] Still waiting to schedule task [2021-01-08T15:34:50.358Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-08T15:36:38.852Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19100 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-08T15:36:38.976Z] Running in /w/workspace/app-functions-sdk-go/165 [Pipeline] { [Pipeline] checkout [2021-01-08T15:36:44.175Z] using credential edgex-jenkins-ssh [2021-01-08T15:36:44.237Z] Cloning the remote Git repository [2021-01-08T15:36:44.290Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T15:36:44.396Z] > git init /w/workspace/app-functions-sdk-go/165 # timeout=10 [2021-01-08T15:36:44.465Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T15:36:44.466Z] > git --version # timeout=10 [2021-01-08T15:36:44.488Z] > git --version # 'git version 2.17.1' [2021-01-08T15:36:44.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T15:36:44.553Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T15:36:47.762Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T15:36:47.779Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T15:36:47.803Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T15:36:47.837Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T15:36:47.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T15:36:47.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T15:36:48.419Z] Checking out Revision baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 (master) [2021-01-08T15:36:48.444Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T15:36:48.467Z] > git checkout -f baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 [2021-01-08T15:36:52.906Z] Commit message: "feat(sdk): Add MakeItStop (#613)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T15:36:54.781Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-08T15:36:55.198Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T15:36:55.536Z] + + true [2021-01-08T15:36:55.536Z] sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-08T15:36:58.436Z] ========================================================= [2021-01-08T15:36:58.436Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-08T15:36:58.436Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:36:58.817Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-08T15:37:00.288Z] Sending build context to Docker daemon 19.08MB [2021-01-08T15:37:00.288Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T15:37:00.288Z] Step 2/8 : FROM ${BASE} [2021-01-08T15:37:00.288Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-08T15:37:00.288Z] 5f621e34cdf4: Pulling fs layer [2021-01-08T15:37:00.288Z] a4357932f1b6: Pulling fs layer [2021-01-08T15:37:00.288Z] 18c013af1878: Pulling fs layer [2021-01-08T15:37:00.288Z] 00ac8860ef70: Pulling fs layer [2021-01-08T15:37:00.288Z] 63d7cb157983: Pulling fs layer [2021-01-08T15:37:00.288Z] b116817d02f9: Pulling fs layer [2021-01-08T15:37:00.288Z] 745a02a5169b: Pulling fs layer [2021-01-08T15:37:00.288Z] 00ac8860ef70: Waiting [2021-01-08T15:37:00.288Z] 63d7cb157983: Waiting [2021-01-08T15:37:00.288Z] b116817d02f9: Waiting [2021-01-08T15:37:00.288Z] 745a02a5169b: Waiting [2021-01-08T15:37:00.288Z] 18c013af1878: Verifying Checksum [2021-01-08T15:37:00.288Z] 18c013af1878: Download complete [2021-01-08T15:37:00.562Z] a4357932f1b6: Verifying Checksum [2021-01-08T15:37:00.562Z] a4357932f1b6: Download complete [2021-01-08T15:37:00.562Z] 63d7cb157983: Verifying Checksum [2021-01-08T15:37:00.562Z] 63d7cb157983: Download complete [2021-01-08T15:37:00.562Z] b116817d02f9: Download complete [2021-01-08T15:37:00.562Z] 5f621e34cdf4: Verifying Checksum [2021-01-08T15:37:00.562Z] 5f621e34cdf4: Download complete [2021-01-08T15:37:01.160Z] 5f621e34cdf4: Pull complete [2021-01-08T15:37:01.763Z] a4357932f1b6: Pull complete [2021-01-08T15:37:02.112Z] 18c013af1878: Pull complete [2021-01-08T15:37:03.109Z] 745a02a5169b: Verifying Checksum [2021-01-08T15:37:03.109Z] 745a02a5169b: Download complete [2021-01-08T15:37:04.094Z] 00ac8860ef70: Verifying Checksum [2021-01-08T15:37:04.094Z] 00ac8860ef70: Download complete [2021-01-08T15:37:12.464Z] Running on prd-centos7-docker-4c-2g-19101 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-08T15:37:12.518Z] Running in /w/workspace/app-functions-sdk-go/165 [Pipeline] { [Pipeline] checkout [2021-01-08T15:37:14.254Z] 00ac8860ef70: Pull complete [2021-01-08T15:37:14.853Z] 63d7cb157983: Pull complete [2021-01-08T15:37:14.866Z] using credential edgex-jenkins-ssh [2021-01-08T15:37:14.919Z] Cloning the remote Git repository [2021-01-08T15:37:14.949Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T15:37:15.133Z] b116817d02f9: Pull complete [2021-01-08T15:37:15.017Z] > git init /w/workspace/app-functions-sdk-go/165 # timeout=10 [2021-01-08T15:37:15.077Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T15:37:15.078Z] > git --version # timeout=10 [2021-01-08T15:37:15.086Z] > git --version # 'git version 2.24.3' [2021-01-08T15:37:15.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T15:37:15.116Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T15:37:17.084Z] Checking out Revision baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 (master) [2021-01-08T15:37:16.570Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T15:37:16.577Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T15:37:16.596Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T15:37:16.609Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T15:37:16.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T15:37:16.614Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T15:37:17.094Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T15:37:17.099Z] > git checkout -f baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 [2021-01-08T15:37:19.451Z] 745a02a5169b: Pull complete [2021-01-08T15:37:19.452Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-08T15:37:19.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-08T15:37:19.452Z] ---> b7e6874047d6 [2021-01-08T15:37:19.452Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-08T15:37:19.452Z] 20.10.0: Pulling from library/docker [2021-01-08T15:37:19.452Z] a3cc7d3b244e: Pulling fs layer [2021-01-08T15:37:19.452Z] 02a3295e0d61: Pulling fs layer [2021-01-08T15:37:19.452Z] 0f4f2e6d8100: Pulling fs layer [2021-01-08T15:37:19.452Z] 330b718f631f: Pulling fs layer [2021-01-08T15:37:19.452Z] a93816041522: Pulling fs layer [2021-01-08T15:37:19.452Z] bdb6da89ff94: Pulling fs layer [2021-01-08T15:37:19.452Z] 2a70c0c122f4: Pulling fs layer [2021-01-08T15:37:19.452Z] a93816041522: Waiting [2021-01-08T15:37:19.452Z] 330b718f631f: Waiting [2021-01-08T15:37:19.452Z] 2a70c0c122f4: Waiting [2021-01-08T15:37:19.452Z] bdb6da89ff94: Waiting [2021-01-08T15:37:19.452Z] 0f4f2e6d8100: Verifying Checksum [2021-01-08T15:37:19.452Z] 0f4f2e6d8100: Download complete [2021-01-08T15:37:19.452Z] 02a3295e0d61: Verifying Checksum [2021-01-08T15:37:19.452Z] 02a3295e0d61: Download complete [2021-01-08T15:37:19.452Z] a3cc7d3b244e: Verifying Checksum [2021-01-08T15:37:19.452Z] a3cc7d3b244e: Download complete [2021-01-08T15:37:19.452Z] a93816041522: Download complete [2021-01-08T15:37:19.452Z] 2a70c0c122f4: Verifying Checksum [2021-01-08T15:37:19.452Z] 2a70c0c122f4: Download complete [2021-01-08T15:37:19.452Z] bdb6da89ff94: Verifying Checksum [2021-01-08T15:37:19.452Z] bdb6da89ff94: Download complete [2021-01-08T15:37:19.730Z] a3cc7d3b244e: Pull complete [2021-01-08T15:37:20.715Z] 02a3295e0d61: Pull complete [2021-01-08T15:37:20.715Z] 330b718f631f: Verifying Checksum [2021-01-08T15:37:20.715Z] 330b718f631f: Download complete [2021-01-08T15:37:20.751Z] Commit message: "feat(sdk): Add MakeItStop (#613)" [2021-01-08T15:37:20.987Z] 0f4f2e6d8100: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T15:37:22.224Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-08T15:37:22.554Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T15:37:22.850Z] + sudo service docker restart [2021-01-08T15:37:22.850Z] + true [2021-01-08T15:37:22.850Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-08T15:37:24.370Z] ========================================================= [2021-01-08T15:37:24.370Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-08T15:37:24.370Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:37:24.732Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-08T15:37:25.319Z] Sending build context to Docker daemon 19.08MB [2021-01-08T15:37:25.319Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T15:37:25.319Z] Step 2/8 : FROM ${BASE} [2021-01-08T15:37:25.319Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-08T15:37:25.319Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T15:37:25.319Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T15:37:25.319Z] de9db76c5a1d: Pulling fs layer [2021-01-08T15:37:25.319Z] bca2f99d35d6: Pulling fs layer [2021-01-08T15:37:25.319Z] 93359f2a8cfa: Pulling fs layer [2021-01-08T15:37:25.319Z] 7c6f9722023f: Pulling fs layer [2021-01-08T15:37:25.319Z] a35cf1a2eb13: Pulling fs layer [2021-01-08T15:37:25.319Z] 93359f2a8cfa: Waiting [2021-01-08T15:37:25.319Z] 7c6f9722023f: Waiting [2021-01-08T15:37:25.319Z] a35cf1a2eb13: Waiting [2021-01-08T15:37:25.319Z] bca2f99d35d6: Waiting [2021-01-08T15:37:25.319Z] de9db76c5a1d: Verifying Checksum [2021-01-08T15:37:25.319Z] de9db76c5a1d: Download complete [2021-01-08T15:37:25.319Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T15:37:25.319Z] 0ef7d3d256c8: Download complete [2021-01-08T15:37:25.319Z] 93359f2a8cfa: Verifying Checksum [2021-01-08T15:37:25.319Z] 93359f2a8cfa: Download complete [2021-01-08T15:37:25.333Z] 330b718f631f: Pull complete [2021-01-08T15:37:25.333Z] a93816041522: Pull complete [2021-01-08T15:37:25.333Z] bdb6da89ff94: Pull complete [2021-01-08T15:37:25.583Z] 7c6f9722023f: Verifying Checksum [2021-01-08T15:37:25.583Z] 7c6f9722023f: Download complete [2021-01-08T15:37:25.583Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T15:37:25.583Z] 188c0c94c7c5: Download complete [2021-01-08T15:37:25.851Z] 188c0c94c7c5: Pull complete [2021-01-08T15:37:25.936Z] 2a70c0c122f4: Pull complete [2021-01-08T15:37:25.936Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T15:37:25.936Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T15:37:26.117Z] 0ef7d3d256c8: Pull complete [2021-01-08T15:37:26.117Z] de9db76c5a1d: Pull complete [2021-01-08T15:37:27.102Z] a35cf1a2eb13: Verifying Checksum [2021-01-08T15:37:27.102Z] a35cf1a2eb13: Download complete [2021-01-08T15:37:27.683Z] bca2f99d35d6: Verifying Checksum [2021-01-08T15:37:27.683Z] bca2f99d35d6: Download complete [2021-01-08T15:37:32.699Z] ---> 124721a5f3c8 [2021-01-08T15:37:32.699Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T15:37:32.699Z] ---> Running in d491619215ad [2021-01-08T15:37:32.699Z] Removing intermediate container d491619215ad [2021-01-08T15:37:32.699Z] ---> f180f45c5c49 [2021-01-08T15:37:32.699Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-08T15:37:32.699Z] ---> Running in f154a26220af [2021-01-08T15:37:33.012Z] bca2f99d35d6: Pull complete [2021-01-08T15:37:33.012Z] 93359f2a8cfa: Pull complete [2021-01-08T15:37:33.012Z] 7c6f9722023f: Pull complete [2021-01-08T15:37:33.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T15:37:34.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T15:37:35.248Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-08T15:37:35.248Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-08T15:37:35.248Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-08T15:37:35.517Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-08T15:37:35.517Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-08T15:37:35.517Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T15:37:35.789Z] OK: 144 MiB in 44 packages [2021-01-08T15:37:37.227Z] Removing intermediate container f154a26220af [2021-01-08T15:37:37.227Z] ---> 6bae25d71ecd [2021-01-08T15:37:37.227Z] Step 6/8 : WORKDIR /build [2021-01-08T15:37:37.227Z] ---> Running in 6222762e2bf9 [2021-01-08T15:37:37.500Z] Removing intermediate container 6222762e2bf9 [2021-01-08T15:37:37.500Z] ---> a4ad8e5e24fb [2021-01-08T15:37:37.500Z] Step 7/8 : COPY go.mod . [2021-01-08T15:37:38.478Z] ---> b530f4839bc2 [2021-01-08T15:37:38.478Z] Step 8/8 : RUN go mod download [2021-01-08T15:37:38.478Z] ---> Running in 6d246d4dc297 [2021-01-08T15:37:43.206Z] a35cf1a2eb13: Pull complete [2021-01-08T15:37:43.206Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-08T15:37:43.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-08T15:37:43.206Z] ---> a62c8e92a672 [2021-01-08T15:37:43.206Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-08T15:37:43.206Z] 20.10.0: Pulling from library/docker [2021-01-08T15:37:43.206Z] 05e7bc50f07f: Pulling fs layer [2021-01-08T15:37:43.206Z] 6db28d0fdbf6: Pulling fs layer [2021-01-08T15:37:43.206Z] 292df0bc6bf3: Pulling fs layer [2021-01-08T15:37:43.206Z] 2e060f4bd70b: Pulling fs layer [2021-01-08T15:37:43.206Z] 80e8d568a223: Pulling fs layer [2021-01-08T15:37:43.206Z] 8dc6ef1a942a: Pulling fs layer [2021-01-08T15:37:43.206Z] 2312dd95470a: Pulling fs layer [2021-01-08T15:37:43.206Z] 2e060f4bd70b: Waiting [2021-01-08T15:37:43.206Z] 80e8d568a223: Waiting [2021-01-08T15:37:43.206Z] 8dc6ef1a942a: Waiting [2021-01-08T15:37:43.206Z] 2312dd95470a: Waiting [2021-01-08T15:37:43.206Z] 292df0bc6bf3: Verifying Checksum [2021-01-08T15:37:43.206Z] 292df0bc6bf3: Download complete [2021-01-08T15:37:43.206Z] 6db28d0fdbf6: Verifying Checksum [2021-01-08T15:37:43.206Z] 6db28d0fdbf6: Download complete [2021-01-08T15:37:43.206Z] 05e7bc50f07f: Verifying Checksum [2021-01-08T15:37:43.206Z] 05e7bc50f07f: Download complete [2021-01-08T15:37:43.206Z] 80e8d568a223: Verifying Checksum [2021-01-08T15:37:43.206Z] 80e8d568a223: Download complete [2021-01-08T15:37:43.206Z] 8dc6ef1a942a: Verifying Checksum [2021-01-08T15:37:43.206Z] 8dc6ef1a942a: Download complete [2021-01-08T15:37:43.206Z] 2312dd95470a: Verifying Checksum [2021-01-08T15:37:43.206Z] 2312dd95470a: Download complete [2021-01-08T15:37:43.206Z] 05e7bc50f07f: Pull complete [2021-01-08T15:37:43.474Z] 6db28d0fdbf6: Pull complete [2021-01-08T15:37:43.474Z] 292df0bc6bf3: Pull complete [2021-01-08T15:37:44.052Z] 2e060f4bd70b: Verifying Checksum [2021-01-08T15:37:44.052Z] 2e060f4bd70b: Download complete [2021-01-08T15:37:47.383Z] 2e060f4bd70b: Pull complete [2021-01-08T15:37:47.383Z] 80e8d568a223: Pull complete [2021-01-08T15:37:47.383Z] 8dc6ef1a942a: Pull complete [2021-01-08T15:37:47.647Z] 2312dd95470a: Pull complete [2021-01-08T15:37:47.647Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T15:37:47.647Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T15:37:49.069Z] ---> a1699baf908e [2021-01-08T15:37:49.069Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T15:37:49.069Z] ---> Running in 9177f570caf6 [2021-01-08T15:37:49.339Z] Removing intermediate container 9177f570caf6 [2021-01-08T15:37:49.339Z] ---> d89d5ceced61 [2021-01-08T15:37:49.339Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-08T15:37:49.339Z] ---> Running in 9b446f76cd15 [2021-01-08T15:37:49.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T15:37:50.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T15:37:51.135Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-08T15:37:51.135Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-08T15:37:51.397Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-08T15:37:51.397Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-08T15:37:51.397Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-08T15:37:51.664Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T15:37:51.664Z] OK: 167 MiB in 44 packages [2021-01-08T15:37:52.239Z] Removing intermediate container 9b446f76cd15 [2021-01-08T15:37:52.239Z] ---> 570668fad848 [2021-01-08T15:37:52.239Z] Step 6/8 : WORKDIR /build [2021-01-08T15:37:52.239Z] ---> Running in f1432a4372a7 [2021-01-08T15:37:52.502Z] Removing intermediate container f1432a4372a7 [2021-01-08T15:37:52.502Z] ---> 5b812a0909a6 [2021-01-08T15:37:52.502Z] Step 7/8 : COPY go.mod . [2021-01-08T15:37:52.502Z] ---> 911449b357d7 [2021-01-08T15:37:52.502Z] Step 8/8 : RUN go mod download [2021-01-08T15:37:52.766Z] ---> Running in e10a73d357c3 [2021-01-08T15:38:05.398Z] Removing intermediate container 6d246d4dc297 [2021-01-08T15:38:05.398Z] ---> 0cc8ea57efe9 [2021-01-08T15:38:05.398Z] Successfully built 0cc8ea57efe9 [2021-01-08T15:38:05.398Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:38:05.746Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T15:38:05.746Z] . [Pipeline] withDockerContainer [2021-01-08T15:38:05.976Z] prd-ubuntu18.04-docker-arm64-4c-16g-19100 does not seem to be running inside a container [2021-01-08T15:38:06.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T15:38:07.613Z] $ docker top 7b787ce3bf0a15eb0fdeb8bf480f42ab22755c5200baaebcf4626f19e81409ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T15:38:08.598Z] + go version [2021-01-08T15:38:08.598Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-08T15:38:08.632Z] $ docker stop --time=1 7b787ce3bf0a15eb0fdeb8bf480f42ab22755c5200baaebcf4626f19e81409ad [2021-01-08T15:38:10.638Z] $ docker rm -f 7b787ce3bf0a15eb0fdeb8bf480f42ab22755c5200baaebcf4626f19e81409ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:38:11.639Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T15:38:11.639Z] . [Pipeline] withDockerContainer [2021-01-08T15:38:11.909Z] prd-ubuntu18.04-docker-arm64-4c-16g-19100 does not seem to be running inside a container [2021-01-08T15:38:12.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T15:38:13.467Z] $ docker top 5013a6d605c168a61c1cb038cc0ac0376b84351861ba26de5fb6eb48919ea39c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T15:38:14.456Z] + make test [2021-01-08T15:38:14.456Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-08T15:38:14.793Z] Removing intermediate container e10a73d357c3 [2021-01-08T15:38:14.794Z] ---> a558113a1211 [2021-01-08T15:38:14.794Z] Successfully built a558113a1211 [2021-01-08T15:38:14.794Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:38:15.113Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T15:38:15.113Z] . [Pipeline] withDockerContainer [2021-01-08T15:38:15.321Z] prd-centos7-docker-4c-2g-19101 does not seem to be running inside a container [2021-01-08T15:38:15.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T15:38:15.900Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-08T15:38:16.283Z] $ docker top 1e8ec1f94c001757b3fdd42f16d6804a4f2bb609b52d872e59db559dabfad34e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T15:38:16.800Z] + go version [2021-01-08T15:38:16.800Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-08T15:38:16.816Z] $ docker stop --time=1 1e8ec1f94c001757b3fdd42f16d6804a4f2bb609b52d872e59db559dabfad34e [2021-01-08T15:38:18.166Z] $ docker rm -f 1e8ec1f94c001757b3fdd42f16d6804a4f2bb609b52d872e59db559dabfad34e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:38:18.985Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T15:38:18.985Z] . [Pipeline] withDockerContainer [2021-01-08T15:38:19.093Z] prd-centos7-docker-4c-2g-19101 does not seem to be running inside a container [2021-01-08T15:38:19.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T15:38:19.738Z] $ docker top 17d73913b1f81120b99a27fee73c3a4e47a388427abce46e622b65deacc192b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T15:38:20.221Z] + make test [2021-01-08T15:38:20.221Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-08T15:38:21.648Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-08T15:38:28.341Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.022s coverage: 81.0% of statements [2021-01-08T15:38:36.606Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.026s coverage: 48.6% of statements [2021-01-08T15:38:36.606Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-08T15:38:36.606Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-08T15:38:36.606Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.031s coverage: 61.5% of statements [2021-01-08T15:38:36.606Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-08T15:38:36.874Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.050s coverage: 67.7% of statements [2021-01-08T15:38:36.874Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-08T15:38:36.874Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-08T15:38:36.874Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-08T15:38:36.874Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-08T15:38:36.874Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-08T15:38:36.874Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-08T15:38:36.874Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.008s coverage: 97.0% of statements [2021-01-08T15:38:36.874Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-08T15:38:36.874Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.026s coverage: 8.8% of statements [2021-01-08T15:38:38.110Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.076s coverage: 81.0% of statements [2021-01-08T15:38:45.079Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements [2021-01-08T15:38:45.079Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-08T15:38:45.079Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.028s coverage: 87.9% of statements [2021-01-08T15:38:45.079Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.014s coverage: 80.5% of statements [2021-01-08T15:38:45.079Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.010s coverage: 71.7% of statements [2021-01-08T15:39:00.320Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.104s coverage: 48.6% of statements [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-08T15:39:00.320Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.068s coverage: 61.5% of statements [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-08T15:39:00.320Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.058s coverage: 67.7% of statements [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-08T15:39:00.320Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.016s coverage: 97.0% of statements [2021-01-08T15:39:00.320Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-08T15:39:00.320Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.036s coverage: 8.8% of statements [2021-01-08T15:39:03.229Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.036s coverage: 81.4% of statements [2021-01-08T15:39:03.229Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2021-01-08T15:39:03.497Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-08T15:39:06.846Z] gofmt -l . [2021-01-08T15:39:06.846Z] [ "`gofmt -l .`" = "" ] [2021-01-08T15:39:06.846Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-08T15:39:07.129Z] $ docker stop --time=1 17d73913b1f81120b99a27fee73c3a4e47a388427abce46e622b65deacc192b2 [2021-01-08T15:39:08.609Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.978s coverage: 75.0% of statements [2021-01-08T15:39:08.609Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-08T15:39:08.609Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.040s coverage: 87.9% of statements [2021-01-08T15:39:08.609Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.037s coverage: 80.5% of statements [2021-01-08T15:39:08.609Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.022s coverage: 71.7% of statements [2021-01-08T15:39:09.002Z] $ docker rm -f 17d73913b1f81120b99a27fee73c3a4e47a388427abce46e622b65deacc192b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T15:39:09.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T15:39:10.098Z] 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] } [2021-01-08T15:39:30.747Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.059s coverage: 81.4% of statements [2021-01-08T15:39:30.747Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2021-01-08T15:39:30.747Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-08T15:39:39.040Z] gofmt -l . [2021-01-08T15:39:39.040Z] [ "`gofmt -l .`" = "" ] [2021-01-08T15:39:39.040Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-08T15:39:39.080Z] $ docker stop --time=1 5013a6d605c168a61c1cb038cc0ac0376b84351861ba26de5fb6eb48919ea39c [2021-01-08T15:39:41.070Z] $ docker rm -f 5013a6d605c168a61c1cb038cc0ac0376b84351861ba26de5fb6eb48919ea39c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T15:39:42.051Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T15:39:42.164Z] Warning: overwriting stash ‘coverage-report’ [2021-01-08T15:39:42.924Z] 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 [2021-01-08T15:39:44.949Z] provisioning config files... [2021-01-08T15:39:44.977Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4594879957376794489tmp [Pipeline] { [Pipeline] sh [2021-01-08T15:39:45.417Z] + set +x [2021-01-08T15:39:45.417Z] + curl -s https://codecov.io/bash [2021-01-08T15:39:45.417Z] + bash -s -- [2021-01-08T15:39:45.685Z] [2021-01-08T15:39:45.685Z] _____ _ [2021-01-08T15:39:45.685Z] / ____| | | [2021-01-08T15:39:45.685Z] | | ___ __| | ___ ___ _____ __ [2021-01-08T15:39:45.685Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-08T15:39:45.685Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-08T15:39:45.685Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-08T15:39:45.685Z] Bash-20201231-23d4836 [2021-01-08T15:39:45.685Z] [2021-01-08T15:39:45.685Z] [2021-01-08T15:39:45.685Z] ==> git version 2.24.3 found [2021-01-08T15:39:45.685Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-08T15:39:45.686Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-08T15:39:45.686Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-08T15:39:45.686Z] ==> Jenkins CI detected. [2021-01-08T15:39:45.686Z] project root: . [2021-01-08T15:39:45.686Z] --> token set from env [2021-01-08T15:39:45.686Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-08T15:39:45.686Z] ==> Running gcov in . (disable via -X gcov) [2021-01-08T15:39:45.686Z] ==> Python coveragepy not found [2021-01-08T15:39:45.686Z] ==> Searching for coverage reports in: [2021-01-08T15:39:45.686Z] + . [2021-01-08T15:39:45.686Z] -> Found 1 reports [2021-01-08T15:39:45.952Z] ==> Detecting git/mercurial file structure [2021-01-08T15:39:45.952Z] ==> Reading reports [2021-01-08T15:39:45.952Z] + ./coverage.out bytes=70562 [2021-01-08T15:39:45.952Z] ==> Appending adjustments [2021-01-08T15:39:45.952Z] https://docs.codecov.io/docs/fixing-reports [2021-01-08T15:39:46.564Z] + Found adjustments [2021-01-08T15:39:46.564Z] ==> Gzipping contents [2021-01-08T15:39:46.564Z] 16K /tmp/codecov.SHDdQ5.gz [2021-01-08T15:39:46.564Z] ==> Uploading reports [2021-01-08T15:39:46.564Z] url: https://codecov.io [2021-01-08T15:39:46.564Z] query: branch=master&commit=baae3eeee608fb6fe51dfe1a5b88da2d27c87e85&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T15:39:46.564Z] -> Pinging Codecov [2021-01-08T15:39:46.564Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=baae3eeee608fb6fe51dfe1a5b88da2d27c87e85&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T15:39:47.158Z] -> Uploading to [2021-01-08T15:39:47.158Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-08/3D8B5DFFC46A037C893635FACE044666/baae3eeee608fb6fe51dfe1a5b88da2d27c87e85/434f6930-6fa9-4bae-a005-5ad9f9124996.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T153946Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2111998cd3e90d5d17cf7d14da93d73097cdc70c8747ef08ef4028a697ed0149 [2021-01-08T15:39:47.158Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T15:39:47.158Z] Dload Upload Total Spent Left Speed [2021-01-08T15:39:47.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12679 0 0 100 12679 0 30137 --:--:-- --:--:-- --:--:-- 30116 [2021-01-08T15:39:47.428Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] } [2021-01-08T15:39:47.440Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-08T15:39:48.371Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-08T15:39:48.438Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:39:48.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T15:39:48.803Z] [2021-01-08T15:39:48.803Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:39:49.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T15:39:49.172Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-08T15:39:49.172Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T15:39:49.172Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T15:39:49.172Z] de9db76c5a1d: Pulling fs layer [2021-01-08T15:39:49.172Z] 0eba1c9be4d2: Pulling fs layer [2021-01-08T15:39:49.172Z] 0d57e429df01: Pulling fs layer [2021-01-08T15:39:49.172Z] 4e4be7b47b0d: Pulling fs layer [2021-01-08T15:39:49.172Z] e1f770b5df2f: Pulling fs layer [2021-01-08T15:39:49.172Z] 85a0685a4137: Pulling fs layer [2021-01-08T15:39:49.172Z] 0d57e429df01: Waiting [2021-01-08T15:39:49.172Z] 4e4be7b47b0d: Waiting [2021-01-08T15:39:49.172Z] e1f770b5df2f: Waiting [2021-01-08T15:39:49.172Z] 85a0685a4137: Waiting [2021-01-08T15:39:49.459Z] de9db76c5a1d: Download complete [2021-01-08T15:39:49.459Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T15:39:49.459Z] 0ef7d3d256c8: Download complete [2021-01-08T15:39:49.460Z] 0d57e429df01: Verifying Checksum [2021-01-08T15:39:49.460Z] 0d57e429df01: Download complete [2021-01-08T15:39:50.096Z] 4e4be7b47b0d: Download complete [2021-01-08T15:39:50.096Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T15:39:50.705Z] 188c0c94c7c5: Pull complete [2021-01-08T15:39:51.373Z] 0ef7d3d256c8: Pull complete [2021-01-08T15:39:51.373Z] de9db76c5a1d: Pull complete [2021-01-08T15:39:52.999Z] e1f770b5df2f: Verifying Checksum [2021-01-08T15:39:52.999Z] e1f770b5df2f: Download complete [2021-01-08T15:39:57.477Z] 0eba1c9be4d2: Verifying Checksum [2021-01-08T15:39:57.478Z] 0eba1c9be4d2: Download complete [2021-01-08T15:39:57.478Z] 85a0685a4137: Verifying Checksum [2021-01-08T15:39:57.478Z] 85a0685a4137: Download complete [2021-01-08T15:40:05.988Z] 0eba1c9be4d2: Pull complete [2021-01-08T15:40:06.259Z] 0d57e429df01: Pull complete [2021-01-08T15:40:06.526Z] 4e4be7b47b0d: Pull complete [2021-01-08T15:40:08.467Z] e1f770b5df2f: Pull complete [2021-01-08T15:40:18.682Z] 85a0685a4137: Pull complete [2021-01-08T15:40:18.682Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-08T15:40:18.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T15:40:18.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-08T15:40:19.003Z] prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container [2021-01-08T15:40:19.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-08T15:40:20.240Z] $ docker top 2c8e2e92024b4397246c14fcb3db1a9fc14c122b4f8cbfddf87bd6bd2bed8790 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T15:40:20.548Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-08T15:40:20.878Z] + set -o pipefail [2021-01-08T15:40:20.878Z] + snyk monitor '--org=edgex-jenkins' [2021-01-08T15:40:39.116Z] [2021-01-08T15:40:39.116Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2021-01-08T15:40:39.116Z] [2021-01-08T15:40:39.116Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9cf37ae1-8c00-4313-9ce0-a6ddd2565433 [2021-01-08T15:40:39.116Z] [2021-01-08T15:40:39.116Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-08T15:40:39.116Z] [2021-01-08T15:40:39.116Z] [Pipeline] } [2021-01-08T15:40:39.137Z] $ docker stop --time=1 2c8e2e92024b4397246c14fcb3db1a9fc14c122b4f8cbfddf87bd6bd2bed8790 [2021-01-08T15:40:41.914Z] $ docker rm -f 2c8e2e92024b4397246c14fcb3db1a9fc14c122b4f8cbfddf87bd6bd2bed8790 [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 [2021-01-08T15:40:43.799Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T15:40:43.854Z] provisioning config files... [2021-01-08T15:40:43.873Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8051499774786677652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:40:44.278Z] --> edgex-publish-swagger.sh [2021-01-08T15:40:44.278Z] === Publish openapi/v2 API === [2021-01-08T15:40:44.278Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-08T15:40:44.278Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2021-01-08T15:40:44.278Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T15:40:44.278Z] Dload Upload Total Spent Left Speed [2021-01-08T15:40:45.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10676 0:00:01 0:00:01 --:--:-- 10684 100 13025 0 0 100 13025 0 10674 0:00:01 0:00:01 --:--:-- 10684 [2021-01-08T15:40:45.704Z] [2021-01-08T15:40:45.704Z] [Pipeline] } [2021-01-08T15:40:45.714Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-08T15:40:46.598Z] + git log --format=format:%s -1 baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:40:47.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T15:40:47.001Z] . [Pipeline] withDockerContainer [2021-01-08T15:40:47.318Z] prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container [2021-01-08T15:40:47.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T15:40:48.636Z] $ docker top 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T15:40:49.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T15:40:49.064Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T15:40:49.440Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T15:40:49.444Z] $ docker exec 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d ssh-agent [2021-01-08T15:40:49.811Z] SSH_AUTH_SOCK=/tmp/ssh-vFysGiqPoshp/agent.12 [2021-01-08T15:40:49.811Z] SSH_AGENT_PID=17 [2021-01-08T15:40:49.820Z] Running ssh-add (command line suppressed) [2021-01-08T15:40:50.004Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8563540908447865784.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8563540908447865784.key) [2021-01-08T15:40:50.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T15:40:50.523Z] + git semver tag [2021-01-08T15:40:50.795Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T15:40:50.795Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T15:40:50.795Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T15:40:50.795Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T15:40:50.795Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T15:40:50.795Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T15:40:50.795Z] # $SEMVER_BRANCH = master [2021-01-08T15:40:50.795Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-08T15:40:50.795Z] # baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 HEAD [2021-01-08T15:40:50.795Z] # -> Force: false [2021-01-08T15:40:50.795Z] # 10b75cb9f8d8d900e20005fd67a1fe675a5075c5 refs/tags/v1.3.1-dev.16 [Pipeline] } [2021-01-08T15:40:50.815Z] $ docker exec --env ******** --env ******** 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d ssh-agent -k [2021-01-08T15:40:51.050Z] unset SSH_AUTH_SOCK; [2021-01-08T15:40:51.050Z] unset SSH_AGENT_PID; [2021-01-08T15:40:51.050Z] echo Agent pid 17 killed; [2021-01-08T15:40:51.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T15:40:51.664Z] + git semver [Pipeline] } [2021-01-08T15:40:51.717Z] $ docker stop --time=1 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d [2021-01-08T15:40:53.289Z] $ docker rm -f 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:40:53.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T15:40:53.965Z] [2021-01-08T15:40:53.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:40:54.341Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T15:40:54.341Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-08T15:40:54.341Z] ab5ef0e58194: Pulling fs layer [2021-01-08T15:40:54.341Z] 9712f1f96733: Pulling fs layer [2021-01-08T15:40:54.341Z] 63f879dbbcfc: Pulling fs layer [2021-01-08T15:40:54.341Z] 0d9ebad4ef96: Pulling fs layer [2021-01-08T15:40:54.341Z] e9a5061849ea: Pulling fs layer [2021-01-08T15:40:54.341Z] d747dcd14b5f: Pulling fs layer [2021-01-08T15:40:54.341Z] 2de7ff778b66: Pulling fs layer [2021-01-08T15:40:54.341Z] e9a5061849ea: Waiting [2021-01-08T15:40:54.341Z] d747dcd14b5f: Waiting [2021-01-08T15:40:54.341Z] 2de7ff778b66: Waiting [2021-01-08T15:40:54.341Z] 0d9ebad4ef96: Waiting [2021-01-08T15:40:54.341Z] 9712f1f96733: Verifying Checksum [2021-01-08T15:40:54.341Z] 9712f1f96733: Download complete [2021-01-08T15:40:57.933Z] 63f879dbbcfc: Verifying Checksum [2021-01-08T15:40:57.933Z] 63f879dbbcfc: Download complete [2021-01-08T15:40:57.933Z] e9a5061849ea: Verifying Checksum [2021-01-08T15:40:57.933Z] e9a5061849ea: Download complete [2021-01-08T15:40:57.933Z] d747dcd14b5f: Verifying Checksum [2021-01-08T15:40:57.933Z] d747dcd14b5f: Download complete [2021-01-08T15:40:59.364Z] 0d9ebad4ef96: Verifying Checksum [2021-01-08T15:40:59.364Z] 0d9ebad4ef96: Download complete [2021-01-08T15:40:59.364Z] 2de7ff778b66: Verifying Checksum [2021-01-08T15:40:59.364Z] 2de7ff778b66: Download complete [2021-01-08T15:40:59.668Z] ab5ef0e58194: Verifying Checksum [2021-01-08T15:40:59.668Z] ab5ef0e58194: Download complete [2021-01-08T15:41:06.449Z] ab5ef0e58194: Pull complete [2021-01-08T15:41:06.449Z] 9712f1f96733: Pull complete [2021-01-08T15:41:09.803Z] 63f879dbbcfc: Pull complete [2021-01-08T15:41:20.053Z] 0d9ebad4ef96: Pull complete [2021-01-08T15:41:21.029Z] e9a5061849ea: Pull complete [2021-01-08T15:41:21.029Z] d747dcd14b5f: Pull complete [2021-01-08T15:41:24.411Z] 2de7ff778b66: Pull complete [2021-01-08T15:41:24.411Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-08T15:41:24.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T15:41:24.411Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-08T15:41:24.726Z] prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container [2021-01-08T15:41:24.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-08T15:41:28.201Z] $ docker top ff0621cf4b178f60ca302940a7140cfe880484c3acf29ae6cc6d19fc3fc07711 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-08T15:41:28.530Z] provisioning config files... [2021-01-08T15:41:28.567Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8694668582266903750tmp [2021-01-08T15:41:28.601Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4490855416672364394tmp [2021-01-08T15:41:28.625Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2327405252029779270tmp [Pipeline] { [Pipeline] echo [2021-01-08T15:41:28.697Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:41:29.017Z] ---> sigul-configuration.sh [2021-01-08T15:41:29.284Z] gpg: directory `/root/.gnupg' created [2021-01-08T15:41:29.284Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-08T15:41:29.284Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-08T15:41:29.284Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-08T15:41:29.284Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-08T15:41:29.284Z] gpg: CAST5 encrypted data [2021-01-08T15:41:29.284Z] gpg: encrypted with 1 passphrase [2021-01-08T15:41:29.284Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-08T15:41:29.917Z] + mkdir /home/jenkins [2021-01-08T15:41:29.917Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-08T15:41:30.242Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-08T15:41:30.253Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:41:30.580Z] ---> sigul-install.sh [2021-01-08T15:41:37.271Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-08T15:41:37.942Z] + git tag --list [2021-01-08T15:41:37.942Z] v0.1.0 [2021-01-08T15:41:37.942Z] v0.1.1 [2021-01-08T15:41:37.942Z] v1.0.0 [2021-01-08T15:41:37.942Z] v1.1.0 [2021-01-08T15:41:37.942Z] v1.2.0 [2021-01-08T15:41:37.942Z] v1.2.1-dev.1 [2021-01-08T15:41:37.942Z] v1.2.1-dev.10 [2021-01-08T15:41:37.942Z] v1.2.1-dev.11 [2021-01-08T15:41:37.942Z] v1.2.1-dev.12 [2021-01-08T15:41:37.942Z] v1.2.1-dev.13 [2021-01-08T15:41:37.942Z] v1.2.1-dev.14 [2021-01-08T15:41:37.942Z] v1.2.1-dev.15 [2021-01-08T15:41:37.942Z] v1.2.1-dev.16 [2021-01-08T15:41:37.942Z] v1.2.1-dev.17 [2021-01-08T15:41:37.942Z] v1.2.1-dev.18 [2021-01-08T15:41:37.942Z] v1.2.1-dev.19 [2021-01-08T15:41:37.942Z] v1.2.1-dev.2 [2021-01-08T15:41:37.942Z] v1.2.1-dev.20 [2021-01-08T15:41:37.942Z] v1.2.1-dev.21 [2021-01-08T15:41:37.942Z] v1.2.1-dev.22 [2021-01-08T15:41:37.942Z] v1.2.1-dev.23 [2021-01-08T15:41:37.942Z] v1.2.1-dev.24 [2021-01-08T15:41:37.942Z] v1.2.1-dev.25 [2021-01-08T15:41:37.942Z] v1.2.1-dev.26 [2021-01-08T15:41:37.942Z] v1.2.1-dev.27 [2021-01-08T15:41:37.942Z] v1.2.1-dev.28 [2021-01-08T15:41:37.942Z] v1.2.1-dev.29 [2021-01-08T15:41:37.942Z] v1.2.1-dev.3 [2021-01-08T15:41:37.942Z] v1.2.1-dev.30 [2021-01-08T15:41:37.942Z] v1.2.1-dev.31 [2021-01-08T15:41:37.942Z] v1.2.1-dev.32 [2021-01-08T15:41:37.942Z] v1.2.1-dev.33 [2021-01-08T15:41:37.942Z] v1.2.1-dev.34 [2021-01-08T15:41:37.942Z] v1.2.1-dev.35 [2021-01-08T15:41:37.942Z] v1.2.1-dev.36 [2021-01-08T15:41:37.942Z] v1.2.1-dev.37 [2021-01-08T15:41:37.942Z] v1.2.1-dev.38 [2021-01-08T15:41:37.942Z] v1.2.1-dev.39 [2021-01-08T15:41:37.942Z] v1.2.1-dev.4 [2021-01-08T15:41:37.942Z] v1.2.1-dev.40 [2021-01-08T15:41:37.942Z] v1.2.1-dev.41 [2021-01-08T15:41:37.942Z] v1.2.1-dev.42 [2021-01-08T15:41:37.942Z] v1.2.1-dev.43 [2021-01-08T15:41:37.942Z] v1.2.1-dev.44 [2021-01-08T15:41:37.942Z] v1.2.1-dev.45 [2021-01-08T15:41:37.942Z] v1.2.1-dev.46 [2021-01-08T15:41:37.942Z] v1.2.1-dev.47 [2021-01-08T15:41:37.942Z] v1.2.1-dev.48 [2021-01-08T15:41:37.942Z] v1.2.1-dev.49 [2021-01-08T15:41:37.942Z] v1.2.1-dev.5 [2021-01-08T15:41:37.942Z] v1.2.1-dev.50 [2021-01-08T15:41:37.942Z] v1.2.1-dev.51 [2021-01-08T15:41:37.942Z] v1.2.1-dev.52 [2021-01-08T15:41:37.942Z] v1.2.1-dev.53 [2021-01-08T15:41:37.942Z] v1.2.1-dev.54 [2021-01-08T15:41:37.942Z] v1.2.1-dev.55 [2021-01-08T15:41:37.942Z] v1.2.1-dev.56 [2021-01-08T15:41:37.942Z] v1.2.1-dev.57 [2021-01-08T15:41:37.942Z] v1.2.1-dev.58 [2021-01-08T15:41:37.942Z] v1.2.1-dev.6 [2021-01-08T15:41:37.942Z] v1.2.1-dev.7 [2021-01-08T15:41:37.942Z] v1.2.1-dev.8 [2021-01-08T15:41:37.942Z] v1.2.1-dev.9 [2021-01-08T15:41:37.942Z] v1.3.0 [2021-01-08T15:41:37.942Z] v1.3.1-dev.1 [2021-01-08T15:41:37.942Z] v1.3.1-dev.10 [2021-01-08T15:41:37.942Z] v1.3.1-dev.11 [2021-01-08T15:41:37.942Z] v1.3.1-dev.12 [2021-01-08T15:41:37.942Z] v1.3.1-dev.13 [2021-01-08T15:41:37.942Z] v1.3.1-dev.14 [2021-01-08T15:41:37.942Z] v1.3.1-dev.15 [2021-01-08T15:41:37.942Z] v1.3.1-dev.16 [2021-01-08T15:41:37.942Z] v1.3.1-dev.2 [2021-01-08T15:41:37.942Z] v1.3.1-dev.3 [2021-01-08T15:41:37.942Z] v1.3.1-dev.4 [2021-01-08T15:41:37.942Z] v1.3.1-dev.5 [2021-01-08T15:41:37.942Z] v1.3.1-dev.6 [2021-01-08T15:41:37.942Z] v1.3.1-dev.7 [2021-01-08T15:41:37.942Z] v1.3.1-dev.8 [2021-01-08T15:41:37.942Z] v1.3.1-dev.9 [Pipeline] sh [2021-01-08T15:41:38.265Z] + lftools sign git-tag v1.3.1-dev.16 [2021-01-08T15:41:39.709Z] Signing Git tag with Sigul... [2021-01-08T15:41:39.709Z] Signing v1.3.1-dev.16 [Pipeline] echo [2021-01-08T15:41:41.121Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:41:41.457Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-08T15:41:41.467Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-08T15:41:41.596Z] $ docker stop --time=1 ff0621cf4b178f60ca302940a7140cfe880484c3acf29ae6cc6d19fc3fc07711 [2021-01-08T15:41:43.791Z] $ docker rm -f ff0621cf4b178f60ca302940a7140cfe880484c3acf29ae6cc6d19fc3fc07711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:41:44.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T15:41:44.979Z] . [Pipeline] withDockerContainer [2021-01-08T15:41:45.176Z] prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container [2021-01-08T15:41:45.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T15:41:46.507Z] $ docker top af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T15:41:46.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T15:41:46.854Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T15:41:47.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T15:41:47.247Z] $ docker exec af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 ssh-agent [2021-01-08T15:41:47.617Z] SSH_AUTH_SOCK=/tmp/ssh-VrlieCYZUU1B/agent.11 [2021-01-08T15:41:47.617Z] SSH_AGENT_PID=16 [2021-01-08T15:41:47.628Z] Running ssh-add (command line suppressed) [2021-01-08T15:41:47.980Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1647513673036067812.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1647513673036067812.key) [2021-01-08T15:41:48.285Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T15:41:48.967Z] + git semver bump pre [2021-01-08T15:41:48.967Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T15:41:48.967Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T15:41:48.967Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T15:41:48.967Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T15:41:48.967Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T15:41:48.967Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T15:41:48.967Z] # $SEMVER_BRANCH = master [2021-01-08T15:41:48.967Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-08T15:41:48.967Z] 1.3.1-dev.17 [Pipeline] } [2021-01-08T15:41:48.983Z] $ docker exec --env ******** --env ******** af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 ssh-agent -k [2021-01-08T15:41:49.311Z] unset SSH_AUTH_SOCK; [2021-01-08T15:41:49.312Z] unset SSH_AGENT_PID; [2021-01-08T15:41:49.312Z] echo Agent pid 16 killed; [2021-01-08T15:41:49.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T15:41:49.883Z] + git semver [Pipeline] } [2021-01-08T15:41:49.906Z] $ docker stop --time=1 af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 [2021-01-08T15:41:51.537Z] $ docker rm -f af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:41:52.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T15:41:52.203Z] . [Pipeline] withDockerContainer [2021-01-08T15:41:52.354Z] prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container [2021-01-08T15:41:52.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T15:41:53.500Z] $ docker top 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T15:41:53.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T15:41:53.819Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T15:41:54.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T15:41:54.223Z] $ docker exec 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 ssh-agent [2021-01-08T15:41:54.683Z] SSH_AUTH_SOCK=/tmp/ssh-MJ75tYPDiXgF/agent.12 [2021-01-08T15:41:54.683Z] SSH_AGENT_PID=17 [2021-01-08T15:41:54.694Z] Running ssh-add (command line suppressed) [2021-01-08T15:41:54.944Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2406152153266562993.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2406152153266562993.key) [2021-01-08T15:41:55.084Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T15:41:55.455Z] + git semver push [2021-01-08T15:41:55.456Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T15:41:55.456Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T15:41:55.456Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T15:41:55.456Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T15:41:55.456Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T15:41:55.456Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T15:41:55.456Z] # $SEMVER_BRANCH = master [2021-01-08T15:41:55.456Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-08T15:42:03.705Z] $ docker exec --env ******** --env ******** 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 ssh-agent -k [2021-01-08T15:42:03.941Z] unset SSH_AUTH_SOCK; [2021-01-08T15:42:03.944Z] unset SSH_AGENT_PID; [2021-01-08T15:42:03.944Z] echo Agent pid 17 killed; [2021-01-08T15:42:04.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T15:42:04.552Z] + git semver [Pipeline] } [2021-01-08T15:42:04.593Z] $ docker stop --time=1 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 [2021-01-08T15:42:06.191Z] $ docker rm -f 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:42:08.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:42:08.771Z] ---> package-listing.sh [2021-01-08T15:42:08.771Z] ++ facter osfamily [2021-01-08T15:42:08.771Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-08T15:42:08.771Z] + OS_FAMILY=redhat [2021-01-08T15:42:08.771Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T15:42:08.771Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-08T15:42:08.771Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-08T15:42:08.771Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-08T15:42:08.771Z] + PACKAGES=/tmp/packages_start.txt [2021-01-08T15:42:08.771Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-08T15:42:08.771Z] + PACKAGES=/tmp/packages_end.txt [2021-01-08T15:42:08.771Z] + case "${OS_FAMILY}" in [2021-01-08T15:42:08.771Z] + rpm -qa [2021-01-08T15:42:08.771Z] + sort [2021-01-08T15:42:14.137Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-08T15:42:14.137Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-08T15:42:14.137Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-08T15:42:14.137Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-08T15:42:14.137Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-01-08T15:42:14.137Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2021-01-08T15:42:14.163Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-08T15:42:14.544Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:42:15.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T15:42:15.441Z] [2021-01-08T15:42:15.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-08T15:42:15.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T15:42:16.077Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-08T15:42:16.077Z] df20fa9351a1: Pulling fs layer [2021-01-08T15:42:16.077Z] 36b3adc4ff6f: Pulling fs layer [2021-01-08T15:42:16.077Z] 8ad3a11d3b57: Pulling fs layer [2021-01-08T15:42:16.077Z] 46f8f816bc3b: Pulling fs layer [2021-01-08T15:42:16.077Z] 93b61091891f: Pulling fs layer [2021-01-08T15:42:16.078Z] 46f8f816bc3b: Waiting [2021-01-08T15:42:16.078Z] 93b9cdb0e59b: Pulling fs layer [2021-01-08T15:42:16.078Z] 5e14af77c1be: Pulling fs layer [2021-01-08T15:42:16.078Z] 01666e4c0597: Pulling fs layer [2021-01-08T15:42:16.078Z] aa168da1d23b: Pulling fs layer [2021-01-08T15:42:16.078Z] 93b9cdb0e59b: Waiting [2021-01-08T15:42:16.078Z] 5e14af77c1be: Waiting [2021-01-08T15:42:16.078Z] 01666e4c0597: Waiting [2021-01-08T15:42:16.078Z] aa168da1d23b: Waiting [2021-01-08T15:42:16.078Z] 93b61091891f: Waiting [2021-01-08T15:42:16.078Z] 36b3adc4ff6f: Verifying Checksum [2021-01-08T15:42:16.078Z] 36b3adc4ff6f: Download complete [2021-01-08T15:42:16.078Z] 46f8f816bc3b: Verifying Checksum [2021-01-08T15:42:16.078Z] 46f8f816bc3b: Download complete [2021-01-08T15:42:16.078Z] df20fa9351a1: Verifying Checksum [2021-01-08T15:42:16.078Z] df20fa9351a1: Download complete [2021-01-08T15:42:16.078Z] 93b9cdb0e59b: Verifying Checksum [2021-01-08T15:42:16.078Z] 93b9cdb0e59b: Download complete [2021-01-08T15:42:16.369Z] 5e14af77c1be: Verifying Checksum [2021-01-08T15:42:16.369Z] 5e14af77c1be: Download complete [2021-01-08T15:42:16.369Z] 01666e4c0597: Verifying Checksum [2021-01-08T15:42:16.369Z] 01666e4c0597: Download complete [2021-01-08T15:42:16.369Z] 93b61091891f: Verifying Checksum [2021-01-08T15:42:16.369Z] 93b61091891f: Download complete [2021-01-08T15:42:16.648Z] 8ad3a11d3b57: Verifying Checksum [2021-01-08T15:42:16.648Z] 8ad3a11d3b57: Download complete [2021-01-08T15:42:16.916Z] df20fa9351a1: Pull complete [2021-01-08T15:42:17.190Z] 36b3adc4ff6f: Pull complete [2021-01-08T15:42:19.250Z] 8ad3a11d3b57: Pull complete [2021-01-08T15:42:19.250Z] 46f8f816bc3b: Pull complete [2021-01-08T15:42:20.299Z] 93b61091891f: Pull complete [2021-01-08T15:42:20.579Z] 93b9cdb0e59b: Pull complete [2021-01-08T15:42:20.857Z] 5e14af77c1be: Pull complete [2021-01-08T15:42:21.128Z] 01666e4c0597: Pull complete [2021-01-08T15:42:21.397Z] aa168da1d23b: Verifying Checksum [2021-01-08T15:42:21.397Z] aa168da1d23b: Download complete [2021-01-08T15:42:36.491Z] aa168da1d23b: Pull complete [2021-01-08T15:42:36.491Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-08T15:42:36.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T15:42:36.491Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-08T15:42:36.664Z] prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container [2021-01-08T15:42:36.743Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-08T15:42:39.362Z] $ docker top 438b2cbae19d0e1469b77a97c92d988df8b5b8aa074332f0ad641a22f887bd9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T15:42:40.093Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-08T15:42:40.485Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-08T15:42:40.850Z] + ls /var/log/sa-host [2021-01-08T15:42:40.850Z] + sadf -c /var/log/sa-host/sa08 [2021-01-08T15:42:40.850Z] file_magic: OK [2021-01-08T15:42:40.850Z] HZ: Using current value: 100 [2021-01-08T15:42:40.850Z] file_header: OK [2021-01-08T15:42:40.850Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-08T15:42:40.850Z] Statistics: [2021-01-08T15:42:40.850Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-08T15:42:40.850Z] File successfully converted to sysstat format version 12.2.1 [2021-01-08T15:42:40.850Z] + sadf -c /var/log/sa-host/sa23 [2021-01-08T15:42:40.850Z] file_magic: OK [2021-01-08T15:42:40.850Z] HZ: Using current value: 100 [2021-01-08T15:42:40.850Z] file_header: OK [2021-01-08T15:42:40.850Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-08T15:42:40.850Z] Statistics: [2021-01-08T15:42:40.850Z] Hnuu...uuuununununu... [2021-01-08T15:42:40.850Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T15:42:41.410Z] provisioning config files... [2021-01-08T15:42:41.427Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config641460791306821086tmp [Pipeline] { [Pipeline] echo [2021-01-08T15:42:41.527Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:42:41.862Z] ---> create-netrc.sh [Pipeline] } [2021-01-08T15:42:41.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-08T15:42:41.971Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:42:42.289Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-08T15:42:42.307Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:42:42.997Z] ---> sudo-logs.sh [2021-01-08T15:42:42.997Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-08T15:42:43.035Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:42:43.754Z] ---> job-cost.sh [2021-01-08T15:42:43.754Z] lf-activate-venv: SKIPPING [2021-01-08T15:42:43.754Z] INFO: No Stack... [2021-01-08T15:42:45.753Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-08T15:42:46.019Z] INFO: Archiving Costs [Pipeline] echo [2021-01-08T15:42:46.034Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T15:42:46.377Z] ---> logs-deploy.sh [2021-01-08T15:42:46.377Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/165 [2021-01-08T15:42:46.377Z] INFO: archiving workspace using pattern(s): [2021-01-08T15:42:48.962Z] Archives upload complete. [2021-01-08T15:42:48.962Z] INFO: archiving logs to Nexus