Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fc40647c9a5a0500e2956cf52a4e5c076e69792e 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24116 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision fc40647c9a5a0500e2956cf52a4e5c076e69792e (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 Commit message: "feat: Add debug logging of Event/Reading details (#666)" > git rev-list --no-walk 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-30T20:49:09.432Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-30T20:49:09.799Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-30T20:49:09.920Z] ========================================================= [2021-01-30T20:49:09.920Z] EdgeX Global Pipelines Version Info [2021-01-30T20:49:09.920Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:49:11.773Z] ------------------- [2021-01-30T20:49:11.773Z] stable info: [2021-01-30T20:49:11.773Z] ------------------- [2021-01-30T20:49:11.773Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T20:49:11.773Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T20:49:11.773Z] Message: update stable to v1.0.179 [2021-01-30T20:49:12.778Z] ------------------- [2021-01-30T20:49:12.778Z] experimental info: [2021-01-30T20:49:12.778Z] ------------------- [2021-01-30T20:49:12.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T20:49:12.778Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T20:49:12.778Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-30T20:49:13.083Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-30T20:49:13.175Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-30T20:49:13.264Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-30T20:49:13.358Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-30T20:49:13.448Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-30T20:49:13.539Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-30T20:49:13.628Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-30T20:49:13.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-30T20:49:13.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-30T20:49:13.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-30T20:49:13.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-30T20:49:14.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-30T20:49:14.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-30T20:49:14.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-30T20:49:14.389Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-30T20:49:14.478Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-30T20:49:14.574Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-30T20:49:14.681Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-30T20:49:14.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-30T20:49:14.869Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-30T20:49:14.976Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-30T20:49:15.060Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-30T20:49:15.166Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-30T20:49:15.254Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-30T20:49:15.349Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-30T20:49:15.434Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-30T20:49:15.519Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-30T20:49:15.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-30T20:49:15.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-30T20:49:15.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-30T20:49:15.899Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] echo [2021-01-30T20:49:15.984Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc40647 [Pipeline] echo [2021-01-30T20:49:16.069Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T20:49:16.855Z] + git log --format=format:%s -1 fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] echo [2021-01-30T20:49:16.948Z] GIT_COMMIT: fc40647c9a5a0500e2956cf52a4e5c076e69792e, Commit Message: feat: Add debug logging of Event/Reading details (#666) [Pipeline] echo [2021-01-30T20:49:16.993Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:49:18.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T20:49:18.700Z] [2021-01-30T20:49:18.700Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:49:19.211Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T20:49:19.520Z] latest: Pulling from edgex-devops/git-semver [2021-01-30T20:49:19.520Z] 31603596830f: Pulling fs layer [2021-01-30T20:49:19.520Z] 2a8b12db71e7: Pulling fs layer [2021-01-30T20:49:19.520Z] 6ca5941a6612: Pulling fs layer [2021-01-30T20:49:19.520Z] ecc8261a40a4: Pulling fs layer [2021-01-30T20:49:19.520Z] ecc8261a40a4: Waiting [2021-01-30T20:49:19.520Z] 2a8b12db71e7: Verifying Checksum [2021-01-30T20:49:19.520Z] 2a8b12db71e7: Download complete [2021-01-30T20:49:19.837Z] 31603596830f: Verifying Checksum [2021-01-30T20:49:19.837Z] 31603596830f: Download complete [2021-01-30T20:49:20.127Z] 6ca5941a6612: Verifying Checksum [2021-01-30T20:49:20.127Z] 6ca5941a6612: Download complete [2021-01-30T20:49:20.127Z] ecc8261a40a4: Verifying Checksum [2021-01-30T20:49:20.127Z] ecc8261a40a4: Download complete [2021-01-30T20:49:20.416Z] 31603596830f: Pull complete [2021-01-30T20:49:20.695Z] 2a8b12db71e7: Pull complete [2021-01-30T20:49:22.137Z] 6ca5941a6612: Pull complete [2021-01-30T20:49:22.731Z] ecc8261a40a4: Pull complete [2021-01-30T20:49:22.731Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-30T20:49:22.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T20:49:22.731Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-30T20:49:22.885Z] prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container [2021-01-30T20:49:22.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T20:49:25.953Z] $ docker top 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T20:49:26.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T20:49:26.501Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T20:49:26.888Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T20:49:26.895Z] $ docker exec 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent [2021-01-30T20:49:27.215Z] SSH_AUTH_SOCK=/tmp/ssh-2oDArkDI4HAF/agent.11 [2021-01-30T20:49:27.215Z] SSH_AGENT_PID=17 [2021-01-30T20:49:27.238Z] Running ssh-add (command line suppressed) [2021-01-30T20:49:27.460Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9038854787038860047.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9038854787038860047.key) [2021-01-30T20:49:27.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T20:49:27.939Z] + git tag --points-at HEAD [Pipeline] } [2021-01-30T20:49:27.972Z] $ docker exec --env ******** --env ******** 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent -k [2021-01-30T20:49:28.189Z] unset SSH_AUTH_SOCK; [2021-01-30T20:49:28.191Z] unset SSH_AGENT_PID; [2021-01-30T20:49:28.191Z] echo Agent pid 17 killed; [2021-01-30T20:49:28.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-30T20:49:28.425Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T20:49:28.425Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T20:49:28.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T20:49:28.802Z] $ docker exec 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent [2021-01-30T20:49:29.182Z] SSH_AUTH_SOCK=/tmp/ssh-aGRovbN3kuai/agent.47 [2021-01-30T20:49:29.182Z] SSH_AGENT_PID=52 [2021-01-30T20:49:29.196Z] Running ssh-add (command line suppressed) [2021-01-30T20:49:29.530Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8064225293256056114.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8064225293256056114.key) [2021-01-30T20:49:29.758Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T20:49:30.178Z] + git semver init [2021-01-30T20:49:30.179Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T20:49:30.179Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-30T20:49:30.179Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-30T20:49:30.179Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T20:49:30.179Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T20:49:30.179Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T20:49:30.179Z] # $SEMVER_BRANCH = master [2021-01-30T20:49:30.179Z] # $SEMVER_TEMP = /tmp/semver-121187154 [2021-01-30T20:49:30.179Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-30T20:49:34.552Z] # '/tmp/semver-121187154' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-01-30T20:49:34.552Z] # -> Force: false [2021-01-30T20:49:34.552Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-30T20:49:34.569Z] $ docker exec --env ******** --env ******** 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent -k [2021-01-30T20:49:34.749Z] unset SSH_AUTH_SOCK; [2021-01-30T20:49:34.750Z] unset SSH_AGENT_PID; [2021-01-30T20:49:34.750Z] echo Agent pid 52 killed; [2021-01-30T20:49:34.832Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T20:49:35.416Z] + git semver [Pipeline] } [2021-01-30T20:49:35.453Z] $ docker stop --time=1 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a [2021-01-30T20:49:37.283Z] $ docker rm -f 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T20:49:38.085Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-30T20:49:38.813Z] Stashed 1 file(s) [Pipeline] echo [2021-01-30T20:49:38.815Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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-01-30T20:49:54.416Z] Still waiting to schedule task [2021-01-30T20:49:54.416Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24116’ [2021-01-30T20:49:54.419Z] Still waiting to schedule task [2021-01-30T20:49:54.419Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-30T20:51:49.780Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24117 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-30T20:51:49.833Z] Running in /w/workspace/app-functions-sdk-go/175 [Pipeline] { [Pipeline] checkout [2021-01-30T20:51:55.060Z] using credential edgex-jenkins-ssh [2021-01-30T20:51:55.119Z] Cloning the remote Git repository [2021-01-30T20:51:55.176Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-30T20:51:55.287Z] > git init /w/workspace/app-functions-sdk-go/175 # timeout=10 [2021-01-30T20:51:55.379Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-30T20:51:55.379Z] > git --version # timeout=10 [2021-01-30T20:51:55.403Z] > git --version # 'git version 2.17.1' [2021-01-30T20:51:55.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T20:51:55.458Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T20:51:58.442Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-30T20:51:58.455Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T20:51:58.482Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-30T20:51:58.521Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-30T20:51:58.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T20:51:58.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-30T20:51:59.010Z] Checking out Revision fc40647c9a5a0500e2956cf52a4e5c076e69792e (master) [2021-01-30T20:51:59.024Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T20:51:59.039Z] > git checkout -f fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 [2021-01-30T20:52:03.410Z] Commit message: "feat: Add debug logging of Event/Reading details (#666)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T20:52:05.165Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-30T20:52:05.591Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T20:52:05.935Z] + true [2021-01-30T20:52:05.935Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-30T20:52:08.981Z] ========================================================= [2021-01-30T20:52:08.981Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-30T20:52:08.981Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:52:09.392Z] + 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-01-30T20:52:10.836Z] Sending build context to Docker daemon 19.08MB [2021-01-30T20:52:10.836Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T20:52:10.836Z] Step 2/8 : FROM ${BASE} [2021-01-30T20:52:11.111Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-30T20:52:11.111Z] 5f621e34cdf4: Pulling fs layer [2021-01-30T20:52:11.111Z] a4357932f1b6: Pulling fs layer [2021-01-30T20:52:11.111Z] 18c013af1878: Pulling fs layer [2021-01-30T20:52:11.111Z] 00ac8860ef70: Pulling fs layer [2021-01-30T20:52:11.111Z] 63d7cb157983: Pulling fs layer [2021-01-30T20:52:11.111Z] b116817d02f9: Pulling fs layer [2021-01-30T20:52:11.111Z] 745a02a5169b: Pulling fs layer [2021-01-30T20:52:11.111Z] 00ac8860ef70: Waiting [2021-01-30T20:52:11.111Z] 63d7cb157983: Waiting [2021-01-30T20:52:11.111Z] b116817d02f9: Waiting [2021-01-30T20:52:11.111Z] 745a02a5169b: Waiting [2021-01-30T20:52:11.111Z] 18c013af1878: Download complete [2021-01-30T20:52:11.111Z] a4357932f1b6: Verifying Checksum [2021-01-30T20:52:11.111Z] a4357932f1b6: Download complete [2021-01-30T20:52:11.111Z] 63d7cb157983: Verifying Checksum [2021-01-30T20:52:11.111Z] 63d7cb157983: Download complete [2021-01-30T20:52:11.111Z] b116817d02f9: Verifying Checksum [2021-01-30T20:52:11.111Z] b116817d02f9: Download complete [2021-01-30T20:52:11.111Z] 5f621e34cdf4: Verifying Checksum [2021-01-30T20:52:11.111Z] 5f621e34cdf4: Download complete [2021-01-30T20:52:11.714Z] 5f621e34cdf4: Pull complete [2021-01-30T20:52:12.321Z] a4357932f1b6: Pull complete [2021-01-30T20:52:12.598Z] 18c013af1878: Pull complete [2021-01-30T20:52:13.573Z] 745a02a5169b: Verifying Checksum [2021-01-30T20:52:13.573Z] 745a02a5169b: Download complete [2021-01-30T20:52:15.003Z] 00ac8860ef70: Verifying Checksum [2021-01-30T20:52:15.003Z] 00ac8860ef70: Download complete [2021-01-30T20:52:25.169Z] 00ac8860ef70: Pull complete [2021-01-30T20:52:25.169Z] 63d7cb157983: Pull complete [2021-01-30T20:52:25.169Z] b116817d02f9: Pull complete [2021-01-30T20:52:29.530Z] 745a02a5169b: Pull complete [2021-01-30T20:52:29.530Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-30T20:52:29.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-30T20:52:29.530Z] ---> b7e6874047d6 [2021-01-30T20:52:29.530Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-30T20:52:29.530Z] 20.10.0: Pulling from library/docker [2021-01-30T20:52:29.530Z] a3cc7d3b244e: Pulling fs layer [2021-01-30T20:52:29.530Z] 02a3295e0d61: Pulling fs layer [2021-01-30T20:52:29.530Z] 0f4f2e6d8100: Pulling fs layer [2021-01-30T20:52:29.530Z] 330b718f631f: Pulling fs layer [2021-01-30T20:52:29.530Z] a93816041522: Pulling fs layer [2021-01-30T20:52:29.530Z] bdb6da89ff94: Pulling fs layer [2021-01-30T20:52:29.530Z] 2a70c0c122f4: Pulling fs layer [2021-01-30T20:52:29.530Z] bdb6da89ff94: Waiting [2021-01-30T20:52:29.530Z] 330b718f631f: Waiting [2021-01-30T20:52:29.530Z] a93816041522: Waiting [2021-01-30T20:52:29.530Z] 2a70c0c122f4: Waiting [2021-01-30T20:52:29.530Z] 0f4f2e6d8100: Download complete [2021-01-30T20:52:29.530Z] 02a3295e0d61: Verifying Checksum [2021-01-30T20:52:29.530Z] 02a3295e0d61: Download complete [2021-01-30T20:52:29.530Z] a93816041522: Download complete [2021-01-30T20:52:29.530Z] bdb6da89ff94: Download complete [2021-01-30T20:52:29.530Z] 2a70c0c122f4: Download complete [2021-01-30T20:52:29.530Z] a3cc7d3b244e: Verifying Checksum [2021-01-30T20:52:29.530Z] a3cc7d3b244e: Download complete [2021-01-30T20:52:30.619Z] a3cc7d3b244e: Pull complete [2021-01-30T20:52:31.227Z] 02a3295e0d61: Pull complete [2021-01-30T20:52:31.227Z] 330b718f631f: Download complete [2021-01-30T20:52:31.503Z] 0f4f2e6d8100: Pull complete [2021-01-30T20:52:34.900Z] 330b718f631f: Pull complete [2021-01-30T20:52:35.495Z] a93816041522: Pull complete [2021-01-30T20:52:35.767Z] bdb6da89ff94: Pull complete [2021-01-30T20:52:36.040Z] 2a70c0c122f4: Pull complete [2021-01-30T20:52:36.040Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T20:52:36.040Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T20:52:42.772Z] ---> 3428938f904a [2021-01-30T20:52:42.772Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-30T20:52:42.772Z] ---> Running in 290eeeefbae9 [2021-01-30T20:52:42.772Z] Removing intermediate container 290eeeefbae9 [2021-01-30T20:52:42.772Z] ---> 926e8bbb58e9 [2021-01-30T20:52:42.772Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-30T20:52:42.772Z] ---> Running in 18142438d0b9 [2021-01-30T20:52:44.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T20:52:45.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T20:52:45.787Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-30T20:52:45.787Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-30T20:52:45.787Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-30T20:52:45.787Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-30T20:52:46.058Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-30T20:52:46.058Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T20:52:46.058Z] OK: 144 MiB in 44 packages [2021-01-30T20:52:47.498Z] Removing intermediate container 18142438d0b9 [2021-01-30T20:52:47.498Z] ---> 27b17c2e2665 [2021-01-30T20:52:47.498Z] Step 6/8 : WORKDIR /build [2021-01-30T20:52:47.498Z] ---> Running in d83102e537d0 [2021-01-30T20:52:48.099Z] Removing intermediate container d83102e537d0 [2021-01-30T20:52:48.099Z] ---> 6db2564ce465 [2021-01-30T20:52:48.099Z] Step 7/8 : COPY go.mod . [2021-01-30T20:52:48.694Z] ---> b04d8e5e31f0 [2021-01-30T20:52:48.694Z] Step 8/8 : RUN go mod download [2021-01-30T20:52:48.694Z] ---> Running in c5a9a0bbbcb2 [2021-01-30T20:52:53.932Z] Running on prd-centos7-docker-4c-2g-24118 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-30T20:52:53.984Z] Running in /w/workspace/app-functions-sdk-go/175 [Pipeline] { [Pipeline] checkout [2021-01-30T20:52:59.865Z] using credential edgex-jenkins-ssh [2021-01-30T20:52:59.918Z] Cloning the remote Git repository [2021-01-30T20:53:00.068Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-30T20:53:00.166Z] > git init /w/workspace/app-functions-sdk-go/175 # timeout=10 [2021-01-30T20:53:00.271Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-30T20:53:00.272Z] > git --version # timeout=10 [2021-01-30T20:53:00.282Z] > git --version # 'git version 2.24.3' [2021-01-30T20:53:00.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T20:53:00.348Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T20:53:02.149Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-30T20:53:02.162Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T20:53:02.191Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-30T20:53:02.879Z] Checking out Revision fc40647c9a5a0500e2956cf52a4e5c076e69792e (master) [2021-01-30T20:53:02.212Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-30T20:53:02.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T20:53:02.221Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-30T20:53:02.897Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T20:53:02.920Z] > git checkout -f fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 [2021-01-30T20:53:07.176Z] Commit message: "feat: Add debug logging of Event/Reading details (#666)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T20:53:08.824Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-30T20:53:09.238Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T20:53:09.572Z] + sudo service docker restart [2021-01-30T20:53:09.572Z] + true [2021-01-30T20:53:09.572Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-30T20:53:11.230Z] ========================================================= [2021-01-30T20:53:11.230Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-30T20:53:11.230Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:53:11.664Z] + 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-01-30T20:53:12.636Z] Sending build context to Docker daemon 19.08MB [2021-01-30T20:53:12.636Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T20:53:12.636Z] Step 2/8 : FROM ${BASE} [2021-01-30T20:53:12.908Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-30T20:53:12.908Z] 188c0c94c7c5: Pulling fs layer [2021-01-30T20:53:12.908Z] 0ef7d3d256c8: Pulling fs layer [2021-01-30T20:53:12.908Z] de9db76c5a1d: Pulling fs layer [2021-01-30T20:53:12.908Z] bca2f99d35d6: Pulling fs layer [2021-01-30T20:53:12.908Z] 93359f2a8cfa: Pulling fs layer [2021-01-30T20:53:12.908Z] 7c6f9722023f: Pulling fs layer [2021-01-30T20:53:12.908Z] a35cf1a2eb13: Pulling fs layer [2021-01-30T20:53:12.908Z] 93359f2a8cfa: Waiting [2021-01-30T20:53:12.908Z] 7c6f9722023f: Waiting [2021-01-30T20:53:12.908Z] a35cf1a2eb13: Waiting [2021-01-30T20:53:12.908Z] de9db76c5a1d: Verifying Checksum [2021-01-30T20:53:12.908Z] de9db76c5a1d: Download complete [2021-01-30T20:53:12.908Z] 0ef7d3d256c8: Verifying Checksum [2021-01-30T20:53:12.908Z] 0ef7d3d256c8: Download complete [2021-01-30T20:53:12.908Z] 93359f2a8cfa: Verifying Checksum [2021-01-30T20:53:12.908Z] 93359f2a8cfa: Download complete [2021-01-30T20:53:12.908Z] 7c6f9722023f: Verifying Checksum [2021-01-30T20:53:12.908Z] 7c6f9722023f: Download complete [2021-01-30T20:53:13.526Z] 188c0c94c7c5: Verifying Checksum [2021-01-30T20:53:13.526Z] 188c0c94c7c5: Download complete [2021-01-30T20:53:13.808Z] 188c0c94c7c5: Pull complete [2021-01-30T20:53:14.089Z] 0ef7d3d256c8: Pull complete [2021-01-30T20:53:14.363Z] de9db76c5a1d: Pull complete [2021-01-30T20:53:15.489Z] Removing intermediate container c5a9a0bbbcb2 [2021-01-30T20:53:15.489Z] ---> d1b3a98292c9 [2021-01-30T20:53:15.489Z] Successfully built d1b3a98292c9 [2021-01-30T20:53:15.489Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:53:15.841Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T20:53:15.841Z] . [Pipeline] withDockerContainer [2021-01-30T20:53:16.111Z] prd-ubuntu18.04-docker-arm64-4c-16g-24117 does not seem to be running inside a container [2021-01-30T20:53:16.198Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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-01-30T20:53:17.033Z] a35cf1a2eb13: Verifying Checksum [2021-01-30T20:53:17.033Z] a35cf1a2eb13: Download complete [2021-01-30T20:53:17.304Z] bca2f99d35d6: Verifying Checksum [2021-01-30T20:53:17.304Z] bca2f99d35d6: Download complete [2021-01-30T20:53:17.725Z] $ docker top 37a388d2ad1ac6c1c0fd7bd0e0b2c216ecac4f14855104eda71d165ad72e0ef9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T20:53:18.809Z] + go version [2021-01-30T20:53:18.809Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-30T20:53:18.829Z] $ docker stop --time=1 37a388d2ad1ac6c1c0fd7bd0e0b2c216ecac4f14855104eda71d165ad72e0ef9 [2021-01-30T20:53:20.704Z] $ docker rm -f 37a388d2ad1ac6c1c0fd7bd0e0b2c216ecac4f14855104eda71d165ad72e0ef9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:53:21.863Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T20:53:21.863Z] . [Pipeline] withDockerContainer [2021-01-30T20:53:22.122Z] prd-ubuntu18.04-docker-arm64-4c-16g-24117 does not seem to be running inside a container [2021-01-30T20:53:22.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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-01-30T20:53:23.683Z] $ docker top 9638a72fdf48637ad8a466265e29cbe4fc0ed74def3a8151b3f5b8629d6d4384 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T20:53:24.692Z] + make test [2021-01-30T20:53:24.692Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-30T20:53:26.129Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-30T20:53:27.555Z] bca2f99d35d6: Pull complete [2021-01-30T20:53:27.555Z] 93359f2a8cfa: Pull complete [2021-01-30T20:53:27.555Z] 7c6f9722023f: Pull complete [2021-01-30T20:53:32.982Z] a35cf1a2eb13: Pull complete [2021-01-30T20:53:32.982Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-30T20:53:32.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-30T20:53:32.982Z] ---> a62c8e92a672 [2021-01-30T20:53:32.982Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-30T20:53:32.982Z] 20.10.0: Pulling from library/docker [2021-01-30T20:53:32.982Z] 05e7bc50f07f: Pulling fs layer [2021-01-30T20:53:32.982Z] 6db28d0fdbf6: Pulling fs layer [2021-01-30T20:53:32.982Z] 292df0bc6bf3: Pulling fs layer [2021-01-30T20:53:32.982Z] 2e060f4bd70b: Pulling fs layer [2021-01-30T20:53:32.982Z] 80e8d568a223: Pulling fs layer [2021-01-30T20:53:32.982Z] 8dc6ef1a942a: Pulling fs layer [2021-01-30T20:53:32.982Z] 2312dd95470a: Pulling fs layer [2021-01-30T20:53:32.982Z] 2e060f4bd70b: Waiting [2021-01-30T20:53:32.982Z] 80e8d568a223: Waiting [2021-01-30T20:53:32.982Z] 8dc6ef1a942a: Waiting [2021-01-30T20:53:32.982Z] 2312dd95470a: Waiting [2021-01-30T20:53:32.982Z] 292df0bc6bf3: Download complete [2021-01-30T20:53:32.982Z] 05e7bc50f07f: Verifying Checksum [2021-01-30T20:53:32.982Z] 05e7bc50f07f: Download complete [2021-01-30T20:53:32.982Z] 80e8d568a223: Download complete [2021-01-30T20:53:32.982Z] 6db28d0fdbf6: Verifying Checksum [2021-01-30T20:53:32.982Z] 6db28d0fdbf6: Download complete [2021-01-30T20:53:32.982Z] 8dc6ef1a942a: Verifying Checksum [2021-01-30T20:53:32.982Z] 8dc6ef1a942a: Download complete [2021-01-30T20:53:32.982Z] 2312dd95470a: Verifying Checksum [2021-01-30T20:53:32.982Z] 2312dd95470a: Download complete [2021-01-30T20:53:33.614Z] 05e7bc50f07f: Pull complete [2021-01-30T20:53:34.252Z] 6db28d0fdbf6: Pull complete [2021-01-30T20:53:34.521Z] 292df0bc6bf3: Pull complete [2021-01-30T20:53:34.816Z] 2e060f4bd70b: Verifying Checksum [2021-01-30T20:53:34.816Z] 2e060f4bd70b: Download complete [2021-01-30T20:53:40.258Z] 2e060f4bd70b: Pull complete [2021-01-30T20:53:40.258Z] 80e8d568a223: Pull complete [2021-01-30T20:53:40.258Z] 8dc6ef1a942a: Pull complete [2021-01-30T20:53:40.258Z] 2312dd95470a: Pull complete [2021-01-30T20:53:40.258Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T20:53:40.258Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T20:53:42.311Z] ---> 70da25012d56 [2021-01-30T20:53:42.311Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-30T20:53:42.581Z] ---> Running in dd137b82e892 [2021-01-30T20:53:42.581Z] Removing intermediate container dd137b82e892 [2021-01-30T20:53:42.581Z] ---> 4aa5fe27c21e [2021-01-30T20:53:42.581Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-30T20:53:42.855Z] ---> Running in b65fdb01bdbe [2021-01-30T20:53:43.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T20:53:44.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T20:53:45.109Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-30T20:53:45.109Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-30T20:53:45.383Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-30T20:53:45.383Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-30T20:53:45.383Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-30T20:53:45.664Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T20:53:45.664Z] OK: 167 MiB in 44 packages [2021-01-30T20:53:46.689Z] Removing intermediate container b65fdb01bdbe [2021-01-30T20:53:46.689Z] ---> 258b2b1368aa [2021-01-30T20:53:46.689Z] Step 6/8 : WORKDIR /build [2021-01-30T20:53:46.689Z] ---> Running in 1c6ec6af60fb [2021-01-30T20:53:46.996Z] Removing intermediate container 1c6ec6af60fb [2021-01-30T20:53:46.996Z] ---> 0fde120652a6 [2021-01-30T20:53:46.996Z] Step 7/8 : COPY go.mod . [2021-01-30T20:53:47.337Z] ---> 93cdbf265b2c [2021-01-30T20:53:47.337Z] Step 8/8 : RUN go mod download [2021-01-30T20:53:47.337Z] ---> Running in 1d63dfe79fa5 [2021-01-30T20:53:52.946Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.074s coverage: 82.6% of statements [2021-01-30T20:54:15.171Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.060s coverage: 48.6% of statements [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-30T20:54:15.171Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.070s coverage: 61.5% of statements [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-30T20:54:15.171Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.080s coverage: 71.7% of statements [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-30T20:54:15.171Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.030s coverage: 97.0% of statements [2021-01-30T20:54:15.171Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-30T20:54:15.171Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.082s coverage: 8.8% of statements [2021-01-30T20:54:19.998Z] Removing intermediate container 1d63dfe79fa5 [2021-01-30T20:54:19.998Z] ---> e26d4badc8fa [2021-01-30T20:54:19.998Z] Successfully built e26d4badc8fa [2021-01-30T20:54:19.998Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:54:20.362Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T20:54:20.640Z] . [Pipeline] withDockerContainer [2021-01-30T20:54:20.894Z] prd-centos7-docker-4c-2g-24118 does not seem to be running inside a container [2021-01-30T20:54:21.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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-01-30T20:54:22.188Z] $ docker top 1c25249a882fb79a2ee5ef5427254c217c19a0bc53f0af00e16f0d56471553df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T20:54:22.824Z] + go version [2021-01-30T20:54:22.824Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-30T20:54:22.850Z] $ docker stop --time=1 1c25249a882fb79a2ee5ef5427254c217c19a0bc53f0af00e16f0d56471553df [2021-01-30T20:54:24.364Z] $ docker rm -f 1c25249a882fb79a2ee5ef5427254c217c19a0bc53f0af00e16f0d56471553df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:54:25.373Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T20:54:25.373Z] . [Pipeline] withDockerContainer [2021-01-30T20:54:25.644Z] prd-centos7-docker-4c-2g-24118 does not seem to be running inside a container [2021-01-30T20:54:25.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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-01-30T20:54:26.776Z] $ docker top f7d7c79a0aeb65195b70b319f03242b382398cb57c3fa324f66eae6eabe1b36e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T20:54:27.389Z] + make test [2021-01-30T20:54:27.389Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-30T20:54:27.608Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.918s coverage: 77.5% of statements [2021-01-30T20:54:27.608Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-30T20:54:27.608Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.042s coverage: 87.9% of statements [2021-01-30T20:54:27.608Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.053s coverage: 80.5% of statements [2021-01-30T20:54:27.608Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.030s coverage: 71.7% of statements [2021-01-30T20:54:30.058Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-30T20:54:42.660Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.085s coverage: 81.4% of statements [2021-01-30T20:54:42.660Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.027s coverage: 94.4% of statements [2021-01-30T20:54:42.660Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-30T20:54:45.543Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.094s coverage: 82.6% of statements [2021-01-30T20:54:52.839Z] gofmt -l . [2021-01-30T20:54:52.839Z] [ "`gofmt -l .`" = "" ] [2021-01-30T20:54:52.839Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-30T20:54:52.857Z] $ docker stop --time=1 9638a72fdf48637ad8a466265e29cbe4fc0ed74def3a8151b3f5b8629d6d4384 [2021-01-30T20:54:55.034Z] $ docker rm -f 9638a72fdf48637ad8a466265e29cbe4fc0ed74def3a8151b3f5b8629d6d4384 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T20:54:56.027Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-30T20:54:57.124Z] 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] } [2021-01-30T20:54:58.531Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.055s coverage: 48.6% of statements [2021-01-30T20:54:58.531Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-30T20:54:58.531Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-30T20:54:58.531Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.104s coverage: 61.5% of statements [2021-01-30T20:54:58.531Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-30T20:54:58.814Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.198s coverage: 71.7% of statements [2021-01-30T20:54:58.814Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-30T20:54:58.814Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-30T20:54:58.814Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-30T20:54:58.814Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-30T20:54:58.814Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-30T20:54:58.814Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-30T20:54:58.814Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.027s coverage: 97.0% of statements [2021-01-30T20:54:58.814Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-30T20:54:59.108Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.057s coverage: 8.8% of statements [2021-01-30T20:55:17.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.918s coverage: 77.5% of statements [2021-01-30T20:55:17.729Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-30T20:55:17.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.063s coverage: 87.9% of statements [2021-01-30T20:55:17.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.063s coverage: 80.5% of statements [2021-01-30T20:55:17.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.026s coverage: 71.7% of statements [2021-01-30T20:55:30.276Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.074s coverage: 81.4% of statements [2021-01-30T20:55:30.276Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.011s coverage: 94.4% of statements [2021-01-30T20:55:30.276Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-30T20:55:35.778Z] gofmt -l . [2021-01-30T20:55:35.778Z] [ "`gofmt -l .`" = "" ] [2021-01-30T20:55:35.778Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-30T20:55:36.559Z] $ docker stop --time=1 f7d7c79a0aeb65195b70b319f03242b382398cb57c3fa324f66eae6eabe1b36e [2021-01-30T20:55:38.607Z] $ docker rm -f f7d7c79a0aeb65195b70b319f03242b382398cb57c3fa324f66eae6eabe1b36e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T20:55:39.322Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-30T20:55:39.382Z] Warning: overwriting stash ‘coverage-report’ [2021-01-30T20:55:40.094Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-30T20:55:42.271Z] provisioning config files... [2021-01-30T20:55:42.294Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9133890263312038026tmp [Pipeline] { [Pipeline] sh [2021-01-30T20:55:42.685Z] + set +x [2021-01-30T20:55:42.685Z] + curl -s https://codecov.io/bash [2021-01-30T20:55:42.685Z] + bash -s -- [2021-01-30T20:55:42.994Z] [2021-01-30T20:55:42.994Z] _____ _ [2021-01-30T20:55:42.994Z] / ____| | | [2021-01-30T20:55:42.994Z] | | ___ __| | ___ ___ _____ __ [2021-01-30T20:55:42.994Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-30T20:55:42.994Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-30T20:55:42.994Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-30T20:55:42.994Z] Bash-20210129-7c25fce [2021-01-30T20:55:42.994Z] [2021-01-30T20:55:42.994Z] [2021-01-30T20:55:42.994Z] ==> git version 2.24.3 found [2021-01-30T20:55:42.994Z] ==> 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-01-30T20:55:42.994Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-30T20:55:42.994Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-30T20:55:42.994Z] ==> Jenkins CI detected. [2021-01-30T20:55:42.994Z] project root: . [2021-01-30T20:55:42.994Z] --> token set from env [2021-01-30T20:55:42.994Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-30T20:55:43.266Z] ==> Running gcov in . (disable via -X gcov) [2021-01-30T20:55:43.266Z] ==> Python coveragepy not found [2021-01-30T20:55:43.266Z] ==> Searching for coverage reports in: [2021-01-30T20:55:43.266Z] + . [2021-01-30T20:55:43.267Z] -> Found 1 reports [2021-01-30T20:55:43.267Z] ==> Detecting git/mercurial file structure [2021-01-30T20:55:43.267Z] ==> Reading reports [2021-01-30T20:55:43.267Z] + ./coverage.out bytes=77817 [2021-01-30T20:55:43.267Z] ==> Appending adjustments [2021-01-30T20:55:43.267Z] https://docs.codecov.io/docs/fixing-reports [2021-01-30T20:55:43.874Z] + Found adjustments [2021-01-30T20:55:43.874Z] ==> Gzipping contents [2021-01-30T20:55:43.874Z] 16K /tmp/codecov.ArJZHM.gz [2021-01-30T20:55:43.874Z] ==> Uploading reports [2021-01-30T20:55:43.874Z] url: https://codecov.io [2021-01-30T20:55:43.874Z] query: branch=master&commit=fc40647c9a5a0500e2956cf52a4e5c076e69792e&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F175%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-30T20:55:43.874Z] -> Pinging Codecov [2021-01-30T20:55:43.874Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=fc40647c9a5a0500e2956cf52a4e5c076e69792e&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F175%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-30T20:55:44.459Z] -> Uploading to [2021-01-30T20:55:44.459Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-30/3D8B5DFFC46A037C893635FACE044666/fc40647c9a5a0500e2956cf52a4e5c076e69792e/270d479a-b9c0-4d06-acc3-8e1e37fc9297.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T205544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d74a7ad0a43faddfa54af93dcbc3874c6946c833c4bcafe9119236282c52435f [2021-01-30T20:55:44.459Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T20:55:44.459Z] Dload Upload Total Spent Left Speed [2021-01-30T20:55:45.044Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13510 0 0 100 13510 0 24267 --:--:-- --:--:-- --:--:-- 24254 100 13510 0 0 100 13510 0 24257 --:--:-- --:--:-- --:--:-- 24254 [2021-01-30T20:55:45.044Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] } [2021-01-30T20:55:45.058Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-30T20:55:45.964Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-30T20:55:46.020Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:55:46.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-30T20:55:46.657Z] [2021-01-30T20:55:46.657Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:55:47.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-30T20:55:47.058Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-30T20:55:47.058Z] 188c0c94c7c5: Pulling fs layer [2021-01-30T20:55:47.058Z] 0ef7d3d256c8: Pulling fs layer [2021-01-30T20:55:47.058Z] de9db76c5a1d: Pulling fs layer [2021-01-30T20:55:47.058Z] 0eba1c9be4d2: Pulling fs layer [2021-01-30T20:55:47.058Z] 0d57e429df01: Pulling fs layer [2021-01-30T20:55:47.058Z] 4e4be7b47b0d: Pulling fs layer [2021-01-30T20:55:47.058Z] e1f770b5df2f: Pulling fs layer [2021-01-30T20:55:47.058Z] 85a0685a4137: Pulling fs layer [2021-01-30T20:55:47.058Z] 0d57e429df01: Waiting [2021-01-30T20:55:47.058Z] 4e4be7b47b0d: Waiting [2021-01-30T20:55:47.058Z] e1f770b5df2f: Waiting [2021-01-30T20:55:47.058Z] 85a0685a4137: Waiting [2021-01-30T20:55:47.058Z] 0eba1c9be4d2: Waiting [2021-01-30T20:55:47.058Z] de9db76c5a1d: Verifying Checksum [2021-01-30T20:55:47.058Z] de9db76c5a1d: Download complete [2021-01-30T20:55:47.339Z] 0ef7d3d256c8: Download complete [2021-01-30T20:55:48.355Z] 0d57e429df01: Verifying Checksum [2021-01-30T20:55:48.355Z] 0d57e429df01: Download complete [2021-01-30T20:55:48.355Z] 4e4be7b47b0d: Verifying Checksum [2021-01-30T20:55:48.355Z] 4e4be7b47b0d: Download complete [2021-01-30T20:55:48.355Z] 188c0c94c7c5: Verifying Checksum [2021-01-30T20:55:48.355Z] 188c0c94c7c5: Download complete [2021-01-30T20:55:48.982Z] 188c0c94c7c5: Pull complete [2021-01-30T20:55:49.272Z] 0ef7d3d256c8: Pull complete [2021-01-30T20:55:49.564Z] de9db76c5a1d: Pull complete [2021-01-30T20:55:50.192Z] e1f770b5df2f: Verifying Checksum [2021-01-30T20:55:50.192Z] e1f770b5df2f: Download complete [2021-01-30T20:55:53.727Z] 0eba1c9be4d2: Verifying Checksum [2021-01-30T20:55:53.727Z] 0eba1c9be4d2: Download complete [2021-01-30T20:55:55.193Z] 85a0685a4137: Verifying Checksum [2021-01-30T20:55:55.193Z] 85a0685a4137: Download complete [2021-01-30T20:56:05.617Z] 0eba1c9be4d2: Pull complete [2021-01-30T20:56:05.926Z] 0d57e429df01: Pull complete [2021-01-30T20:56:05.926Z] 4e4be7b47b0d: Pull complete [2021-01-30T20:56:08.625Z] e1f770b5df2f: Pull complete [2021-01-30T20:56:21.294Z] 85a0685a4137: Pull complete [2021-01-30T20:56:21.294Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-30T20:56:21.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-30T20:56:21.294Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-30T20:56:21.731Z] prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container [2021-01-30T20:56:21.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-30T20:56:23.613Z] $ docker top 7efdf0b1b50929224642039b4bd2542e7b675ad884b6f1e632761624194447e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T20:56:24.156Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-30T20:56:24.480Z] + set -o pipefail [2021-01-30T20:56:24.480Z] + snyk monitor '--org=edgex-jenkins' [2021-01-30T20:56:46.647Z] [2021-01-30T20:56:46.647Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-01-30T20:56:46.647Z] [2021-01-30T20:56:46.647Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/4e24eb86-79a5-4fa3-a671-40f0b839b2c4 [2021-01-30T20:56:46.647Z] [2021-01-30T20:56:46.647Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-30T20:56:46.647Z] [2021-01-30T20:56:46.647Z] [Pipeline] } [2021-01-30T20:56:46.668Z] $ docker stop --time=1 7efdf0b1b50929224642039b4bd2542e7b675ad884b6f1e632761624194447e8 [2021-01-30T20:56:49.663Z] $ docker rm -f 7efdf0b1b50929224642039b4bd2542e7b675ad884b6f1e632761624194447e8 [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-01-30T20:56:51.458Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-30T20:56:51.511Z] provisioning config files... [2021-01-30T20:56:51.525Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3107625863116075195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:56:51.911Z] --> edgex-publish-swagger.sh [2021-01-30T20:56:51.911Z] === Publish openapi/v2 API === [2021-01-30T20:56:51.911Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-30T20:56:51.911Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-01-30T20:56:51.911Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T20:56:51.911Z] Dload Upload Total Spent Left Speed [2021-01-30T20:56:53.361Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10080 0:00:01 0:00:01 --:--:-- 10086 100 13052 0 0 100 13052 0 10074 0:00:01 0:00:01 --:--:-- 10078 [2021-01-30T20:56:53.361Z] [2021-01-30T20:56:53.361Z] [Pipeline] } [2021-01-30T20:56:53.373Z] 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-01-30T20:56:54.251Z] + git log --format=format:%s -1 fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:56:54.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T20:56:54.581Z] . [Pipeline] withDockerContainer [2021-01-30T20:56:54.795Z] prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container [2021-01-30T20:56:54.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T20:56:56.664Z] $ docker top 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T20:56:57.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T20:56:57.537Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T20:56:58.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T20:56:58.116Z] $ docker exec 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f ssh-agent [2021-01-30T20:56:58.506Z] SSH_AUTH_SOCK=/tmp/ssh-TzH1sjGfN0Up/agent.11 [2021-01-30T20:56:58.506Z] SSH_AGENT_PID=16 [2021-01-30T20:56:58.517Z] Running ssh-add (command line suppressed) [2021-01-30T20:56:58.700Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5053287712210518597.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5053287712210518597.key) [2021-01-30T20:56:58.778Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T20:56:59.461Z] + git semver tag [2021-01-30T20:56:59.461Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T20:56:59.461Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-30T20:56:59.461Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-30T20:56:59.461Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T20:56:59.461Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T20:56:59.461Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T20:56:59.461Z] # $SEMVER_BRANCH = master [2021-01-30T20:56:59.461Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-30T20:56:59.461Z] # fc40647c9a5a0500e2956cf52a4e5c076e69792e HEAD [2021-01-30T20:56:59.728Z] # -> Force: false [2021-01-30T20:56:59.728Z] # 8c39a995a216b884cad6ad4bed832adec434e490 refs/tags/v2.0.0-dev.8 [Pipeline] } [2021-01-30T20:56:59.755Z] $ docker exec --env ******** --env ******** 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f ssh-agent -k [2021-01-30T20:56:59.981Z] unset SSH_AUTH_SOCK; [2021-01-30T20:56:59.982Z] unset SSH_AGENT_PID; [2021-01-30T20:56:59.982Z] echo Agent pid 16 killed; [2021-01-30T20:57:00.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T20:57:00.800Z] + git semver [Pipeline] } [2021-01-30T20:57:01.114Z] $ docker stop --time=1 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f [2021-01-30T20:57:02.986Z] $ docker rm -f 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:57:03.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-30T20:57:03.901Z] [2021-01-30T20:57:03.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:57:04.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-30T20:57:04.891Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-30T20:57:04.891Z] ab5ef0e58194: Pulling fs layer [2021-01-30T20:57:04.891Z] 9712f1f96733: Pulling fs layer [2021-01-30T20:57:04.891Z] 63f879dbbcfc: Pulling fs layer [2021-01-30T20:57:04.891Z] 0d9ebad4ef96: Pulling fs layer [2021-01-30T20:57:04.891Z] e9a5061849ea: Pulling fs layer [2021-01-30T20:57:04.891Z] d747dcd14b5f: Pulling fs layer [2021-01-30T20:57:04.891Z] 2de7ff778b66: Pulling fs layer [2021-01-30T20:57:04.891Z] 0d9ebad4ef96: Waiting [2021-01-30T20:57:04.891Z] e9a5061849ea: Waiting [2021-01-30T20:57:04.891Z] d747dcd14b5f: Waiting [2021-01-30T20:57:04.891Z] 2de7ff778b66: Waiting [2021-01-30T20:57:04.891Z] 9712f1f96733: Verifying Checksum [2021-01-30T20:57:04.891Z] 9712f1f96733: Download complete [2021-01-30T20:57:07.541Z] 63f879dbbcfc: Verifying Checksum [2021-01-30T20:57:07.541Z] 63f879dbbcfc: Download complete [2021-01-30T20:57:08.155Z] e9a5061849ea: Download complete [2021-01-30T20:57:08.155Z] d747dcd14b5f: Verifying Checksum [2021-01-30T20:57:08.155Z] d747dcd14b5f: Download complete [2021-01-30T20:57:08.760Z] 2de7ff778b66: Verifying Checksum [2021-01-30T20:57:08.760Z] 2de7ff778b66: Download complete [2021-01-30T20:57:09.034Z] ab5ef0e58194: Verifying Checksum [2021-01-30T20:57:09.034Z] ab5ef0e58194: Download complete [2021-01-30T20:57:09.326Z] 0d9ebad4ef96: Verifying Checksum [2021-01-30T20:57:09.326Z] 0d9ebad4ef96: Download complete [2021-01-30T20:57:17.786Z] ab5ef0e58194: Pull complete [2021-01-30T20:57:18.057Z] 9712f1f96733: Pull complete [2021-01-30T20:57:20.699Z] 63f879dbbcfc: Pull complete [2021-01-30T20:57:31.134Z] 0d9ebad4ef96: Pull complete [2021-01-30T20:57:32.568Z] e9a5061849ea: Pull complete [2021-01-30T20:57:32.841Z] d747dcd14b5f: Pull complete [2021-01-30T20:57:35.536Z] 2de7ff778b66: Pull complete [2021-01-30T20:57:35.810Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-30T20:57:35.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-30T20:57:35.810Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-30T20:57:36.301Z] prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container [2021-01-30T20:57:36.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-30T20:57:40.132Z] $ docker top 6fa5bb78556d5dc0f8c20a7dc131e07413cad962e2a1a3a694af3191512b3e30 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-30T20:57:40.516Z] provisioning config files... [2021-01-30T20:57:40.532Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7083962714380524018tmp [2021-01-30T20:57:40.554Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2017209920443618616tmp [2021-01-30T20:57:40.577Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6656103345044448468tmp [Pipeline] { [Pipeline] echo [2021-01-30T20:57:40.650Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:57:41.286Z] ---> sigul-configuration.sh [2021-01-30T20:57:41.286Z] gpg: directory `/root/.gnupg' created [2021-01-30T20:57:41.286Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-30T20:57:41.286Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-30T20:57:41.286Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-30T20:57:41.286Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-30T20:57:41.286Z] gpg: CAST5 encrypted data [2021-01-30T20:57:41.286Z] gpg: encrypted with 1 passphrase [2021-01-30T20:57:41.286Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-30T20:57:42.289Z] + mkdir /home/jenkins [2021-01-30T20:57:42.289Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-30T20:57:42.610Z] + 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-01-30T20:57:42.624Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:57:42.942Z] ---> sigul-install.sh [2021-01-30T20:57:51.191Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-30T20:57:51.828Z] + git tag --list [2021-01-30T20:57:51.829Z] v0.1.0 [2021-01-30T20:57:51.829Z] v0.1.1 [2021-01-30T20:57:51.829Z] v1.0.0 [2021-01-30T20:57:51.829Z] v1.1.0 [2021-01-30T20:57:51.829Z] v1.2.0 [2021-01-30T20:57:51.829Z] v1.3.0 [2021-01-30T20:57:51.829Z] v1.3.1-dev.1 [2021-01-30T20:57:51.829Z] v2.0.0-dev.1 [2021-01-30T20:57:51.829Z] v2.0.0-dev.2 [2021-01-30T20:57:51.829Z] v2.0.0-dev.3 [2021-01-30T20:57:51.829Z] v2.0.0-dev.4 [2021-01-30T20:57:51.829Z] v2.0.0-dev.5 [2021-01-30T20:57:51.829Z] v2.0.0-dev.6 [2021-01-30T20:57:51.829Z] v2.0.0-dev.7 [2021-01-30T20:57:51.829Z] v2.0.0-dev.8 [Pipeline] sh [2021-01-30T20:57:52.157Z] + lftools sign git-tag v2.0.0-dev.8 [2021-01-30T20:57:54.137Z] Signing Git tag with Sigul... [2021-01-30T20:57:54.137Z] Signing v2.0.0-dev.8 [Pipeline] echo [2021-01-30T20:57:55.112Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:57:55.806Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-30T20:57:55.843Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-30T20:57:55.947Z] $ docker stop --time=1 6fa5bb78556d5dc0f8c20a7dc131e07413cad962e2a1a3a694af3191512b3e30 [2021-01-30T20:57:58.816Z] $ docker rm -f 6fa5bb78556d5dc0f8c20a7dc131e07413cad962e2a1a3a694af3191512b3e30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:57:59.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T20:57:59.846Z] . [Pipeline] withDockerContainer [2021-01-30T20:58:00.032Z] prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container [2021-01-30T20:58:00.107Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T20:58:01.277Z] $ docker top 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T20:58:01.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T20:58:01.874Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T20:58:02.385Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T20:58:02.391Z] $ docker exec 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 ssh-agent [2021-01-30T20:58:02.746Z] SSH_AUTH_SOCK=/tmp/ssh-i4QrouedXPgG/agent.11 [2021-01-30T20:58:02.746Z] SSH_AGENT_PID=16 [2021-01-30T20:58:02.768Z] Running ssh-add (command line suppressed) [2021-01-30T20:58:03.057Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9175019575043423310.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9175019575043423310.key) [2021-01-30T20:58:03.163Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T20:58:03.540Z] + git semver bump pre [2021-01-30T20:58:03.540Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T20:58:03.540Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-30T20:58:03.540Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-30T20:58:03.540Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T20:58:03.540Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T20:58:03.540Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T20:58:03.540Z] # $SEMVER_BRANCH = master [2021-01-30T20:58:03.540Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-30T20:58:03.822Z] 2.0.0-dev.9 [Pipeline] } [2021-01-30T20:58:03.850Z] $ docker exec --env ******** --env ******** 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 ssh-agent -k [2021-01-30T20:58:04.104Z] unset SSH_AUTH_SOCK; [2021-01-30T20:58:04.104Z] unset SSH_AGENT_PID; [2021-01-30T20:58:04.104Z] echo Agent pid 16 killed; [2021-01-30T20:58:04.190Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T20:58:04.731Z] + git semver [Pipeline] } [2021-01-30T20:58:04.778Z] $ docker stop --time=1 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 [2021-01-30T20:58:06.294Z] $ docker rm -f 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:58:06.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T20:58:06.976Z] . [Pipeline] withDockerContainer [2021-01-30T20:58:07.153Z] prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container [2021-01-30T20:58:07.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T20:58:08.220Z] $ docker top 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T20:58:08.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T20:58:08.680Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T20:58:09.023Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T20:58:09.036Z] $ docker exec 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 ssh-agent [2021-01-30T20:58:09.313Z] SSH_AUTH_SOCK=/tmp/ssh-K5zwHJFZ3t1r/agent.13 [2021-01-30T20:58:09.313Z] SSH_AGENT_PID=18 [2021-01-30T20:58:09.324Z] Running ssh-add (command line suppressed) [2021-01-30T20:58:09.504Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1595830027120202908.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1595830027120202908.key) [2021-01-30T20:58:09.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T20:58:09.954Z] + git semver push [2021-01-30T20:58:10.224Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T20:58:10.224Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-30T20:58:10.224Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-30T20:58:10.224Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T20:58:10.224Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T20:58:10.224Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T20:58:10.224Z] # $SEMVER_BRANCH = master [2021-01-30T20:58:10.224Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-30T20:58:16.902Z] $ docker exec --env ******** --env ******** 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 ssh-agent -k [2021-01-30T20:58:17.107Z] unset SSH_AUTH_SOCK; [2021-01-30T20:58:17.109Z] unset SSH_AGENT_PID; [2021-01-30T20:58:17.109Z] echo Agent pid 18 killed; [2021-01-30T20:58:17.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T20:58:17.727Z] + git semver [Pipeline] } [2021-01-30T20:58:17.756Z] $ docker stop --time=1 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 [2021-01-30T20:58:19.264Z] $ docker rm -f 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 [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-01-30T20:58:21.109Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:58:21.694Z] ---> package-listing.sh [2021-01-30T20:58:21.694Z] ++ facter osfamily [2021-01-30T20:58:21.694Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-30T20:58:21.975Z] + OS_FAMILY=redhat [2021-01-30T20:58:21.975Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-01-30T20:58:21.975Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-30T20:58:21.975Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-30T20:58:21.975Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-30T20:58:21.975Z] + PACKAGES=/tmp/packages_start.txt [2021-01-30T20:58:21.975Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-30T20:58:21.975Z] + PACKAGES=/tmp/packages_end.txt [2021-01-30T20:58:21.975Z] + case "${OS_FAMILY}" in [2021-01-30T20:58:21.975Z] + rpm -qa [2021-01-30T20:58:21.975Z] + sort [2021-01-30T20:58:28.689Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-30T20:58:28.689Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-30T20:58:28.689Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-30T20:58:28.689Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-30T20:58:28.689Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-01-30T20:58:28.690Z] + 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-01-30T20:58:28.708Z] 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-01-30T20:58:29.032Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:58:29.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T20:58:29.639Z] [2021-01-30T20:58:29.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-30T20:58:30.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T20:58:30.006Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-30T20:58:30.006Z] df20fa9351a1: Pulling fs layer [2021-01-30T20:58:30.006Z] 36b3adc4ff6f: Pulling fs layer [2021-01-30T20:58:30.006Z] 8ad3a11d3b57: Pulling fs layer [2021-01-30T20:58:30.006Z] 46f8f816bc3b: Pulling fs layer [2021-01-30T20:58:30.006Z] 93b61091891f: Pulling fs layer [2021-01-30T20:58:30.006Z] 93b9cdb0e59b: Pulling fs layer [2021-01-30T20:58:30.006Z] 5e14af77c1be: Pulling fs layer [2021-01-30T20:58:30.006Z] 01666e4c0597: Pulling fs layer [2021-01-30T20:58:30.006Z] aa168da1d23b: Pulling fs layer [2021-01-30T20:58:30.006Z] 93b61091891f: Waiting [2021-01-30T20:58:30.006Z] 93b9cdb0e59b: Waiting [2021-01-30T20:58:30.006Z] 5e14af77c1be: Waiting [2021-01-30T20:58:30.006Z] 01666e4c0597: Waiting [2021-01-30T20:58:30.006Z] aa168da1d23b: Waiting [2021-01-30T20:58:30.006Z] 46f8f816bc3b: Waiting [2021-01-30T20:58:30.006Z] 36b3adc4ff6f: Verifying Checksum [2021-01-30T20:58:30.006Z] 36b3adc4ff6f: Download complete [2021-01-30T20:58:30.006Z] 46f8f816bc3b: Verifying Checksum [2021-01-30T20:58:30.006Z] 46f8f816bc3b: Download complete [2021-01-30T20:58:30.298Z] df20fa9351a1: Verifying Checksum [2021-01-30T20:58:30.298Z] df20fa9351a1: Download complete [2021-01-30T20:58:30.298Z] 93b9cdb0e59b: Verifying Checksum [2021-01-30T20:58:30.298Z] 93b9cdb0e59b: Download complete [2021-01-30T20:58:30.298Z] 5e14af77c1be: Verifying Checksum [2021-01-30T20:58:30.298Z] 5e14af77c1be: Download complete [2021-01-30T20:58:30.298Z] 01666e4c0597: Verifying Checksum [2021-01-30T20:58:30.298Z] 01666e4c0597: Download complete [2021-01-30T20:58:30.583Z] 93b61091891f: Verifying Checksum [2021-01-30T20:58:30.583Z] 93b61091891f: Download complete [2021-01-30T20:58:30.583Z] 8ad3a11d3b57: Verifying Checksum [2021-01-30T20:58:30.583Z] 8ad3a11d3b57: Download complete [2021-01-30T20:58:30.850Z] df20fa9351a1: Pull complete [2021-01-30T20:58:31.453Z] 36b3adc4ff6f: Pull complete [2021-01-30T20:58:33.133Z] 8ad3a11d3b57: Pull complete [2021-01-30T20:58:33.421Z] 46f8f816bc3b: Pull complete [2021-01-30T20:58:34.465Z] 93b61091891f: Pull complete [2021-01-30T20:58:34.742Z] 93b9cdb0e59b: Pull complete [2021-01-30T20:58:35.014Z] aa168da1d23b: Verifying Checksum [2021-01-30T20:58:35.014Z] aa168da1d23b: Download complete [2021-01-30T20:58:35.297Z] 5e14af77c1be: Pull complete [2021-01-30T20:58:35.297Z] 01666e4c0597: Pull complete [2021-01-30T20:58:47.781Z] aa168da1d23b: Pull complete [2021-01-30T20:58:47.781Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-30T20:58:47.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T20:58:47.781Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-30T20:58:48.039Z] prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container [2021-01-30T20:58:48.111Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-30T20:58:50.780Z] $ docker top 26e979a8a618bc33bf7f8fb8cc52e6917066264ed8089104bfa7bb0b600aee1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T20:58:51.398Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-30T20:58:51.715Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-30T20:58:52.048Z] + ls /var/log/sa-host [2021-01-30T20:58:52.048Z] + sadf -c /var/log/sa-host/sa23 [2021-01-30T20:58:52.048Z] file_magic: OK [2021-01-30T20:58:52.048Z] HZ: Using current value: 100 [2021-01-30T20:58:52.048Z] file_header: OK [2021-01-30T20:58:52.048Z] 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-01-30T20:58:52.048Z] Statistics: [2021-01-30T20:58:52.048Z] Hnuu...uuuununununu... [2021-01-30T20:58:52.048Z] File successfully converted to sysstat format version 12.2.1 [2021-01-30T20:58:52.048Z] + sadf -c /var/log/sa-host/sa30 [2021-01-30T20:58:52.048Z] file_magic: OK [2021-01-30T20:58:52.048Z] HZ: Using current value: 100 [2021-01-30T20:58:52.048Z] file_header: OK [2021-01-30T20:58:52.048Z] 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-01-30T20:58:52.048Z] Statistics: [2021-01-30T20:58:52.048Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-30T20:58:52.048Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-30T20:58:52.621Z] provisioning config files... [2021-01-30T20:58:52.639Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config203798965495939661tmp [Pipeline] { [Pipeline] echo [2021-01-30T20:58:52.727Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:58:53.041Z] ---> create-netrc.sh [Pipeline] } [2021-01-30T20:58:53.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-30T20:58:53.148Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:58:54.910Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-30T20:58:54.922Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:58:55.230Z] ---> sudo-logs.sh [2021-01-30T20:58:55.230Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-30T20:58:55.243Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:58:55.925Z] ---> job-cost.sh [2021-01-30T20:58:55.925Z] lf-activate-venv: SKIPPING [2021-01-30T20:58:55.925Z] INFO: No Stack... [2021-01-30T20:58:56.881Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-30T20:58:57.463Z] INFO: Archiving Costs [Pipeline] echo [2021-01-30T20:58:57.479Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T20:58:57.791Z] ---> logs-deploy.sh [2021-01-30T20:58:57.791Z] lf-activate-venv: SKIPPING [2021-01-30T20:58:57.791Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/175 [2021-01-30T20:58:57.791Z] INFO: archiving workspace using pattern(s): [2021-01-30T20:59:00.413Z] Archives upload complete. [2021-01-30T20:59:00.413Z] INFO: archiving logs to Nexus