Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19099 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 baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 (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 baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 Commit message: "feat(sdk): Add MakeItStop (#613)" > git rev-list --no-walk 8220514db9c46f1303b383cc7e926772ea111e12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:34:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:34:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:34:06 ========================================================= 15:34:06 EdgeX Global Pipelines Version Info 15:34:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:34:08 ------------------- 15:34:08 stable info: 15:34:08 ------------------- 15:34:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:34:08 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:34:08 Message: update stable to v1.0.173 15:34:09 ------------------- 15:34:09 experimental info: 15:34:09 ------------------- 15:34:09 Commited By: **** collab-it+edgex@linuxfoundation.org 15:34:09 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:34:09 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:34:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:34:09 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:34:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:34:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:34:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:34:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:34:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:34:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] echo 15:34:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = baae3ee [Pipeline] echo 15:34:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:34:14 + git log --format=format:%s -1 baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] echo 15:34:14 GIT_COMMIT: baae3eeee608fb6fe51dfe1a5b88da2d27c87e85, Commit Message: feat(sdk): Add MakeItStop (#613) [Pipeline] echo 15:34:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:34:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:34:15 15:34:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:34:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:34:16 latest: Pulling from edgex-devops/git-semver 15:34:16 31603596830f: Pulling fs layer 15:34:16 2a8b12db71e7: Pulling fs layer 15:34:16 6ca5941a6612: Pulling fs layer 15:34:16 ecc8261a40a4: Pulling fs layer 15:34:16 ecc8261a40a4: Waiting 15:34:16 2a8b12db71e7: Verifying Checksum 15:34:16 2a8b12db71e7: Download complete 15:34:16 31603596830f: Verifying Checksum 15:34:16 31603596830f: Download complete 15:34:16 ecc8261a40a4: Verifying Checksum 15:34:16 ecc8261a40a4: Download complete 15:34:16 6ca5941a6612: Verifying Checksum 15:34:16 6ca5941a6612: Download complete 15:34:16 31603596830f: Pull complete 15:34:17 2a8b12db71e7: Pull complete 15:34:18 6ca5941a6612: Pull complete 15:34:19 ecc8261a40a4: Pull complete 15:34:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:34:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:34:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:34:19 prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container 15:34:19 $ 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 15:34:22 $ docker top d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:34:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:34:22 [ssh-agent] Looking for ssh-agent implementation... 15:34:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:34:23 $ docker exec d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent 15:34:23 SSH_AUTH_SOCK=/tmp/ssh-zlUE0bd7IoyY/agent.11 15:34:23 SSH_AGENT_PID=16 15:34:23 Running ssh-add (command line suppressed) 15:34:23 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2548349301776217150.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2548349301776217150.key) 15:34:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:34:24 + git tag --points-at HEAD [Pipeline] } 15:34:24 $ docker exec --env ******** --env ******** d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent -k 15:34:24 unset SSH_AUTH_SOCK; 15:34:24 unset SSH_AGENT_PID; 15:34:24 echo Agent pid 16 killed; 15:34:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:34:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:34:24 [ssh-agent] Looking for ssh-agent implementation... 15:34:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:34:25 $ docker exec d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent 15:34:25 SSH_AUTH_SOCK=/tmp/ssh-hdPsbFIPHcDB/agent.44 15:34:25 SSH_AGENT_PID=49 15:34:25 Running ssh-add (command line suppressed) 15:34:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8071311704184748869.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8071311704184748869.key) 15:34:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:34:26 + git semver init 15:34:26 # -> Open(): unable to determine branch for HEAD 15:34:26 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:34:26 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:34:26 # $SEMVER_REMOTE_NAME = origin 15:34:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:34:26 # $SEMVER_USER_NAME = edgex-jenkins 15:34:26 # $SEMVER_BRANCH = master 15:34:26 # $SEMVER_TEMP = /tmp/semver-979318108 15:34:26 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:34:30 # '/tmp/semver-979318108' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 15:34:30 # -> Force: false 15:34:30 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:34:30 $ docker exec --env ******** --env ******** d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 ssh-agent -k 15:34:30 unset SSH_AUTH_SOCK; 15:34:30 unset SSH_AGENT_PID; 15:34:30 echo Agent pid 49 killed; 15:34:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:34:31 + git semver [Pipeline] } 15:34:31 $ docker stop --time=1 d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 15:34:33 $ docker rm -f d2506b39e5713c3073e383e886e22af24fca260c2acfe5410fd66220ee9c3da8 [Pipeline] // withDockerContainer [Pipeline] sh 15:34:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:34:34 Stashed 1 file(s) [Pipeline] echo 15:34:34 [edgeXSemver]: initialized semver on version 1.3.1-dev.16 [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 15:34:50 Still waiting to schedule task 15:34:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:34:50 Still waiting to schedule task 15:34:50 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 15:36:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19100 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:36:38 Running in /w/workspace/app-functions-sdk-go/165 [Pipeline] { [Pipeline] checkout 15:36:44 using credential edgex-jenkins-ssh 15:36:44 Cloning the remote Git repository 15:36:44 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:44 > git init /w/workspace/app-functions-sdk-go/165 # timeout=10 15:36:44 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:44 > git --version # timeout=10 15:36:44 > git --version # 'git version 2.17.1' 15:36:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:47 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:36:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:47 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:36:47 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:48 Checking out Revision baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 (master) 15:36:48 > git config core.sparsecheckout # timeout=10 15:36:48 > git checkout -f baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 15:36:52 Commit message: "feat(sdk): Add MakeItStop (#613)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:36:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:36:55 + + true 15:36:55 sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:36:58 ========================================================= 15:36:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:36:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:58 + 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 . 15:37:00 Sending build context to Docker daemon 19.08MB 15:37:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:37:00 Step 2/8 : FROM ${BASE} 15:37:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:37:00 5f621e34cdf4: Pulling fs layer 15:37:00 a4357932f1b6: Pulling fs layer 15:37:00 18c013af1878: Pulling fs layer 15:37:00 00ac8860ef70: Pulling fs layer 15:37:00 63d7cb157983: Pulling fs layer 15:37:00 b116817d02f9: Pulling fs layer 15:37:00 745a02a5169b: Pulling fs layer 15:37:00 00ac8860ef70: Waiting 15:37:00 63d7cb157983: Waiting 15:37:00 b116817d02f9: Waiting 15:37:00 745a02a5169b: Waiting 15:37:00 18c013af1878: Verifying Checksum 15:37:00 18c013af1878: Download complete 15:37:00 a4357932f1b6: Verifying Checksum 15:37:00 a4357932f1b6: Download complete 15:37:00 63d7cb157983: Verifying Checksum 15:37:00 63d7cb157983: Download complete 15:37:00 b116817d02f9: Download complete 15:37:00 5f621e34cdf4: Verifying Checksum 15:37:00 5f621e34cdf4: Download complete 15:37:01 5f621e34cdf4: Pull complete 15:37:01 a4357932f1b6: Pull complete 15:37:02 18c013af1878: Pull complete 15:37:03 745a02a5169b: Verifying Checksum 15:37:03 745a02a5169b: Download complete 15:37:04 00ac8860ef70: Verifying Checksum 15:37:04 00ac8860ef70: Download complete 15:37:12 Running on prd-centos7-docker-4c-2g-19101 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:37:12 Running in /w/workspace/app-functions-sdk-go/165 [Pipeline] { [Pipeline] checkout 15:37:14 00ac8860ef70: Pull complete 15:37:14 63d7cb157983: Pull complete 15:37:14 using credential edgex-jenkins-ssh 15:37:14 Cloning the remote Git repository 15:37:14 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:37:15 b116817d02f9: Pull complete 15:37:15 > git init /w/workspace/app-functions-sdk-go/165 # timeout=10 15:37:15 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:37:15 > git --version # timeout=10 15:37:15 > git --version # 'git version 2.24.3' 15:37:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:37:17 Checking out Revision baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 (master) 15:37:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:37:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:37:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:37:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:37:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:37:17 > git config core.sparsecheckout # timeout=10 15:37:17 > git checkout -f baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 15:37:19 745a02a5169b: Pull complete 15:37:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:37:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:37:19 ---> b7e6874047d6 15:37:19 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 15:37:19 20.10.0: Pulling from library/docker 15:37:19 a3cc7d3b244e: Pulling fs layer 15:37:19 02a3295e0d61: Pulling fs layer 15:37:19 0f4f2e6d8100: Pulling fs layer 15:37:19 330b718f631f: Pulling fs layer 15:37:19 a93816041522: Pulling fs layer 15:37:19 bdb6da89ff94: Pulling fs layer 15:37:19 2a70c0c122f4: Pulling fs layer 15:37:19 a93816041522: Waiting 15:37:19 330b718f631f: Waiting 15:37:19 2a70c0c122f4: Waiting 15:37:19 bdb6da89ff94: Waiting 15:37:19 0f4f2e6d8100: Verifying Checksum 15:37:19 0f4f2e6d8100: Download complete 15:37:19 02a3295e0d61: Verifying Checksum 15:37:19 02a3295e0d61: Download complete 15:37:19 a3cc7d3b244e: Verifying Checksum 15:37:19 a3cc7d3b244e: Download complete 15:37:19 a93816041522: Download complete 15:37:19 2a70c0c122f4: Verifying Checksum 15:37:19 2a70c0c122f4: Download complete 15:37:19 bdb6da89ff94: Verifying Checksum 15:37:19 bdb6da89ff94: Download complete 15:37:19 a3cc7d3b244e: Pull complete 15:37:20 02a3295e0d61: Pull complete 15:37:20 330b718f631f: Verifying Checksum 15:37:20 330b718f631f: Download complete 15:37:20 Commit message: "feat(sdk): Add MakeItStop (#613)" 15:37:20 0f4f2e6d8100: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:37:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:37:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:37:22 + sudo service docker restart 15:37:22 + true 15:37:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:37:24 ========================================================= 15:37:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:37:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:37:24 + 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 . 15:37:25 Sending build context to Docker daemon 19.08MB 15:37:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:37:25 Step 2/8 : FROM ${BASE} 15:37:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:37:25 188c0c94c7c5: Pulling fs layer 15:37:25 0ef7d3d256c8: Pulling fs layer 15:37:25 de9db76c5a1d: Pulling fs layer 15:37:25 bca2f99d35d6: Pulling fs layer 15:37:25 93359f2a8cfa: Pulling fs layer 15:37:25 7c6f9722023f: Pulling fs layer 15:37:25 a35cf1a2eb13: Pulling fs layer 15:37:25 93359f2a8cfa: Waiting 15:37:25 7c6f9722023f: Waiting 15:37:25 a35cf1a2eb13: Waiting 15:37:25 bca2f99d35d6: Waiting 15:37:25 de9db76c5a1d: Verifying Checksum 15:37:25 de9db76c5a1d: Download complete 15:37:25 0ef7d3d256c8: Verifying Checksum 15:37:25 0ef7d3d256c8: Download complete 15:37:25 93359f2a8cfa: Verifying Checksum 15:37:25 93359f2a8cfa: Download complete 15:37:25 330b718f631f: Pull complete 15:37:25 a93816041522: Pull complete 15:37:25 bdb6da89ff94: Pull complete 15:37:25 7c6f9722023f: Verifying Checksum 15:37:25 7c6f9722023f: Download complete 15:37:25 188c0c94c7c5: Verifying Checksum 15:37:25 188c0c94c7c5: Download complete 15:37:25 188c0c94c7c5: Pull complete 15:37:25 2a70c0c122f4: Pull complete 15:37:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:37:25 Status: Downloaded newer image for docker:20.10.0 15:37:26 0ef7d3d256c8: Pull complete 15:37:26 de9db76c5a1d: Pull complete 15:37:27 a35cf1a2eb13: Verifying Checksum 15:37:27 a35cf1a2eb13: Download complete 15:37:27 bca2f99d35d6: Verifying Checksum 15:37:27 bca2f99d35d6: Download complete 15:37:32 ---> 124721a5f3c8 15:37:32 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:37:32 ---> Running in d491619215ad 15:37:32 Removing intermediate container d491619215ad 15:37:32 ---> f180f45c5c49 15:37:32 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:37:32 ---> Running in f154a26220af 15:37:33 bca2f99d35d6: Pull complete 15:37:33 93359f2a8cfa: Pull complete 15:37:33 7c6f9722023f: Pull complete 15:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:37:35 (1/5) Installing libsodium (1.0.18-r0) 15:37:35 (2/5) Installing libzmq (4.3.3-r0) 15:37:35 (3/5) Installing pkgconf (1.7.2-r0) 15:37:35 (4/5) Installing libsodium-dev (1.0.18-r0) 15:37:35 (5/5) Installing zeromq-dev (4.3.3-r0) 15:37:35 Executing busybox-1.31.1-r19.trigger 15:37:35 OK: 144 MiB in 44 packages 15:37:37 Removing intermediate container f154a26220af 15:37:37 ---> 6bae25d71ecd 15:37:37 Step 6/8 : WORKDIR /build 15:37:37 ---> Running in 6222762e2bf9 15:37:37 Removing intermediate container 6222762e2bf9 15:37:37 ---> a4ad8e5e24fb 15:37:37 Step 7/8 : COPY go.mod . 15:37:38 ---> b530f4839bc2 15:37:38 Step 8/8 : RUN go mod download 15:37:38 ---> Running in 6d246d4dc297 15:37:43 a35cf1a2eb13: Pull complete 15:37:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:37:43 ---> a62c8e92a672 15:37:43 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 15:37:43 20.10.0: Pulling from library/docker 15:37:43 05e7bc50f07f: Pulling fs layer 15:37:43 6db28d0fdbf6: Pulling fs layer 15:37:43 292df0bc6bf3: Pulling fs layer 15:37:43 2e060f4bd70b: Pulling fs layer 15:37:43 80e8d568a223: Pulling fs layer 15:37:43 8dc6ef1a942a: Pulling fs layer 15:37:43 2312dd95470a: Pulling fs layer 15:37:43 2e060f4bd70b: Waiting 15:37:43 80e8d568a223: Waiting 15:37:43 8dc6ef1a942a: Waiting 15:37:43 2312dd95470a: Waiting 15:37:43 292df0bc6bf3: Verifying Checksum 15:37:43 292df0bc6bf3: Download complete 15:37:43 6db28d0fdbf6: Verifying Checksum 15:37:43 6db28d0fdbf6: Download complete 15:37:43 05e7bc50f07f: Verifying Checksum 15:37:43 05e7bc50f07f: Download complete 15:37:43 80e8d568a223: Verifying Checksum 15:37:43 80e8d568a223: Download complete 15:37:43 8dc6ef1a942a: Verifying Checksum 15:37:43 8dc6ef1a942a: Download complete 15:37:43 2312dd95470a: Verifying Checksum 15:37:43 2312dd95470a: Download complete 15:37:43 05e7bc50f07f: Pull complete 15:37:43 6db28d0fdbf6: Pull complete 15:37:43 292df0bc6bf3: Pull complete 15:37:44 2e060f4bd70b: Verifying Checksum 15:37:44 2e060f4bd70b: Download complete 15:37:47 2e060f4bd70b: Pull complete 15:37:47 80e8d568a223: Pull complete 15:37:47 8dc6ef1a942a: Pull complete 15:37:47 2312dd95470a: Pull complete 15:37:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:37:47 Status: Downloaded newer image for docker:20.10.0 15:37:49 ---> a1699baf908e 15:37:49 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:37:49 ---> Running in 9177f570caf6 15:37:49 Removing intermediate container 9177f570caf6 15:37:49 ---> d89d5ceced61 15:37:49 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:37:49 ---> Running in 9b446f76cd15 15:37:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:51 (1/5) Installing libsodium (1.0.18-r0) 15:37:51 (2/5) Installing libzmq (4.3.3-r0) 15:37:51 (3/5) Installing pkgconf (1.7.2-r0) 15:37:51 (4/5) Installing libsodium-dev (1.0.18-r0) 15:37:51 (5/5) Installing zeromq-dev (4.3.3-r0) 15:37:51 Executing busybox-1.31.1-r19.trigger 15:37:51 OK: 167 MiB in 44 packages 15:37:52 Removing intermediate container 9b446f76cd15 15:37:52 ---> 570668fad848 15:37:52 Step 6/8 : WORKDIR /build 15:37:52 ---> Running in f1432a4372a7 15:37:52 Removing intermediate container f1432a4372a7 15:37:52 ---> 5b812a0909a6 15:37:52 Step 7/8 : COPY go.mod . 15:37:52 ---> 911449b357d7 15:37:52 Step 8/8 : RUN go mod download 15:37:52 ---> Running in e10a73d357c3 15:38:05 Removing intermediate container 6d246d4dc297 15:38:05 ---> 0cc8ea57efe9 15:38:05 Successfully built 0cc8ea57efe9 15:38:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:38:05 + docker inspect -f . ci-base-image-arm64 15:38:05 . [Pipeline] withDockerContainer 15:38:05 prd-ubuntu18.04-docker-arm64-4c-16g-19100 does not seem to be running inside a container 15:38:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:38:07 $ docker top 7b787ce3bf0a15eb0fdeb8bf480f42ab22755c5200baaebcf4626f19e81409ad -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:08 + go version 15:38:08 go version go1.15.5 linux/arm64 [Pipeline] } 15:38:08 $ docker stop --time=1 7b787ce3bf0a15eb0fdeb8bf480f42ab22755c5200baaebcf4626f19e81409ad 15:38:10 $ docker rm -f 7b787ce3bf0a15eb0fdeb8bf480f42ab22755c5200baaebcf4626f19e81409ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:11 + docker inspect -f . ci-base-image-arm64 15:38:11 . [Pipeline] withDockerContainer 15:38:11 prd-ubuntu18.04-docker-arm64-4c-16g-19100 does not seem to be running inside a container 15:38:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:38:13 $ docker top 5013a6d605c168a61c1cb038cc0ac0376b84351861ba26de5fb6eb48919ea39c -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:14 + make test 15:38:14 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:38:14 Removing intermediate container e10a73d357c3 15:38:14 ---> a558113a1211 15:38:14 Successfully built a558113a1211 15:38:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:38:15 + docker inspect -f . ci-base-image-x86_64 15:38:15 . [Pipeline] withDockerContainer 15:38:15 prd-centos7-docker-4c-2g-19101 does not seem to be running inside a container 15:38:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:38:15 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:38:16 $ docker top 1e8ec1f94c001757b3fdd42f16d6804a4f2bb609b52d872e59db559dabfad34e -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:16 + go version 15:38:16 go version go1.15.5 linux/amd64 [Pipeline] } 15:38:16 $ docker stop --time=1 1e8ec1f94c001757b3fdd42f16d6804a4f2bb609b52d872e59db559dabfad34e 15:38:18 $ docker rm -f 1e8ec1f94c001757b3fdd42f16d6804a4f2bb609b52d872e59db559dabfad34e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:18 + docker inspect -f . ci-base-image-x86_64 15:38:18 . [Pipeline] withDockerContainer 15:38:19 prd-centos7-docker-4c-2g-19101 does not seem to be running inside a container 15:38:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/165 -v /w/workspace/app-functions-sdk-go/165:/w/workspace/app-functions-sdk-go/165:rw,z -v /w/workspace/app-functions-sdk-go/165@tmp:/w/workspace/app-functions-sdk-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:38:19 $ docker top 17d73913b1f81120b99a27fee73c3a4e47a388427abce46e622b65deacc192b2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:20 + make test 15:38:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:38:21 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:38:28 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.022s coverage: 81.0% of statements 15:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.026s coverage: 48.6% of statements 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.031s coverage: 61.5% of statements 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.050s coverage: 67.7% of statements 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.008s coverage: 97.0% of statements 15:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.026s coverage: 8.8% of statements 15:38:38 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.076s coverage: 81.0% of statements 15:38:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements 15:38:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:38:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.028s coverage: 87.9% of statements 15:38:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.014s coverage: 80.5% of statements 15:38:45 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.010s coverage: 71.7% of statements 15:39:00 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.104s coverage: 48.6% of statements 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:39:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.068s coverage: 61.5% of statements 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:39:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.058s coverage: 67.7% of statements 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:39:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.016s coverage: 97.0% of statements 15:39:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:39:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.036s coverage: 8.8% of statements 15:39:03 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.036s coverage: 81.4% of statements 15:39:03 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 15:39:03 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:39:06 gofmt -l . 15:39:06 [ "`gofmt -l .`" = "" ] 15:39:06 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:39:07 $ docker stop --time=1 17d73913b1f81120b99a27fee73c3a4e47a388427abce46e622b65deacc192b2 15:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.978s coverage: 75.0% of statements 15:39:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.040s coverage: 87.9% of statements 15:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.037s coverage: 80.5% of statements 15:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.022s coverage: 71.7% of statements 15:39:09 $ docker rm -f 17d73913b1f81120b99a27fee73c3a4e47a388427abce46e622b65deacc192b2 [Pipeline] // withDockerContainer [Pipeline] sh 15:39:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:39:10 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] } 15:39:30 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.059s coverage: 81.4% of statements 15:39:30 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 15:39:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:39:39 gofmt -l . 15:39:39 [ "`gofmt -l .`" = "" ] 15:39:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:39:39 $ docker stop --time=1 5013a6d605c168a61c1cb038cc0ac0376b84351861ba26de5fb6eb48919ea39c 15:39:41 $ docker rm -f 5013a6d605c168a61c1cb038cc0ac0376b84351861ba26de5fb6eb48919ea39c [Pipeline] // withDockerContainer [Pipeline] sh 15:39:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:39:42 Warning: overwriting stash ‘coverage-report’ 15:39:42 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 15:39:44 provisioning config files... 15:39:44 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4594879957376794489tmp [Pipeline] { [Pipeline] sh 15:39:45 + set +x 15:39:45 + curl -s https://codecov.io/bash 15:39:45 + bash -s -- 15:39:45 15:39:45 _____ _ 15:39:45 / ____| | | 15:39:45 | | ___ __| | ___ ___ _____ __ 15:39:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:39:45 | |___| (_) | (_| | __/ (_| (_) \ V / 15:39:45 \_____\___/ \__,_|\___|\___\___/ \_/ 15:39:45 Bash-20201231-23d4836 15:39:45 15:39:45 15:39:45 ==> git version 2.24.3 found 15:39:45 ==> 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 15:39:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:39:45 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:39:45 ==> Jenkins CI detected. 15:39:45 project root: . 15:39:45 --> token set from env 15:39:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:39:45 ==> Running gcov in . (disable via -X gcov) 15:39:45 ==> Python coveragepy not found 15:39:45 ==> Searching for coverage reports in: 15:39:45 + . 15:39:45 -> Found 1 reports 15:39:45 ==> Detecting git/mercurial file structure 15:39:45 ==> Reading reports 15:39:45 + ./coverage.out bytes=70562 15:39:45 ==> Appending adjustments 15:39:45 https://docs.codecov.io/docs/fixing-reports 15:39:46 + Found adjustments 15:39:46 ==> Gzipping contents 15:39:46 16K /tmp/codecov.SHDdQ5.gz 15:39:46 ==> Uploading reports 15:39:46 url: https://codecov.io 15:39:46 query: branch=master&commit=baae3eeee608fb6fe51dfe1a5b88da2d27c87e85&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:39:46 -> Pinging Codecov 15:39:46 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=baae3eeee608fb6fe51dfe1a5b88da2d27c87e85&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:39:47 -> Uploading to 15:39:47 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/3D8B5DFFC46A037C893635FACE044666/baae3eeee608fb6fe51dfe1a5b88da2d27c87e85/434f6930-6fa9-4bae-a005-5ad9f9124996.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T153946Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2111998cd3e90d5d17cf7d14da93d73097cdc70c8747ef08ef4028a697ed0149 15:39:47 % Total % Received % Xferd Average Speed Time Time Time Current 15:39:47 Dload Upload Total Spent Left Speed 15:39:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12679 0 0 100 12679 0 30137 --:--:-- --:--:-- --:--:-- 30116 15:39:47 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] } 15:39:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:39:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:39:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:39:48 15:39:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:39:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:39:49 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:39:49 188c0c94c7c5: Pulling fs layer 15:39:49 0ef7d3d256c8: Pulling fs layer 15:39:49 de9db76c5a1d: Pulling fs layer 15:39:49 0eba1c9be4d2: Pulling fs layer 15:39:49 0d57e429df01: Pulling fs layer 15:39:49 4e4be7b47b0d: Pulling fs layer 15:39:49 e1f770b5df2f: Pulling fs layer 15:39:49 85a0685a4137: Pulling fs layer 15:39:49 0d57e429df01: Waiting 15:39:49 4e4be7b47b0d: Waiting 15:39:49 e1f770b5df2f: Waiting 15:39:49 85a0685a4137: Waiting 15:39:49 de9db76c5a1d: Download complete 15:39:49 0ef7d3d256c8: Verifying Checksum 15:39:49 0ef7d3d256c8: Download complete 15:39:49 0d57e429df01: Verifying Checksum 15:39:49 0d57e429df01: Download complete 15:39:50 4e4be7b47b0d: Download complete 15:39:50 188c0c94c7c5: Verifying Checksum 15:39:50 188c0c94c7c5: Pull complete 15:39:51 0ef7d3d256c8: Pull complete 15:39:51 de9db76c5a1d: Pull complete 15:39:52 e1f770b5df2f: Verifying Checksum 15:39:52 e1f770b5df2f: Download complete 15:39:57 0eba1c9be4d2: Verifying Checksum 15:39:57 0eba1c9be4d2: Download complete 15:39:57 85a0685a4137: Verifying Checksum 15:39:57 85a0685a4137: Download complete 15:40:05 0eba1c9be4d2: Pull complete 15:40:06 0d57e429df01: Pull complete 15:40:06 4e4be7b47b0d: Pull complete 15:40:08 e1f770b5df2f: Pull complete 15:40:18 85a0685a4137: Pull complete 15:40:18 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:40:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:40:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:40:19 prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container 15:40:19 $ 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 15:40:20 $ docker top 2c8e2e92024b4397246c14fcb3db1a9fc14c122b4f8cbfddf87bd6bd2bed8790 -eo pid,comm [Pipeline] { [Pipeline] echo 15:40:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:40:20 + set -o pipefail 15:40:20 + snyk monitor '--org=edgex-jenkins' 15:40:39 15:40:39 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 15:40:39 15:40:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9cf37ae1-8c00-4313-9ce0-a6ddd2565433 15:40:39 15:40:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:40:39 15:40:39 [Pipeline] } 15:40:39 $ docker stop --time=1 2c8e2e92024b4397246c14fcb3db1a9fc14c122b4f8cbfddf87bd6bd2bed8790 15:40:41 $ docker rm -f 2c8e2e92024b4397246c14fcb3db1a9fc14c122b4f8cbfddf87bd6bd2bed8790 [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 15:40:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:40:43 provisioning config files... 15:40:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8051499774786677652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:40:44 --> edgex-publish-swagger.sh 15:40:44 === Publish openapi/v2 API === 15:40:44 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:40:44 [publishToSwagger] Publishing API Name [app-functions-sdk] 15:40:44 % Total % Received % Xferd Average Speed Time Time Time Current 15:40:44 Dload Upload Total Spent Left Speed 15:40:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10676 0:00:01 0:00:01 --:--:-- 10684 100 13025 0 0 100 13025 0 10674 0:00:01 0:00:01 --:--:-- 10684 15:40:45 15:40:45 [Pipeline] } 15:40:45 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 15:40:46 + git log --format=format:%s -1 baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 [Pipeline] isUnix [Pipeline] sh 15:40:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:40:47 . [Pipeline] withDockerContainer 15:40:47 prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container 15:40:47 $ 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 15:40:48 $ docker top 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:40:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:40:49 [ssh-agent] Looking for ssh-agent implementation... 15:40:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:40:49 $ docker exec 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d ssh-agent 15:40:49 SSH_AUTH_SOCK=/tmp/ssh-vFysGiqPoshp/agent.12 15:40:49 SSH_AGENT_PID=17 15:40:49 Running ssh-add (command line suppressed) 15:40:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8563540908447865784.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8563540908447865784.key) 15:40:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:40:50 + git semver tag 15:40:50 # -> Open(): unable to determine branch for HEAD 15:40:50 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:40:50 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:40:50 # $SEMVER_REMOTE_NAME = origin 15:40:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:40:50 # $SEMVER_USER_NAME = edgex-jenkins 15:40:50 # $SEMVER_BRANCH = master 15:40:50 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:40:50 # baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 HEAD 15:40:50 # -> Force: false 15:40:50 # 10b75cb9f8d8d900e20005fd67a1fe675a5075c5 refs/tags/v1.3.1-dev.16 [Pipeline] } 15:40:50 $ docker exec --env ******** --env ******** 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d ssh-agent -k 15:40:51 unset SSH_AUTH_SOCK; 15:40:51 unset SSH_AGENT_PID; 15:40:51 echo Agent pid 17 killed; 15:40:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:40:51 + git semver [Pipeline] } 15:40:51 $ docker stop --time=1 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d 15:40:53 $ docker rm -f 282af0ef0ad6514e95c8f94e12ccd20596441f6ba8241b29e4d5f5598a6c8e1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:40:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:40:53 15:40:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:40:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:40:54 0.23.1-centos7: Pulling from edgex-lftools 15:40:54 ab5ef0e58194: Pulling fs layer 15:40:54 9712f1f96733: Pulling fs layer 15:40:54 63f879dbbcfc: Pulling fs layer 15:40:54 0d9ebad4ef96: Pulling fs layer 15:40:54 e9a5061849ea: Pulling fs layer 15:40:54 d747dcd14b5f: Pulling fs layer 15:40:54 2de7ff778b66: Pulling fs layer 15:40:54 e9a5061849ea: Waiting 15:40:54 d747dcd14b5f: Waiting 15:40:54 2de7ff778b66: Waiting 15:40:54 0d9ebad4ef96: Waiting 15:40:54 9712f1f96733: Verifying Checksum 15:40:54 9712f1f96733: Download complete 15:40:57 63f879dbbcfc: Verifying Checksum 15:40:57 63f879dbbcfc: Download complete 15:40:57 e9a5061849ea: Verifying Checksum 15:40:57 e9a5061849ea: Download complete 15:40:57 d747dcd14b5f: Verifying Checksum 15:40:57 d747dcd14b5f: Download complete 15:40:59 0d9ebad4ef96: Verifying Checksum 15:40:59 0d9ebad4ef96: Download complete 15:40:59 2de7ff778b66: Verifying Checksum 15:40:59 2de7ff778b66: Download complete 15:40:59 ab5ef0e58194: Verifying Checksum 15:40:59 ab5ef0e58194: Download complete 15:41:06 ab5ef0e58194: Pull complete 15:41:06 9712f1f96733: Pull complete 15:41:09 63f879dbbcfc: Pull complete 15:41:20 0d9ebad4ef96: Pull complete 15:41:21 e9a5061849ea: Pull complete 15:41:21 d747dcd14b5f: Pull complete 15:41:24 2de7ff778b66: Pull complete 15:41:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:41:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:41:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:41:24 prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container 15:41:24 $ 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 15:41:28 $ docker top ff0621cf4b178f60ca302940a7140cfe880484c3acf29ae6cc6d19fc3fc07711 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:41:28 provisioning config files... 15:41:28 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8694668582266903750tmp 15:41:28 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4490855416672364394tmp 15:41:28 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2327405252029779270tmp [Pipeline] { [Pipeline] echo 15:41:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:41:29 ---> sigul-configuration.sh 15:41:29 gpg: directory `/root/.gnupg' created 15:41:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:41:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:41:29 gpg: keyring `/root/.gnupg/secring.gpg' created 15:41:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:41:29 gpg: CAST5 encrypted data 15:41:29 gpg: encrypted with 1 passphrase 15:41:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:41:29 + mkdir /home/jenkins 15:41:29 + mkdir /home/jenkins/sigul [Pipeline] sh 15:41:30 + 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 15:41:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:41:30 ---> sigul-install.sh 15:41:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:41:37 + git tag --list 15:41:37 v0.1.0 15:41:37 v0.1.1 15:41:37 v1.0.0 15:41:37 v1.1.0 15:41:37 v1.2.0 15:41:37 v1.2.1-dev.1 15:41:37 v1.2.1-dev.10 15:41:37 v1.2.1-dev.11 15:41:37 v1.2.1-dev.12 15:41:37 v1.2.1-dev.13 15:41:37 v1.2.1-dev.14 15:41:37 v1.2.1-dev.15 15:41:37 v1.2.1-dev.16 15:41:37 v1.2.1-dev.17 15:41:37 v1.2.1-dev.18 15:41:37 v1.2.1-dev.19 15:41:37 v1.2.1-dev.2 15:41:37 v1.2.1-dev.20 15:41:37 v1.2.1-dev.21 15:41:37 v1.2.1-dev.22 15:41:37 v1.2.1-dev.23 15:41:37 v1.2.1-dev.24 15:41:37 v1.2.1-dev.25 15:41:37 v1.2.1-dev.26 15:41:37 v1.2.1-dev.27 15:41:37 v1.2.1-dev.28 15:41:37 v1.2.1-dev.29 15:41:37 v1.2.1-dev.3 15:41:37 v1.2.1-dev.30 15:41:37 v1.2.1-dev.31 15:41:37 v1.2.1-dev.32 15:41:37 v1.2.1-dev.33 15:41:37 v1.2.1-dev.34 15:41:37 v1.2.1-dev.35 15:41:37 v1.2.1-dev.36 15:41:37 v1.2.1-dev.37 15:41:37 v1.2.1-dev.38 15:41:37 v1.2.1-dev.39 15:41:37 v1.2.1-dev.4 15:41:37 v1.2.1-dev.40 15:41:37 v1.2.1-dev.41 15:41:37 v1.2.1-dev.42 15:41:37 v1.2.1-dev.43 15:41:37 v1.2.1-dev.44 15:41:37 v1.2.1-dev.45 15:41:37 v1.2.1-dev.46 15:41:37 v1.2.1-dev.47 15:41:37 v1.2.1-dev.48 15:41:37 v1.2.1-dev.49 15:41:37 v1.2.1-dev.5 15:41:37 v1.2.1-dev.50 15:41:37 v1.2.1-dev.51 15:41:37 v1.2.1-dev.52 15:41:37 v1.2.1-dev.53 15:41:37 v1.2.1-dev.54 15:41:37 v1.2.1-dev.55 15:41:37 v1.2.1-dev.56 15:41:37 v1.2.1-dev.57 15:41:37 v1.2.1-dev.58 15:41:37 v1.2.1-dev.6 15:41:37 v1.2.1-dev.7 15:41:37 v1.2.1-dev.8 15:41:37 v1.2.1-dev.9 15:41:37 v1.3.0 15:41:37 v1.3.1-dev.1 15:41:37 v1.3.1-dev.10 15:41:37 v1.3.1-dev.11 15:41:37 v1.3.1-dev.12 15:41:37 v1.3.1-dev.13 15:41:37 v1.3.1-dev.14 15:41:37 v1.3.1-dev.15 15:41:37 v1.3.1-dev.16 15:41:37 v1.3.1-dev.2 15:41:37 v1.3.1-dev.3 15:41:37 v1.3.1-dev.4 15:41:37 v1.3.1-dev.5 15:41:37 v1.3.1-dev.6 15:41:37 v1.3.1-dev.7 15:41:37 v1.3.1-dev.8 15:41:37 v1.3.1-dev.9 [Pipeline] sh 15:41:38 + lftools sign git-tag v1.3.1-dev.16 15:41:39 Signing Git tag with Sigul... 15:41:39 Signing v1.3.1-dev.16 [Pipeline] echo 15:41:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:41:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:41:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:41:41 $ docker stop --time=1 ff0621cf4b178f60ca302940a7140cfe880484c3acf29ae6cc6d19fc3fc07711 15:41:43 $ docker rm -f ff0621cf4b178f60ca302940a7140cfe880484c3acf29ae6cc6d19fc3fc07711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:41:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:44 . [Pipeline] withDockerContainer 15:41:45 prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container 15:41:45 $ 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 15:41:46 $ docker top af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:41:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:41:46 [ssh-agent] Looking for ssh-agent implementation... 15:41:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:41:47 $ docker exec af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 ssh-agent 15:41:47 SSH_AUTH_SOCK=/tmp/ssh-VrlieCYZUU1B/agent.11 15:41:47 SSH_AGENT_PID=16 15:41:47 Running ssh-add (command line suppressed) 15:41:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1647513673036067812.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1647513673036067812.key) 15:41:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:41:48 + git semver bump pre 15:41:48 # -> Open(): unable to determine branch for HEAD 15:41:48 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:41:48 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:41:48 # $SEMVER_REMOTE_NAME = origin 15:41:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:41:48 # $SEMVER_USER_NAME = edgex-jenkins 15:41:48 # $SEMVER_BRANCH = master 15:41:48 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:41:48 1.3.1-dev.17 [Pipeline] } 15:41:48 $ docker exec --env ******** --env ******** af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 ssh-agent -k 15:41:49 unset SSH_AUTH_SOCK; 15:41:49 unset SSH_AGENT_PID; 15:41:49 echo Agent pid 16 killed; 15:41:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:41:49 + git semver [Pipeline] } 15:41:49 $ docker stop --time=1 af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 15:41:51 $ docker rm -f af3fdaf7309c3e1f3e37cc5ae61d3ab3685fba50e023431408e28d747bc44e57 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:41:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:52 . [Pipeline] withDockerContainer 15:41:52 prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container 15:41:52 $ 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 15:41:53 $ docker top 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:41:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:41:53 [ssh-agent] Looking for ssh-agent implementation... 15:41:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:41:54 $ docker exec 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 ssh-agent 15:41:54 SSH_AUTH_SOCK=/tmp/ssh-MJ75tYPDiXgF/agent.12 15:41:54 SSH_AGENT_PID=17 15:41:54 Running ssh-add (command line suppressed) 15:41:54 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2406152153266562993.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2406152153266562993.key) 15:41:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:41:55 + git semver push 15:41:55 # -> Open(): unable to determine branch for HEAD 15:41:55 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:41:55 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:41:55 # $SEMVER_REMOTE_NAME = origin 15:41:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:41:55 # $SEMVER_USER_NAME = edgex-jenkins 15:41:55 # $SEMVER_BRANCH = master 15:41:55 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:42:03 $ docker exec --env ******** --env ******** 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 ssh-agent -k 15:42:03 unset SSH_AUTH_SOCK; 15:42:03 unset SSH_AGENT_PID; 15:42:03 echo Agent pid 17 killed; 15:42:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:04 + git semver [Pipeline] } 15:42:04 $ docker stop --time=1 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 15:42:06 $ docker rm -f 2ef375ff0337510992dc8ff3cfba76ded857b35e7aadfcc2d55f10401c6fd416 [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 15:42:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:42:08 ---> package-listing.sh 15:42:08 ++ facter osfamily 15:42:08 ++ tr '[:upper:]' '[:lower:]' 15:42:08 + OS_FAMILY=redhat 15:42:08 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 15:42:08 + START_PACKAGES=/tmp/packages_start.txt 15:42:08 + END_PACKAGES=/tmp/packages_end.txt 15:42:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:42:08 + PACKAGES=/tmp/packages_start.txt 15:42:08 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:42:08 + PACKAGES=/tmp/packages_end.txt 15:42:08 + case "${OS_FAMILY}" in 15:42:08 + rpm -qa 15:42:08 + sort 15:42:14 + '[' -f /tmp/packages_start.txt ']' 15:42:14 + '[' -f /tmp/packages_end.txt ']' 15:42:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:42:14 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:42:14 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 15:42:14 + 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 15:42:14 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 15:42:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:42:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:42:15 15:42:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:42:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:42:16 alpine: Pulling from edgex-lftools-log-publisher 15:42:16 df20fa9351a1: Pulling fs layer 15:42:16 36b3adc4ff6f: Pulling fs layer 15:42:16 8ad3a11d3b57: Pulling fs layer 15:42:16 46f8f816bc3b: Pulling fs layer 15:42:16 93b61091891f: Pulling fs layer 15:42:16 46f8f816bc3b: Waiting 15:42:16 93b9cdb0e59b: Pulling fs layer 15:42:16 5e14af77c1be: Pulling fs layer 15:42:16 01666e4c0597: Pulling fs layer 15:42:16 aa168da1d23b: Pulling fs layer 15:42:16 93b9cdb0e59b: Waiting 15:42:16 5e14af77c1be: Waiting 15:42:16 01666e4c0597: Waiting 15:42:16 aa168da1d23b: Waiting 15:42:16 93b61091891f: Waiting 15:42:16 36b3adc4ff6f: Verifying Checksum 15:42:16 36b3adc4ff6f: Download complete 15:42:16 46f8f816bc3b: Verifying Checksum 15:42:16 46f8f816bc3b: Download complete 15:42:16 df20fa9351a1: Verifying Checksum 15:42:16 df20fa9351a1: Download complete 15:42:16 93b9cdb0e59b: Verifying Checksum 15:42:16 93b9cdb0e59b: Download complete 15:42:16 5e14af77c1be: Verifying Checksum 15:42:16 5e14af77c1be: Download complete 15:42:16 01666e4c0597: Verifying Checksum 15:42:16 01666e4c0597: Download complete 15:42:16 93b61091891f: Verifying Checksum 15:42:16 93b61091891f: Download complete 15:42:16 8ad3a11d3b57: Verifying Checksum 15:42:16 8ad3a11d3b57: Download complete 15:42:16 df20fa9351a1: Pull complete 15:42:17 36b3adc4ff6f: Pull complete 15:42:19 8ad3a11d3b57: Pull complete 15:42:19 46f8f816bc3b: Pull complete 15:42:20 93b61091891f: Pull complete 15:42:20 93b9cdb0e59b: Pull complete 15:42:20 5e14af77c1be: Pull complete 15:42:21 01666e4c0597: Pull complete 15:42:21 aa168da1d23b: Verifying Checksum 15:42:21 aa168da1d23b: Download complete 15:42:36 aa168da1d23b: Pull complete 15:42:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:42:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:42:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:42:36 prd-centos7-docker-4c-2g-19099 does not seem to be running inside a container 15:42:36 $ 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 15:42:39 $ docker top 438b2cbae19d0e1469b77a97c92d988df8b5b8aa074332f0ad641a22f887bd9d -eo pid,comm [Pipeline] { [Pipeline] sh 15:42:40 + touch /tmp/pre-build-complete [Pipeline] sh 15:42:40 + mkdir -p /var/log/sa [Pipeline] sh 15:42:40 + ls /var/log/sa-host 15:42:40 + sadf -c /var/log/sa-host/sa08 15:42:40 file_magic: OK 15:42:40 HZ: Using current value: 100 15:42:40 file_header: OK 15:42:40 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 15:42:40 Statistics: 15:42:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:42:40 File successfully converted to sysstat format version 12.2.1 15:42:40 + sadf -c /var/log/sa-host/sa23 15:42:40 file_magic: OK 15:42:40 HZ: Using current value: 100 15:42:40 file_header: OK 15:42:40 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 15:42:40 Statistics: 15:42:40 Hnuu...uuuununununu... 15:42:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:42:41 provisioning config files... 15:42:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config641460791306821086tmp [Pipeline] { [Pipeline] echo 15:42:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:42:41 ---> create-netrc.sh [Pipeline] } 15:42:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:42:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:42:42 ---> python-tools-install.sh [Pipeline] echo 15:42:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:42:42 ---> sudo-logs.sh 15:42:42 Archiving 'sudo' log.. [Pipeline] echo 15:42:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:42:43 ---> job-cost.sh 15:42:43 lf-activate-venv: SKIPPING 15:42:43 INFO: No Stack... 15:42:45 INFO: Retrieving Pricing Info for: v1-standard-2 15:42:46 INFO: Archiving Costs [Pipeline] echo 15:42:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:42:46 ---> logs-deploy.sh 15:42:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/165 15:42:46 INFO: archiving workspace using pattern(s): 15:42:48 Archives upload complete. 15:42:48 INFO: archiving logs to Nexus