Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31388 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 # timeout=10 Commit message: "feat: Add GetAppSetting convenience API (#761)" > git rev-list --no-walk 80a7af3f70910015b8ff19dafd094aaacdf0707c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:39:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:39:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:39:29 ========================================================= 16:39:29 EdgeX Global Pipelines Version Info 16:39:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:39:30 ------------------- 16:39:30 stable info: 16:39:30 ------------------- 16:39:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:39:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:39:30 Message: update stable to v1.0.186 16:39:31 ------------------- 16:39:31 experimental info: 16:39:31 ------------------- 16:39:31 Commited By: **** collab-it+edgex@linuxfoundation.org 16:39:31 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 16:39:31 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:39:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:39:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:39:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:39:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:39:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:39:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 [Pipeline] echo 16:39:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7158bb1 [Pipeline] echo 16:39:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:39:36 + git log --format=format:%s -1 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 [Pipeline] echo 16:39:36 GIT_COMMIT: 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58, Commit Message: feat: Add GetAppSetting convenience API (#761) [Pipeline] echo 16:39:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:39:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:37 16:39:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:39:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:38 latest: Pulling from edgex-devops/git-semver 16:39:38 31603596830f: Pulling fs layer 16:39:38 2a8b12db71e7: Pulling fs layer 16:39:38 6ca5941a6612: Pulling fs layer 16:39:38 ecc8261a40a4: Pulling fs layer 16:39:38 ecc8261a40a4: Waiting 16:39:38 2a8b12db71e7: Download complete 16:39:38 31603596830f: Download complete 16:39:38 ecc8261a40a4: Verifying Checksum 16:39:38 ecc8261a40a4: Download complete 16:39:38 6ca5941a6612: Verifying Checksum 16:39:38 6ca5941a6612: Download complete 16:39:38 31603596830f: Pull complete 16:39:38 2a8b12db71e7: Pull complete 16:39:40 6ca5941a6612: Pull complete 16:39:40 ecc8261a40a4: Pull complete 16:39:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:39:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:39:40 prd-centos7-docker-4c-2g-31388 does not seem to be running inside a container 16:39:40 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:39:42 $ docker top 351bbf8967e64f9681f0c91158fb44a8f5ab24cfcda35158421bac181c79c4ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:39:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:39:42 [ssh-agent] Looking for ssh-agent implementation... 16:39:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:43 $ docker exec 351bbf8967e64f9681f0c91158fb44a8f5ab24cfcda35158421bac181c79c4ba ssh-agent 16:39:43 SSH_AUTH_SOCK=/tmp/ssh-FYKcxQHebgNu/agent.12 16:39:43 SSH_AGENT_PID=17 16:39:43 Running ssh-add (command line suppressed) 16:39:43 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8462464598237930583.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8462464598237930583.key) 16:39:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:43 + git tag --points-at HEAD [Pipeline] } 16:39:43 $ docker exec --env ******** --env ******** 351bbf8967e64f9681f0c91158fb44a8f5ab24cfcda35158421bac181c79c4ba ssh-agent -k 16:39:44 unset SSH_AUTH_SOCK; 16:39:44 unset SSH_AGENT_PID; 16:39:44 echo Agent pid 17 killed; 16:39:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:39:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:39:44 [ssh-agent] Looking for ssh-agent implementation... 16:39:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:44 $ docker exec 351bbf8967e64f9681f0c91158fb44a8f5ab24cfcda35158421bac181c79c4ba ssh-agent 16:39:44 SSH_AUTH_SOCK=/tmp/ssh-wllfNPN7ZRg6/agent.46 16:39:44 SSH_AGENT_PID=51 16:39:44 Running ssh-add (command line suppressed) 16:39:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6599501263009676591.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6599501263009676591.key) 16:39:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:45 + git semver init 16:39:45 # -> Open(): unable to determine branch for HEAD 16:39:45 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:39:45 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:39:45 # $SEMVER_REMOTE_NAME = origin 16:39:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:39:45 # $SEMVER_USER_NAME = edgex-jenkins 16:39:45 # $SEMVER_BRANCH = master 16:39:45 # $SEMVER_TEMP = /tmp/semver-775479326 16:39:45 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:39:47 # '/tmp/semver-775479326' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:39:48 # -> Force: false 16:39:48 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:39:48 $ docker exec --env ******** --env ******** 351bbf8967e64f9681f0c91158fb44a8f5ab24cfcda35158421bac181c79c4ba ssh-agent -k 16:39:48 unset SSH_AUTH_SOCK; 16:39:48 unset SSH_AGENT_PID; 16:39:48 echo Agent pid 51 killed; 16:39:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:39:48 + git semver [Pipeline] } 16:39:48 $ docker stop --time=1 351bbf8967e64f9681f0c91158fb44a8f5ab24cfcda35158421bac181c79c4ba 16:39:50 $ docker rm -f 351bbf8967e64f9681f0c91158fb44a8f5ab24cfcda35158421bac181c79c4ba [Pipeline] // withDockerContainer [Pipeline] sh 16:39:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:39:51 Stashed 1 file(s) [Pipeline] echo 16:39:51 [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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 16:40:06 Still waiting to schedule task 16:40:06 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31388’ 16:40:06 Still waiting to schedule task 16:40:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:41:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31389 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:41:49 Running in /w/workspace/app-functions-sdk-go/202 [Pipeline] { [Pipeline] checkout 16:41:54 using credential edgex-jenkins-ssh 16:41:55 Cloning the remote Git repository 16:41:55 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:41:55 > git init /w/workspace/app-functions-sdk-go/202 # timeout=10 16:41:55 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:41:55 > git --version # timeout=10 16:41:55 > git --version # 'git version 2.17.1' 16:41:55 using GIT_SSH to set credentials SSH Credentials for GitHub 16:41:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:41:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:41:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:41:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:41:58 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:41:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:41:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:41:59 Checking out Revision 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 (master) 16:41:59 > git config core.sparsecheckout # timeout=10 16:41:59 > git checkout -f 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 # timeout=10 16:42:03 Commit message: "feat: Add GetAppSetting convenience API (#761)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:42:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:42:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:42:06 + sudo service docker restart 16:42:06 + true [Pipeline] unstash [Pipeline] echo 16:42:09 ========================================================= 16:42:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:42:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:42: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 . 16:42:11 Sending build context to Docker daemon 19.43MB 16:42:11 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:42:11 Step 2/8 : FROM ${BASE} 16:42:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:42:11 5f621e34cdf4: Pulling fs layer 16:42:11 a4357932f1b6: Pulling fs layer 16:42:11 18c013af1878: Pulling fs layer 16:42:11 00ac8860ef70: Pulling fs layer 16:42:11 63d7cb157983: Pulling fs layer 16:42:11 b116817d02f9: Pulling fs layer 16:42:11 745a02a5169b: Pulling fs layer 16:42:11 00ac8860ef70: Waiting 16:42:11 63d7cb157983: Waiting 16:42:11 745a02a5169b: Waiting 16:42:11 18c013af1878: Verifying Checksum 16:42:11 18c013af1878: Download complete 16:42:11 a4357932f1b6: Verifying Checksum 16:42:11 a4357932f1b6: Download complete 16:42:11 63d7cb157983: Verifying Checksum 16:42:11 63d7cb157983: Download complete 16:42:11 b116817d02f9: Verifying Checksum 16:42:11 b116817d02f9: Download complete 16:42:11 5f621e34cdf4: Verifying Checksum 16:42:11 5f621e34cdf4: Download complete 16:42:12 5f621e34cdf4: Pull complete 16:42:12 a4357932f1b6: Pull complete 16:42:13 18c013af1878: Pull complete 16:42:14 745a02a5169b: Verifying Checksum 16:42:14 745a02a5169b: Download complete 16:42:15 00ac8860ef70: Verifying Checksum 16:42:15 00ac8860ef70: Download complete 16:42:25 Running on prd-centos7-docker-4c-2g-31390 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:42:25 Running in /w/workspace/app-functions-sdk-go/202 [Pipeline] { [Pipeline] checkout 16:42:27 00ac8860ef70: Pull complete 16:42:27 63d7cb157983: Pull complete 16:42:27 b116817d02f9: Pull complete 16:42:27 using credential edgex-jenkins-ssh 16:42:27 Cloning the remote Git repository 16:42:27 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:42:27 > git init /w/workspace/app-functions-sdk-go/202 # timeout=10 16:42:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:42:27 > git --version # timeout=10 16:42:27 > git --version # 'git version 2.24.3' 16:42:27 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:29 Checking out Revision 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 (master) 16:42:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:42:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:42:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:42:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:29 > git config core.sparsecheckout # timeout=10 16:42:29 > git checkout -f 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 # timeout=10 16:42:30 745a02a5169b: Pull complete 16:42:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:42:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:42:30 ---> b7e6874047d6 16:42:30 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:42:30 20.10.0: Pulling from library/docker 16:42:30 a3cc7d3b244e: Pulling fs layer 16:42:30 02a3295e0d61: Pulling fs layer 16:42:30 0f4f2e6d8100: Pulling fs layer 16:42:30 330b718f631f: Pulling fs layer 16:42:30 a93816041522: Pulling fs layer 16:42:30 330b718f631f: Waiting 16:42:30 bdb6da89ff94: Pulling fs layer 16:42:30 2a70c0c122f4: Pulling fs layer 16:42:30 2a70c0c122f4: Waiting 16:42:30 bdb6da89ff94: Waiting 16:42:30 0f4f2e6d8100: Verifying Checksum 16:42:30 0f4f2e6d8100: Download complete 16:42:30 02a3295e0d61: Download complete 16:42:30 a93816041522: Verifying Checksum 16:42:30 a93816041522: Download complete 16:42:30 a3cc7d3b244e: Verifying Checksum 16:42:30 a3cc7d3b244e: Download complete 16:42:30 bdb6da89ff94: Download complete 16:42:30 2a70c0c122f4: Verifying Checksum 16:42:30 2a70c0c122f4: Download complete 16:42:30 a3cc7d3b244e: Pull complete 16:42:31 02a3295e0d61: Pull complete 16:42:31 0f4f2e6d8100: Pull complete 16:42:31 330b718f631f: Verifying Checksum 16:42:31 330b718f631f: Download complete 16:42:33 Commit message: "feat: Add GetAppSetting convenience API (#761)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:42:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:42:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:42:35 + sudo service docker restart 16:42:35 + true 16:42:35 Redirecting to /bin/systemctl restart docker.service 16:42:36 330b718f631f: Pull complete 16:42:36 a93816041522: Pull complete [Pipeline] unstash [Pipeline] echo 16:42:36 ========================================================= 16:42:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:42:36 ========================================================= 16:42:36 bdb6da89ff94: Pull complete [Pipeline] isUnix [Pipeline] sh 16:42:36 2a70c0c122f4: Pull complete 16:42:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:42:36 Status: Downloaded newer image for docker:20.10.0 16:42:36 + 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 . 16:42:37 Sending build context to Docker daemon 19.43MB 16:42:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:42:37 Step 2/8 : FROM ${BASE} 16:42:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:42:37 188c0c94c7c5: Pulling fs layer 16:42:37 0ef7d3d256c8: Pulling fs layer 16:42:37 de9db76c5a1d: Pulling fs layer 16:42:37 bca2f99d35d6: Pulling fs layer 16:42:37 93359f2a8cfa: Pulling fs layer 16:42:37 7c6f9722023f: Pulling fs layer 16:42:37 a35cf1a2eb13: Pulling fs layer 16:42:37 93359f2a8cfa: Waiting 16:42:37 7c6f9722023f: Waiting 16:42:37 a35cf1a2eb13: Waiting 16:42:37 bca2f99d35d6: Waiting 16:42:37 de9db76c5a1d: Verifying Checksum 16:42:37 de9db76c5a1d: Download complete 16:42:37 0ef7d3d256c8: Verifying Checksum 16:42:37 0ef7d3d256c8: Download complete 16:42:37 93359f2a8cfa: Verifying Checksum 16:42:37 93359f2a8cfa: Download complete 16:42:37 7c6f9722023f: Verifying Checksum 16:42:37 7c6f9722023f: Download complete 16:42:37 188c0c94c7c5: Verifying Checksum 16:42:37 188c0c94c7c5: Download complete 16:42:37 188c0c94c7c5: Pull complete 16:42:38 0ef7d3d256c8: Pull complete 16:42:38 de9db76c5a1d: Pull complete 16:42:39 a35cf1a2eb13: Verifying Checksum 16:42:39 a35cf1a2eb13: Download complete 16:42:40 bca2f99d35d6: Verifying Checksum 16:42:40 bca2f99d35d6: Download complete 16:42:43 ---> 166624f305b0 16:42:43 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:42:43 ---> Running in cc4767ddb509 16:42:43 Removing intermediate container cc4767ddb509 16:42:43 ---> 125f53804d6d 16:42:43 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:42:43 ---> Running in add68ef07220 16:42:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:45 bca2f99d35d6: Pull complete 16:42:45 93359f2a8cfa: Pull complete 16:42:45 7c6f9722023f: Pull complete 16:42:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:46 (1/5) Installing libsodium (1.0.18-r0) 16:42:46 (2/5) Installing libzmq (4.3.3-r0) 16:42:46 (3/5) Installing pkgconf (1.7.2-r0) 16:42:46 (4/5) Installing libsodium-dev (1.0.18-r0) 16:42:46 (5/5) Installing zeromq-dev (4.3.3-r0) 16:42:46 Executing busybox-1.31.1-r19.trigger 16:42:46 OK: 144 MiB in 44 packages 16:42:48 Removing intermediate container add68ef07220 16:42:48 ---> 04c100a4d30e 16:42:48 Step 6/8 : WORKDIR /build 16:42:48 ---> Running in c8250d839fcc 16:42:48 Removing intermediate container c8250d839fcc 16:42:48 ---> 71fcfd05a9cb 16:42:48 Step 7/8 : COPY go.mod . 16:42:49 ---> 9a7009b18e64 16:42:49 Step 8/8 : RUN go mod download 16:42:49 ---> Running in 5c62a9bb0cc2 16:42:49 a35cf1a2eb13: Pull complete 16:42:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:42:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:42:49 ---> a62c8e92a672 16:42:49 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:42:49 20.10.0: Pulling from library/docker 16:42:49 05e7bc50f07f: Pulling fs layer 16:42:49 6db28d0fdbf6: Pulling fs layer 16:42:49 292df0bc6bf3: Pulling fs layer 16:42:49 2e060f4bd70b: Pulling fs layer 16:42:49 80e8d568a223: Pulling fs layer 16:42:49 8dc6ef1a942a: Pulling fs layer 16:42:49 2312dd95470a: Pulling fs layer 16:42:49 2e060f4bd70b: Waiting 16:42:49 80e8d568a223: Waiting 16:42:49 8dc6ef1a942a: Waiting 16:42:49 2312dd95470a: Waiting 16:42:49 292df0bc6bf3: Verifying Checksum 16:42:49 292df0bc6bf3: Download complete 16:42:49 05e7bc50f07f: Verifying Checksum 16:42:49 05e7bc50f07f: Download complete 16:42:49 6db28d0fdbf6: Verifying Checksum 16:42:49 6db28d0fdbf6: Download complete 16:42:50 80e8d568a223: Verifying Checksum 16:42:50 80e8d568a223: Download complete 16:42:50 8dc6ef1a942a: Download complete 16:42:50 2312dd95470a: Verifying Checksum 16:42:50 2312dd95470a: Download complete 16:42:50 05e7bc50f07f: Pull complete 16:42:50 6db28d0fdbf6: Pull complete 16:42:50 292df0bc6bf3: Pull complete 16:42:51 2e060f4bd70b: Verifying Checksum 16:42:51 2e060f4bd70b: Download complete 16:42:53 2e060f4bd70b: Pull complete 16:42:53 80e8d568a223: Pull complete 16:42:54 8dc6ef1a942a: Pull complete 16:42:54 2312dd95470a: Pull complete 16:42:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:42:54 Status: Downloaded newer image for docker:20.10.0 16:42:56 ---> e05249e11829 16:42:56 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:42:56 ---> Running in 4c8cc3a788a5 16:42:56 Removing intermediate container 4c8cc3a788a5 16:42:56 ---> 89efbe4c1764 16:42:56 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:42:56 ---> Running in 447227cb3c33 16:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:57 (1/5) Installing libsodium (1.0.18-r0) 16:42:58 (2/5) Installing libzmq (4.3.3-r0) 16:42:58 (3/5) Installing pkgconf (1.7.2-r0) 16:42:58 (4/5) Installing libsodium-dev (1.0.18-r0) 16:42:58 (5/5) Installing zeromq-dev (4.3.3-r0) 16:42:58 Executing busybox-1.31.1-r19.trigger 16:42:58 OK: 167 MiB in 44 packages 16:42:59 Removing intermediate container 447227cb3c33 16:42:59 ---> 3a406d0bfd28 16:42:59 Step 6/8 : WORKDIR /build 16:42:59 ---> Running in a72b1aa3ad03 16:42:59 Removing intermediate container a72b1aa3ad03 16:42:59 ---> ae27736e3e9b 16:42:59 Step 7/8 : COPY go.mod . 16:42:59 ---> 49ce77e07986 16:42:59 Step 8/8 : RUN go mod download 16:42:59 ---> Running in 58cc06f57881 16:43:16 Removing intermediate container 5c62a9bb0cc2 16:43:16 ---> 8c80c3bdfc14 16:43:16 Successfully built 8c80c3bdfc14 16:43:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:43:16 + docker inspect -f . ci-base-image-arm64 16:43:16 . [Pipeline] withDockerContainer 16:43:16 prd-ubuntu18.04-docker-arm64-4c-16g-31389 does not seem to be running inside a container 16:43:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/202 -v /w/workspace/app-functions-sdk-go/202:/w/workspace/app-functions-sdk-go/202:rw,z -v /w/workspace/app-functions-sdk-go/202@tmp:/w/workspace/app-functions-sdk-go/202@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 16:43:18 $ docker top c5a1dede1c5114055282a7b02e86ac3c59b383a84f8f6c7ca57cc52c1aff6308 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:19 + go version 16:43:19 go version go1.15.5 linux/arm64 [Pipeline] } 16:43:19 $ docker stop --time=1 c5a1dede1c5114055282a7b02e86ac3c59b383a84f8f6c7ca57cc52c1aff6308 16:43:21 $ docker rm -f c5a1dede1c5114055282a7b02e86ac3c59b383a84f8f6c7ca57cc52c1aff6308 16:43:21 Removing intermediate container 58cc06f57881 16:43:21 ---> 9de5f64307f4 16:43:21 Successfully built 9de5f64307f4 16:43:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:22 + docker inspect -f . ci-base-image-x86_64 16:43:22 . [Pipeline] withDockerContainer 16:43:22 + docker inspect -f . ci-base-image-arm64 16:43:22 . 16:43:22 prd-centos7-docker-4c-2g-31390 does not seem to be running inside a container 16:43:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/202 -v /w/workspace/app-functions-sdk-go/202:/w/workspace/app-functions-sdk-go/202:rw,z -v /w/workspace/app-functions-sdk-go/202@tmp:/w/workspace/app-functions-sdk-go/202@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 16:43:23 $ docker top 7fd3c876687511c8593eb5ae2495eabbd5ef1259680d18fe02e878ea51418e0e -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 16:43:24 prd-ubuntu18.04-docker-arm64-4c-16g-31389 does not seem to be running inside a container 16:43:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/202 -v /w/workspace/app-functions-sdk-go/202:/w/workspace/app-functions-sdk-go/202:rw,z -v /w/workspace/app-functions-sdk-go/202@tmp:/w/workspace/app-functions-sdk-go/202@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 16:43:25 $ docker top 692b9828247664876a80d3a1a1856ed9661da2c3ec1fbec88d6b308127b4d5c8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 16:43:26 + go version 16:43:26 go version go1.15.5 linux/amd64 [Pipeline] } 16:43:26 $ docker stop --time=1 7fd3c876687511c8593eb5ae2495eabbd5ef1259680d18fe02e878ea51418e0e 16:43:26 + make test 16:43:26 make -C ./app-service-template build 16:43:26 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:43:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 16:43:27 $ docker rm -f 7fd3c876687511c8593eb5ae2495eabbd5ef1259680d18fe02e878ea51418e0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:28 + docker inspect -f . ci-base-image-x86_64 16:43:28 . [Pipeline] withDockerContainer 16:43:28 prd-centos7-docker-4c-2g-31390 does not seem to be running inside a container 16:43:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/202 -v /w/workspace/app-functions-sdk-go/202:/w/workspace/app-functions-sdk-go/202:rw,z -v /w/workspace/app-functions-sdk-go/202@tmp:/w/workspace/app-functions-sdk-go/202@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 16:43:29 $ docker top fa3f49975bfe17a1268dc65deb216cc6f2cb8e7aa634a87af0ecb7bae5285ede -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:29 + make test 16:43:29 make -C ./app-service-template build 16:43:29 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:43:29 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 16:43:42 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:43:42 make -C ./app-service-template test 16:43:42 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:43:42 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:43:50 ok new-app-service 0.015s coverage: 47.8% of statements 16:43:50 ? new-app-service/config [no test files] 16:43:50 ok new-app-service/functions 0.010s 16:43:50 CGO_ENABLED=1 go vet ./... 16:43:53 gofmt -l . 16:43:53 [ "`gofmt -l .`" = "" ] 16:43:53 ./bin/test-go-mod-tidy.sh 16:43:54 ./bin/test-attribution-txt.sh 16:43:54 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:43:54 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:43:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 16:43:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.015s coverage: 55.9% of statements 16:43:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.051s coverage: 92.5% of statements 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:43:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.033s coverage: 61.5% of statements 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:43:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.047s 16:43:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.029s coverage: 75.4% of statements 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:43:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.004s coverage: 97.0% of statements 16:43:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:43:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.020s coverage: 10.5% of statements 16:43:59 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:43:59 make -C ./app-service-template test 16:43:59 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:43:59 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:44:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.733s coverage: 78.4% of statements 16:44:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 16:44:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.027s coverage: 20.0% of statements 16:44:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.023s coverage: 27.3% of statements 16:44:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 16:44:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 16:44:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.010s coverage: 71.7% of statements 16:44:26 ok new-app-service 0.034s coverage: 47.8% of statements 16:44:26 ? new-app-service/config [no test files] 16:44:26 ok new-app-service/functions 0.029s 16:44:26 CGO_ENABLED=1 go vet ./... 16:44:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.029s coverage: 81.9% of statements 16:44:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.008s coverage: 94.4% of statements 16:44:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:44:28 gofmt -l . 16:44:28 [ "`gofmt -l .`" = "" ] 16:44:28 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 16:44:28 $ docker stop --time=1 fa3f49975bfe17a1268dc65deb216cc6f2cb8e7aa634a87af0ecb7bae5285ede 16:44:30 $ docker rm -f fa3f49975bfe17a1268dc65deb216cc6f2cb8e7aa634a87af0ecb7bae5285ede [Pipeline] // withDockerContainer [Pipeline] sh 16:44:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:44:31 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:44:32 ---> job-cost.sh 16:44:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-svFO 16:44:34 gofmt -l . 16:44:34 [ "`gofmt -l .`" = "" ] 16:44:34 ./bin/test-go-mod-tidy.sh 16:44:34 ./bin/test-attribution-txt.sh 16:44:35 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/202/app-service-template' 16:44:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:44:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 16:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.100s coverage: 55.9% of statements 16:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.032s coverage: 92.5% of statements 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.064s coverage: 61.5% of statements 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.022s 16:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.086s coverage: 75.4% of statements 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.038s coverage: 97.0% of statements 16:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.039s coverage: 10.5% of statements 16:44:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:44:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.812s coverage: 78.4% of statements 16:44:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 16:44:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.047s coverage: 20.0% of statements 16:44:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.076s coverage: 27.3% of statements 16:44:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 16:44:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 16:44:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.038s coverage: 71.7% of statements 16:45:14 lf-activate-venv(): INFO: Adding /tmp/venv-svFO/bin to PATH 16:45:14 INFO: No Stack... 16:45:14 INFO: Retrieving Pricing Info for: v1-standard-2 16:45:14 INFO: Archiving Costs [Pipeline] sh 16:45:14 + cut -d, -f6 16:45:14 + cat /w/workspace/app-functions-sdk-go/202/archives/cost.csv [Pipeline] lock 16:45:14 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] 16:45:14 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] did not exist. Created. 16:45:14 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:45:15 + echo total: 0.029999999329447746 [Pipeline] stash 16:45:15 Stashed 1 file(s) [Pipeline] } 16:45:15 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:45:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 81.9% of statements 16:45:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 16:45:17 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:45:20 gofmt -l . 16:45:20 [ "`gofmt -l .`" = "" ] 16:45:21 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 16:45:21 $ docker stop --time=1 692b9828247664876a80d3a1a1856ed9661da2c3ec1fbec88d6b308127b4d5c8 16:45:23 $ docker rm -f 692b9828247664876a80d3a1a1856ed9661da2c3ec1fbec88d6b308127b4d5c8 [Pipeline] // withDockerContainer [Pipeline] sh 16:45:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:45:24 Warning: overwriting stash ‘coverage-report’ 16:45:25 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:45:26 ---> job-cost.sh 16:45:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zYJa 16:46:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:47:27 lf-activate-venv(): INFO: Adding /tmp/venv-zYJa/bin to PATH 16:47:27 INFO: No Stack... 16:47:27 INFO: Retrieving Pricing Info for: lf-standard-4 16:47:27 INFO: Archiving Costs [Pipeline] sh 16:47:27 + cat /w/workspace/app-functions-sdk-go/202/archives/cost.csv 16:47:27 + cut -d, -f6 [Pipeline] lock 16:47:27 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] 16:47:27 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] did not exist. Created. 16:47:27 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:47:28 /w/workspace/app-functions-sdk-go/202@tmp/durable-fc6ebcf7/script.sh: 1: /w/workspace/app-functions-sdk-go/202@tmp/durable-fc6ebcf7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:47:28 + echo total: 0.20999999344348907 [Pipeline] stash 16:47:28 Warning: overwriting stash ‘stack-cost’ 16:47:28 Stashed 1 file(s) [Pipeline] } 16:47:28 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-202-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:47:30 provisioning config files... 16:47:30 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3980764667180536555tmp [Pipeline] { [Pipeline] sh 16:47:30 + set +x 16:47:30 + curl -s https://codecov.io/bash 16:47:30 + bash -s -- 16:47:31 16:47:31 _____ _ 16:47:31 / ____| | | 16:47:31 | | ___ __| | ___ ___ _____ __ 16:47:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:47:31 | |___| (_) | (_| | __/ (_| (_) \ V / 16:47:31 \_____\___/ \__,_|\___|\___\___/ \_/ 16:47:31 Bash-20210309-2b87ace 16:47:31 16:47:31 16:47:31 ==> git version 2.24.3 found 16:47:31 ==> 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 16:47:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:47:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:47:31 ==> Jenkins CI detected. 16:47:31 project root: . 16:47:31 --> token set from env 16:47:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:47:31 ==> Running gcov in . (disable via -X gcov) 16:47:31 ==> Python coveragepy not found 16:47:31 ==> Searching for coverage reports in: 16:47:31 + . 16:47:31 -> Found 2 reports 16:47:31 ==> Detecting git/mercurial file structure 16:47:31 ==> Reading reports 16:47:31 + ./app-service-template/coverage.out bytes=1055 16:47:31 + ./coverage.out bytes=86539 16:47:31 ==> Appending adjustments 16:47:31 https://docs.codecov.io/docs/fixing-reports 16:47:31 + Found adjustments 16:47:31 ==> Gzipping contents 16:47:31 16K /tmp/codecov.Dkt6fM.gz 16:47:31 ==> Uploading reports 16:47:31 url: https://codecov.io 16:47:31 query: branch=master&commit=7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58&build=202&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F202%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:47:31 -> Pinging Codecov 16:47:31 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58&build=202&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F202%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:47:32 -> Uploading to 16:47:32 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/3D8B5DFFC46A037C893635FACE044666/7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58/79fb35b9-8377-4d6c-8e88-dfe6345d3961.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T164731Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3677f1b3baf41b74cbecbcc1dfcd4a7150a90cdc89dbaaddfbbf84bcd8892600 16:47:32 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:32 Dload Upload Total Spent Left Speed 16:47:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15259 0 0 100 15259 0 29578 --:--:-- --:--:-- --:--:-- 29629 16:47:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 [Pipeline] } 16:47:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:47:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:47:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:47:33 16:47:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:47:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:47:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:47:34 188c0c94c7c5: Pulling fs layer 16:47:34 0ef7d3d256c8: Pulling fs layer 16:47:34 de9db76c5a1d: Pulling fs layer 16:47:34 0eba1c9be4d2: Pulling fs layer 16:47:34 0d57e429df01: Pulling fs layer 16:47:34 4e4be7b47b0d: Pulling fs layer 16:47:34 e1f770b5df2f: Pulling fs layer 16:47:34 85a0685a4137: Pulling fs layer 16:47:34 0d57e429df01: Waiting 16:47:34 4e4be7b47b0d: Waiting 16:47:34 e1f770b5df2f: Waiting 16:47:34 85a0685a4137: Waiting 16:47:34 0eba1c9be4d2: Waiting 16:47:34 de9db76c5a1d: Verifying Checksum 16:47:34 de9db76c5a1d: Download complete 16:47:34 0ef7d3d256c8: Verifying Checksum 16:47:34 0ef7d3d256c8: Download complete 16:47:34 0d57e429df01: Verifying Checksum 16:47:34 0d57e429df01: Download complete 16:47:34 4e4be7b47b0d: Verifying Checksum 16:47:34 4e4be7b47b0d: Download complete 16:47:34 188c0c94c7c5: Verifying Checksum 16:47:34 188c0c94c7c5: Download complete 16:47:34 188c0c94c7c5: Pull complete 16:47:34 0ef7d3d256c8: Pull complete 16:47:35 de9db76c5a1d: Pull complete 16:47:36 e1f770b5df2f: Verifying Checksum 16:47:36 e1f770b5df2f: Download complete 16:47:39 85a0685a4137: Verifying Checksum 16:47:39 85a0685a4137: Download complete 16:47:39 0eba1c9be4d2: Download complete 16:47:44 0eba1c9be4d2: Pull complete 16:47:44 0d57e429df01: Pull complete 16:47:44 4e4be7b47b0d: Pull complete 16:47:46 e1f770b5df2f: Pull complete 16:47:55 85a0685a4137: Pull complete 16:47:55 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:47:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:47:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:47:55 prd-centos7-docker-4c-2g-31388 does not seem to be running inside a container 16:47:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:47:56 $ docker top 567f8c3a6ad1923db45a661d34a91c0ec2d7e22cf4c3b7682d5fe98d38fcdd70 -eo pid,comm [Pipeline] { [Pipeline] echo 16:47:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:47:57 + set -o pipefail 16:47:57 + snyk monitor '--org=edgex-jenkins' 16:48:07 16:48:07 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 16:48:07 16:48:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/6a867d97-6344-4597-81cb-4280e3027605 16:48:07 16:48:07 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:48:07 16:48:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:48:07 16:48:07 [Pipeline] } 16:48:07 $ docker stop --time=1 567f8c3a6ad1923db45a661d34a91c0ec2d7e22cf4c3b7682d5fe98d38fcdd70 16:48:09 $ docker rm -f 567f8c3a6ad1923db45a661d34a91c0ec2d7e22cf4c3b7682d5fe98d38fcdd70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:48:11 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:48:11 provisioning config files... 16:48:11 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3706368607022403475tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:48:12 --> edgex-publish-swagger.sh 16:48:12 === Publish openapi/v2 API === 16:48:12 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:48:12 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 16:48:12 % Total % Received % Xferd Average Speed Time Time Time Current 16:48:12 Dload Upload Total Spent Left Speed 16:48:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10468 0:00:01 0:00:01 --:--:-- 10483 100 13052 0 0 100 13052 0 10467 0:00:01 0:00:01 --:--:-- 10475 16:48:13 16:48:13 [Pipeline] } 16:48:13 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 16:48:14 + git log --format=format:%s -1 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 [Pipeline] isUnix [Pipeline] sh 16:48:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:48:14 . [Pipeline] withDockerContainer 16:48:14 prd-centos7-docker-4c-2g-31388 does not seem to be running inside a container 16:48:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:48:16 $ docker top f1edf5e69f80aa0f380749040ae4f9a4caa81f775255e9cd1c079b493951437c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:48:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:48:16 [ssh-agent] Looking for ssh-agent implementation... 16:48:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:48:16 $ docker exec f1edf5e69f80aa0f380749040ae4f9a4caa81f775255e9cd1c079b493951437c ssh-agent 16:48:17 SSH_AUTH_SOCK=/tmp/ssh-e6dYLqQBwo3v/agent.12 16:48:17 SSH_AGENT_PID=18 16:48:17 Running ssh-add (command line suppressed) 16:48:17 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7692964991882144686.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7692964991882144686.key) 16:48:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:48:17 + git semver tag 16:48:17 # -> Open(): unable to determine branch for HEAD 16:48:17 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:48:17 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:48:17 # $SEMVER_REMOTE_NAME = origin 16:48:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:48:17 # $SEMVER_USER_NAME = edgex-jenkins 16:48:17 # $SEMVER_BRANCH = master 16:48:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:48:17 # 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 HEAD 16:48:17 # -> Force: false 16:48:17 # 8cb7104a163c3a578d94281711fb82c6310f56dc refs/tags/v2.0.0-dev.33 [Pipeline] } 16:48:17 $ docker exec --env ******** --env ******** f1edf5e69f80aa0f380749040ae4f9a4caa81f775255e9cd1c079b493951437c ssh-agent -k 16:48:17 unset SSH_AUTH_SOCK; 16:48:17 unset SSH_AGENT_PID; 16:48:17 echo Agent pid 18 killed; 16:48:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:18 + git semver [Pipeline] } 16:48:18 $ docker stop --time=1 f1edf5e69f80aa0f380749040ae4f9a4caa81f775255e9cd1c079b493951437c 16:48:19 $ docker rm -f f1edf5e69f80aa0f380749040ae4f9a4caa81f775255e9cd1c079b493951437c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:48:20 16:48:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:48:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:48:20 0.23.1-centos7: Pulling from edgex-lftools 16:48:20 ab5ef0e58194: Pulling fs layer 16:48:20 9712f1f96733: Pulling fs layer 16:48:20 63f879dbbcfc: Pulling fs layer 16:48:20 0d9ebad4ef96: Pulling fs layer 16:48:20 e9a5061849ea: Pulling fs layer 16:48:20 d747dcd14b5f: Pulling fs layer 16:48:20 2de7ff778b66: Pulling fs layer 16:48:20 0d9ebad4ef96: Waiting 16:48:20 e9a5061849ea: Waiting 16:48:20 d747dcd14b5f: Waiting 16:48:20 2de7ff778b66: Waiting 16:48:20 9712f1f96733: Verifying Checksum 16:48:20 9712f1f96733: Download complete 16:48:23 63f879dbbcfc: Verifying Checksum 16:48:23 63f879dbbcfc: Download complete 16:48:23 e9a5061849ea: Verifying Checksum 16:48:23 e9a5061849ea: Download complete 16:48:23 d747dcd14b5f: Verifying Checksum 16:48:23 d747dcd14b5f: Download complete 16:48:23 2de7ff778b66: Verifying Checksum 16:48:23 2de7ff778b66: Download complete 16:48:23 0d9ebad4ef96: Verifying Checksum 16:48:23 0d9ebad4ef96: Download complete 16:48:23 ab5ef0e58194: Verifying Checksum 16:48:23 ab5ef0e58194: Download complete 16:48:27 ab5ef0e58194: Pull complete 16:48:28 9712f1f96733: Pull complete 16:48:31 63f879dbbcfc: Pull complete 16:48:38 0d9ebad4ef96: Pull complete 16:48:39 e9a5061849ea: Pull complete 16:48:40 d747dcd14b5f: Pull complete 16:48:43 2de7ff778b66: Pull complete 16:48:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:48:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:48:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:48:43 prd-centos7-docker-4c-2g-31388 does not seem to be running inside a container 16:48:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:48:47 $ docker top f444a43bcf22d3cf4e88e66b04dd26893be6b9db8a8b083d35063ae640adb9ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:48:47 provisioning config files... 16:48:47 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5954453862127751585tmp 16:48:47 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1332427179064243464tmp 16:48:47 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8916677579666032331tmp [Pipeline] { [Pipeline] echo 16:48:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:48:48 ---> sigul-configuration.sh 16:48:48 gpg: directory `/root/.gnupg' created 16:48:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:48:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:48:48 gpg: keyring `/root/.gnupg/secring.gpg' created 16:48:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:48:48 gpg: CAST5 encrypted data 16:48:48 gpg: encrypted with 1 passphrase 16:48:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:48:48 + mkdir /home/jenkins 16:48:48 + mkdir /home/jenkins/sigul [Pipeline] sh 16:48:49 + 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 16:48:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:48:49 ---> sigul-install.sh 16:48:55 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:48:56 + git tag --list 16:48:56 v0.1.0 16:48:56 v0.1.1 16:48:56 v1.0.0 16:48:56 v1.1.0 16:48:56 v1.2.0 16:48:56 v1.3.0 16:48:56 v1.3.1 16:48:56 v1.3.1-dev.1 16:48:56 v1.3.2-dev.1 16:48:56 v2.0.0-dev.1 16:48:56 v2.0.0-dev.10 16:48:56 v2.0.0-dev.11 16:48:56 v2.0.0-dev.12 16:48:56 v2.0.0-dev.13 16:48:56 v2.0.0-dev.14 16:48:56 v2.0.0-dev.15 16:48:56 v2.0.0-dev.16 16:48:56 v2.0.0-dev.17 16:48:56 v2.0.0-dev.18 16:48:56 v2.0.0-dev.19 16:48:56 v2.0.0-dev.2 16:48:56 v2.0.0-dev.20 16:48:56 v2.0.0-dev.21 16:48:56 v2.0.0-dev.22 16:48:56 v2.0.0-dev.23 16:48:56 v2.0.0-dev.24 16:48:56 v2.0.0-dev.25 16:48:56 v2.0.0-dev.26 16:48:56 v2.0.0-dev.27 16:48:56 v2.0.0-dev.28 16:48:56 v2.0.0-dev.29 16:48:56 v2.0.0-dev.3 16:48:56 v2.0.0-dev.30 16:48:56 v2.0.0-dev.31 16:48:56 v2.0.0-dev.32 16:48:56 v2.0.0-dev.33 16:48:56 v2.0.0-dev.4 16:48:56 v2.0.0-dev.5 16:48:56 v2.0.0-dev.6 16:48:56 v2.0.0-dev.7 16:48:56 v2.0.0-dev.8 16:48:56 v2.0.0-dev.9 [Pipeline] sh 16:48:56 + lftools sign git-tag v2.0.0-dev.33 16:48:57 Signing Git tag with Sigul... 16:48:57 Signing v2.0.0-dev.33 [Pipeline] echo 16:48:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:48:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:48:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:48:59 $ docker stop --time=1 f444a43bcf22d3cf4e88e66b04dd26893be6b9db8a8b083d35063ae640adb9ce 16:49:01 $ docker rm -f f444a43bcf22d3cf4e88e66b04dd26893be6b9db8a8b083d35063ae640adb9ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:49:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:49:02 . [Pipeline] withDockerContainer 16:49:02 prd-centos7-docker-4c-2g-31388 does not seem to be running inside a container 16:49:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:49:03 $ docker top 40ef4b6603c09acc6fc13de52f8c9c8fee031c6ffcc4c76c585959ae9a39f720 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:49:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:49:04 [ssh-agent] Looking for ssh-agent implementation... 16:49:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:49:04 $ docker exec 40ef4b6603c09acc6fc13de52f8c9c8fee031c6ffcc4c76c585959ae9a39f720 ssh-agent 16:49:04 SSH_AUTH_SOCK=/tmp/ssh-ajQkOMpSLGzm/agent.11 16:49:04 SSH_AGENT_PID=16 16:49:04 Running ssh-add (command line suppressed) 16:49:04 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6239530774915074642.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6239530774915074642.key) 16:49:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:49:05 + git semver bump pre 16:49:05 # -> Open(): unable to determine branch for HEAD 16:49:05 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:49:05 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:49:05 # $SEMVER_REMOTE_NAME = origin 16:49:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:49:05 # $SEMVER_USER_NAME = edgex-jenkins 16:49:05 # $SEMVER_BRANCH = master 16:49:05 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:49:05 2.0.0-dev.34 [Pipeline] } 16:49:05 $ docker exec --env ******** --env ******** 40ef4b6603c09acc6fc13de52f8c9c8fee031c6ffcc4c76c585959ae9a39f720 ssh-agent -k 16:49:05 unset SSH_AUTH_SOCK; 16:49:05 unset SSH_AGENT_PID; 16:49:05 echo Agent pid 16 killed; 16:49:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:49:05 + git semver [Pipeline] } 16:49:05 $ docker stop --time=1 40ef4b6603c09acc6fc13de52f8c9c8fee031c6ffcc4c76c585959ae9a39f720 16:49:07 $ docker rm -f 40ef4b6603c09acc6fc13de52f8c9c8fee031c6ffcc4c76c585959ae9a39f720 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:49:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:49:07 . [Pipeline] withDockerContainer 16:49:08 prd-centos7-docker-4c-2g-31388 does not seem to be running inside a container 16:49: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:49:08 $ docker top bdfcc8e3d74e4dfeee8ed11349547d0ac957e192c1c351f7f1bc213f8ee46536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:49:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:49:09 [ssh-agent] Looking for ssh-agent implementation... 16:49:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:49:09 $ docker exec bdfcc8e3d74e4dfeee8ed11349547d0ac957e192c1c351f7f1bc213f8ee46536 ssh-agent 16:49:09 SSH_AUTH_SOCK=/tmp/ssh-qUEpE5U5VIlb/agent.11 16:49:09 SSH_AGENT_PID=17 16:49:09 Running ssh-add (command line suppressed) 16:49:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7689931184562539672.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7689931184562539672.key) 16:49:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:49:10 + git semver push 16:49:10 # -> Open(): unable to determine branch for HEAD 16:49:10 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:49:10 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:49:10 # $SEMVER_REMOTE_NAME = origin 16:49:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:49:10 # $SEMVER_USER_NAME = edgex-jenkins 16:49:10 # $SEMVER_BRANCH = master 16:49:10 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:49:14 $ docker exec --env ******** --env ******** bdfcc8e3d74e4dfeee8ed11349547d0ac957e192c1c351f7f1bc213f8ee46536 ssh-agent -k 16:49:14 unset SSH_AUTH_SOCK; 16:49:14 unset SSH_AGENT_PID; 16:49:14 echo Agent pid 17 killed; 16:49:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:49:15 + git semver [Pipeline] } 16:49:15 $ docker stop --time=1 bdfcc8e3d74e4dfeee8ed11349547d0ac957e192c1c351f7f1bc213f8ee46536 16:49:16 $ docker rm -f bdfcc8e3d74e4dfeee8ed11349547d0ac957e192c1c351f7f1bc213f8ee46536 [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 16:49:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:49:18 ---> package-listing.sh 16:49:18 ++ facter osfamily 16:49:18 ++ tr '[:upper:]' '[:lower:]' 16:49:18 + OS_FAMILY=redhat 16:49:18 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:49:18 + START_PACKAGES=/tmp/packages_start.txt 16:49:18 + END_PACKAGES=/tmp/packages_end.txt 16:49:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:49:18 + PACKAGES=/tmp/packages_start.txt 16:49:18 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:49:18 + PACKAGES=/tmp/packages_end.txt 16:49:18 + case "${OS_FAMILY}" in 16:49:18 + rpm -qa 16:49:18 + sort 16:49:24 + '[' -f /tmp/packages_start.txt ']' 16:49:24 + '[' -f /tmp/packages_end.txt ']' 16:49:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:49:24 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:49:24 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:49:24 + 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 16:49:24 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 16:49:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:49:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:24 16:49:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:49:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:24 alpine: Pulling from edgex-lftools-log-publisher 16:49:24 df20fa9351a1: Pulling fs layer 16:49:24 36b3adc4ff6f: Pulling fs layer 16:49:24 8ad3a11d3b57: Pulling fs layer 16:49:24 46f8f816bc3b: Pulling fs layer 16:49:24 93b61091891f: Pulling fs layer 16:49:24 93b9cdb0e59b: Pulling fs layer 16:49:24 5e14af77c1be: Pulling fs layer 16:49:24 01666e4c0597: Pulling fs layer 16:49:24 aa168da1d23b: Pulling fs layer 16:49:24 93b9cdb0e59b: Waiting 16:49:24 5e14af77c1be: Waiting 16:49:24 01666e4c0597: Waiting 16:49:24 aa168da1d23b: Waiting 16:49:24 46f8f816bc3b: Waiting 16:49:24 93b61091891f: Waiting 16:49:24 36b3adc4ff6f: Verifying Checksum 16:49:24 36b3adc4ff6f: Download complete 16:49:24 46f8f816bc3b: Verifying Checksum 16:49:24 46f8f816bc3b: Download complete 16:49:24 df20fa9351a1: Download complete 16:49:25 93b9cdb0e59b: Verifying Checksum 16:49:25 93b9cdb0e59b: Download complete 16:49:25 93b61091891f: Verifying Checksum 16:49:25 93b61091891f: Download complete 16:49:25 5e14af77c1be: Download complete 16:49:25 01666e4c0597: Verifying Checksum 16:49:25 01666e4c0597: Download complete 16:49:25 df20fa9351a1: Pull complete 16:49:25 8ad3a11d3b57: Verifying Checksum 16:49:25 8ad3a11d3b57: Download complete 16:49:25 36b3adc4ff6f: Pull complete 16:49:27 8ad3a11d3b57: Pull complete 16:49:27 46f8f816bc3b: Pull complete 16:49:27 aa168da1d23b: Verifying Checksum 16:49:27 aa168da1d23b: Download complete 16:49:28 93b61091891f: Pull complete 16:49:28 93b9cdb0e59b: Pull complete 16:49:28 5e14af77c1be: Pull complete 16:49:28 01666e4c0597: Pull complete 16:49:36 aa168da1d23b: Pull complete 16:49:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:49:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:49:36 prd-centos7-docker-4c-2g-31388 does not seem to be running inside a container 16:49: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:49:39 $ docker top fdbe534351e6f534c8fa100bdab7c338e21c39a533582f3008113a87ad2789d7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:40 + touch /tmp/pre-build-complete [Pipeline] sh 16:49:40 + mkdir -p /var/log/sa [Pipeline] sh 16:49:40 + ls /var/log/sa-host 16:49:40 + sadf -c /var/log/sa-host/sa23 16:49:40 file_magic: OK 16:49:40 HZ: Using current value: 100 16:49:40 file_header: OK 16:49: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 16:49:40 Statistics: 16:49:40 Hnuu...uuuununununu... 16:49:40 File successfully converted to sysstat format version 12.2.1 16:49:40 + sadf -c /var/log/sa-host/sa25 16:49:40 file_magic: OK 16:49:40 HZ: Using current value: 100 16:49:40 file_header: OK 16:49: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 16:49:40 Statistics: 16:49:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:49:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:49:41 provisioning config files... 16:49:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5378791112320429510tmp [Pipeline] { [Pipeline] echo 16:49:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:49:41 ---> create-netrc.sh [Pipeline] } 16:49:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:49:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:49:42 ---> python-tools-install.sh [Pipeline] echo 16:49:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:49:42 ---> sudo-logs.sh 16:49:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:49:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:49:43 ---> job-cost.sh 16:49:43 lf-activate-venv: SKIPPING 16:49:43 DEBUG: total: 0.20999999344348907 16:49:43 INFO: Retrieving Stack Cost... 16:49:44 INFO: Retrieving Pricing Info for: v1-standard-2 16:49:44 INFO: Archiving Costs [Pipeline] echo 16:49:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:49:44 ---> logs-deploy.sh 16:49:44 lf-activate-venv: SKIPPING 16:49:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/202 16:49:44 INFO: archiving workspace using pattern(s): 16:49:46 Archives upload complete. 16:49:46 INFO: archiving logs to Nexus