Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1027b02cdf130d6310b3582fd617e9b459e6d86 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-27357’ is offline Running on prd-centos7-docker-4c-2g-27360 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 d1027b02cdf130d6310b3582fd617e9b459e6d86 (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 d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 Commit message: "fix: Return 400 (BadRequest) on DTO validation failure (#710)" > git rev-list --no-walk 1119998eece0d0de68da190d33e4abc91d0156ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T17:34:10.355Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T17:34:10.709Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T17:34:10.837Z] ========================================================= [2021-02-23T17:34:10.837Z] EdgeX Global Pipelines Version Info [2021-02-23T17:34:10.837Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:34:12.328Z] ------------------- [2021-02-23T17:34:12.328Z] stable info: [2021-02-23T17:34:12.328Z] ------------------- [2021-02-23T17:34:12.328Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T17:34:12.328Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T17:34:12.328Z] Message: update stable to v1.0.179 [2021-02-23T17:34:13.275Z] ------------------- [2021-02-23T17:34:13.275Z] experimental info: [2021-02-23T17:34:13.275Z] ------------------- [2021-02-23T17:34:13.275Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-23T17:34:13.275Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-23T17:34:13.275Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T17:34:13.569Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-23T17:34:13.659Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-23T17:34:13.757Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T17:34:13.847Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T17:34:13.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T17:34:14.041Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T17:34:14.257Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T17:34:14.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T17:34:14.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T17:34:14.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T17:34:14.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T17:34:14.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-23T17:34:14.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T17:34:14.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T17:34:15.037Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T17:34:15.176Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T17:34:15.270Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T17:34:15.364Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T17:34:15.446Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T17:34:15.536Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T17:34:15.627Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-23T17:34:15.712Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-23T17:34:15.834Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T17:34:15.952Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T17:34:16.047Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-23T17:34:16.135Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T17:34:16.248Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T17:34:16.352Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-23T17:34:16.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-23T17:34:16.529Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-23T17:34:16.628Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] echo [2021-02-23T17:34:16.717Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1027b0 [Pipeline] echo [2021-02-23T17:34:16.807Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T17:34:17.465Z] + git log --format=format:%s -1 d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] echo [2021-02-23T17:34:17.531Z] GIT_COMMIT: d1027b02cdf130d6310b3582fd617e9b459e6d86, Commit Message: fix: Return 400 (BadRequest) on DTO validation failure (#710) [Pipeline] echo [2021-02-23T17:34:17.577Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:34:18.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T17:34:18.832Z] [2021-02-23T17:34:18.832Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:34:19.179Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T17:34:19.179Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T17:34:19.179Z] 31603596830f: Pulling fs layer [2021-02-23T17:34:19.179Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T17:34:19.179Z] 6ca5941a6612: Pulling fs layer [2021-02-23T17:34:19.179Z] ecc8261a40a4: Pulling fs layer [2021-02-23T17:34:19.179Z] ecc8261a40a4: Waiting [2021-02-23T17:34:19.179Z] 2a8b12db71e7: Download complete [2021-02-23T17:34:19.442Z] 31603596830f: Verifying Checksum [2021-02-23T17:34:19.442Z] 31603596830f: Download complete [2021-02-23T17:34:19.442Z] ecc8261a40a4: Verifying Checksum [2021-02-23T17:34:19.442Z] ecc8261a40a4: Download complete [2021-02-23T17:34:19.704Z] 6ca5941a6612: Verifying Checksum [2021-02-23T17:34:19.705Z] 6ca5941a6612: Download complete [2021-02-23T17:34:19.705Z] 31603596830f: Pull complete [2021-02-23T17:34:19.970Z] 2a8b12db71e7: Pull complete [2021-02-23T17:34:20.925Z] 6ca5941a6612: Pull complete [2021-02-23T17:34:20.925Z] ecc8261a40a4: Pull complete [2021-02-23T17:34:20.925Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T17:34:21.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T17:34:21.187Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T17:34:21.290Z] prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container [2021-02-23T17:34:21.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T17:34:23.296Z] $ docker top 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T17:34:23.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T17:34:23.631Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T17:34:23.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T17:34:23.859Z] $ docker exec 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent [2021-02-23T17:34:24.024Z] SSH_AUTH_SOCK=/tmp/ssh-oCk5CIRJwjqr/agent.12 [2021-02-23T17:34:24.024Z] SSH_AGENT_PID=18 [2021-02-23T17:34:24.034Z] Running ssh-add (command line suppressed) [2021-02-23T17:34:24.159Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5258536552112210580.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5258536552112210580.key) [2021-02-23T17:34:24.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T17:34:24.540Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T17:34:24.564Z] $ docker exec --env ******** --env ******** 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent -k [2021-02-23T17:34:24.729Z] unset SSH_AUTH_SOCK; [2021-02-23T17:34:24.730Z] unset SSH_AGENT_PID; [2021-02-23T17:34:24.730Z] echo Agent pid 18 killed; [2021-02-23T17:34:24.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T17:34:24.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T17:34:24.920Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T17:34:25.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T17:34:25.091Z] $ docker exec 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent [2021-02-23T17:34:25.248Z] SSH_AUTH_SOCK=/tmp/ssh-TDxBxzUs6Bss/agent.47 [2021-02-23T17:34:25.248Z] SSH_AGENT_PID=52 [2021-02-23T17:34:25.254Z] Running ssh-add (command line suppressed) [2021-02-23T17:34:25.392Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6517340526219358836.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6517340526219358836.key) [2021-02-23T17:34:25.446Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T17:34:25.831Z] + git semver init [2021-02-23T17:34:25.832Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T17:34:25.832Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T17:34:25.832Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T17:34:25.832Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T17:34:25.832Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T17:34:25.832Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T17:34:25.832Z] # $SEMVER_BRANCH = master [2021-02-23T17:34:25.832Z] # $SEMVER_TEMP = /tmp/semver-753556942 [2021-02-23T17:34:25.832Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-23T17:34:28.391Z] # '/tmp/semver-753556942' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-02-23T17:34:28.391Z] # -> Force: false [2021-02-23T17:34:28.391Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-23T17:34:28.405Z] $ docker exec --env ******** --env ******** 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent -k [2021-02-23T17:34:28.518Z] unset SSH_AUTH_SOCK; [2021-02-23T17:34:28.519Z] unset SSH_AGENT_PID; [2021-02-23T17:34:28.519Z] echo Agent pid 52 killed; [2021-02-23T17:34:28.574Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T17:34:29.037Z] + git semver [Pipeline] } [2021-02-23T17:34:29.057Z] $ docker stop --time=1 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 [2021-02-23T17:34:30.525Z] $ docker rm -f 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T17:34:31.016Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T17:34:31.435Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T17:34:31.438Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-23T17:34:46.964Z] Still waiting to schedule task [2021-02-23T17:34:46.964Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27360’ [2021-02-23T17:34:46.966Z] Still waiting to schedule task [2021-02-23T17:34:46.966Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T17:36:41.122Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27361 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-23T17:36:41.237Z] Running in /w/workspace/app-functions-sdk-go/185 [Pipeline] { [Pipeline] checkout [2021-02-23T17:36:46.584Z] using credential edgex-jenkins-ssh [2021-02-23T17:36:46.640Z] Cloning the remote Git repository [2021-02-23T17:36:46.696Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T17:36:46.806Z] > git init /w/workspace/app-functions-sdk-go/185 # timeout=10 [2021-02-23T17:36:46.874Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T17:36:46.875Z] > git --version # timeout=10 [2021-02-23T17:36:46.890Z] > git --version # 'git version 2.17.1' [2021-02-23T17:36:46.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T17:36:46.956Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T17:36:50.371Z] Checking out Revision d1027b02cdf130d6310b3582fd617e9b459e6d86 (master) [2021-02-23T17:36:49.835Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T17:36:49.855Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T17:36:49.876Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T17:36:49.908Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T17:36:49.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T17:36:49.920Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T17:36:50.392Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T17:36:50.415Z] > git checkout -f d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 [2021-02-23T17:36:54.906Z] Commit message: "fix: Return 400 (BadRequest) on DTO validation failure (#710)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T17:36:56.595Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T17:36:57.008Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T17:36:57.346Z] + true [2021-02-23T17:36:57.346Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-23T17:37:00.340Z] ========================================================= [2021-02-23T17:37:00.340Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T17:37:00.340Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:37:00.781Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-23T17:37:01.763Z] Sending build context to Docker daemon 19.22MB [2021-02-23T17:37:01.763Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T17:37:01.763Z] Step 2/8 : FROM ${BASE} [2021-02-23T17:37:02.370Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T17:37:02.370Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T17:37:02.370Z] a4357932f1b6: Pulling fs layer [2021-02-23T17:37:02.370Z] 18c013af1878: Pulling fs layer [2021-02-23T17:37:02.370Z] 00ac8860ef70: Pulling fs layer [2021-02-23T17:37:02.370Z] 63d7cb157983: Pulling fs layer [2021-02-23T17:37:02.370Z] b116817d02f9: Pulling fs layer [2021-02-23T17:37:02.370Z] 745a02a5169b: Pulling fs layer [2021-02-23T17:37:02.370Z] 00ac8860ef70: Waiting [2021-02-23T17:37:02.370Z] 63d7cb157983: Waiting [2021-02-23T17:37:02.370Z] b116817d02f9: Waiting [2021-02-23T17:37:02.370Z] 18c013af1878: Verifying Checksum [2021-02-23T17:37:02.370Z] 18c013af1878: Download complete [2021-02-23T17:37:02.370Z] a4357932f1b6: Verifying Checksum [2021-02-23T17:37:02.370Z] a4357932f1b6: Download complete [2021-02-23T17:37:02.370Z] 63d7cb157983: Download complete [2021-02-23T17:37:02.370Z] b116817d02f9: Verifying Checksum [2021-02-23T17:37:02.370Z] b116817d02f9: Download complete [2021-02-23T17:37:02.969Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T17:37:02.969Z] 5f621e34cdf4: Download complete [2021-02-23T17:37:03.572Z] 5f621e34cdf4: Pull complete [2021-02-23T17:37:04.181Z] a4357932f1b6: Pull complete [2021-02-23T17:37:04.785Z] 18c013af1878: Pull complete [2021-02-23T17:37:05.061Z] 745a02a5169b: Verifying Checksum [2021-02-23T17:37:05.061Z] 745a02a5169b: Download complete [2021-02-23T17:37:06.048Z] 00ac8860ef70: Verifying Checksum [2021-02-23T17:37:06.048Z] 00ac8860ef70: Download complete [2021-02-23T17:37:10.988Z] Running on prd-centos7-docker-4c-2g-27362 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-23T17:37:11.057Z] Running in /w/workspace/app-functions-sdk-go/185 [Pipeline] { [Pipeline] checkout [2021-02-23T17:37:14.289Z] using credential edgex-jenkins-ssh [2021-02-23T17:37:14.377Z] Cloning the remote Git repository [2021-02-23T17:37:14.408Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T17:37:14.485Z] > git init /w/workspace/app-functions-sdk-go/185 # timeout=10 [2021-02-23T17:37:14.556Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T17:37:14.556Z] > git --version # timeout=10 [2021-02-23T17:37:14.565Z] > git --version # 'git version 2.24.3' [2021-02-23T17:37:14.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T17:37:14.599Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T17:37:16.248Z] 00ac8860ef70: Pull complete [2021-02-23T17:37:16.531Z] 63d7cb157983: Pull complete [2021-02-23T17:37:16.762Z] Checking out Revision d1027b02cdf130d6310b3582fd617e9b459e6d86 (master) [2021-02-23T17:37:16.254Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T17:37:16.261Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T17:37:16.278Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T17:37:16.298Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T17:37:16.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T17:37:16.313Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T17:37:16.769Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T17:37:16.776Z] > git checkout -f d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 [2021-02-23T17:37:17.131Z] b116817d02f9: Pull complete [2021-02-23T17:37:20.543Z] 745a02a5169b: Pull complete [2021-02-23T17:37:20.543Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T17:37:20.552Z] Commit message: "fix: Return 400 (BadRequest) on DTO validation failure (#710)" [2021-02-23T17:37:20.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T17:37:20.817Z] ---> b7e6874047d6 [2021-02-23T17:37:20.817Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-23T17:37:20.817Z] 20.10.0: Pulling from library/docker [2021-02-23T17:37:20.817Z] a3cc7d3b244e: Pulling fs layer [2021-02-23T17:37:20.817Z] 02a3295e0d61: Pulling fs layer [2021-02-23T17:37:20.817Z] 0f4f2e6d8100: Pulling fs layer [2021-02-23T17:37:20.817Z] 330b718f631f: Pulling fs layer [2021-02-23T17:37:20.817Z] a93816041522: Pulling fs layer [2021-02-23T17:37:20.817Z] bdb6da89ff94: Pulling fs layer [2021-02-23T17:37:20.817Z] 2a70c0c122f4: Pulling fs layer [2021-02-23T17:37:20.817Z] 330b718f631f: Waiting [2021-02-23T17:37:20.817Z] a93816041522: Waiting [2021-02-23T17:37:20.817Z] bdb6da89ff94: Waiting [2021-02-23T17:37:20.817Z] 2a70c0c122f4: Waiting [2021-02-23T17:37:20.817Z] 0f4f2e6d8100: Verifying Checksum [2021-02-23T17:37:20.817Z] 0f4f2e6d8100: Download complete [2021-02-23T17:37:20.817Z] 02a3295e0d61: Verifying Checksum [2021-02-23T17:37:20.817Z] 02a3295e0d61: Download complete [2021-02-23T17:37:20.817Z] a3cc7d3b244e: Verifying Checksum [2021-02-23T17:37:20.817Z] a3cc7d3b244e: Download complete [Pipeline] withEnv [Pipeline] { [2021-02-23T17:37:21.101Z] a93816041522: Verifying Checksum [2021-02-23T17:37:21.101Z] a93816041522: Download complete [2021-02-23T17:37:21.101Z] bdb6da89ff94: Verifying Checksum [2021-02-23T17:37:21.101Z] bdb6da89ff94: Download complete [2021-02-23T17:37:21.101Z] 2a70c0c122f4: Verifying Checksum [2021-02-23T17:37:21.101Z] 2a70c0c122f4: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T17:37:21.700Z] a3cc7d3b244e: Pull complete [2021-02-23T17:37:22.026Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T17:37:22.302Z] 02a3295e0d61: Pull complete [2021-02-23T17:37:22.363Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T17:37:22.576Z] 330b718f631f: Verifying Checksum [2021-02-23T17:37:22.576Z] 330b718f631f: Download complete [2021-02-23T17:37:22.576Z] 0f4f2e6d8100: Pull complete [2021-02-23T17:37:22.665Z] + sudo service docker restart [2021-02-23T17:37:22.665Z] + true [2021-02-23T17:37:22.665Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-23T17:37:24.772Z] ========================================================= [2021-02-23T17:37:24.772Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T17:37:24.772Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:37:25.140Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-23T17:37:25.727Z] Sending build context to Docker daemon 19.22MB [2021-02-23T17:37:25.727Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T17:37:25.727Z] Step 2/8 : FROM ${BASE} [2021-02-23T17:37:26.003Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T17:37:26.003Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T17:37:26.003Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T17:37:26.003Z] de9db76c5a1d: Pulling fs layer [2021-02-23T17:37:26.003Z] bca2f99d35d6: Pulling fs layer [2021-02-23T17:37:26.003Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T17:37:26.003Z] 7c6f9722023f: Pulling fs layer [2021-02-23T17:37:26.003Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T17:37:26.003Z] bca2f99d35d6: Waiting [2021-02-23T17:37:26.003Z] 93359f2a8cfa: Waiting [2021-02-23T17:37:26.003Z] 7c6f9722023f: Waiting [2021-02-23T17:37:26.003Z] a35cf1a2eb13: Waiting [2021-02-23T17:37:26.003Z] de9db76c5a1d: Verifying Checksum [2021-02-23T17:37:26.003Z] de9db76c5a1d: Download complete [2021-02-23T17:37:26.003Z] 0ef7d3d256c8: Download complete [2021-02-23T17:37:26.003Z] 93359f2a8cfa: Download complete [2021-02-23T17:37:26.003Z] 7c6f9722023f: Verifying Checksum [2021-02-23T17:37:26.003Z] 7c6f9722023f: Download complete [2021-02-23T17:37:26.003Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T17:37:26.003Z] 188c0c94c7c5: Download complete [2021-02-23T17:37:26.276Z] 188c0c94c7c5: Pull complete [2021-02-23T17:37:26.544Z] 0ef7d3d256c8: Pull complete [2021-02-23T17:37:26.811Z] de9db76c5a1d: Pull complete [2021-02-23T17:37:26.888Z] 330b718f631f: Pull complete [2021-02-23T17:37:26.889Z] a93816041522: Pull complete [2021-02-23T17:37:27.161Z] bdb6da89ff94: Pull complete [2021-02-23T17:37:27.434Z] 2a70c0c122f4: Pull complete [2021-02-23T17:37:27.434Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-23T17:37:27.434Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-23T17:37:28.223Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T17:37:28.223Z] a35cf1a2eb13: Download complete [2021-02-23T17:37:28.488Z] bca2f99d35d6: Verifying Checksum [2021-02-23T17:37:28.488Z] bca2f99d35d6: Download complete [2021-02-23T17:37:34.159Z] ---> 42fa8b58dcb5 [2021-02-23T17:37:34.159Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T17:37:34.159Z] ---> Running in 65147d95323d [2021-02-23T17:37:34.159Z] Removing intermediate container 65147d95323d [2021-02-23T17:37:34.159Z] ---> 5c15e5e0a92e [2021-02-23T17:37:34.159Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-23T17:37:34.159Z] ---> Running in 3be1f5f0c607 [2021-02-23T17:37:35.157Z] bca2f99d35d6: Pull complete [2021-02-23T17:37:35.157Z] 93359f2a8cfa: Pull complete [2021-02-23T17:37:35.157Z] 7c6f9722023f: Pull complete [2021-02-23T17:37:35.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T17:37:36.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T17:37:37.168Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-23T17:37:37.168Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-23T17:37:37.447Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-23T17:37:37.447Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-23T17:37:37.719Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-23T17:37:37.719Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T17:37:37.719Z] OK: 144 MiB in 44 packages [2021-02-23T17:37:39.149Z] Removing intermediate container 3be1f5f0c607 [2021-02-23T17:37:39.149Z] ---> b146117d4b4a [2021-02-23T17:37:39.149Z] Step 6/8 : WORKDIR /build [2021-02-23T17:37:39.149Z] ---> Running in f2c7c15ba597 [2021-02-23T17:37:39.745Z] Removing intermediate container f2c7c15ba597 [2021-02-23T17:37:39.745Z] ---> 9b5dc5f547a4 [2021-02-23T17:37:39.745Z] Step 7/8 : COPY go.mod . [2021-02-23T17:37:40.343Z] ---> c8fab5ab7a69 [2021-02-23T17:37:40.343Z] Step 8/8 : RUN go mod download [2021-02-23T17:37:40.343Z] ---> Running in e073e1d60edd [2021-02-23T17:37:40.521Z] a35cf1a2eb13: Pull complete [2021-02-23T17:37:40.521Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T17:37:40.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T17:37:40.521Z] ---> a62c8e92a672 [2021-02-23T17:37:40.521Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-23T17:37:40.521Z] 20.10.0: Pulling from library/docker [2021-02-23T17:37:40.521Z] 05e7bc50f07f: Pulling fs layer [2021-02-23T17:37:40.521Z] 6db28d0fdbf6: Pulling fs layer [2021-02-23T17:37:40.521Z] 292df0bc6bf3: Pulling fs layer [2021-02-23T17:37:40.521Z] 2e060f4bd70b: Pulling fs layer [2021-02-23T17:37:40.521Z] 80e8d568a223: Pulling fs layer [2021-02-23T17:37:40.521Z] 8dc6ef1a942a: Pulling fs layer [2021-02-23T17:37:40.521Z] 2312dd95470a: Pulling fs layer [2021-02-23T17:37:40.521Z] 2e060f4bd70b: Waiting [2021-02-23T17:37:40.521Z] 80e8d568a223: Waiting [2021-02-23T17:37:40.521Z] 8dc6ef1a942a: Waiting [2021-02-23T17:37:40.521Z] 2312dd95470a: Waiting [2021-02-23T17:37:40.521Z] 292df0bc6bf3: Download complete [2021-02-23T17:37:40.521Z] 6db28d0fdbf6: Verifying Checksum [2021-02-23T17:37:40.521Z] 6db28d0fdbf6: Download complete [2021-02-23T17:37:40.521Z] 80e8d568a223: Verifying Checksum [2021-02-23T17:37:40.521Z] 80e8d568a223: Download complete [2021-02-23T17:37:40.521Z] 05e7bc50f07f: Verifying Checksum [2021-02-23T17:37:40.521Z] 05e7bc50f07f: Download complete [2021-02-23T17:37:40.521Z] 8dc6ef1a942a: Verifying Checksum [2021-02-23T17:37:40.521Z] 8dc6ef1a942a: Download complete [2021-02-23T17:37:40.521Z] 2312dd95470a: Verifying Checksum [2021-02-23T17:37:40.521Z] 2312dd95470a: Download complete [2021-02-23T17:37:40.521Z] 05e7bc50f07f: Pull complete [2021-02-23T17:37:40.786Z] 6db28d0fdbf6: Pull complete [2021-02-23T17:37:41.050Z] 292df0bc6bf3: Pull complete [2021-02-23T17:37:41.050Z] 2e060f4bd70b: Verifying Checksum [2021-02-23T17:37:41.050Z] 2e060f4bd70b: Download complete [2021-02-23T17:37:44.380Z] 2e060f4bd70b: Pull complete [2021-02-23T17:37:44.380Z] 80e8d568a223: Pull complete [2021-02-23T17:37:44.642Z] 8dc6ef1a942a: Pull complete [2021-02-23T17:37:44.642Z] 2312dd95470a: Pull complete [2021-02-23T17:37:44.642Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-23T17:37:44.642Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-23T17:37:46.098Z] ---> 08b4633fe426 [2021-02-23T17:37:46.098Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T17:37:46.387Z] ---> Running in c71d881335c4 [2021-02-23T17:37:46.387Z] Removing intermediate container c71d881335c4 [2021-02-23T17:37:46.387Z] ---> b57f011f3f95 [2021-02-23T17:37:46.387Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-23T17:37:46.700Z] ---> Running in bd13cdc38b83 [2021-02-23T17:37:47.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T17:37:49.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T17:37:51.904Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-23T17:37:51.904Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-23T17:37:52.167Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-23T17:37:52.167Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-23T17:37:52.431Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-23T17:37:52.431Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T17:37:52.431Z] OK: 167 MiB in 44 packages [2021-02-23T17:37:53.009Z] Removing intermediate container bd13cdc38b83 [2021-02-23T17:37:53.009Z] ---> 495765175ca6 [2021-02-23T17:37:53.009Z] Step 6/8 : WORKDIR /build [2021-02-23T17:37:53.272Z] ---> Running in 62361b241e69 [2021-02-23T17:37:53.272Z] Removing intermediate container 62361b241e69 [2021-02-23T17:37:53.272Z] ---> c2e1d686c69a [2021-02-23T17:37:53.272Z] Step 7/8 : COPY go.mod . [2021-02-23T17:37:53.541Z] ---> 1e0663bcd607 [2021-02-23T17:37:53.541Z] Step 8/8 : RUN go mod download [2021-02-23T17:37:53.541Z] ---> Running in c6037a73c0ba [2021-02-23T17:38:07.168Z] Removing intermediate container e073e1d60edd [2021-02-23T17:38:07.168Z] ---> e740bf23cc1a [2021-02-23T17:38:07.168Z] Successfully built e740bf23cc1a [2021-02-23T17:38:07.168Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:38:07.511Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T17:38:07.511Z] . [Pipeline] withDockerContainer [2021-02-23T17:38:07.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-27361 does not seem to be running inside a container [2021-02-23T17:38:07.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T17:38:09.271Z] $ docker top 386f64b2824bb3076b78c7115d0cf3662b27c6a6b7601a47730807f162b75612 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T17:38:10.311Z] + go version [2021-02-23T17:38:10.311Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T17:38:10.337Z] $ docker stop --time=1 386f64b2824bb3076b78c7115d0cf3662b27c6a6b7601a47730807f162b75612 [2021-02-23T17:38:12.249Z] $ docker rm -f 386f64b2824bb3076b78c7115d0cf3662b27c6a6b7601a47730807f162b75612 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:38:13.236Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T17:38:13.237Z] . [Pipeline] withDockerContainer [2021-02-23T17:38:13.495Z] prd-ubuntu18.04-docker-arm64-4c-16g-27361 does not seem to be running inside a container [2021-02-23T17:38:13.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T17:38:15.136Z] $ docker top 01f71105971d22d47d3177b471cd3a06e26a8dce2a968cb81d57ff72b35ae323 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T17:38:16.217Z] + make test [2021-02-23T17:38:16.217Z] make -C ./app-service-template build [2021-02-23T17:38:16.217Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:38:16.217Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-23T17:38:20.210Z] Removing intermediate container c6037a73c0ba [2021-02-23T17:38:20.210Z] ---> e5eecbc60f48 [2021-02-23T17:38:20.210Z] Successfully built e5eecbc60f48 [2021-02-23T17:38:20.210Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:38:20.547Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T17:38:20.547Z] . [Pipeline] withDockerContainer [2021-02-23T17:38:20.712Z] prd-centos7-docker-4c-2g-27362 does not seem to be running inside a container [2021-02-23T17:38:20.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T17:38:21.766Z] $ docker top 9035d5018a710a884acb8d3ee9016c1afe3cd1ec2a7d4c1b42ea02fe341ad348 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T17:38:22.420Z] + go version [2021-02-23T17:38:22.420Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T17:38:22.434Z] $ docker stop --time=1 9035d5018a710a884acb8d3ee9016c1afe3cd1ec2a7d4c1b42ea02fe341ad348 [2021-02-23T17:38:23.838Z] $ docker rm -f 9035d5018a710a884acb8d3ee9016c1afe3cd1ec2a7d4c1b42ea02fe341ad348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:38:24.680Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T17:38:24.680Z] . [Pipeline] withDockerContainer [2021-02-23T17:38:24.861Z] prd-centos7-docker-4c-2g-27362 does not seem to be running inside a container [2021-02-23T17:38:24.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T17:38:25.586Z] $ docker top c3d316c443b689bb529830e5093cfe0077f956e7789040b246b4302fe16d3a2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T17:38:26.131Z] + make test [2021-02-23T17:38:26.131Z] make -C ./app-service-template build [2021-02-23T17:38:26.131Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:38:26.131Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-23T17:38:41.174Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:38:41.174Z] make -C ./app-service-template test [2021-02-23T17:38:41.174Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:38:41.174Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T17:38:47.892Z] ? new-app-service [no test files] [2021-02-23T17:38:48.470Z] ok new-app-service/functions 0.010s coverage: 75.8% of statements [2021-02-23T17:38:48.470Z] CGO_ENABLED=1 go vet ./... [2021-02-23T17:38:48.613Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:38:48.613Z] make -C ./app-service-template test [2021-02-23T17:38:48.613Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:38:48.613Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T17:38:52.766Z] gofmt -l . [2021-02-23T17:38:52.766Z] [ "`gofmt -l .`" = "" ] [2021-02-23T17:38:52.766Z] ./bin/test-go-mod-tidy.sh [2021-02-23T17:38:52.766Z] ./bin/test-attribution-txt.sh [2021-02-23T17:38:53.725Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:38:53.725Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-23T17:38:53.998Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-23T17:38:54.959Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.021s coverage: 82.6% of statements [2021-02-23T17:38:57.586Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.046s coverage: 52.6% of statements [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-23T17:38:57.586Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.065s coverage: 61.5% of statements [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-23T17:38:57.586Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.095s coverage: 75.1% of statements [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-23T17:38:57.586Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.017s coverage: 97.0% of statements [2021-02-23T17:38:57.586Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T17:38:57.586Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.017s coverage: 8.8% of statements [2021-02-23T17:39:10.835Z] ? new-app-service [no test files] [2021-02-23T17:39:10.835Z] ok new-app-service/functions 0.021s coverage: 75.8% of statements [2021-02-23T17:39:10.835Z] CGO_ENABLED=1 go vet ./... [2021-02-23T17:39:12.578Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.860s coverage: 77.5% of statements [2021-02-23T17:39:12.578Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-23T17:39:12.578Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.020s coverage: 87.9% of statements [2021-02-23T17:39:12.578Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.013s coverage: 80.5% of statements [2021-02-23T17:39:12.578Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.014s coverage: 71.7% of statements [2021-02-23T17:39:19.171Z] gofmt -l . [2021-02-23T17:39:19.171Z] [ "`gofmt -l .`" = "" ] [2021-02-23T17:39:19.171Z] ./bin/test-go-mod-tidy.sh [2021-02-23T17:39:19.171Z] ./bin/test-attribution-txt.sh [2021-02-23T17:39:20.627Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' [2021-02-23T17:39:20.627Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-23T17:39:21.609Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-23T17:39:24.850Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.043s coverage: 82.7% of statements [2021-02-23T17:39:24.850Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements [2021-02-23T17:39:24.850Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-23T17:39:25.023Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.040s coverage: 82.6% of statements [2021-02-23T17:39:26.267Z] gofmt -l . [2021-02-23T17:39:26.268Z] [ "`gofmt -l .`" = "" ] [2021-02-23T17:39:26.268Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T17:39:26.548Z] $ docker stop --time=1 c3d316c443b689bb529830e5093cfe0077f956e7789040b246b4302fe16d3a2b [2021-02-23T17:39:28.171Z] $ docker rm -f c3d316c443b689bb529830e5093cfe0077f956e7789040b246b4302fe16d3a2b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T17:39:28.855Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T17:39:29.284Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T17:39:31.789Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.100s coverage: 52.6% of statements [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-23T17:39:31.789Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.153s coverage: 61.5% of statements [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-23T17:39:31.789Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.065s coverage: 75.1% of statements [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-23T17:39:31.789Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.025s coverage: 97.0% of statements [2021-02-23T17:39:31.789Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T17:39:31.789Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.048s coverage: 8.8% of statements [2021-02-23T17:39:46.893Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.870s coverage: 77.5% of statements [2021-02-23T17:39:46.893Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-23T17:39:46.893Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.038s coverage: 87.9% of statements [2021-02-23T17:39:46.893Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.037s coverage: 80.5% of statements [2021-02-23T17:39:46.893Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.022s coverage: 71.7% of statements [2021-02-23T17:40:01.953Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.077s coverage: 82.7% of statements [2021-02-23T17:40:01.953Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements [2021-02-23T17:40:01.953Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-23T17:40:05.356Z] gofmt -l . [2021-02-23T17:40:05.356Z] [ "`gofmt -l .`" = "" ] [2021-02-23T17:40:05.630Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T17:40:06.255Z] $ docker stop --time=1 01f71105971d22d47d3177b471cd3a06e26a8dce2a968cb81d57ff72b35ae323 [2021-02-23T17:40:08.295Z] $ docker rm -f 01f71105971d22d47d3177b471cd3a06e26a8dce2a968cb81d57ff72b35ae323 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T17:40:09.223Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T17:40:09.243Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T17:40:10.130Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-23T17:40:12.107Z] provisioning config files... [2021-02-23T17:40:12.132Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2020027547695111076tmp [Pipeline] { [Pipeline] sh [2021-02-23T17:40:12.516Z] + set +x [2021-02-23T17:40:12.516Z] + curl -s https://codecov.io/bash [2021-02-23T17:40:12.516Z] + bash -s -- [2021-02-23T17:40:12.781Z] [2021-02-23T17:40:12.781Z] _____ _ [2021-02-23T17:40:12.781Z] / ____| | | [2021-02-23T17:40:12.781Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T17:40:12.781Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T17:40:12.781Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T17:40:12.781Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T17:40:12.781Z] Bash-20210129-7c25fce [2021-02-23T17:40:12.781Z] [2021-02-23T17:40:12.781Z] [2021-02-23T17:40:12.781Z] ==> git version 2.24.3 found [2021-02-23T17:40:12.781Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-23T17:40:12.781Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T17:40:12.781Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T17:40:12.781Z] ==> Jenkins CI detected. [2021-02-23T17:40:12.781Z] project root: . [2021-02-23T17:40:12.781Z] --> token set from env [2021-02-23T17:40:12.781Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T17:40:12.781Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T17:40:12.781Z] ==> Python coveragepy not found [2021-02-23T17:40:12.781Z] ==> Searching for coverage reports in: [2021-02-23T17:40:12.781Z] + . [2021-02-23T17:40:12.781Z] -> Found 2 reports [2021-02-23T17:40:12.781Z] ==> Detecting git/mercurial file structure [2021-02-23T17:40:12.781Z] ==> Reading reports [2021-02-23T17:40:12.781Z] + ./app-service-template/coverage.out bytes=1148 [2021-02-23T17:40:12.781Z] + ./coverage.out bytes=82452 [2021-02-23T17:40:12.781Z] ==> Appending adjustments [2021-02-23T17:40:12.781Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T17:40:13.358Z] + Found adjustments [2021-02-23T17:40:13.358Z] ==> Gzipping contents [2021-02-23T17:40:13.358Z] 16K /tmp/codecov.VMIObh.gz [2021-02-23T17:40:13.358Z] ==> Uploading reports [2021-02-23T17:40:13.358Z] url: https://codecov.io [2021-02-23T17:40:13.358Z] query: branch=master&commit=d1027b02cdf130d6310b3582fd617e9b459e6d86&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T17:40:13.358Z] -> Pinging Codecov [2021-02-23T17:40:13.358Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d1027b02cdf130d6310b3582fd617e9b459e6d86&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T17:40:13.936Z] -> Uploading to [2021-02-23T17:40:13.936Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/3D8B5DFFC46A037C893635FACE044666/d1027b02cdf130d6310b3582fd617e9b459e6d86/4ed66cf0-b149-405e-9118-bd829f763ee4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T174013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1f8c4dae0151b2b218ab6de4bdd6e8c944318dc161e750b5d0c9c80a2706453c [2021-02-23T17:40:13.936Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T17:40:13.936Z] Dload Upload Total Spent Left Speed [2021-02-23T17:40:14.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14358 0 0 100 14358 0 31409 --:--:-- --:--:-- --:--:-- 31486 [2021-02-23T17:40:14.199Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] } [2021-02-23T17:40:14.208Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-23T17:40:14.639Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-23T17:40:14.691Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:40:15.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T17:40:15.040Z] [2021-02-23T17:40:15.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:40:15.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T17:40:15.400Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-23T17:40:15.400Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T17:40:15.400Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T17:40:15.400Z] de9db76c5a1d: Pulling fs layer [2021-02-23T17:40:15.400Z] 0eba1c9be4d2: Pulling fs layer [2021-02-23T17:40:15.400Z] 0d57e429df01: Pulling fs layer [2021-02-23T17:40:15.400Z] 4e4be7b47b0d: Pulling fs layer [2021-02-23T17:40:15.400Z] e1f770b5df2f: Pulling fs layer [2021-02-23T17:40:15.400Z] 85a0685a4137: Pulling fs layer [2021-02-23T17:40:15.400Z] 0d57e429df01: Waiting [2021-02-23T17:40:15.400Z] 4e4be7b47b0d: Waiting [2021-02-23T17:40:15.400Z] e1f770b5df2f: Waiting [2021-02-23T17:40:15.400Z] 85a0685a4137: Waiting [2021-02-23T17:40:15.400Z] 0eba1c9be4d2: Waiting [2021-02-23T17:40:15.400Z] de9db76c5a1d: Verifying Checksum [2021-02-23T17:40:15.400Z] de9db76c5a1d: Download complete [2021-02-23T17:40:15.400Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T17:40:15.400Z] 0ef7d3d256c8: Download complete [2021-02-23T17:40:15.400Z] 0d57e429df01: Verifying Checksum [2021-02-23T17:40:15.400Z] 0d57e429df01: Download complete [2021-02-23T17:40:15.400Z] 4e4be7b47b0d: Verifying Checksum [2021-02-23T17:40:15.400Z] 4e4be7b47b0d: Download complete [2021-02-23T17:40:15.400Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T17:40:15.400Z] 188c0c94c7c5: Download complete [2021-02-23T17:40:15.976Z] 188c0c94c7c5: Pull complete [2021-02-23T17:40:15.976Z] 0ef7d3d256c8: Pull complete [2021-02-23T17:40:16.239Z] de9db76c5a1d: Pull complete [2021-02-23T17:40:17.668Z] e1f770b5df2f: Verifying Checksum [2021-02-23T17:40:17.668Z] e1f770b5df2f: Download complete [2021-02-23T17:40:19.607Z] 85a0685a4137: Verifying Checksum [2021-02-23T17:40:19.607Z] 85a0685a4137: Download complete [2021-02-23T17:40:19.607Z] 0eba1c9be4d2: Verifying Checksum [2021-02-23T17:40:19.607Z] 0eba1c9be4d2: Download complete [2021-02-23T17:40:24.969Z] 0eba1c9be4d2: Pull complete [2021-02-23T17:40:24.969Z] 0d57e429df01: Pull complete [2021-02-23T17:40:25.231Z] 4e4be7b47b0d: Pull complete [2021-02-23T17:40:27.165Z] e1f770b5df2f: Pull complete [2021-02-23T17:40:35.376Z] 85a0685a4137: Pull complete [2021-02-23T17:40:35.376Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-23T17:40:35.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T17:40:35.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-23T17:40:35.572Z] prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container [2021-02-23T17:40:35.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-23T17:40:36.613Z] $ docker top 7921ff6d010ffa26c6f6146955aa67468166fd0e5e0caca91a9b031a3356aaf7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-23T17:40:37.168Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-23T17:40:37.465Z] + set -o pipefail [2021-02-23T17:40:37.465Z] + snyk monitor '--org=edgex-jenkins' [2021-02-23T17:40:45.646Z] [2021-02-23T17:40:45.646Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-02-23T17:40:45.646Z] [2021-02-23T17:40:45.646Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/0c4c8cce-1b56-4c7d-a3f7-2cd423207920 [2021-02-23T17:40:45.646Z] [2021-02-23T17:40:45.646Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-23T17:40:45.646Z] [2021-02-23T17:40:45.646Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-23T17:40:45.646Z] [2021-02-23T17:40:45.646Z] [2021-02-23T17:40:45.646Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-23T17:40:45.646Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-23T17:40:45.664Z] $ docker stop --time=1 7921ff6d010ffa26c6f6146955aa67468166fd0e5e0caca91a9b031a3356aaf7 [2021-02-23T17:40:48.537Z] $ docker rm -f 7921ff6d010ffa26c6f6146955aa67468166fd0e5e0caca91a9b031a3356aaf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-23T17:40:49.852Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T17:40:49.901Z] provisioning config files... [2021-02-23T17:40:49.914Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6780083622550039172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:40:50.282Z] --> edgex-publish-swagger.sh [2021-02-23T17:40:50.282Z] === Publish openapi/v2 API === [2021-02-23T17:40:50.282Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-23T17:40:50.282Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-02-23T17:40:50.282Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T17:40:50.282Z] Dload Upload Total Spent Left Speed [2021-02-23T17:40:51.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11239 0:00:01 0:00:01 --:--:-- 11242 100 13052 0 0 100 13052 0 11237 0:00:01 0:00:01 --:--:-- 11242 [2021-02-23T17:40:51.682Z] [2021-02-23T17:40:51.682Z] [Pipeline] } [2021-02-23T17:40:51.691Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-23T17:40:52.511Z] + git log --format=format:%s -1 d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:40:52.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T17:40:52.824Z] . [Pipeline] withDockerContainer [2021-02-23T17:40:52.927Z] prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container [2021-02-23T17:40:52.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T17:40:53.758Z] $ docker top b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T17:40:54.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T17:40:54.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T17:40:54.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T17:40:54.290Z] $ docker exec b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 ssh-agent [2021-02-23T17:40:54.452Z] SSH_AUTH_SOCK=/tmp/ssh-VoGNpqpgKXos/agent.13 [2021-02-23T17:40:54.452Z] SSH_AGENT_PID=19 [2021-02-23T17:40:54.460Z] Running ssh-add (command line suppressed) [2021-02-23T17:40:54.585Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_996323849448689311.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_996323849448689311.key) [2021-02-23T17:40:54.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T17:40:54.970Z] + git semver tag [2021-02-23T17:40:54.970Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T17:40:54.970Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T17:40:54.970Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T17:40:54.970Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T17:40:54.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T17:40:54.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T17:40:54.970Z] # $SEMVER_BRANCH = master [2021-02-23T17:40:54.970Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-23T17:40:54.970Z] # d1027b02cdf130d6310b3582fd617e9b459e6d86 HEAD [2021-02-23T17:40:55.233Z] # -> Force: false [2021-02-23T17:40:55.233Z] # e73cdd4494576c68062ab739bac80bec14d206bc refs/tags/v2.0.0-dev.18 [Pipeline] } [2021-02-23T17:40:55.245Z] $ docker exec --env ******** --env ******** b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 ssh-agent -k [2021-02-23T17:40:55.360Z] unset SSH_AUTH_SOCK; [2021-02-23T17:40:55.361Z] unset SSH_AGENT_PID; [2021-02-23T17:40:55.361Z] echo Agent pid 19 killed; [2021-02-23T17:40:55.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T17:40:55.876Z] + git semver [Pipeline] } [2021-02-23T17:40:55.892Z] $ docker stop --time=1 b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 [2021-02-23T17:40:57.258Z] $ docker rm -f b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:40:57.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T17:40:57.976Z] [2021-02-23T17:40:57.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:40:58.356Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T17:40:58.356Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-23T17:40:58.356Z] ab5ef0e58194: Pulling fs layer [2021-02-23T17:40:58.356Z] 9712f1f96733: Pulling fs layer [2021-02-23T17:40:58.356Z] 63f879dbbcfc: Pulling fs layer [2021-02-23T17:40:58.356Z] 0d9ebad4ef96: Pulling fs layer [2021-02-23T17:40:58.356Z] e9a5061849ea: Pulling fs layer [2021-02-23T17:40:58.356Z] d747dcd14b5f: Pulling fs layer [2021-02-23T17:40:58.356Z] 2de7ff778b66: Pulling fs layer [2021-02-23T17:40:58.356Z] 0d9ebad4ef96: Waiting [2021-02-23T17:40:58.356Z] e9a5061849ea: Waiting [2021-02-23T17:40:58.356Z] d747dcd14b5f: Waiting [2021-02-23T17:40:58.356Z] 2de7ff778b66: Waiting [2021-02-23T17:40:58.356Z] 9712f1f96733: Verifying Checksum [2021-02-23T17:40:58.356Z] 9712f1f96733: Download complete [2021-02-23T17:40:59.760Z] 63f879dbbcfc: Verifying Checksum [2021-02-23T17:40:59.760Z] 63f879dbbcfc: Download complete [2021-02-23T17:41:00.028Z] e9a5061849ea: Verifying Checksum [2021-02-23T17:41:00.028Z] e9a5061849ea: Download complete [2021-02-23T17:41:00.028Z] d747dcd14b5f: Download complete [2021-02-23T17:41:00.606Z] 0d9ebad4ef96: Verifying Checksum [2021-02-23T17:41:00.606Z] 0d9ebad4ef96: Download complete [2021-02-23T17:41:00.606Z] 2de7ff778b66: Verifying Checksum [2021-02-23T17:41:00.606Z] 2de7ff778b66: Download complete [2021-02-23T17:41:00.880Z] ab5ef0e58194: Verifying Checksum [2021-02-23T17:41:00.880Z] ab5ef0e58194: Download complete [2021-02-23T17:41:05.142Z] ab5ef0e58194: Pull complete [2021-02-23T17:41:05.142Z] 9712f1f96733: Pull complete [2021-02-23T17:41:07.710Z] 63f879dbbcfc: Pull complete [2021-02-23T17:41:14.331Z] 0d9ebad4ef96: Pull complete [2021-02-23T17:41:15.279Z] e9a5061849ea: Pull complete [2021-02-23T17:41:15.543Z] d747dcd14b5f: Pull complete [2021-02-23T17:41:18.114Z] 2de7ff778b66: Pull complete [2021-02-23T17:41:18.114Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-23T17:41:18.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T17:41:18.114Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-23T17:41:18.318Z] prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container [2021-02-23T17:41:18.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-23T17:41:22.252Z] $ docker top 15f7a67bb74ec6f279e4f89555d9e473f390e6c6e8d9fa912c33ec6eb4abba34 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-23T17:41:22.559Z] provisioning config files... [2021-02-23T17:41:22.572Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4194304417723696158tmp [2021-02-23T17:41:22.588Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7537728167614531912tmp [2021-02-23T17:41:22.602Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2360643158359351581tmp [Pipeline] { [Pipeline] echo [2021-02-23T17:41:22.661Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:41:22.959Z] ---> sigul-configuration.sh [2021-02-23T17:41:22.960Z] gpg: directory `/root/.gnupg' created [2021-02-23T17:41:22.960Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-23T17:41:22.960Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-23T17:41:22.960Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-23T17:41:22.960Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-23T17:41:22.960Z] gpg: CAST5 encrypted data [2021-02-23T17:41:23.222Z] gpg: encrypted with 1 passphrase [2021-02-23T17:41:23.222Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-23T17:41:23.522Z] + mkdir /home/jenkins [2021-02-23T17:41:23.522Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-23T17:41:23.825Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-23T17:41:24.001Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:41:24.302Z] ---> sigul-install.sh [2021-02-23T17:41:30.904Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-23T17:41:31.201Z] + git tag --list [2021-02-23T17:41:31.202Z] v0.1.0 [2021-02-23T17:41:31.202Z] v0.1.1 [2021-02-23T17:41:31.202Z] v1.0.0 [2021-02-23T17:41:31.202Z] v1.1.0 [2021-02-23T17:41:31.202Z] v1.2.0 [2021-02-23T17:41:31.202Z] v1.3.0 [2021-02-23T17:41:31.202Z] v1.3.1 [2021-02-23T17:41:31.202Z] v1.3.1-dev.1 [2021-02-23T17:41:31.202Z] v1.3.2-dev.1 [2021-02-23T17:41:31.202Z] v2.0.0-dev.1 [2021-02-23T17:41:31.202Z] v2.0.0-dev.10 [2021-02-23T17:41:31.202Z] v2.0.0-dev.11 [2021-02-23T17:41:31.202Z] v2.0.0-dev.12 [2021-02-23T17:41:31.202Z] v2.0.0-dev.13 [2021-02-23T17:41:31.202Z] v2.0.0-dev.14 [2021-02-23T17:41:31.202Z] v2.0.0-dev.15 [2021-02-23T17:41:31.202Z] v2.0.0-dev.16 [2021-02-23T17:41:31.202Z] v2.0.0-dev.17 [2021-02-23T17:41:31.202Z] v2.0.0-dev.18 [2021-02-23T17:41:31.202Z] v2.0.0-dev.2 [2021-02-23T17:41:31.202Z] v2.0.0-dev.3 [2021-02-23T17:41:31.202Z] v2.0.0-dev.4 [2021-02-23T17:41:31.202Z] v2.0.0-dev.5 [2021-02-23T17:41:31.202Z] v2.0.0-dev.6 [2021-02-23T17:41:31.202Z] v2.0.0-dev.7 [2021-02-23T17:41:31.202Z] v2.0.0-dev.8 [2021-02-23T17:41:31.202Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-23T17:41:31.504Z] + lftools sign git-tag v2.0.0-dev.18 [2021-02-23T17:41:32.898Z] Signing Git tag with Sigul... [2021-02-23T17:41:32.898Z] Signing v2.0.0-dev.18 [Pipeline] echo [2021-02-23T17:41:33.857Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:41:34.158Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-23T17:41:34.168Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-23T17:41:34.270Z] $ docker stop --time=1 15f7a67bb74ec6f279e4f89555d9e473f390e6c6e8d9fa912c33ec6eb4abba34 [2021-02-23T17:41:36.369Z] $ docker rm -f 15f7a67bb74ec6f279e4f89555d9e473f390e6c6e8d9fa912c33ec6eb4abba34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:41:37.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T17:41:37.469Z] . [Pipeline] withDockerContainer [2021-02-23T17:41:37.571Z] prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container [2021-02-23T17:41:37.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T17:41:38.388Z] $ docker top b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T17:41:38.719Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T17:41:38.719Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T17:41:38.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T17:41:38.947Z] $ docker exec b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d ssh-agent [2021-02-23T17:41:39.129Z] SSH_AUTH_SOCK=/tmp/ssh-hTT4bTdqqgrw/agent.11 [2021-02-23T17:41:39.129Z] SSH_AGENT_PID=16 [2021-02-23T17:41:39.137Z] Running ssh-add (command line suppressed) [2021-02-23T17:41:39.264Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1362567997313278057.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1362567997313278057.key) [2021-02-23T17:41:39.323Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T17:41:39.661Z] + git semver bump pre [2021-02-23T17:41:39.661Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T17:41:39.661Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T17:41:39.661Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T17:41:39.661Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T17:41:39.661Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T17:41:39.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T17:41:39.661Z] # $SEMVER_BRANCH = master [2021-02-23T17:41:39.661Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-23T17:41:39.661Z] 2.0.0-dev.19 [Pipeline] } [2021-02-23T17:41:39.674Z] $ docker exec --env ******** --env ******** b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d ssh-agent -k [2021-02-23T17:41:39.799Z] unset SSH_AUTH_SOCK; [2021-02-23T17:41:39.800Z] unset SSH_AGENT_PID; [2021-02-23T17:41:39.800Z] echo Agent pid 16 killed; [2021-02-23T17:41:39.852Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T17:41:40.336Z] + git semver [Pipeline] } [2021-02-23T17:41:40.353Z] $ docker stop --time=1 b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d [2021-02-23T17:41:41.747Z] $ docker rm -f b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:41:42.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T17:41:42.321Z] . [Pipeline] withDockerContainer [2021-02-23T17:41:42.431Z] prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container [2021-02-23T17:41:42.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T17:41:43.163Z] $ docker top 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T17:41:43.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T17:41:43.497Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T17:41:43.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T17:41:43.704Z] $ docker exec 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 ssh-agent [2021-02-23T17:41:43.912Z] SSH_AUTH_SOCK=/tmp/ssh-TBj9hFIwrPfH/agent.12 [2021-02-23T17:41:43.912Z] SSH_AGENT_PID=17 [2021-02-23T17:41:43.969Z] Running ssh-add (command line suppressed) [2021-02-23T17:41:44.119Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6901022375403449965.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6901022375403449965.key) [2021-02-23T17:41:44.170Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T17:41:44.533Z] + git semver push [2021-02-23T17:41:44.533Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T17:41:44.533Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T17:41:44.533Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T17:41:44.533Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T17:41:44.533Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T17:41:44.533Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T17:41:44.533Z] # $SEMVER_BRANCH = master [2021-02-23T17:41:44.533Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-23T17:41:49.847Z] $ docker exec --env ******** --env ******** 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 ssh-agent -k [2021-02-23T17:41:49.981Z] unset SSH_AUTH_SOCK; [2021-02-23T17:41:49.981Z] unset SSH_AGENT_PID; [2021-02-23T17:41:49.981Z] echo Agent pid 17 killed; [2021-02-23T17:41:50.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T17:41:50.795Z] + git semver [Pipeline] } [2021-02-23T17:41:50.813Z] $ docker stop --time=1 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 [2021-02-23T17:41:52.207Z] $ docker rm -f 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:41:53.658Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:41:54.228Z] ---> package-listing.sh [2021-02-23T17:41:54.228Z] ++ facter osfamily [2021-02-23T17:41:54.228Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T17:41:54.228Z] + OS_FAMILY=redhat [2021-02-23T17:41:54.228Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T17:41:54.228Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T17:41:54.228Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T17:41:54.228Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T17:41:54.228Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T17:41:54.228Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-23T17:41:54.228Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T17:41:54.228Z] + case "${OS_FAMILY}" in [2021-02-23T17:41:54.228Z] + rpm -qa [2021-02-23T17:41:54.228Z] + sort [2021-02-23T17:41:59.540Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T17:41:59.540Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T17:41:59.540Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T17:41:59.540Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-23T17:41:59.540Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-02-23T17:41:59.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 [2021-02-23T17:41:59.554Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T17:41:59.853Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:42:00.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T17:42:00.160Z] [2021-02-23T17:42:00.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T17:42:00.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T17:42:00.507Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T17:42:00.507Z] df20fa9351a1: Pulling fs layer [2021-02-23T17:42:00.507Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T17:42:00.507Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T17:42:00.507Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T17:42:00.507Z] 93b61091891f: Pulling fs layer [2021-02-23T17:42:00.507Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T17:42:00.507Z] 5e14af77c1be: Pulling fs layer [2021-02-23T17:42:00.507Z] 01666e4c0597: Pulling fs layer [2021-02-23T17:42:00.507Z] aa168da1d23b: Pulling fs layer [2021-02-23T17:42:00.507Z] 93b9cdb0e59b: Waiting [2021-02-23T17:42:00.507Z] 5e14af77c1be: Waiting [2021-02-23T17:42:00.507Z] 01666e4c0597: Waiting [2021-02-23T17:42:00.507Z] aa168da1d23b: Waiting [2021-02-23T17:42:00.507Z] 46f8f816bc3b: Waiting [2021-02-23T17:42:00.507Z] 93b61091891f: Waiting [2021-02-23T17:42:00.507Z] 36b3adc4ff6f: Download complete [2021-02-23T17:42:00.770Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T17:42:00.770Z] 46f8f816bc3b: Download complete [2021-02-23T17:42:00.770Z] df20fa9351a1: Download complete [2021-02-23T17:42:00.770Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T17:42:00.770Z] 93b9cdb0e59b: Download complete [2021-02-23T17:42:00.770Z] 5e14af77c1be: Verifying Checksum [2021-02-23T17:42:00.770Z] 5e14af77c1be: Download complete [2021-02-23T17:42:00.770Z] 93b61091891f: Download complete [2021-02-23T17:42:00.770Z] 01666e4c0597: Verifying Checksum [2021-02-23T17:42:00.770Z] 01666e4c0597: Download complete [2021-02-23T17:42:01.033Z] df20fa9351a1: Pull complete [2021-02-23T17:42:01.033Z] 8ad3a11d3b57: Download complete [2021-02-23T17:42:01.302Z] 36b3adc4ff6f: Pull complete [2021-02-23T17:42:02.704Z] 8ad3a11d3b57: Pull complete [2021-02-23T17:42:02.967Z] 46f8f816bc3b: Pull complete [2021-02-23T17:42:02.967Z] aa168da1d23b: Verifying Checksum [2021-02-23T17:42:02.967Z] aa168da1d23b: Download complete [2021-02-23T17:42:03.229Z] 93b61091891f: Pull complete [2021-02-23T17:42:03.490Z] 93b9cdb0e59b: Pull complete [2021-02-23T17:42:03.491Z] 5e14af77c1be: Pull complete [2021-02-23T17:42:03.755Z] 01666e4c0597: Pull complete [2021-02-23T17:42:11.939Z] aa168da1d23b: Pull complete [2021-02-23T17:42:11.939Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T17:42:11.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T17:42:11.939Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T17:42:12.096Z] prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container [2021-02-23T17:42:12.144Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T17:42:14.839Z] $ docker top 0925974ac85273e40eb45989520dca027345aa4d10c7cbe9ad47ebac3be54375 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T17:42:15.419Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T17:42:15.716Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T17:42:16.014Z] + ls /var/log/sa-host [2021-02-23T17:42:16.015Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T17:42:16.015Z] file_magic: OK [2021-02-23T17:42:16.015Z] HZ: Using current value: 100 [2021-02-23T17:42:16.015Z] file_header: OK [2021-02-23T17:42:16.015Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-23T17:42:16.015Z] Statistics: [2021-02-23T17:42:16.015Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T17:42:16.015Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T17:42:16.211Z] provisioning config files... [2021-02-23T17:42:16.230Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config370162292278129567tmp [Pipeline] { [Pipeline] echo [2021-02-23T17:42:16.298Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:42:16.593Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T17:42:16.602Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T17:42:16.686Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:42:16.983Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T17:42:16.996Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:42:17.294Z] ---> sudo-logs.sh [2021-02-23T17:42:17.294Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T17:42:17.351Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:42:17.647Z] ---> job-cost.sh [2021-02-23T17:42:17.647Z] lf-activate-venv: SKIPPING [2021-02-23T17:42:17.647Z] INFO: No Stack... [2021-02-23T17:42:19.038Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T17:42:19.611Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T17:42:19.624Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T17:42:19.921Z] ---> logs-deploy.sh [2021-02-23T17:42:19.921Z] lf-activate-venv: SKIPPING [2021-02-23T17:42:19.921Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/185 [2021-02-23T17:42:19.921Z] INFO: archiving workspace using pattern(s): [2021-02-23T17:42:21.841Z] Archives upload complete. [2021-02-23T17:42:21.841Z] INFO: archiving logs to Nexus