Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d0ab0908a17ea98a569ad477d68e9c610b048c8 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1936 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 Checking out Revision 4d0ab0908a17ea98a569ad477d68e9c610b048c8 (master) 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 4d0ab0908a17ea98a569ad477d68e9c610b048c8 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#798)" > git rev-list --no-walk bacc8bdf9074b154c54986d9e77de2634ac23145 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T00:17:54.025Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T00:17:54.114Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T00:17:54.141Z] ========================================================= [2021-04-27T00:17:54.141Z] EdgeX Global Pipelines Version Info [2021-04-27T00:17:54.141Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:17:55.670Z] ------------------- [2021-04-27T00:17:55.670Z] stable info: [2021-04-27T00:17:55.670Z] ------------------- [2021-04-27T00:17:55.670Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T00:17:55.670Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T00:17:55.670Z] Message: update stable to v1.0.186 [2021-04-27T00:17:56.616Z] ------------------- [2021-04-27T00:17:56.616Z] experimental info: [2021-04-27T00:17:56.616Z] ------------------- [2021-04-27T00:17:56.616Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T00:17:56.616Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T00:17:56.616Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T00:17:56.737Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-04-27T00:17:56.760Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-04-27T00:17:56.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T00:17:56.804Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T00:17:56.829Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T00:17:56.851Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T00:17:56.874Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T00:17:56.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T00:17:56.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-27T00:17:56.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T00:17:56.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T00:17:56.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-04-27T00:17:57.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T00:17:57.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T00:17:57.054Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T00:17:57.079Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T00:17:57.101Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T00:17:57.124Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T00:17:57.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T00:17:57.188Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-27T00:17:57.213Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-27T00:17:57.236Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-04-27T00:17:57.259Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-27T00:17:57.281Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-27T00:17:57.304Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-27T00:17:57.326Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T00:17:57.349Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-27T00:17:57.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-27T00:17:57.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-27T00:17:57.453Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d0ab0908a17ea98a569ad477d68e9c610b048c8 [Pipeline] echo [2021-04-27T00:17:57.476Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d0ab09 [Pipeline] echo [2021-04-27T00:17:57.499Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T00:17:57.909Z] + git log --format=format:%s -1 4d0ab0908a17ea98a569ad477d68e9c610b048c8 [Pipeline] echo [2021-04-27T00:17:57.986Z] GIT_COMMIT: 4d0ab0908a17ea98a569ad477d68e9c610b048c8, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#798) [Pipeline] echo [2021-04-27T00:17:58.000Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:17:58.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T00:17:59.178Z] [2021-04-27T00:17:59.178Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:17:59.505Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T00:17:59.505Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T00:17:59.505Z] 31603596830f: Pulling fs layer [2021-04-27T00:17:59.505Z] 2a8b12db71e7: Pulling fs layer [2021-04-27T00:17:59.505Z] 6ca5941a6612: Pulling fs layer [2021-04-27T00:17:59.505Z] ecc8261a40a4: Pulling fs layer [2021-04-27T00:17:59.505Z] ecc8261a40a4: Waiting [2021-04-27T00:17:59.506Z] 2a8b12db71e7: Verifying Checksum [2021-04-27T00:17:59.506Z] 2a8b12db71e7: Download complete [2021-04-27T00:17:59.770Z] 31603596830f: Verifying Checksum [2021-04-27T00:17:59.770Z] 31603596830f: Download complete [2021-04-27T00:17:59.770Z] ecc8261a40a4: Verifying Checksum [2021-04-27T00:17:59.770Z] ecc8261a40a4: Download complete [2021-04-27T00:17:59.770Z] 6ca5941a6612: Verifying Checksum [2021-04-27T00:17:59.770Z] 6ca5941a6612: Download complete [2021-04-27T00:18:00.033Z] 31603596830f: Pull complete [2021-04-27T00:18:00.033Z] 2a8b12db71e7: Pull complete [2021-04-27T00:18:00.990Z] 6ca5941a6612: Pull complete [2021-04-27T00:18:01.253Z] ecc8261a40a4: Pull complete [2021-04-27T00:18:01.253Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-27T00:18:01.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T00:18:01.253Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T00:18:01.375Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2021-04-27T00:18:01.424Z] $ 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 [2021-04-27T00:18:03.663Z] $ docker top e7d3c2655e5d27bd4ab5242fa475a3a24a3413b3ef6430061a38d39bfa4e8436 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T00:18:03.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T00:18:03.918Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T00:18:04.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T00:18:04.171Z] $ docker exec e7d3c2655e5d27bd4ab5242fa475a3a24a3413b3ef6430061a38d39bfa4e8436 ssh-agent [2021-04-27T00:18:04.357Z] SSH_AUTH_SOCK=/tmp/ssh-fdwKbcmwOBPi/agent.12 [2021-04-27T00:18:04.358Z] SSH_AGENT_PID=18 [2021-04-27T00:18:04.377Z] Running ssh-add (command line suppressed) [2021-04-27T00:18:04.512Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4747807154859175967.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4747807154859175967.key) [2021-04-27T00:18:04.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T00:18:04.881Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T00:18:04.904Z] $ docker exec --env ******** --env ******** e7d3c2655e5d27bd4ab5242fa475a3a24a3413b3ef6430061a38d39bfa4e8436 ssh-agent -k [2021-04-27T00:18:05.026Z] unset SSH_AUTH_SOCK; [2021-04-27T00:18:05.026Z] unset SSH_AGENT_PID; [2021-04-27T00:18:05.026Z] echo Agent pid 18 killed; [2021-04-27T00:18:05.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T00:18:05.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T00:18:05.119Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T00:18:05.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T00:18:05.309Z] $ docker exec e7d3c2655e5d27bd4ab5242fa475a3a24a3413b3ef6430061a38d39bfa4e8436 ssh-agent [2021-04-27T00:18:05.482Z] SSH_AUTH_SOCK=/tmp/ssh-kcP8bp3dMI9z/agent.46 [2021-04-27T00:18:05.482Z] SSH_AGENT_PID=52 [2021-04-27T00:18:05.489Z] Running ssh-add (command line suppressed) [2021-04-27T00:18:05.615Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8089643168270082038.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8089643168270082038.key) [2021-04-27T00:18:05.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T00:18:05.978Z] + git semver init [2021-04-27T00:18:05.978Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T00:18:05.978Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-04-27T00:18:05.978Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-04-27T00:18:05.978Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T00:18:05.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T00:18:05.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T00:18:05.978Z] # $SEMVER_BRANCH = master [2021-04-27T00:18:05.978Z] # $SEMVER_TEMP = /tmp/semver-820174455 [2021-04-27T00:18:05.978Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-04-27T00:18:08.543Z] # '/tmp/semver-820174455' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-04-27T00:18:08.806Z] # -> Force: false [2021-04-27T00:18:08.806Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-04-27T00:18:08.821Z] $ docker exec --env ******** --env ******** e7d3c2655e5d27bd4ab5242fa475a3a24a3413b3ef6430061a38d39bfa4e8436 ssh-agent -k [2021-04-27T00:18:08.944Z] unset SSH_AUTH_SOCK; [2021-04-27T00:18:08.945Z] unset SSH_AGENT_PID; [2021-04-27T00:18:08.945Z] echo Agent pid 52 killed; [2021-04-27T00:18:09.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T00:18:09.335Z] + git semver [Pipeline] } [2021-04-27T00:18:09.358Z] $ docker stop --time=1 e7d3c2655e5d27bd4ab5242fa475a3a24a3413b3ef6430061a38d39bfa4e8436 [2021-04-27T00:18:10.928Z] $ docker rm -f e7d3c2655e5d27bd4ab5242fa475a3a24a3413b3ef6430061a38d39bfa4e8436 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T00:18:11.361Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T00:18:11.755Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T00:18:11.758Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.49 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-27T00:18:26.920Z] Still waiting to schedule task [2021-04-27T00:18:26.920Z] ‘prd-centos7-docker-4c-2g-1937’ is offline [2021-04-27T00:18:26.923Z] Still waiting to schedule task [2021-04-27T00:18:26.923Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-27T00:20:16.308Z] Running on prd-centos7-docker-4c-2g-1939 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-27T00:20:16.332Z] Running in /w/workspace/app-functions-sdk-go/219 [Pipeline] { [Pipeline] checkout [2021-04-27T00:20:17.518Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1940 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-27T00:20:17.535Z] Running in /w/workspace/app-functions-sdk-go/219 [Pipeline] { [Pipeline] checkout [2021-04-27T00:20:22.569Z] using credential edgex-jenkins-ssh [2021-04-27T00:20:22.601Z] Cloning the remote Git repository [2021-04-27T00:20:22.845Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-27T00:20:23.153Z] using credential edgex-jenkins-ssh [2021-04-27T00:20:23.168Z] Cloning the remote Git repository [2021-04-27T00:20:23.201Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-27T00:20:23.299Z] > git init /w/workspace/app-functions-sdk-go/219 # timeout=10 [2021-04-27T00:20:23.378Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-27T00:20:23.379Z] > git --version # timeout=10 [2021-04-27T00:20:23.395Z] > git --version # 'git version 2.17.1' [2021-04-27T00:20:23.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T00:20:23.476Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T00:20:22.961Z] > git init /w/workspace/app-functions-sdk-go/219 # timeout=10 [2021-04-27T00:20:23.226Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-27T00:20:23.227Z] > git --version # timeout=10 [2021-04-27T00:20:23.337Z] > git --version # 'git version 2.24.3' [2021-04-27T00:20:23.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T00:20:23.472Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T00:20:25.231Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-27T00:20:25.251Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T00:20:25.272Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-27T00:20:25.288Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-27T00:20:25.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T00:20:25.307Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T00:20:25.817Z] Checking out Revision 4d0ab0908a17ea98a569ad477d68e9c610b048c8 (master) [2021-04-27T00:20:26.501Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-27T00:20:26.531Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T00:20:26.554Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-27T00:20:26.585Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-27T00:20:26.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T00:20:26.597Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T00:20:25.829Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T00:20:25.860Z] > git checkout -f 4d0ab0908a17ea98a569ad477d68e9c610b048c8 # timeout=10 [2021-04-27T00:20:27.095Z] Checking out Revision 4d0ab0908a17ea98a569ad477d68e9c610b048c8 (master) [2021-04-27T00:20:27.114Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T00:20:27.126Z] > git checkout -f 4d0ab0908a17ea98a569ad477d68e9c610b048c8 # timeout=10 [2021-04-27T00:20:30.702Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#798)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T00:20:31.323Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#798)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T00:20:32.041Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T00:20:33.018Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-27T00:20:33.028Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-04-27T00:20:33.330Z] + sudo service docker restart [2021-04-27T00:20:33.330Z] + true [2021-04-27T00:20:33.330Z] Redirecting to /bin/systemctl restart docker.service [2021-04-27T00:20:33.413Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T00:20:33.749Z] + sudo service docker+ restarttrue [2021-04-27T00:20:33.749Z] [Pipeline] unstash [Pipeline] echo [2021-04-27T00:20:34.912Z] ========================================================= [2021-04-27T00:20:34.912Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T00:20:34.912Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:20:35.244Z] + 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 . [Pipeline] unstash [Pipeline] echo [2021-04-27T00:20:36.627Z] ========================================================= [2021-04-27T00:20:36.627Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-27T00:20:36.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:20:36.716Z] Sending build context to Docker daemon 19.47MB [2021-04-27T00:20:36.716Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T00:20:36.716Z] Step 2/8 : FROM ${BASE} [2021-04-27T00:20:36.716Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T00:20:36.716Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T00:20:36.716Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T00:20:36.716Z] de9db76c5a1d: Pulling fs layer [2021-04-27T00:20:36.716Z] bca2f99d35d6: Pulling fs layer [2021-04-27T00:20:36.716Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T00:20:36.716Z] 7c6f9722023f: Pulling fs layer [2021-04-27T00:20:36.716Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T00:20:36.716Z] bca2f99d35d6: Waiting [2021-04-27T00:20:36.716Z] 93359f2a8cfa: Waiting [2021-04-27T00:20:36.716Z] 7c6f9722023f: Waiting [2021-04-27T00:20:36.716Z] a35cf1a2eb13: Waiting [2021-04-27T00:20:36.716Z] de9db76c5a1d: Verifying Checksum [2021-04-27T00:20:36.716Z] de9db76c5a1d: Download complete [2021-04-27T00:20:36.716Z] 0ef7d3d256c8: Verifying Checksum [2021-04-27T00:20:36.716Z] 0ef7d3d256c8: Download complete [2021-04-27T00:20:36.716Z] 93359f2a8cfa: Verifying Checksum [2021-04-27T00:20:36.716Z] 93359f2a8cfa: Download complete [2021-04-27T00:20:36.716Z] 7c6f9722023f: Verifying Checksum [2021-04-27T00:20:36.716Z] 7c6f9722023f: Download complete [2021-04-27T00:20:36.716Z] 188c0c94c7c5: Verifying Checksum [2021-04-27T00:20:36.716Z] 188c0c94c7c5: Download complete [2021-04-27T00:20:36.968Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-27T00:20:37.709Z] 188c0c94c7c5: Pull complete [2021-04-27T00:20:37.947Z] Sending build context to Docker daemon 19.47MB [2021-04-27T00:20:37.947Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T00:20:37.947Z] Step 2/8 : FROM ${BASE} [2021-04-27T00:20:37.979Z] 0ef7d3d256c8: Pull complete [2021-04-27T00:20:38.264Z] de9db76c5a1d: Pull complete [2021-04-27T00:20:38.540Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-27T00:20:38.540Z] 5f621e34cdf4: Pulling fs layer [2021-04-27T00:20:38.540Z] a4357932f1b6: Pulling fs layer [2021-04-27T00:20:38.540Z] 18c013af1878: Pulling fs layer [2021-04-27T00:20:38.540Z] 00ac8860ef70: Pulling fs layer [2021-04-27T00:20:38.540Z] 63d7cb157983: Pulling fs layer [2021-04-27T00:20:38.540Z] b116817d02f9: Pulling fs layer [2021-04-27T00:20:38.540Z] 745a02a5169b: Pulling fs layer [2021-04-27T00:20:38.540Z] 00ac8860ef70: Waiting [2021-04-27T00:20:38.540Z] 63d7cb157983: Waiting [2021-04-27T00:20:38.540Z] b116817d02f9: Waiting [2021-04-27T00:20:38.540Z] 745a02a5169b: Waiting [2021-04-27T00:20:38.540Z] 18c013af1878: Verifying Checksum [2021-04-27T00:20:38.540Z] 18c013af1878: Download complete [2021-04-27T00:20:38.540Z] a4357932f1b6: Verifying Checksum [2021-04-27T00:20:38.540Z] a4357932f1b6: Download complete [2021-04-27T00:20:38.540Z] 63d7cb157983: Verifying Checksum [2021-04-27T00:20:38.540Z] 63d7cb157983: Download complete [2021-04-27T00:20:38.540Z] b116817d02f9: Verifying Checksum [2021-04-27T00:20:38.540Z] b116817d02f9: Download complete [2021-04-27T00:20:38.540Z] 5f621e34cdf4: Verifying Checksum [2021-04-27T00:20:38.540Z] 5f621e34cdf4: Download complete [2021-04-27T00:20:39.139Z] 5f621e34cdf4: Pull complete [2021-04-27T00:20:39.220Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T00:20:39.220Z] a35cf1a2eb13: Download complete [2021-04-27T00:20:39.739Z] a4357932f1b6: Pull complete [2021-04-27T00:20:40.334Z] 18c013af1878: Pull complete [2021-04-27T00:20:40.627Z] bca2f99d35d6: Verifying Checksum [2021-04-27T00:20:40.627Z] bca2f99d35d6: Download complete [2021-04-27T00:20:41.316Z] 745a02a5169b: Verifying Checksum [2021-04-27T00:20:41.316Z] 745a02a5169b: Download complete [2021-04-27T00:20:42.755Z] 00ac8860ef70: Verifying Checksum [2021-04-27T00:20:42.756Z] 00ac8860ef70: Download complete [2021-04-27T00:20:52.945Z] 00ac8860ef70: Pull complete [2021-04-27T00:20:53.092Z] bca2f99d35d6: Pull complete [2021-04-27T00:20:53.092Z] 93359f2a8cfa: Pull complete [2021-04-27T00:20:53.543Z] 63d7cb157983: Pull complete [2021-04-27T00:20:53.702Z] 7c6f9722023f: Pull complete [2021-04-27T00:20:53.819Z] b116817d02f9: Pull complete [2021-04-27T00:20:58.152Z] 745a02a5169b: Pull complete [2021-04-27T00:20:58.152Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-27T00:20:58.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-27T00:20:58.152Z] ---> b7e6874047d6 [2021-04-27T00:20:58.152Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-04-27T00:20:58.152Z] 20.10.0: Pulling from library/docker [2021-04-27T00:20:58.152Z] a3cc7d3b244e: Pulling fs layer [2021-04-27T00:20:58.152Z] 02a3295e0d61: Pulling fs layer [2021-04-27T00:20:58.152Z] 0f4f2e6d8100: Pulling fs layer [2021-04-27T00:20:58.152Z] 330b718f631f: Pulling fs layer [2021-04-27T00:20:58.152Z] a93816041522: Pulling fs layer [2021-04-27T00:20:58.152Z] bdb6da89ff94: Pulling fs layer [2021-04-27T00:20:58.152Z] 2a70c0c122f4: Pulling fs layer [2021-04-27T00:20:58.152Z] 330b718f631f: Waiting [2021-04-27T00:20:58.152Z] a93816041522: Waiting [2021-04-27T00:20:58.152Z] bdb6da89ff94: Waiting [2021-04-27T00:20:58.152Z] 2a70c0c122f4: Waiting [2021-04-27T00:20:58.152Z] 0f4f2e6d8100: Verifying Checksum [2021-04-27T00:20:58.152Z] 0f4f2e6d8100: Download complete [2021-04-27T00:20:58.152Z] a3cc7d3b244e: Verifying Checksum [2021-04-27T00:20:58.152Z] a3cc7d3b244e: Download complete [2021-04-27T00:20:58.152Z] 02a3295e0d61: Verifying Checksum [2021-04-27T00:20:58.152Z] 02a3295e0d61: Download complete [2021-04-27T00:20:58.152Z] a93816041522: Verifying Checksum [2021-04-27T00:20:58.152Z] a93816041522: Download complete [2021-04-27T00:20:58.152Z] bdb6da89ff94: Verifying Checksum [2021-04-27T00:20:58.152Z] bdb6da89ff94: Download complete [2021-04-27T00:20:58.152Z] 2a70c0c122f4: Verifying Checksum [2021-04-27T00:20:58.152Z] 2a70c0c122f4: Download complete [2021-04-27T00:20:58.428Z] a3cc7d3b244e: Pull complete [2021-04-27T00:20:59.405Z] 02a3295e0d61: Pull complete [2021-04-27T00:20:59.405Z] 0f4f2e6d8100: Pull complete [2021-04-27T00:20:59.405Z] 330b718f631f: Verifying Checksum [2021-04-27T00:20:59.405Z] 330b718f631f: Download complete [2021-04-27T00:21:00.470Z] a35cf1a2eb13: Pull complete [2021-04-27T00:21:00.470Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T00:21:00.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T00:21:00.470Z] ---> a62c8e92a672 [2021-04-27T00:21:00.470Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-04-27T00:21:00.470Z] 20.10.0: Pulling from library/docker [2021-04-27T00:21:00.470Z] 05e7bc50f07f: Pulling fs layer [2021-04-27T00:21:00.470Z] 6db28d0fdbf6: Pulling fs layer [2021-04-27T00:21:00.470Z] 292df0bc6bf3: Pulling fs layer [2021-04-27T00:21:00.470Z] 2e060f4bd70b: Pulling fs layer [2021-04-27T00:21:00.470Z] 80e8d568a223: Pulling fs layer [2021-04-27T00:21:00.470Z] 8dc6ef1a942a: Pulling fs layer [2021-04-27T00:21:00.470Z] 2312dd95470a: Pulling fs layer [2021-04-27T00:21:00.470Z] 80e8d568a223: Waiting [2021-04-27T00:21:00.470Z] 8dc6ef1a942a: Waiting [2021-04-27T00:21:00.470Z] 2312dd95470a: Waiting [2021-04-27T00:21:00.470Z] 2e060f4bd70b: Waiting [2021-04-27T00:21:00.470Z] 292df0bc6bf3: Verifying Checksum [2021-04-27T00:21:00.470Z] 292df0bc6bf3: Download complete [2021-04-27T00:21:00.470Z] 05e7bc50f07f: Verifying Checksum [2021-04-27T00:21:00.470Z] 05e7bc50f07f: Download complete [2021-04-27T00:21:00.470Z] 6db28d0fdbf6: Verifying Checksum [2021-04-27T00:21:00.470Z] 6db28d0fdbf6: Download complete [2021-04-27T00:21:00.470Z] 80e8d568a223: Verifying Checksum [2021-04-27T00:21:00.470Z] 80e8d568a223: Download complete [2021-04-27T00:21:00.470Z] 8dc6ef1a942a: Download complete [2021-04-27T00:21:00.470Z] 2312dd95470a: Verifying Checksum [2021-04-27T00:21:00.470Z] 2312dd95470a: Download complete [2021-04-27T00:21:00.745Z] 05e7bc50f07f: Pull complete [2021-04-27T00:21:01.348Z] 6db28d0fdbf6: Pull complete [2021-04-27T00:21:01.620Z] 292df0bc6bf3: Pull complete [2021-04-27T00:21:01.889Z] 2e060f4bd70b: Verifying Checksum [2021-04-27T00:21:01.889Z] 2e060f4bd70b: Download complete [2021-04-27T00:21:03.721Z] 330b718f631f: Pull complete [2021-04-27T00:21:03.721Z] a93816041522: Pull complete [2021-04-27T00:21:03.995Z] bdb6da89ff94: Pull complete [2021-04-27T00:21:04.268Z] 2a70c0c122f4: Pull complete [2021-04-27T00:21:04.268Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-27T00:21:04.268Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-27T00:21:06.150Z] 2e060f4bd70b: Pull complete [2021-04-27T00:21:06.150Z] 80e8d568a223: Pull complete [2021-04-27T00:21:06.150Z] 8dc6ef1a942a: Pull complete [2021-04-27T00:21:06.150Z] 2312dd95470a: Pull complete [2021-04-27T00:21:06.150Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-27T00:21:06.150Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-27T00:21:08.109Z] ---> 9a4057dd1235 [2021-04-27T00:21:08.109Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T00:21:08.109Z] ---> Running in a839ec2b0bfb [2021-04-27T00:21:08.380Z] Removing intermediate container a839ec2b0bfb [2021-04-27T00:21:08.380Z] ---> 98891656ba3c [2021-04-27T00:21:08.380Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-27T00:21:08.662Z] ---> Running in 0a291afd0e0e [2021-04-27T00:21:10.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T00:21:10.978Z] ---> 9bbfaa125539 [2021-04-27T00:21:10.978Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T00:21:10.978Z] ---> Running in 0b7a853a76fe [2021-04-27T00:21:10.978Z] Removing intermediate container 0b7a853a76fe [2021-04-27T00:21:10.978Z] ---> 0a8a006b6a57 [2021-04-27T00:21:10.978Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-27T00:21:10.978Z] ---> Running in 0f49b756de70 [2021-04-27T00:21:11.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T00:21:11.394Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-27T00:21:11.394Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-27T00:21:11.701Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-27T00:21:11.701Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-27T00:21:11.969Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-27T00:21:11.969Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T00:21:11.969Z] OK: 167 MiB in 44 packages [2021-04-27T00:21:12.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T00:21:13.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T00:21:13.999Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-27T00:21:13.999Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-27T00:21:13.999Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-27T00:21:14.069Z] Removing intermediate container 0a291afd0e0e [2021-04-27T00:21:14.069Z] ---> d44918d6e6c5 [2021-04-27T00:21:14.069Z] Step 6/8 : WORKDIR /build [2021-04-27T00:21:14.069Z] ---> Running in 6b71a658e8bb [2021-04-27T00:21:14.069Z] Removing intermediate container 6b71a658e8bb [2021-04-27T00:21:14.069Z] ---> 0b4e50c96ad0 [2021-04-27T00:21:14.069Z] Step 7/8 : COPY go.mod . [2021-04-27T00:21:14.272Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-27T00:21:14.272Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-27T00:21:14.272Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T00:21:14.272Z] OK: 144 MiB in 44 packages [2021-04-27T00:21:14.337Z] ---> c2356b12c7bd [2021-04-27T00:21:14.337Z] Step 8/8 : RUN go mod download [2021-04-27T00:21:14.599Z] ---> Running in 45c4ac43991b [2021-04-27T00:21:15.703Z] Removing intermediate container 0f49b756de70 [2021-04-27T00:21:15.703Z] ---> ff459286325b [2021-04-27T00:21:15.703Z] Step 6/8 : WORKDIR /build [2021-04-27T00:21:15.976Z] ---> Running in e2b34eee5be0 [2021-04-27T00:21:16.569Z] Removing intermediate container e2b34eee5be0 [2021-04-27T00:21:16.569Z] ---> 3eff5c59b5b8 [2021-04-27T00:21:16.569Z] Step 7/8 : COPY go.mod . [2021-04-27T00:21:17.163Z] ---> c3a9d7b6a2b0 [2021-04-27T00:21:17.163Z] Step 8/8 : RUN go mod download [2021-04-27T00:21:17.441Z] ---> Running in b74436b5981d [2021-04-27T00:21:44.228Z] Removing intermediate container b74436b5981d [2021-04-27T00:21:44.228Z] ---> 476591efdadf [2021-04-27T00:21:44.228Z] Successfully built 476591efdadf [2021-04-27T00:21:44.228Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:21:44.577Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T00:21:44.577Z] . [Pipeline] withDockerContainer [2021-04-27T00:21:44.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-1940 does not seem to be running inside a container [2021-04-27T00:21:44.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/219 -v /w/workspace/app-functions-sdk-go/219:/w/workspace/app-functions-sdk-go/219:rw,z -v /w/workspace/app-functions-sdk-go/219@tmp:/w/workspace/app-functions-sdk-go/219@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 [2021-04-27T00:21:46.521Z] $ docker top ebff41f674661add1eb28d2cdf6fe7e8862a690f894d5ac240428babd76badf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T00:21:47.419Z] + go version [2021-04-27T00:21:47.419Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-27T00:21:47.475Z] $ docker stop --time=1 ebff41f674661add1eb28d2cdf6fe7e8862a690f894d5ac240428babd76badf6 [2021-04-27T00:21:49.385Z] $ docker rm -f ebff41f674661add1eb28d2cdf6fe7e8862a690f894d5ac240428babd76badf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:21:50.066Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T00:21:50.066Z] . [Pipeline] withDockerContainer [2021-04-27T00:21:50.333Z] prd-ubuntu18.04-docker-arm64-4c-16g-1940 does not seem to be running inside a container [2021-04-27T00:21:50.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/219 -v /w/workspace/app-functions-sdk-go/219:/w/workspace/app-functions-sdk-go/219:rw,z -v /w/workspace/app-functions-sdk-go/219@tmp:/w/workspace/app-functions-sdk-go/219@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 [2021-04-27T00:21:51.989Z] $ docker top 959e13329e633efa58c9939667a5248241bbff4e7d16d8ab683ef8498b2cddd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T00:21:52.926Z] + make test [2021-04-27T00:21:52.926Z] make -C ./app-service-template build [2021-04-27T00:21:52.926Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:21:52.926Z] 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 [2021-04-27T00:21:54.310Z] Removing intermediate container 45c4ac43991b [2021-04-27T00:21:54.310Z] ---> 87c8709cbd01 [2021-04-27T00:21:54.310Z] Successfully built 87c8709cbd01 [2021-04-27T00:21:54.310Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:21:54.674Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T00:21:55.319Z] . [Pipeline] withDockerContainer [2021-04-27T00:21:55.579Z] prd-centos7-docker-4c-2g-1939 does not seem to be running inside a container [2021-04-27T00:21:55.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/219 -v /w/workspace/app-functions-sdk-go/219:/w/workspace/app-functions-sdk-go/219:rw,z -v /w/workspace/app-functions-sdk-go/219@tmp:/w/workspace/app-functions-sdk-go/219@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 [2021-04-27T00:21:57.461Z] $ docker top 33d6cb8dfb42ec00592c8082061dc743f6860816526c6da9938eda2faebd00a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T00:21:57.974Z] + go version [2021-04-27T00:21:58.238Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T00:21:58.254Z] $ docker stop --time=1 33d6cb8dfb42ec00592c8082061dc743f6860816526c6da9938eda2faebd00a9 [2021-04-27T00:21:59.767Z] $ docker rm -f 33d6cb8dfb42ec00592c8082061dc743f6860816526c6da9938eda2faebd00a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:22:00.388Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T00:22:00.388Z] . [Pipeline] withDockerContainer [2021-04-27T00:22:00.555Z] prd-centos7-docker-4c-2g-1939 does not seem to be running inside a container [2021-04-27T00:22:00.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/219 -v /w/workspace/app-functions-sdk-go/219:/w/workspace/app-functions-sdk-go/219:rw,z -v /w/workspace/app-functions-sdk-go/219@tmp:/w/workspace/app-functions-sdk-go/219@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 [2021-04-27T00:22:02.379Z] $ docker top 61520823c31fe93bc6f6d99ad25fae6969504248f0fa3878325a959706797b64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T00:22:03.116Z] + make test [2021-04-27T00:22:03.116Z] make -C ./app-service-template build [2021-04-27T00:22:03.116Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:22:03.116Z] 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 [2021-04-27T00:22:30.143Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:22:30.143Z] make -C ./app-service-template test [2021-04-27T00:22:30.143Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:22:30.143Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-27T00:22:31.967Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:22:31.967Z] make -C ./app-service-template test [2021-04-27T00:22:31.967Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:22:31.967Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-27T00:22:48.727Z] ok new-app-service 0.118s coverage: 47.8% of statements [2021-04-27T00:22:48.727Z] ? new-app-service/config [no test files] [2021-04-27T00:22:48.727Z] ok new-app-service/functions 0.131s [2021-04-27T00:22:48.727Z] CGO_ENABLED=1 go vet ./... [2021-04-27T00:22:52.272Z] gofmt -l . [2021-04-27T00:22:52.272Z] [ "`gofmt -l .`" = "" ] [2021-04-27T00:22:52.272Z] ./bin/test-go-mod-tidy.sh [2021-04-27T00:22:54.171Z] ok new-app-service 0.036s coverage: 47.8% of statements [2021-04-27T00:22:54.172Z] ? new-app-service/config [no test files] [2021-04-27T00:22:54.172Z] ok new-app-service/functions 0.030s [2021-04-27T00:22:54.172Z] CGO_ENABLED=1 go vet ./... [2021-04-27T00:22:54.249Z] ./bin/test-attribution-txt.sh [2021-04-27T00:22:55.687Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:22:55.687Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-27T00:22:56.279Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-04-27T00:23:00.760Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.073s coverage: 55.8% of statements [2021-04-27T00:23:00.760Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.034s coverage: 92.5% of statements [2021-04-27T00:23:00.760Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-04-27T00:23:00.760Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.042s coverage: 61.5% of statements [2021-04-27T00:23:00.760Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-04-27T00:23:00.760Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.029s [2021-04-27T00:23:01.049Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.084s coverage: 75.4% of statements [2021-04-27T00:23:01.049Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-04-27T00:23:01.049Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-04-27T00:23:01.049Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-04-27T00:23:01.049Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-04-27T00:23:01.049Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-04-27T00:23:01.049Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-04-27T00:23:01.049Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.047s coverage: 97.0% of statements [2021-04-27T00:23:01.049Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-04-27T00:23:01.049Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.010s coverage: 10.5% of statements [2021-04-27T00:23:04.577Z] gofmt -l . [2021-04-27T00:23:04.578Z] [ "`gofmt -l .`" = "" ] [2021-04-27T00:23:04.578Z] ./bin/test-go-mod-tidy.sh [2021-04-27T00:23:04.578Z] ./bin/test-attribution-txt.sh [2021-04-27T00:23:04.854Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/219/app-service-template' [2021-04-27T00:23:04.854Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-27T00:23:06.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-04-27T00:23:06.480Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.815s coverage: 78.4% of statements [2021-04-27T00:23:06.480Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-04-27T00:23:06.480Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.047s coverage: 18.4% of statements [2021-04-27T00:23:06.480Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.030s coverage: 27.3% of statements [2021-04-27T00:23:06.480Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-04-27T00:23:06.480Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-04-27T00:23:06.480Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.037s coverage: 71.7% of statements [2021-04-27T00:23:16.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.091s coverage: 55.8% of statements [2021-04-27T00:23:16.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.044s coverage: 92.5% of statements [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-04-27T00:23:16.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.091s coverage: 61.5% of statements [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-04-27T00:23:16.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.031s [2021-04-27T00:23:16.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.113s coverage: 75.4% of statements [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-04-27T00:23:16.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.036s coverage: 97.0% of statements [2021-04-27T00:23:16.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-04-27T00:23:16.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.027s coverage: 10.5% of statements [2021-04-27T00:23:21.902Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.806s coverage: 78.4% of statements [2021-04-27T00:23:21.902Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-04-27T00:23:21.902Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.027s coverage: 18.4% of statements [2021-04-27T00:23:21.902Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.082s coverage: 27.3% of statements [2021-04-27T00:23:21.902Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-04-27T00:23:21.902Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-04-27T00:23:21.902Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.032s coverage: 71.7% of statements [2021-04-27T00:23:33.216Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.092s coverage: 81.9% of statements [2021-04-27T00:23:33.217Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.048s coverage: 94.4% of statements [2021-04-27T00:23:33.217Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-27T00:23:34.377Z] gofmt -l . [2021-04-27T00:23:34.377Z] [ "`gofmt -l .`" = "" ] [2021-04-27T00:23:34.698Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-27T00:23:37.066Z] $ docker stop --time=1 61520823c31fe93bc6f6d99ad25fae6969504248f0fa3878325a959706797b64 [2021-04-27T00:23:39.114Z] $ docker rm -f 61520823c31fe93bc6f6d99ad25fae6969504248f0fa3878325a959706797b64 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T00:23:39.734Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T00:23:41.031Z] 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 [2021-04-27T00:23:41.821Z] ---> job-cost.sh [2021-04-27T00:23:41.822Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NmWn [2021-04-27T00:23:48.684Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.081s coverage: 81.9% of statements [2021-04-27T00:23:48.684Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.037s coverage: 94.4% of statements [2021-04-27T00:23:48.684Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-27T00:23:51.312Z] gofmt -l . [2021-04-27T00:23:51.585Z] [ "`gofmt -l .`" = "" ] [2021-04-27T00:23:51.865Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-27T00:23:52.550Z] $ docker stop --time=1 959e13329e633efa58c9939667a5248241bbff4e7d16d8ab683ef8498b2cddd0 [2021-04-27T00:23:54.691Z] $ docker rm -f 959e13329e633efa58c9939667a5248241bbff4e7d16d8ab683ef8498b2cddd0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T00:23:55.530Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T00:23:55.562Z] Warning: overwriting stash ‘coverage-report’ [2021-04-27T00:23:56.469Z] 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 [2021-04-27T00:23:56.980Z] ---> job-cost.sh [2021-04-27T00:23:56.980Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qHIf [2021-04-27T00:24:03.923Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T00:24:35.922Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T00:24:51.054Z] lf-activate-venv(): INFO: Adding /tmp/venv-NmWn/bin to PATH [2021-04-27T00:24:51.054Z] INFO: No Stack... [2021-04-27T00:24:51.054Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T00:24:51.054Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T00:24:51.451Z] + cut -d, -f6 [2021-04-27T00:24:51.451Z] + cat /w/workspace/app-functions-sdk-go/219/archives/cost.csv [Pipeline] lock [2021-04-27T00:24:51.588Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-219-stack-cost] [2021-04-27T00:24:51.597Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-219-stack-cost] did not exist. Created. [2021-04-27T00:24:51.597Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-219-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T00:24:52.035Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-27T00:24:52.238Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T00:24:52.254Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-219-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T00:25:57.654Z] lf-activate-venv(): INFO: Adding /tmp/venv-qHIf/bin to PATH [2021-04-27T00:25:57.654Z] INFO: No Stack... [2021-04-27T00:25:57.654Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-27T00:25:57.654Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T00:25:57.994Z] + cat /w/workspace/app-functions-sdk-go/219/archives/cost.csv+ [2021-04-27T00:25:57.994Z] cut -d, -f6 [Pipeline] lock [2021-04-27T00:25:58.107Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-219-stack-cost] [2021-04-27T00:25:58.119Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-219-stack-cost] did not exist. Created. [2021-04-27T00:25:58.119Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-219-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T00:25:58.511Z] /w/workspace/app-functions-sdk-go/219@tmp/durable-c077c72f/script.sh: 1: /w/workspace/app-functions-sdk-go/219@tmp/durable-c077c72f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-27T00:25:58.860Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-27T00:25:58.895Z] Warning: overwriting stash ‘stack-cost’ [2021-04-27T00:25:59.052Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T00:25:59.065Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-219-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 [2021-04-27T00:25:59.676Z] provisioning config files... [2021-04-27T00:25:59.692Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4538687074211611253tmp [Pipeline] { [Pipeline] sh [2021-04-27T00:26:00.022Z] + set +x [2021-04-27T00:26:00.023Z] + curl -s https://codecov.io/bash [2021-04-27T00:26:00.023Z] + bash -s -- [2021-04-27T00:26:00.286Z] [2021-04-27T00:26:00.286Z] _____ _ [2021-04-27T00:26:00.286Z] / ____| | | [2021-04-27T00:26:00.286Z] | | ___ __| | ___ ___ _____ __ [2021-04-27T00:26:00.286Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-27T00:26:00.286Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-27T00:26:00.286Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-27T00:26:00.286Z] Bash-1.0.2 [2021-04-27T00:26:00.286Z] [2021-04-27T00:26:00.286Z] [2021-04-27T00:26:00.286Z] ==> git version 2.24.3 found [2021-04-27T00:26:00.286Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-27T00:26:00.286Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-27T00:26:00.286Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-27T00:26:00.286Z] ==> Jenkins CI detected. [2021-04-27T00:26:00.286Z] project root: . [2021-04-27T00:26:00.286Z] --> token set from env [2021-04-27T00:26:00.286Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-27T00:26:00.286Z] ==> Running gcov in . (disable via -X gcov) [2021-04-27T00:26:00.286Z] ==> Python coveragepy not found [2021-04-27T00:26:00.286Z] ==> Searching for coverage reports in: [2021-04-27T00:26:00.286Z] + . [2021-04-27T00:26:00.286Z] -> Found 2 reports [2021-04-27T00:26:00.286Z] ==> Detecting git/mercurial file structure [2021-04-27T00:26:00.286Z] ==> Reading reports [2021-04-27T00:26:00.286Z] + ./app-service-template/coverage.out bytes=1055 [2021-04-27T00:26:00.286Z] + ./coverage.out bytes=86827 [2021-04-27T00:26:00.286Z] ==> Appending adjustments [2021-04-27T00:26:00.286Z] https://docs.codecov.io/docs/fixing-reports [2021-04-27T00:26:00.865Z] + Found adjustments [2021-04-27T00:26:00.865Z] ==> Gzipping contents [2021-04-27T00:26:00.865Z] 16K /tmp/codecov.RCZRDW.gz [2021-04-27T00:26:00.865Z] ==> Uploading reports [2021-04-27T00:26:00.865Z] url: https://codecov.io [2021-04-27T00:26:00.865Z] query: branch=master&commit=4d0ab0908a17ea98a569ad477d68e9c610b048c8&build=219&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F219%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T00:26:00.865Z] -> Pinging Codecov [2021-04-27T00:26:00.865Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=4d0ab0908a17ea98a569ad477d68e9c610b048c8&build=219&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F219%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T00:26:01.443Z] -> Uploading to [2021-04-27T00:26:01.443Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-27/3D8B5DFFC46A037C893635FACE044666/4d0ab0908a17ea98a569ad477d68e9c610b048c8/83b8b28d-3c39-45f8-bf61-6b94934b3915.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T002601Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=92f19c9b82c281db1d92ca704ab6d0d97d6e2fa84ee0c23d49a87b1cc2447159 [2021-04-27T00:26:01.443Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T00:26:01.443Z] Dload Upload Total Spent Left Speed [2021-04-27T00:26:01.974Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15297 0 0 100 15297 0 31051 --:--:-- --:--:-- --:--:-- 31028 [2021-04-27T00:26:01.974Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/4d0ab0908a17ea98a569ad477d68e9c610b048c8 [Pipeline] } [2021-04-27T00:26:01.985Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-27T00:26:02.630Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-27T00:26:02.651Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:26:02.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T00:26:02.963Z] [2021-04-27T00:26:02.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:26:03.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T00:26:03.280Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-27T00:26:03.280Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T00:26:03.280Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T00:26:03.280Z] de9db76c5a1d: Pulling fs layer [2021-04-27T00:26:03.280Z] 0eba1c9be4d2: Pulling fs layer [2021-04-27T00:26:03.280Z] 0d57e429df01: Pulling fs layer [2021-04-27T00:26:03.280Z] 4e4be7b47b0d: Pulling fs layer [2021-04-27T00:26:03.280Z] e1f770b5df2f: Pulling fs layer [2021-04-27T00:26:03.280Z] 85a0685a4137: Pulling fs layer [2021-04-27T00:26:03.280Z] 0d57e429df01: Waiting [2021-04-27T00:26:03.280Z] 4e4be7b47b0d: Waiting [2021-04-27T00:26:03.280Z] e1f770b5df2f: Waiting [2021-04-27T00:26:03.280Z] 85a0685a4137: Waiting [2021-04-27T00:26:03.280Z] 0eba1c9be4d2: Waiting [2021-04-27T00:26:03.280Z] de9db76c5a1d: Verifying Checksum [2021-04-27T00:26:03.280Z] de9db76c5a1d: Download complete [2021-04-27T00:26:03.280Z] 0ef7d3d256c8: Verifying Checksum [2021-04-27T00:26:03.280Z] 0ef7d3d256c8: Download complete [2021-04-27T00:26:03.280Z] 0d57e429df01: Verifying Checksum [2021-04-27T00:26:03.280Z] 0d57e429df01: Download complete [2021-04-27T00:26:03.280Z] 4e4be7b47b0d: Verifying Checksum [2021-04-27T00:26:03.280Z] 4e4be7b47b0d: Download complete [2021-04-27T00:26:03.280Z] 188c0c94c7c5: Verifying Checksum [2021-04-27T00:26:03.280Z] 188c0c94c7c5: Download complete [2021-04-27T00:26:03.859Z] 188c0c94c7c5: Pull complete [2021-04-27T00:26:04.121Z] 0ef7d3d256c8: Pull complete [2021-04-27T00:26:04.121Z] de9db76c5a1d: Pull complete [2021-04-27T00:26:04.389Z] e1f770b5df2f: Verifying Checksum [2021-04-27T00:26:04.389Z] e1f770b5df2f: Download complete [2021-04-27T00:26:06.454Z] 0eba1c9be4d2: Verifying Checksum [2021-04-27T00:26:06.454Z] 0eba1c9be4d2: Download complete [2021-04-27T00:26:06.718Z] 85a0685a4137: Verifying Checksum [2021-04-27T00:26:06.718Z] 85a0685a4137: Download complete [2021-04-27T00:26:13.346Z] 0eba1c9be4d2: Pull complete [2021-04-27T00:26:13.346Z] 0d57e429df01: Pull complete [2021-04-27T00:26:13.346Z] 4e4be7b47b0d: Pull complete [2021-04-27T00:26:15.920Z] e1f770b5df2f: Pull complete [2021-04-27T00:26:24.108Z] 85a0685a4137: Pull complete [2021-04-27T00:26:24.108Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-27T00:26:24.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T00:26:24.108Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-27T00:26:24.359Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2021-04-27T00:26:24.413Z] $ 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 [2021-04-27T00:26:25.515Z] $ docker top 7730d7fa7e68573d0100a203f2dd88d9aab0bc22530aecc1cad669abb4d536ee -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-27T00:26:25.654Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-27T00:26:25.956Z] + set -o pipefail [2021-04-27T00:26:25.956Z] + snyk monitor '--org=edgex-jenkins' [2021-04-27T00:26:38.271Z] [2021-04-27T00:26:38.271Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-04-27T00:26:38.271Z] [2021-04-27T00:26:38.271Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/f388a46e-3f69-4b51-b94a-09abe2a396d7 [2021-04-27T00:26:38.271Z] [2021-04-27T00:26:38.271Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-27T00:26:38.271Z] [2021-04-27T00:26:38.271Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-27T00:26:38.271Z] [2021-04-27T00:26:39.217Z] [Pipeline] } [2021-04-27T00:26:39.235Z] $ docker stop --time=1 7730d7fa7e68573d0100a203f2dd88d9aab0bc22530aecc1cad669abb4d536ee [2021-04-27T00:26:41.633Z] $ docker rm -f 7730d7fa7e68573d0100a203f2dd88d9aab0bc22530aecc1cad669abb4d536ee [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 [2021-04-27T00:26:42.637Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T00:26:42.657Z] provisioning config files... [2021-04-27T00:26:42.669Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config642185575668974334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:26:42.985Z] --> edgex-publish-swagger.sh [2021-04-27T00:26:42.985Z] === Publish openapi/v2 API === [2021-04-27T00:26:42.986Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-27T00:26:42.986Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-04-27T00:26:42.986Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T00:26:42.986Z] Dload Upload Total Spent Left Speed [2021-04-27T00:26:44.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11388 0:00:01 0:00:01 --:--:-- 11399 100 13052 0 0 100 13052 0 11386 0:00:01 0:00:01 --:--:-- 11399 [2021-04-27T00:26:44.374Z] [2021-04-27T00:26:44.374Z] [Pipeline] } [2021-04-27T00:26:44.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T00:26:44.860Z] + git log --format=format:%s -1 4d0ab0908a17ea98a569ad477d68e9c610b048c8 [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:26:45.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T00:26:45.174Z] . [Pipeline] withDockerContainer [2021-04-27T00:26:45.288Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2021-04-27T00:26:45.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T00:26:46.131Z] $ docker top 6907293e1adec27a49339b3c9642dea9d8bf09edfce81cd143d3ba8688cc5f25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T00:26:46.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T00:26:46.308Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T00:26:46.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T00:26:46.541Z] $ docker exec 6907293e1adec27a49339b3c9642dea9d8bf09edfce81cd143d3ba8688cc5f25 ssh-agent [2021-04-27T00:26:46.722Z] SSH_AUTH_SOCK=/tmp/ssh-qx8ZDUlbXedF/agent.11 [2021-04-27T00:26:46.722Z] SSH_AGENT_PID=16 [2021-04-27T00:26:46.729Z] Running ssh-add (command line suppressed) [2021-04-27T00:26:46.863Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2402483422922486069.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2402483422922486069.key) [2021-04-27T00:26:46.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T00:26:47.239Z] + git semver tag [2021-04-27T00:26:47.239Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T00:26:47.240Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-04-27T00:26:47.240Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-04-27T00:26:47.240Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T00:26:47.240Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T00:26:47.240Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T00:26:47.240Z] # $SEMVER_BRANCH = master [2021-04-27T00:26:47.240Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-04-27T00:26:47.240Z] # 4d0ab0908a17ea98a569ad477d68e9c610b048c8 HEAD [2021-04-27T00:26:47.502Z] # -> Force: false [2021-04-27T00:26:47.502Z] # 1f6c81797a2dc806c5c9fe5b9395d7be686a2993 refs/tags/v2.0.0-dev.49 [Pipeline] } [2021-04-27T00:26:47.516Z] $ docker exec --env ******** --env ******** 6907293e1adec27a49339b3c9642dea9d8bf09edfce81cd143d3ba8688cc5f25 ssh-agent -k [2021-04-27T00:26:47.641Z] unset SSH_AUTH_SOCK; [2021-04-27T00:26:47.641Z] unset SSH_AGENT_PID; [2021-04-27T00:26:47.641Z] echo Agent pid 16 killed; [2021-04-27T00:26:47.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T00:26:48.045Z] + git semver [Pipeline] } [2021-04-27T00:26:48.064Z] $ docker stop --time=1 6907293e1adec27a49339b3c9642dea9d8bf09edfce81cd143d3ba8688cc5f25 [2021-04-27T00:26:49.419Z] $ docker rm -f 6907293e1adec27a49339b3c9642dea9d8bf09edfce81cd143d3ba8688cc5f25 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:26:49.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T00:26:49.944Z] [2021-04-27T00:26:49.944Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:26:50.263Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T00:26:50.263Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-27T00:26:50.263Z] ab5ef0e58194: Pulling fs layer [2021-04-27T00:26:50.263Z] 9712f1f96733: Pulling fs layer [2021-04-27T00:26:50.263Z] 63f879dbbcfc: Pulling fs layer [2021-04-27T00:26:50.263Z] 0d9ebad4ef96: Pulling fs layer [2021-04-27T00:26:50.263Z] e9a5061849ea: Pulling fs layer [2021-04-27T00:26:50.263Z] d747dcd14b5f: Pulling fs layer [2021-04-27T00:26:50.263Z] 2de7ff778b66: Pulling fs layer [2021-04-27T00:26:50.263Z] e9a5061849ea: Waiting [2021-04-27T00:26:50.263Z] d747dcd14b5f: Waiting [2021-04-27T00:26:50.263Z] 2de7ff778b66: Waiting [2021-04-27T00:26:50.263Z] 0d9ebad4ef96: Waiting [2021-04-27T00:26:50.263Z] 9712f1f96733: Verifying Checksum [2021-04-27T00:26:50.263Z] 9712f1f96733: Download complete [2021-04-27T00:26:51.666Z] 63f879dbbcfc: Verifying Checksum [2021-04-27T00:26:51.666Z] 63f879dbbcfc: Download complete [2021-04-27T00:26:51.666Z] e9a5061849ea: Verifying Checksum [2021-04-27T00:26:51.666Z] e9a5061849ea: Download complete [2021-04-27T00:26:51.666Z] d747dcd14b5f: Verifying Checksum [2021-04-27T00:26:51.666Z] d747dcd14b5f: Download complete [2021-04-27T00:26:51.929Z] 2de7ff778b66: Verifying Checksum [2021-04-27T00:26:52.191Z] 0d9ebad4ef96: Verifying Checksum [2021-04-27T00:26:52.191Z] 0d9ebad4ef96: Download complete [2021-04-27T00:26:52.765Z] ab5ef0e58194: Verifying Checksum [2021-04-27T00:26:52.765Z] ab5ef0e58194: Download complete [2021-04-27T00:26:57.024Z] ab5ef0e58194: Pull complete [2021-04-27T00:26:57.289Z] 9712f1f96733: Pull complete [2021-04-27T00:26:59.850Z] 63f879dbbcfc: Pull complete [2021-04-27T00:27:06.491Z] 0d9ebad4ef96: Pull complete [2021-04-27T00:27:07.439Z] e9a5061849ea: Pull complete [2021-04-27T00:27:07.439Z] d747dcd14b5f: Pull complete [2021-04-27T00:27:10.012Z] 2de7ff778b66: Pull complete [2021-04-27T00:27:10.012Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-27T00:27:10.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T00:27:10.012Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-27T00:27:10.227Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2021-04-27T00:27:10.279Z] $ 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 [2021-04-27T00:27:13.917Z] $ docker top 53f6ec7825dd56e30fd6eacad60b71c8876169e83bf5841ff6821b2279a83367 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-27T00:27:14.085Z] provisioning config files... [2021-04-27T00:27:14.110Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1995645864506557282tmp [2021-04-27T00:27:14.129Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1467825926589304332tmp [2021-04-27T00:27:14.145Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7778163130658957858tmp [Pipeline] { [Pipeline] echo [2021-04-27T00:27:14.167Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:27:14.473Z] ---> sigul-configuration.sh [2021-04-27T00:27:14.473Z] gpg: directory `/root/.gnupg' created [2021-04-27T00:27:14.473Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-27T00:27:14.473Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-27T00:27:14.473Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-27T00:27:14.473Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-27T00:27:14.473Z] gpg: CAST5 encrypted data [2021-04-27T00:27:14.736Z] gpg: encrypted with 1 passphrase [2021-04-27T00:27:14.736Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-27T00:27:15.039Z] + mkdir /home/jenkins [2021-04-27T00:27:15.039Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-27T00:27:15.340Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-27T00:27:15.351Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:27:15.648Z] ---> sigul-install.sh [2021-04-27T00:27:22.257Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-27T00:27:22.562Z] + git tag --list [2021-04-27T00:27:22.562Z] v0.1.0 [2021-04-27T00:27:22.562Z] v0.1.1 [2021-04-27T00:27:22.562Z] v1.0.0 [2021-04-27T00:27:22.562Z] v1.1.0 [2021-04-27T00:27:22.562Z] v1.2.0 [2021-04-27T00:27:22.562Z] v1.3.0 [2021-04-27T00:27:22.562Z] v1.3.1 [2021-04-27T00:27:22.562Z] v1.3.1-dev.1 [2021-04-27T00:27:22.562Z] v1.3.2-dev.1 [2021-04-27T00:27:22.562Z] v2.0.0-dev.1 [2021-04-27T00:27:22.562Z] v2.0.0-dev.10 [2021-04-27T00:27:22.562Z] v2.0.0-dev.11 [2021-04-27T00:27:22.562Z] v2.0.0-dev.12 [2021-04-27T00:27:22.562Z] v2.0.0-dev.13 [2021-04-27T00:27:22.562Z] v2.0.0-dev.14 [2021-04-27T00:27:22.562Z] v2.0.0-dev.15 [2021-04-27T00:27:22.562Z] v2.0.0-dev.16 [2021-04-27T00:27:22.562Z] v2.0.0-dev.17 [2021-04-27T00:27:22.562Z] v2.0.0-dev.18 [2021-04-27T00:27:22.562Z] v2.0.0-dev.19 [2021-04-27T00:27:22.562Z] v2.0.0-dev.2 [2021-04-27T00:27:22.562Z] v2.0.0-dev.20 [2021-04-27T00:27:22.562Z] v2.0.0-dev.21 [2021-04-27T00:27:22.562Z] v2.0.0-dev.22 [2021-04-27T00:27:22.562Z] v2.0.0-dev.23 [2021-04-27T00:27:22.562Z] v2.0.0-dev.24 [2021-04-27T00:27:22.562Z] v2.0.0-dev.25 [2021-04-27T00:27:22.562Z] v2.0.0-dev.26 [2021-04-27T00:27:22.562Z] v2.0.0-dev.27 [2021-04-27T00:27:22.562Z] v2.0.0-dev.28 [2021-04-27T00:27:22.562Z] v2.0.0-dev.29 [2021-04-27T00:27:22.562Z] v2.0.0-dev.3 [2021-04-27T00:27:22.562Z] v2.0.0-dev.30 [2021-04-27T00:27:22.562Z] v2.0.0-dev.31 [2021-04-27T00:27:22.562Z] v2.0.0-dev.32 [2021-04-27T00:27:22.562Z] v2.0.0-dev.33 [2021-04-27T00:27:22.562Z] v2.0.0-dev.34 [2021-04-27T00:27:22.562Z] v2.0.0-dev.35 [2021-04-27T00:27:22.562Z] v2.0.0-dev.36 [2021-04-27T00:27:22.562Z] v2.0.0-dev.37 [2021-04-27T00:27:22.562Z] v2.0.0-dev.38 [2021-04-27T00:27:22.562Z] v2.0.0-dev.39 [2021-04-27T00:27:22.562Z] v2.0.0-dev.4 [2021-04-27T00:27:22.562Z] v2.0.0-dev.40 [2021-04-27T00:27:22.562Z] v2.0.0-dev.41 [2021-04-27T00:27:22.562Z] v2.0.0-dev.42 [2021-04-27T00:27:22.562Z] v2.0.0-dev.43 [2021-04-27T00:27:22.562Z] v2.0.0-dev.44 [2021-04-27T00:27:22.562Z] v2.0.0-dev.45 [2021-04-27T00:27:22.562Z] v2.0.0-dev.46 [2021-04-27T00:27:22.562Z] v2.0.0-dev.47 [2021-04-27T00:27:22.562Z] v2.0.0-dev.48 [2021-04-27T00:27:22.562Z] v2.0.0-dev.49 [2021-04-27T00:27:22.562Z] v2.0.0-dev.5 [2021-04-27T00:27:22.562Z] v2.0.0-dev.6 [2021-04-27T00:27:22.562Z] v2.0.0-dev.7 [2021-04-27T00:27:22.562Z] v2.0.0-dev.8 [2021-04-27T00:27:22.562Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-27T00:27:22.864Z] + lftools sign git-tag v2.0.0-dev.49 [2021-04-27T00:27:24.341Z] Signing Git tag with Sigul... [2021-04-27T00:27:24.341Z] Signing v2.0.0-dev.49 [Pipeline] echo [2021-04-27T00:27:25.355Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:27:25.659Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-27T00:27:25.668Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-27T00:27:25.699Z] $ docker stop --time=1 53f6ec7825dd56e30fd6eacad60b71c8876169e83bf5841ff6821b2279a83367 [2021-04-27T00:27:27.898Z] $ docker rm -f 53f6ec7825dd56e30fd6eacad60b71c8876169e83bf5841ff6821b2279a83367 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:27:28.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T00:27:28.515Z] . [Pipeline] withDockerContainer [2021-04-27T00:27:28.635Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2021-04-27T00:27:28.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T00:27:29.439Z] $ docker top 2ee39d18b6d0fb12cfd6b6705debe8eac9db001b14c6903e8650778c6f476435 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T00:27:29.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T00:27:29.689Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T00:27:29.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T00:27:29.935Z] $ docker exec 2ee39d18b6d0fb12cfd6b6705debe8eac9db001b14c6903e8650778c6f476435 ssh-agent [2021-04-27T00:27:30.127Z] SSH_AUTH_SOCK=/tmp/ssh-OyN3V98NNLZ5/agent.11 [2021-04-27T00:27:30.127Z] SSH_AGENT_PID=16 [2021-04-27T00:27:30.134Z] Running ssh-add (command line suppressed) [2021-04-27T00:27:30.283Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6251680570471017593.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6251680570471017593.key) [2021-04-27T00:27:30.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T00:27:30.648Z] + git semver bump pre [2021-04-27T00:27:30.648Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T00:27:30.648Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-04-27T00:27:30.648Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-04-27T00:27:30.648Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T00:27:30.648Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T00:27:30.648Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T00:27:30.648Z] # $SEMVER_BRANCH = master [2021-04-27T00:27:30.648Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-04-27T00:27:30.648Z] 2.0.0-dev.50 [Pipeline] } [2021-04-27T00:27:30.661Z] $ docker exec --env ******** --env ******** 2ee39d18b6d0fb12cfd6b6705debe8eac9db001b14c6903e8650778c6f476435 ssh-agent -k [2021-04-27T00:27:30.797Z] unset SSH_AUTH_SOCK; [2021-04-27T00:27:30.797Z] unset SSH_AGENT_PID; [2021-04-27T00:27:30.797Z] echo Agent pid 16 killed; [2021-04-27T00:27:30.854Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T00:27:31.187Z] + git semver [Pipeline] } [2021-04-27T00:27:31.205Z] $ docker stop --time=1 2ee39d18b6d0fb12cfd6b6705debe8eac9db001b14c6903e8650778c6f476435 [2021-04-27T00:27:32.559Z] $ docker rm -f 2ee39d18b6d0fb12cfd6b6705debe8eac9db001b14c6903e8650778c6f476435 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:27:32.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T00:27:32.992Z] . [Pipeline] withDockerContainer [2021-04-27T00:27:33.098Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2021-04-27T00:27:33.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T00:27:33.893Z] $ docker top e76b129247b866cee9e50166d3966f03079ec60a2ab086d9ec6f35fdef4cf01a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T00:27:34.075Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T00:27:34.075Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T00:27:34.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T00:27:34.294Z] $ docker exec e76b129247b866cee9e50166d3966f03079ec60a2ab086d9ec6f35fdef4cf01a ssh-agent [2021-04-27T00:27:34.485Z] SSH_AUTH_SOCK=/tmp/ssh-7zUdwFveoKWe/agent.12 [2021-04-27T00:27:34.485Z] SSH_AGENT_PID=18 [2021-04-27T00:27:34.494Z] Running ssh-add (command line suppressed) [2021-04-27T00:27:34.639Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5720058217754157244.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5720058217754157244.key) [2021-04-27T00:27:34.705Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T00:27:35.032Z] + git semver push [2021-04-27T00:27:35.032Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T00:27:35.032Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-04-27T00:27:35.032Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-04-27T00:27:35.032Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T00:27:35.032Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T00:27:35.032Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T00:27:35.032Z] # $SEMVER_BRANCH = master [2021-04-27T00:27:35.032Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-04-27T00:27:39.265Z] $ docker exec --env ******** --env ******** e76b129247b866cee9e50166d3966f03079ec60a2ab086d9ec6f35fdef4cf01a ssh-agent -k [2021-04-27T00:27:39.398Z] unset SSH_AUTH_SOCK; [2021-04-27T00:27:39.399Z] unset SSH_AGENT_PID; [2021-04-27T00:27:39.399Z] echo Agent pid 18 killed; [2021-04-27T00:27:39.459Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T00:27:39.795Z] + git semver [Pipeline] } [2021-04-27T00:27:39.814Z] $ docker stop --time=1 e76b129247b866cee9e50166d3966f03079ec60a2ab086d9ec6f35fdef4cf01a [2021-04-27T00:27:41.275Z] $ docker rm -f e76b129247b866cee9e50166d3966f03079ec60a2ab086d9ec6f35fdef4cf01a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:27:42.213Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:27:42.786Z] ---> package-listing.sh [2021-04-27T00:27:42.786Z] ++ facter osfamily [2021-04-27T00:27:42.786Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T00:27:42.786Z] + OS_FAMILY=redhat [2021-04-27T00:27:42.786Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-04-27T00:27:42.786Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T00:27:42.786Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T00:27:42.786Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T00:27:42.786Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T00:27:42.786Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-04-27T00:27:42.786Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T00:27:42.786Z] + case "${OS_FAMILY}" in [2021-04-27T00:27:42.786Z] + rpm -qa [2021-04-27T00:27:42.786Z] + sort [2021-04-27T00:27:48.095Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T00:27:48.095Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T00:27:48.095Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T00:27:48.095Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-04-27T00:27:48.095Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-04-27T00:27:48.095Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2021-04-27T00:27:48.109Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-27T00:27:48.405Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:27:48.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T00:27:48.715Z] [2021-04-27T00:27:48.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T00:27:49.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T00:27:49.034Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T00:27:49.034Z] df20fa9351a1: Pulling fs layer [2021-04-27T00:27:49.034Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T00:27:49.034Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T00:27:49.034Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T00:27:49.034Z] 93b61091891f: Pulling fs layer [2021-04-27T00:27:49.034Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T00:27:49.034Z] 5e14af77c1be: Pulling fs layer [2021-04-27T00:27:49.034Z] 01666e4c0597: Pulling fs layer [2021-04-27T00:27:49.034Z] aa168da1d23b: Pulling fs layer [2021-04-27T00:27:49.034Z] 46f8f816bc3b: Waiting [2021-04-27T00:27:49.034Z] 93b61091891f: Waiting [2021-04-27T00:27:49.034Z] 93b9cdb0e59b: Waiting [2021-04-27T00:27:49.034Z] 5e14af77c1be: Waiting [2021-04-27T00:27:49.034Z] 01666e4c0597: Waiting [2021-04-27T00:27:49.034Z] aa168da1d23b: Waiting [2021-04-27T00:27:49.034Z] 36b3adc4ff6f: Verifying Checksum [2021-04-27T00:27:49.034Z] 36b3adc4ff6f: Download complete [2021-04-27T00:27:49.034Z] 46f8f816bc3b: Verifying Checksum [2021-04-27T00:27:49.034Z] 46f8f816bc3b: Download complete [2021-04-27T00:27:49.034Z] df20fa9351a1: Verifying Checksum [2021-04-27T00:27:49.034Z] df20fa9351a1: Download complete [2021-04-27T00:27:49.034Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T00:27:49.034Z] 93b9cdb0e59b: Download complete [2021-04-27T00:27:49.034Z] 5e14af77c1be: Verifying Checksum [2021-04-27T00:27:49.034Z] 5e14af77c1be: Download complete [2021-04-27T00:27:49.034Z] 93b61091891f: Verifying Checksum [2021-04-27T00:27:49.034Z] 93b61091891f: Download complete [2021-04-27T00:27:49.034Z] 01666e4c0597: Verifying Checksum [2021-04-27T00:27:49.034Z] 01666e4c0597: Download complete [2021-04-27T00:27:49.296Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T00:27:49.296Z] 8ad3a11d3b57: Download complete [2021-04-27T00:27:49.563Z] df20fa9351a1: Pull complete [2021-04-27T00:27:49.829Z] 36b3adc4ff6f: Pull complete [2021-04-27T00:27:51.239Z] 8ad3a11d3b57: Pull complete [2021-04-27T00:27:51.239Z] aa168da1d23b: Verifying Checksum [2021-04-27T00:27:51.239Z] aa168da1d23b: Download complete [2021-04-27T00:27:51.239Z] 46f8f816bc3b: Pull complete [2021-04-27T00:27:51.504Z] 93b61091891f: Pull complete [2021-04-27T00:27:51.768Z] 93b9cdb0e59b: Pull complete [2021-04-27T00:27:51.768Z] 5e14af77c1be: Pull complete [2021-04-27T00:27:52.034Z] 01666e4c0597: Pull complete [2021-04-27T00:28:00.258Z] aa168da1d23b: Pull complete [2021-04-27T00:28:00.258Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T00:28:00.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T00:28:00.258Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T00:28:00.453Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2021-04-27T00:28:00.500Z] $ 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 [2021-04-27T00:28:03.186Z] $ docker top 0a411a7f73bb92fcf7f5a739a36ee8208a5baf79a9635b87c8e64edd11a9c5c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T00:28:03.685Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T00:28:04.027Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T00:28:04.407Z] + ls /var/log/sa-host [2021-04-27T00:28:04.407Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T00:28:04.407Z] file_magic: OK [2021-04-27T00:28:04.407Z] HZ: Using current value: 100 [2021-04-27T00:28:04.407Z] file_header: OK [2021-04-27T00:28:04.407Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-27T00:28:04.407Z] Statistics: [2021-04-27T00:28:04.407Z] Hnuu...uuuununununu... [2021-04-27T00:28:04.407Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T00:28:04.407Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T00:28:04.407Z] file_magic: OK [2021-04-27T00:28:04.407Z] HZ: Using current value: 100 [2021-04-27T00:28:04.407Z] file_header: OK [2021-04-27T00:28:04.407Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-27T00:28:04.407Z] Statistics: [2021-04-27T00:28:04.407Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-27T00:28:04.407Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T00:28:05.643Z] provisioning config files... [2021-04-27T00:28:05.670Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3136749598540877683tmp [Pipeline] { [Pipeline] echo [2021-04-27T00:28:05.712Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:28:06.009Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T00:28:06.020Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T00:28:06.062Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:28:06.361Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T00:28:06.375Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:28:06.683Z] ---> sudo-logs.sh [2021-04-27T00:28:06.683Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T00:28:06.718Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:28:07.013Z] ---> job-cost.sh [2021-04-27T00:28:07.013Z] lf-activate-venv: SKIPPING [2021-04-27T00:28:07.013Z] DEBUG: total: 0.20999999344348907 [2021-04-27T00:28:07.013Z] INFO: Retrieving Stack Cost... [2021-04-27T00:28:08.403Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T00:28:08.977Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T00:28:08.993Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T00:28:09.292Z] ---> logs-deploy.sh [2021-04-27T00:28:09.292Z] lf-activate-venv: SKIPPING [2021-04-27T00:28:09.292Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/219 [2021-04-27T00:28:09.292Z] INFO: archiving workspace using pattern(s): [2021-04-27T00:28:11.215Z] Archives upload complete. [2021-04-27T00:28:11.215Z] INFO: archiving logs to Nexus