Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 866257ffcfaa1493c6f36db43f391099b44c29ec 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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-27725 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 866257ffcfaa1493c6f36db43f391099b44c29ec (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 866257ffcfaa1493c6f36db43f391099b44c29ec # timeout=10 Commit message: "refactor: Remove deprecated environment variables and related code (#718)" > git rev-list --no-walk a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T23:02:05.527Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T23:02:05.794Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T23:02:05.921Z] ========================================================= [2021-02-25T23:02:05.921Z] EdgeX Global Pipelines Version Info [2021-02-25T23:02:05.921Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:02:07.410Z] ------------------- [2021-02-25T23:02:07.410Z] stable info: [2021-02-25T23:02:07.410Z] ------------------- [2021-02-25T23:02:07.410Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T23:02:07.410Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-25T23:02:07.410Z] Message: update stable to v1.0.182 [2021-02-25T23:02:08.356Z] ------------------- [2021-02-25T23:02:08.356Z] experimental info: [2021-02-25T23:02:08.356Z] ------------------- [2021-02-25T23:02:08.356Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T23:02:08.356Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-25T23:02:08.356Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T23:02:08.661Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-25T23:02:08.859Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-25T23:02:08.946Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T23:02:09.037Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T23:02:09.122Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T23:02:09.231Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T23:02:09.323Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T23:02:09.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T23:02:09.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-25T23:02:09.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T23:02:09.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T23:02:09.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-25T23:02:09.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T23:02:10.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T23:02:10.263Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T23:02:10.353Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T23:02:10.507Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T23:02:10.679Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T23:02:10.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T23:02:10.854Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-25T23:02:10.939Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-25T23:02:11.026Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-25T23:02:11.106Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-25T23:02:11.196Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-25T23:02:11.285Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-25T23:02:11.405Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-25T23:02:11.501Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-25T23:02:11.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-25T23:02:11.681Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-25T23:02:11.837Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] echo [2021-02-25T23:02:11.943Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 866257f [Pipeline] echo [2021-02-25T23:02:12.054Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T23:02:12.738Z] + git log --format=format:%s -1 866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] echo [2021-02-25T23:02:12.813Z] GIT_COMMIT: 866257ffcfaa1493c6f36db43f391099b44c29ec, Commit Message: refactor: Remove deprecated environment variables and related code (#718) [Pipeline] echo [2021-02-25T23:02:12.858Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:02:13.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T23:02:14.202Z] [2021-02-25T23:02:14.202Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:02:14.641Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T23:02:14.642Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T23:02:14.642Z] 31603596830f: Pulling fs layer [2021-02-25T23:02:14.642Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T23:02:14.642Z] 6ca5941a6612: Pulling fs layer [2021-02-25T23:02:14.642Z] ecc8261a40a4: Pulling fs layer [2021-02-25T23:02:14.642Z] ecc8261a40a4: Waiting [2021-02-25T23:02:14.642Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T23:02:14.642Z] 2a8b12db71e7: Download complete [2021-02-25T23:02:14.905Z] 31603596830f: Verifying Checksum [2021-02-25T23:02:14.905Z] 31603596830f: Download complete [2021-02-25T23:02:14.905Z] ecc8261a40a4: Verifying Checksum [2021-02-25T23:02:14.905Z] ecc8261a40a4: Download complete [2021-02-25T23:02:15.168Z] 6ca5941a6612: Verifying Checksum [2021-02-25T23:02:15.168Z] 6ca5941a6612: Download complete [2021-02-25T23:02:15.168Z] 31603596830f: Pull complete [2021-02-25T23:02:15.433Z] 2a8b12db71e7: Pull complete [2021-02-25T23:02:16.012Z] 6ca5941a6612: Pull complete [2021-02-25T23:02:16.275Z] ecc8261a40a4: Pull complete [2021-02-25T23:02:16.275Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T23:02:16.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T23:02:16.537Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T23:02:16.647Z] prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container [2021-02-25T23:02:16.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T23:02:18.566Z] $ docker top e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T23:02:18.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T23:02:18.870Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T23:02:19.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T23:02:19.117Z] $ docker exec e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent [2021-02-25T23:02:19.286Z] SSH_AUTH_SOCK=/tmp/ssh-WQGTlvmU8OJm/agent.11 [2021-02-25T23:02:19.287Z] SSH_AGENT_PID=17 [2021-02-25T23:02:19.305Z] Running ssh-add (command line suppressed) [2021-02-25T23:02:19.507Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1312998864199499256.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1312998864199499256.key) [2021-02-25T23:02:19.565Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T23:02:19.910Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T23:02:19.936Z] $ docker exec --env ******** --env ******** e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent -k [2021-02-25T23:02:20.052Z] unset SSH_AUTH_SOCK; [2021-02-25T23:02:20.052Z] unset SSH_AGENT_PID; [2021-02-25T23:02:20.052Z] echo Agent pid 17 killed; [2021-02-25T23:02:20.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T23:02:20.353Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T23:02:20.353Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T23:02:20.519Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T23:02:20.524Z] $ docker exec e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent [2021-02-25T23:02:20.690Z] SSH_AUTH_SOCK=/tmp/ssh-VlgiIB7Fl9Sw/agent.46 [2021-02-25T23:02:20.690Z] SSH_AGENT_PID=52 [2021-02-25T23:02:20.697Z] Running ssh-add (command line suppressed) [2021-02-25T23:02:20.831Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4188964605301481064.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4188964605301481064.key) [2021-02-25T23:02:20.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T23:02:21.227Z] + git semver init [2021-02-25T23:02:21.227Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T23:02:21.227Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T23:02:21.227Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T23:02:21.227Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T23:02:21.227Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T23:02:21.227Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T23:02:21.227Z] # $SEMVER_BRANCH = master [2021-02-25T23:02:21.227Z] # $SEMVER_TEMP = /tmp/semver-725852108 [2021-02-25T23:02:21.227Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-25T23:02:23.801Z] # '/tmp/semver-725852108' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-02-25T23:02:23.801Z] # -> Force: false [2021-02-25T23:02:23.801Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-25T23:02:23.816Z] $ docker exec --env ******** --env ******** e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 ssh-agent -k [2021-02-25T23:02:23.927Z] unset SSH_AUTH_SOCK; [2021-02-25T23:02:23.927Z] unset SSH_AGENT_PID; [2021-02-25T23:02:23.927Z] echo Agent pid 52 killed; [2021-02-25T23:02:23.980Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T23:02:24.438Z] + git semver [Pipeline] } [2021-02-25T23:02:24.463Z] $ docker stop --time=1 e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 [2021-02-25T23:02:26.008Z] $ docker rm -f e01c458b40048f7619265094ae1fd88a6f46ef61fd39e8fabacb803dcf6be4f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T23:02:26.603Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T23:02:27.192Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T23:02:27.195Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-25T23:02:42.687Z] Still waiting to schedule task [2021-02-25T23:02:42.687Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27725’ [2021-02-25T23:02:42.690Z] Still waiting to schedule task [2021-02-25T23:02:42.690Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-25T23:04:20.048Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27726 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-25T23:04:20.125Z] Running in /w/workspace/app-functions-sdk-go/189 [Pipeline] { [Pipeline] checkout [2021-02-25T23:04:25.035Z] using credential edgex-jenkins-ssh [2021-02-25T23:04:25.093Z] Cloning the remote Git repository [2021-02-25T23:04:25.162Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T23:04:25.278Z] > git init /w/workspace/app-functions-sdk-go/189 # timeout=10 [2021-02-25T23:04:25.375Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T23:04:25.376Z] > git --version # timeout=10 [2021-02-25T23:04:25.409Z] > git --version # 'git version 2.17.1' [2021-02-25T23:04:25.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T23:04:25.472Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T23:04:28.573Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T23:04:28.587Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T23:04:28.610Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T23:04:28.653Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T23:04:28.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T23:04:28.665Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T23:04:29.170Z] Checking out Revision 866257ffcfaa1493c6f36db43f391099b44c29ec (master) [2021-02-25T23:04:29.190Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T23:04:29.212Z] > git checkout -f 866257ffcfaa1493c6f36db43f391099b44c29ec # timeout=10 [2021-02-25T23:04:33.716Z] Commit message: "refactor: Remove deprecated environment variables and related code (#718)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T23:04:35.247Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-25T23:04:35.666Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T23:04:36.011Z] + true [2021-02-25T23:04:36.011Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-25T23:04:39.084Z] ========================================================= [2021-02-25T23:04:39.084Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-25T23:04:39.084Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:04:39.545Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-25T23:04:40.983Z] Sending build context to Docker daemon 19.26MB [2021-02-25T23:04:40.983Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T23:04:40.983Z] Step 2/8 : FROM ${BASE} [2021-02-25T23:04:40.983Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-25T23:04:40.983Z] 5f621e34cdf4: Pulling fs layer [2021-02-25T23:04:40.983Z] a4357932f1b6: Pulling fs layer [2021-02-25T23:04:40.983Z] 18c013af1878: Pulling fs layer [2021-02-25T23:04:40.983Z] 00ac8860ef70: Pulling fs layer [2021-02-25T23:04:40.983Z] 63d7cb157983: Pulling fs layer [2021-02-25T23:04:40.983Z] b116817d02f9: Pulling fs layer [2021-02-25T23:04:40.983Z] 745a02a5169b: Pulling fs layer [2021-02-25T23:04:40.983Z] b116817d02f9: Waiting [2021-02-25T23:04:40.983Z] 745a02a5169b: Waiting [2021-02-25T23:04:40.983Z] 00ac8860ef70: Waiting [2021-02-25T23:04:40.983Z] 18c013af1878: Download complete [2021-02-25T23:04:40.983Z] a4357932f1b6: Verifying Checksum [2021-02-25T23:04:40.983Z] a4357932f1b6: Download complete [2021-02-25T23:04:40.983Z] 63d7cb157983: Verifying Checksum [2021-02-25T23:04:40.983Z] 63d7cb157983: Download complete [2021-02-25T23:04:41.158Z] Running on prd-centos7-docker-4c-2g-27729 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-25T23:04:41.216Z] Running in /w/workspace/app-functions-sdk-go/189 [Pipeline] { [2021-02-25T23:04:41.259Z] b116817d02f9: Verifying Checksum [2021-02-25T23:04:41.259Z] b116817d02f9: Download complete [2021-02-25T23:04:41.260Z] 5f621e34cdf4: Verifying Checksum [Pipeline] checkout [2021-02-25T23:04:41.877Z] 5f621e34cdf4: Pull complete [2021-02-25T23:04:42.476Z] a4357932f1b6: Pull complete [2021-02-25T23:04:42.750Z] 18c013af1878: Pull complete [2021-02-25T23:04:43.505Z] using credential edgex-jenkins-ssh [2021-02-25T23:04:43.554Z] Cloning the remote Git repository [2021-02-25T23:04:43.580Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T23:04:43.648Z] > git init /w/workspace/app-functions-sdk-go/189 # timeout=10 [2021-02-25T23:04:44.181Z] 745a02a5169b: Verifying Checksum [2021-02-25T23:04:44.181Z] 745a02a5169b: Download complete [2021-02-25T23:04:43.711Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T23:04:43.711Z] > git --version # timeout=10 [2021-02-25T23:04:43.716Z] > git --version # 'git version 2.24.3' [2021-02-25T23:04:43.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T23:04:43.743Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T23:04:45.155Z] 00ac8860ef70: Verifying Checksum [2021-02-25T23:04:45.156Z] 00ac8860ef70: Download complete [2021-02-25T23:04:48.985Z] Checking out Revision 866257ffcfaa1493c6f36db43f391099b44c29ec (master) [2021-02-25T23:04:48.546Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T23:04:48.553Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T23:04:48.568Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-25T23:04:48.582Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-25T23:04:48.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T23:04:48.587Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T23:04:48.995Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T23:04:49.002Z] > git checkout -f 866257ffcfaa1493c6f36db43f391099b44c29ec # timeout=10 [2021-02-25T23:04:52.681Z] Commit message: "refactor: Remove deprecated environment variables and related code (#718)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T23:04:53.940Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T23:04:54.276Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T23:04:54.577Z] + sudo service docker restart [2021-02-25T23:04:54.578Z] + true [2021-02-25T23:04:54.578Z] Redirecting to /bin/systemctl restart docker.service [2021-02-25T23:04:55.332Z] 00ac8860ef70: Pull complete [2021-02-25T23:04:55.332Z] 63d7cb157983: Pull complete [Pipeline] unstash [2021-02-25T23:04:55.612Z] b116817d02f9: Pull complete [Pipeline] echo [2021-02-25T23:04:55.675Z] ========================================================= [2021-02-25T23:04:55.675Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T23:04:55.675Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:04:56.086Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-25T23:04:56.661Z] Sending build context to Docker daemon 19.26MB [2021-02-25T23:04:56.661Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T23:04:56.661Z] Step 2/8 : FROM ${BASE} [2021-02-25T23:04:56.661Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T23:04:56.661Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T23:04:56.661Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T23:04:56.661Z] de9db76c5a1d: Pulling fs layer [2021-02-25T23:04:56.661Z] bca2f99d35d6: Pulling fs layer [2021-02-25T23:04:56.661Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T23:04:56.661Z] 7c6f9722023f: Pulling fs layer [2021-02-25T23:04:56.661Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T23:04:56.661Z] 93359f2a8cfa: Waiting [2021-02-25T23:04:56.661Z] 7c6f9722023f: Waiting [2021-02-25T23:04:56.661Z] a35cf1a2eb13: Waiting [2021-02-25T23:04:56.661Z] bca2f99d35d6: Waiting [2021-02-25T23:04:56.661Z] de9db76c5a1d: Verifying Checksum [2021-02-25T23:04:56.661Z] de9db76c5a1d: Download complete [2021-02-25T23:04:56.661Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T23:04:56.661Z] 0ef7d3d256c8: Download complete [2021-02-25T23:04:56.661Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T23:04:56.661Z] 93359f2a8cfa: Download complete [2021-02-25T23:04:56.661Z] 7c6f9722023f: Verifying Checksum [2021-02-25T23:04:56.661Z] 7c6f9722023f: Download complete [2021-02-25T23:04:56.661Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T23:04:56.661Z] 188c0c94c7c5: Download complete [2021-02-25T23:04:56.926Z] 188c0c94c7c5: Pull complete [2021-02-25T23:04:57.189Z] 0ef7d3d256c8: Pull complete [2021-02-25T23:04:57.455Z] de9db76c5a1d: Pull complete [2021-02-25T23:04:58.406Z] a35cf1a2eb13: Verifying Checksum [2021-02-25T23:04:58.984Z] bca2f99d35d6: Verifying Checksum [2021-02-25T23:04:58.984Z] bca2f99d35d6: Download complete [2021-02-25T23:04:59.924Z] 745a02a5169b: Pull complete [2021-02-25T23:04:59.924Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-25T23:04:59.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-25T23:04:59.924Z] ---> b7e6874047d6 [2021-02-25T23:04:59.924Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-25T23:04:59.924Z] 20.10.0: Pulling from library/docker [2021-02-25T23:04:59.924Z] a3cc7d3b244e: Pulling fs layer [2021-02-25T23:04:59.924Z] 02a3295e0d61: Pulling fs layer [2021-02-25T23:04:59.924Z] 0f4f2e6d8100: Pulling fs layer [2021-02-25T23:04:59.924Z] 330b718f631f: Pulling fs layer [2021-02-25T23:04:59.924Z] a93816041522: Pulling fs layer [2021-02-25T23:04:59.924Z] bdb6da89ff94: Pulling fs layer [2021-02-25T23:04:59.924Z] 2a70c0c122f4: Pulling fs layer [2021-02-25T23:04:59.924Z] a93816041522: Waiting [2021-02-25T23:04:59.924Z] bdb6da89ff94: Waiting [2021-02-25T23:04:59.924Z] 330b718f631f: Waiting [2021-02-25T23:04:59.924Z] 2a70c0c122f4: Waiting [2021-02-25T23:04:59.924Z] 0f4f2e6d8100: Verifying Checksum [2021-02-25T23:04:59.924Z] 0f4f2e6d8100: Download complete [2021-02-25T23:04:59.924Z] 02a3295e0d61: Verifying Checksum [2021-02-25T23:04:59.924Z] 02a3295e0d61: Download complete [2021-02-25T23:04:59.924Z] a93816041522: Download complete [2021-02-25T23:04:59.924Z] a3cc7d3b244e: Verifying Checksum [2021-02-25T23:04:59.924Z] 2a70c0c122f4: Verifying Checksum [2021-02-25T23:04:59.924Z] 2a70c0c122f4: Download complete [2021-02-25T23:04:59.924Z] bdb6da89ff94: Verifying Checksum [2021-02-25T23:04:59.924Z] bdb6da89ff94: Download complete [2021-02-25T23:05:00.533Z] a3cc7d3b244e: Pull complete [2021-02-25T23:05:01.132Z] 02a3295e0d61: Pull complete [2021-02-25T23:05:01.408Z] 0f4f2e6d8100: Pull complete [2021-02-25T23:05:01.408Z] 330b718f631f: Verifying Checksum [2021-02-25T23:05:01.408Z] 330b718f631f: Download complete [2021-02-25T23:05:04.297Z] bca2f99d35d6: Pull complete [2021-02-25T23:05:04.297Z] 93359f2a8cfa: Pull complete [2021-02-25T23:05:04.297Z] 7c6f9722023f: Pull complete [2021-02-25T23:05:05.712Z] 330b718f631f: Pull complete [2021-02-25T23:05:05.712Z] a93816041522: Pull complete [2021-02-25T23:05:05.986Z] bdb6da89ff94: Pull complete [2021-02-25T23:05:06.259Z] 2a70c0c122f4: Pull complete [2021-02-25T23:05:06.259Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T23:05:06.259Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T23:05:12.485Z] a35cf1a2eb13: Pull complete [2021-02-25T23:05:12.485Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T23:05:12.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T23:05:12.485Z] ---> a62c8e92a672 [2021-02-25T23:05:12.485Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-25T23:05:12.485Z] 20.10.0: Pulling from library/docker [2021-02-25T23:05:12.485Z] 05e7bc50f07f: Pulling fs layer [2021-02-25T23:05:12.485Z] 6db28d0fdbf6: Pulling fs layer [2021-02-25T23:05:12.485Z] 292df0bc6bf3: Pulling fs layer [2021-02-25T23:05:12.485Z] 2e060f4bd70b: Pulling fs layer [2021-02-25T23:05:12.485Z] 80e8d568a223: Pulling fs layer [2021-02-25T23:05:12.485Z] 8dc6ef1a942a: Pulling fs layer [2021-02-25T23:05:12.485Z] 2312dd95470a: Pulling fs layer [2021-02-25T23:05:12.485Z] 80e8d568a223: Waiting [2021-02-25T23:05:12.485Z] 8dc6ef1a942a: Waiting [2021-02-25T23:05:12.485Z] 2312dd95470a: Waiting [2021-02-25T23:05:12.485Z] 2e060f4bd70b: Waiting [2021-02-25T23:05:12.485Z] 292df0bc6bf3: Verifying Checksum [2021-02-25T23:05:12.485Z] 292df0bc6bf3: Download complete [2021-02-25T23:05:12.485Z] 05e7bc50f07f: Download complete [2021-02-25T23:05:12.485Z] 80e8d568a223: Verifying Checksum [2021-02-25T23:05:12.485Z] 80e8d568a223: Download complete [2021-02-25T23:05:12.485Z] 6db28d0fdbf6: Verifying Checksum [2021-02-25T23:05:12.485Z] 6db28d0fdbf6: Download complete [2021-02-25T23:05:12.485Z] 2312dd95470a: Verifying Checksum [2021-02-25T23:05:12.485Z] 2312dd95470a: Download complete [2021-02-25T23:05:12.485Z] 8dc6ef1a942a: Verifying Checksum [2021-02-25T23:05:12.485Z] 8dc6ef1a942a: Download complete [2021-02-25T23:05:12.485Z] 05e7bc50f07f: Pull complete [2021-02-25T23:05:12.752Z] 6db28d0fdbf6: Pull complete [2021-02-25T23:05:12.752Z] 292df0bc6bf3: Pull complete [2021-02-25T23:05:12.977Z] ---> 8fd09327d1f6 [2021-02-25T23:05:12.977Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-25T23:05:12.977Z] ---> Running in f19b8d98ba61 [2021-02-25T23:05:12.977Z] Removing intermediate container f19b8d98ba61 [2021-02-25T23:05:12.977Z] ---> 1e2b7b9ccc2e [2021-02-25T23:05:12.977Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-25T23:05:12.977Z] ---> Running in 827397882e21 [2021-02-25T23:05:13.018Z] 2e060f4bd70b: Verifying Checksum [2021-02-25T23:05:13.018Z] 2e060f4bd70b: Download complete [2021-02-25T23:05:13.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T23:05:14.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T23:05:15.520Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-25T23:05:15.520Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-25T23:05:15.520Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-25T23:05:15.520Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-25T23:05:15.581Z] 2e060f4bd70b: Pull complete [2021-02-25T23:05:15.581Z] 80e8d568a223: Pull complete [2021-02-25T23:05:15.789Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-25T23:05:15.789Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T23:05:15.790Z] OK: 144 MiB in 44 packages [2021-02-25T23:05:15.844Z] 8dc6ef1a942a: Pull complete [2021-02-25T23:05:15.844Z] 2312dd95470a: Pull complete [2021-02-25T23:05:15.844Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T23:05:15.844Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T23:05:17.215Z] Removing intermediate container 827397882e21 [2021-02-25T23:05:17.215Z] ---> 1b7c495178f9 [2021-02-25T23:05:17.215Z] Step 6/8 : WORKDIR /build [2021-02-25T23:05:17.215Z] ---> Running in 43d3c3529deb [2021-02-25T23:05:17.773Z] ---> 3abb02c8d586 [2021-02-25T23:05:17.773Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-25T23:05:17.773Z] ---> Running in 7eb9756fdaca [2021-02-25T23:05:17.773Z] Removing intermediate container 7eb9756fdaca [2021-02-25T23:05:17.773Z] ---> 8d115f307d3f [2021-02-25T23:05:17.773Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-25T23:05:17.773Z] ---> Running in a04126438339 [2021-02-25T23:05:17.813Z] Removing intermediate container 43d3c3529deb [2021-02-25T23:05:17.813Z] ---> f74a5eda8a56 [2021-02-25T23:05:17.813Z] Step 7/8 : COPY go.mod . [2021-02-25T23:05:18.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T23:05:18.409Z] ---> b7f52a71afb0 [2021-02-25T23:05:18.409Z] Step 8/8 : RUN go mod download [2021-02-25T23:05:18.409Z] ---> Running in 18d16a8f397a [2021-02-25T23:05:18.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T23:05:19.506Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-25T23:05:19.506Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-25T23:05:19.506Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-25T23:05:19.506Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-25T23:05:19.769Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-25T23:05:19.769Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T23:05:19.769Z] OK: 167 MiB in 44 packages [2021-02-25T23:05:20.343Z] Removing intermediate container a04126438339 [2021-02-25T23:05:20.343Z] ---> 762b25e70a55 [2021-02-25T23:05:20.343Z] Step 6/8 : WORKDIR /build [2021-02-25T23:05:20.606Z] ---> Running in de9fe32542db [2021-02-25T23:05:20.606Z] Removing intermediate container de9fe32542db [2021-02-25T23:05:20.606Z] ---> 56e2ae6d4c05 [2021-02-25T23:05:20.606Z] Step 7/8 : COPY go.mod . [2021-02-25T23:05:20.877Z] ---> bd253fa163d2 [2021-02-25T23:05:20.877Z] Step 8/8 : RUN go mod download [2021-02-25T23:05:20.877Z] ---> Running in 44017c491e2c [2021-02-25T23:05:45.223Z] Removing intermediate container 18d16a8f397a [2021-02-25T23:05:45.223Z] ---> 2062a23a3471 [2021-02-25T23:05:45.223Z] Successfully built 2062a23a3471 [2021-02-25T23:05:45.223Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:05:45.565Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T23:05:45.565Z] . [Pipeline] withDockerContainer [2021-02-25T23:05:45.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-27726 does not seem to be running inside a container [2021-02-25T23:05:45.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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-02-25T23:05:47.415Z] $ docker top 42cff40627eedfe9953150b2740707b7ad6e6767e01477c074f694d3b50023c9 -eo pid,comm [2021-02-25T23:05:47.566Z] Removing intermediate container 44017c491e2c [2021-02-25T23:05:47.566Z] ---> 75ff9ede798f [2021-02-25T23:05:47.566Z] Successfully built 75ff9ede798f [2021-02-25T23:05:47.566Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:05:48.250Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T23:05:48.251Z] . [Pipeline] withDockerContainer [2021-02-25T23:05:48.394Z] prd-centos7-docker-4c-2g-27729 does not seem to be running inside a container [2021-02-25T23:05:48.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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-02-25T23:05:48.493Z] + go version [2021-02-25T23:05:48.493Z] go version go1.15.5 linux/arm64 [2021-02-25T23:05:49.251Z] $ docker top cd5e34acad9cf5707cf84efb8cce5e6a91786f8623c75c4d3bcb25a634d30c96 -eo pid,comm [Pipeline] { [Pipeline] } [2021-02-25T23:05:49.465Z] $ docker stop --time=1 42cff40627eedfe9953150b2740707b7ad6e6767e01477c074f694d3b50023c9 [2021-02-25T23:05:51.451Z] $ docker rm -f 42cff40627eedfe9953150b2740707b7ad6e6767e01477c074f694d3b50023c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-25T23:05:52.069Z] + go version [2021-02-25T23:05:52.069Z] go version go1.15.5 linux/amd64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] } [2021-02-25T23:05:52.130Z] $ docker stop --time=1 cd5e34acad9cf5707cf84efb8cce5e6a91786f8623c75c4d3bcb25a634d30c96 [2021-02-25T23:05:53.478Z] $ docker rm -f cd5e34acad9cf5707cf84efb8cce5e6a91786f8623c75c4d3bcb25a634d30c96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:05:54.199Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T23:05:54.200Z] . [Pipeline] withDockerContainer [2021-02-25T23:05:54.280Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T23:05:54.280Z] . [2021-02-25T23:05:54.457Z] prd-ubuntu18.04-docker-arm64-4c-16g-27726 does not seem to be running inside a container [2021-02-25T23:05:54.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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-02-25T23:05:56.066Z] $ docker top a2a09ad4c523dbbf5694f30166f26b76e82a41dba9fbc4b90a953d8fdb51016d -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-02-25T23:05:56.545Z] prd-centos7-docker-4c-2g-27729 does not seem to be running inside a container [2021-02-25T23:05:56.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/189 -v /w/workspace/app-functions-sdk-go/189:/w/workspace/app-functions-sdk-go/189:rw,z -v /w/workspace/app-functions-sdk-go/189@tmp:/w/workspace/app-functions-sdk-go/189@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-02-25T23:05:57.221Z] $ docker top 6febc2bac596a3bf3f965b9b80722c533c61505bf1870814897ebebd3d06e3e8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-25T23:05:57.774Z] + make test [2021-02-25T23:05:57.775Z] make -C ./app-service-template build [2021-02-25T23:05:57.775Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:05:57.775Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-25T23:05:58.063Z] + make test [2021-02-25T23:05:58.063Z] make -C ./app-service-template build [2021-02-25T23:05:58.063Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:05:58.063Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-25T23:06:10.499Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:06:10.499Z] make -C ./app-service-template test [2021-02-25T23:06:10.499Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:06:10.499Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-25T23:06:17.203Z] ? new-app-service [no test files] [2021-02-25T23:06:17.472Z] ok new-app-service/functions 0.009s coverage: 75.8% of statements [2021-02-25T23:06:17.472Z] CGO_ENABLED=1 go vet ./... [2021-02-25T23:06:20.811Z] gofmt -l . [2021-02-25T23:06:20.811Z] [ "`gofmt -l .`" = "" ] [2021-02-25T23:06:20.811Z] ./bin/test-go-mod-tidy.sh [2021-02-25T23:06:20.811Z] ./bin/test-attribution-txt.sh [2021-02-25T23:06:21.403Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:06:21.403Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-25T23:06:22.013Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-25T23:06:22.978Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.030s coverage: 82.6% of statements [2021-02-25T23:06:24.970Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.030s coverage: 58.6% of statements [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-25T23:06:24.970Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.048s coverage: 61.5% of statements [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-25T23:06:24.970Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.054s coverage: 75.6% of statements [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-25T23:06:24.970Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.007s coverage: 97.0% of statements [2021-02-25T23:06:24.970Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-25T23:06:24.970Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.017s coverage: 8.8% of statements [2021-02-25T23:06:30.628Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:06:30.628Z] make -C ./app-service-template test [2021-02-25T23:06:30.628Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:06:30.628Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-25T23:06:40.071Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.829s coverage: 77.5% of statements [2021-02-25T23:06:40.071Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-25T23:06:40.071Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.014s coverage: 87.9% of statements [2021-02-25T23:06:40.071Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.020s coverage: 80.5% of statements [2021-02-25T23:06:40.071Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.013s coverage: 71.7% of statements [2021-02-25T23:06:49.174Z] ? new-app-service [no test files] [2021-02-25T23:06:51.873Z] ok new-app-service/functions 0.023s coverage: 75.8% of statements [2021-02-25T23:06:51.873Z] CGO_ENABLED=1 go vet ./... [2021-02-25T23:06:52.477Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.040s coverage: 82.8% of statements [2021-02-25T23:06:52.477Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements [2021-02-25T23:06:52.477Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-25T23:06:53.068Z] gofmt -l . [2021-02-25T23:06:53.335Z] [ "`gofmt -l .`" = "" ] [2021-02-25T23:06:53.335Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-25T23:06:53.622Z] $ docker stop --time=1 6febc2bac596a3bf3f965b9b80722c533c61505bf1870814897ebebd3d06e3e8 [2021-02-25T23:06:55.376Z] $ docker rm -f 6febc2bac596a3bf3f965b9b80722c533c61505bf1870814897ebebd3d06e3e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T23:06:56.063Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-25T23:06:56.523Z] 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-02-25T23:06:57.923Z] ---> job-cost.sh [2021-02-25T23:06:57.923Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wRjL [2021-02-25T23:07:02.111Z] gofmt -l . [2021-02-25T23:07:02.111Z] [ "`gofmt -l .`" = "" ] [2021-02-25T23:07:02.111Z] ./bin/test-go-mod-tidy.sh [2021-02-25T23:07:02.111Z] ./bin/test-attribution-txt.sh [2021-02-25T23:07:02.411Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/189/app-service-template' [2021-02-25T23:07:02.411Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-25T23:07:03.396Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-25T23:07:07.734Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.079s coverage: 82.6% of statements [2021-02-25T23:07:12.900Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T23:07:13.215Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.081s coverage: 58.6% of statements [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-25T23:07:13.215Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.092s coverage: 61.5% of statements [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-25T23:07:13.215Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.073s coverage: 75.6% of statements [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-25T23:07:13.215Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.035s coverage: 97.0% of statements [2021-02-25T23:07:13.215Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-25T23:07:13.215Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.034s coverage: 8.8% of statements [2021-02-25T23:07:31.624Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.896s coverage: 77.5% of statements [2021-02-25T23:07:31.624Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-25T23:07:31.624Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.042s coverage: 87.9% of statements [2021-02-25T23:07:31.624Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.039s coverage: 80.5% of statements [2021-02-25T23:07:31.624Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.027s coverage: 71.7% of statements [2021-02-25T23:07:44.340Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.073s coverage: 82.8% of statements [2021-02-25T23:07:44.340Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.040s coverage: 94.4% of statements [2021-02-25T23:07:44.340Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-25T23:07:45.128Z] lf-activate-venv(): INFO: Adding /tmp/venv-wRjL/bin to PATH [2021-02-25T23:07:45.128Z] INFO: No Stack... [2021-02-25T23:07:45.128Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T23:07:45.128Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T23:07:45.445Z] + cat /w/workspace/app-functions-sdk-go/189/archives/cost.csv [2021-02-25T23:07:45.445Z] + cut -d, -f6 [Pipeline] lock [2021-02-25T23:07:45.528Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [2021-02-25T23:07:45.536Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] did not exist. Created. [2021-02-25T23:07:45.536Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T23:07:45.952Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-25T23:07:46.111Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T23:07:46.125Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T23:07:47.089Z] gofmt -l . [2021-02-25T23:07:47.396Z] [ "`gofmt -l .`" = "" ] [2021-02-25T23:07:47.716Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-25T23:07:48.088Z] $ docker stop --time=1 a2a09ad4c523dbbf5694f30166f26b76e82a41dba9fbc4b90a953d8fdb51016d [2021-02-25T23:07:50.135Z] $ docker rm -f a2a09ad4c523dbbf5694f30166f26b76e82a41dba9fbc4b90a953d8fdb51016d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T23:07:51.155Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-25T23:07:51.185Z] Warning: overwriting stash ‘coverage-report’ [2021-02-25T23:07:51.972Z] 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-02-25T23:07:52.969Z] ---> job-cost.sh [2021-02-25T23:07:52.969Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VAZJ [2021-02-25T23:08:31.957Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T23:10:39.161Z] lf-activate-venv(): INFO: Adding /tmp/venv-VAZJ/bin to PATH [2021-02-25T23:10:39.161Z] INFO: No Stack... [2021-02-25T23:10:39.161Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-25T23:10:39.161Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T23:10:39.692Z] + + cutcat -d, /w/workspace/app-functions-sdk-go/189/archives/cost.csv -f6 [2021-02-25T23:10:39.692Z] [Pipeline] lock [2021-02-25T23:10:39.889Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [2021-02-25T23:10:39.898Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] did not exist. Created. [2021-02-25T23:10:39.899Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-189-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T23:10:40.371Z] /w/workspace/app-functions-sdk-go/189@tmp/durable-4a58a89f/script.sh: 1: /w/workspace/app-functions-sdk-go/189@tmp/durable-4a58a89f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-25T23:10:40.722Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-25T23:10:40.895Z] Warning: overwriting stash ‘stack-cost’ [2021-02-25T23:10:41.053Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T23:10:41.072Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-189-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-02-25T23:10:42.532Z] provisioning config files... [2021-02-25T23:10:42.566Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6871433371860522194tmp [Pipeline] { [Pipeline] sh [2021-02-25T23:10:43.028Z] + set +x [2021-02-25T23:10:43.028Z] + curl -s https://codecov.io/bash [2021-02-25T23:10:43.028Z] + bash -s -- [2021-02-25T23:10:43.307Z] [2021-02-25T23:10:43.307Z] _____ _ [2021-02-25T23:10:43.307Z] / ____| | | [2021-02-25T23:10:43.307Z] | | ___ __| | ___ ___ _____ __ [2021-02-25T23:10:43.307Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-25T23:10:43.307Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-25T23:10:43.307Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-25T23:10:43.307Z] Bash-20210129-7c25fce [2021-02-25T23:10:43.307Z] [2021-02-25T23:10:43.307Z] [2021-02-25T23:10:43.307Z] ==> git version 2.24.3 found [2021-02-25T23:10:43.307Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-25T23:10:43.308Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-25T23:10:43.308Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-25T23:10:43.308Z] ==> Jenkins CI detected. [2021-02-25T23:10:43.308Z] project root: . [2021-02-25T23:10:43.308Z] --> token set from env [2021-02-25T23:10:43.308Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-25T23:10:43.308Z] ==> Running gcov in . (disable via -X gcov) [2021-02-25T23:10:43.308Z] ==> Python coveragepy not found [2021-02-25T23:10:43.308Z] ==> Searching for coverage reports in: [2021-02-25T23:10:43.308Z] + . [2021-02-25T23:10:43.308Z] -> Found 2 reports [2021-02-25T23:10:43.308Z] ==> Detecting git/mercurial file structure [2021-02-25T23:10:43.308Z] ==> Reading reports [2021-02-25T23:10:43.308Z] + ./app-service-template/coverage.out bytes=1148 [2021-02-25T23:10:43.308Z] + ./coverage.out bytes=82817 [2021-02-25T23:10:43.308Z] ==> Appending adjustments [2021-02-25T23:10:43.308Z] https://docs.codecov.io/docs/fixing-reports [2021-02-25T23:10:43.904Z] + Found adjustments [2021-02-25T23:10:43.904Z] ==> Gzipping contents [2021-02-25T23:10:43.904Z] 16K /tmp/codecov.NKp2qD.gz [2021-02-25T23:10:43.904Z] ==> Uploading reports [2021-02-25T23:10:43.904Z] url: https://codecov.io [2021-02-25T23:10:43.904Z] query: branch=master&commit=866257ffcfaa1493c6f36db43f391099b44c29ec&build=189&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F189%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-25T23:10:43.904Z] -> Pinging Codecov [2021-02-25T23:10:43.904Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=866257ffcfaa1493c6f36db43f391099b44c29ec&build=189&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F189%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-25T23:10:45.361Z] -> Uploading to [2021-02-25T23:10:45.361Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-25/3D8B5DFFC46A037C893635FACE044666/866257ffcfaa1493c6f36db43f391099b44c29ec/45c3bddb-125b-4be0-9bec-9b4413a65c0d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T231045Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f64d7b7b3b696ac41add9bbe537b5a195f4e97e0d36c019f30ba58352219b09d [2021-02-25T23:10:45.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T23:10:45.361Z] Dload Upload Total Spent Left Speed [2021-02-25T23:10:45.633Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14420 0 0 100 14420 0 29115 --:--:-- --:--:-- --:--:-- 29131 [2021-02-25T23:10:45.633Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] } [2021-02-25T23:10:45.648Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-25T23:10:46.565Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-25T23:10:46.626Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:10:46.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T23:10:46.978Z] [2021-02-25T23:10:46.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:10:47.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T23:10:47.345Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-25T23:10:47.345Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T23:10:47.345Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T23:10:47.345Z] de9db76c5a1d: Pulling fs layer [2021-02-25T23:10:47.345Z] 0eba1c9be4d2: Pulling fs layer [2021-02-25T23:10:47.345Z] 0d57e429df01: Pulling fs layer [2021-02-25T23:10:47.345Z] 4e4be7b47b0d: Pulling fs layer [2021-02-25T23:10:47.345Z] e1f770b5df2f: Pulling fs layer [2021-02-25T23:10:47.345Z] 85a0685a4137: Pulling fs layer [2021-02-25T23:10:47.345Z] 0eba1c9be4d2: Waiting [2021-02-25T23:10:47.345Z] 0d57e429df01: Waiting [2021-02-25T23:10:47.345Z] 4e4be7b47b0d: Waiting [2021-02-25T23:10:47.345Z] e1f770b5df2f: Waiting [2021-02-25T23:10:47.345Z] 85a0685a4137: Waiting [2021-02-25T23:10:47.345Z] de9db76c5a1d: Verifying Checksum [2021-02-25T23:10:47.345Z] de9db76c5a1d: Download complete [2021-02-25T23:10:47.345Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T23:10:47.345Z] 0ef7d3d256c8: Download complete [2021-02-25T23:10:47.345Z] 0d57e429df01: Verifying Checksum [2021-02-25T23:10:47.345Z] 0d57e429df01: Download complete [2021-02-25T23:10:47.345Z] 4e4be7b47b0d: Verifying Checksum [2021-02-25T23:10:47.345Z] 4e4be7b47b0d: Download complete [2021-02-25T23:10:47.345Z] 188c0c94c7c5: Download complete [2021-02-25T23:10:47.920Z] 188c0c94c7c5: Pull complete [2021-02-25T23:10:47.920Z] 0ef7d3d256c8: Pull complete [2021-02-25T23:10:48.190Z] de9db76c5a1d: Pull complete [2021-02-25T23:10:50.156Z] e1f770b5df2f: Verifying Checksum [2021-02-25T23:10:50.156Z] e1f770b5df2f: Download complete [2021-02-25T23:10:51.580Z] 0eba1c9be4d2: Verifying Checksum [2021-02-25T23:10:51.580Z] 0eba1c9be4d2: Download complete [2021-02-25T23:10:51.580Z] 85a0685a4137: Verifying Checksum [2021-02-25T23:10:51.580Z] 85a0685a4137: Download complete [2021-02-25T23:10:56.939Z] 0eba1c9be4d2: Pull complete [2021-02-25T23:10:56.939Z] 0d57e429df01: Pull complete [2021-02-25T23:10:56.939Z] 4e4be7b47b0d: Pull complete [2021-02-25T23:10:58.358Z] e1f770b5df2f: Pull complete [2021-02-25T23:11:06.568Z] 85a0685a4137: Pull complete [2021-02-25T23:11:06.568Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-25T23:11:06.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-25T23:11:06.568Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-25T23:11:06.754Z] prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container [2021-02-25T23:11:06.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-25T23:11:07.788Z] $ docker top 2cd6c0793921d0c0fc2a76197973aff1c995dfdc05509486d36ab19038dc3290 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T23:11:08.050Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-25T23:11:08.416Z] + set -o pipefail [2021-02-25T23:11:08.417Z] + snyk monitor '--org=edgex-jenkins' [2021-02-25T23:11:15.127Z] [2021-02-25T23:11:15.127Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-02-25T23:11:15.127Z] [2021-02-25T23:11:15.128Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/6494bcaf-9850-42d6-9ae8-40e7b9343b7c [2021-02-25T23:11:15.128Z] [2021-02-25T23:11:15.128Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-25T23:11:15.128Z] [2021-02-25T23:11:15.128Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-25T23:11:15.128Z] [2021-02-25T23:11:15.441Z] [2021-02-25T23:11:15.441Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-25T23:11:15.441Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-25T23:11:15.714Z] $ docker stop --time=1 2cd6c0793921d0c0fc2a76197973aff1c995dfdc05509486d36ab19038dc3290 [2021-02-25T23:11:18.645Z] $ docker rm -f 2cd6c0793921d0c0fc2a76197973aff1c995dfdc05509486d36ab19038dc3290 [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-02-25T23:11:20.103Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T23:11:20.160Z] provisioning config files... [2021-02-25T23:11:20.171Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3993858262083864578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:11:20.583Z] --> edgex-publish-swagger.sh [2021-02-25T23:11:20.584Z] === Publish openapi/v2 API === [2021-02-25T23:11:20.584Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-25T23:11:20.584Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-02-25T23:11:20.584Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T23:11:20.584Z] Dload Upload Total Spent Left Speed [2021-02-25T23:11:21.979Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10277 0:00:01 0:00:01 --:--:-- 10285 100 13052 0 0 100 13052 0 10275 0:00:01 0:00:01 --:--:-- 10285 [2021-02-25T23:11:21.979Z] [2021-02-25T23:11:21.979Z] [Pipeline] } [2021-02-25T23:11:21.989Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T23:11:22.861Z] + git log --format=format:%s -1 866257ffcfaa1493c6f36db43f391099b44c29ec [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:11:23.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T23:11:23.169Z] . [Pipeline] withDockerContainer [2021-02-25T23:11:23.266Z] prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container [2021-02-25T23:11:23.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T23:11:24.007Z] $ docker top f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T23:11:24.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T23:11:24.309Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T23:11:24.525Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T23:11:24.529Z] $ docker exec f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 ssh-agent [2021-02-25T23:11:24.703Z] SSH_AUTH_SOCK=/tmp/ssh-0K3Mnma0g7hs/agent.11 [2021-02-25T23:11:24.703Z] SSH_AGENT_PID=16 [2021-02-25T23:11:24.710Z] Running ssh-add (command line suppressed) [2021-02-25T23:11:24.843Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4388139182153780561.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4388139182153780561.key) [2021-02-25T23:11:24.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T23:11:25.260Z] + git semver tag [2021-02-25T23:11:25.260Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T23:11:25.260Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T23:11:25.260Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T23:11:25.260Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T23:11:25.260Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T23:11:25.260Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T23:11:25.260Z] # $SEMVER_BRANCH = master [2021-02-25T23:11:25.260Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-25T23:11:25.260Z] # 866257ffcfaa1493c6f36db43f391099b44c29ec HEAD [2021-02-25T23:11:25.260Z] # -> Force: false [2021-02-25T23:11:25.260Z] # a4ff0b665a8756d791b3ff04c29b6994192a48eb refs/tags/v2.0.0-dev.22 [Pipeline] } [2021-02-25T23:11:25.274Z] $ docker exec --env ******** --env ******** f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 ssh-agent -k [2021-02-25T23:11:25.397Z] unset SSH_AUTH_SOCK; [2021-02-25T23:11:25.397Z] unset SSH_AGENT_PID; [2021-02-25T23:11:25.397Z] echo Agent pid 16 killed; [2021-02-25T23:11:25.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T23:11:26.052Z] + git semver [Pipeline] } [2021-02-25T23:11:26.072Z] $ docker stop --time=1 f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 [2021-02-25T23:11:27.437Z] $ docker rm -f f55f054fbcf3d9b8636789d18d05866bdeb4fb192b9a5767ba8c12dede5b7505 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:11:28.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T23:11:28.118Z] [2021-02-25T23:11:28.118Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:11:28.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T23:11:28.477Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-25T23:11:28.477Z] ab5ef0e58194: Pulling fs layer [2021-02-25T23:11:28.477Z] 9712f1f96733: Pulling fs layer [2021-02-25T23:11:28.477Z] 63f879dbbcfc: Pulling fs layer [2021-02-25T23:11:28.477Z] 0d9ebad4ef96: Pulling fs layer [2021-02-25T23:11:28.477Z] e9a5061849ea: Pulling fs layer [2021-02-25T23:11:28.477Z] d747dcd14b5f: Pulling fs layer [2021-02-25T23:11:28.477Z] 2de7ff778b66: Pulling fs layer [2021-02-25T23:11:28.477Z] d747dcd14b5f: Waiting [2021-02-25T23:11:28.477Z] 0d9ebad4ef96: Waiting [2021-02-25T23:11:28.477Z] 2de7ff778b66: Waiting [2021-02-25T23:11:28.477Z] e9a5061849ea: Waiting [2021-02-25T23:11:28.477Z] 9712f1f96733: Verifying Checksum [2021-02-25T23:11:28.477Z] 9712f1f96733: Download complete [2021-02-25T23:11:29.872Z] 63f879dbbcfc: Verifying Checksum [2021-02-25T23:11:29.872Z] 63f879dbbcfc: Download complete [2021-02-25T23:11:30.137Z] e9a5061849ea: Verifying Checksum [2021-02-25T23:11:30.137Z] e9a5061849ea: Download complete [2021-02-25T23:11:30.402Z] d747dcd14b5f: Verifying Checksum [2021-02-25T23:11:30.402Z] d747dcd14b5f: Download complete [2021-02-25T23:11:30.667Z] 0d9ebad4ef96: Verifying Checksum [2021-02-25T23:11:30.668Z] 0d9ebad4ef96: Download complete [2021-02-25T23:11:30.931Z] 2de7ff778b66: Verifying Checksum [2021-02-25T23:11:30.931Z] 2de7ff778b66: Download complete [2021-02-25T23:11:30.931Z] ab5ef0e58194: Verifying Checksum [2021-02-25T23:11:30.931Z] ab5ef0e58194: Download complete [2021-02-25T23:11:35.157Z] ab5ef0e58194: Pull complete [2021-02-25T23:11:35.157Z] 9712f1f96733: Pull complete [2021-02-25T23:11:37.710Z] 63f879dbbcfc: Pull complete [2021-02-25T23:11:44.350Z] 0d9ebad4ef96: Pull complete [2021-02-25T23:11:44.350Z] e9a5061849ea: Pull complete [2021-02-25T23:11:44.350Z] d747dcd14b5f: Pull complete [2021-02-25T23:11:48.594Z] 2de7ff778b66: Pull complete [2021-02-25T23:11:48.594Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-25T23:11:48.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-25T23:11:48.594Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-25T23:11:48.742Z] prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container [2021-02-25T23:11:48.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-25T23:11:52.846Z] $ docker top 86c7d18d50af667cc46daac969599bf3c6ca2ecf7b187f16afe584e81e6731c1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-25T23:11:53.208Z] provisioning config files... [2021-02-25T23:11:53.220Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7847595298160025468tmp [2021-02-25T23:11:53.242Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config703162207700082547tmp [2021-02-25T23:11:53.266Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8107617575410670545tmp [Pipeline] { [Pipeline] echo [2021-02-25T23:11:53.383Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:11:53.729Z] ---> sigul-configuration.sh [2021-02-25T23:11:53.729Z] gpg: directory `/root/.gnupg' created [2021-02-25T23:11:53.729Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-25T23:11:53.729Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-25T23:11:53.729Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-25T23:11:53.729Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-25T23:11:53.729Z] gpg: CAST5 encrypted data [2021-02-25T23:11:53.991Z] gpg: encrypted with 1 passphrase [2021-02-25T23:11:53.991Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-25T23:11:54.289Z] + mkdir /home/jenkins [2021-02-25T23:11:54.289Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-25T23:11:54.589Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-25T23:11:54.600Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:11:54.897Z] ---> sigul-install.sh [2021-02-25T23:12:01.489Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-25T23:12:01.790Z] + git tag --list [2021-02-25T23:12:01.790Z] v0.1.0 [2021-02-25T23:12:01.790Z] v0.1.1 [2021-02-25T23:12:01.790Z] v1.0.0 [2021-02-25T23:12:01.790Z] v1.1.0 [2021-02-25T23:12:01.790Z] v1.2.0 [2021-02-25T23:12:01.790Z] v1.3.0 [2021-02-25T23:12:01.790Z] v1.3.1 [2021-02-25T23:12:01.790Z] v1.3.1-dev.1 [2021-02-25T23:12:01.790Z] v1.3.2-dev.1 [2021-02-25T23:12:01.790Z] v2.0.0-dev.1 [2021-02-25T23:12:01.790Z] v2.0.0-dev.10 [2021-02-25T23:12:01.790Z] v2.0.0-dev.11 [2021-02-25T23:12:01.790Z] v2.0.0-dev.12 [2021-02-25T23:12:01.790Z] v2.0.0-dev.13 [2021-02-25T23:12:01.790Z] v2.0.0-dev.14 [2021-02-25T23:12:01.790Z] v2.0.0-dev.15 [2021-02-25T23:12:01.790Z] v2.0.0-dev.16 [2021-02-25T23:12:01.790Z] v2.0.0-dev.17 [2021-02-25T23:12:01.790Z] v2.0.0-dev.18 [2021-02-25T23:12:01.790Z] v2.0.0-dev.19 [2021-02-25T23:12:01.790Z] v2.0.0-dev.2 [2021-02-25T23:12:01.790Z] v2.0.0-dev.20 [2021-02-25T23:12:01.790Z] v2.0.0-dev.21 [2021-02-25T23:12:01.790Z] v2.0.0-dev.22 [2021-02-25T23:12:01.790Z] v2.0.0-dev.3 [2021-02-25T23:12:01.790Z] v2.0.0-dev.4 [2021-02-25T23:12:01.790Z] v2.0.0-dev.5 [2021-02-25T23:12:01.790Z] v2.0.0-dev.6 [2021-02-25T23:12:01.790Z] v2.0.0-dev.7 [2021-02-25T23:12:01.790Z] v2.0.0-dev.8 [2021-02-25T23:12:01.790Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-25T23:12:02.094Z] + lftools sign git-tag v2.0.0-dev.22 [2021-02-25T23:12:03.482Z] Signing Git tag with Sigul... [2021-02-25T23:12:03.482Z] Signing v2.0.0-dev.22 [Pipeline] echo [2021-02-25T23:12:04.440Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:04.737Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-25T23:12:04.746Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-25T23:12:04.852Z] $ docker stop --time=1 86c7d18d50af667cc46daac969599bf3c6ca2ecf7b187f16afe584e81e6731c1 [2021-02-25T23:12:06.925Z] $ docker rm -f 86c7d18d50af667cc46daac969599bf3c6ca2ecf7b187f16afe584e81e6731c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:12:07.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T23:12:07.896Z] . [Pipeline] withDockerContainer [2021-02-25T23:12:07.995Z] prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container [2021-02-25T23:12:08.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T23:12:08.689Z] $ docker top 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T23:12:08.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T23:12:08.975Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T23:12:09.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T23:12:09.195Z] $ docker exec 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a ssh-agent [2021-02-25T23:12:09.383Z] SSH_AUTH_SOCK=/tmp/ssh-HRSUUmVYrSFy/agent.13 [2021-02-25T23:12:09.383Z] SSH_AGENT_PID=19 [2021-02-25T23:12:09.391Z] Running ssh-add (command line suppressed) [2021-02-25T23:12:09.523Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5167759086391149527.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5167759086391149527.key) [2021-02-25T23:12:09.580Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T23:12:09.917Z] + git semver bump pre [2021-02-25T23:12:09.917Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T23:12:09.917Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T23:12:09.917Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T23:12:09.917Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T23:12:09.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T23:12:09.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T23:12:09.917Z] # $SEMVER_BRANCH = master [2021-02-25T23:12:09.917Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-25T23:12:09.917Z] 2.0.0-dev.23 [Pipeline] } [2021-02-25T23:12:09.931Z] $ docker exec --env ******** --env ******** 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a ssh-agent -k [2021-02-25T23:12:10.049Z] unset SSH_AUTH_SOCK; [2021-02-25T23:12:10.050Z] unset SSH_AGENT_PID; [2021-02-25T23:12:10.051Z] echo Agent pid 19 killed; [2021-02-25T23:12:10.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T23:12:10.681Z] + git semver [Pipeline] } [2021-02-25T23:12:10.699Z] $ docker stop --time=1 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a [2021-02-25T23:12:12.075Z] $ docker rm -f 2b723dcb5520ecd72d8afd45870b398246550d6131235ced170a9518861f2f1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:12:12.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T23:12:12.593Z] . [Pipeline] withDockerContainer [2021-02-25T23:12:12.693Z] prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container [2021-02-25T23:12:12.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T23:12:13.420Z] $ docker top e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T23:12:13.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T23:12:13.782Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T23:12:14.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T23:12:14.022Z] $ docker exec e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 ssh-agent [2021-02-25T23:12:14.199Z] SSH_AUTH_SOCK=/tmp/ssh-FcsHwzKYRyof/agent.12 [2021-02-25T23:12:14.199Z] SSH_AGENT_PID=17 [2021-02-25T23:12:14.205Z] Running ssh-add (command line suppressed) [2021-02-25T23:12:14.334Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5912224077301981766.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5912224077301981766.key) [2021-02-25T23:12:14.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T23:12:14.730Z] + git semver push [2021-02-25T23:12:14.731Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T23:12:14.731Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-25T23:12:14.731Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T23:12:14.731Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T23:12:14.731Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T23:12:14.731Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T23:12:14.731Z] # $SEMVER_BRANCH = master [2021-02-25T23:12:14.731Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-25T23:12:22.945Z] $ docker exec --env ******** --env ******** e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 ssh-agent -k [2021-02-25T23:12:23.095Z] unset SSH_AUTH_SOCK; [2021-02-25T23:12:23.095Z] unset SSH_AGENT_PID; [2021-02-25T23:12:23.095Z] echo Agent pid 17 killed; [2021-02-25T23:12:23.184Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T23:12:23.706Z] + git semver [Pipeline] } [2021-02-25T23:12:23.722Z] $ docker stop --time=1 e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 [2021-02-25T23:12:25.107Z] $ docker rm -f e4fc8d431fac8b1dd97c0ff45f1f48a7f84cbdf79a0a376deed55306fb4d7322 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:26.643Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:27.207Z] ---> package-listing.sh [2021-02-25T23:12:27.207Z] ++ facter osfamily [2021-02-25T23:12:27.207Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T23:12:27.207Z] + OS_FAMILY=redhat [2021-02-25T23:12:27.207Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-02-25T23:12:27.207Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T23:12:27.207Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T23:12:27.207Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T23:12:27.207Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T23:12:27.207Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-25T23:12:27.207Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T23:12:27.207Z] + case "${OS_FAMILY}" in [2021-02-25T23:12:27.207Z] + rpm -qa [2021-02-25T23:12:27.207Z] + sort [2021-02-25T23:12:32.506Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T23:12:32.506Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T23:12:32.506Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T23:12:32.506Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-25T23:12:32.506Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-02-25T23:12:32.506Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2021-02-25T23:12:32.522Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-25T23:12:32.812Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:12:33.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T23:12:33.114Z] [2021-02-25T23:12:33.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T23:12:33.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T23:12:33.479Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T23:12:33.479Z] df20fa9351a1: Pulling fs layer [2021-02-25T23:12:33.479Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T23:12:33.480Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T23:12:33.480Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T23:12:33.480Z] 93b61091891f: Pulling fs layer [2021-02-25T23:12:33.480Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T23:12:33.480Z] 5e14af77c1be: Pulling fs layer [2021-02-25T23:12:33.480Z] 01666e4c0597: Pulling fs layer [2021-02-25T23:12:33.480Z] aa168da1d23b: Pulling fs layer [2021-02-25T23:12:33.480Z] 5e14af77c1be: Waiting [2021-02-25T23:12:33.480Z] 46f8f816bc3b: Waiting [2021-02-25T23:12:33.480Z] 01666e4c0597: Waiting [2021-02-25T23:12:33.480Z] aa168da1d23b: Waiting [2021-02-25T23:12:33.480Z] 93b61091891f: Waiting [2021-02-25T23:12:33.480Z] 93b9cdb0e59b: Waiting [2021-02-25T23:12:33.480Z] 36b3adc4ff6f: Verifying Checksum [2021-02-25T23:12:33.480Z] 36b3adc4ff6f: Download complete [2021-02-25T23:12:33.480Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T23:12:33.480Z] 46f8f816bc3b: Download complete [2021-02-25T23:12:33.480Z] df20fa9351a1: Verifying Checksum [2021-02-25T23:12:33.480Z] df20fa9351a1: Download complete [2021-02-25T23:12:33.776Z] 93b9cdb0e59b: Verifying Checksum [2021-02-25T23:12:33.776Z] 93b9cdb0e59b: Download complete [2021-02-25T23:12:33.776Z] 5e14af77c1be: Verifying Checksum [2021-02-25T23:12:33.776Z] 5e14af77c1be: Download complete [2021-02-25T23:12:33.776Z] 01666e4c0597: Verifying Checksum [2021-02-25T23:12:33.776Z] 01666e4c0597: Download complete [2021-02-25T23:12:33.776Z] 93b61091891f: Verifying Checksum [2021-02-25T23:12:33.776Z] 93b61091891f: Download complete [2021-02-25T23:12:33.776Z] df20fa9351a1: Pull complete [2021-02-25T23:12:34.047Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T23:12:34.047Z] 8ad3a11d3b57: Download complete [2021-02-25T23:12:34.047Z] 36b3adc4ff6f: Pull complete [2021-02-25T23:12:35.006Z] 8ad3a11d3b57: Pull complete [2021-02-25T23:12:35.006Z] 46f8f816bc3b: Pull complete [2021-02-25T23:12:35.268Z] 93b61091891f: Pull complete [2021-02-25T23:12:35.531Z] 93b9cdb0e59b: Pull complete [2021-02-25T23:12:36.105Z] 5e14af77c1be: Pull complete [2021-02-25T23:12:36.684Z] 01666e4c0597: Pull complete [2021-02-25T23:12:36.684Z] aa168da1d23b: Verifying Checksum [2021-02-25T23:12:36.685Z] aa168da1d23b: Download complete [2021-02-25T23:12:43.332Z] aa168da1d23b: Pull complete [2021-02-25T23:12:43.332Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T23:12:43.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T23:12:43.332Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T23:12:43.482Z] prd-centos7-docker-4c-2g-27725 does not seem to be running inside a container [2021-02-25T23:12:43.547Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-25T23:12:46.835Z] $ docker top cd6611f040db7d4053072256c53571b1978d3f0c1a4ed1ff7d39f19bcd57f668 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T23:12:47.346Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T23:12:47.643Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T23:12:47.944Z] + ls /var/log/sa-host [2021-02-25T23:12:47.944Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T23:12:47.944Z] file_magic: OK [2021-02-25T23:12:47.944Z] HZ: Using current value: 100 [2021-02-25T23:12:47.944Z] file_header: OK [2021-02-25T23:12:47.944Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-25T23:12:47.944Z] Statistics: [2021-02-25T23:12:47.944Z] Hnuu...uuuununununu... [2021-02-25T23:12:47.944Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T23:12:47.944Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T23:12:47.944Z] file_magic: OK [2021-02-25T23:12:47.944Z] HZ: Using current value: 100 [2021-02-25T23:12:47.944Z] file_header: OK [2021-02-25T23:12:47.944Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-25T23:12:47.944Z] Statistics: [2021-02-25T23:12:47.944Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-25T23:12:47.944Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T23:12:48.666Z] provisioning config files... [2021-02-25T23:12:48.692Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6841890392130521058tmp [Pipeline] { [Pipeline] echo [2021-02-25T23:12:48.754Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:49.051Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T23:12:49.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T23:12:49.152Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:49.458Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T23:12:49.469Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:49.785Z] ---> sudo-logs.sh [2021-02-25T23:12:49.785Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T23:12:49.889Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:50.241Z] ---> job-cost.sh [2021-02-25T23:12:50.241Z] lf-activate-venv: SKIPPING [2021-02-25T23:12:50.241Z] DEBUG: total: 0.20999999344348907 [2021-02-25T23:12:50.241Z] INFO: Retrieving Stack Cost... [2021-02-25T23:12:50.849Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T23:12:51.826Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T23:12:51.849Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T23:12:52.179Z] ---> logs-deploy.sh [2021-02-25T23:12:52.179Z] lf-activate-venv: SKIPPING [2021-02-25T23:12:52.179Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/189 [2021-02-25T23:12:52.180Z] INFO: archiving workspace using pattern(s): [2021-02-25T23:12:53.608Z] Archives upload complete. [2021-02-25T23:12:53.608Z] INFO: archiving logs to Nexus