Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 583298e4aa671ff36305015a0780c544e6ee2721 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25575 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 > 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 Checking out Revision 583298e4aa671ff36305015a0780c544e6ee2721 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 Commit message: "feat: Update Filters for V2 DTO changes (#680)" > git rev-list --no-walk fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T16:11:05.801Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T16:11:06.020Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T16:11:06.104Z] ========================================================= [2021-02-08T16:11:06.104Z] EdgeX Global Pipelines Version Info [2021-02-08T16:11:06.104Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:11:07.543Z] ------------------- [2021-02-08T16:11:07.543Z] stable info: [2021-02-08T16:11:07.543Z] ------------------- [2021-02-08T16:11:07.543Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T16:11:07.543Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T16:11:07.543Z] Message: update stable to v1.0.179 [2021-02-08T16:11:08.490Z] ------------------- [2021-02-08T16:11:08.490Z] experimental info: [2021-02-08T16:11:08.490Z] ------------------- [2021-02-08T16:11:08.490Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T16:11:08.490Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T16:11:08.490Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T16:11:08.732Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-08T16:11:08.814Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-08T16:11:08.922Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T16:11:09.043Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T16:11:09.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T16:11:09.333Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T16:11:09.420Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T16:11:09.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T16:11:09.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-08T16:11:09.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T16:11:10.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T16:11:10.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-08T16:11:10.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T16:11:10.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T16:11:10.495Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:11:10.675Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:11:10.790Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:11:10.886Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:11:10.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T16:11:11.081Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-08T16:11:11.166Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-08T16:11:11.496Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-08T16:11:11.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-08T16:11:11.717Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-08T16:11:11.816Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-08T16:11:11.906Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T16:11:12.000Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T16:11:12.103Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-08T16:11:12.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-08T16:11:12.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-08T16:11:12.363Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] echo [2021-02-08T16:11:12.448Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 583298e [Pipeline] echo [2021-02-08T16:11:12.651Z] [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-08T16:11:13.354Z] + git log --format=format:%s -1 583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] echo [2021-02-08T16:11:13.420Z] GIT_COMMIT: 583298e4aa671ff36305015a0780c544e6ee2721, Commit Message: feat: Update Filters for V2 DTO changes (#680) [Pipeline] echo [2021-02-08T16:11:13.467Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:14.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:11:14.331Z] [2021-02-08T16:11:14.331Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:14.696Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:11:14.697Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T16:11:14.697Z] 31603596830f: Pulling fs layer [2021-02-08T16:11:14.697Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T16:11:14.697Z] 6ca5941a6612: Pulling fs layer [2021-02-08T16:11:14.697Z] ecc8261a40a4: Pulling fs layer [2021-02-08T16:11:14.697Z] ecc8261a40a4: Waiting [2021-02-08T16:11:14.697Z] 2a8b12db71e7: Verifying Checksum [2021-02-08T16:11:14.697Z] 2a8b12db71e7: Download complete [2021-02-08T16:11:14.965Z] 31603596830f: Verifying Checksum [2021-02-08T16:11:14.965Z] 31603596830f: Download complete [2021-02-08T16:11:14.965Z] ecc8261a40a4: Verifying Checksum [2021-02-08T16:11:14.965Z] ecc8261a40a4: Download complete [2021-02-08T16:11:14.965Z] 6ca5941a6612: Verifying Checksum [2021-02-08T16:11:14.965Z] 6ca5941a6612: Download complete [2021-02-08T16:11:15.232Z] 31603596830f: Pull complete [2021-02-08T16:11:15.498Z] 2a8b12db71e7: Pull complete [2021-02-08T16:11:16.452Z] 6ca5941a6612: Pull complete [2021-02-08T16:11:16.724Z] ecc8261a40a4: Pull complete [2021-02-08T16:11:16.724Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T16:11:16.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:11:16.724Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T16:11:16.844Z] prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container [2021-02-08T16:11:16.908Z] $ 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-08T16:11:18.956Z] $ docker top c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:11:19.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:11:19.266Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:11:19.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:11:19.498Z] $ docker exec c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent [2021-02-08T16:11:19.660Z] SSH_AUTH_SOCK=/tmp/ssh-dwJRzhvgzpm8/agent.11 [2021-02-08T16:11:19.661Z] SSH_AGENT_PID=17 [2021-02-08T16:11:19.736Z] Running ssh-add (command line suppressed) [2021-02-08T16:11:19.861Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8270927131203452494.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8270927131203452494.key) [2021-02-08T16:11:19.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:11:20.272Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T16:11:20.299Z] $ docker exec --env ******** --env ******** c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent -k [2021-02-08T16:11:20.421Z] unset SSH_AUTH_SOCK; [2021-02-08T16:11:20.421Z] unset SSH_AGENT_PID; [2021-02-08T16:11:20.421Z] echo Agent pid 17 killed; [2021-02-08T16:11:20.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T16:11:20.750Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:11:20.750Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:11:20.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:11:20.931Z] $ docker exec c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent [2021-02-08T16:11:21.101Z] SSH_AUTH_SOCK=/tmp/ssh-m3VHTscWmger/agent.47 [2021-02-08T16:11:21.101Z] SSH_AGENT_PID=52 [2021-02-08T16:11:21.108Z] Running ssh-add (command line suppressed) [2021-02-08T16:11:21.234Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3034702252632473436.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3034702252632473436.key) [2021-02-08T16:11:21.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:11:21.621Z] + git semver init [2021-02-08T16:11:21.621Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:11:21.621Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-08T16:11:21.621Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-08T16:11:21.621Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:11:21.621Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:11:21.621Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:11:21.621Z] # $SEMVER_BRANCH = master [2021-02-08T16:11:21.621Z] # $SEMVER_TEMP = /tmp/semver-763924338 [2021-02-08T16:11:21.621Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-08T16:11:24.186Z] # '/tmp/semver-763924338' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-02-08T16:11:24.186Z] # -> Force: false [2021-02-08T16:11:24.186Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-08T16:11:24.198Z] $ docker exec --env ******** --env ******** c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent -k [2021-02-08T16:11:24.314Z] unset SSH_AUTH_SOCK; [2021-02-08T16:11:24.315Z] unset SSH_AGENT_PID; [2021-02-08T16:11:24.315Z] echo Agent pid 52 killed; [2021-02-08T16:11:24.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:11:24.826Z] + git semver [Pipeline] } [2021-02-08T16:11:24.845Z] $ docker stop --time=1 c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 [2021-02-08T16:11:26.336Z] $ docker rm -f c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:11:26.820Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T16:11:27.306Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T16:11:27.309Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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-08T16:11:42.992Z] Still waiting to schedule task [2021-02-08T16:11:42.992Z] ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-25571’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25574’ is offline; ‘prd-centos7-docker-4c-2g-25576’ is offline; ‘prd-centos7-docker-4c-2g-25577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25573’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-08T16:11:42.996Z] Still waiting to schedule task [2021-02-08T16:11:42.996Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-25573’ is offline [2021-02-08T16:13:32.678Z] Running on prd-centos7-docker-4c-2g-25584 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-08T16:13:32.729Z] Running in /w/workspace/app-functions-sdk-go/176 [Pipeline] { [Pipeline] checkout [2021-02-08T16:13:35.295Z] using credential edgex-jenkins-ssh [2021-02-08T16:13:35.343Z] Cloning the remote Git repository [2021-02-08T16:13:35.335Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:13:35.416Z] > git init /w/workspace/app-functions-sdk-go/176 # timeout=10 [2021-02-08T16:13:35.487Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:13:35.487Z] > git --version # timeout=10 [2021-02-08T16:13:35.493Z] > git --version # 'git version 2.24.3' [2021-02-08T16:13:35.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:13:35.536Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:13:39.157Z] Checking out Revision 583298e4aa671ff36305015a0780c544e6ee2721 (master) [2021-02-08T16:13:38.786Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:13:38.795Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:13:38.808Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:13:38.823Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:13:38.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:13:38.827Z] > 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-08T16:13:39.164Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:13:39.169Z] > git checkout -f 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 [2021-02-08T16:13:42.964Z] Commit message: "feat: Update Filters for V2 DTO changes (#680)" [2021-02-08T16:13:42.981Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25581 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-08T16:13:43.049Z] Running in /w/workspace/app-functions-sdk-go/176 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:13:44.352Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:13:44.691Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:13:44.994Z] + sudo service docker restart [2021-02-08T16:13:44.994Z] + true [2021-02-08T16:13:44.994Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-08T16:13:46.556Z] ========================================================= [2021-02-08T16:13:46.556Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T16:13:46.556Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:13:46.902Z] + 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-08T16:13:47.513Z] Sending build context to Docker daemon 19.11MB [2021-02-08T16:13:47.513Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:13:47.513Z] Step 2/8 : FROM ${BASE} [2021-02-08T16:13:47.513Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T16:13:47.513Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T16:13:47.513Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T16:13:47.513Z] de9db76c5a1d: Pulling fs layer [2021-02-08T16:13:47.513Z] bca2f99d35d6: Pulling fs layer [2021-02-08T16:13:47.513Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T16:13:47.513Z] 7c6f9722023f: Pulling fs layer [2021-02-08T16:13:47.513Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T16:13:47.513Z] 93359f2a8cfa: Waiting [2021-02-08T16:13:47.513Z] bca2f99d35d6: Waiting [2021-02-08T16:13:47.513Z] 7c6f9722023f: Waiting [2021-02-08T16:13:47.513Z] a35cf1a2eb13: Waiting [2021-02-08T16:13:47.513Z] de9db76c5a1d: Download complete [2021-02-08T16:13:47.513Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T16:13:47.513Z] 0ef7d3d256c8: Download complete [2021-02-08T16:13:47.513Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T16:13:47.513Z] 93359f2a8cfa: Download complete [2021-02-08T16:13:47.513Z] 7c6f9722023f: Download complete [2021-02-08T16:13:47.775Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T16:13:47.775Z] 188c0c94c7c5: Download complete [2021-02-08T16:13:48.037Z] 188c0c94c7c5: Pull complete [2021-02-08T16:13:48.037Z] 0ef7d3d256c8: Pull complete [2021-02-08T16:13:48.300Z] de9db76c5a1d: Pull complete [2021-02-08T16:13:48.400Z] using credential edgex-jenkins-ssh [2021-02-08T16:13:48.458Z] Cloning the remote Git repository [2021-02-08T16:13:49.690Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T16:13:48.524Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:13:48.627Z] > git init /w/workspace/app-functions-sdk-go/176 # timeout=10 [2021-02-08T16:13:48.703Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:13:48.704Z] > git --version # timeout=10 [2021-02-08T16:13:48.720Z] > git --version # 'git version 2.17.1' [2021-02-08T16:13:48.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:13:48.815Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:13:50.267Z] bca2f99d35d6: Verifying Checksum [2021-02-08T16:13:50.267Z] bca2f99d35d6: Download complete [2021-02-08T16:13:53.550Z] Checking out Revision 583298e4aa671ff36305015a0780c544e6ee2721 (master) [2021-02-08T16:13:52.997Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:13:53.017Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:13:53.046Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:13:53.073Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:13:53.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:13:53.084Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T16:13:53.584Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:13:53.611Z] > git checkout -f 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 [2021-02-08T16:13:55.608Z] bca2f99d35d6: Pull complete [2021-02-08T16:13:55.875Z] 93359f2a8cfa: Pull complete [2021-02-08T16:13:55.875Z] 7c6f9722023f: Pull complete [2021-02-08T16:13:57.902Z] Commit message: "feat: Update Filters for V2 DTO changes (#680)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:13:59.518Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:13:59.924Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:14:00.316Z] + sudo service docker restart [2021-02-08T16:14:00.316Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-08T16:14:03.281Z] ========================================================= [2021-02-08T16:14:03.281Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T16:14:03.281Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:14:03.664Z] + 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-08T16:14:04.169Z] a35cf1a2eb13: Pull complete [2021-02-08T16:14:04.170Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T16:14:04.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T16:14:04.170Z] ---> a62c8e92a672 [2021-02-08T16:14:04.170Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-08T16:14:04.170Z] 20.10.0: Pulling from library/docker [2021-02-08T16:14:04.170Z] 05e7bc50f07f: Pulling fs layer [2021-02-08T16:14:04.170Z] 6db28d0fdbf6: Pulling fs layer [2021-02-08T16:14:04.170Z] 292df0bc6bf3: Pulling fs layer [2021-02-08T16:14:04.170Z] 2e060f4bd70b: Pulling fs layer [2021-02-08T16:14:04.170Z] 80e8d568a223: Pulling fs layer [2021-02-08T16:14:04.170Z] 8dc6ef1a942a: Pulling fs layer [2021-02-08T16:14:04.170Z] 2312dd95470a: Pulling fs layer [2021-02-08T16:14:04.170Z] 2e060f4bd70b: Waiting [2021-02-08T16:14:04.170Z] 80e8d568a223: Waiting [2021-02-08T16:14:04.170Z] 8dc6ef1a942a: Waiting [2021-02-08T16:14:04.170Z] 2312dd95470a: Waiting [2021-02-08T16:14:04.170Z] 292df0bc6bf3: Verifying Checksum [2021-02-08T16:14:04.170Z] 292df0bc6bf3: Download complete [2021-02-08T16:14:04.170Z] 6db28d0fdbf6: Verifying Checksum [2021-02-08T16:14:04.170Z] 6db28d0fdbf6: Download complete [2021-02-08T16:14:04.170Z] 80e8d568a223: Verifying Checksum [2021-02-08T16:14:04.170Z] 80e8d568a223: Download complete [2021-02-08T16:14:04.170Z] 05e7bc50f07f: Verifying Checksum [2021-02-08T16:14:04.170Z] 05e7bc50f07f: Download complete [2021-02-08T16:14:04.170Z] 2312dd95470a: Verifying Checksum [2021-02-08T16:14:04.170Z] 2312dd95470a: Download complete [2021-02-08T16:14:04.170Z] 8dc6ef1a942a: Verifying Checksum [2021-02-08T16:14:04.170Z] 8dc6ef1a942a: Download complete [2021-02-08T16:14:04.170Z] 05e7bc50f07f: Pull complete [2021-02-08T16:14:04.170Z] 6db28d0fdbf6: Pull complete [2021-02-08T16:14:04.170Z] 292df0bc6bf3: Pull complete [2021-02-08T16:14:04.653Z] Sending build context to Docker daemon 19.11MB [2021-02-08T16:14:04.653Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:14:04.653Z] Step 2/8 : FROM ${BASE} [2021-02-08T16:14:04.927Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T16:14:04.927Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T16:14:04.927Z] a4357932f1b6: Pulling fs layer [2021-02-08T16:14:04.927Z] 18c013af1878: Pulling fs layer [2021-02-08T16:14:04.927Z] 00ac8860ef70: Pulling fs layer [2021-02-08T16:14:04.927Z] 63d7cb157983: Pulling fs layer [2021-02-08T16:14:04.927Z] b116817d02f9: Pulling fs layer [2021-02-08T16:14:04.927Z] 745a02a5169b: Pulling fs layer [2021-02-08T16:14:04.927Z] 00ac8860ef70: Waiting [2021-02-08T16:14:04.927Z] b116817d02f9: Waiting [2021-02-08T16:14:04.927Z] 745a02a5169b: Waiting [2021-02-08T16:14:04.927Z] 63d7cb157983: Waiting [2021-02-08T16:14:04.927Z] 18c013af1878: Verifying Checksum [2021-02-08T16:14:04.927Z] 18c013af1878: Download complete [2021-02-08T16:14:05.201Z] a4357932f1b6: Verifying Checksum [2021-02-08T16:14:05.201Z] a4357932f1b6: Download complete [2021-02-08T16:14:05.201Z] 63d7cb157983: Verifying Checksum [2021-02-08T16:14:05.201Z] 63d7cb157983: Download complete [2021-02-08T16:14:05.800Z] b116817d02f9: Download complete [2021-02-08T16:14:06.076Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T16:14:06.076Z] 5f621e34cdf4: Download complete [2021-02-08T16:14:06.678Z] 5f621e34cdf4: Pull complete [2021-02-08T16:14:07.281Z] a4357932f1b6: Pull complete [2021-02-08T16:14:07.489Z] 2e060f4bd70b: Verifying Checksum [2021-02-08T16:14:07.489Z] 2e060f4bd70b: Download complete [2021-02-08T16:14:07.558Z] 18c013af1878: Pull complete [2021-02-08T16:14:08.544Z] 745a02a5169b: Verifying Checksum [2021-02-08T16:14:08.544Z] 745a02a5169b: Download complete [2021-02-08T16:14:09.982Z] 00ac8860ef70: Download complete [2021-02-08T16:14:10.059Z] 2e060f4bd70b: Pull complete [2021-02-08T16:14:10.059Z] 80e8d568a223: Pull complete [2021-02-08T16:14:10.059Z] 8dc6ef1a942a: Pull complete [2021-02-08T16:14:10.059Z] 2312dd95470a: Pull complete [2021-02-08T16:14:10.059Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T16:14:10.059Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T16:14:11.476Z] ---> f635e6ab832c [2021-02-08T16:14:11.476Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T16:14:11.739Z] ---> Running in 2dfa07930604 [2021-02-08T16:14:11.739Z] Removing intermediate container 2dfa07930604 [2021-02-08T16:14:11.739Z] ---> 90fcba191d20 [2021-02-08T16:14:11.739Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-08T16:14:12.006Z] ---> Running in 14f4cc877523 [2021-02-08T16:14:12.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T16:14:13.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T16:14:14.118Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-08T16:14:14.118Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-08T16:14:14.118Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-08T16:14:14.118Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-08T16:14:14.381Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-08T16:14:14.381Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T16:14:14.381Z] OK: 167 MiB in 44 packages [2021-02-08T16:14:15.341Z] Removing intermediate container 14f4cc877523 [2021-02-08T16:14:15.341Z] ---> cb3005cf8bed [2021-02-08T16:14:15.341Z] Step 6/8 : WORKDIR /build [2021-02-08T16:14:15.341Z] ---> Running in 21a25289251d [2021-02-08T16:14:15.612Z] Removing intermediate container 21a25289251d [2021-02-08T16:14:15.612Z] ---> 799bd9a68a87 [2021-02-08T16:14:15.612Z] Step 7/8 : COPY go.mod . [2021-02-08T16:14:15.612Z] ---> fd6521dcaa1f [2021-02-08T16:14:15.612Z] Step 8/8 : RUN go mod download [2021-02-08T16:14:15.876Z] ---> Running in 463f44b18c3d [2021-02-08T16:14:20.183Z] 00ac8860ef70: Pull complete [2021-02-08T16:14:20.183Z] 63d7cb157983: Pull complete [2021-02-08T16:14:20.183Z] b116817d02f9: Pull complete [2021-02-08T16:14:24.530Z] 745a02a5169b: Pull complete [2021-02-08T16:14:24.530Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T16:14:24.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T16:14:24.530Z] ---> b7e6874047d6 [2021-02-08T16:14:24.530Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-08T16:14:24.530Z] 20.10.0: Pulling from library/docker [2021-02-08T16:14:24.530Z] a3cc7d3b244e: Pulling fs layer [2021-02-08T16:14:24.530Z] 02a3295e0d61: Pulling fs layer [2021-02-08T16:14:24.530Z] 0f4f2e6d8100: Pulling fs layer [2021-02-08T16:14:24.530Z] 330b718f631f: Pulling fs layer [2021-02-08T16:14:24.530Z] a93816041522: Pulling fs layer [2021-02-08T16:14:24.530Z] bdb6da89ff94: Pulling fs layer [2021-02-08T16:14:24.531Z] 2a70c0c122f4: Pulling fs layer [2021-02-08T16:14:24.531Z] 330b718f631f: Waiting [2021-02-08T16:14:24.531Z] bdb6da89ff94: Waiting [2021-02-08T16:14:24.531Z] 2a70c0c122f4: Waiting [2021-02-08T16:14:24.531Z] a93816041522: Waiting [2021-02-08T16:14:24.531Z] 0f4f2e6d8100: Download complete [2021-02-08T16:14:24.531Z] 02a3295e0d61: Verifying Checksum [2021-02-08T16:14:24.531Z] 02a3295e0d61: Download complete [2021-02-08T16:14:24.531Z] a3cc7d3b244e: Verifying Checksum [2021-02-08T16:14:24.531Z] a3cc7d3b244e: Download complete [2021-02-08T16:14:24.531Z] bdb6da89ff94: Download complete [2021-02-08T16:14:24.531Z] 2a70c0c122f4: Download complete [2021-02-08T16:14:24.818Z] a3cc7d3b244e: Pull complete [2021-02-08T16:14:25.468Z] a93816041522: Verifying Checksum [2021-02-08T16:14:25.468Z] a93816041522: Download complete [2021-02-08T16:14:25.742Z] 02a3295e0d61: Pull complete [2021-02-08T16:14:26.014Z] 0f4f2e6d8100: Pull complete [2021-02-08T16:14:26.014Z] 330b718f631f: Download complete [2021-02-08T16:14:29.413Z] 330b718f631f: Pull complete [2021-02-08T16:14:29.686Z] a93816041522: Pull complete [2021-02-08T16:14:29.971Z] bdb6da89ff94: Pull complete [2021-02-08T16:14:30.576Z] 2a70c0c122f4: Pull complete [2021-02-08T16:14:30.576Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T16:14:30.576Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T16:14:37.306Z] ---> cb63905f6e94 [2021-02-08T16:14:37.306Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T16:14:37.306Z] ---> Running in 177dac88ce9d [2021-02-08T16:14:37.306Z] Removing intermediate container 177dac88ce9d [2021-02-08T16:14:37.306Z] ---> 7ebd5efb9f0b [2021-02-08T16:14:37.306Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-08T16:14:37.306Z] ---> Running in 166b6427a3d6 [2021-02-08T16:14:38.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T16:14:39.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T16:14:39.866Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-08T16:14:39.866Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-08T16:14:39.866Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-08T16:14:39.866Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-08T16:14:40.137Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-08T16:14:40.137Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T16:14:40.137Z] OK: 144 MiB in 44 packages [2021-02-08T16:14:41.579Z] Removing intermediate container 166b6427a3d6 [2021-02-08T16:14:41.579Z] ---> c2c16b8c3822 [2021-02-08T16:14:41.579Z] Step 6/8 : WORKDIR /build [2021-02-08T16:14:41.579Z] ---> Running in 9e169a336fb9 [2021-02-08T16:14:42.177Z] Removing intermediate container 9e169a336fb9 [2021-02-08T16:14:42.178Z] ---> c970e495c4d7 [2021-02-08T16:14:42.178Z] Step 7/8 : COPY go.mod . [2021-02-08T16:14:42.586Z] Removing intermediate container 463f44b18c3d [2021-02-08T16:14:42.586Z] ---> 89e5afe9aa59 [2021-02-08T16:14:42.586Z] Successfully built 89e5afe9aa59 [2021-02-08T16:14:42.586Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:14:42.774Z] ---> f92e5c49aa7a [2021-02-08T16:14:42.775Z] Step 8/8 : RUN go mod download [2021-02-08T16:14:42.906Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T16:14:42.906Z] . [Pipeline] withDockerContainer [2021-02-08T16:14:43.048Z] ---> Running in 8c04ccf8b966 [2021-02-08T16:14:43.156Z] prd-centos7-docker-4c-2g-25584 does not seem to be running inside a container [2021-02-08T16:14:43.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T16:14:44.197Z] $ docker top 16265151709d19d7ea0684d8789bbce384cfbca87cc176b6f3639c4778c5a90e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:14:44.713Z] + go version [2021-02-08T16:14:44.713Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T16:14:44.728Z] $ docker stop --time=1 16265151709d19d7ea0684d8789bbce384cfbca87cc176b6f3639c4778c5a90e [2021-02-08T16:14:46.083Z] $ docker rm -f 16265151709d19d7ea0684d8789bbce384cfbca87cc176b6f3639c4778c5a90e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:14:47.702Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T16:14:47.702Z] . [Pipeline] withDockerContainer [2021-02-08T16:14:47.807Z] prd-centos7-docker-4c-2g-25584 does not seem to be running inside a container [2021-02-08T16:14:47.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T16:14:48.461Z] $ docker top bf7a5ae4610560d567af247477d50d0848e3e043b6e86576d695c4562257ccc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:14:48.938Z] + make test [2021-02-08T16:14:48.939Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T16:14:50.344Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-08T16:14:58.624Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.035s coverage: 82.6% of statements [2021-02-08T16:15:06.940Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.029s coverage: 50.1% of statements [2021-02-08T16:15:06.941Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-08T16:15:06.941Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-08T16:15:06.941Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.029s coverage: 61.5% of statements [2021-02-08T16:15:06.941Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-08T16:15:08.375Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.394s coverage: 71.7% of statements [2021-02-08T16:15:08.375Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-08T16:15:08.375Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-08T16:15:08.375Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-08T16:15:08.375Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-08T16:15:08.375Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-08T16:15:08.375Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-08T16:15:08.375Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.012s coverage: 97.0% of statements [2021-02-08T16:15:08.375Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-08T16:15:08.375Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.022s coverage: 8.8% of statements [2021-02-08T16:15:09.867Z] Removing intermediate container 8c04ccf8b966 [2021-02-08T16:15:09.867Z] ---> 8182a1496329 [2021-02-08T16:15:09.867Z] Successfully built 8182a1496329 [2021-02-08T16:15:09.867Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:15:10.215Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T16:15:10.215Z] . [Pipeline] withDockerContainer [2021-02-08T16:15:10.481Z] prd-ubuntu18.04-docker-arm64-4c-16g-25581 does not seem to be running inside a container [2021-02-08T16:15:10.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T16:15:12.069Z] $ docker top e62a01f3319994cf72d1f5c94d466dc2472bc3ebbedbf66ec5e7d4dd68b11acc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:15:13.089Z] + go version [2021-02-08T16:15:13.089Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T16:15:13.143Z] $ docker stop --time=1 e62a01f3319994cf72d1f5c94d466dc2472bc3ebbedbf66ec5e7d4dd68b11acc [2021-02-08T16:15:15.076Z] $ docker rm -f e62a01f3319994cf72d1f5c94d466dc2472bc3ebbedbf66ec5e7d4dd68b11acc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:15:16.056Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T16:15:16.056Z] . [Pipeline] withDockerContainer [2021-02-08T16:15:16.288Z] prd-ubuntu18.04-docker-arm64-4c-16g-25581 does not seem to be running inside a container [2021-02-08T16:15:16.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T16:15:17.742Z] $ docker top 73b40aa6f3377b0e663f9018bdc0b11722d6eecbf26cf9c48481deffde0bd6e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:15:18.708Z] + make test [2021-02-08T16:15:18.708Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T16:15:20.168Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-08T16:15:23.379Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.841s coverage: 77.5% of statements [2021-02-08T16:15:23.379Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-08T16:15:23.379Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.018s coverage: 87.9% of statements [2021-02-08T16:15:23.379Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.018s coverage: 80.5% of statements [2021-02-08T16:15:23.379Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.007s coverage: 71.7% of statements [2021-02-08T16:15:35.657Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.047s coverage: 82.2% of statements [2021-02-08T16:15:35.657Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements [2021-02-08T16:15:35.657Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-08T16:15:39.054Z] gofmt -l . [2021-02-08T16:15:39.054Z] [ "`gofmt -l .`" = "" ] [2021-02-08T16:15:39.054Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-08T16:15:39.650Z] $ docker stop --time=1 bf7a5ae4610560d567af247477d50d0848e3e043b6e86576d695c4562257ccc4 [2021-02-08T16:15:41.325Z] $ docker rm -f bf7a5ae4610560d567af247477d50d0848e3e043b6e86576d695c4562257ccc4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:15:41.950Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T16:15:42.380Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-08T16:15:47.041Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.100s coverage: 82.6% of statements [2021-02-08T16:16:09.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.068s coverage: 50.1% of statements [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-08T16:16:09.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.122s coverage: 61.5% of statements [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-08T16:16:09.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.094s coverage: 71.7% of statements [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-08T16:16:09.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.029s coverage: 97.0% of statements [2021-02-08T16:16:09.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-08T16:16:09.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.046s coverage: 8.8% of statements [2021-02-08T16:16:21.764Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.878s coverage: 77.5% of statements [2021-02-08T16:16:21.764Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-08T16:16:21.764Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.056s coverage: 87.9% of statements [2021-02-08T16:16:21.764Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.035s coverage: 80.5% of statements [2021-02-08T16:16:21.764Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.029s coverage: 71.7% of statements [2021-02-08T16:16:36.853Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.089s coverage: 82.2% of statements [2021-02-08T16:16:36.853Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements [2021-02-08T16:16:36.853Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-08T16:16:47.308Z] gofmt -l . [2021-02-08T16:16:47.308Z] [ "`gofmt -l .`" = "" ] [2021-02-08T16:16:47.308Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-08T16:16:47.379Z] $ docker stop --time=1 73b40aa6f3377b0e663f9018bdc0b11722d6eecbf26cf9c48481deffde0bd6e5 [2021-02-08T16:16:49.505Z] $ docker rm -f 73b40aa6f3377b0e663f9018bdc0b11722d6eecbf26cf9c48481deffde0bd6e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:16:50.476Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T16:16:50.548Z] Warning: overwriting stash ‘coverage-report’ [2021-02-08T16:16:51.386Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-08T16:16:53.035Z] provisioning config files... [2021-02-08T16:16:53.049Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8172977816509958379tmp [Pipeline] { [Pipeline] sh [2021-02-08T16:16:53.420Z] + set +x [2021-02-08T16:16:53.420Z] + curl -s https://codecov.io/bash [2021-02-08T16:16:53.420Z] + bash -s -- [2021-02-08T16:16:53.682Z] [2021-02-08T16:16:53.682Z] _____ _ [2021-02-08T16:16:53.682Z] / ____| | | [2021-02-08T16:16:53.682Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T16:16:53.682Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T16:16:53.682Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T16:16:53.682Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T16:16:53.682Z] Bash-20210129-7c25fce [2021-02-08T16:16:53.682Z] [2021-02-08T16:16:53.682Z] [2021-02-08T16:16:53.682Z] ==> git version 2.24.3 found [2021-02-08T16:16:53.682Z] ==> 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-08T16:16:53.682Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T16:16:53.682Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T16:16:53.682Z] ==> Jenkins CI detected. [2021-02-08T16:16:53.682Z] project root: . [2021-02-08T16:16:53.682Z] --> token set from env [2021-02-08T16:16:53.682Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T16:16:53.682Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T16:16:53.682Z] ==> Python coveragepy not found [2021-02-08T16:16:53.682Z] ==> Searching for coverage reports in: [2021-02-08T16:16:53.682Z] + . [2021-02-08T16:16:53.682Z] -> Found 1 reports [2021-02-08T16:16:53.682Z] ==> Detecting git/mercurial file structure [2021-02-08T16:16:53.682Z] ==> Reading reports [2021-02-08T16:16:53.682Z] + ./coverage.out bytes=79698 [2021-02-08T16:16:53.682Z] ==> Appending adjustments [2021-02-08T16:16:53.682Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T16:16:54.257Z] + Found adjustments [2021-02-08T16:16:54.257Z] ==> Gzipping contents [2021-02-08T16:16:54.257Z] 16K /tmp/codecov.G2eM4J.gz [2021-02-08T16:16:54.257Z] ==> Uploading reports [2021-02-08T16:16:54.257Z] url: https://codecov.io [2021-02-08T16:16:54.257Z] query: branch=master&commit=583298e4aa671ff36305015a0780c544e6ee2721&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T16:16:54.257Z] -> Pinging Codecov [2021-02-08T16:16:54.257Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=583298e4aa671ff36305015a0780c544e6ee2721&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T16:16:54.522Z] -> Uploading to [2021-02-08T16:16:54.522Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/3D8B5DFFC46A037C893635FACE044666/583298e4aa671ff36305015a0780c544e6ee2721/410c28de-c66e-43b1-b6c1-d8ca76dd420a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T161654Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4bf19613b6b5919d9e20f1e9beaa7d8cd1028e885e7978a10565e617e5104d99 [2021-02-08T16:16:54.522Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T16:16:54.522Z] Dload Upload Total Spent Left Speed [2021-02-08T16:16:55.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13606 0 0 100 13606 0 32261 --:--:-- --:--:-- --:--:-- 32241 [2021-02-08T16:16:55.047Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] } [2021-02-08T16:16:55.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-08T16:16:55.491Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-08T16:16:55.561Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:16:55.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T16:16:55.904Z] [2021-02-08T16:16:55.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:16:56.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T16:16:56.275Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-08T16:16:56.275Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T16:16:56.275Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T16:16:56.276Z] de9db76c5a1d: Pulling fs layer [2021-02-08T16:16:56.276Z] 0eba1c9be4d2: Pulling fs layer [2021-02-08T16:16:56.276Z] 0d57e429df01: Pulling fs layer [2021-02-08T16:16:56.276Z] 4e4be7b47b0d: Pulling fs layer [2021-02-08T16:16:56.276Z] e1f770b5df2f: Pulling fs layer [2021-02-08T16:16:56.276Z] 85a0685a4137: Pulling fs layer [2021-02-08T16:16:56.276Z] 0d57e429df01: Waiting [2021-02-08T16:16:56.276Z] 0eba1c9be4d2: Waiting [2021-02-08T16:16:56.276Z] 4e4be7b47b0d: Waiting [2021-02-08T16:16:56.276Z] e1f770b5df2f: Waiting [2021-02-08T16:16:56.276Z] 85a0685a4137: Waiting [2021-02-08T16:16:56.276Z] de9db76c5a1d: Download complete [2021-02-08T16:16:56.276Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T16:16:56.276Z] 0ef7d3d256c8: Download complete [2021-02-08T16:16:56.276Z] 0d57e429df01: Verifying Checksum [2021-02-08T16:16:56.276Z] 0d57e429df01: Download complete [2021-02-08T16:16:56.276Z] 4e4be7b47b0d: Verifying Checksum [2021-02-08T16:16:56.276Z] 4e4be7b47b0d: Download complete [2021-02-08T16:16:56.276Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T16:16:56.276Z] 188c0c94c7c5: Download complete [2021-02-08T16:16:56.850Z] 188c0c94c7c5: Pull complete [2021-02-08T16:16:56.850Z] 0ef7d3d256c8: Pull complete [2021-02-08T16:16:57.112Z] de9db76c5a1d: Pull complete [2021-02-08T16:16:57.692Z] e1f770b5df2f: Verifying Checksum [2021-02-08T16:16:57.692Z] e1f770b5df2f: Download complete [2021-02-08T16:16:59.635Z] 0eba1c9be4d2: Verifying Checksum [2021-02-08T16:16:59.635Z] 0eba1c9be4d2: Download complete [2021-02-08T16:16:59.900Z] 85a0685a4137: Verifying Checksum [2021-02-08T16:16:59.900Z] 85a0685a4137: Download complete [2021-02-08T16:17:06.541Z] 0eba1c9be4d2: Pull complete [2021-02-08T16:17:06.541Z] 0d57e429df01: Pull complete [2021-02-08T16:17:06.541Z] 4e4be7b47b0d: Pull complete [2021-02-08T16:17:07.937Z] e1f770b5df2f: Pull complete [2021-02-08T16:17:16.126Z] 85a0685a4137: Pull complete [2021-02-08T16:17:16.126Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-08T16:17:16.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T16:17:16.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-08T16:17:16.349Z] prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container [2021-02-08T16:17:16.399Z] $ 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-08T16:17:17.429Z] $ docker top 24d0c3352a49dbbeaf465b18fe36a679a58f3ba458269dc3e8d475950e20f4b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T16:17:17.682Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-08T16:17:17.982Z] + set -o pipefail [2021-02-08T16:17:17.982Z] + snyk monitor '--org=edgex-jenkins' [2021-02-08T16:17:30.301Z] [2021-02-08T16:17:30.301Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-02-08T16:17:30.301Z] [2021-02-08T16:17:30.301Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/0e63a881-4aff-494a-b6ce-9182711e277b [2021-02-08T16:17:30.301Z] [2021-02-08T16:17:30.301Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-08T16:17:30.301Z] [2021-02-08T16:17:30.301Z] [Pipeline] } [2021-02-08T16:17:30.317Z] $ docker stop --time=1 24d0c3352a49dbbeaf465b18fe36a679a58f3ba458269dc3e8d475950e20f4b9 [2021-02-08T16:17:33.065Z] $ docker rm -f 24d0c3352a49dbbeaf465b18fe36a679a58f3ba458269dc3e8d475950e20f4b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-08T16:17:34.386Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T16:17:34.440Z] provisioning config files... [2021-02-08T16:17:34.451Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config865727462393080597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:17:34.832Z] --> edgex-publish-swagger.sh [2021-02-08T16:17:34.832Z] === Publish openapi/v2 API === [2021-02-08T16:17:34.832Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-08T16:17:34.833Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-02-08T16:17:34.833Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T16:17:34.833Z] Dload Upload Total Spent Left Speed [2021-02-08T16:17:36.229Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10960 0:00:01 0:00:01 --:--:-- 10968 100 13052 0 0 100 13052 0 10959 0:00:01 0:00:01 --:--:-- 10968 [2021-02-08T16:17:36.229Z] [2021-02-08T16:17:36.229Z] [Pipeline] } [2021-02-08T16:17:36.240Z] 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-08T16:17:37.329Z] + git log --format=format:%s -1 583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:17:37.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:17:37.647Z] . [Pipeline] withDockerContainer [2021-02-08T16:17:37.751Z] prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container [2021-02-08T16:17:37.799Z] $ 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-08T16:17:38.639Z] $ docker top f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:17:39.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:17:39.007Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:17:39.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:17:39.243Z] $ docker exec f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 ssh-agent [2021-02-08T16:17:39.418Z] SSH_AUTH_SOCK=/tmp/ssh-6Vv1MtIWQSUG/agent.13 [2021-02-08T16:17:39.418Z] SSH_AGENT_PID=18 [2021-02-08T16:17:39.425Z] Running ssh-add (command line suppressed) [2021-02-08T16:17:39.556Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8054971685121649701.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8054971685121649701.key) [2021-02-08T16:17:39.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:17:39.954Z] + git semver tag [2021-02-08T16:17:39.954Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:17:39.954Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-08T16:17:39.954Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-08T16:17:39.954Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:17:39.954Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:17:39.954Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:17:39.954Z] # $SEMVER_BRANCH = master [2021-02-08T16:17:39.954Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-08T16:17:39.954Z] # 583298e4aa671ff36305015a0780c544e6ee2721 HEAD [2021-02-08T16:17:39.954Z] # -> Force: false [2021-02-08T16:17:39.954Z] # 4bf1900778fcbdbb9542bb5a69b74c53be35921b refs/tags/v2.0.0-dev.9 [Pipeline] } [2021-02-08T16:17:39.965Z] $ docker exec --env ******** --env ******** f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 ssh-agent -k [2021-02-08T16:17:40.114Z] unset SSH_AUTH_SOCK; [2021-02-08T16:17:40.114Z] unset SSH_AGENT_PID; [2021-02-08T16:17:40.114Z] echo Agent pid 18 killed; [2021-02-08T16:17:40.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:17:40.646Z] + git semver [Pipeline] } [2021-02-08T16:17:40.663Z] $ docker stop --time=1 f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 [2021-02-08T16:17:42.102Z] $ docker rm -f f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:17:42.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T16:17:42.751Z] [2021-02-08T16:17:42.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:17:43.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T16:17:43.122Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-08T16:17:43.122Z] ab5ef0e58194: Pulling fs layer [2021-02-08T16:17:43.122Z] 9712f1f96733: Pulling fs layer [2021-02-08T16:17:43.122Z] 63f879dbbcfc: Pulling fs layer [2021-02-08T16:17:43.122Z] 0d9ebad4ef96: Pulling fs layer [2021-02-08T16:17:43.122Z] e9a5061849ea: Pulling fs layer [2021-02-08T16:17:43.122Z] d747dcd14b5f: Pulling fs layer [2021-02-08T16:17:43.122Z] 2de7ff778b66: Pulling fs layer [2021-02-08T16:17:43.122Z] e9a5061849ea: Waiting [2021-02-08T16:17:43.122Z] d747dcd14b5f: Waiting [2021-02-08T16:17:43.122Z] 2de7ff778b66: Waiting [2021-02-08T16:17:43.122Z] 0d9ebad4ef96: Waiting [2021-02-08T16:17:43.122Z] 9712f1f96733: Download complete [2021-02-08T16:17:44.522Z] 63f879dbbcfc: Verifying Checksum [2021-02-08T16:17:44.522Z] 63f879dbbcfc: Download complete [2021-02-08T16:17:44.787Z] e9a5061849ea: Verifying Checksum [2021-02-08T16:17:44.787Z] e9a5061849ea: Download complete [2021-02-08T16:17:44.787Z] d747dcd14b5f: Verifying Checksum [2021-02-08T16:17:44.787Z] d747dcd14b5f: Download complete [2021-02-08T16:17:45.365Z] 2de7ff778b66: Verifying Checksum [2021-02-08T16:17:45.365Z] 0d9ebad4ef96: Verifying Checksum [2021-02-08T16:17:45.365Z] 0d9ebad4ef96: Download complete [2021-02-08T16:17:45.365Z] ab5ef0e58194: Verifying Checksum [2021-02-08T16:17:45.365Z] ab5ef0e58194: Download complete [2021-02-08T16:17:50.711Z] ab5ef0e58194: Pull complete [2021-02-08T16:17:50.712Z] 9712f1f96733: Pull complete [2021-02-08T16:17:53.271Z] 63f879dbbcfc: Pull complete [2021-02-08T16:18:00.107Z] 0d9ebad4ef96: Pull complete [2021-02-08T16:18:01.055Z] e9a5061849ea: Pull complete [2021-02-08T16:18:01.321Z] d747dcd14b5f: Pull complete [2021-02-08T16:18:03.891Z] 2de7ff778b66: Pull complete [2021-02-08T16:18:03.891Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-08T16:18:03.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T16:18:03.891Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-08T16:18:04.104Z] prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container [2021-02-08T16:18:04.153Z] $ 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-08T16:18:07.977Z] $ docker top dbe8f844c378ee48fbc9552ecb57b093c507fd667beda201df082b5b09900b49 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-08T16:18:08.207Z] provisioning config files... [2021-02-08T16:18:08.220Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7724010271959932219tmp [2021-02-08T16:18:08.238Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config744221039065497171tmp [2021-02-08T16:18:08.254Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6658264844882724391tmp [Pipeline] { [Pipeline] echo [2021-02-08T16:18:08.310Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:18:08.608Z] ---> sigul-configuration.sh [2021-02-08T16:18:08.608Z] gpg: directory `/root/.gnupg' created [2021-02-08T16:18:08.608Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-08T16:18:08.608Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-08T16:18:08.608Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-08T16:18:08.608Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-08T16:18:08.608Z] gpg: CAST5 encrypted data [2021-02-08T16:18:08.872Z] gpg: encrypted with 1 passphrase [2021-02-08T16:18:08.872Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-08T16:18:09.176Z] + mkdir /home/jenkins [2021-02-08T16:18:09.176Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-08T16:18:09.480Z] + 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-08T16:18:09.493Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:18:09.822Z] ---> sigul-install.sh [2021-02-08T16:18:15.138Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-08T16:18:15.440Z] + git tag --list [2021-02-08T16:18:15.440Z] v0.1.0 [2021-02-08T16:18:15.440Z] v0.1.1 [2021-02-08T16:18:15.440Z] v1.0.0 [2021-02-08T16:18:15.440Z] v1.1.0 [2021-02-08T16:18:15.440Z] v1.2.0 [2021-02-08T16:18:15.440Z] v1.3.0 [2021-02-08T16:18:15.440Z] v1.3.1 [2021-02-08T16:18:15.440Z] v1.3.1-dev.1 [2021-02-08T16:18:15.440Z] v2.0.0-dev.1 [2021-02-08T16:18:15.440Z] v2.0.0-dev.2 [2021-02-08T16:18:15.440Z] v2.0.0-dev.3 [2021-02-08T16:18:15.440Z] v2.0.0-dev.4 [2021-02-08T16:18:15.440Z] v2.0.0-dev.5 [2021-02-08T16:18:15.440Z] v2.0.0-dev.6 [2021-02-08T16:18:15.440Z] v2.0.0-dev.7 [2021-02-08T16:18:15.440Z] v2.0.0-dev.8 [2021-02-08T16:18:15.440Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-08T16:18:15.747Z] + lftools sign git-tag v2.0.0-dev.9 [2021-02-08T16:18:17.139Z] Signing Git tag with Sigul... [2021-02-08T16:18:17.139Z] Signing v2.0.0-dev.9 [Pipeline] echo [2021-02-08T16:18:18.545Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:18:18.843Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-08T16:18:18.854Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-08T16:18:18.951Z] $ docker stop --time=1 dbe8f844c378ee48fbc9552ecb57b093c507fd667beda201df082b5b09900b49 [2021-02-08T16:18:21.059Z] $ docker rm -f dbe8f844c378ee48fbc9552ecb57b093c507fd667beda201df082b5b09900b49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:18:21.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:18:21.956Z] . [Pipeline] withDockerContainer [2021-02-08T16:18:22.085Z] prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container [2021-02-08T16:18:22.134Z] $ 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-08T16:18:23.315Z] $ docker top 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:18:23.661Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:18:23.661Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:18:23.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:18:23.898Z] $ docker exec 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a ssh-agent [2021-02-08T16:18:24.078Z] SSH_AUTH_SOCK=/tmp/ssh-TEiiIYT2SaZq/agent.12 [2021-02-08T16:18:24.078Z] SSH_AGENT_PID=17 [2021-02-08T16:18:24.086Z] Running ssh-add (command line suppressed) [2021-02-08T16:18:24.214Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_376868185255813508.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_376868185255813508.key) [2021-02-08T16:18:24.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:18:24.613Z] + git semver bump pre [2021-02-08T16:18:24.613Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:18:24.613Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-08T16:18:24.613Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-08T16:18:24.613Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:18:24.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:18:24.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:18:24.613Z] # $SEMVER_BRANCH = master [2021-02-08T16:18:24.613Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-08T16:18:24.613Z] 2.0.0-dev.10 [Pipeline] } [2021-02-08T16:18:24.627Z] $ docker exec --env ******** --env ******** 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a ssh-agent -k [2021-02-08T16:18:24.753Z] unset SSH_AUTH_SOCK; [2021-02-08T16:18:24.753Z] unset SSH_AGENT_PID; [2021-02-08T16:18:24.753Z] echo Agent pid 17 killed; [2021-02-08T16:18:24.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:18:25.335Z] + git semver [Pipeline] } [2021-02-08T16:18:25.356Z] $ docker stop --time=1 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a [2021-02-08T16:18:26.709Z] $ docker rm -f 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:18:27.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:18:27.220Z] . [Pipeline] withDockerContainer [2021-02-08T16:18:27.321Z] prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container [2021-02-08T16:18:27.366Z] $ 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-08T16:18:27.987Z] $ docker top 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:18:28.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:18:28.301Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:18:28.487Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:18:28.491Z] $ docker exec 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 ssh-agent [2021-02-08T16:18:28.671Z] SSH_AUTH_SOCK=/tmp/ssh-vU7RlIQKpfpH/agent.12 [2021-02-08T16:18:28.671Z] SSH_AGENT_PID=17 [2021-02-08T16:18:28.678Z] Running ssh-add (command line suppressed) [2021-02-08T16:18:28.816Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8750984174871238973.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8750984174871238973.key) [2021-02-08T16:18:28.877Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:18:29.230Z] + git semver push [2021-02-08T16:18:29.230Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:18:29.230Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-08T16:18:29.230Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-08T16:18:29.230Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:18:29.230Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:18:29.230Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:18:29.230Z] # $SEMVER_BRANCH = master [2021-02-08T16:18:29.230Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-08T16:18:37.437Z] $ docker exec --env ******** --env ******** 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 ssh-agent -k [2021-02-08T16:18:37.573Z] unset SSH_AUTH_SOCK; [2021-02-08T16:18:37.575Z] unset SSH_AGENT_PID; [2021-02-08T16:18:37.575Z] echo Agent pid 17 killed; [2021-02-08T16:18:37.637Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:18:38.095Z] + git semver [Pipeline] } [2021-02-08T16:18:38.112Z] $ docker stop --time=1 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 [2021-02-08T16:18:39.493Z] $ docker rm -f 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 [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-08T16:18:41.004Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:18:41.590Z] ---> package-listing.sh [2021-02-08T16:18:41.590Z] ++ facter osfamily [2021-02-08T16:18:41.590Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T16:18:41.590Z] + OS_FAMILY=redhat [2021-02-08T16:18:41.590Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-02-08T16:18:41.590Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T16:18:41.590Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T16:18:41.590Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T16:18:41.590Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T16:18:41.590Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-08T16:18:41.590Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T16:18:41.590Z] + case "${OS_FAMILY}" in [2021-02-08T16:18:41.590Z] + rpm -qa [2021-02-08T16:18:41.590Z] + sort [2021-02-08T16:18:46.905Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T16:18:46.905Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T16:18:46.905Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T16:18:46.905Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-08T16:18:46.905Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-02-08T16:18:46.905Z] + 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-08T16:18:46.918Z] 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-08T16:18:47.219Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:18:47.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:18:47.528Z] [2021-02-08T16:18:47.528Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:18:47.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:18:47.878Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T16:18:47.878Z] df20fa9351a1: Pulling fs layer [2021-02-08T16:18:47.878Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T16:18:47.878Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T16:18:47.878Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T16:18:47.878Z] 93b61091891f: Pulling fs layer [2021-02-08T16:18:47.878Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T16:18:47.878Z] 5e14af77c1be: Pulling fs layer [2021-02-08T16:18:47.879Z] 01666e4c0597: Pulling fs layer [2021-02-08T16:18:47.879Z] aa168da1d23b: Pulling fs layer [2021-02-08T16:18:47.879Z] 93b61091891f: Waiting [2021-02-08T16:18:47.879Z] 93b9cdb0e59b: Waiting [2021-02-08T16:18:47.879Z] 5e14af77c1be: Waiting [2021-02-08T16:18:47.879Z] 01666e4c0597: Waiting [2021-02-08T16:18:47.879Z] aa168da1d23b: Waiting [2021-02-08T16:18:47.879Z] 46f8f816bc3b: Waiting [2021-02-08T16:18:47.879Z] 36b3adc4ff6f: Download complete [2021-02-08T16:18:47.879Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T16:18:47.879Z] 46f8f816bc3b: Download complete [2021-02-08T16:18:47.879Z] df20fa9351a1: Verifying Checksum [2021-02-08T16:18:47.879Z] 93b9cdb0e59b: Verifying Checksum [2021-02-08T16:18:47.879Z] 93b9cdb0e59b: Download complete [2021-02-08T16:18:47.879Z] 5e14af77c1be: Verifying Checksum [2021-02-08T16:18:47.879Z] 5e14af77c1be: Download complete [2021-02-08T16:18:48.144Z] 93b61091891f: Download complete [2021-02-08T16:18:48.144Z] 01666e4c0597: Verifying Checksum [2021-02-08T16:18:48.144Z] 01666e4c0597: Download complete [2021-02-08T16:18:48.413Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T16:18:48.413Z] 8ad3a11d3b57: Download complete [2021-02-08T16:18:48.679Z] df20fa9351a1: Pull complete [2021-02-08T16:18:48.942Z] 36b3adc4ff6f: Pull complete [2021-02-08T16:18:50.348Z] 8ad3a11d3b57: Pull complete [2021-02-08T16:18:50.348Z] aa168da1d23b: Verifying Checksum [2021-02-08T16:18:50.348Z] aa168da1d23b: Download complete [2021-02-08T16:18:50.348Z] 46f8f816bc3b: Pull complete [2021-02-08T16:18:50.926Z] 93b61091891f: Pull complete [2021-02-08T16:18:51.192Z] 93b9cdb0e59b: Pull complete [2021-02-08T16:18:51.192Z] 5e14af77c1be: Pull complete [2021-02-08T16:18:51.456Z] 01666e4c0597: Pull complete [2021-02-08T16:18:59.633Z] aa168da1d23b: Pull complete [2021-02-08T16:18:59.633Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T16:18:59.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:18:59.633Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T16:18:59.814Z] prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container [2021-02-08T16:18:59.859Z] $ 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-08T16:19:02.938Z] $ docker top aa2ac98bc8e1d60c4fb2772d8355b4b1f24a71df536247b417446bd4eb0b4db5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:19:03.526Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T16:19:03.829Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T16:19:04.128Z] + ls /var/log/sa-host [2021-02-08T16:19:04.128Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T16:19:04.128Z] file_magic: OK [2021-02-08T16:19:04.128Z] HZ: Using current value: 100 [2021-02-08T16:19:04.128Z] file_header: OK [2021-02-08T16:19:04.128Z] 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-08T16:19:04.128Z] Statistics: [2021-02-08T16:19:04.128Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T16:19:04.128Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T16:19:04.128Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T16:19:04.128Z] file_magic: OK [2021-02-08T16:19:04.128Z] HZ: Using current value: 100 [2021-02-08T16:19:04.128Z] file_header: OK [2021-02-08T16:19:04.128Z] 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-08T16:19:04.128Z] Statistics: [2021-02-08T16:19:04.128Z] Hnuu...uuuununununu... [2021-02-08T16:19:04.128Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T16:19:04.342Z] provisioning config files... [2021-02-08T16:19:04.366Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3738494515679003370tmp [Pipeline] { [Pipeline] echo [2021-02-08T16:19:04.431Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:04.729Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T16:19:04.739Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T16:19:04.831Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:05.129Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T16:19:05.144Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:05.444Z] ---> sudo-logs.sh [2021-02-08T16:19:05.444Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T16:19:05.455Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:05.755Z] ---> job-cost.sh [2021-02-08T16:19:05.755Z] lf-activate-venv: SKIPPING [2021-02-08T16:19:05.755Z] INFO: No Stack... [2021-02-08T16:19:08.313Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T16:19:08.313Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T16:19:08.328Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:08.625Z] ---> logs-deploy.sh [2021-02-08T16:19:08.625Z] lf-activate-venv: SKIPPING [2021-02-08T16:19:08.625Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/176 [2021-02-08T16:19:08.625Z] INFO: archiving workspace using pattern(s): [2021-02-08T16:19:10.552Z] Archives upload complete. [2021-02-08T16:19:10.552Z] INFO: archiving logs to Nexus