Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7e0294b946f3983e3ded7d58e302651817d82cb7 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28549 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 7e0294b946f3983e3ded7d58e302651817d82cb7 (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 7e0294b946f3983e3ded7d58e302651817d82cb7 # timeout=10 Commit message: "refactor: Remove V1 API code and swagger (#730)" > git rev-list --no-walk 4a1f060505acd7d76a29fd8599ca962e4b127f4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-04T20:42:37.680Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T20:42:37.976Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T20:42:38.099Z] ========================================================= [2021-03-04T20:42:38.099Z] EdgeX Global Pipelines Version Info [2021-03-04T20:42:38.099Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:42:39.607Z] ------------------- [2021-03-04T20:42:39.607Z] stable info: [2021-03-04T20:42:39.607Z] ------------------- [2021-03-04T20:42:39.607Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T20:42:39.607Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T20:42:39.607Z] Message: update stable to v1.0.184 [2021-03-04T20:42:40.557Z] ------------------- [2021-03-04T20:42:40.557Z] experimental info: [2021-03-04T20:42:40.557Z] ------------------- [2021-03-04T20:42:40.557Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T20:42:40.557Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T20:42:40.557Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T20:42:40.902Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-03-04T20:42:41.008Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-03-04T20:42:41.148Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T20:42:41.348Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T20:42:41.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T20:42:41.600Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T20:42:41.715Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T20:42:41.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T20:42:41.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-04T20:42:42.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T20:42:42.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T20:42:42.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-03-04T20:42:42.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T20:42:42.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T20:42:42.554Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T20:42:42.654Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T20:42:42.760Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T20:42:42.854Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T20:42:42.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T20:42:43.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-04T20:42:43.139Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-04T20:42:43.246Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-03-04T20:42:43.363Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-04T20:42:43.461Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-04T20:42:43.584Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-04T20:42:43.676Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T20:42:43.768Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-04T20:42:43.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-04T20:42:43.984Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-04T20:42:44.075Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e0294b946f3983e3ded7d58e302651817d82cb7 [Pipeline] echo [2021-03-04T20:42:44.167Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e0294b [Pipeline] echo [2021-03-04T20:42:44.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T20:42:45.009Z] + git log --format=format:%s -1 7e0294b946f3983e3ded7d58e302651817d82cb7 [Pipeline] echo [2021-03-04T20:42:45.076Z] GIT_COMMIT: 7e0294b946f3983e3ded7d58e302651817d82cb7, Commit Message: refactor: Remove V1 API code and swagger (#730) [Pipeline] echo [2021-03-04T20:42:45.132Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:42:46.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T20:42:46.450Z] [2021-03-04T20:42:46.451Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:42:46.804Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T20:42:46.804Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T20:42:46.804Z] 31603596830f: Pulling fs layer [2021-03-04T20:42:46.804Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T20:42:46.804Z] 6ca5941a6612: Pulling fs layer [2021-03-04T20:42:46.804Z] ecc8261a40a4: Pulling fs layer [2021-03-04T20:42:46.804Z] ecc8261a40a4: Waiting [2021-03-04T20:42:46.804Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T20:42:46.804Z] 2a8b12db71e7: Download complete [2021-03-04T20:42:47.066Z] 31603596830f: Verifying Checksum [2021-03-04T20:42:47.066Z] 31603596830f: Download complete [2021-03-04T20:42:47.066Z] ecc8261a40a4: Verifying Checksum [2021-03-04T20:42:47.066Z] ecc8261a40a4: Download complete [2021-03-04T20:42:47.328Z] 6ca5941a6612: Verifying Checksum [2021-03-04T20:42:47.328Z] 6ca5941a6612: Download complete [2021-03-04T20:42:47.328Z] 31603596830f: Pull complete [2021-03-04T20:42:47.593Z] 2a8b12db71e7: Pull complete [2021-03-04T20:42:48.168Z] 6ca5941a6612: Pull complete [2021-03-04T20:42:48.741Z] ecc8261a40a4: Pull complete [2021-03-04T20:42:48.741Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T20:42:48.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T20:42:48.741Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T20:42:48.887Z] prd-centos7-docker-4c-2g-28549 does not seem to be running inside a container [2021-03-04T20:42:48.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T20:42:51.674Z] $ docker top 92b0cfb09f2ae200a2b00b1bddd0a98e2a0fe3254d0651c3e3a246d33699bcb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T20:42:52.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T20:42:52.120Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T20:42:52.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T20:42:52.373Z] $ docker exec 92b0cfb09f2ae200a2b00b1bddd0a98e2a0fe3254d0651c3e3a246d33699bcb5 ssh-agent [2021-03-04T20:42:52.552Z] SSH_AUTH_SOCK=/tmp/ssh-mN8UWHY1CN9c/agent.11 [2021-03-04T20:42:52.552Z] SSH_AGENT_PID=17 [2021-03-04T20:42:52.564Z] Running ssh-add (command line suppressed) [2021-03-04T20:42:52.678Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_449596877569851349.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_449596877569851349.key) [2021-03-04T20:42:52.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T20:42:53.072Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T20:42:53.096Z] $ docker exec --env ******** --env ******** 92b0cfb09f2ae200a2b00b1bddd0a98e2a0fe3254d0651c3e3a246d33699bcb5 ssh-agent -k [2021-03-04T20:42:53.206Z] unset SSH_AUTH_SOCK; [2021-03-04T20:42:53.207Z] unset SSH_AGENT_PID; [2021-03-04T20:42:53.207Z] echo Agent pid 17 killed; [2021-03-04T20:42:53.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T20:42:53.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T20:42:53.435Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T20:42:53.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T20:42:53.605Z] $ docker exec 92b0cfb09f2ae200a2b00b1bddd0a98e2a0fe3254d0651c3e3a246d33699bcb5 ssh-agent [2021-03-04T20:42:53.762Z] SSH_AUTH_SOCK=/tmp/ssh-0IEjk3XKZkpN/agent.47 [2021-03-04T20:42:53.762Z] SSH_AGENT_PID=53 [2021-03-04T20:42:53.769Z] Running ssh-add (command line suppressed) [2021-03-04T20:42:53.893Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7652299078413871863.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7652299078413871863.key) [2021-03-04T20:42:53.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T20:42:54.282Z] + git semver init [2021-03-04T20:42:54.282Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T20:42:54.282Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-04T20:42:54.282Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-04T20:42:54.282Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T20:42:54.282Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T20:42:54.282Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T20:42:54.282Z] # $SEMVER_BRANCH = master [2021-03-04T20:42:54.282Z] # $SEMVER_TEMP = /tmp/semver-293794129 [2021-03-04T20:42:54.282Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-03-04T20:42:56.838Z] # '/tmp/semver-293794129' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-03-04T20:42:56.838Z] # -> Force: false [2021-03-04T20:42:56.838Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-03-04T20:42:56.852Z] $ docker exec --env ******** --env ******** 92b0cfb09f2ae200a2b00b1bddd0a98e2a0fe3254d0651c3e3a246d33699bcb5 ssh-agent -k [2021-03-04T20:42:57.003Z] unset SSH_AUTH_SOCK; [2021-03-04T20:42:57.003Z] unset SSH_AGENT_PID; [2021-03-04T20:42:57.003Z] echo Agent pid 53 killed; [2021-03-04T20:42:57.064Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T20:42:57.529Z] + git semver [Pipeline] } [2021-03-04T20:42:57.546Z] $ docker stop --time=1 92b0cfb09f2ae200a2b00b1bddd0a98e2a0fe3254d0651c3e3a246d33699bcb5 [2021-03-04T20:42:58.988Z] $ docker rm -f 92b0cfb09f2ae200a2b00b1bddd0a98e2a0fe3254d0651c3e3a246d33699bcb5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T20:42:59.458Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T20:43:00.019Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T20:43:00.022Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.26 [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-03-04T20:43:15.665Z] Still waiting to schedule task [2021-03-04T20:43:15.665Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28549’ [2021-03-04T20:43:15.667Z] Still waiting to schedule task [2021-03-04T20:43:15.667Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-04T20:44:59.124Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28550 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-04T20:44:59.242Z] Running in /w/workspace/app-functions-sdk-go/193 [Pipeline] { [Pipeline] checkout [2021-03-04T20:45:04.813Z] using credential edgex-jenkins-ssh [2021-03-04T20:45:04.879Z] Cloning the remote Git repository [2021-03-04T20:45:04.946Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-04T20:45:05.054Z] > git init /w/workspace/app-functions-sdk-go/193 # timeout=10 [2021-03-04T20:45:05.153Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-04T20:45:05.156Z] > git --version # timeout=10 [2021-03-04T20:45:05.176Z] > git --version # 'git version 2.17.1' [2021-03-04T20:45:05.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T20:45:05.249Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T20:45:08.919Z] Checking out Revision 7e0294b946f3983e3ded7d58e302651817d82cb7 (master) [2021-03-04T20:45:08.312Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-04T20:45:08.328Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T20:45:08.353Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-04T20:45:08.393Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-04T20:45:08.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T20:45:08.405Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T20:45:08.942Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T20:45:08.961Z] > git checkout -f 7e0294b946f3983e3ded7d58e302651817d82cb7 # timeout=10 [2021-03-04T20:45:13.643Z] Commit message: "refactor: Remove V1 API code and swagger (#730)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T20:45:15.449Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T20:45:15.851Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T20:45:16.204Z] + sudo service docker restart [2021-03-04T20:45:16.204Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-04T20:45:19.167Z] ========================================================= [2021-03-04T20:45:19.167Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T20:45:19.167Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:45:19.560Z] + 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-03-04T20:45:20.558Z] Sending build context to Docker daemon 19.25MB [2021-03-04T20:45:20.558Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T20:45:20.558Z] Step 2/8 : FROM ${BASE} [2021-03-04T20:45:21.164Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T20:45:21.164Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T20:45:21.164Z] a4357932f1b6: Pulling fs layer [2021-03-04T20:45:21.164Z] 18c013af1878: Pulling fs layer [2021-03-04T20:45:21.164Z] 00ac8860ef70: Pulling fs layer [2021-03-04T20:45:21.164Z] 63d7cb157983: Pulling fs layer [2021-03-04T20:45:21.164Z] b116817d02f9: Pulling fs layer [2021-03-04T20:45:21.164Z] 745a02a5169b: Pulling fs layer [2021-03-04T20:45:21.164Z] 63d7cb157983: Waiting [2021-03-04T20:45:21.164Z] 745a02a5169b: Waiting [2021-03-04T20:45:21.164Z] 00ac8860ef70: Waiting [2021-03-04T20:45:21.164Z] b116817d02f9: Waiting [2021-03-04T20:45:21.164Z] 18c013af1878: Verifying Checksum [2021-03-04T20:45:21.164Z] 18c013af1878: Download complete [2021-03-04T20:45:21.164Z] a4357932f1b6: Download complete [2021-03-04T20:45:21.164Z] 63d7cb157983: Verifying Checksum [2021-03-04T20:45:21.164Z] 63d7cb157983: Download complete [2021-03-04T20:45:21.164Z] b116817d02f9: Verifying Checksum [2021-03-04T20:45:21.164Z] b116817d02f9: Download complete [2021-03-04T20:45:21.164Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T20:45:21.164Z] 5f621e34cdf4: Download complete [2021-03-04T20:45:21.765Z] 5f621e34cdf4: Pull complete [2021-03-04T20:45:22.370Z] a4357932f1b6: Pull complete [2021-03-04T20:45:22.971Z] 18c013af1878: Pull complete [2021-03-04T20:45:23.565Z] 745a02a5169b: Verifying Checksum [2021-03-04T20:45:23.565Z] 745a02a5169b: Download complete [2021-03-04T20:45:24.997Z] 00ac8860ef70: Verifying Checksum [2021-03-04T20:45:24.997Z] 00ac8860ef70: Download complete [2021-03-04T20:45:35.166Z] 00ac8860ef70: Pull complete [2021-03-04T20:45:35.166Z] 63d7cb157983: Pull complete [2021-03-04T20:45:35.442Z] b116817d02f9: Pull complete [2021-03-04T20:45:39.769Z] 745a02a5169b: Pull complete [2021-03-04T20:45:39.769Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T20:45:39.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T20:45:39.769Z] ---> b7e6874047d6 [2021-03-04T20:45:39.769Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-03-04T20:45:39.769Z] 20.10.0: Pulling from library/docker [2021-03-04T20:45:39.769Z] a3cc7d3b244e: Pulling fs layer [2021-03-04T20:45:39.769Z] 02a3295e0d61: Pulling fs layer [2021-03-04T20:45:39.769Z] 0f4f2e6d8100: Pulling fs layer [2021-03-04T20:45:39.769Z] 330b718f631f: Pulling fs layer [2021-03-04T20:45:39.769Z] a93816041522: Pulling fs layer [2021-03-04T20:45:39.769Z] bdb6da89ff94: Pulling fs layer [2021-03-04T20:45:39.769Z] 2a70c0c122f4: Pulling fs layer [2021-03-04T20:45:39.769Z] a93816041522: Waiting [2021-03-04T20:45:39.769Z] bdb6da89ff94: Waiting [2021-03-04T20:45:39.769Z] 2a70c0c122f4: Waiting [2021-03-04T20:45:39.769Z] 330b718f631f: Waiting [2021-03-04T20:45:39.769Z] 0f4f2e6d8100: Verifying Checksum [2021-03-04T20:45:39.769Z] 0f4f2e6d8100: Download complete [2021-03-04T20:45:39.769Z] a3cc7d3b244e: Verifying Checksum [2021-03-04T20:45:39.769Z] a3cc7d3b244e: Download complete [2021-03-04T20:45:39.769Z] a93816041522: Verifying Checksum [2021-03-04T20:45:39.769Z] a93816041522: Download complete [2021-03-04T20:45:39.769Z] 02a3295e0d61: Verifying Checksum [2021-03-04T20:45:39.769Z] 02a3295e0d61: Download complete [2021-03-04T20:45:39.769Z] 2a70c0c122f4: Verifying Checksum [2021-03-04T20:45:39.769Z] bdb6da89ff94: Verifying Checksum [2021-03-04T20:45:39.769Z] bdb6da89ff94: Download complete [2021-03-04T20:45:39.769Z] 2a70c0c122f4: Download complete [2021-03-04T20:45:40.047Z] a3cc7d3b244e: Pull complete [2021-03-04T20:45:40.666Z] 02a3295e0d61: Pull complete [2021-03-04T20:45:40.757Z] Running on prd-centos7-docker-4c-2g-28551 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-04T20:45:40.829Z] Running in /w/workspace/app-functions-sdk-go/193 [Pipeline] { [Pipeline] checkout [2021-03-04T20:45:40.939Z] 330b718f631f: Download complete [2021-03-04T20:45:41.212Z] 0f4f2e6d8100: Pull complete [2021-03-04T20:45:43.323Z] using credential edgex-jenkins-ssh [2021-03-04T20:45:43.378Z] Cloning the remote Git repository [2021-03-04T20:45:43.416Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-04T20:45:43.498Z] > git init /w/workspace/app-functions-sdk-go/193 # timeout=10 [2021-03-04T20:45:43.561Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-04T20:45:43.561Z] > git --version # timeout=10 [2021-03-04T20:45:43.569Z] > git --version # 'git version 2.24.3' [2021-03-04T20:45:43.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T20:45:43.597Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T20:45:45.431Z] Checking out Revision 7e0294b946f3983e3ded7d58e302651817d82cb7 (master) [2021-03-04T20:45:45.550Z] 330b718f631f: Pull complete [2021-03-04T20:45:45.551Z] a93816041522: Pull complete [2021-03-04T20:45:45.551Z] bdb6da89ff94: Pull complete [2021-03-04T20:45:44.966Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-04T20:45:44.976Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T20:45:44.987Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-04T20:45:45.000Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-04T20:45:45.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T20:45:45.004Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T20:45:45.440Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T20:45:45.445Z] > git checkout -f 7e0294b946f3983e3ded7d58e302651817d82cb7 # timeout=10 [2021-03-04T20:45:46.147Z] 2a70c0c122f4: Pull complete [2021-03-04T20:45:46.147Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T20:45:46.147Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T20:45:49.059Z] Commit message: "refactor: Remove V1 API code and swagger (#730)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T20:45:50.311Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T20:45:50.641Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T20:45:50.941Z] + sudo service docker restart [2021-03-04T20:45:50.941Z] + true [2021-03-04T20:45:50.941Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-04T20:45:52.066Z] ========================================================= [2021-03-04T20:45:52.066Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T20:45:52.066Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:45:52.415Z] + 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-03-04T20:45:52.863Z] ---> ddfdf00077e3 [2021-03-04T20:45:52.863Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-04T20:45:52.863Z] ---> Running in 565f986f559d [2021-03-04T20:45:52.863Z] Removing intermediate container 565f986f559d [2021-03-04T20:45:52.863Z] ---> d0ccf2e85b61 [2021-03-04T20:45:52.863Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-04T20:45:52.999Z] Sending build context to Docker daemon 19.25MB [2021-03-04T20:45:52.999Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T20:45:52.999Z] Step 2/8 : FROM ${BASE} [2021-03-04T20:45:52.999Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T20:45:52.999Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T20:45:52.999Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T20:45:52.999Z] de9db76c5a1d: Pulling fs layer [2021-03-04T20:45:52.999Z] bca2f99d35d6: Pulling fs layer [2021-03-04T20:45:52.999Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T20:45:52.999Z] 7c6f9722023f: Pulling fs layer [2021-03-04T20:45:52.999Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T20:45:52.999Z] bca2f99d35d6: Waiting [2021-03-04T20:45:52.999Z] a35cf1a2eb13: Waiting [2021-03-04T20:45:52.999Z] 7c6f9722023f: Waiting [2021-03-04T20:45:52.999Z] 93359f2a8cfa: Waiting [2021-03-04T20:45:52.999Z] de9db76c5a1d: Verifying Checksum [2021-03-04T20:45:52.999Z] de9db76c5a1d: Download complete [2021-03-04T20:45:52.999Z] 0ef7d3d256c8: Verifying Checksum [2021-03-04T20:45:52.999Z] 0ef7d3d256c8: Download complete [2021-03-04T20:45:53.137Z] ---> Running in c7c7d4e6f714 [2021-03-04T20:45:53.263Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T20:45:53.263Z] 93359f2a8cfa: Download complete [2021-03-04T20:45:53.263Z] 7c6f9722023f: Download complete [2021-03-04T20:45:53.263Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T20:45:53.263Z] 188c0c94c7c5: Download complete [2021-03-04T20:45:53.524Z] 188c0c94c7c5: Pull complete [2021-03-04T20:45:53.788Z] 0ef7d3d256c8: Pull complete [2021-03-04T20:45:53.788Z] de9db76c5a1d: Pull complete [2021-03-04T20:45:54.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T20:45:55.186Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T20:45:55.186Z] a35cf1a2eb13: Download complete [2021-03-04T20:45:55.450Z] bca2f99d35d6: Verifying Checksum [2021-03-04T20:45:55.450Z] bca2f99d35d6: Download complete [2021-03-04T20:45:55.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T20:45:57.517Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-04T20:45:57.517Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-04T20:45:58.486Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-04T20:45:58.486Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-04T20:45:58.486Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-04T20:45:58.759Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T20:45:58.759Z] OK: 144 MiB in 44 packages [2021-03-04T20:46:00.199Z] Removing intermediate container c7c7d4e6f714 [2021-03-04T20:46:00.199Z] ---> 041065a92aa0 [2021-03-04T20:46:00.199Z] Step 6/8 : WORKDIR /build [2021-03-04T20:46:00.199Z] ---> Running in ca4915124464 [2021-03-04T20:46:00.766Z] bca2f99d35d6: Pull complete [2021-03-04T20:46:00.766Z] 93359f2a8cfa: Pull complete [2021-03-04T20:46:00.794Z] Removing intermediate container ca4915124464 [2021-03-04T20:46:00.794Z] ---> aa0f793be32a [2021-03-04T20:46:00.794Z] Step 7/8 : COPY go.mod . [2021-03-04T20:46:01.035Z] 7c6f9722023f: Pull complete [2021-03-04T20:46:01.393Z] ---> a33a6a3709a7 [2021-03-04T20:46:01.393Z] Step 8/8 : RUN go mod download [2021-03-04T20:46:01.667Z] ---> Running in bd33cf9ea875 [2021-03-04T20:46:06.388Z] a35cf1a2eb13: Pull complete [2021-03-04T20:46:06.388Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T20:46:06.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T20:46:06.388Z] ---> a62c8e92a672 [2021-03-04T20:46:06.388Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-03-04T20:46:06.388Z] 20.10.0: Pulling from library/docker [2021-03-04T20:46:06.388Z] 05e7bc50f07f: Pulling fs layer [2021-03-04T20:46:06.388Z] 6db28d0fdbf6: Pulling fs layer [2021-03-04T20:46:06.388Z] 292df0bc6bf3: Pulling fs layer [2021-03-04T20:46:06.388Z] 2e060f4bd70b: Pulling fs layer [2021-03-04T20:46:06.388Z] 2e060f4bd70b: Waiting [2021-03-04T20:46:06.388Z] 80e8d568a223: Pulling fs layer [2021-03-04T20:46:06.388Z] 8dc6ef1a942a: Pulling fs layer [2021-03-04T20:46:06.388Z] 80e8d568a223: Waiting [2021-03-04T20:46:06.388Z] 8dc6ef1a942a: Waiting [2021-03-04T20:46:06.388Z] 2312dd95470a: Pulling fs layer [2021-03-04T20:46:06.388Z] 2312dd95470a: Waiting [2021-03-04T20:46:06.389Z] 292df0bc6bf3: Verifying Checksum [2021-03-04T20:46:06.389Z] 292df0bc6bf3: Download complete [2021-03-04T20:46:06.389Z] 05e7bc50f07f: Verifying Checksum [2021-03-04T20:46:06.389Z] 05e7bc50f07f: Download complete [2021-03-04T20:46:06.389Z] 6db28d0fdbf6: Verifying Checksum [2021-03-04T20:46:06.389Z] 6db28d0fdbf6: Download complete [2021-03-04T20:46:06.389Z] 80e8d568a223: Verifying Checksum [2021-03-04T20:46:06.389Z] 80e8d568a223: Download complete [2021-03-04T20:46:06.389Z] 8dc6ef1a942a: Verifying Checksum [2021-03-04T20:46:06.389Z] 8dc6ef1a942a: Download complete [2021-03-04T20:46:06.389Z] 2312dd95470a: Verifying Checksum [2021-03-04T20:46:06.389Z] 2312dd95470a: Download complete [2021-03-04T20:46:06.389Z] 05e7bc50f07f: Pull complete [2021-03-04T20:46:06.658Z] 6db28d0fdbf6: Pull complete [2021-03-04T20:46:06.922Z] 292df0bc6bf3: Pull complete [2021-03-04T20:46:07.187Z] 2e060f4bd70b: Verifying Checksum [2021-03-04T20:46:07.187Z] 2e060f4bd70b: Download complete [2021-03-04T20:46:09.760Z] 2e060f4bd70b: Pull complete [2021-03-04T20:46:10.029Z] 80e8d568a223: Pull complete [2021-03-04T20:46:10.029Z] 8dc6ef1a942a: Pull complete [2021-03-04T20:46:10.294Z] 2312dd95470a: Pull complete [2021-03-04T20:46:10.294Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T20:46:10.294Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T20:46:11.710Z] ---> 75c1bdcb6120 [2021-03-04T20:46:11.710Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-04T20:46:11.710Z] ---> Running in 285941ef4626 [2021-03-04T20:46:11.977Z] Removing intermediate container 285941ef4626 [2021-03-04T20:46:11.977Z] ---> 5bd9f6bfc3b5 [2021-03-04T20:46:11.977Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-04T20:46:11.977Z] ---> Running in 87b68095c35e [2021-03-04T20:46:12.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T20:46:14.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T20:46:16.257Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-04T20:46:16.257Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-04T20:46:16.521Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-04T20:46:16.521Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-04T20:46:16.784Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-04T20:46:16.784Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T20:46:16.784Z] OK: 167 MiB in 44 packages [2021-03-04T20:46:17.741Z] Removing intermediate container 87b68095c35e [2021-03-04T20:46:17.741Z] ---> f0886fcb62ea [2021-03-04T20:46:17.741Z] Step 6/8 : WORKDIR /build [2021-03-04T20:46:17.741Z] ---> Running in 680a5ecb49ed [2021-03-04T20:46:17.741Z] Removing intermediate container 680a5ecb49ed [2021-03-04T20:46:17.741Z] ---> 076c9d127f50 [2021-03-04T20:46:17.741Z] Step 7/8 : COPY go.mod . [2021-03-04T20:46:18.005Z] ---> 0776db5dc087 [2021-03-04T20:46:18.005Z] Step 8/8 : RUN go mod download [2021-03-04T20:46:18.269Z] ---> Running in 6b5241f81737 [2021-03-04T20:46:28.485Z] Removing intermediate container bd33cf9ea875 [2021-03-04T20:46:28.485Z] ---> 23eb1b24e28a [2021-03-04T20:46:28.759Z] Successfully built 23eb1b24e28a [2021-03-04T20:46:28.759Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:46:29.107Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T20:46:29.107Z] . [Pipeline] withDockerContainer [2021-03-04T20:46:29.360Z] prd-ubuntu18.04-docker-arm64-4c-16g-28550 does not seem to be running inside a container [2021-03-04T20:46:29.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/193 -v /w/workspace/app-functions-sdk-go/193:/w/workspace/app-functions-sdk-go/193:rw,z -v /w/workspace/app-functions-sdk-go/193@tmp:/w/workspace/app-functions-sdk-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T20:46:31.086Z] $ docker top b129943e623c0d6c886015d37a29401dd4627f5294e4ff5354a321f775cb119d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T20:46:32.171Z] + go version [2021-03-04T20:46:32.171Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T20:46:32.202Z] $ docker stop --time=1 b129943e623c0d6c886015d37a29401dd4627f5294e4ff5354a321f775cb119d [2021-03-04T20:46:34.214Z] $ docker rm -f b129943e623c0d6c886015d37a29401dd4627f5294e4ff5354a321f775cb119d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:46:35.223Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T20:46:35.223Z] . [Pipeline] withDockerContainer [2021-03-04T20:46:35.480Z] prd-ubuntu18.04-docker-arm64-4c-16g-28550 does not seem to be running inside a container [2021-03-04T20:46:35.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/193 -v /w/workspace/app-functions-sdk-go/193:/w/workspace/app-functions-sdk-go/193:rw,z -v /w/workspace/app-functions-sdk-go/193@tmp:/w/workspace/app-functions-sdk-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T20:46:37.100Z] $ docker top 8ac4eff36f0842dca9db905ce58c36693aceb6fabf9403017941f1d6afcacbb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T20:46:39.261Z] + make test [2021-03-04T20:46:39.262Z] make -C ./app-service-template build [2021-03-04T20:46:39.262Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:46:39.262Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-03-04T20:46:44.914Z] Removing intermediate container 6b5241f81737 [2021-03-04T20:46:44.914Z] ---> 5f2a79216eb9 [2021-03-04T20:46:44.914Z] Successfully built 5f2a79216eb9 [2021-03-04T20:46:44.914Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:46:45.241Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T20:46:45.241Z] . [Pipeline] withDockerContainer [2021-03-04T20:46:45.375Z] prd-centos7-docker-4c-2g-28551 does not seem to be running inside a container [2021-03-04T20:46:45.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/193 -v /w/workspace/app-functions-sdk-go/193:/w/workspace/app-functions-sdk-go/193:rw,z -v /w/workspace/app-functions-sdk-go/193@tmp:/w/workspace/app-functions-sdk-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T20:46:46.227Z] $ docker top f7623764957ea67d82ae8e89b410e7b713e3a4a26f8f5c360b6ea6bfb2f5146f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T20:46:46.735Z] + go version [2021-03-04T20:46:46.735Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T20:46:46.750Z] $ docker stop --time=1 f7623764957ea67d82ae8e89b410e7b713e3a4a26f8f5c360b6ea6bfb2f5146f [2021-03-04T20:46:48.114Z] $ docker rm -f f7623764957ea67d82ae8e89b410e7b713e3a4a26f8f5c360b6ea6bfb2f5146f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:46:48.932Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T20:46:48.932Z] . [Pipeline] withDockerContainer [2021-03-04T20:46:49.029Z] prd-centos7-docker-4c-2g-28551 does not seem to be running inside a container [2021-03-04T20:46:49.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/193 -v /w/workspace/app-functions-sdk-go/193:/w/workspace/app-functions-sdk-go/193:rw,z -v /w/workspace/app-functions-sdk-go/193@tmp:/w/workspace/app-functions-sdk-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T20:46:49.750Z] $ docker top 694ce9ffebd6c13b730a820477cc0554b983b01c7dfac347072946a123589edb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T20:46:50.333Z] + make test [2021-03-04T20:46:50.333Z] make -C ./app-service-template build [2021-03-04T20:46:50.333Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:46:50.333Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-03-04T20:47:05.766Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:47:05.766Z] make -C ./app-service-template test [2021-03-04T20:47:05.766Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:47:05.766Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-04T20:47:11.130Z] ? new-app-service [no test files] [2021-03-04T20:47:11.394Z] ok new-app-service/functions 0.012s coverage: 75.8% of statements [2021-03-04T20:47:11.649Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:47:11.649Z] make -C ./app-service-template test [2021-03-04T20:47:11.649Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:47:11.649Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-04T20:47:11.659Z] CGO_ENABLED=1 go vet ./... [2021-03-04T20:47:15.012Z] gofmt -l . [2021-03-04T20:47:15.012Z] [ "`gofmt -l .`" = "" ] [2021-03-04T20:47:15.012Z] ./bin/test-go-mod-tidy.sh [2021-03-04T20:47:15.275Z] ./bin/test-attribution-txt.sh [2021-03-04T20:47:15.851Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:47:15.851Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-04T20:47:17.283Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.022s coverage: 82.6% of statements [2021-03-04T20:47:18.736Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.027s coverage: 56.4% of statements [2021-03-04T20:47:18.736Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-03-04T20:47:18.736Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-03-04T20:47:18.736Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.035s coverage: 61.5% of statements [2021-03-04T20:47:18.736Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-03-04T20:47:18.736Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.038s coverage: 86.5% of statements [2021-03-04T20:47:19.007Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.050s coverage: 75.6% of statements [2021-03-04T20:47:19.007Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-03-04T20:47:19.007Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-03-04T20:47:19.007Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-03-04T20:47:19.007Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-03-04T20:47:19.007Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-03-04T20:47:19.007Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-03-04T20:47:19.007Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.022s coverage: 97.0% of statements [2021-03-04T20:47:19.007Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-03-04T20:47:19.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.015s coverage: 9.1% of statements [2021-03-04T20:47:29.995Z] ? new-app-service [no test files] [2021-03-04T20:47:30.977Z] ok new-app-service/functions 0.025s coverage: 75.8% of statements [2021-03-04T20:47:31.251Z] CGO_ENABLED=1 go vet ./... [2021-03-04T20:47:34.571Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.826s coverage: 77.5% of statements [2021-03-04T20:47:34.571Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-03-04T20:47:34.571Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.016s coverage: 20.0% of statements [2021-03-04T20:47:34.571Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.023s coverage: 71.7% of statements [2021-03-04T20:47:41.432Z] gofmt -l . [2021-03-04T20:47:41.433Z] [ "`gofmt -l .`" = "" ] [2021-03-04T20:47:41.433Z] ./bin/test-go-mod-tidy.sh [2021-03-04T20:47:41.433Z] ./bin/test-attribution-txt.sh [2021-03-04T20:47:42.046Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/193/app-service-template' [2021-03-04T20:47:42.046Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-04T20:47:46.834Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.043s coverage: 82.8% of statements [2021-03-04T20:47:46.834Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements [2021-03-04T20:47:46.834Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-04T20:47:47.097Z] gofmt -l . [2021-03-04T20:47:47.097Z] [ "`gofmt -l .`" = "" ] [2021-03-04T20:47:47.361Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-04T20:47:47.378Z] $ docker stop --time=1 694ce9ffebd6c13b730a820477cc0554b983b01c7dfac347072946a123589edb [2021-03-04T20:47:47.463Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.047s coverage: 82.6% of statements [2021-03-04T20:47:49.012Z] $ docker rm -f 694ce9ffebd6c13b730a820477cc0554b983b01c7dfac347072946a123589edb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T20:47:49.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T20:47:50.159Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:47:51.668Z] ---> job-cost.sh [2021-03-04T20:47:51.668Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vJ4m [2021-03-04T20:47:52.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.085s coverage: 56.4% of statements [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-03-04T20:47:52.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.104s coverage: 61.5% of statements [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-03-04T20:47:52.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.077s coverage: 86.5% of statements [2021-03-04T20:47:52.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.094s coverage: 75.6% of statements [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-03-04T20:47:52.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.074s coverage: 97.0% of statements [2021-03-04T20:47:52.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-03-04T20:47:52.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.069s coverage: 9.1% of statements [2021-03-04T20:48:06.616Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T20:48:11.221Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.866s coverage: 77.5% of statements [2021-03-04T20:48:11.221Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-03-04T20:48:11.221Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.030s coverage: 20.0% of statements [2021-03-04T20:48:11.221Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.030s coverage: 71.7% of statements [2021-03-04T20:48:23.589Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.078s coverage: 82.8% of statements [2021-03-04T20:48:23.589Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements [2021-03-04T20:48:23.589Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-04T20:48:25.572Z] gofmt -l . [2021-03-04T20:48:26.164Z] [ "`gofmt -l .`" = "" ] [2021-03-04T20:48:26.440Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-04T20:48:27.076Z] $ docker stop --time=1 8ac4eff36f0842dca9db905ce58c36693aceb6fabf9403017941f1d6afcacbb7 [2021-03-04T20:48:29.197Z] $ docker rm -f 8ac4eff36f0842dca9db905ce58c36693aceb6fabf9403017941f1d6afcacbb7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T20:48:30.101Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T20:48:30.209Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T20:48:31.182Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:48:32.289Z] ---> job-cost.sh [2021-03-04T20:48:32.289Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jj3a [2021-03-04T20:48:38.800Z] lf-activate-venv(): INFO: Adding /tmp/venv-vJ4m/bin to PATH [2021-03-04T20:48:38.801Z] INFO: No Stack... [2021-03-04T20:48:38.801Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T20:48:38.801Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T20:48:39.113Z] + cut -d, -f6 [2021-03-04T20:48:39.113Z] + cat /w/workspace/app-functions-sdk-go/193/archives/cost.csv [Pipeline] lock [2021-03-04T20:48:39.224Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] [2021-03-04T20:48:39.234Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] did not exist. Created. [2021-03-04T20:48:39.234Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T20:48:39.648Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-04T20:48:39.825Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T20:48:39.837Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T20:49:11.304Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T20:51:18.085Z] lf-activate-venv(): INFO: Adding /tmp/venv-jj3a/bin to PATH [2021-03-04T20:51:18.085Z] INFO: No Stack... [2021-03-04T20:51:18.085Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T20:51:18.085Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T20:51:18.421Z] + cat /w/workspace/app-functions-sdk-go/193/archives/cost.csv [2021-03-04T20:51:18.421Z] + cut -d, -f6 [Pipeline] lock [2021-03-04T20:51:18.527Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] [2021-03-04T20:51:18.536Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] did not exist. Created. [2021-03-04T20:51:18.537Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T20:51:18.998Z] /w/workspace/app-functions-sdk-go/193@tmp/durable-c7400b74/script.sh: 1: /w/workspace/app-functions-sdk-go/193@tmp/durable-c7400b74/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-04T20:51:19.343Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T20:51:19.412Z] Warning: overwriting stash ‘stack-cost’ [2021-03-04T20:51:19.569Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T20:51:19.583Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-193-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-04T20:51:21.226Z] provisioning config files... [2021-03-04T20:51:21.240Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config706926499534757465tmp [Pipeline] { [Pipeline] sh [2021-03-04T20:51:21.638Z] + set +x [2021-03-04T20:51:21.638Z] + curl -s https://codecov.io/bash [2021-03-04T20:51:21.638Z] + bash -s -- [2021-03-04T20:51:21.899Z] [2021-03-04T20:51:21.899Z] _____ _ [2021-03-04T20:51:21.899Z] / ____| | | [2021-03-04T20:51:21.899Z] | | ___ __| | ___ ___ _____ __ [2021-03-04T20:51:21.899Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-04T20:51:21.899Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-04T20:51:21.899Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-04T20:51:21.899Z] Bash-20210226-7100762 [2021-03-04T20:51:21.899Z] [2021-03-04T20:51:21.899Z] [2021-03-04T20:51:21.899Z] ==> git version 2.24.3 found [2021-03-04T20:51:21.899Z] ==> 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-03-04T20:51:21.899Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-04T20:51:21.899Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-04T20:51:21.899Z] ==> Jenkins CI detected. [2021-03-04T20:51:21.899Z] project root: . [2021-03-04T20:51:21.899Z] --> token set from env [2021-03-04T20:51:21.899Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-04T20:51:21.899Z] ==> Running gcov in . (disable via -X gcov) [2021-03-04T20:51:21.899Z] ==> Python coveragepy not found [2021-03-04T20:51:21.899Z] ==> Searching for coverage reports in: [2021-03-04T20:51:21.899Z] + . [2021-03-04T20:51:21.899Z] -> Found 2 reports [2021-03-04T20:51:21.899Z] ==> Detecting git/mercurial file structure [2021-03-04T20:51:21.899Z] ==> Reading reports [2021-03-04T20:51:21.899Z] + ./app-service-template/coverage.out bytes=1148 [2021-03-04T20:51:21.899Z] + ./coverage.out bytes=81855 [2021-03-04T20:51:21.899Z] ==> Appending adjustments [2021-03-04T20:51:21.899Z] https://docs.codecov.io/docs/fixing-reports [2021-03-04T20:51:22.474Z] + Found adjustments [2021-03-04T20:51:22.474Z] ==> Gzipping contents [2021-03-04T20:51:22.474Z] 16K /tmp/codecov.fdT1aE.gz [2021-03-04T20:51:22.474Z] ==> Uploading reports [2021-03-04T20:51:22.474Z] url: https://codecov.io [2021-03-04T20:51:22.474Z] query: branch=master&commit=7e0294b946f3983e3ded7d58e302651817d82cb7&build=193&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F193%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T20:51:22.474Z] -> Pinging Codecov [2021-03-04T20:51:22.474Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=7e0294b946f3983e3ded7d58e302651817d82cb7&build=193&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F193%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T20:51:22.736Z] -> Uploading to [2021-03-04T20:51:22.736Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-04/3D8B5DFFC46A037C893635FACE044666/7e0294b946f3983e3ded7d58e302651817d82cb7/b87146fa-3542-475c-834b-b7139f033016.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T205122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a57f48df19e51d9cf739f2712ff8316ddc75b22f15cbb5969105241a35d9048c [2021-03-04T20:51:22.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T20:51:22.736Z] Dload Upload Total Spent Left Speed [2021-03-04T20:51:23.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14074 0 0 100 14074 0 28539 --:--:-- --:--:-- --:--:-- 28547 [2021-03-04T20:51:23.263Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/7e0294b946f3983e3ded7d58e302651817d82cb7 [Pipeline] } [2021-03-04T20:51:23.274Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-04T20:51:24.202Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-04T20:51:24.261Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:51:24.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T20:51:24.612Z] [2021-03-04T20:51:24.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:51:24.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T20:51:24.963Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-04T20:51:24.963Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T20:51:24.963Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T20:51:24.963Z] de9db76c5a1d: Pulling fs layer [2021-03-04T20:51:24.963Z] 0eba1c9be4d2: Pulling fs layer [2021-03-04T20:51:24.963Z] 0d57e429df01: Pulling fs layer [2021-03-04T20:51:24.963Z] 4e4be7b47b0d: Pulling fs layer [2021-03-04T20:51:24.963Z] e1f770b5df2f: Pulling fs layer [2021-03-04T20:51:24.963Z] 85a0685a4137: Pulling fs layer [2021-03-04T20:51:24.963Z] 4e4be7b47b0d: Waiting [2021-03-04T20:51:24.963Z] e1f770b5df2f: Waiting [2021-03-04T20:51:24.963Z] 85a0685a4137: Waiting [2021-03-04T20:51:24.963Z] 0d57e429df01: Waiting [2021-03-04T20:51:24.963Z] 0eba1c9be4d2: Waiting [2021-03-04T20:51:24.963Z] de9db76c5a1d: Verifying Checksum [2021-03-04T20:51:24.963Z] de9db76c5a1d: Download complete [2021-03-04T20:51:24.963Z] 0ef7d3d256c8: Download complete [2021-03-04T20:51:24.963Z] 0d57e429df01: Download complete [2021-03-04T20:51:24.963Z] 4e4be7b47b0d: Verifying Checksum [2021-03-04T20:51:24.963Z] 4e4be7b47b0d: Download complete [2021-03-04T20:51:24.963Z] 188c0c94c7c5: Download complete [2021-03-04T20:51:25.545Z] 188c0c94c7c5: Pull complete [2021-03-04T20:51:25.545Z] 0ef7d3d256c8: Pull complete [2021-03-04T20:51:25.806Z] de9db76c5a1d: Pull complete [2021-03-04T20:51:27.203Z] e1f770b5df2f: Verifying Checksum [2021-03-04T20:51:27.203Z] e1f770b5df2f: Download complete [2021-03-04T20:51:28.616Z] 0eba1c9be4d2: Verifying Checksum [2021-03-04T20:51:28.616Z] 0eba1c9be4d2: Download complete [2021-03-04T20:51:29.192Z] 85a0685a4137: Verifying Checksum [2021-03-04T20:51:29.192Z] 85a0685a4137: Download complete [2021-03-04T20:51:33.420Z] 0eba1c9be4d2: Pull complete [2021-03-04T20:51:33.684Z] 0d57e429df01: Pull complete [2021-03-04T20:51:33.684Z] 4e4be7b47b0d: Pull complete [2021-03-04T20:51:36.245Z] e1f770b5df2f: Pull complete [2021-03-04T20:51:46.283Z] 85a0685a4137: Pull complete [2021-03-04T20:51:46.283Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-04T20:51:46.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T20:51:46.283Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-04T20:51:46.523Z] prd-centos7-docker-4c-2g-28549 does not seem to be running inside a container [2021-03-04T20:51:46.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-04T20:51:47.550Z] $ docker top beb3eaa9cc093c88f97bf1423c8332a4b564d069303eb0197cc96a85b9fc1401 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T20:51:48.030Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-04T20:51:48.323Z] + set -o pipefail [2021-03-04T20:51:48.323Z] + snyk monitor '--org=edgex-jenkins' [2021-03-04T20:51:54.932Z] [2021-03-04T20:51:54.932Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-03-04T20:51:54.932Z] [2021-03-04T20:51:54.932Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/67c77ea7-4cea-4ebe-835b-bdb6b637c86c [2021-03-04T20:51:54.932Z] [2021-03-04T20:51:54.932Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-04T20:51:54.932Z] [2021-03-04T20:51:54.932Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-04T20:51:54.932Z] [2021-03-04T20:51:54.932Z] [Pipeline] } [2021-03-04T20:51:54.947Z] $ docker stop --time=1 beb3eaa9cc093c88f97bf1423c8332a4b564d069303eb0197cc96a85b9fc1401 [2021-03-04T20:51:57.828Z] $ docker rm -f beb3eaa9cc093c88f97bf1423c8332a4b564d069303eb0197cc96a85b9fc1401 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-04T20:51:59.068Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T20:51:59.134Z] provisioning config files... [2021-03-04T20:51:59.144Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1572155495043812470tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:51:59.528Z] --> edgex-publish-swagger.sh [2021-03-04T20:51:59.528Z] === Publish openapi/v2 API === [2021-03-04T20:51:59.528Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-04T20:51:59.528Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-03-04T20:51:59.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T20:51:59.528Z] Dload Upload Total Spent Left Speed [2021-03-04T20:52:00.918Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10595 0:00:01 0:00:01 --:--:-- 10602 100 13052 0 0 100 13052 0 8576 0:00:01 0:00:01 --:--:-- 8575 100 13052 0 0 100 13052 0 8574 0:00:01 0:00:01 --:--:-- 8575 [2021-03-04T20:52:00.918Z] [2021-03-04T20:52:00.918Z] [Pipeline] } [2021-03-04T20:52:00.928Z] 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-03-04T20:52:01.812Z] + git log --format=format:%s -1 7e0294b946f3983e3ded7d58e302651817d82cb7 [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:52:02.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T20:52:02.131Z] . [Pipeline] withDockerContainer [2021-03-04T20:52:02.229Z] prd-centos7-docker-4c-2g-28549 does not seem to be running inside a container [2021-03-04T20:52:02.276Z] $ 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-03-04T20:52:03.066Z] $ docker top 8106737b84a7cf412c092ef5d86a603ec4db0e7db07c63914560888a2f832dba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T20:52:03.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T20:52:03.342Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T20:52:03.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T20:52:03.544Z] $ docker exec 8106737b84a7cf412c092ef5d86a603ec4db0e7db07c63914560888a2f832dba ssh-agent [2021-03-04T20:52:03.705Z] SSH_AUTH_SOCK=/tmp/ssh-nQoNkUjAv54X/agent.11 [2021-03-04T20:52:03.705Z] SSH_AGENT_PID=16 [2021-03-04T20:52:03.712Z] Running ssh-add (command line suppressed) [2021-03-04T20:52:03.845Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3692608004985288953.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3692608004985288953.key) [2021-03-04T20:52:03.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T20:52:04.237Z] + git semver tag [2021-03-04T20:52:04.237Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T20:52:04.237Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-04T20:52:04.237Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-04T20:52:04.237Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T20:52:04.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T20:52:04.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T20:52:04.237Z] # $SEMVER_BRANCH = master [2021-03-04T20:52:04.237Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-03-04T20:52:04.237Z] # 7e0294b946f3983e3ded7d58e302651817d82cb7 HEAD [2021-03-04T20:52:04.237Z] # -> Force: false [2021-03-04T20:52:04.237Z] # b40cb55e3a492ac48e567c4e96264b98c9310b4e refs/tags/v2.0.0-dev.26 [Pipeline] } [2021-03-04T20:52:04.249Z] $ docker exec --env ******** --env ******** 8106737b84a7cf412c092ef5d86a603ec4db0e7db07c63914560888a2f832dba ssh-agent -k [2021-03-04T20:52:04.360Z] unset SSH_AUTH_SOCK; [2021-03-04T20:52:04.361Z] unset SSH_AGENT_PID; [2021-03-04T20:52:04.361Z] echo Agent pid 16 killed; [2021-03-04T20:52:04.411Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T20:52:04.877Z] + git semver [Pipeline] } [2021-03-04T20:52:04.895Z] $ docker stop --time=1 8106737b84a7cf412c092ef5d86a603ec4db0e7db07c63914560888a2f832dba [2021-03-04T20:52:06.238Z] $ docker rm -f 8106737b84a7cf412c092ef5d86a603ec4db0e7db07c63914560888a2f832dba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:52:06.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T20:52:06.879Z] [2021-03-04T20:52:06.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:52:07.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T20:52:07.246Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-04T20:52:07.246Z] ab5ef0e58194: Pulling fs layer [2021-03-04T20:52:07.246Z] 9712f1f96733: Pulling fs layer [2021-03-04T20:52:07.246Z] 63f879dbbcfc: Pulling fs layer [2021-03-04T20:52:07.246Z] 0d9ebad4ef96: Pulling fs layer [2021-03-04T20:52:07.246Z] e9a5061849ea: Pulling fs layer [2021-03-04T20:52:07.246Z] d747dcd14b5f: Pulling fs layer [2021-03-04T20:52:07.246Z] 2de7ff778b66: Pulling fs layer [2021-03-04T20:52:07.246Z] 0d9ebad4ef96: Waiting [2021-03-04T20:52:07.246Z] e9a5061849ea: Waiting [2021-03-04T20:52:07.246Z] d747dcd14b5f: Waiting [2021-03-04T20:52:07.246Z] 2de7ff778b66: Waiting [2021-03-04T20:52:07.246Z] 9712f1f96733: Verifying Checksum [2021-03-04T20:52:07.246Z] 9712f1f96733: Download complete [2021-03-04T20:52:08.637Z] 63f879dbbcfc: Verifying Checksum [2021-03-04T20:52:08.637Z] 63f879dbbcfc: Download complete [2021-03-04T20:52:08.637Z] e9a5061849ea: Download complete [2021-03-04T20:52:08.637Z] d747dcd14b5f: Verifying Checksum [2021-03-04T20:52:08.637Z] d747dcd14b5f: Download complete [2021-03-04T20:52:09.212Z] 2de7ff778b66: Verifying Checksum [2021-03-04T20:52:09.213Z] 2de7ff778b66: Download complete [2021-03-04T20:52:09.479Z] ab5ef0e58194: Verifying Checksum [2021-03-04T20:52:09.479Z] ab5ef0e58194: Download complete [2021-03-04T20:52:09.479Z] 0d9ebad4ef96: Verifying Checksum [2021-03-04T20:52:09.479Z] 0d9ebad4ef96: Download complete [2021-03-04T20:52:13.730Z] ab5ef0e58194: Pull complete [2021-03-04T20:52:13.730Z] 9712f1f96733: Pull complete [2021-03-04T20:52:17.047Z] 63f879dbbcfc: Pull complete [2021-03-04T20:52:22.368Z] 0d9ebad4ef96: Pull complete [2021-03-04T20:52:23.757Z] e9a5061849ea: Pull complete [2021-03-04T20:52:23.757Z] d747dcd14b5f: Pull complete [2021-03-04T20:52:26.324Z] 2de7ff778b66: Pull complete [2021-03-04T20:52:26.324Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-04T20:52:26.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T20:52:26.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-04T20:52:26.519Z] prd-centos7-docker-4c-2g-28549 does not seem to be running inside a container [2021-03-04T20:52:26.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-04T20:52:30.354Z] $ docker top 245efa59147690b0b7d876d79ed631adf98130b086896ac69925cfc38421dd78 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-04T20:52:30.700Z] provisioning config files... [2021-03-04T20:52:30.713Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4653780879136384390tmp [2021-03-04T20:52:30.728Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4598342480528609353tmp [2021-03-04T20:52:30.742Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config250171650265842311tmp [Pipeline] { [Pipeline] echo [2021-03-04T20:52:30.808Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:52:31.105Z] ---> sigul-configuration.sh [2021-03-04T20:52:31.105Z] gpg: directory `/root/.gnupg' created [2021-03-04T20:52:31.105Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-04T20:52:31.105Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-04T20:52:31.105Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-04T20:52:31.105Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-04T20:52:31.105Z] gpg: CAST5 encrypted data [2021-03-04T20:52:31.366Z] gpg: encrypted with 1 passphrase [2021-03-04T20:52:31.366Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-04T20:52:31.663Z] + mkdir /home/jenkins [2021-03-04T20:52:31.663Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-04T20:52:31.987Z] + 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-03-04T20:52:32.008Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:52:32.350Z] ---> sigul-install.sh [2021-03-04T20:52:38.952Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-04T20:52:39.251Z] + git tag --list [2021-03-04T20:52:39.251Z] v0.1.0 [2021-03-04T20:52:39.251Z] v0.1.1 [2021-03-04T20:52:39.251Z] v1.0.0 [2021-03-04T20:52:39.251Z] v1.1.0 [2021-03-04T20:52:39.251Z] v1.2.0 [2021-03-04T20:52:39.251Z] v1.3.0 [2021-03-04T20:52:39.251Z] v1.3.1 [2021-03-04T20:52:39.251Z] v1.3.1-dev.1 [2021-03-04T20:52:39.251Z] v1.3.2-dev.1 [2021-03-04T20:52:39.251Z] v2.0.0-dev.1 [2021-03-04T20:52:39.251Z] v2.0.0-dev.10 [2021-03-04T20:52:39.251Z] v2.0.0-dev.11 [2021-03-04T20:52:39.251Z] v2.0.0-dev.12 [2021-03-04T20:52:39.251Z] v2.0.0-dev.13 [2021-03-04T20:52:39.251Z] v2.0.0-dev.14 [2021-03-04T20:52:39.251Z] v2.0.0-dev.15 [2021-03-04T20:52:39.251Z] v2.0.0-dev.16 [2021-03-04T20:52:39.251Z] v2.0.0-dev.17 [2021-03-04T20:52:39.251Z] v2.0.0-dev.18 [2021-03-04T20:52:39.251Z] v2.0.0-dev.19 [2021-03-04T20:52:39.251Z] v2.0.0-dev.2 [2021-03-04T20:52:39.251Z] v2.0.0-dev.20 [2021-03-04T20:52:39.251Z] v2.0.0-dev.21 [2021-03-04T20:52:39.251Z] v2.0.0-dev.22 [2021-03-04T20:52:39.251Z] v2.0.0-dev.23 [2021-03-04T20:52:39.251Z] v2.0.0-dev.24 [2021-03-04T20:52:39.251Z] v2.0.0-dev.25 [2021-03-04T20:52:39.251Z] v2.0.0-dev.26 [2021-03-04T20:52:39.251Z] v2.0.0-dev.3 [2021-03-04T20:52:39.251Z] v2.0.0-dev.4 [2021-03-04T20:52:39.251Z] v2.0.0-dev.5 [2021-03-04T20:52:39.251Z] v2.0.0-dev.6 [2021-03-04T20:52:39.251Z] v2.0.0-dev.7 [2021-03-04T20:52:39.251Z] v2.0.0-dev.8 [2021-03-04T20:52:39.251Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-04T20:52:39.548Z] + lftools sign git-tag v2.0.0-dev.26 [2021-03-04T20:52:40.944Z] Signing Git tag with Sigul... [2021-03-04T20:52:40.944Z] Signing v2.0.0-dev.26 [Pipeline] echo [2021-03-04T20:52:41.912Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:52:42.214Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-04T20:52:42.224Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-04T20:52:42.352Z] $ docker stop --time=1 245efa59147690b0b7d876d79ed631adf98130b086896ac69925cfc38421dd78 [2021-03-04T20:52:44.429Z] $ docker rm -f 245efa59147690b0b7d876d79ed631adf98130b086896ac69925cfc38421dd78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:52:45.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T20:52:45.316Z] . [Pipeline] withDockerContainer [2021-03-04T20:52:45.415Z] prd-centos7-docker-4c-2g-28549 does not seem to be running inside a container [2021-03-04T20:52:45.459Z] $ 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-03-04T20:52:46.121Z] $ docker top c37783f83086d2f9685187d798c736f6a4937c36551623d7fbed7e41e0c3254b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T20:52:46.433Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T20:52:46.433Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T20:52:46.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T20:52:46.635Z] $ docker exec c37783f83086d2f9685187d798c736f6a4937c36551623d7fbed7e41e0c3254b ssh-agent [2021-03-04T20:52:46.813Z] SSH_AUTH_SOCK=/tmp/ssh-qjI3RaBLXYQw/agent.12 [2021-03-04T20:52:46.813Z] SSH_AGENT_PID=18 [2021-03-04T20:52:46.819Z] Running ssh-add (command line suppressed) [2021-03-04T20:52:46.944Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4030621103418198505.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4030621103418198505.key) [2021-03-04T20:52:47.001Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T20:52:47.337Z] + git semver bump pre [2021-03-04T20:52:47.337Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T20:52:47.337Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-04T20:52:47.337Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-04T20:52:47.337Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T20:52:47.337Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T20:52:47.337Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T20:52:47.337Z] # $SEMVER_BRANCH = master [2021-03-04T20:52:47.337Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-03-04T20:52:47.337Z] 2.0.0-dev.27 [Pipeline] } [2021-03-04T20:52:47.349Z] $ docker exec --env ******** --env ******** c37783f83086d2f9685187d798c736f6a4937c36551623d7fbed7e41e0c3254b ssh-agent -k [2021-03-04T20:52:47.462Z] unset SSH_AUTH_SOCK; [2021-03-04T20:52:47.462Z] unset SSH_AGENT_PID; [2021-03-04T20:52:47.462Z] echo Agent pid 18 killed; [2021-03-04T20:52:47.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T20:52:47.985Z] + git semver [Pipeline] } [2021-03-04T20:52:48.003Z] $ docker stop --time=1 c37783f83086d2f9685187d798c736f6a4937c36551623d7fbed7e41e0c3254b [2021-03-04T20:52:49.350Z] $ docker rm -f c37783f83086d2f9685187d798c736f6a4937c36551623d7fbed7e41e0c3254b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:52:49.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T20:52:49.951Z] . [Pipeline] withDockerContainer [2021-03-04T20:52:50.056Z] prd-centos7-docker-4c-2g-28549 does not seem to be running inside a container [2021-03-04T20:52:50.101Z] $ 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-03-04T20:52:50.810Z] $ docker top 6e6e8092279adc27bb6c758c2b18deec3f0f1be0c1d7eb7f814c5fa573ae4361 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T20:52:51.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T20:52:51.178Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T20:52:51.380Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T20:52:51.383Z] $ docker exec 6e6e8092279adc27bb6c758c2b18deec3f0f1be0c1d7eb7f814c5fa573ae4361 ssh-agent [2021-03-04T20:52:51.550Z] SSH_AUTH_SOCK=/tmp/ssh-SqTruf9OmmHz/agent.12 [2021-03-04T20:52:51.550Z] SSH_AGENT_PID=17 [2021-03-04T20:52:51.558Z] Running ssh-add (command line suppressed) [2021-03-04T20:52:51.680Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1526558212669835774.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1526558212669835774.key) [2021-03-04T20:52:51.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T20:52:52.077Z] + git semver push [2021-03-04T20:52:52.077Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T20:52:52.077Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-04T20:52:52.077Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-04T20:52:52.077Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T20:52:52.077Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T20:52:52.077Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T20:52:52.077Z] # $SEMVER_BRANCH = master [2021-03-04T20:52:52.077Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-03-04T20:52:56.307Z] $ docker exec --env ******** --env ******** 6e6e8092279adc27bb6c758c2b18deec3f0f1be0c1d7eb7f814c5fa573ae4361 ssh-agent -k [2021-03-04T20:52:56.428Z] unset SSH_AUTH_SOCK; [2021-03-04T20:52:56.428Z] unset SSH_AGENT_PID; [2021-03-04T20:52:56.429Z] echo Agent pid 17 killed; [2021-03-04T20:52:56.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T20:52:56.982Z] + git semver [Pipeline] } [2021-03-04T20:52:56.999Z] $ docker stop --time=1 6e6e8092279adc27bb6c758c2b18deec3f0f1be0c1d7eb7f814c5fa573ae4361 [2021-03-04T20:52:58.389Z] $ docker rm -f 6e6e8092279adc27bb6c758c2b18deec3f0f1be0c1d7eb7f814c5fa573ae4361 [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-03-04T20:53:00.016Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:53:00.589Z] ---> package-listing.sh [2021-03-04T20:53:00.589Z] ++ facter osfamily [2021-03-04T20:53:00.589Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T20:53:00.589Z] + OS_FAMILY=redhat [2021-03-04T20:53:00.589Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-03-04T20:53:00.589Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T20:53:00.589Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T20:53:00.589Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T20:53:00.589Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T20:53:00.589Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-03-04T20:53:00.589Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T20:53:00.589Z] + case "${OS_FAMILY}" in [2021-03-04T20:53:00.589Z] + rpm -qa [2021-03-04T20:53:00.589Z] + sort [2021-03-04T20:53:05.891Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T20:53:05.892Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T20:53:05.892Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T20:53:05.892Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-03-04T20:53:05.892Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-03-04T20:53:05.892Z] + 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-03-04T20:53:05.905Z] 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-03-04T20:53:06.195Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:53:06.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T20:53:06.500Z] [2021-03-04T20:53:06.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T20:53:06.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T20:53:06.849Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T20:53:06.849Z] df20fa9351a1: Pulling fs layer [2021-03-04T20:53:06.849Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T20:53:06.849Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T20:53:06.849Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T20:53:06.849Z] 93b61091891f: Pulling fs layer [2021-03-04T20:53:06.849Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T20:53:06.849Z] 5e14af77c1be: Pulling fs layer [2021-03-04T20:53:06.849Z] 01666e4c0597: Pulling fs layer [2021-03-04T20:53:06.849Z] aa168da1d23b: Pulling fs layer [2021-03-04T20:53:06.849Z] 46f8f816bc3b: Waiting [2021-03-04T20:53:06.849Z] 93b61091891f: Waiting [2021-03-04T20:53:06.849Z] 93b9cdb0e59b: Waiting [2021-03-04T20:53:06.849Z] 5e14af77c1be: Waiting [2021-03-04T20:53:06.849Z] 01666e4c0597: Waiting [2021-03-04T20:53:06.849Z] aa168da1d23b: Waiting [2021-03-04T20:53:06.849Z] 36b3adc4ff6f: Verifying Checksum [2021-03-04T20:53:06.849Z] 36b3adc4ff6f: Download complete [2021-03-04T20:53:06.849Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T20:53:06.849Z] 46f8f816bc3b: Download complete [2021-03-04T20:53:06.849Z] df20fa9351a1: Verifying Checksum [2021-03-04T20:53:06.849Z] df20fa9351a1: Download complete [2021-03-04T20:53:06.849Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T20:53:06.849Z] 93b9cdb0e59b: Download complete [2021-03-04T20:53:06.849Z] 93b61091891f: Verifying Checksum [2021-03-04T20:53:06.849Z] 93b61091891f: Download complete [2021-03-04T20:53:07.117Z] 5e14af77c1be: Download complete [2021-03-04T20:53:07.117Z] 01666e4c0597: Verifying Checksum [2021-03-04T20:53:07.117Z] 01666e4c0597: Download complete [2021-03-04T20:53:07.117Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T20:53:07.117Z] 8ad3a11d3b57: Download complete [2021-03-04T20:53:07.380Z] df20fa9351a1: Pull complete [2021-03-04T20:53:07.641Z] 36b3adc4ff6f: Pull complete [2021-03-04T20:53:09.040Z] 8ad3a11d3b57: Pull complete [2021-03-04T20:53:09.040Z] aa168da1d23b: Verifying Checksum [2021-03-04T20:53:09.040Z] aa168da1d23b: Download complete [2021-03-04T20:53:09.302Z] 46f8f816bc3b: Pull complete [2021-03-04T20:53:09.876Z] 93b61091891f: Pull complete [2021-03-04T20:53:09.876Z] 93b9cdb0e59b: Pull complete [2021-03-04T20:53:10.138Z] 5e14af77c1be: Pull complete [2021-03-04T20:53:10.138Z] 01666e4c0597: Pull complete [2021-03-04T20:53:18.341Z] aa168da1d23b: Pull complete [2021-03-04T20:53:18.341Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T20:53:18.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T20:53:18.341Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T20:53:18.513Z] prd-centos7-docker-4c-2g-28549 does not seem to be running inside a container [2021-03-04T20:53:18.560Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T20:53:21.231Z] $ docker top 4315b2ba839555a338df86c56b15c1ea1d8d5a930cb357defe773a10b4ab9baa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T20:53:21.754Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T20:53:22.055Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T20:53:22.354Z] + ls /var/log/sa-host [2021-03-04T20:53:22.354Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T20:53:22.354Z] file_magic: OK [2021-03-04T20:53:22.354Z] HZ: Using current value: 100 [2021-03-04T20:53:22.354Z] file_header: OK [2021-03-04T20:53:22.354Z] 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-03-04T20:53:22.354Z] Statistics: [2021-03-04T20:53:22.355Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T20:53:22.355Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T20:53:22.355Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T20:53:22.355Z] file_magic: OK [2021-03-04T20:53:22.355Z] HZ: Using current value: 100 [2021-03-04T20:53:22.355Z] file_header: OK [2021-03-04T20:53:22.355Z] 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-03-04T20:53:22.355Z] Statistics: [2021-03-04T20:53:22.355Z] Hnuu...uuuununununu... [2021-03-04T20:53:22.355Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T20:53:23.012Z] provisioning config files... [2021-03-04T20:53:23.035Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5970999508786815439tmp [Pipeline] { [Pipeline] echo [2021-03-04T20:53:23.109Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:53:23.417Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T20:53:23.427Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T20:53:23.522Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:53:23.857Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T20:53:23.881Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:53:24.292Z] ---> sudo-logs.sh [2021-03-04T20:53:24.292Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T20:53:24.361Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:53:24.658Z] ---> job-cost.sh [2021-03-04T20:53:24.658Z] lf-activate-venv: SKIPPING [2021-03-04T20:53:24.658Z] DEBUG: total: 0.20999999344348907 [2021-03-04T20:53:24.658Z] INFO: Retrieving Stack Cost... [2021-03-04T20:53:26.048Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T20:53:26.621Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T20:53:26.635Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T20:53:26.929Z] ---> logs-deploy.sh [2021-03-04T20:53:26.929Z] lf-activate-venv: SKIPPING [2021-03-04T20:53:26.929Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/193 [2021-03-04T20:53:26.929Z] INFO: archiving workspace using pattern(s): [2021-03-04T20:53:28.317Z] Archives upload complete. [2021-03-04T20:53:28.317Z] INFO: archiving logs to Nexus