Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 31d53820897474db1e91be20d42ca7dc6cb60a35 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-320 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 31d53820897474db1e91be20d42ca7dc6cb60a35 (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 31d53820897474db1e91be20d42ca7dc6cb60a35 # timeout=10 Commit message: "build: Fix workflow for GitHub actions (#789)" > git rev-list --no-walk 22e95e5b1dde9b714d2d9d1350500a85f05cc6d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:04:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:04:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:04:31 ========================================================= 18:04:31 EdgeX Global Pipelines Version Info 18:04:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:04:32 ------------------- 18:04:32 stable info: 18:04:32 ------------------- 18:04:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:04:32 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:04:32 Message: update stable to v1.0.186 18:04:33 ------------------- 18:04:33 experimental info: 18:04:33 ------------------- 18:04:33 Commited By: **** collab-it+edgex@linuxfoundation.org 18:04:33 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:04:33 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:04:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 31d53820897474db1e91be20d42ca7dc6cb60a35 [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 31d5382 [Pipeline] echo 18:04:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:04:34 + git log --format=format:%s -1 31d53820897474db1e91be20d42ca7dc6cb60a35 [Pipeline] echo 18:04:34 GIT_COMMIT: 31d53820897474db1e91be20d42ca7dc6cb60a35, Commit Message: build: Fix workflow for GitHub actions (#789) [Pipeline] echo 18:04:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:04:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:04:35 18:04:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:04:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:04:36 latest: Pulling from edgex-devops/git-semver 18:04:36 31603596830f: Pulling fs layer 18:04:36 2a8b12db71e7: Pulling fs layer 18:04:36 6ca5941a6612: Pulling fs layer 18:04:36 ecc8261a40a4: Pulling fs layer 18:04:36 ecc8261a40a4: Waiting 18:04:36 2a8b12db71e7: Verifying Checksum 18:04:36 2a8b12db71e7: Download complete 18:04:36 31603596830f: Verifying Checksum 18:04:36 31603596830f: Download complete 18:04:36 ecc8261a40a4: Verifying Checksum 18:04:36 ecc8261a40a4: Download complete 18:04:36 6ca5941a6612: Verifying Checksum 18:04:36 6ca5941a6612: Download complete 18:04:36 31603596830f: Pull complete 18:04:36 2a8b12db71e7: Pull complete 18:04:37 6ca5941a6612: Pull complete 18:04:37 ecc8261a40a4: Pull complete 18:04:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:04:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:04:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:04:37 prd-centos7-docker-4c-2g-320 does not seem to be running inside a container 18:04:37 $ 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 18:04:39 $ docker top ae7f6f6a43f84bbaba2c2072b868d29fe711989b5298b96c5629f8af61b1d814 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:04:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:04:39 [ssh-agent] Looking for ssh-agent implementation... 18:04:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:04:40 $ docker exec ae7f6f6a43f84bbaba2c2072b868d29fe711989b5298b96c5629f8af61b1d814 ssh-agent 18:04:40 SSH_AUTH_SOCK=/tmp/ssh-UVpLP7gvE9fc/agent.12 18:04:40 SSH_AGENT_PID=17 18:04:40 Running ssh-add (command line suppressed) 18:04:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3031344550375976057.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3031344550375976057.key) 18:04:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:04:40 + git tag --points-at HEAD [Pipeline] } 18:04:40 $ docker exec --env ******** --env ******** ae7f6f6a43f84bbaba2c2072b868d29fe711989b5298b96c5629f8af61b1d814 ssh-agent -k 18:04:40 unset SSH_AUTH_SOCK; 18:04:40 unset SSH_AGENT_PID; 18:04:40 echo Agent pid 17 killed; 18:04:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:04:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:04:40 [ssh-agent] Looking for ssh-agent implementation... 18:04:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:04:41 $ docker exec ae7f6f6a43f84bbaba2c2072b868d29fe711989b5298b96c5629f8af61b1d814 ssh-agent 18:04:41 SSH_AUTH_SOCK=/tmp/ssh-7EJqvCphEVQu/agent.46 18:04:41 SSH_AGENT_PID=51 18:04:41 Running ssh-add (command line suppressed) 18:04:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4578165303605858936.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4578165303605858936.key) 18:04:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:04:41 + git semver init 18:04:41 # -> Open(): unable to determine branch for HEAD 18:04:41 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:04:41 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:04:41 # $SEMVER_REMOTE_NAME = origin 18:04:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:04:41 # $SEMVER_USER_NAME = edgex-jenkins 18:04:41 # $SEMVER_BRANCH = master 18:04:41 # $SEMVER_TEMP = /tmp/semver-081114570 18:04:41 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:04:44 # '/tmp/semver-081114570' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:04:44 # -> Force: false 18:04:44 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:04:44 $ docker exec --env ******** --env ******** ae7f6f6a43f84bbaba2c2072b868d29fe711989b5298b96c5629f8af61b1d814 ssh-agent -k 18:04:45 unset SSH_AUTH_SOCK; 18:04:45 unset SSH_AGENT_PID; 18:04:45 echo Agent pid 51 killed; 18:04:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:04:45 + git semver [Pipeline] } 18:04:45 $ docker stop --time=1 ae7f6f6a43f84bbaba2c2072b868d29fe711989b5298b96c5629f8af61b1d814 18:04:46 $ docker rm -f ae7f6f6a43f84bbaba2c2072b868d29fe711989b5298b96c5629f8af61b1d814 [Pipeline] // withDockerContainer [Pipeline] sh 18:04:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:04:47 Stashed 1 file(s) [Pipeline] echo 18:04:47 [edgeXSemver]: initialized semver on version 2.0.0-dev.45 [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 18:05:02 Still waiting to schedule task 18:05:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:05:02 Still waiting to schedule task 18:05:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-317’ is offline 18:06:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-321 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:06:50 Running in /w/workspace/app-functions-sdk-go/214 [Pipeline] { [Pipeline] checkout 18:06:56 using credential edgex-jenkins-ssh 18:06:56 Cloning the remote Git repository 18:06:56 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:06:56 > git init /w/workspace/app-functions-sdk-go/214 # timeout=10 18:06:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:06:56 > git --version # timeout=10 18:06:56 > git --version # 'git version 2.17.1' 18:06:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:07:00 Checking out Revision 31d53820897474db1e91be20d42ca7dc6cb60a35 (master) 18:06:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:06:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:06:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:06:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:06:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:07:00 > git config core.sparsecheckout # timeout=10 18:07:00 > git checkout -f 31d53820897474db1e91be20d42ca7dc6cb60a35 # timeout=10 18:07:04 Commit message: "build: Fix workflow for GitHub actions (#789)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:07:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:07:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:07:07 + sudo service docker restart 18:07:07 + true [Pipeline] unstash [Pipeline] echo 18:07:09 ========================================================= 18:07:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:07:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:07: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 . 18:07:11 Sending build context to Docker daemon 19.46MB 18:07:11 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:07:11 Step 2/8 : FROM ${BASE} 18:07:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:07:12 5f621e34cdf4: Pulling fs layer 18:07:12 a4357932f1b6: Pulling fs layer 18:07:12 18c013af1878: Pulling fs layer 18:07:12 00ac8860ef70: Pulling fs layer 18:07:12 63d7cb157983: Pulling fs layer 18:07:12 b116817d02f9: Pulling fs layer 18:07:12 745a02a5169b: Pulling fs layer 18:07:12 00ac8860ef70: Waiting 18:07:12 63d7cb157983: Waiting 18:07:12 b116817d02f9: Waiting 18:07:12 18c013af1878: Download complete 18:07:12 a4357932f1b6: Verifying Checksum 18:07:12 a4357932f1b6: Download complete 18:07:12 63d7cb157983: Verifying Checksum 18:07:12 63d7cb157983: Download complete 18:07:12 b116817d02f9: Verifying Checksum 18:07:12 b116817d02f9: Download complete 18:07:12 5f621e34cdf4: Verifying Checksum 18:07:12 5f621e34cdf4: Download complete 18:07:13 5f621e34cdf4: Pull complete 18:07:13 a4357932f1b6: Pull complete 18:07:14 18c013af1878: Pull complete 18:07:14 745a02a5169b: Verifying Checksum 18:07:14 745a02a5169b: Download complete 18:07:16 00ac8860ef70: Verifying Checksum 18:07:16 00ac8860ef70: Download complete 18:07:26 00ac8860ef70: Pull complete 18:07:26 63d7cb157983: Pull complete 18:07:26 b116817d02f9: Pull complete 18:07:31 745a02a5169b: Pull complete 18:07:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:07:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:07:31 ---> b7e6874047d6 18:07:31 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:07:31 20.10.0: Pulling from library/docker 18:07:31 a3cc7d3b244e: Pulling fs layer 18:07:31 02a3295e0d61: Pulling fs layer 18:07:31 0f4f2e6d8100: Pulling fs layer 18:07:31 330b718f631f: Pulling fs layer 18:07:31 a93816041522: Pulling fs layer 18:07:31 bdb6da89ff94: Pulling fs layer 18:07:31 330b718f631f: Waiting 18:07:31 2a70c0c122f4: Pulling fs layer 18:07:31 a93816041522: Waiting 18:07:31 bdb6da89ff94: Waiting 18:07:31 2a70c0c122f4: Waiting 18:07:31 0f4f2e6d8100: Verifying Checksum 18:07:31 0f4f2e6d8100: Download complete 18:07:31 02a3295e0d61: Download complete 18:07:31 a3cc7d3b244e: Verifying Checksum 18:07:31 a3cc7d3b244e: Download complete 18:07:31 a93816041522: Verifying Checksum 18:07:31 a93816041522: Download complete 18:07:31 bdb6da89ff94: Verifying Checksum 18:07:31 bdb6da89ff94: Download complete 18:07:31 2a70c0c122f4: Verifying Checksum 18:07:31 2a70c0c122f4: Download complete 18:07:31 a3cc7d3b244e: Pull complete 18:07:32 02a3295e0d61: Pull complete 18:07:33 330b718f631f: Verifying Checksum 18:07:33 330b718f631f: Download complete 18:07:33 0f4f2e6d8100: Pull complete 18:07:37 330b718f631f: Pull complete 18:07:37 a93816041522: Pull complete 18:07:37 bdb6da89ff94: Pull complete 18:07:38 2a70c0c122f4: Pull complete 18:07:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:07:38 Status: Downloaded newer image for docker:20.10.0 18:07:44 ---> 040d2e0671a4 18:07:44 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:07:44 ---> Running in 320209a7ae09 18:07:44 Removing intermediate container 320209a7ae09 18:07:44 ---> 99775ecf2ed4 18:07:44 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:07:44 ---> Running in 34e2f72614e4 18:07:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:46 Running on prd-centos7-docker-4c-2g-322 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:07:46 Running in /w/workspace/app-functions-sdk-go/214 [Pipeline] { [Pipeline] checkout 18:07:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:47 (1/5) Installing libsodium (1.0.18-r0) 18:07:47 (2/5) Installing libzmq (4.3.3-r0) 18:07:47 (3/5) Installing pkgconf (1.7.2-r0) 18:07:47 (4/5) Installing libsodium-dev (1.0.18-r0) 18:07:47 (5/5) Installing zeromq-dev (4.3.3-r0) 18:07:47 Executing busybox-1.31.1-r19.trigger 18:07:47 OK: 144 MiB in 44 packages 18:07:49 using credential edgex-jenkins-ssh 18:07:49 Cloning the remote Git repository 18:07:49 Removing intermediate container 34e2f72614e4 18:07:49 ---> 3f3faddebec0 18:07:49 Step 6/8 : WORKDIR /build 18:07:49 ---> Running in 4190a0b0de87 18:07:49 Removing intermediate container 4190a0b0de87 18:07:49 ---> 36b4f1dab106 18:07:49 Step 7/8 : COPY go.mod . 18:07:49 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:07:49 > git init /w/workspace/app-functions-sdk-go/214 # timeout=10 18:07:49 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:07:49 > git --version # timeout=10 18:07:49 > git --version # 'git version 2.24.3' 18:07:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:07:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:07:50 ---> 805347b5f383 18:07:50 Step 8/8 : RUN go mod download 18:07:50 ---> Running in 6b64f4cb8231 18:07:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:07:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:07:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:07:50 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:07:50 using GIT_SSH to set credentials SSH Credentials for GitHub 18:07:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:07:51 Checking out Revision 31d53820897474db1e91be20d42ca7dc6cb60a35 (master) 18:07:51 > git config core.sparsecheckout # timeout=10 18:07:51 > git checkout -f 31d53820897474db1e91be20d42ca7dc6cb60a35 # timeout=10 18:07:55 Commit message: "build: Fix workflow for GitHub actions (#789)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:07:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:07:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:07:56 + sudo service docker restart 18:07:56 + true 18:07:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:07:57 ========================================================= 18:07:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:07:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:07:58 + 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 . 18:07:58 Sending build context to Docker daemon 19.48MB 18:07:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:07:58 Step 2/8 : FROM ${BASE} 18:07:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:07:58 188c0c94c7c5: Pulling fs layer 18:07:58 0ef7d3d256c8: Pulling fs layer 18:07:58 de9db76c5a1d: Pulling fs layer 18:07:58 bca2f99d35d6: Pulling fs layer 18:07:58 93359f2a8cfa: Pulling fs layer 18:07:58 7c6f9722023f: Pulling fs layer 18:07:58 a35cf1a2eb13: Pulling fs layer 18:07:58 bca2f99d35d6: Waiting 18:07:58 93359f2a8cfa: Waiting 18:07:58 a35cf1a2eb13: Waiting 18:07:58 7c6f9722023f: Waiting 18:07:58 de9db76c5a1d: Verifying Checksum 18:07:58 de9db76c5a1d: Download complete 18:07:58 0ef7d3d256c8: Download complete 18:07:58 93359f2a8cfa: Verifying Checksum 18:07:58 93359f2a8cfa: Download complete 18:07:58 7c6f9722023f: Verifying Checksum 18:07:58 7c6f9722023f: Download complete 18:07:58 188c0c94c7c5: Verifying Checksum 18:07:58 188c0c94c7c5: Download complete 18:07:59 188c0c94c7c5: Pull complete 18:07:59 0ef7d3d256c8: Pull complete 18:07:59 de9db76c5a1d: Pull complete 18:08:01 a35cf1a2eb13: Verifying Checksum 18:08:01 a35cf1a2eb13: Download complete 18:08:01 bca2f99d35d6: Verifying Checksum 18:08:01 bca2f99d35d6: Download complete 18:08:07 bca2f99d35d6: Pull complete 18:08:07 93359f2a8cfa: Pull complete 18:08:07 7c6f9722023f: Pull complete 18:08:17 a35cf1a2eb13: Pull complete 18:08:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:08:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:08:17 ---> a62c8e92a672 18:08:17 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:08:17 20.10.0: Pulling from library/docker 18:08:17 05e7bc50f07f: Pulling fs layer 18:08:17 6db28d0fdbf6: Pulling fs layer 18:08:17 292df0bc6bf3: Pulling fs layer 18:08:17 2e060f4bd70b: Pulling fs layer 18:08:17 80e8d568a223: Pulling fs layer 18:08:17 8dc6ef1a942a: Pulling fs layer 18:08:17 2312dd95470a: Pulling fs layer 18:08:17 2e060f4bd70b: Waiting 18:08:17 80e8d568a223: Waiting 18:08:17 8dc6ef1a942a: Waiting 18:08:17 2312dd95470a: Waiting 18:08:17 292df0bc6bf3: Verifying Checksum 18:08:17 292df0bc6bf3: Download complete 18:08:17 05e7bc50f07f: Verifying Checksum 18:08:17 05e7bc50f07f: Download complete 18:08:17 80e8d568a223: Verifying Checksum 18:08:17 80e8d568a223: Download complete 18:08:17 6db28d0fdbf6: Verifying Checksum 18:08:17 6db28d0fdbf6: Download complete 18:08:17 8dc6ef1a942a: Verifying Checksum 18:08:17 8dc6ef1a942a: Download complete 18:08:17 2312dd95470a: Verifying Checksum 18:08:17 2312dd95470a: Download complete 18:08:17 05e7bc50f07f: Pull complete 18:08:17 6db28d0fdbf6: Pull complete 18:08:17 292df0bc6bf3: Pull complete 18:08:17 2e060f4bd70b: Verifying Checksum 18:08:17 2e060f4bd70b: Download complete 18:08:17 Removing intermediate container 6b64f4cb8231 18:08:17 ---> 441a3b771c24 18:08:17 Successfully built 441a3b771c24 18:08:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:08:18 + docker inspect -f . ci-base-image-arm64 18:08:18 . [Pipeline] withDockerContainer 18:08:18 prd-ubuntu18.04-docker-arm64-4c-16g-321 does not seem to be running inside a container 18:08:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/214 -v /w/workspace/app-functions-sdk-go/214:/w/workspace/app-functions-sdk-go/214:rw,z -v /w/workspace/app-functions-sdk-go/214@tmp:/w/workspace/app-functions-sdk-go/214@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-arm64 cat 18:08:19 $ docker top 950d93ac10999744e8fc18a63633a6b10d84afc10bb6673d9ff7ea7a822a8e30 -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:20 + go version 18:08:20 go version go1.15.5 linux/arm64 18:08:20 2e060f4bd70b: Pull complete 18:08:20 80e8d568a223: Pull complete 18:08:20 8dc6ef1a942a: Pull complete 18:08:20 2312dd95470a: Pull complete 18:08:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:08:20 Status: Downloaded newer image for docker:20.10.0 [Pipeline] } 18:08:20 $ docker stop --time=1 950d93ac10999744e8fc18a63633a6b10d84afc10bb6673d9ff7ea7a822a8e30 18:08:22 ---> cddd977735eb 18:08:22 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:08:22 ---> Running in 96ad3e453d48 18:08:22 Removing intermediate container 96ad3e453d48 18:08:22 ---> 6b7008c5aa1e 18:08:22 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:08:22 ---> Running in 280a44397971 18:08:22 $ docker rm -f 950d93ac10999744e8fc18a63633a6b10d84afc10bb6673d9ff7ea7a822a8e30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:08:23 + docker inspect -f . ci-base-image-arm64 18:08:23 . [Pipeline] withDockerContainer 18:08:23 prd-ubuntu18.04-docker-arm64-4c-16g-321 does not seem to be running inside a container 18:08:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/214 -v /w/workspace/app-functions-sdk-go/214:/w/workspace/app-functions-sdk-go/214:rw,z -v /w/workspace/app-functions-sdk-go/214@tmp:/w/workspace/app-functions-sdk-go/214@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-arm64 cat 18:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:08:24 (1/5) Installing libsodium (1.0.18-r0) 18:08:24 (2/5) Installing libzmq (4.3.3-r0) 18:08:24 (3/5) Installing pkgconf (1.7.2-r0) 18:08:24 (4/5) Installing libsodium-dev (1.0.18-r0) 18:08:25 (5/5) Installing zeromq-dev (4.3.3-r0) 18:08:25 Executing busybox-1.31.1-r19.trigger 18:08:25 OK: 167 MiB in 44 packages 18:08:25 $ docker top 46242f9aafd286fc2b14150126555a4a1aaa2561a1fc2604109d567c73fc722d -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:26 Removing intermediate container 280a44397971 18:08:26 ---> 0efa0f3398fd 18:08:26 Step 6/8 : WORKDIR /build 18:08:26 ---> Running in 76964f58ca2e 18:08:26 Removing intermediate container 76964f58ca2e 18:08:26 ---> cea628e4bb06 18:08:26 Step 7/8 : COPY go.mod . 18:08:26 ---> 28fcc5837343 18:08:26 Step 8/8 : RUN go mod download 18:08:26 ---> Running in 30605553e081 18:08:26 + make test 18:08:26 make -C ./app-service-template build 18:08:26 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:08: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 18:08:48 Removing intermediate container 30605553e081 18:08:48 ---> 417c80411be5 18:08:48 Successfully built 417c80411be5 18:08:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:08:48 + docker inspect -f . ci-base-image-x86_64 18:08:48 . [Pipeline] withDockerContainer 18:08:48 prd-centos7-docker-4c-2g-322 does not seem to be running inside a container 18:08:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/214 -v /w/workspace/app-functions-sdk-go/214:/w/workspace/app-functions-sdk-go/214:rw,z -v /w/workspace/app-functions-sdk-go/214@tmp:/w/workspace/app-functions-sdk-go/214@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 18:08:49 $ docker top 7f99a15134ebe370edec4734be378bfe7394de0dd0c22be84b8885be1b59af53 -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:50 + go version 18:08:50 go version go1.15.5 linux/amd64 [Pipeline] } 18:08:50 $ docker stop --time=1 7f99a15134ebe370edec4734be378bfe7394de0dd0c22be84b8885be1b59af53 18:08:51 $ docker rm -f 7f99a15134ebe370edec4734be378bfe7394de0dd0c22be84b8885be1b59af53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:52 + docker inspect -f . ci-base-image-x86_64 18:08:52 . [Pipeline] withDockerContainer 18:08:52 prd-centos7-docker-4c-2g-322 does not seem to be running inside a container 18:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/214 -v /w/workspace/app-functions-sdk-go/214:/w/workspace/app-functions-sdk-go/214:rw,z -v /w/workspace/app-functions-sdk-go/214@tmp:/w/workspace/app-functions-sdk-go/214@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 18:08:52 $ docker top 64f02f0b750486574126e3208bb1763f407f5f7b98680b4e1d8bc0093bb696da -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:53 + make test 18:08:53 make -C ./app-service-template build 18:08:53 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:08:53 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 18:09:05 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:09:05 make -C ./app-service-template test 18:09:05 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:09:05 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:09:08 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:09:08 make -C ./app-service-template test 18:09:08 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:09:08 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:09:16 ok new-app-service 0.021s coverage: 47.8% of statements 18:09:16 ? new-app-service/config [no test files] 18:09:16 ok new-app-service/functions 0.011s 18:09:16 CGO_ENABLED=1 go vet ./... 18:09:19 gofmt -l . 18:09:19 [ "`gofmt -l .`" = "" ] 18:09:19 ./bin/test-go-mod-tidy.sh 18:09:19 ./bin/test-attribution-txt.sh 18:09:20 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:09:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:09:20 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:09:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.017s coverage: 55.8% of statements 18:09:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.023s coverage: 92.5% of statements 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:09:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.033s coverage: 61.5% of statements 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:09:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.030s 18:09:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.031s coverage: 75.4% of statements 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:09:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.028s coverage: 97.0% of statements 18:09:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:09:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.036s coverage: 10.5% of statements 18:09:27 ok new-app-service 0.034s coverage: 47.8% of statements 18:09:27 ? new-app-service/config [no test files] 18:09:27 ok new-app-service/functions 0.039s 18:09:27 CGO_ENABLED=1 go vet ./... 18:09:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.746s coverage: 78.4% of statements 18:09:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:09:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.026s coverage: 18.4% of statements 18:09:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.019s coverage: 27.3% of statements 18:09:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:09:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:09:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.014s coverage: 71.7% of statements 18:09:35 gofmt -l . 18:09:35 [ "`gofmt -l .`" = "" ] 18:09:35 ./bin/test-go-mod-tidy.sh 18:09:35 ./bin/test-attribution-txt.sh 18:09:36 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/214/app-service-template' 18:09:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:09:38 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.054s coverage: 55.8% of statements 18:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.037s coverage: 92.5% of statements 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.070s coverage: 61.5% of statements 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.022s 18:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.061s coverage: 75.4% of statements 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.040s coverage: 97.0% of statements 18:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.032s coverage: 10.5% of statements 18:09:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.830s coverage: 78.4% of statements 18:09:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:09:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.028s coverage: 18.4% of statements 18:09:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.093s coverage: 27.3% of statements 18:09:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:09:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:09:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.040s coverage: 71.7% of statements 18:09:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.045s coverage: 81.9% of statements 18:09:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.011s coverage: 94.4% of statements 18:09:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:09:55 gofmt -l . 18:09:55 [ "`gofmt -l .`" = "" ] 18:09:55 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:09:55 $ docker stop --time=1 64f02f0b750486574126e3208bb1763f407f5f7b98680b4e1d8bc0093bb696da 18:09:57 $ docker rm -f 64f02f0b750486574126e3208bb1763f407f5f7b98680b4e1d8bc0093bb696da [Pipeline] // withDockerContainer [Pipeline] sh 18:09:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:09:58 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 18:09:58 ---> job-cost.sh 18:09:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lC2e 18:10:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:10:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.082s coverage: 81.9% of statements 18:10:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 18:10:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:10:23 gofmt -l . 18:10:23 [ "`gofmt -l .`" = "" ] 18:10:24 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:10:24 $ docker stop --time=1 46242f9aafd286fc2b14150126555a4a1aaa2561a1fc2604109d567c73fc722d 18:10:26 $ docker rm -f 46242f9aafd286fc2b14150126555a4a1aaa2561a1fc2604109d567c73fc722d [Pipeline] // withDockerContainer [Pipeline] sh 18:10:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:10:27 Warning: overwriting stash ‘coverage-report’ 18:10:28 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 18:10:29 ---> job-cost.sh 18:10:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-70Et 18:10:45 lf-activate-venv(): INFO: Adding /tmp/venv-lC2e/bin to PATH 18:10:45 INFO: No Stack... 18:10:45 INFO: Retrieving Pricing Info for: v1-standard-2 18:10:45 INFO: Archiving Costs [Pipeline] sh 18:10:46 + cut -d, -f6 18:10:46 + cat /w/workspace/app-functions-sdk-go/214/archives/cost.csv [Pipeline] lock 18:10:46 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-214-stack-cost] 18:10:46 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-214-stack-cost] did not exist. Created. 18:10:46 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:10:46 + echo total: 0.029999999329447746 [Pipeline] stash 18:10:46 Stashed 1 file(s) [Pipeline] } 18:10:46 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-214-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:11:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:12:45 lf-activate-venv(): INFO: Adding /tmp/venv-70Et/bin to PATH 18:12:45 INFO: No Stack... 18:12:45 INFO: Retrieving Pricing Info for: lf-standard-4 18:12:45 INFO: Archiving Costs [Pipeline] sh 18:12:45 + cat /w/workspace/app-functions-sdk-go/214/archives/cost.csv 18:12:45 + cut -d, -f6 [Pipeline] lock 18:12:45 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-214-stack-cost] 18:12:45 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-214-stack-cost] did not exist. Created. 18:12:45 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:12:45 /w/workspace/app-functions-sdk-go/214@tmp/durable-3682bbfe/script.sh: 1: /w/workspace/app-functions-sdk-go/214@tmp/durable-3682bbfe/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:12:46 + echo total: 0.20999999344348907 [Pipeline] stash 18:12:46 Warning: overwriting stash ‘stack-cost’ 18:12:46 Stashed 1 file(s) [Pipeline] } 18:12:46 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-214-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 18:12:47 provisioning config files... 18:12:47 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1463048316163501804tmp [Pipeline] { [Pipeline] sh 18:12:47 + set +x 18:12:47 + curl -s https://codecov.io/bash 18:12:47 + bash -s -- 18:12:47 18:12:47 _____ _ 18:12:47 / ____| | | 18:12:47 | | ___ __| | ___ ___ _____ __ 18:12:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:12:47 | |___| (_) | (_| | __/ (_| (_) \ V / 18:12:47 \_____\___/ \__,_|\___|\___\___/ \_/ 18:12:47 Bash-1.0.1 18:12:47 18:12:47 18:12:47 ==> git version 2.24.3 found 18:12:47 ==> 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 18:12:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:12:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:12:47 ==> Jenkins CI detected. 18:12:47 project root: . 18:12:47 --> token set from env 18:12:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:12:47 ==> Running gcov in . (disable via -X gcov) 18:12:47 ==> Python coveragepy not found 18:12:47 ==> Searching for coverage reports in: 18:12:47 + . 18:12:47 -> Found 2 reports 18:12:47 ==> Detecting git/mercurial file structure 18:12:47 ==> Reading reports 18:12:47 + ./app-service-template/coverage.out bytes=1055 18:12:47 + ./coverage.out bytes=86827 18:12:47 ==> Appending adjustments 18:12:47 https://docs.codecov.io/docs/fixing-reports 18:12:48 + Found adjustments 18:12:48 ==> Gzipping contents 18:12:48 16K /tmp/codecov.q7Ud1E.gz 18:12:48 ==> Uploading reports 18:12:48 url: https://codecov.io 18:12:48 query: branch=master&commit=31d53820897474db1e91be20d42ca7dc6cb60a35&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F214%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:12:48 -> Pinging Codecov 18:12:48 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=31d53820897474db1e91be20d42ca7dc6cb60a35&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F214%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:12:48 -> Uploading to 18:12:48 https://storage.googleapis.com/codecov/v4/raw/2021-04-15/3D8B5DFFC46A037C893635FACE044666/31d53820897474db1e91be20d42ca7dc6cb60a35/fc1e14ee-6b6c-4819-ab87-992fa55ba5bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T181248Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3f6cc7b61013a0ba12257a5689f659c58dde2da98bbb093d89e8b375526a6c17 18:12:48 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:48 Dload Upload Total Spent Left Speed 18:12:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15282 0 0 100 15282 0 32787 --:--:-- --:--:-- --:--:-- 32864 18:12:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/31d53820897474db1e91be20d42ca7dc6cb60a35 [Pipeline] } 18:12:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:12:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:12:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:12:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:12:50 18:12:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:12:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:12:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:12:50 188c0c94c7c5: Pulling fs layer 18:12:50 0ef7d3d256c8: Pulling fs layer 18:12:50 de9db76c5a1d: Pulling fs layer 18:12:50 0eba1c9be4d2: Pulling fs layer 18:12:50 0d57e429df01: Pulling fs layer 18:12:50 4e4be7b47b0d: Pulling fs layer 18:12:50 e1f770b5df2f: Pulling fs layer 18:12:50 85a0685a4137: Pulling fs layer 18:12:50 0d57e429df01: Waiting 18:12:50 4e4be7b47b0d: Waiting 18:12:50 e1f770b5df2f: Waiting 18:12:50 85a0685a4137: Waiting 18:12:50 0eba1c9be4d2: Waiting 18:12:50 de9db76c5a1d: Download complete 18:12:50 0ef7d3d256c8: Verifying Checksum 18:12:50 0ef7d3d256c8: Download complete 18:12:50 0d57e429df01: Verifying Checksum 18:12:50 0d57e429df01: Download complete 18:12:50 4e4be7b47b0d: Verifying Checksum 18:12:50 4e4be7b47b0d: Download complete 18:12:50 188c0c94c7c5: Download complete 18:12:50 188c0c94c7c5: Pull complete 18:12:50 0ef7d3d256c8: Pull complete 18:12:51 de9db76c5a1d: Pull complete 18:12:52 e1f770b5df2f: Verifying Checksum 18:12:52 e1f770b5df2f: Download complete 18:12:54 0eba1c9be4d2: Verifying Checksum 18:12:54 0eba1c9be4d2: Download complete 18:12:54 85a0685a4137: Verifying Checksum 18:12:54 85a0685a4137: Download complete 18:12:59 0eba1c9be4d2: Pull complete 18:12:59 0d57e429df01: Pull complete 18:12:59 4e4be7b47b0d: Pull complete 18:13:02 e1f770b5df2f: Pull complete 18:13:08 85a0685a4137: Pull complete 18:13:08 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:13:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:13:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:13:08 prd-centos7-docker-4c-2g-320 does not seem to be running inside a container 18:13:08 $ 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 18:13:09 $ docker top 885011ed12e94273e401ffa278be93902a1ca9f11dbeffd0a335b23b140ce507 -eo pid,comm [Pipeline] { [Pipeline] echo 18:13:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:13:10 + set -o pipefail 18:13:10 + snyk monitor '--org=edgex-jenkins' 18:13:18 18:13:18 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 18:13:18 18:13:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/7becc05e-4f4a-4f3f-b4bf-dceb50ca07f8 18:13:18 18:13:18 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:13:18 18:13:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:13:18 18:13:18 18:13:18 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 18:13:18 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:13:18 $ docker stop --time=1 885011ed12e94273e401ffa278be93902a1ca9f11dbeffd0a335b23b140ce507 18:13:21 $ docker rm -f 885011ed12e94273e401ffa278be93902a1ca9f11dbeffd0a335b23b140ce507 [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 18:13:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:13:21 provisioning config files... 18:13:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1500503740828733907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:22 --> edgex-publish-swagger.sh 18:13:22 === Publish openapi/v2 API === 18:13:22 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:13:22 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 18:13:22 % Total % Received % Xferd Average Speed Time Time Time Current 18:13:22 Dload Upload Total Spent Left Speed 18:13:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 12001 0:00:01 0:00:01 --:--:-- 12018 100 13052 0 0 100 13052 0 11999 0:00:01 0:00:01 --:--:-- 12018 18:13:23 18:13:23 [Pipeline] } 18:13:23 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 18:13:23 + git log --format=format:%s -1 31d53820897474db1e91be20d42ca7dc6cb60a35 [Pipeline] isUnix [Pipeline] sh 18:13:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:13:23 . [Pipeline] withDockerContainer 18:13:24 prd-centos7-docker-4c-2g-320 does not seem to be running inside a container 18:13:24 $ 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 18:13:24 $ docker top e6a76e18eea721b2b3df63e9ca602334f49d696e5b83a840d9713b2c2f574d73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:13:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:13:24 [ssh-agent] Looking for ssh-agent implementation... 18:13:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:13:25 $ docker exec e6a76e18eea721b2b3df63e9ca602334f49d696e5b83a840d9713b2c2f574d73 ssh-agent 18:13:25 SSH_AUTH_SOCK=/tmp/ssh-QuaqQq4PLaII/agent.12 18:13:25 SSH_AGENT_PID=18 18:13:25 Running ssh-add (command line suppressed) 18:13:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3844245629946743055.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3844245629946743055.key) 18:13:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:13:25 + git semver tag 18:13:25 # -> Open(): unable to determine branch for HEAD 18:13:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:13:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:13:25 # $SEMVER_REMOTE_NAME = origin 18:13:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:13:25 # $SEMVER_USER_NAME = edgex-jenkins 18:13:25 # $SEMVER_BRANCH = master 18:13:25 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:13:25 # 31d53820897474db1e91be20d42ca7dc6cb60a35 HEAD 18:13:25 # -> Force: false 18:13:25 # c779e48e03729216d21a3d7c2585fd96f58a827c refs/tags/v2.0.0-dev.45 [Pipeline] } 18:13:25 $ docker exec --env ******** --env ******** e6a76e18eea721b2b3df63e9ca602334f49d696e5b83a840d9713b2c2f574d73 ssh-agent -k 18:13:25 unset SSH_AUTH_SOCK; 18:13:25 unset SSH_AGENT_PID; 18:13:25 echo Agent pid 18 killed; 18:13:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:13:26 + git semver [Pipeline] } 18:13:26 $ docker stop --time=1 e6a76e18eea721b2b3df63e9ca602334f49d696e5b83a840d9713b2c2f574d73 18:13:27 $ docker rm -f e6a76e18eea721b2b3df63e9ca602334f49d696e5b83a840d9713b2c2f574d73 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:13:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:13:28 18:13:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:13:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:13:28 0.23.1-centos7: Pulling from edgex-lftools 18:13:28 ab5ef0e58194: Pulling fs layer 18:13:28 9712f1f96733: Pulling fs layer 18:13:28 63f879dbbcfc: Pulling fs layer 18:13:28 0d9ebad4ef96: Pulling fs layer 18:13:28 e9a5061849ea: Pulling fs layer 18:13:28 d747dcd14b5f: Pulling fs layer 18:13:28 2de7ff778b66: Pulling fs layer 18:13:28 0d9ebad4ef96: Waiting 18:13:28 e9a5061849ea: Waiting 18:13:28 d747dcd14b5f: Waiting 18:13:28 2de7ff778b66: Waiting 18:13:28 9712f1f96733: Verifying Checksum 18:13:28 9712f1f96733: Download complete 18:13:29 63f879dbbcfc: Verifying Checksum 18:13:29 63f879dbbcfc: Download complete 18:13:30 e9a5061849ea: Verifying Checksum 18:13:30 e9a5061849ea: Download complete 18:13:30 d747dcd14b5f: Verifying Checksum 18:13:30 d747dcd14b5f: Download complete 18:13:30 2de7ff778b66: Verifying Checksum 18:13:30 2de7ff778b66: Download complete 18:13:30 0d9ebad4ef96: Verifying Checksum 18:13:30 0d9ebad4ef96: Download complete 18:13:30 ab5ef0e58194: Verifying Checksum 18:13:30 ab5ef0e58194: Download complete 18:13:36 ab5ef0e58194: Pull complete 18:13:36 9712f1f96733: Pull complete 18:13:38 63f879dbbcfc: Pull complete 18:13:43 0d9ebad4ef96: Pull complete 18:13:46 e9a5061849ea: Pull complete 18:13:46 d747dcd14b5f: Pull complete 18:13:48 2de7ff778b66: Pull complete 18:13:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:13:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:13:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:13:48 prd-centos7-docker-4c-2g-320 does not seem to be running inside a container 18:13:48 $ 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 18:13:51 $ docker top 7f769839df30f617fd2e2838d4a147b6e00f5fb6c90297c86eb83465f3eae09f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:13:51 provisioning config files... 18:13:51 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3919592617093390449tmp 18:13:51 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4934051366349363314tmp 18:13:51 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4323944826466535127tmp [Pipeline] { [Pipeline] echo 18:13:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:13:52 ---> sigul-configuration.sh 18:13:52 gpg: directory `/root/.gnupg' created 18:13:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:13:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:13:52 gpg: keyring `/root/.gnupg/secring.gpg' created 18:13:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:13:52 gpg: CAST5 encrypted data 18:13:52 gpg: encrypted with 1 passphrase 18:13:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:13:52 + mkdir /home/jenkins 18:13:52 + mkdir /home/jenkins/sigul [Pipeline] sh 18:13:52 + 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 18:13:53 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:13:53 ---> sigul-install.sh 18:13:59 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:14:00 + git tag --list 18:14:00 v0.1.0 18:14:00 v0.1.1 18:14:00 v1.0.0 18:14:00 v1.1.0 18:14:00 v1.2.0 18:14:00 v1.3.0 18:14:00 v1.3.1 18:14:00 v1.3.1-dev.1 18:14:00 v1.3.2-dev.1 18:14:00 v2.0.0-dev.1 18:14:00 v2.0.0-dev.10 18:14:00 v2.0.0-dev.11 18:14:00 v2.0.0-dev.12 18:14:00 v2.0.0-dev.13 18:14:00 v2.0.0-dev.14 18:14:00 v2.0.0-dev.15 18:14:00 v2.0.0-dev.16 18:14:00 v2.0.0-dev.17 18:14:00 v2.0.0-dev.18 18:14:00 v2.0.0-dev.19 18:14:00 v2.0.0-dev.2 18:14:00 v2.0.0-dev.20 18:14:00 v2.0.0-dev.21 18:14:00 v2.0.0-dev.22 18:14:00 v2.0.0-dev.23 18:14:00 v2.0.0-dev.24 18:14:00 v2.0.0-dev.25 18:14:00 v2.0.0-dev.26 18:14:00 v2.0.0-dev.27 18:14:00 v2.0.0-dev.28 18:14:00 v2.0.0-dev.29 18:14:00 v2.0.0-dev.3 18:14:00 v2.0.0-dev.30 18:14:00 v2.0.0-dev.31 18:14:00 v2.0.0-dev.32 18:14:00 v2.0.0-dev.33 18:14:00 v2.0.0-dev.34 18:14:00 v2.0.0-dev.35 18:14:00 v2.0.0-dev.36 18:14:00 v2.0.0-dev.37 18:14:00 v2.0.0-dev.38 18:14:00 v2.0.0-dev.39 18:14:00 v2.0.0-dev.4 18:14:00 v2.0.0-dev.40 18:14:00 v2.0.0-dev.41 18:14:00 v2.0.0-dev.42 18:14:00 v2.0.0-dev.43 18:14:00 v2.0.0-dev.44 18:14:00 v2.0.0-dev.45 18:14:00 v2.0.0-dev.5 18:14:00 v2.0.0-dev.6 18:14:00 v2.0.0-dev.7 18:14:00 v2.0.0-dev.8 18:14:00 v2.0.0-dev.9 [Pipeline] sh 18:14:00 + lftools sign git-tag v2.0.0-dev.45 18:14:02 Signing Git tag with Sigul... 18:14:02 Signing v2.0.0-dev.45 [Pipeline] echo 18:14:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:14:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:14:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:14:03 $ docker stop --time=1 7f769839df30f617fd2e2838d4a147b6e00f5fb6c90297c86eb83465f3eae09f 18:14:05 $ docker rm -f 7f769839df30f617fd2e2838d4a147b6e00f5fb6c90297c86eb83465f3eae09f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:14:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:14:05 . [Pipeline] withDockerContainer 18:14:05 prd-centos7-docker-4c-2g-320 does not seem to be running inside a container 18:14:05 $ 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 18:14:06 $ docker top 61fabe652ec62c469c71b9beca2b330551c82a753c2af33b2b4ff7a4403af5cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:06 [ssh-agent] Looking for ssh-agent implementation... 18:14:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:06 $ docker exec 61fabe652ec62c469c71b9beca2b330551c82a753c2af33b2b4ff7a4403af5cd ssh-agent 18:14:06 SSH_AUTH_SOCK=/tmp/ssh-UQFZLwV7uWc3/agent.12 18:14:06 SSH_AGENT_PID=18 18:14:06 Running ssh-add (command line suppressed) 18:14:07 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1264686876374786006.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1264686876374786006.key) 18:14:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:07 + git semver bump pre 18:14:07 # -> Open(): unable to determine branch for HEAD 18:14:07 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:14:07 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:14:07 # $SEMVER_REMOTE_NAME = origin 18:14:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:14:07 # $SEMVER_USER_NAME = edgex-jenkins 18:14:07 # $SEMVER_BRANCH = master 18:14:07 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:14:07 2.0.0-dev.46 [Pipeline] } 18:14:07 $ docker exec --env ******** --env ******** 61fabe652ec62c469c71b9beca2b330551c82a753c2af33b2b4ff7a4403af5cd ssh-agent -k 18:14:07 unset SSH_AUTH_SOCK; 18:14:07 unset SSH_AGENT_PID; 18:14:07 echo Agent pid 18 killed; 18:14:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:07 + git semver [Pipeline] } 18:14:07 $ docker stop --time=1 61fabe652ec62c469c71b9beca2b330551c82a753c2af33b2b4ff7a4403af5cd 18:14:09 $ docker rm -f 61fabe652ec62c469c71b9beca2b330551c82a753c2af33b2b4ff7a4403af5cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:14:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:14:09 . [Pipeline] withDockerContainer 18:14:09 prd-centos7-docker-4c-2g-320 does not seem to be running inside a container 18:14:09 $ 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 18:14:10 $ docker top 06010f1103b13f4a9d6a0b7ea44c3a6b49cc90d8a5d5e79e140a8d51d422d450 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:10 [ssh-agent] Looking for ssh-agent implementation... 18:14:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:10 $ docker exec 06010f1103b13f4a9d6a0b7ea44c3a6b49cc90d8a5d5e79e140a8d51d422d450 ssh-agent 18:14:10 SSH_AUTH_SOCK=/tmp/ssh-LHWZN9fo2zIG/agent.12 18:14:10 SSH_AGENT_PID=17 18:14:10 Running ssh-add (command line suppressed) 18:14:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2139988595423245030.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2139988595423245030.key) 18:14:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:11 + git semver push 18:14:11 # -> Open(): unable to determine branch for HEAD 18:14:11 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:14:11 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:14:11 # $SEMVER_REMOTE_NAME = origin 18:14:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:14:11 # $SEMVER_USER_NAME = edgex-jenkins 18:14:11 # $SEMVER_BRANCH = master 18:14:11 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:14:15 $ docker exec --env ******** --env ******** 06010f1103b13f4a9d6a0b7ea44c3a6b49cc90d8a5d5e79e140a8d51d422d450 ssh-agent -k 18:14:15 unset SSH_AUTH_SOCK; 18:14:15 unset SSH_AGENT_PID; 18:14:15 echo Agent pid 17 killed; 18:14:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:16 + git semver [Pipeline] } 18:14:16 $ docker stop --time=1 06010f1103b13f4a9d6a0b7ea44c3a6b49cc90d8a5d5e79e140a8d51d422d450 18:14:17 $ docker rm -f 06010f1103b13f4a9d6a0b7ea44c3a6b49cc90d8a5d5e79e140a8d51d422d450 [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 18:14:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:14:19 ---> package-listing.sh 18:14:19 ++ facter osfamily 18:14:19 ++ tr '[:upper:]' '[:lower:]' 18:14:19 + OS_FAMILY=redhat 18:14:19 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:14:19 + START_PACKAGES=/tmp/packages_start.txt 18:14:19 + END_PACKAGES=/tmp/packages_end.txt 18:14:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:14:19 + PACKAGES=/tmp/packages_start.txt 18:14:19 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:14:19 + PACKAGES=/tmp/packages_end.txt 18:14:19 + case "${OS_FAMILY}" in 18:14:19 + rpm -qa 18:14:19 + sort 18:14:24 + '[' -f /tmp/packages_start.txt ']' 18:14:24 + '[' -f /tmp/packages_end.txt ']' 18:14:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:14:24 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:14:24 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:14: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 18:14: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 18:14:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:14:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:25 18:14:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:14:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:25 alpine: Pulling from edgex-lftools-log-publisher 18:14:25 df20fa9351a1: Pulling fs layer 18:14:25 36b3adc4ff6f: Pulling fs layer 18:14:25 8ad3a11d3b57: Pulling fs layer 18:14:25 46f8f816bc3b: Pulling fs layer 18:14:25 93b61091891f: Pulling fs layer 18:14:25 93b9cdb0e59b: Pulling fs layer 18:14:25 5e14af77c1be: Pulling fs layer 18:14:25 01666e4c0597: Pulling fs layer 18:14:25 aa168da1d23b: Pulling fs layer 18:14:25 93b9cdb0e59b: Waiting 18:14:25 5e14af77c1be: Waiting 18:14:25 aa168da1d23b: Waiting 18:14:25 01666e4c0597: Waiting 18:14:25 46f8f816bc3b: Waiting 18:14:25 93b61091891f: Waiting 18:14:25 36b3adc4ff6f: Download complete 18:14:25 46f8f816bc3b: Verifying Checksum 18:14:25 46f8f816bc3b: Download complete 18:14:25 df20fa9351a1: Verifying Checksum 18:14:25 df20fa9351a1: Download complete 18:14:25 93b9cdb0e59b: Verifying Checksum 18:14:25 93b9cdb0e59b: Download complete 18:14:25 5e14af77c1be: Verifying Checksum 18:14:25 5e14af77c1be: Download complete 18:14:25 01666e4c0597: Verifying Checksum 18:14:25 01666e4c0597: Download complete 18:14:25 8ad3a11d3b57: Verifying Checksum 18:14:25 8ad3a11d3b57: Download complete 18:14:25 df20fa9351a1: Pull complete 18:14:25 36b3adc4ff6f: Pull complete 18:14:26 93b61091891f: Verifying Checksum 18:14:26 93b61091891f: Download complete 18:14:26 8ad3a11d3b57: Pull complete 18:14:27 46f8f816bc3b: Pull complete 18:14:27 93b61091891f: Pull complete 18:14:27 aa168da1d23b: Verifying Checksum 18:14:27 aa168da1d23b: Download complete 18:14:27 93b9cdb0e59b: Pull complete 18:14:27 5e14af77c1be: Pull complete 18:14:28 01666e4c0597: Pull complete 18:14:34 aa168da1d23b: Pull complete 18:14:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:14:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:14:34 prd-centos7-docker-4c-2g-320 does not seem to be running inside a container 18:14:35 $ 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 18:14:37 $ docker top d1b9174344413cee59e1245c5d8f8f06fcdf0c5e108e675978372a446478fc1f -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:38 + touch /tmp/pre-build-complete [Pipeline] sh 18:14:38 + mkdir -p /var/log/sa [Pipeline] sh 18:14:38 + ls /var/log/sa-host 18:14:38 + sadf -c /var/log/sa-host/sa15 18:14:38 file_magic: OK 18:14:38 HZ: Using current value: 100 18:14:38 file_header: OK 18:14:38 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 18:14:38 Statistics: 18:14:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:14:38 File successfully converted to sysstat format version 12.2.1 18:14:38 + sadf -c /var/log/sa-host/sa23 18:14:38 file_magic: OK 18:14:38 HZ: Using current value: 100 18:14:38 file_header: OK 18:14:38 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 18:14:38 Statistics: 18:14:38 Hnuu...uuuununununu... 18:14:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:14:38 provisioning config files... 18:14:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8185905441038429219tmp [Pipeline] { [Pipeline] echo 18:14:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:14:39 ---> create-netrc.sh [Pipeline] } 18:14:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:14:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:14:39 ---> python-tools-install.sh [Pipeline] echo 18:14:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:14:39 ---> sudo-logs.sh 18:14:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:14:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:14:40 ---> job-cost.sh 18:14:40 lf-activate-venv: SKIPPING 18:14:40 DEBUG: total: 0.20999999344348907 18:14:40 INFO: Retrieving Stack Cost... 18:14:41 INFO: Retrieving Pricing Info for: v1-standard-2 18:14:42 INFO: Archiving Costs [Pipeline] echo 18:14:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:14:42 ---> logs-deploy.sh 18:14:42 lf-activate-venv: SKIPPING 18:14:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/214 18:14:42 INFO: archiving workspace using pattern(s): 18:14:43 Archives upload complete. 18:14:43 INFO: archiving logs to Nexus