Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d5e638f2527a7df0e2423fefa94ca91616313c76 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14968 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 d5e638f2527a7df0e2423fefa94ca91616313c76 (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 d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 Commit message: "feat(store-forward): Remove Mongo as supported DB option (#589)" > git rev-list --no-walk e5100d529b58d0c19d0905c9fafb19f11d5acd53 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T23:07:21.069Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T23:07:21.376Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-07T23:07:21.474Z] ========================================================= [2020-12-07T23:07:21.474Z] EdgeX Global Pipelines Version Info [2020-12-07T23:07:21.474Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:07:22.945Z] ------------------- [2020-12-07T23:07:22.945Z] stable info: [2020-12-07T23:07:22.945Z] ------------------- [2020-12-07T23:07:22.945Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T23:07:22.945Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T23:07:22.945Z] Message: update stable to v1.0.171 [2020-12-07T23:07:23.898Z] ------------------- [2020-12-07T23:07:23.898Z] experimental info: [2020-12-07T23:07:23.898Z] ------------------- [2020-12-07T23:07:23.898Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T23:07:23.898Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T23:07:23.898Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T23:07:24.177Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-07T23:07:24.306Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-07T23:07:24.422Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T23:07:24.513Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T23:07:24.600Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T23:07:24.706Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T23:07:24.794Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T23:07:24.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T23:07:25.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-07T23:07:25.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T23:07:25.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T23:07:25.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-07T23:07:25.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T23:07:25.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T23:07:25.618Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:07:25.745Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:07:25.895Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:07:26.045Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:07:26.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T23:07:26.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-07T23:07:26.328Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-07T23:07:26.423Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-07T23:07:26.520Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-07T23:07:26.617Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-07T23:07:26.724Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-07T23:07:26.816Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T23:07:26.918Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-07T23:07:27.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-07T23:07:27.095Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-07T23:07:27.191Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] echo [2020-12-07T23:07:27.296Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5e638f [Pipeline] echo [2020-12-07T23:07:27.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:07:28.096Z] + git log --format=format:%s -1 d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] echo [2020-12-07T23:07:28.178Z] GIT_COMMIT: d5e638f2527a7df0e2423fefa94ca91616313c76, Commit Message: feat(store-forward): Remove Mongo as supported DB option (#589) [Pipeline] echo [2020-12-07T23:07:28.224Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:07:29.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:07:29.227Z] [2020-12-07T23:07:29.227Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:07:29.577Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:07:29.577Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T23:07:29.577Z] 31603596830f: Pulling fs layer [2020-12-07T23:07:29.577Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T23:07:29.577Z] 6ca5941a6612: Pulling fs layer [2020-12-07T23:07:29.577Z] ecc8261a40a4: Pulling fs layer [2020-12-07T23:07:29.577Z] ecc8261a40a4: Waiting [2020-12-07T23:07:29.577Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T23:07:29.577Z] 2a8b12db71e7: Download complete [2020-12-07T23:07:29.839Z] 31603596830f: Verifying Checksum [2020-12-07T23:07:29.839Z] 31603596830f: Download complete [2020-12-07T23:07:29.839Z] 6ca5941a6612: Verifying Checksum [2020-12-07T23:07:29.839Z] 6ca5941a6612: Download complete [2020-12-07T23:07:30.106Z] ecc8261a40a4: Verifying Checksum [2020-12-07T23:07:30.106Z] ecc8261a40a4: Download complete [2020-12-07T23:07:30.106Z] 31603596830f: Pull complete [2020-12-07T23:07:30.375Z] 2a8b12db71e7: Pull complete [2020-12-07T23:07:30.962Z] 6ca5941a6612: Pull complete [2020-12-07T23:07:31.537Z] ecc8261a40a4: Pull complete [2020-12-07T23:07:31.537Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T23:07:31.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:07:31.537Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T23:07:31.652Z] prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container [2020-12-07T23:07:31.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-07T23:07:33.827Z] $ docker top 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T23:07:34.130Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:07:34.130Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:07:34.345Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:07:34.346Z] $ docker exec 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent [2020-12-07T23:07:34.521Z] SSH_AUTH_SOCK=/tmp/ssh-Wy3H1rW0W0EM/agent.13 [2020-12-07T23:07:34.521Z] SSH_AGENT_PID=18 [2020-12-07T23:07:34.532Z] Running ssh-add (command line suppressed) [2020-12-07T23:07:34.653Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8335041109312047143.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8335041109312047143.key) [2020-12-07T23:07:34.708Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:07:35.039Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T23:07:35.059Z] $ docker exec --env ******** --env ******** 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent -k [2020-12-07T23:07:35.177Z] unset SSH_AUTH_SOCK; [2020-12-07T23:07:35.177Z] unset SSH_AGENT_PID; [2020-12-07T23:07:35.177Z] echo Agent pid 18 killed; [2020-12-07T23:07:35.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T23:07:35.378Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:07:35.378Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:07:35.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:07:35.607Z] $ docker exec 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent [2020-12-07T23:07:35.772Z] SSH_AUTH_SOCK=/tmp/ssh-gAAGRiTPAsKE/agent.47 [2020-12-07T23:07:35.772Z] SSH_AGENT_PID=52 [2020-12-07T23:07:35.779Z] Running ssh-add (command line suppressed) [2020-12-07T23:07:35.901Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9108999210770021973.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9108999210770021973.key) [2020-12-07T23:07:35.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:07:36.311Z] + git semver init [2020-12-07T23:07:36.311Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T23:07:36.311Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-07T23:07:36.311Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-07T23:07:36.311Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T23:07:36.311Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T23:07:36.311Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T23:07:36.311Z] # $SEMVER_BRANCH = master [2020-12-07T23:07:36.311Z] # $SEMVER_TEMP = /tmp/semver-768655349 [2020-12-07T23:07:36.311Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-07T23:07:38.876Z] # '/tmp/semver-768655349' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-12-07T23:07:38.876Z] # -> Force: false [2020-12-07T23:07:38.876Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-07T23:07:38.886Z] $ docker exec --env ******** --env ******** 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent -k [2020-12-07T23:07:39.006Z] unset SSH_AUTH_SOCK; [2020-12-07T23:07:39.007Z] unset SSH_AGENT_PID; [2020-12-07T23:07:39.007Z] echo Agent pid 52 killed; [2020-12-07T23:07:39.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T23:07:39.531Z] + git semver [Pipeline] } [2020-12-07T23:07:39.545Z] $ docker stop --time=1 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 [2020-12-07T23:07:41.020Z] $ docker rm -f 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:07:41.492Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T23:07:41.936Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T23:07:41.939Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-07T23:07:57.452Z] Still waiting to schedule task [2020-12-07T23:07:57.453Z] ‘prd-centos7-blackbox-4c-2g-14966’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14967’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14970’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14962’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-12-07T23:07:57.455Z] Still waiting to schedule task [2020-12-07T23:07:57.455Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-07T23:09:32.116Z] Running on prd-centos7-docker-4c-2g-14976 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-07T23:09:32.178Z] Running in /w/workspace/app-functions-sdk-go/152 [Pipeline] { [Pipeline] checkout [2020-12-07T23:09:35.278Z] using credential edgex-jenkins-ssh [2020-12-07T23:09:35.342Z] Cloning the remote Git repository [2020-12-07T23:09:35.182Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:09:35.276Z] > git init /w/workspace/app-functions-sdk-go/152 # timeout=10 [2020-12-07T23:09:35.341Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:09:35.341Z] > git --version # timeout=10 [2020-12-07T23:09:35.349Z] > git --version # 'git version 2.24.3' [2020-12-07T23:09:35.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:09:35.386Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:09:37.570Z] Checking out Revision d5e638f2527a7df0e2423fefa94ca91616313c76 (master) [2020-12-07T23:09:37.083Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:09:37.095Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:09:37.108Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:09:37.121Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:09:37.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:09:37.127Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T23:09:37.571Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:09:37.586Z] > git checkout -f d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 [2020-12-07T23:09:41.211Z] Commit message: "feat(store-forward): Remove Mongo as supported DB option (#589)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:09:42.545Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:09:42.873Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:09:43.166Z] + sudo service docker restart [2020-12-07T23:09:43.166Z] + true [2020-12-07T23:09:43.166Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-07T23:09:44.691Z] ========================================================= [2020-12-07T23:09:44.691Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T23:09:44.691Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:09:45.074Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-07T23:09:45.649Z] Sending build context to Docker daemon 19.15MB [2020-12-07T23:09:45.649Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-07T23:09:45.649Z] Step 2/8 : FROM ${BASE} [2020-12-07T23:09:45.649Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T23:09:45.649Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T23:09:45.649Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T23:09:45.649Z] de9db76c5a1d: Pulling fs layer [2020-12-07T23:09:45.649Z] bca2f99d35d6: Pulling fs layer [2020-12-07T23:09:45.649Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T23:09:45.649Z] 7c6f9722023f: Pulling fs layer [2020-12-07T23:09:45.649Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T23:09:45.649Z] bca2f99d35d6: Waiting [2020-12-07T23:09:45.649Z] 93359f2a8cfa: Waiting [2020-12-07T23:09:45.649Z] 7c6f9722023f: Waiting [2020-12-07T23:09:45.649Z] a35cf1a2eb13: Waiting [2020-12-07T23:09:45.649Z] de9db76c5a1d: Verifying Checksum [2020-12-07T23:09:45.649Z] de9db76c5a1d: Download complete [2020-12-07T23:09:45.649Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T23:09:45.649Z] 0ef7d3d256c8: Download complete [2020-12-07T23:09:45.649Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T23:09:45.649Z] 93359f2a8cfa: Download complete [2020-12-07T23:09:45.649Z] 7c6f9722023f: Verifying Checksum [2020-12-07T23:09:45.649Z] 7c6f9722023f: Download complete [2020-12-07T23:09:45.911Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T23:09:45.911Z] 188c0c94c7c5: Download complete [2020-12-07T23:09:46.175Z] 188c0c94c7c5: Pull complete [2020-12-07T23:09:46.175Z] 0ef7d3d256c8: Pull complete [2020-12-07T23:09:46.438Z] de9db76c5a1d: Pull complete [2020-12-07T23:09:47.838Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T23:09:47.838Z] a35cf1a2eb13: Download complete [2020-12-07T23:09:48.416Z] bca2f99d35d6: Verifying Checksum [2020-12-07T23:09:48.416Z] bca2f99d35d6: Download complete [2020-12-07T23:09:53.746Z] bca2f99d35d6: Pull complete [2020-12-07T23:09:54.022Z] 93359f2a8cfa: Pull complete [2020-12-07T23:09:54.022Z] 7c6f9722023f: Pull complete [2020-12-07T23:10:02.247Z] a35cf1a2eb13: Pull complete [2020-12-07T23:10:02.247Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T23:10:02.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T23:10:02.247Z] ---> a62c8e92a672 [2020-12-07T23:10:02.247Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T23:10:02.247Z] latest: Pulling from library/docker [2020-12-07T23:10:02.247Z] 188c0c94c7c5: Already exists [2020-12-07T23:10:02.247Z] 0c7c675703d6: Pulling fs layer [2020-12-07T23:10:02.247Z] cc8c12a437cb: Pulling fs layer [2020-12-07T23:10:02.247Z] f092543453df: Pulling fs layer [2020-12-07T23:10:02.247Z] 65b6bc45957d: Pulling fs layer [2020-12-07T23:10:02.247Z] 4de832df471b: Pulling fs layer [2020-12-07T23:10:02.247Z] 79aa7fa92271: Pulling fs layer [2020-12-07T23:10:02.247Z] 4de832df471b: Waiting [2020-12-07T23:10:02.247Z] 79aa7fa92271: Waiting [2020-12-07T23:10:02.247Z] 65b6bc45957d: Waiting [2020-12-07T23:10:02.247Z] cc8c12a437cb: Verifying Checksum [2020-12-07T23:10:02.247Z] cc8c12a437cb: Download complete [2020-12-07T23:10:02.247Z] 65b6bc45957d: Verifying Checksum [2020-12-07T23:10:02.247Z] 65b6bc45957d: Download complete [2020-12-07T23:10:02.247Z] 0c7c675703d6: Verifying Checksum [2020-12-07T23:10:02.247Z] 0c7c675703d6: Download complete [2020-12-07T23:10:02.247Z] 4de832df471b: Verifying Checksum [2020-12-07T23:10:02.247Z] 4de832df471b: Download complete [2020-12-07T23:10:02.247Z] 79aa7fa92271: Verifying Checksum [2020-12-07T23:10:02.247Z] 79aa7fa92271: Download complete [2020-12-07T23:10:02.247Z] 0c7c675703d6: Pull complete [2020-12-07T23:10:02.247Z] cc8c12a437cb: Pull complete [2020-12-07T23:10:03.203Z] f092543453df: Verifying Checksum [2020-12-07T23:10:03.203Z] f092543453df: Download complete [2020-12-07T23:10:05.792Z] f092543453df: Pull complete [2020-12-07T23:10:05.792Z] 65b6bc45957d: Pull complete [2020-12-07T23:10:05.792Z] 4de832df471b: Pull complete [2020-12-07T23:10:05.792Z] 79aa7fa92271: Pull complete [2020-12-07T23:10:05.792Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T23:10:05.792Z] Status: Downloaded newer image for docker:latest [2020-12-07T23:10:07.735Z] ---> bc44888802bb [2020-12-07T23:10:07.735Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-07T23:10:07.997Z] ---> Running in 699165d79c6e [2020-12-07T23:10:07.997Z] Removing intermediate container 699165d79c6e [2020-12-07T23:10:07.997Z] ---> 9a7401f1e6d7 [2020-12-07T23:10:07.997Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-07T23:10:08.261Z] ---> Running in 35f0dc4d20e4 [2020-12-07T23:10:08.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T23:10:09.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T23:10:11.198Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-07T23:10:11.198Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-07T23:10:11.463Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-07T23:10:11.726Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-07T23:10:11.726Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-07T23:10:11.726Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T23:10:11.726Z] OK: 167 MiB in 44 packages [2020-12-07T23:10:12.682Z] Removing intermediate container 35f0dc4d20e4 [2020-12-07T23:10:12.682Z] ---> b7c539a8ee14 [2020-12-07T23:10:12.682Z] Step 6/8 : WORKDIR /build [2020-12-07T23:10:12.682Z] ---> Running in 3ac3daaf672b [2020-12-07T23:10:12.682Z] Removing intermediate container 3ac3daaf672b [2020-12-07T23:10:12.682Z] ---> 568c471acef3 [2020-12-07T23:10:12.682Z] Step 7/8 : COPY go.mod . [2020-12-07T23:10:12.956Z] ---> c3573414c490 [2020-12-07T23:10:12.956Z] Step 8/8 : RUN go mod download [2020-12-07T23:10:12.956Z] ---> Running in ae5b87a1ca05 [2020-12-07T23:10:35.002Z] Removing intermediate container ae5b87a1ca05 [2020-12-07T23:10:35.002Z] ---> c82230dac658 [2020-12-07T23:10:35.002Z] Successfully built c82230dac658 [2020-12-07T23:10:35.002Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:10:35.422Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T23:10:35.422Z] . [Pipeline] withDockerContainer [2020-12-07T23:10:35.665Z] prd-centos7-docker-4c-2g-14976 does not seem to be running inside a container [2020-12-07T23:10:35.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@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 [2020-12-07T23:10:36.511Z] $ docker top 36fab60c25874abfc3f982970d7d11eaf49099a38eba40e98525cfe20ef0445a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:10:36.998Z] + go version [2020-12-07T23:10:36.998Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T23:10:37.039Z] $ docker stop --time=1 36fab60c25874abfc3f982970d7d11eaf49099a38eba40e98525cfe20ef0445a [2020-12-07T23:10:38.396Z] $ docker rm -f 36fab60c25874abfc3f982970d7d11eaf49099a38eba40e98525cfe20ef0445a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:10:39.221Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T23:10:39.221Z] . [Pipeline] withDockerContainer [2020-12-07T23:10:39.321Z] prd-centos7-docker-4c-2g-14976 does not seem to be running inside a container [2020-12-07T23:10:39.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@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 [2020-12-07T23:10:39.921Z] $ docker top fc53460fcce6299e11e93797f013fe0c07d8a5ed19a47dabe8b643a7d9a57231 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:10:40.472Z] + make test [2020-12-07T23:10:40.472Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-07T23:10:41.867Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-07T23:10:45.127Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14978 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-07T23:10:45.180Z] Running in /w/workspace/app-functions-sdk-go/152 [Pipeline] { [Pipeline] checkout [2020-12-07T23:10:50.149Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.016s coverage: 86.2% of statements [2020-12-07T23:10:50.277Z] using credential edgex-jenkins-ssh [2020-12-07T23:10:50.351Z] Cloning the remote Git repository [2020-12-07T23:10:50.436Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:10:50.554Z] > git init /w/workspace/app-functions-sdk-go/152 # timeout=10 [2020-12-07T23:10:50.650Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:10:50.651Z] > git --version # timeout=10 [2020-12-07T23:10:50.674Z] > git --version # 'git version 2.17.1' [2020-12-07T23:10:50.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:10:50.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:10:53.654Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:10:53.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:10:53.703Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:10:53.781Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:10:53.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:10:53.797Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T23:10:54.253Z] Checking out Revision d5e638f2527a7df0e2423fefa94ca91616313c76 (master) [2020-12-07T23:10:54.290Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:10:54.315Z] > git checkout -f d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 [2020-12-07T23:10:58.757Z] Commit message: "feat(store-forward): Remove Mongo as supported DB option (#589)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:11:00.283Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.027s coverage: 52.0% of statements [2020-12-07T23:11:00.283Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-07T23:11:00.284Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-07T23:11:00.284Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.033s coverage: 54.7% of statements [2020-12-07T23:11:00.284Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-07T23:11:00.284Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.033s coverage: 69.1% of statements [2020-12-07T23:11:00.516Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:11:00.942Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:11:01.368Z] + true [2020-12-07T23:11:01.368Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2020-12-07T23:11:04.379Z] ========================================================= [2020-12-07T23:11:04.379Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T23:11:04.379Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:11:04.785Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-07T23:11:06.265Z] Sending build context to Docker daemon 19.15MB [2020-12-07T23:11:06.265Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-07T23:11:06.265Z] Step 2/8 : FROM ${BASE} [2020-12-07T23:11:06.547Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T23:11:06.547Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T23:11:06.547Z] a4357932f1b6: Pulling fs layer [2020-12-07T23:11:06.547Z] 18c013af1878: Pulling fs layer [2020-12-07T23:11:06.547Z] 00ac8860ef70: Pulling fs layer [2020-12-07T23:11:06.547Z] 63d7cb157983: Pulling fs layer [2020-12-07T23:11:06.547Z] b116817d02f9: Pulling fs layer [2020-12-07T23:11:06.547Z] 745a02a5169b: Pulling fs layer [2020-12-07T23:11:06.548Z] 00ac8860ef70: Waiting [2020-12-07T23:11:06.548Z] 63d7cb157983: Waiting [2020-12-07T23:11:06.548Z] b116817d02f9: Waiting [2020-12-07T23:11:06.548Z] 745a02a5169b: Waiting [2020-12-07T23:11:06.548Z] 18c013af1878: Verifying Checksum [2020-12-07T23:11:06.548Z] 18c013af1878: Download complete [2020-12-07T23:11:06.548Z] a4357932f1b6: Download complete [2020-12-07T23:11:06.548Z] 63d7cb157983: Verifying Checksum [2020-12-07T23:11:06.548Z] 63d7cb157983: Download complete [2020-12-07T23:11:06.548Z] b116817d02f9: Download complete [2020-12-07T23:11:06.548Z] 5f621e34cdf4: Verifying Checksum [2020-12-07T23:11:06.548Z] 5f621e34cdf4: Download complete [2020-12-07T23:11:07.171Z] 5f621e34cdf4: Pull complete [2020-12-07T23:11:08.176Z] a4357932f1b6: Pull complete [2020-12-07T23:11:08.451Z] 18c013af1878: Pull complete [2020-12-07T23:11:09.437Z] 745a02a5169b: Verifying Checksum [2020-12-07T23:11:09.437Z] 745a02a5169b: Download complete [2020-12-07T23:11:10.902Z] 00ac8860ef70: Verifying Checksum [2020-12-07T23:11:10.902Z] 00ac8860ef70: Download complete [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.422s coverage: 61.6% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.015s coverage: 100.0% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.011s coverage: 8.8% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.919s coverage: 75.0% of statements [2020-12-07T23:11:15.219Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements [2020-12-07T23:11:15.219Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements [2020-12-07T23:11:21.078Z] 00ac8860ef70: Pull complete [2020-12-07T23:11:21.078Z] 63d7cb157983: Pull complete [2020-12-07T23:11:21.078Z] b116817d02f9: Pull complete [2020-12-07T23:11:24.455Z] 745a02a5169b: Pull complete [2020-12-07T23:11:24.455Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T23:11:24.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T23:11:24.455Z] ---> b7e6874047d6 [2020-12-07T23:11:24.455Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T23:11:24.455Z] latest: Pulling from library/docker [2020-12-07T23:11:24.455Z] 5f621e34cdf4: Already exists [2020-12-07T23:11:24.744Z] 85db56a05063: Pulling fs layer [2020-12-07T23:11:24.744Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T23:11:24.744Z] de930078acea: Pulling fs layer [2020-12-07T23:11:24.744Z] d5a9d88a4785: Pulling fs layer [2020-12-07T23:11:24.744Z] e7f15c1544d5: Pulling fs layer [2020-12-07T23:11:24.744Z] 877c515997d3: Pulling fs layer [2020-12-07T23:11:24.744Z] d5a9d88a4785: Waiting [2020-12-07T23:11:24.744Z] e7f15c1544d5: Waiting [2020-12-07T23:11:24.744Z] 877c515997d3: Waiting [2020-12-07T23:11:24.744Z] ccb67d6aeaaa: Verifying Checksum [2020-12-07T23:11:24.744Z] ccb67d6aeaaa: Download complete [2020-12-07T23:11:24.744Z] d5a9d88a4785: Verifying Checksum [2020-12-07T23:11:24.744Z] d5a9d88a4785: Download complete [2020-12-07T23:11:24.744Z] e7f15c1544d5: Verifying Checksum [2020-12-07T23:11:24.744Z] e7f15c1544d5: Download complete [2020-12-07T23:11:24.744Z] 877c515997d3: Download complete [2020-12-07T23:11:24.744Z] 85db56a05063: Verifying Checksum [2020-12-07T23:11:24.744Z] 85db56a05063: Download complete [2020-12-07T23:11:25.734Z] 85db56a05063: Pull complete [2020-12-07T23:11:26.008Z] ccb67d6aeaaa: Pull complete [2020-12-07T23:11:26.283Z] de930078acea: Verifying Checksum [2020-12-07T23:11:26.283Z] de930078acea: Download complete [2020-12-07T23:11:29.683Z] de930078acea: Pull complete [2020-12-07T23:11:29.683Z] d5a9d88a4785: Pull complete [2020-12-07T23:11:30.170Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.031s coverage: 71.0% of statements [2020-12-07T23:11:30.171Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-12-07T23:11:30.171Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-07T23:11:30.282Z] e7f15c1544d5: Pull complete [2020-12-07T23:11:30.561Z] 877c515997d3: Pull complete [2020-12-07T23:11:30.561Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T23:11:30.561Z] Status: Downloaded newer image for docker:latest [2020-12-07T23:11:33.535Z] gofmt -l . [2020-12-07T23:11:33.535Z] [ "`gofmt -l .`" = "" ] [2020-12-07T23:11:33.535Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-07T23:11:33.816Z] $ docker stop --time=1 fc53460fcce6299e11e93797f013fe0c07d8a5ed19a47dabe8b643a7d9a57231 [2020-12-07T23:11:35.543Z] $ docker rm -f fc53460fcce6299e11e93797f013fe0c07d8a5ed19a47dabe8b643a7d9a57231 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:11:36.200Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-07T23:11:36.627Z] 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] } [2020-12-07T23:11:37.297Z] ---> 8ec08c604ce3 [2020-12-07T23:11:37.297Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-07T23:11:37.297Z] ---> Running in 1fd5d8ff7b9d [2020-12-07T23:11:37.297Z] Removing intermediate container 1fd5d8ff7b9d [2020-12-07T23:11:37.297Z] ---> 8f0adbdb6d79 [2020-12-07T23:11:37.297Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-07T23:11:37.297Z] ---> Running in 3ed6f3b68f93 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-07T23:11:38.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T23:11:39.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T23:11:40.707Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-07T23:11:40.977Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-07T23:11:40.978Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-07T23:11:41.248Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-07T23:11:41.248Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-07T23:11:41.248Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T23:11:41.522Z] OK: 144 MiB in 44 packages [2020-12-07T23:11:42.952Z] Removing intermediate container 3ed6f3b68f93 [2020-12-07T23:11:42.952Z] ---> cd69863fcc3f [2020-12-07T23:11:42.952Z] Step 6/8 : WORKDIR /build [2020-12-07T23:11:42.952Z] ---> Running in 2cdfeaf7ae4a [2020-12-07T23:11:43.226Z] Removing intermediate container 2cdfeaf7ae4a [2020-12-07T23:11:43.226Z] ---> d855730c44bb [2020-12-07T23:11:43.226Z] Step 7/8 : COPY go.mod . [2020-12-07T23:11:43.823Z] ---> 0eda0ce4a3c1 [2020-12-07T23:11:43.823Z] Step 8/8 : RUN go mod download [2020-12-07T23:11:44.096Z] ---> Running in 49209719f1fa [2020-12-07T23:12:10.915Z] Removing intermediate container 49209719f1fa [2020-12-07T23:12:10.915Z] ---> 1457e8a289e7 [2020-12-07T23:12:10.915Z] Successfully built 1457e8a289e7 [2020-12-07T23:12:10.915Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:12:11.254Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T23:12:11.254Z] . [Pipeline] withDockerContainer [2020-12-07T23:12:11.511Z] prd-ubuntu18.04-docker-arm64-4c-16g-14978 does not seem to be running inside a container [2020-12-07T23:12:11.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-07T23:12:13.221Z] $ docker top 0e0e50d29894a99a0edddfaac2e018222f348da838c7b44bdf315bc293242cde -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:12:14.257Z] + go version [2020-12-07T23:12:14.257Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T23:12:14.330Z] $ docker stop --time=1 0e0e50d29894a99a0edddfaac2e018222f348da838c7b44bdf315bc293242cde [2020-12-07T23:12:16.317Z] $ docker rm -f 0e0e50d29894a99a0edddfaac2e018222f348da838c7b44bdf315bc293242cde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:12:17.367Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T23:12:17.367Z] . [Pipeline] withDockerContainer [2020-12-07T23:12:17.664Z] prd-ubuntu18.04-docker-arm64-4c-16g-14978 does not seem to be running inside a container [2020-12-07T23:12:18.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-07T23:12:20.423Z] $ docker top 07d32a4fa69200d1531f7c0256e6e3d3a37dfad0c09e2d35414b3e3e2ab48192 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:12:21.560Z] + make test [2020-12-07T23:12:21.560Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-07T23:12:23.546Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-07T23:12:45.794Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.052s coverage: 86.2% of statements [2020-12-07T23:13:18.197Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.056s coverage: 52.0% of statements [2020-12-07T23:13:18.197Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-07T23:13:18.197Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-07T23:13:18.197Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.074s coverage: 54.7% of statements [2020-12-07T23:13:18.197Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-07T23:13:18.197Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.049s coverage: 69.1% of statements [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.449s coverage: 61.6% of statements [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.010s coverage: 100.0% of statements [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-07T23:13:23.600Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-07T23:13:23.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements [2020-12-07T23:13:25.572Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements [2020-12-07T23:13:25.572Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-07T23:13:25.572Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.045s coverage: 89.7% of statements [2020-12-07T23:13:25.572Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.027s coverage: 88.9% of statements [2020-12-07T23:13:25.572Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.038s coverage: 80.5% of statements [2020-12-07T23:13:25.572Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements [2020-12-07T23:13:52.362Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 71.0% of statements [2020-12-07T23:13:52.362Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements [2020-12-07T23:13:52.362Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-07T23:14:00.694Z] gofmt -l . [2020-12-07T23:14:00.969Z] [ "`gofmt -l .`" = "" ] [2020-12-07T23:14:01.566Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-07T23:14:02.240Z] $ docker stop --time=1 07d32a4fa69200d1531f7c0256e6e3d3a37dfad0c09e2d35414b3e3e2ab48192 [2020-12-07T23:14:04.497Z] $ docker rm -f 07d32a4fa69200d1531f7c0256e6e3d3a37dfad0c09e2d35414b3e3e2ab48192 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:14:05.513Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-07T23:14:05.603Z] Warning: overwriting stash ‘coverage-report’ [2020-12-07T23:14:06.572Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-07T23:14:08.636Z] provisioning config files... [2020-12-07T23:14:08.652Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8073459069763414204tmp [Pipeline] { [Pipeline] sh [2020-12-07T23:14:09.048Z] + set +x [2020-12-07T23:14:09.048Z] + curl -s https://codecov.io/bash [2020-12-07T23:14:09.048Z] + bash -s -- [2020-12-07T23:14:09.310Z] [2020-12-07T23:14:09.310Z] _____ _ [2020-12-07T23:14:09.310Z] / ____| | | [2020-12-07T23:14:09.310Z] | | ___ __| | ___ ___ _____ __ [2020-12-07T23:14:09.310Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-07T23:14:09.310Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-07T23:14:09.310Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-07T23:14:09.310Z] Bash-20201130-cc6d3fe [2020-12-07T23:14:09.310Z] [2020-12-07T23:14:09.310Z] [2020-12-07T23:14:09.310Z] ==> Jenkins CI detected. [2020-12-07T23:14:09.310Z] project root: . [2020-12-07T23:14:09.310Z] --> token set from env [2020-12-07T23:14:09.310Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-07T23:14:09.310Z] ==> Running gcov in . (disable via -X gcov) [2020-12-07T23:14:09.310Z] ==> Python coveragepy not found [2020-12-07T23:14:09.310Z] ==> Searching for coverage reports in: [2020-12-07T23:14:09.310Z] + . [2020-12-07T23:14:09.310Z] -> Found 1 reports [2020-12-07T23:14:09.310Z] ==> Detecting git/mercurial file structure [2020-12-07T23:14:09.310Z] ==> Reading reports [2020-12-07T23:14:09.310Z] + ./coverage.out bytes=89248 [2020-12-07T23:14:09.310Z] ==> Appending adjustments [2020-12-07T23:14:09.310Z] https://docs.codecov.io/docs/fixing-reports [2020-12-07T23:14:09.883Z] + Found adjustments [2020-12-07T23:14:09.883Z] ==> Gzipping contents [2020-12-07T23:14:09.883Z] 16K /tmp/codecov.wTapNW.gz [2020-12-07T23:14:09.883Z] ==> Uploading reports [2020-12-07T23:14:09.883Z] url: https://codecov.io [2020-12-07T23:14:09.883Z] query: branch=master&commit=d5e638f2527a7df0e2423fefa94ca91616313c76&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F152%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T23:14:09.883Z] -> Pinging Codecov [2020-12-07T23:14:09.883Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=d5e638f2527a7df0e2423fefa94ca91616313c76&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F152%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T23:14:10.458Z] -> Uploading to [2020-12-07T23:14:10.458Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-07/3D8B5DFFC46A037C893635FACE044666/d5e638f2527a7df0e2423fefa94ca91616313c76/eaa228e1-f2c6-411b-8764-027226783d5d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T231410Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c77d20741cfb6eff35ac1e41a5dc1f676c7e8e15deed7b7fcdac2b1f99b65c6c [2020-12-07T23:14:10.458Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T23:14:10.458Z] Dload Upload Total Spent Left Speed [2020-12-07T23:14:10.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15659 0 0 100 15659 0 34857 --:--:-- --:--:-- --:--:-- 34875 [2020-12-07T23:14:10.720Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] } [2020-12-07T23:14:10.729Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-07T23:14:11.643Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-07T23:14:11.700Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:14:12.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T23:14:12.040Z] [2020-12-07T23:14:12.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:14:12.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T23:14:12.389Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-07T23:14:12.389Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T23:14:12.389Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T23:14:12.389Z] de9db76c5a1d: Pulling fs layer [2020-12-07T23:14:12.389Z] 0eba1c9be4d2: Pulling fs layer [2020-12-07T23:14:12.389Z] 0d57e429df01: Pulling fs layer [2020-12-07T23:14:12.389Z] 4e4be7b47b0d: Pulling fs layer [2020-12-07T23:14:12.389Z] e1f770b5df2f: Pulling fs layer [2020-12-07T23:14:12.389Z] 85a0685a4137: Pulling fs layer [2020-12-07T23:14:12.389Z] 0eba1c9be4d2: Waiting [2020-12-07T23:14:12.389Z] 0d57e429df01: Waiting [2020-12-07T23:14:12.389Z] 4e4be7b47b0d: Waiting [2020-12-07T23:14:12.389Z] e1f770b5df2f: Waiting [2020-12-07T23:14:12.389Z] 85a0685a4137: Waiting [2020-12-07T23:14:12.389Z] de9db76c5a1d: Verifying Checksum [2020-12-07T23:14:12.389Z] de9db76c5a1d: Download complete [2020-12-07T23:14:12.389Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T23:14:12.389Z] 0ef7d3d256c8: Download complete [2020-12-07T23:14:12.389Z] 0d57e429df01: Verifying Checksum [2020-12-07T23:14:12.389Z] 0d57e429df01: Download complete [2020-12-07T23:14:12.389Z] 4e4be7b47b0d: Verifying Checksum [2020-12-07T23:14:12.389Z] 4e4be7b47b0d: Download complete [2020-12-07T23:14:12.389Z] 188c0c94c7c5: Download complete [2020-12-07T23:14:12.963Z] 188c0c94c7c5: Pull complete [2020-12-07T23:14:12.963Z] 0ef7d3d256c8: Pull complete [2020-12-07T23:14:13.225Z] de9db76c5a1d: Pull complete [2020-12-07T23:14:13.801Z] e1f770b5df2f: Verifying Checksum [2020-12-07T23:14:13.801Z] e1f770b5df2f: Download complete [2020-12-07T23:14:15.734Z] 0eba1c9be4d2: Verifying Checksum [2020-12-07T23:14:15.734Z] 0eba1c9be4d2: Download complete [2020-12-07T23:14:15.996Z] 85a0685a4137: Verifying Checksum [2020-12-07T23:14:15.996Z] 85a0685a4137: Download complete [2020-12-07T23:14:21.321Z] 0eba1c9be4d2: Pull complete [2020-12-07T23:14:21.321Z] 0d57e429df01: Pull complete [2020-12-07T23:14:21.321Z] 4e4be7b47b0d: Pull complete [2020-12-07T23:14:23.242Z] e1f770b5df2f: Pull complete [2020-12-07T23:14:31.405Z] 85a0685a4137: Pull complete [2020-12-07T23:14:31.405Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-07T23:14:31.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T23:14:31.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-07T23:14:31.644Z] prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container [2020-12-07T23:14:31.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-07T23:14:32.681Z] $ docker top 162a068bd9473b9272b2557f3ae94fd40a4024c83f72f797052d44d9e92ee909 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T23:14:32.860Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-07T23:14:33.159Z] + set -o pipefail [2020-12-07T23:14:33.159Z] + snyk monitor '--org=edgex-jenkins' [2020-12-07T23:14:41.307Z] [2020-12-07T23:14:41.307Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-12-07T23:14:41.307Z] [2020-12-07T23:14:41.307Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/d964f883-6401-4811-b015-e05efffa3892 [2020-12-07T23:14:41.307Z] [2020-12-07T23:14:41.307Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-07T23:14:41.307Z] [2020-12-07T23:14:41.307Z] [Pipeline] } [2020-12-07T23:14:41.324Z] $ docker stop --time=1 162a068bd9473b9272b2557f3ae94fd40a4024c83f72f797052d44d9e92ee909 [2020-12-07T23:14:43.987Z] $ docker rm -f 162a068bd9473b9272b2557f3ae94fd40a4024c83f72f797052d44d9e92ee909 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-07T23:14:45.362Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T23:14:45.445Z] provisioning config files... [2020-12-07T23:14:45.458Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9125966014781802226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:14:45.845Z] --> edgex-publish-swagger.sh [2020-12-07T23:14:45.845Z] === Publish openapi/v2 API === [2020-12-07T23:14:45.845Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-07T23:14:45.845Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-12-07T23:14:45.845Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T23:14:45.845Z] Dload Upload Total Spent Left Speed [2020-12-07T23:14:47.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10668 0:00:01 0:00:01 --:--:-- 10667 100 13025 0 0 100 13025 0 10667 0:00:01 0:00:01 --:--:-- 10667 [2020-12-07T23:14:47.050Z] [2020-12-07T23:14:47.050Z] [Pipeline] } [2020-12-07T23:14:47.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-12-07T23:14:48.257Z] + git log --format=format:%s -1 d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:14:48.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:14:48.572Z] . [Pipeline] withDockerContainer [2020-12-07T23:14:48.680Z] prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container [2020-12-07T23:14:48.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-07T23:14:49.567Z] $ docker top 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T23:14:49.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:14:49.891Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:14:50.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:14:50.131Z] $ docker exec 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 ssh-agent [2020-12-07T23:14:50.316Z] SSH_AUTH_SOCK=/tmp/ssh-EkIYOyRTkRKu/agent.12 [2020-12-07T23:14:50.316Z] SSH_AGENT_PID=17 [2020-12-07T23:14:50.323Z] Running ssh-add (command line suppressed) [2020-12-07T23:14:50.461Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3859482141072034748.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3859482141072034748.key) [2020-12-07T23:14:50.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:14:50.857Z] + git semver tag [2020-12-07T23:14:50.857Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T23:14:50.857Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-07T23:14:50.857Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-07T23:14:50.857Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T23:14:50.857Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T23:14:50.857Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T23:14:50.857Z] # $SEMVER_BRANCH = master [2020-12-07T23:14:50.857Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-07T23:14:50.857Z] # d5e638f2527a7df0e2423fefa94ca91616313c76 HEAD [2020-12-07T23:14:50.857Z] # -> Force: false [2020-12-07T23:14:50.857Z] # a29083d9b1b35851406cb5a41bffcd10323b3c15 refs/tags/v2.0.0-dev.1 [Pipeline] } [2020-12-07T23:14:50.873Z] $ docker exec --env ******** --env ******** 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 ssh-agent -k [2020-12-07T23:14:51.002Z] unset SSH_AUTH_SOCK; [2020-12-07T23:14:51.003Z] unset SSH_AGENT_PID; [2020-12-07T23:14:51.003Z] echo Agent pid 17 killed; [2020-12-07T23:14:51.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T23:14:51.565Z] + git semver [Pipeline] } [2020-12-07T23:14:51.587Z] $ docker stop --time=1 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 [2020-12-07T23:14:52.955Z] $ docker rm -f 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:14:53.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T23:14:53.565Z] [2020-12-07T23:14:53.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:14:53.917Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T23:14:53.917Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-07T23:14:53.917Z] ab5ef0e58194: Pulling fs layer [2020-12-07T23:14:53.917Z] 9712f1f96733: Pulling fs layer [2020-12-07T23:14:53.917Z] 63f879dbbcfc: Pulling fs layer [2020-12-07T23:14:53.917Z] 0d9ebad4ef96: Pulling fs layer [2020-12-07T23:14:53.917Z] e9a5061849ea: Pulling fs layer [2020-12-07T23:14:53.917Z] d747dcd14b5f: Pulling fs layer [2020-12-07T23:14:53.917Z] 2de7ff778b66: Pulling fs layer [2020-12-07T23:14:53.917Z] e9a5061849ea: Waiting [2020-12-07T23:14:53.917Z] 2de7ff778b66: Waiting [2020-12-07T23:14:53.917Z] d747dcd14b5f: Waiting [2020-12-07T23:14:53.917Z] 0d9ebad4ef96: Waiting [2020-12-07T23:14:53.917Z] 9712f1f96733: Verifying Checksum [2020-12-07T23:14:53.917Z] 9712f1f96733: Download complete [2020-12-07T23:14:55.311Z] 63f879dbbcfc: Verifying Checksum [2020-12-07T23:14:55.311Z] 63f879dbbcfc: Download complete [2020-12-07T23:14:55.583Z] e9a5061849ea: Verifying Checksum [2020-12-07T23:14:55.583Z] e9a5061849ea: Download complete [2020-12-07T23:14:55.583Z] d747dcd14b5f: Verifying Checksum [2020-12-07T23:14:55.583Z] d747dcd14b5f: Download complete [2020-12-07T23:14:56.162Z] 2de7ff778b66: Verifying Checksum [2020-12-07T23:14:56.162Z] 2de7ff778b66: Download complete [2020-12-07T23:14:56.423Z] 0d9ebad4ef96: Verifying Checksum [2020-12-07T23:14:56.423Z] 0d9ebad4ef96: Download complete [2020-12-07T23:14:56.423Z] ab5ef0e58194: Verifying Checksum [2020-12-07T23:14:56.423Z] ab5ef0e58194: Download complete [2020-12-07T23:15:00.812Z] ab5ef0e58194: Pull complete [2020-12-07T23:15:00.813Z] 9712f1f96733: Pull complete [2020-12-07T23:15:03.379Z] 63f879dbbcfc: Pull complete [2020-12-07T23:15:10.095Z] 0d9ebad4ef96: Pull complete [2020-12-07T23:15:10.095Z] e9a5061849ea: Pull complete [2020-12-07T23:15:10.095Z] d747dcd14b5f: Pull complete [2020-12-07T23:15:14.315Z] 2de7ff778b66: Pull complete [2020-12-07T23:15:14.315Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-07T23:15:14.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T23:15:14.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-07T23:15:14.491Z] prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container [2020-12-07T23:15:14.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-07T23:15:17.403Z] $ docker top f93d0d293107d0c80a5a5970bddf9ba9d285b0881fb899d386faf0c5bde29b38 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-07T23:15:17.672Z] provisioning config files... [2020-12-07T23:15:17.682Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4538359916188912453tmp [2020-12-07T23:15:17.696Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5524460509957139048tmp [2020-12-07T23:15:17.709Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3013327001915528402tmp [Pipeline] { [Pipeline] echo [2020-12-07T23:15:17.763Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:15:18.059Z] ---> sigul-configuration.sh [2020-12-07T23:15:18.059Z] gpg: directory `/root/.gnupg' created [2020-12-07T23:15:18.059Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-07T23:15:18.059Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-07T23:15:18.059Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-07T23:15:18.059Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-07T23:15:18.059Z] gpg: CAST5 encrypted data [2020-12-07T23:15:18.321Z] gpg: encrypted with 1 passphrase [2020-12-07T23:15:18.321Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-07T23:15:18.617Z] + mkdir /home/jenkins [2020-12-07T23:15:18.617Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-07T23:15:18.916Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-07T23:15:18.928Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:15:19.224Z] ---> sigul-install.sh [2020-12-07T23:15:24.518Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-07T23:15:24.814Z] + git tag --list [2020-12-07T23:15:24.814Z] v0.1.0 [2020-12-07T23:15:24.814Z] v0.1.1 [2020-12-07T23:15:24.814Z] v1.0.0 [2020-12-07T23:15:24.814Z] v1.1.0 [2020-12-07T23:15:24.814Z] v1.2.0 [2020-12-07T23:15:24.814Z] v1.2.1-dev.1 [2020-12-07T23:15:24.814Z] v1.2.1-dev.10 [2020-12-07T23:15:24.814Z] v1.2.1-dev.11 [2020-12-07T23:15:24.814Z] v1.2.1-dev.12 [2020-12-07T23:15:24.814Z] v1.2.1-dev.13 [2020-12-07T23:15:24.814Z] v1.2.1-dev.14 [2020-12-07T23:15:24.814Z] v1.2.1-dev.15 [2020-12-07T23:15:24.814Z] v1.2.1-dev.16 [2020-12-07T23:15:24.814Z] v1.2.1-dev.17 [2020-12-07T23:15:24.814Z] v1.2.1-dev.18 [2020-12-07T23:15:24.814Z] v1.2.1-dev.19 [2020-12-07T23:15:24.814Z] v1.2.1-dev.2 [2020-12-07T23:15:24.814Z] v1.2.1-dev.20 [2020-12-07T23:15:24.814Z] v1.2.1-dev.21 [2020-12-07T23:15:24.814Z] v1.2.1-dev.22 [2020-12-07T23:15:24.814Z] v1.2.1-dev.23 [2020-12-07T23:15:24.814Z] v1.2.1-dev.24 [2020-12-07T23:15:24.814Z] v1.2.1-dev.25 [2020-12-07T23:15:24.814Z] v1.2.1-dev.26 [2020-12-07T23:15:24.814Z] v1.2.1-dev.27 [2020-12-07T23:15:24.814Z] v1.2.1-dev.28 [2020-12-07T23:15:24.814Z] v1.2.1-dev.29 [2020-12-07T23:15:24.814Z] v1.2.1-dev.3 [2020-12-07T23:15:24.814Z] v1.2.1-dev.30 [2020-12-07T23:15:24.814Z] v1.2.1-dev.31 [2020-12-07T23:15:24.814Z] v1.2.1-dev.32 [2020-12-07T23:15:24.814Z] v1.2.1-dev.33 [2020-12-07T23:15:24.814Z] v1.2.1-dev.34 [2020-12-07T23:15:24.814Z] v1.2.1-dev.35 [2020-12-07T23:15:24.814Z] v1.2.1-dev.36 [2020-12-07T23:15:24.814Z] v1.2.1-dev.37 [2020-12-07T23:15:24.814Z] v1.2.1-dev.38 [2020-12-07T23:15:24.814Z] v1.2.1-dev.39 [2020-12-07T23:15:24.814Z] v1.2.1-dev.4 [2020-12-07T23:15:24.814Z] v1.2.1-dev.40 [2020-12-07T23:15:24.814Z] v1.2.1-dev.41 [2020-12-07T23:15:24.814Z] v1.2.1-dev.42 [2020-12-07T23:15:24.814Z] v1.2.1-dev.43 [2020-12-07T23:15:24.814Z] v1.2.1-dev.44 [2020-12-07T23:15:24.814Z] v1.2.1-dev.45 [2020-12-07T23:15:24.814Z] v1.2.1-dev.46 [2020-12-07T23:15:24.814Z] v1.2.1-dev.47 [2020-12-07T23:15:24.814Z] v1.2.1-dev.48 [2020-12-07T23:15:24.814Z] v1.2.1-dev.49 [2020-12-07T23:15:24.814Z] v1.2.1-dev.5 [2020-12-07T23:15:24.814Z] v1.2.1-dev.50 [2020-12-07T23:15:24.814Z] v1.2.1-dev.51 [2020-12-07T23:15:24.814Z] v1.2.1-dev.52 [2020-12-07T23:15:24.814Z] v1.2.1-dev.53 [2020-12-07T23:15:24.814Z] v1.2.1-dev.54 [2020-12-07T23:15:24.814Z] v1.2.1-dev.55 [2020-12-07T23:15:24.814Z] v1.2.1-dev.56 [2020-12-07T23:15:24.814Z] v1.2.1-dev.57 [2020-12-07T23:15:24.814Z] v1.2.1-dev.58 [2020-12-07T23:15:24.814Z] v1.2.1-dev.6 [2020-12-07T23:15:24.814Z] v1.2.1-dev.7 [2020-12-07T23:15:24.814Z] v1.2.1-dev.8 [2020-12-07T23:15:24.814Z] v1.2.1-dev.9 [2020-12-07T23:15:24.814Z] v1.3.0 [2020-12-07T23:15:24.814Z] v1.3.1-dev.1 [2020-12-07T23:15:24.814Z] v1.3.1-dev.2 [2020-12-07T23:15:24.814Z] v1.3.1-dev.3 [2020-12-07T23:15:24.814Z] v2.0.0-dev.1 [Pipeline] sh [2020-12-07T23:15:25.107Z] + lftools sign git-tag v2.0.0-dev.1 [2020-12-07T23:15:26.493Z] Signing Git tag with Sigul... [2020-12-07T23:15:26.493Z] Signing v2.0.0-dev.1 [Pipeline] echo [2020-12-07T23:15:27.447Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:15:27.738Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-07T23:15:27.747Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-07T23:15:27.851Z] $ docker stop --time=1 f93d0d293107d0c80a5a5970bddf9ba9d285b0881fb899d386faf0c5bde29b38 [2020-12-07T23:15:29.750Z] $ docker rm -f f93d0d293107d0c80a5a5970bddf9ba9d285b0881fb899d386faf0c5bde29b38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:15:30.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:15:30.797Z] . [Pipeline] withDockerContainer [2020-12-07T23:15:30.898Z] prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container [2020-12-07T23:15:30.944Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-07T23:15:31.625Z] $ docker top d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T23:15:31.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:15:31.954Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:15:32.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:15:32.157Z] $ docker exec d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 ssh-agent [2020-12-07T23:15:32.326Z] SSH_AUTH_SOCK=/tmp/ssh-zdjzxYkxsJuE/agent.12 [2020-12-07T23:15:32.326Z] SSH_AGENT_PID=17 [2020-12-07T23:15:32.333Z] Running ssh-add (command line suppressed) [2020-12-07T23:15:32.457Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1741975928083753207.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1741975928083753207.key) [2020-12-07T23:15:32.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:15:32.855Z] + git semver bump pre [2020-12-07T23:15:32.855Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T23:15:32.855Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-07T23:15:32.855Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-07T23:15:32.855Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T23:15:32.855Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T23:15:32.855Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T23:15:32.855Z] # $SEMVER_BRANCH = master [2020-12-07T23:15:32.855Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-07T23:15:32.855Z] 2.0.0-dev.2 [Pipeline] } [2020-12-07T23:15:32.870Z] $ docker exec --env ******** --env ******** d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 ssh-agent -k [2020-12-07T23:15:32.987Z] unset SSH_AUTH_SOCK; [2020-12-07T23:15:32.988Z] unset SSH_AGENT_PID; [2020-12-07T23:15:32.988Z] echo Agent pid 17 killed; [2020-12-07T23:15:33.038Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T23:15:33.514Z] + git semver [Pipeline] } [2020-12-07T23:15:33.532Z] $ docker stop --time=1 d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 [2020-12-07T23:15:34.890Z] $ docker rm -f d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:15:35.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:15:35.412Z] . [Pipeline] withDockerContainer [2020-12-07T23:15:35.519Z] prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container [2020-12-07T23:15:35.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-07T23:15:36.220Z] $ docker top deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T23:15:36.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:15:36.519Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:15:36.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:15:36.712Z] $ docker exec deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc ssh-agent [2020-12-07T23:15:36.882Z] SSH_AUTH_SOCK=/tmp/ssh-Yfpzvvt8H06l/agent.12 [2020-12-07T23:15:36.882Z] SSH_AGENT_PID=17 [2020-12-07T23:15:36.889Z] Running ssh-add (command line suppressed) [2020-12-07T23:15:37.018Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2901248683093413439.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2901248683093413439.key) [2020-12-07T23:15:37.073Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:15:37.405Z] + git semver push [2020-12-07T23:15:37.406Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T23:15:37.406Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-07T23:15:37.406Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-07T23:15:37.406Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T23:15:37.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T23:15:37.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T23:15:37.406Z] # $SEMVER_BRANCH = master [2020-12-07T23:15:37.406Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-07T23:15:44.022Z] $ docker exec --env ******** --env ******** deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc ssh-agent -k [2020-12-07T23:15:44.187Z] unset SSH_AUTH_SOCK; [2020-12-07T23:15:44.188Z] unset SSH_AGENT_PID; [2020-12-07T23:15:44.188Z] echo Agent pid 17 killed; [2020-12-07T23:15:44.247Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T23:15:44.701Z] + git semver [Pipeline] } [2020-12-07T23:15:44.719Z] $ docker stop --time=1 deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc [2020-12-07T23:15:46.114Z] $ docker rm -f deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:15:47.552Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:15:48.118Z] ---> package-listing.sh [2020-12-07T23:15:48.118Z] ++ facter osfamily [2020-12-07T23:15:48.118Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T23:15:48.118Z] + OS_FAMILY=redhat [2020-12-07T23:15:48.118Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-12-07T23:15:48.118Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T23:15:48.118Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T23:15:48.118Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T23:15:48.118Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T23:15:48.118Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-07T23:15:48.118Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T23:15:48.118Z] + case "${OS_FAMILY}" in [2020-12-07T23:15:48.118Z] + rpm -qa [2020-12-07T23:15:48.118Z] + sort [2020-12-07T23:15:53.540Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T23:15:53.540Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T23:15:53.540Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T23:15:53.540Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-07T23:15:53.540Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-12-07T23:15:53.540Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2020-12-07T23:15:53.553Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T23:15:53.841Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:15:54.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:15:54.170Z] [2020-12-07T23:15:54.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:15:54.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:15:54.516Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T23:15:54.516Z] df20fa9351a1: Pulling fs layer [2020-12-07T23:15:54.516Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T23:15:54.516Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T23:15:54.516Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T23:15:54.516Z] 93b61091891f: Pulling fs layer [2020-12-07T23:15:54.516Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T23:15:54.516Z] 5e14af77c1be: Pulling fs layer [2020-12-07T23:15:54.516Z] 01666e4c0597: Pulling fs layer [2020-12-07T23:15:54.516Z] aa168da1d23b: Pulling fs layer [2020-12-07T23:15:54.516Z] 93b9cdb0e59b: Waiting [2020-12-07T23:15:54.516Z] 5e14af77c1be: Waiting [2020-12-07T23:15:54.516Z] 01666e4c0597: Waiting [2020-12-07T23:15:54.516Z] 46f8f816bc3b: Waiting [2020-12-07T23:15:54.516Z] 93b61091891f: Waiting [2020-12-07T23:15:54.516Z] 36b3adc4ff6f: Download complete [2020-12-07T23:15:54.516Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T23:15:54.516Z] 46f8f816bc3b: Download complete [2020-12-07T23:15:54.516Z] df20fa9351a1: Verifying Checksum [2020-12-07T23:15:54.516Z] df20fa9351a1: Download complete [2020-12-07T23:15:54.781Z] 93b9cdb0e59b: Download complete [2020-12-07T23:15:54.781Z] 5e14af77c1be: Verifying Checksum [2020-12-07T23:15:54.781Z] 5e14af77c1be: Download complete [2020-12-07T23:15:54.781Z] 01666e4c0597: Verifying Checksum [2020-12-07T23:15:54.781Z] 93b61091891f: Download complete [2020-12-07T23:15:54.781Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T23:15:54.781Z] 8ad3a11d3b57: Download complete [2020-12-07T23:15:55.042Z] df20fa9351a1: Pull complete [2020-12-07T23:15:55.042Z] 36b3adc4ff6f: Pull complete [2020-12-07T23:15:56.441Z] 8ad3a11d3b57: Pull complete [2020-12-07T23:15:56.441Z] 46f8f816bc3b: Pull complete [2020-12-07T23:15:56.703Z] aa168da1d23b: Download complete [2020-12-07T23:15:57.649Z] 93b61091891f: Pull complete [2020-12-07T23:15:57.649Z] 93b9cdb0e59b: Pull complete [2020-12-07T23:15:57.911Z] 5e14af77c1be: Pull complete [2020-12-07T23:15:57.911Z] 01666e4c0597: Pull complete [2020-12-07T23:16:04.539Z] aa168da1d23b: Pull complete [2020-12-07T23:16:04.539Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T23:16:04.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:16:04.539Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T23:16:04.679Z] prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container [2020-12-07T23:16:04.721Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-07T23:16:07.345Z] $ docker top e08f301f74d02d0e24b4403b67ca94951e057e69b67e392923ee9697b662f0cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:16:07.808Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T23:16:08.108Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T23:16:08.407Z] + ls /var/log/sa-host [2020-12-07T23:16:08.407Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T23:16:08.407Z] file_magic: OK [2020-12-07T23:16:08.407Z] HZ: Using current value: 100 [2020-12-07T23:16:08.407Z] file_header: OK [2020-12-07T23:16:08.407Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-07T23:16:08.407Z] Statistics: [2020-12-07T23:16:08.407Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-07T23:16:08.407Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T23:16:08.407Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T23:16:08.407Z] file_magic: OK [2020-12-07T23:16:08.407Z] HZ: Using current value: 100 [2020-12-07T23:16:08.407Z] file_header: OK [2020-12-07T23:16:08.407Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-07T23:16:08.407Z] Statistics: [2020-12-07T23:16:08.407Z] Hnuu...uuuununununu... [2020-12-07T23:16:08.407Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T23:16:08.634Z] provisioning config files... [2020-12-07T23:16:08.671Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2393812464306338611tmp [Pipeline] { [Pipeline] echo [2020-12-07T23:16:08.775Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:09.066Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T23:16:09.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T23:16:09.193Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:09.485Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T23:16:09.499Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:09.796Z] ---> sudo-logs.sh [2020-12-07T23:16:09.796Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T23:16:09.808Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:10.105Z] ---> job-cost.sh [2020-12-07T23:16:10.105Z] lf-activate-venv: SKIPPING [2020-12-07T23:16:10.105Z] INFO: No Stack... [2020-12-07T23:16:11.603Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T23:16:11.868Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T23:16:11.882Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:12.204Z] ---> logs-deploy.sh [2020-12-07T23:16:12.204Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/152 [2020-12-07T23:16:12.204Z] INFO: archiving workspace using pattern(s): [2020-12-07T23:16:14.139Z] Archives upload complete. [2020-12-07T23:16:14.139Z] INFO: archiving logs to Nexus