Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22678 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 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 (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 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 Commit message: "feat: Expect V2 Event DTO from triggers. (#616)" > git rev-list --no-walk 8142930acee8fabaf6710482ac85b747560789e9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:38:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:38:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:38:58 ========================================================= 20:38:58 EdgeX Global Pipelines Version Info 20:38:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:39:00 ------------------- 20:39:00 stable info: 20:39:00 ------------------- 20:39:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:39:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:39:00 Message: update stable to v1.0.179 20:39:01 ------------------- 20:39:01 experimental info: 20:39:01 ------------------- 20:39:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:39:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:39:01 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:39:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 20:39:01 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 20:39:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:39:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:39:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:39:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:39:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:39:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:39:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:39:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:39:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:39:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:39:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 [Pipeline] echo 20:39:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ceec0a [Pipeline] echo 20:39:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:39:05 + git log --format=format:%s -1 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 [Pipeline] echo 20:39:05 GIT_COMMIT: 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5, Commit Message: feat: Expect V2 Event DTO from triggers. (#616) [Pipeline] echo 20:39:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:39:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:39:06 20:39:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:39:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:39:06 latest: Pulling from edgex-devops/git-semver 20:39:06 31603596830f: Pulling fs layer 20:39:06 2a8b12db71e7: Pulling fs layer 20:39:06 6ca5941a6612: Pulling fs layer 20:39:06 ecc8261a40a4: Pulling fs layer 20:39:06 ecc8261a40a4: Waiting 20:39:06 2a8b12db71e7: Verifying Checksum 20:39:06 2a8b12db71e7: Download complete 20:39:07 31603596830f: Verifying Checksum 20:39:07 31603596830f: Download complete 20:39:07 ecc8261a40a4: Verifying Checksum 20:39:07 ecc8261a40a4: Download complete 20:39:07 6ca5941a6612: Verifying Checksum 20:39:07 6ca5941a6612: Download complete 20:39:07 31603596830f: Pull complete 20:39:07 2a8b12db71e7: Pull complete 20:39:08 6ca5941a6612: Pull complete 20:39:08 ecc8261a40a4: Pull complete 20:39:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:39:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:39:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:39:08 prd-centos7-docker-4c-2g-22678 does not seem to be running inside a container 20:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:39:10 $ docker top c6494904481a6c8121eb767c6c3c268ebffaead394547d61e0b02577c8693f4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:39:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:39:11 [ssh-agent] Looking for ssh-agent implementation... 20:39:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:39:11 $ docker exec c6494904481a6c8121eb767c6c3c268ebffaead394547d61e0b02577c8693f4d ssh-agent 20:39:11 SSH_AUTH_SOCK=/tmp/ssh-kpIUx7UJMcYx/agent.11 20:39:11 SSH_AGENT_PID=16 20:39:11 Running ssh-add (command line suppressed) 20:39:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6044274727514108641.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6044274727514108641.key) 20:39:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:39:12 + git tag --points-at HEAD [Pipeline] } 20:39:12 $ docker exec --env ******** --env ******** c6494904481a6c8121eb767c6c3c268ebffaead394547d61e0b02577c8693f4d ssh-agent -k 20:39:12 unset SSH_AUTH_SOCK; 20:39:12 unset SSH_AGENT_PID; 20:39:12 echo Agent pid 16 killed; 20:39:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:39:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:39:12 [ssh-agent] Looking for ssh-agent implementation... 20:39:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:39:12 $ docker exec c6494904481a6c8121eb767c6c3c268ebffaead394547d61e0b02577c8693f4d ssh-agent 20:39:12 SSH_AUTH_SOCK=/tmp/ssh-GOYrdwMt45MJ/agent.44 20:39:12 SSH_AGENT_PID=49 20:39:12 Running ssh-add (command line suppressed) 20:39:12 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4388959625282596268.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4388959625282596268.key) 20:39:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:39:13 + git semver init 20:39:13 # -> Open(): unable to determine branch for HEAD 20:39:13 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:39:13 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:39:13 # $SEMVER_REMOTE_NAME = origin 20:39:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:39:13 # $SEMVER_USER_NAME = edgex-jenkins 20:39:13 # $SEMVER_BRANCH = master 20:39:13 # $SEMVER_TEMP = /tmp/semver-258981428 20:39:13 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 20:39:15 # '/tmp/semver-258981428' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 20:39:15 # -> Force: false 20:39:15 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:39:15 $ docker exec --env ******** --env ******** c6494904481a6c8121eb767c6c3c268ebffaead394547d61e0b02577c8693f4d ssh-agent -k 20:39:15 unset SSH_AUTH_SOCK; 20:39:15 unset SSH_AGENT_PID; 20:39:15 echo Agent pid 49 killed; 20:39:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:39:16 + git semver [Pipeline] } 20:39:16 $ docker stop --time=1 c6494904481a6c8121eb767c6c3c268ebffaead394547d61e0b02577c8693f4d 20:39:17 $ docker rm -f c6494904481a6c8121eb767c6c3c268ebffaead394547d61e0b02577c8693f4d [Pipeline] // withDockerContainer [Pipeline] sh 20:39:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:39:18 Stashed 1 file(s) [Pipeline] echo 20:39:18 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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 20:39:34 Still waiting to schedule task 20:39:34 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22679’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 20:39:34 Still waiting to schedule task 20:39:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:41:05 Running on prd-centos7-docker-4c-2g-22684 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:41:05 Running in /w/workspace/app-functions-sdk-go/174 [Pipeline] { [Pipeline] checkout 20:41:08 using credential edgex-jenkins-ssh 20:41:08 Cloning the remote Git repository 20:41:08 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:41:08 > git init /w/workspace/app-functions-sdk-go/174 # timeout=10 20:41:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:41:08 > git --version # timeout=10 20:41:08 > git --version # 'git version 2.24.3' 20:41:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:41:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:41:10 Checking out Revision 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 (master) 20:41:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:41:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:41:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:41:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:41:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:41:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:41:10 > git config core.sparsecheckout # timeout=10 20:41:10 > git checkout -f 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 20:41:14 Commit message: "feat: Expect V2 Event DTO from triggers. (#616)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:41:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:41:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:41:16 + sudo service docker restart 20:41:16 + true 20:41:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:41:17 ========================================================= 20:41:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:41:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:41:17 + 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 . 20:41:18 Sending build context to Docker daemon 19.07MB 20:41:18 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:41:18 Step 2/8 : FROM ${BASE} 20:41:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:41:18 188c0c94c7c5: Pulling fs layer 20:41:18 0ef7d3d256c8: Pulling fs layer 20:41:18 de9db76c5a1d: Pulling fs layer 20:41:18 bca2f99d35d6: Pulling fs layer 20:41:18 93359f2a8cfa: Pulling fs layer 20:41:18 7c6f9722023f: Pulling fs layer 20:41:18 a35cf1a2eb13: Pulling fs layer 20:41:18 bca2f99d35d6: Waiting 20:41:18 93359f2a8cfa: Waiting 20:41:18 7c6f9722023f: Waiting 20:41:18 a35cf1a2eb13: Waiting 20:41:18 de9db76c5a1d: Verifying Checksum 20:41:18 de9db76c5a1d: Download complete 20:41:18 0ef7d3d256c8: Download complete 20:41:18 93359f2a8cfa: Verifying Checksum 20:41:18 93359f2a8cfa: Download complete 20:41:18 7c6f9722023f: Verifying Checksum 20:41:18 7c6f9722023f: Download complete 20:41:18 188c0c94c7c5: Verifying Checksum 20:41:18 188c0c94c7c5: Download complete 20:41:18 188c0c94c7c5: Pull complete 20:41:18 0ef7d3d256c8: Pull complete 20:41:18 de9db76c5a1d: Pull complete 20:41:20 a35cf1a2eb13: Verifying Checksum 20:41:20 a35cf1a2eb13: Download complete 20:41:20 bca2f99d35d6: Verifying Checksum 20:41:20 bca2f99d35d6: Download complete 20:41:26 bca2f99d35d6: Pull complete 20:41:26 93359f2a8cfa: Pull complete 20:41:26 7c6f9722023f: Pull complete 20:41:36 a35cf1a2eb13: Pull complete 20:41:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:41:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:41:36 ---> a62c8e92a672 20:41:36 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:41:36 20.10.0: Pulling from library/docker 20:41:36 05e7bc50f07f: Pulling fs layer 20:41:36 6db28d0fdbf6: Pulling fs layer 20:41:36 292df0bc6bf3: Pulling fs layer 20:41:36 2e060f4bd70b: Pulling fs layer 20:41:36 80e8d568a223: Pulling fs layer 20:41:36 8dc6ef1a942a: Pulling fs layer 20:41:36 2312dd95470a: Pulling fs layer 20:41:36 2e060f4bd70b: Waiting 20:41:36 80e8d568a223: Waiting 20:41:36 8dc6ef1a942a: Waiting 20:41:36 2312dd95470a: Waiting 20:41:36 292df0bc6bf3: Verifying Checksum 20:41:36 292df0bc6bf3: Download complete 20:41:36 6db28d0fdbf6: Verifying Checksum 20:41:36 6db28d0fdbf6: Download complete 20:41:36 05e7bc50f07f: Verifying Checksum 20:41:36 05e7bc50f07f: Download complete 20:41:36 80e8d568a223: Verifying Checksum 20:41:36 80e8d568a223: Download complete 20:41:36 8dc6ef1a942a: Verifying Checksum 20:41:36 8dc6ef1a942a: Download complete 20:41:36 2312dd95470a: Verifying Checksum 20:41:36 2312dd95470a: Download complete 20:41:36 05e7bc50f07f: Pull complete 20:41:36 6db28d0fdbf6: Pull complete 20:41:36 292df0bc6bf3: Pull complete 20:41:36 2e060f4bd70b: Verifying Checksum 20:41:36 2e060f4bd70b: Download complete 20:41:39 2e060f4bd70b: Pull complete 20:41:39 80e8d568a223: Pull complete 20:41:39 8dc6ef1a942a: Pull complete 20:41:39 2312dd95470a: Pull complete 20:41:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:41:39 Status: Downloaded newer image for docker:20.10.0 20:41:41 ---> c8a5a79a7bab 20:41:41 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:41:41 ---> Running in 3d2e5d7d4fc9 20:41:41 Removing intermediate container 3d2e5d7d4fc9 20:41:41 ---> 7465e1a9d5e1 20:41:41 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:41:41 ---> Running in b63d5287973b 20:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:43 (1/5) Installing libsodium (1.0.18-r0) 20:41:43 (2/5) Installing libzmq (4.3.3-r0) 20:41:43 (3/5) Installing pkgconf (1.7.2-r0) 20:41:43 (4/5) Installing libsodium-dev (1.0.18-r0) 20:41:43 (5/5) Installing zeromq-dev (4.3.3-r0) 20:41:43 Executing busybox-1.31.1-r19.trigger 20:41:43 OK: 167 MiB in 44 packages 20:41:44 Removing intermediate container b63d5287973b 20:41:44 ---> b3e5aa73a8b6 20:41:44 Step 6/8 : WORKDIR /build 20:41:44 ---> Running in caae91b76376 20:41:44 Removing intermediate container caae91b76376 20:41:44 ---> 75afbf2cd4af 20:41:44 Step 7/8 : COPY go.mod . 20:41:44 ---> bf85fbcfca3d 20:41:44 Step 8/8 : RUN go mod download 20:41:44 ---> Running in ee7340714432 20:42:06 Removing intermediate container ee7340714432 20:42:06 ---> 7d1595d75091 20:42:06 Successfully built 7d1595d75091 20:42:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:42:07 + docker inspect -f . ci-base-image-x86_64 20:42:07 . [Pipeline] withDockerContainer 20:42:07 prd-centos7-docker-4c-2g-22684 does not seem to be running inside a container 20:42:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/174 -v /w/workspace/app-functions-sdk-go/174:/w/workspace/app-functions-sdk-go/174:rw,z -v /w/workspace/app-functions-sdk-go/174@tmp:/w/workspace/app-functions-sdk-go/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:42:08 $ docker top 8046810550db6d7a019e0aa741d257e04d4ccdb43012a16954d2237e98bbcc66 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:08 + go version 20:42:08 go version go1.15.5 linux/amd64 [Pipeline] } 20:42:08 $ docker stop --time=1 8046810550db6d7a019e0aa741d257e04d4ccdb43012a16954d2237e98bbcc66 20:42:10 $ docker rm -f 8046810550db6d7a019e0aa741d257e04d4ccdb43012a16954d2237e98bbcc66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:42:11 + docker inspect -f . ci-base-image-x86_64 20:42:11 . [Pipeline] withDockerContainer 20:42:11 prd-centos7-docker-4c-2g-22684 does not seem to be running inside a container 20:42:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/174 -v /w/workspace/app-functions-sdk-go/174:/w/workspace/app-functions-sdk-go/174:rw,z -v /w/workspace/app-functions-sdk-go/174@tmp:/w/workspace/app-functions-sdk-go/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:42:11 $ docker top cb6f707b8e512137a7dcb6035dba0775191a8ffcd61ae340adcf84d06be8b473 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:12 + make test 20:42:12 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:42:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:42:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.062s coverage: 82.6% of statements 20:42:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.038s coverage: 48.6% of statements 20:42:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:42:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:42:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.075s coverage: 61.5% of statements 20:42:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:42:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.047s coverage: 73.7% of statements 20:42:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:42:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:42:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:42:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:42:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:42:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:42:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.038s coverage: 97.0% of statements 20:42:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:42:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.020s coverage: 8.8% of statements 20:42:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.864s coverage: 77.5% of statements 20:42:45 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:42:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.015s coverage: 87.9% of statements 20:42:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.012s coverage: 80.5% of statements 20:42:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.007s coverage: 71.7% of statements 20:42:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22685 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:42:49 Running in /w/workspace/app-functions-sdk-go/174 [Pipeline] { [Pipeline] checkout 20:42:54 using credential edgex-jenkins-ssh 20:42:54 Cloning the remote Git repository 20:42:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:42:54 > git init /w/workspace/app-functions-sdk-go/174 # timeout=10 20:42:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:42:54 > git --version # timeout=10 20:42:54 > git --version # 'git version 2.17.1' 20:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.037s coverage: 81.4% of statements 20:42:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.011s coverage: 94.4% of statements 20:42:57 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:42:58 Checking out Revision 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 (master) 20:42:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:42:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:42:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:42:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:42:58 > git config core.sparsecheckout # timeout=10 20:42:58 > git checkout -f 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 20:43:00 gofmt -l . 20:43:00 [ "`gofmt -l .`" = "" ] 20:43:00 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:43:01 $ docker stop --time=1 cb6f707b8e512137a7dcb6035dba0775191a8ffcd61ae340adcf84d06be8b473 20:43:02 Commit message: "feat: Expect V2 Event DTO from triggers. (#616)" 20:43:03 $ docker rm -f cb6f707b8e512137a7dcb6035dba0775191a8ffcd61ae340adcf84d06be8b473 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 20:43:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] sh 20:43:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 20:43:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 20:43:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage 20:43:05 + true 20:43:05 + sudo service docker restart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] unstash [Pipeline] echo 20:43:08 ========================================================= 20:43:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:43:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:43:09 + 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 . 20:43:10 Sending build context to Docker daemon 19.07MB 20:43:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:43:10 Step 2/8 : FROM ${BASE} 20:43:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:43:10 5f621e34cdf4: Pulling fs layer 20:43:10 a4357932f1b6: Pulling fs layer 20:43:10 18c013af1878: Pulling fs layer 20:43:10 00ac8860ef70: Pulling fs layer 20:43:10 63d7cb157983: Pulling fs layer 20:43:10 b116817d02f9: Pulling fs layer 20:43:10 745a02a5169b: Pulling fs layer 20:43:10 00ac8860ef70: Waiting 20:43:10 63d7cb157983: Waiting 20:43:10 745a02a5169b: Waiting 20:43:10 b116817d02f9: Waiting 20:43:10 18c013af1878: Verifying Checksum 20:43:10 18c013af1878: Download complete 20:43:10 a4357932f1b6: Verifying Checksum 20:43:10 a4357932f1b6: Download complete 20:43:10 63d7cb157983: Verifying Checksum 20:43:10 63d7cb157983: Download complete 20:43:10 b116817d02f9: Verifying Checksum 20:43:10 b116817d02f9: Download complete 20:43:10 5f621e34cdf4: Verifying Checksum 20:43:10 5f621e34cdf4: Download complete 20:43:11 5f621e34cdf4: Pull complete 20:43:12 a4357932f1b6: Pull complete 20:43:12 18c013af1878: Pull complete 20:43:13 745a02a5169b: Verifying Checksum 20:43:13 745a02a5169b: Download complete 20:43:14 00ac8860ef70: Verifying Checksum 20:43:14 00ac8860ef70: Download complete 20:43:25 00ac8860ef70: Pull complete 20:43:25 63d7cb157983: Pull complete 20:43:25 b116817d02f9: Pull complete 20:43:29 745a02a5169b: Pull complete 20:43:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:43:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:43:29 ---> b7e6874047d6 20:43:29 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:43:29 20.10.0: Pulling from library/docker 20:43:29 a3cc7d3b244e: Pulling fs layer 20:43:29 02a3295e0d61: Pulling fs layer 20:43:29 0f4f2e6d8100: Pulling fs layer 20:43:29 330b718f631f: Pulling fs layer 20:43:29 a93816041522: Pulling fs layer 20:43:29 bdb6da89ff94: Pulling fs layer 20:43:29 2a70c0c122f4: Pulling fs layer 20:43:29 a93816041522: Waiting 20:43:29 bdb6da89ff94: Waiting 20:43:29 2a70c0c122f4: Waiting 20:43:29 330b718f631f: Waiting 20:43:29 0f4f2e6d8100: Verifying Checksum 20:43:29 0f4f2e6d8100: Download complete 20:43:29 02a3295e0d61: Verifying Checksum 20:43:29 02a3295e0d61: Download complete 20:43:29 a3cc7d3b244e: Verifying Checksum 20:43:29 a3cc7d3b244e: Download complete 20:43:29 a93816041522: Verifying Checksum 20:43:29 a93816041522: Download complete 20:43:29 2a70c0c122f4: Verifying Checksum 20:43:29 2a70c0c122f4: Download complete 20:43:29 bdb6da89ff94: Verifying Checksum 20:43:29 bdb6da89ff94: Download complete 20:43:29 a3cc7d3b244e: Pull complete 20:43:30 02a3295e0d61: Pull complete 20:43:30 330b718f631f: Verifying Checksum 20:43:30 330b718f631f: Download complete 20:43:31 0f4f2e6d8100: Pull complete 20:43:35 330b718f631f: Pull complete 20:43:35 a93816041522: Pull complete 20:43:35 bdb6da89ff94: Pull complete 20:43:35 2a70c0c122f4: Pull complete 20:43:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:43:35 Status: Downloaded newer image for docker:20.10.0 20:43:42 ---> e5c2d9b17423 20:43:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:43:42 ---> Running in 892eaa668725 20:43:42 Removing intermediate container 892eaa668725 20:43:42 ---> a0318f9b5562 20:43:42 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:43:42 ---> Running in afd87616c2af 20:43:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:44 (1/5) Installing libsodium (1.0.18-r0) 20:43:44 (2/5) Installing libzmq (4.3.3-r0) 20:43:44 (3/5) Installing pkgconf (1.7.2-r0) 20:43:45 (4/5) Installing libsodium-dev (1.0.18-r0) 20:43:45 (5/5) Installing zeromq-dev (4.3.3-r0) 20:43:45 Executing busybox-1.31.1-r19.trigger 20:43:45 OK: 144 MiB in 44 packages 20:43:46 Removing intermediate container afd87616c2af 20:43:46 ---> e1d8a05c9085 20:43:46 Step 6/8 : WORKDIR /build 20:43:46 ---> Running in 29c73ee40c27 20:43:47 Removing intermediate container 29c73ee40c27 20:43:47 ---> c7e11d4d0cd2 20:43:47 Step 7/8 : COPY go.mod . 20:43:47 ---> 8ad50e484775 20:43:47 Step 8/8 : RUN go mod download 20:43:47 ---> Running in 2bc5f0a52905 20:44:14 Removing intermediate container 2bc5f0a52905 20:44:14 ---> 432d65078eb3 20:44:14 Successfully built 432d65078eb3 20:44:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:44:15 + docker inspect -f . ci-base-image-arm64 20:44:15 . [Pipeline] withDockerContainer 20:44:15 prd-ubuntu18.04-docker-arm64-4c-16g-22685 does not seem to be running inside a container 20:44:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/174 -v /w/workspace/app-functions-sdk-go/174:/w/workspace/app-functions-sdk-go/174:rw,z -v /w/workspace/app-functions-sdk-go/174@tmp:/w/workspace/app-functions-sdk-go/174@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 20:44:16 $ docker top e9e071eff49c5417a01c34567a9da1e30cdb19d43445e7534f798a2c077cd8a1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:17 + go version 20:44:17 go version go1.15.5 linux/arm64 [Pipeline] } 20:44:17 $ docker stop --time=1 e9e071eff49c5417a01c34567a9da1e30cdb19d43445e7534f798a2c077cd8a1 20:44:19 $ docker rm -f e9e071eff49c5417a01c34567a9da1e30cdb19d43445e7534f798a2c077cd8a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:21 + docker inspect -f . ci-base-image-arm64 20:44:21 . [Pipeline] withDockerContainer 20:44:21 prd-ubuntu18.04-docker-arm64-4c-16g-22685 does not seem to be running inside a container 20:44:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/174 -v /w/workspace/app-functions-sdk-go/174:/w/workspace/app-functions-sdk-go/174:rw,z -v /w/workspace/app-functions-sdk-go/174@tmp:/w/workspace/app-functions-sdk-go/174@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 20:44:22 $ docker top 6f04a19972b88fca70912f8cb8113fc3bec1a1ce4515beb84fe91d75aac08038 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:23 + make test 20:44:23 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:44:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:44:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.092s coverage: 82.6% of statements 20:45:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.054s coverage: 48.6% of statements 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:45:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.072s coverage: 61.5% of statements 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:45:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.055s coverage: 73.7% of statements 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:45:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.010s coverage: 97.0% of statements 20:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:45:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.032s coverage: 8.8% of statements 20:45:26 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.889s coverage: 77.5% of statements 20:45:26 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:45:26 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.073s coverage: 87.9% of statements 20:45:26 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.085s coverage: 80.5% of statements 20:45:26 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.025s coverage: 71.7% of statements 20:45:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.068s coverage: 81.4% of statements 20:45:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 20:45:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:45:52 gofmt -l . 20:45:52 [ "`gofmt -l .`" = "" ] 20:45:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:45:52 $ docker stop --time=1 6f04a19972b88fca70912f8cb8113fc3bec1a1ce4515beb84fe91d75aac08038 20:45:54 $ docker rm -f 6f04a19972b88fca70912f8cb8113fc3bec1a1ce4515beb84fe91d75aac08038 [Pipeline] // withDockerContainer [Pipeline] sh 20:45:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:45:55 Warning: overwriting stash ‘coverage-report’ 20:45:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:45:58 provisioning config files... 20:45:58 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7441920846681125179tmp [Pipeline] { [Pipeline] sh 20:45:58 + set +x 20:45:58 + curl -s https://codecov.io/bash 20:45:58 + bash -s -- 20:45:58 20:45:58 _____ _ 20:45:58 / ____| | | 20:45:58 | | ___ __| | ___ ___ _____ __ 20:45:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:45:58 | |___| (_) | (_| | __/ (_| (_) \ V / 20:45:58 \_____\___/ \__,_|\___|\___\___/ \_/ 20:45:58 Bash-20210115-cec3c92 20:45:58 20:45:58 20:45:58 ==> git version 2.24.3 found 20:45:58 ==> 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 20:45:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:45:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:45:58 ==> Jenkins CI detected. 20:45:58 project root: . 20:45:58 --> token set from env 20:45:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:45:58 ==> Running gcov in . (disable via -X gcov) 20:45:58 ==> Python coveragepy not found 20:45:58 ==> Searching for coverage reports in: 20:45:58 + . 20:45:58 -> Found 1 reports 20:45:58 ==> Detecting git/mercurial file structure 20:45:58 ==> Reading reports 20:45:58 + ./coverage.out bytes=77160 20:45:58 ==> Appending adjustments 20:45:58 https://docs.codecov.io/docs/fixing-reports 20:45:58 + Found adjustments 20:45:58 ==> Gzipping contents 20:45:58 16K /tmp/codecov.GyDMtk.gz 20:45:59 ==> Uploading reports 20:45:59 url: https://codecov.io 20:45:59 query: branch=master&commit=2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F174%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:45:59 -> Pinging Codecov 20:45:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F174%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:46:00 -> Uploading to 20:46:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/3D8B5DFFC46A037C893635FACE044666/2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5/684d7d3c-ed07-43b3-a2cb-c5a2751ba22d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T204600Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e330264db9b5e38a01b425878f4d0c77bcf0ab6df24e5e46eff7ff44451d44ee 20:46:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:46:00 Dload Upload Total Spent Left Speed 20:46:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13413 0 0 100 13413 0 28361 --:--:-- --:--:-- --:--:-- 28417 20:46:00 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 [Pipeline] } 20:46:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:46:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:46:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:46:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:46:02 20:46:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:46:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:46:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:46:02 188c0c94c7c5: Pulling fs layer 20:46:02 0ef7d3d256c8: Pulling fs layer 20:46:02 de9db76c5a1d: Pulling fs layer 20:46:02 0eba1c9be4d2: Pulling fs layer 20:46:02 0d57e429df01: Pulling fs layer 20:46:02 4e4be7b47b0d: Pulling fs layer 20:46:02 e1f770b5df2f: Pulling fs layer 20:46:02 85a0685a4137: Pulling fs layer 20:46:02 0d57e429df01: Waiting 20:46:02 4e4be7b47b0d: Waiting 20:46:02 0eba1c9be4d2: Waiting 20:46:02 e1f770b5df2f: Waiting 20:46:02 85a0685a4137: Waiting 20:46:02 de9db76c5a1d: Verifying Checksum 20:46:02 de9db76c5a1d: Download complete 20:46:02 0ef7d3d256c8: Verifying Checksum 20:46:02 0ef7d3d256c8: Download complete 20:46:02 0d57e429df01: Verifying Checksum 20:46:02 0d57e429df01: Download complete 20:46:02 4e4be7b47b0d: Download complete 20:46:02 188c0c94c7c5: Verifying Checksum 20:46:02 188c0c94c7c5: Download complete 20:46:03 188c0c94c7c5: Pull complete 20:46:03 0ef7d3d256c8: Pull complete 20:46:03 de9db76c5a1d: Pull complete 20:46:03 e1f770b5df2f: Verifying Checksum 20:46:03 e1f770b5df2f: Download complete 20:46:05 0eba1c9be4d2: Verifying Checksum 20:46:05 0eba1c9be4d2: Download complete 20:46:06 85a0685a4137: Verifying Checksum 20:46:06 85a0685a4137: Download complete 20:46:11 0eba1c9be4d2: Pull complete 20:46:11 0d57e429df01: Pull complete 20:46:11 4e4be7b47b0d: Pull complete 20:46:12 e1f770b5df2f: Pull complete 20:46:21 85a0685a4137: Pull complete 20:46:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:46:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:46:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:46:21 prd-centos7-docker-4c-2g-22678 does not seem to be running inside a container 20:46:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:46:22 $ docker top 8a98446307abc1bcc84aa24781e3835751ec6f4a626c9efddaae26b280f2218f -eo pid,comm [Pipeline] { [Pipeline] echo 20:46:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:46:22 + set -o pipefail 20:46:22 + snyk monitor '--org=edgex-jenkins' 20:46:31 20:46:31 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 20:46:31 20:46:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/9d574221-9b7c-4d12-ac6f-e757691b90d6 20:46:31 20:46:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:46:31 20:46:31 [Pipeline] } 20:46:31 $ docker stop --time=1 8a98446307abc1bcc84aa24781e3835751ec6f4a626c9efddaae26b280f2218f 20:46:33 $ docker rm -f 8a98446307abc1bcc84aa24781e3835751ec6f4a626c9efddaae26b280f2218f [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 20:46:35 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:46:35 provisioning config files... 20:46:35 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8939714558923192140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:46:35 --> edgex-publish-swagger.sh 20:46:35 === Publish openapi/v2 API === 20:46:35 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:46:35 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 20:46:35 % Total % Received % Xferd Average Speed Time Time Time Current 20:46:35 Dload Upload Total Spent Left Speed 20:46:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10407 0:00:01 0:00:01 --:--:-- 10416 100 13052 0 0 100 13052 0 10405 0:00:01 0:00:01 --:--:-- 10416 20:46:36 20:46:36 [Pipeline] } 20:46:37 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 20:46:37 + git log --format=format:%s -1 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 [Pipeline] isUnix [Pipeline] sh 20:46:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:46:38 . [Pipeline] withDockerContainer 20:46:38 prd-centos7-docker-4c-2g-22678 does not seem to be running inside a container 20:46:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:46:39 $ docker top 71d3b91d720ccaf4ae9e82624d310d232492f4a96d283fd505af61e540e11b59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:46:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:46:39 [ssh-agent] Looking for ssh-agent implementation... 20:46:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:46:39 $ docker exec 71d3b91d720ccaf4ae9e82624d310d232492f4a96d283fd505af61e540e11b59 ssh-agent 20:46:39 SSH_AUTH_SOCK=/tmp/ssh-IgonnS8UlENV/agent.12 20:46:39 SSH_AGENT_PID=17 20:46:39 Running ssh-add (command line suppressed) 20:46:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_74082445880033326.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_74082445880033326.key) 20:46:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:46:40 + git semver tag 20:46:40 # -> Open(): unable to determine branch for HEAD 20:46:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:46:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:46:40 # $SEMVER_REMOTE_NAME = origin 20:46:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:46:40 # $SEMVER_USER_NAME = edgex-jenkins 20:46:40 # $SEMVER_BRANCH = master 20:46:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:46:40 # 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 HEAD 20:46:40 # -> Force: false 20:46:40 # 2685e5eaf7e8a9e98128a64c147b37145a1bd5c9 refs/tags/v2.0.0-dev.7 [Pipeline] } 20:46:40 $ docker exec --env ******** --env ******** 71d3b91d720ccaf4ae9e82624d310d232492f4a96d283fd505af61e540e11b59 ssh-agent -k 20:46:40 unset SSH_AUTH_SOCK; 20:46:40 unset SSH_AGENT_PID; 20:46:40 echo Agent pid 17 killed; 20:46:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:46:41 + git semver [Pipeline] } 20:46:41 $ docker stop --time=1 71d3b91d720ccaf4ae9e82624d310d232492f4a96d283fd505af61e540e11b59 20:46:42 $ docker rm -f 71d3b91d720ccaf4ae9e82624d310d232492f4a96d283fd505af61e540e11b59 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:46:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:46:43 20:46:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:46:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:46:43 0.23.1-centos7: Pulling from edgex-lftools 20:46:43 ab5ef0e58194: Pulling fs layer 20:46:43 9712f1f96733: Pulling fs layer 20:46:43 63f879dbbcfc: Pulling fs layer 20:46:43 0d9ebad4ef96: Pulling fs layer 20:46:43 e9a5061849ea: Pulling fs layer 20:46:43 d747dcd14b5f: Pulling fs layer 20:46:43 2de7ff778b66: Pulling fs layer 20:46:43 e9a5061849ea: Waiting 20:46:43 0d9ebad4ef96: Waiting 20:46:43 d747dcd14b5f: Waiting 20:46:43 2de7ff778b66: Waiting 20:46:43 9712f1f96733: Verifying Checksum 20:46:43 9712f1f96733: Download complete 20:46:45 63f879dbbcfc: Download complete 20:46:45 e9a5061849ea: Verifying Checksum 20:46:45 e9a5061849ea: Download complete 20:46:45 d747dcd14b5f: Verifying Checksum 20:46:45 d747dcd14b5f: Download complete 20:46:45 2de7ff778b66: Verifying Checksum 20:46:45 ab5ef0e58194: Verifying Checksum 20:46:45 ab5ef0e58194: Download complete 20:46:45 0d9ebad4ef96: Verifying Checksum 20:46:45 0d9ebad4ef96: Download complete 20:46:50 ab5ef0e58194: Pull complete 20:46:50 9712f1f96733: Pull complete 20:46:52 63f879dbbcfc: Pull complete 20:46:58 0d9ebad4ef96: Pull complete 20:46:58 e9a5061849ea: Pull complete 20:46:58 d747dcd14b5f: Pull complete 20:47:01 2de7ff778b66: Pull complete 20:47:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:47:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:47:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:47:02 prd-centos7-docker-4c-2g-22678 does not seem to be running inside a container 20:47:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:47:06 $ docker top c636389368ebb09ac3dca59ff8604de5b38e115af30a33a0fcc815c745337190 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:47:06 provisioning config files... 20:47:06 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8916940906720315803tmp 20:47:06 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6007582524757159318tmp 20:47:06 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7621390176831034848tmp [Pipeline] { [Pipeline] echo 20:47:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:47:06 ---> sigul-configuration.sh 20:47:06 gpg: directory `/root/.gnupg' created 20:47:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:47:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:47:06 gpg: keyring `/root/.gnupg/secring.gpg' created 20:47:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:47:06 gpg: CAST5 encrypted data 20:47:06 gpg: encrypted with 1 passphrase 20:47:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:47:07 + mkdir /home/jenkins 20:47:07 + mkdir /home/jenkins/sigul [Pipeline] sh 20:47:07 + 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 20:47:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:47:07 ---> sigul-install.sh 20:47:14 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:47:14 + git tag --list 20:47:14 v0.1.0 20:47:14 v0.1.1 20:47:14 v1.0.0 20:47:14 v1.1.0 20:47:14 v1.2.0 20:47:14 v1.3.0 20:47:14 v2.0.0-dev.1 20:47:14 v2.0.0-dev.2 20:47:14 v2.0.0-dev.3 20:47:14 v2.0.0-dev.4 20:47:14 v2.0.0-dev.5 20:47:14 v2.0.0-dev.6 20:47:14 v2.0.0-dev.7 [Pipeline] sh 20:47:15 + lftools sign git-tag v2.0.0-dev.7 20:47:16 Signing Git tag with Sigul... 20:47:16 Signing v2.0.0-dev.7 [Pipeline] echo 20:47:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:47:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:47:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:47:17 $ docker stop --time=1 c636389368ebb09ac3dca59ff8604de5b38e115af30a33a0fcc815c745337190 20:47:19 $ docker rm -f c636389368ebb09ac3dca59ff8604de5b38e115af30a33a0fcc815c745337190 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:47:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:47:21 . [Pipeline] withDockerContainer 20:47:21 prd-centos7-docker-4c-2g-22678 does not seem to be running inside a container 20:47:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:47:22 $ docker top 201cedd24fb6fe7ca19a790dbb8b2193dd46fe2200a89cf4ad440e04901187fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:47:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:47:22 [ssh-agent] Looking for ssh-agent implementation... 20:47:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:47:22 $ docker exec 201cedd24fb6fe7ca19a790dbb8b2193dd46fe2200a89cf4ad440e04901187fe ssh-agent 20:47:22 SSH_AUTH_SOCK=/tmp/ssh-sAxLHsgSdlSO/agent.11 20:47:22 SSH_AGENT_PID=17 20:47:22 Running ssh-add (command line suppressed) 20:47:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4491611903120226450.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4491611903120226450.key) 20:47:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:47:23 + git semver bump pre 20:47:23 # -> Open(): unable to determine branch for HEAD 20:47:23 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:47:23 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:47:23 # $SEMVER_REMOTE_NAME = origin 20:47:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:47:23 # $SEMVER_USER_NAME = edgex-jenkins 20:47:23 # $SEMVER_BRANCH = master 20:47:23 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:47:23 2.0.0-dev.8 [Pipeline] } 20:47:23 $ docker exec --env ******** --env ******** 201cedd24fb6fe7ca19a790dbb8b2193dd46fe2200a89cf4ad440e04901187fe ssh-agent -k 20:47:23 unset SSH_AUTH_SOCK; 20:47:23 unset SSH_AGENT_PID; 20:47:23 echo Agent pid 17 killed; 20:47:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:47:23 + git semver [Pipeline] } 20:47:23 $ docker stop --time=1 201cedd24fb6fe7ca19a790dbb8b2193dd46fe2200a89cf4ad440e04901187fe 20:47:25 $ docker rm -f 201cedd24fb6fe7ca19a790dbb8b2193dd46fe2200a89cf4ad440e04901187fe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:47:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:47:25 . [Pipeline] withDockerContainer 20:47:25 prd-centos7-docker-4c-2g-22678 does not seem to be running inside a container 20:47:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:47:26 $ docker top 805b4a40199b2fd4a423d2f30b97063e11350553594a44ee0b79edf8b1f6f04a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:47:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:47:26 [ssh-agent] Looking for ssh-agent implementation... 20:47:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:47:27 $ docker exec 805b4a40199b2fd4a423d2f30b97063e11350553594a44ee0b79edf8b1f6f04a ssh-agent 20:47:27 SSH_AUTH_SOCK=/tmp/ssh-JXeR6junNHox/agent.11 20:47:27 SSH_AGENT_PID=16 20:47:27 Running ssh-add (command line suppressed) 20:47:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3195211243726155030.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3195211243726155030.key) 20:47:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:47:27 + git semver push 20:47:27 # -> Open(): unable to determine branch for HEAD 20:47:27 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:47:27 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:47:27 # $SEMVER_REMOTE_NAME = origin 20:47:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:47:27 # $SEMVER_USER_NAME = edgex-jenkins 20:47:27 # $SEMVER_BRANCH = master 20:47:27 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:47:34 $ docker exec --env ******** --env ******** 805b4a40199b2fd4a423d2f30b97063e11350553594a44ee0b79edf8b1f6f04a ssh-agent -k 20:47:34 unset SSH_AUTH_SOCK; 20:47:34 unset SSH_AGENT_PID; 20:47:34 echo Agent pid 16 killed; 20:47:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:47:35 + git semver [Pipeline] } 20:47:35 $ docker stop --time=1 805b4a40199b2fd4a423d2f30b97063e11350553594a44ee0b79edf8b1f6f04a 20:47:36 $ docker rm -f 805b4a40199b2fd4a423d2f30b97063e11350553594a44ee0b79edf8b1f6f04a [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 20:47:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:47:38 ---> package-listing.sh 20:47:38 ++ facter osfamily 20:47:38 ++ tr '[:upper:]' '[:lower:]' 20:47:38 + OS_FAMILY=redhat 20:47:38 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 20:47:38 + START_PACKAGES=/tmp/packages_start.txt 20:47:38 + END_PACKAGES=/tmp/packages_end.txt 20:47:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:47:38 + PACKAGES=/tmp/packages_start.txt 20:47:38 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:47:38 + PACKAGES=/tmp/packages_end.txt 20:47:38 + case "${OS_FAMILY}" in 20:47:38 + rpm -qa 20:47:38 + sort 20:47:43 + '[' -f /tmp/packages_start.txt ']' 20:47:43 + '[' -f /tmp/packages_end.txt ']' 20:47:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:47:43 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:47:43 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 20:47:43 + 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 20:47:43 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 20:47:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:47:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:47:44 20:47:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:47:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:47:44 alpine: Pulling from edgex-lftools-log-publisher 20:47:44 df20fa9351a1: Pulling fs layer 20:47:44 36b3adc4ff6f: Pulling fs layer 20:47:44 8ad3a11d3b57: Pulling fs layer 20:47:44 46f8f816bc3b: Pulling fs layer 20:47:44 93b61091891f: Pulling fs layer 20:47:44 93b9cdb0e59b: Pulling fs layer 20:47:44 5e14af77c1be: Pulling fs layer 20:47:44 01666e4c0597: Pulling fs layer 20:47:44 aa168da1d23b: Pulling fs layer 20:47:44 46f8f816bc3b: Waiting 20:47:44 93b61091891f: Waiting 20:47:44 93b9cdb0e59b: Waiting 20:47:44 5e14af77c1be: Waiting 20:47:44 01666e4c0597: Waiting 20:47:44 aa168da1d23b: Waiting 20:47:44 36b3adc4ff6f: Verifying Checksum 20:47:44 36b3adc4ff6f: Download complete 20:47:44 46f8f816bc3b: Verifying Checksum 20:47:44 46f8f816bc3b: Download complete 20:47:44 df20fa9351a1: Verifying Checksum 20:47:44 df20fa9351a1: Download complete 20:47:44 93b9cdb0e59b: Verifying Checksum 20:47:44 93b9cdb0e59b: Download complete 20:47:45 5e14af77c1be: Verifying Checksum 20:47:45 5e14af77c1be: Download complete 20:47:45 93b61091891f: Verifying Checksum 20:47:45 93b61091891f: Download complete 20:47:45 01666e4c0597: Verifying Checksum 20:47:45 01666e4c0597: Download complete 20:47:45 8ad3a11d3b57: Verifying Checksum 20:47:45 8ad3a11d3b57: Download complete 20:47:45 df20fa9351a1: Pull complete 20:47:46 36b3adc4ff6f: Pull complete 20:47:47 aa168da1d23b: Verifying Checksum 20:47:47 aa168da1d23b: Download complete 20:47:47 8ad3a11d3b57: Pull complete 20:47:47 46f8f816bc3b: Pull complete 20:47:48 93b61091891f: Pull complete 20:47:48 93b9cdb0e59b: Pull complete 20:47:48 5e14af77c1be: Pull complete 20:47:48 01666e4c0597: Pull complete 20:47:56 aa168da1d23b: Pull complete 20:47:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:47:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:47:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:47:56 prd-centos7-docker-4c-2g-22678 does not seem to be running inside a container 20:47:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:47:59 $ docker top d02d25d9721b16045a59cc2521935a210bba9f75d2f8042c9fc247d939a08018 -eo pid,comm [Pipeline] { [Pipeline] sh 20:48:00 + touch /tmp/pre-build-complete [Pipeline] sh 20:48:00 + mkdir -p /var/log/sa [Pipeline] sh 20:48:00 + ls /var/log/sa-host 20:48:00 + sadf -c /var/log/sa-host/sa23 20:48:00 file_magic: OK 20:48:00 HZ: Using current value: 100 20:48:00 file_header: OK 20:48:00 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 20:48:00 Statistics: 20:48:00 Hnuu...uuuununununu... 20:48:00 File successfully converted to sysstat format version 12.2.1 20:48:00 + sadf -c /var/log/sa-host/sa25 20:48:00 file_magic: OK 20:48:00 HZ: Using current value: 100 20:48:00 file_header: OK 20:48:00 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 20:48:00 Statistics: 20:48:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:48:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:48:01 provisioning config files... 20:48:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2498726221631690077tmp [Pipeline] { [Pipeline] echo 20:48:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:48:01 ---> create-netrc.sh [Pipeline] } 20:48:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:48:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:48:01 ---> python-tools-install.sh [Pipeline] echo 20:48:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:48:02 ---> sudo-logs.sh 20:48:02 Archiving 'sudo' log.. [Pipeline] echo 20:48:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:48:02 ---> job-cost.sh 20:48:02 lf-activate-venv: SKIPPING 20:48:02 INFO: No Stack... 20:48:03 INFO: Retrieving Pricing Info for: v1-standard-2 20:48:04 INFO: Archiving Costs [Pipeline] echo 20:48:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:48:04 ---> logs-deploy.sh 20:48:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/174 20:48:04 INFO: archiving workspace using pattern(s): 20:48:05 Archives upload complete. 20:48:05 INFO: archiving logs to Nexus