Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from db11a9be6c8646c0b785f5875b2d439dd0a6ea71 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27372 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision db11a9be6c8646c0b785f5875b2d439dd0a6ea71 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f db11a9be6c8646c0b785f5875b2d439dd0a6ea71 # timeout=10 Commit message: "fix: Errors in dynamic pipeline updates allow previous pipeline to run, hiding the errors (#711)" > git rev-list --no-walk d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T19:02:36.915Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T19:02:37.202Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T19:02:37.301Z] ========================================================= [2021-02-23T19:02:37.302Z] EdgeX Global Pipelines Version Info [2021-02-23T19:02:37.302Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:02:39.283Z] ------------------- [2021-02-23T19:02:39.283Z] stable info: [2021-02-23T19:02:39.283Z] ------------------- [2021-02-23T19:02:39.283Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T19:02:39.283Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-23T19:02:39.283Z] Message: update stable to v1.0.181 [2021-02-23T19:02:40.103Z] ------------------- [2021-02-23T19:02:40.103Z] experimental info: [2021-02-23T19:02:40.103Z] ------------------- [2021-02-23T19:02:40.103Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-23T19:02:40.103Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-23T19:02:40.103Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T19:02:40.423Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-23T19:02:40.570Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-23T19:02:40.735Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T19:02:40.832Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T19:02:40.941Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T19:02:41.034Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T19:02:41.125Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T19:02:41.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T19:02:41.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T19:02:41.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T19:02:41.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T19:02:41.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-23T19:02:41.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T19:02:41.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T19:02:41.884Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T19:02:41.983Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T19:02:42.111Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T19:02:42.203Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T19:02:42.295Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T19:02:42.391Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T19:02:42.484Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-23T19:02:42.576Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-23T19:02:42.660Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T19:02:42.747Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T19:02:42.833Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-23T19:02:42.932Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-23T19:02:43.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-23T19:02:43.102Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-23T19:02:43.195Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = db11a9be6c8646c0b785f5875b2d439dd0a6ea71 [Pipeline] echo [2021-02-23T19:02:43.287Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = db11a9b [Pipeline] echo [2021-02-23T19:02:43.413Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T19:02:44.150Z] + git log --format=format:%s -1 db11a9be6c8646c0b785f5875b2d439dd0a6ea71 [Pipeline] echo [2021-02-23T19:02:44.236Z] GIT_COMMIT: db11a9be6c8646c0b785f5875b2d439dd0a6ea71, Commit Message: fix: Errors in dynamic pipeline updates allow previous pipeline to run, hiding the errors (#711) [Pipeline] echo [2021-02-23T19:02:44.284Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:02:45.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T19:02:45.005Z] [2021-02-23T19:02:45.005Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:02:45.372Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T19:02:45.372Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T19:02:45.372Z] 31603596830f: Pulling fs layer [2021-02-23T19:02:45.372Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T19:02:45.372Z] 6ca5941a6612: Pulling fs layer [2021-02-23T19:02:45.372Z] ecc8261a40a4: Pulling fs layer [2021-02-23T19:02:45.372Z] ecc8261a40a4: Waiting [2021-02-23T19:02:45.372Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T19:02:45.372Z] 2a8b12db71e7: Download complete [2021-02-23T19:02:45.637Z] 31603596830f: Download complete [2021-02-23T19:02:45.637Z] ecc8261a40a4: Verifying Checksum [2021-02-23T19:02:45.637Z] ecc8261a40a4: Download complete [2021-02-23T19:02:45.638Z] 6ca5941a6612: Verifying Checksum [2021-02-23T19:02:45.638Z] 6ca5941a6612: Download complete [2021-02-23T19:02:45.907Z] 31603596830f: Pull complete [2021-02-23T19:02:45.907Z] 2a8b12db71e7: Pull complete [2021-02-23T19:02:46.894Z] 6ca5941a6612: Pull complete [2021-02-23T19:02:46.894Z] ecc8261a40a4: Pull complete [2021-02-23T19:02:46.894Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T19:02:46.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T19:02:46.894Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T19:02:47.010Z] prd-centos7-docker-4c-2g-27372 does not seem to be running inside a container [2021-02-23T19:02:47.072Z] $ 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-02-23T19:02:48.929Z] $ docker top 4a65139363e99f4ac1b754d567d792de2f721b9ead3f5ef6f500df8185f39e29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T19:02:49.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T19:02:49.238Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T19:02:49.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T19:02:49.463Z] $ docker exec 4a65139363e99f4ac1b754d567d792de2f721b9ead3f5ef6f500df8185f39e29 ssh-agent [2021-02-23T19:02:49.648Z] SSH_AUTH_SOCK=/tmp/ssh-2bY8ePICPoiy/agent.12 [2021-02-23T19:02:49.648Z] SSH_AGENT_PID=18 [2021-02-23T19:02:49.701Z] Running ssh-add (command line suppressed) [2021-02-23T19:02:49.841Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6973432948560887640.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6973432948560887640.key) [2021-02-23T19:02:49.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T19:02:50.286Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T19:02:50.316Z] $ docker exec --env ******** --env ******** 4a65139363e99f4ac1b754d567d792de2f721b9ead3f5ef6f500df8185f39e29 ssh-agent -k [2021-02-23T19:02:50.429Z] unset SSH_AUTH_SOCK; [2021-02-23T19:02:50.429Z] unset SSH_AGENT_PID; [2021-02-23T19:02:50.429Z] echo Agent pid 18 killed; [2021-02-23T19:02:50.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T19:02:50.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T19:02:50.677Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T19:02:50.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T19:02:50.863Z] $ docker exec 4a65139363e99f4ac1b754d567d792de2f721b9ead3f5ef6f500df8185f39e29 ssh-agent [2021-02-23T19:02:51.050Z] SSH_AUTH_SOCK=/tmp/ssh-5ILpf8Ipvjwa/agent.49 [2021-02-23T19:02:51.050Z] SSH_AGENT_PID=54 [2021-02-23T19:02:51.069Z] Running ssh-add (command line suppressed) [2021-02-23T19:02:51.229Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4534719045047710950.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4534719045047710950.key) [2021-02-23T19:02:51.292Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T19:02:51.642Z] + git semver init [2021-02-23T19:02:51.642Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T19:02:51.642Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T19:02:51.642Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T19:02:51.642Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T19:02:51.642Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T19:02:51.642Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T19:02:51.642Z] # $SEMVER_BRANCH = master [2021-02-23T19:02:51.642Z] # $SEMVER_TEMP = /tmp/semver-152046670 [2021-02-23T19:02:51.642Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-23T19:02:54.214Z] # '/tmp/semver-152046670' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-02-23T19:02:54.214Z] # -> Force: false [2021-02-23T19:02:54.214Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-23T19:02:54.232Z] $ docker exec --env ******** --env ******** 4a65139363e99f4ac1b754d567d792de2f721b9ead3f5ef6f500df8185f39e29 ssh-agent -k [2021-02-23T19:02:54.343Z] unset SSH_AUTH_SOCK; [2021-02-23T19:02:54.344Z] unset SSH_AGENT_PID; [2021-02-23T19:02:54.344Z] echo Agent pid 54 killed; [2021-02-23T19:02:54.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T19:02:55.021Z] + git semver [Pipeline] } [2021-02-23T19:02:55.046Z] $ docker stop --time=1 4a65139363e99f4ac1b754d567d792de2f721b9ead3f5ef6f500df8185f39e29 [2021-02-23T19:02:56.569Z] $ docker rm -f 4a65139363e99f4ac1b754d567d792de2f721b9ead3f5ef6f500df8185f39e29 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T19:02:57.067Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T19:02:57.927Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T19:02:57.930Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.19 [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-02-23T19:03:13.431Z] Still waiting to schedule task [2021-02-23T19:03:13.431Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T19:03:13.435Z] Still waiting to schedule task [2021-02-23T19:03:13.435Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-23T19:04:57.552Z] Running on prd-centos7-docker-4c-2g-27373 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-23T19:04:57.684Z] Running in /w/workspace/app-functions-sdk-go/186 [Pipeline] { [Pipeline] checkout [2021-02-23T19:05:01.676Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27374 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-23T19:05:01.745Z] Running in /w/workspace/app-functions-sdk-go/186 [Pipeline] { [Pipeline] checkout [2021-02-23T19:05:07.827Z] using credential edgex-jenkins-ssh [2021-02-23T19:05:07.883Z] Cloning the remote Git repository [2021-02-23T19:05:07.937Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T19:05:08.056Z] > git init /w/workspace/app-functions-sdk-go/186 # timeout=10 [2021-02-23T19:05:08.158Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T19:05:08.159Z] > git --version # timeout=10 [2021-02-23T19:05:08.175Z] > git --version # 'git version 2.17.1' [2021-02-23T19:05:08.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T19:05:08.228Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T19:05:11.175Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T19:05:11.203Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T19:05:11.230Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T19:05:11.264Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T19:05:11.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T19:05:11.279Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T19:05:11.751Z] Checking out Revision db11a9be6c8646c0b785f5875b2d439dd0a6ea71 (master) [2021-02-23T19:05:11.781Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T19:05:11.803Z] > git checkout -f db11a9be6c8646c0b785f5875b2d439dd0a6ea71 # timeout=10 [2021-02-23T19:05:16.487Z] Commit message: "fix: Errors in dynamic pipeline updates allow previous pipeline to run, hiding the errors (#711)" [2021-02-23T19:05:16.700Z] using credential edgex-jenkins-ssh [2021-02-23T19:05:16.775Z] Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T19:05:16.845Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T19:05:18.525Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T19:05:18.969Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T19:05:17.329Z] > git init /w/workspace/app-functions-sdk-go/186 # timeout=10 [2021-02-23T19:05:17.609Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T19:05:17.610Z] > git --version # timeout=10 [2021-02-23T19:05:17.618Z] > git --version # 'git version 2.24.3' [2021-02-23T19:05:17.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T19:05:17.673Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T19:05:19.367Z] + sudo service docker restart [2021-02-23T19:05:19.367Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-23T19:05:22.759Z] ========================================================= [2021-02-23T19:05:22.759Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T19:05:22.759Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:05:21.886Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T19:05:21.931Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T19:05:22.018Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-23T19:05:22.089Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-23T19:05:22.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T19:05:22.101Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T19:05:23.125Z] Checking out Revision db11a9be6c8646c0b785f5875b2d439dd0a6ea71 (master) [2021-02-23T19:05:23.160Z] + 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-02-23T19:05:24.583Z] Sending build context to Docker daemon 19.24MB [2021-02-23T19:05:24.583Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T19:05:24.583Z] Step 2/8 : FROM ${BASE} [2021-02-23T19:05:24.583Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T19:05:24.583Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T19:05:24.583Z] a4357932f1b6: Pulling fs layer [2021-02-23T19:05:24.583Z] 18c013af1878: Pulling fs layer [2021-02-23T19:05:24.583Z] 00ac8860ef70: Pulling fs layer [2021-02-23T19:05:24.583Z] 63d7cb157983: Pulling fs layer [2021-02-23T19:05:24.583Z] b116817d02f9: Pulling fs layer [2021-02-23T19:05:24.583Z] 745a02a5169b: Pulling fs layer [2021-02-23T19:05:24.583Z] 00ac8860ef70: Waiting [2021-02-23T19:05:24.583Z] 63d7cb157983: Waiting [2021-02-23T19:05:24.583Z] b116817d02f9: Waiting [2021-02-23T19:05:24.583Z] 745a02a5169b: Waiting [2021-02-23T19:05:24.583Z] 18c013af1878: Verifying Checksum [2021-02-23T19:05:24.583Z] 18c013af1878: Download complete [2021-02-23T19:05:24.583Z] a4357932f1b6: Verifying Checksum [2021-02-23T19:05:24.583Z] a4357932f1b6: Download complete [2021-02-23T19:05:24.583Z] 63d7cb157983: Verifying Checksum [2021-02-23T19:05:24.583Z] 63d7cb157983: Download complete [2021-02-23T19:05:24.583Z] b116817d02f9: Verifying Checksum [2021-02-23T19:05:24.583Z] b116817d02f9: Download complete [2021-02-23T19:05:23.182Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T19:05:23.275Z] > git checkout -f db11a9be6c8646c0b785f5875b2d439dd0a6ea71 # timeout=10 [2021-02-23T19:05:25.206Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T19:05:25.206Z] 5f621e34cdf4: Download complete [2021-02-23T19:05:25.862Z] 5f621e34cdf4: Pull complete [2021-02-23T19:05:26.229Z] a4357932f1b6: Pull complete [2021-02-23T19:05:26.604Z] 18c013af1878: Pull complete [2021-02-23T19:05:28.226Z] 745a02a5169b: Verifying Checksum [2021-02-23T19:05:28.226Z] 745a02a5169b: Download complete [2021-02-23T19:05:29.221Z] Commit message: "fix: Errors in dynamic pipeline updates allow previous pipeline to run, hiding the errors (#711)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T19:05:29.943Z] 00ac8860ef70: Verifying Checksum [2021-02-23T19:05:29.944Z] 00ac8860ef70: Download complete [2021-02-23T19:05:32.564Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T19:05:33.148Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T19:05:33.590Z] + true [2021-02-23T19:05:33.590Z] + sudo service docker restart [2021-02-23T19:05:33.590Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-23T19:05:37.091Z] ========================================================= [2021-02-23T19:05:37.091Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T19:05:37.091Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:05:38.340Z] + 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 . [2021-02-23T19:05:40.147Z] Sending build context to Docker daemon 19.24MB [2021-02-23T19:05:40.147Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T19:05:40.147Z] Step 2/8 : FROM ${BASE} [2021-02-23T19:05:40.494Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T19:05:40.494Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T19:05:40.494Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T19:05:40.494Z] de9db76c5a1d: Pulling fs layer [2021-02-23T19:05:40.494Z] bca2f99d35d6: Pulling fs layer [2021-02-23T19:05:40.494Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T19:05:40.494Z] 7c6f9722023f: Pulling fs layer [2021-02-23T19:05:40.494Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T19:05:40.494Z] bca2f99d35d6: Waiting [2021-02-23T19:05:40.494Z] 7c6f9722023f: Waiting [2021-02-23T19:05:40.494Z] 93359f2a8cfa: Waiting [2021-02-23T19:05:40.494Z] a35cf1a2eb13: Waiting [2021-02-23T19:05:40.494Z] de9db76c5a1d: Verifying Checksum [2021-02-23T19:05:40.494Z] de9db76c5a1d: Download complete [2021-02-23T19:05:41.117Z] 0ef7d3d256c8: Download complete [2021-02-23T19:05:41.565Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T19:05:41.565Z] 93359f2a8cfa: Download complete [2021-02-23T19:05:41.565Z] 7c6f9722023f: Download complete [2021-02-23T19:05:41.565Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T19:05:41.565Z] 188c0c94c7c5: Download complete [2021-02-23T19:05:42.503Z] 188c0c94c7c5: Pull complete [2021-02-23T19:05:42.533Z] 00ac8860ef70: Pull complete [2021-02-23T19:05:42.533Z] 63d7cb157983: Pull complete [2021-02-23T19:05:42.533Z] b116817d02f9: Pull complete [2021-02-23T19:05:43.482Z] 0ef7d3d256c8: Pull complete [2021-02-23T19:05:43.823Z] de9db76c5a1d: Pull complete [2021-02-23T19:05:45.246Z] 745a02a5169b: Pull complete [2021-02-23T19:05:45.246Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T19:05:45.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T19:05:45.246Z] ---> b7e6874047d6 [2021-02-23T19:05:45.246Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-23T19:05:45.246Z] 20.10.0: Pulling from library/docker [2021-02-23T19:05:45.246Z] a3cc7d3b244e: Pulling fs layer [2021-02-23T19:05:45.246Z] 02a3295e0d61: Pulling fs layer [2021-02-23T19:05:45.246Z] 0f4f2e6d8100: Pulling fs layer [2021-02-23T19:05:45.246Z] 330b718f631f: Pulling fs layer [2021-02-23T19:05:45.246Z] a93816041522: Pulling fs layer [2021-02-23T19:05:45.246Z] bdb6da89ff94: Pulling fs layer [2021-02-23T19:05:45.246Z] 2a70c0c122f4: Pulling fs layer [2021-02-23T19:05:45.246Z] 330b718f631f: Waiting [2021-02-23T19:05:45.246Z] a93816041522: Waiting [2021-02-23T19:05:45.246Z] bdb6da89ff94: Waiting [2021-02-23T19:05:45.246Z] 2a70c0c122f4: Waiting [2021-02-23T19:05:45.246Z] 0f4f2e6d8100: Download complete [2021-02-23T19:05:45.525Z] 02a3295e0d61: Download complete [2021-02-23T19:05:45.525Z] a93816041522: Verifying Checksum [2021-02-23T19:05:45.525Z] a93816041522: Download complete [2021-02-23T19:05:45.525Z] a3cc7d3b244e: Verifying Checksum [2021-02-23T19:05:45.525Z] a3cc7d3b244e: Download complete [2021-02-23T19:05:45.525Z] bdb6da89ff94: Verifying Checksum [2021-02-23T19:05:45.525Z] bdb6da89ff94: Download complete [2021-02-23T19:05:45.525Z] 2a70c0c122f4: Verifying Checksum [2021-02-23T19:05:45.525Z] 2a70c0c122f4: Download complete [2021-02-23T19:05:46.156Z] a3cc7d3b244e: Pull complete [2021-02-23T19:05:47.164Z] 02a3295e0d61: Pull complete [2021-02-23T19:05:47.447Z] 0f4f2e6d8100: Pull complete [2021-02-23T19:05:47.736Z] 330b718f631f: Download complete [2021-02-23T19:05:51.474Z] 330b718f631f: Pull complete [2021-02-23T19:05:51.474Z] a93816041522: Pull complete [2021-02-23T19:05:51.753Z] bdb6da89ff94: Pull complete [2021-02-23T19:05:52.359Z] 2a70c0c122f4: Pull complete [2021-02-23T19:05:52.359Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-23T19:05:52.359Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-23T19:05:52.476Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T19:05:52.476Z] a35cf1a2eb13: Download complete [2021-02-23T19:05:56.132Z] bca2f99d35d6: Verifying Checksum [2021-02-23T19:05:56.132Z] bca2f99d35d6: Download complete [2021-02-23T19:05:58.071Z] ---> 2fedc507a474 [2021-02-23T19:05:58.071Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T19:05:58.356Z] ---> Running in 361f8e8af63e [2021-02-23T19:05:58.655Z] Removing intermediate container 361f8e8af63e [2021-02-23T19:05:58.655Z] ---> d5eedefa62a3 [2021-02-23T19:05:58.655Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-23T19:05:58.937Z] ---> Running in 62d42dcc32c1 [2021-02-23T19:06:00.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T19:06:01.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T19:06:02.036Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-23T19:06:02.333Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-23T19:06:02.333Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-23T19:06:02.629Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-23T19:06:02.629Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-23T19:06:02.916Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T19:06:03.238Z] OK: 144 MiB in 44 packages [2021-02-23T19:06:04.224Z] Removing intermediate container 62d42dcc32c1 [2021-02-23T19:06:04.224Z] ---> 83955aeea56d [2021-02-23T19:06:04.224Z] Step 6/8 : WORKDIR /build [2021-02-23T19:06:04.508Z] ---> Running in a99740236c9e [2021-02-23T19:06:04.831Z] Removing intermediate container a99740236c9e [2021-02-23T19:06:04.831Z] ---> 531cafbb5ef1 [2021-02-23T19:06:04.831Z] Step 7/8 : COPY go.mod . [2021-02-23T19:06:05.453Z] ---> b63d8bf11273 [2021-02-23T19:06:05.453Z] Step 8/8 : RUN go mod download [2021-02-23T19:06:05.742Z] ---> Running in 777a5c7cc939 [2021-02-23T19:06:15.841Z] bca2f99d35d6: Pull complete [2021-02-23T19:06:15.841Z] 93359f2a8cfa: Pull complete [2021-02-23T19:06:15.841Z] 7c6f9722023f: Pull complete [2021-02-23T19:06:23.330Z] a35cf1a2eb13: Pull complete [2021-02-23T19:06:23.330Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T19:06:23.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T19:06:23.330Z] ---> a62c8e92a672 [2021-02-23T19:06:23.330Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-23T19:06:23.330Z] 20.10.0: Pulling from library/docker [2021-02-23T19:06:23.330Z] 05e7bc50f07f: Pulling fs layer [2021-02-23T19:06:23.330Z] 6db28d0fdbf6: Pulling fs layer [2021-02-23T19:06:23.330Z] 292df0bc6bf3: Pulling fs layer [2021-02-23T19:06:23.330Z] 2e060f4bd70b: Pulling fs layer [2021-02-23T19:06:23.330Z] 80e8d568a223: Pulling fs layer [2021-02-23T19:06:23.330Z] 8dc6ef1a942a: Pulling fs layer [2021-02-23T19:06:23.330Z] 2312dd95470a: Pulling fs layer [2021-02-23T19:06:23.330Z] 80e8d568a223: Waiting [2021-02-23T19:06:23.330Z] 8dc6ef1a942a: Waiting [2021-02-23T19:06:23.330Z] 2312dd95470a: Waiting [2021-02-23T19:06:23.330Z] 2e060f4bd70b: Waiting [2021-02-23T19:06:23.330Z] 292df0bc6bf3: Verifying Checksum [2021-02-23T19:06:23.330Z] 292df0bc6bf3: Download complete [2021-02-23T19:06:23.835Z] 6db28d0fdbf6: Download complete [2021-02-23T19:06:24.293Z] 80e8d568a223: Verifying Checksum [2021-02-23T19:06:24.293Z] 80e8d568a223: Download complete [2021-02-23T19:06:24.293Z] 8dc6ef1a942a: Verifying Checksum [2021-02-23T19:06:24.293Z] 8dc6ef1a942a: Download complete [2021-02-23T19:06:24.293Z] 2312dd95470a: Verifying Checksum [2021-02-23T19:06:24.293Z] 2312dd95470a: Download complete [2021-02-23T19:06:24.293Z] 05e7bc50f07f: Verifying Checksum [2021-02-23T19:06:24.293Z] 05e7bc50f07f: Download complete [2021-02-23T19:06:26.568Z] 05e7bc50f07f: Pull complete [2021-02-23T19:06:28.223Z] 6db28d0fdbf6: Pull complete [2021-02-23T19:06:28.556Z] 292df0bc6bf3: Pull complete [2021-02-23T19:06:32.814Z] Removing intermediate container 777a5c7cc939 [2021-02-23T19:06:32.814Z] ---> df5304d29be7 [2021-02-23T19:06:32.814Z] Successfully built df5304d29be7 [2021-02-23T19:06:32.814Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:06:33.178Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T19:06:33.178Z] . [Pipeline] withDockerContainer [2021-02-23T19:06:33.447Z] 2e060f4bd70b: Download complete [2021-02-23T19:06:33.454Z] prd-ubuntu18.04-docker-arm64-4c-16g-27374 does not seem to be running inside a container [2021-02-23T19:06:33.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/186 -v /w/workspace/app-functions-sdk-go/186:/w/workspace/app-functions-sdk-go/186:rw,z -v /w/workspace/app-functions-sdk-go/186@tmp:/w/workspace/app-functions-sdk-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T19:06:35.324Z] $ docker top 253d7b740711a3c1f17c900a1d134184f90bc7262fc166c56b4072c5896e5d4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T19:06:36.407Z] + go version [2021-02-23T19:06:36.407Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T19:06:36.436Z] $ docker stop --time=1 253d7b740711a3c1f17c900a1d134184f90bc7262fc166c56b4072c5896e5d4a [2021-02-23T19:06:38.267Z] $ docker rm -f 253d7b740711a3c1f17c900a1d134184f90bc7262fc166c56b4072c5896e5d4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:06:39.616Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T19:06:39.616Z] . [Pipeline] withDockerContainer [2021-02-23T19:06:39.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-27374 does not seem to be running inside a container [2021-02-23T19:06:39.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/186 -v /w/workspace/app-functions-sdk-go/186:/w/workspace/app-functions-sdk-go/186:rw,z -v /w/workspace/app-functions-sdk-go/186@tmp:/w/workspace/app-functions-sdk-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T19:06:41.375Z] $ docker top b3e3d828bb41e37b909231a8a76d46d4f6ade30b7c9a264ff7efe2bf7b4756f1 -eo pid,comm [2021-02-23T19:06:41.459Z] 2e060f4bd70b: Pull complete [2021-02-23T19:06:41.459Z] 80e8d568a223: Pull complete [2021-02-23T19:06:41.459Z] 8dc6ef1a942a: Pull complete [2021-02-23T19:06:41.459Z] 2312dd95470a: Pull complete [2021-02-23T19:06:41.459Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-23T19:06:41.459Z] Status: Downloaded newer image for docker:20.10.0 [Pipeline] { [Pipeline] sh [2021-02-23T19:06:42.411Z] + make test [2021-02-23T19:06:42.411Z] make -C ./app-service-template build [2021-02-23T19:06:42.411Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:06:42.411Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-23T19:06:43.662Z] ---> 7cdecae428c0 [2021-02-23T19:06:43.662Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T19:06:43.662Z] ---> Running in ace085854a36 [2021-02-23T19:06:44.043Z] Removing intermediate container ace085854a36 [2021-02-23T19:06:44.043Z] ---> f07653c74c8f [2021-02-23T19:06:44.043Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-23T19:06:44.043Z] ---> Running in 8e45bf9cb207 [2021-02-23T19:06:45.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T19:06:45.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T19:06:47.330Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-23T19:06:47.632Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-23T19:06:47.632Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-23T19:06:48.081Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-23T19:06:48.081Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-23T19:06:48.081Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T19:06:48.081Z] OK: 167 MiB in 44 packages [2021-02-23T19:06:49.484Z] Removing intermediate container 8e45bf9cb207 [2021-02-23T19:06:49.484Z] ---> 0e72d71ed3fa [2021-02-23T19:06:49.484Z] Step 6/8 : WORKDIR /build [2021-02-23T19:06:49.825Z] ---> Running in 66ac9e277466 [2021-02-23T19:06:49.825Z] Removing intermediate container 66ac9e277466 [2021-02-23T19:06:49.825Z] ---> c37cc35d8fe4 [2021-02-23T19:06:49.825Z] Step 7/8 : COPY go.mod . [2021-02-23T19:06:50.231Z] ---> 9591d4f63c48 [2021-02-23T19:06:50.231Z] Step 8/8 : RUN go mod download [2021-02-23T19:06:50.231Z] ---> Running in c8cee5ff5fa0 [2021-02-23T19:07:15.012Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:07:15.013Z] make -C ./app-service-template test [2021-02-23T19:07:15.013Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:07:15.013Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T19:07:33.516Z] ? new-app-service [no test files] [2021-02-23T19:07:35.507Z] ok new-app-service/functions 0.023s coverage: 75.8% of statements [2021-02-23T19:07:35.507Z] CGO_ENABLED=1 go vet ./... [2021-02-23T19:07:38.602Z] Removing intermediate container c8cee5ff5fa0 [2021-02-23T19:07:38.602Z] ---> 4f3d7dd8f795 [2021-02-23T19:07:38.602Z] Successfully built 4f3d7dd8f795 [2021-02-23T19:07:38.602Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:07:39.139Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T19:07:39.778Z] . [Pipeline] withDockerContainer [2021-02-23T19:07:40.029Z] prd-centos7-docker-4c-2g-27373 does not seem to be running inside a container [2021-02-23T19:07:40.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/186 -v /w/workspace/app-functions-sdk-go/186:/w/workspace/app-functions-sdk-go/186:rw,z -v /w/workspace/app-functions-sdk-go/186@tmp:/w/workspace/app-functions-sdk-go/186@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-02-23T19:07:44.237Z] $ docker top 5ff643564fa5e9ac0a0048e2f18215682e14c68d87f881880231782313b76e18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T19:07:45.663Z] + go version [2021-02-23T19:07:45.663Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T19:07:45.723Z] $ docker stop --time=1 5ff643564fa5e9ac0a0048e2f18215682e14c68d87f881880231782313b76e18 [2021-02-23T19:07:45.798Z] gofmt -l . [2021-02-23T19:07:45.798Z] [ "`gofmt -l .`" = "" ] [2021-02-23T19:07:45.798Z] ./bin/test-go-mod-tidy.sh [2021-02-23T19:07:45.798Z] ./bin/test-attribution-txt.sh [2021-02-23T19:07:46.095Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:07:46.095Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-23T19:07:47.601Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-23T19:07:47.755Z] $ docker rm -f 5ff643564fa5e9ac0a0048e2f18215682e14c68d87f881880231782313b76e18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:07:49.817Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T19:07:50.113Z] . [Pipeline] withDockerContainer [2021-02-23T19:07:50.748Z] prd-centos7-docker-4c-2g-27373 does not seem to be running inside a container [2021-02-23T19:07:50.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/186 -v /w/workspace/app-functions-sdk-go/186:/w/workspace/app-functions-sdk-go/186:rw,z -v /w/workspace/app-functions-sdk-go/186@tmp:/w/workspace/app-functions-sdk-go/186@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-02-23T19:07:51.036Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.042s coverage: 82.6% of statements [2021-02-23T19:07:53.454Z] $ docker top 3148d0e40cc48bb67b6e0332602663664d14fd0aa567fcfb4c2ee5cbf9ea04db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T19:07:55.013Z] + make test [2021-02-23T19:07:55.389Z] make -C ./app-service-template build [2021-02-23T19:07:55.390Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:07:55.390Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-23T19:07:57.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.093s coverage: 52.4% of statements [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-23T19:07:57.910Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.067s coverage: 61.5% of statements [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-23T19:07:57.910Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.105s coverage: 75.6% of statements [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-23T19:07:57.910Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.022s coverage: 97.0% of statements [2021-02-23T19:07:57.910Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T19:07:57.910Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.047s coverage: 8.8% of statements [2021-02-23T19:08:13.195Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.867s coverage: 77.5% of statements [2021-02-23T19:08:13.195Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-23T19:08:13.195Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.076s coverage: 87.9% of statements [2021-02-23T19:08:13.195Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.057s coverage: 80.5% of statements [2021-02-23T19:08:13.195Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.051s coverage: 71.7% of statements [2021-02-23T19:08:28.537Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.078s coverage: 82.7% of statements [2021-02-23T19:08:28.537Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.050s coverage: 94.4% of statements [2021-02-23T19:08:28.537Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-23T19:08:32.038Z] gofmt -l . [2021-02-23T19:08:32.038Z] [ "`gofmt -l .`" = "" ] [2021-02-23T19:08:32.039Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T19:08:32.669Z] $ docker stop --time=1 b3e3d828bb41e37b909231a8a76d46d4f6ade30b7c9a264ff7efe2bf7b4756f1 [2021-02-23T19:08:34.653Z] $ docker rm -f b3e3d828bb41e37b909231a8a76d46d4f6ade30b7c9a264ff7efe2bf7b4756f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T19:08:35.566Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T19:08:36.411Z] 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-02-23T19:08:37.883Z] ---> job-cost.sh [2021-02-23T19:08:37.883Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W3WZ [2021-02-23T19:08:47.475Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:08:47.475Z] make -C ./app-service-template test [2021-02-23T19:08:47.475Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:08:47.475Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T19:09:08.343Z] ? new-app-service [no test files] [2021-02-23T19:09:09.522Z] ok new-app-service/functions 0.020s coverage: 75.8% of statements [2021-02-23T19:09:09.867Z] CGO_ENABLED=1 go vet ./... [2021-02-23T19:09:16.994Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-23T19:09:20.971Z] gofmt -l . [2021-02-23T19:09:20.971Z] [ "`gofmt -l .`" = "" ] [2021-02-23T19:09:20.971Z] ./bin/test-go-mod-tidy.sh [2021-02-23T19:09:21.618Z] ./bin/test-attribution-txt.sh [2021-02-23T19:09:24.043Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/186/app-service-template' [2021-02-23T19:09:24.043Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-23T19:09:26.555Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-23T19:09:29.432Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.198s coverage: 82.6% of statements [2021-02-23T19:09:35.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.114s coverage: 52.4% of statements [2021-02-23T19:09:35.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-23T19:09:35.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-23T19:09:35.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.114s coverage: 61.5% of statements [2021-02-23T19:09:35.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-23T19:09:40.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 5.178s coverage: 75.6% of statements [2021-02-23T19:09:40.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-23T19:09:40.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-23T19:09:40.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-23T19:09:40.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-23T19:09:40.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-23T19:09:40.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-23T19:09:40.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.107s coverage: 97.0% of statements [2021-02-23T19:09:40.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T19:09:40.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.016s coverage: 8.8% of statements [2021-02-23T19:09:51.972Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 14.048s coverage: 77.5% of statements [2021-02-23T19:09:51.972Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-23T19:09:51.972Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.158s coverage: 87.9% of statements [2021-02-23T19:09:51.972Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.098s coverage: 80.5% of statements [2021-02-23T19:09:51.972Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.078s coverage: 71.7% of statements [2021-02-23T19:10:08.588Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.163s coverage: 82.7% of statements [2021-02-23T19:10:08.588Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements [2021-02-23T19:10:08.588Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-23T19:10:14.553Z] gofmt -l . [2021-02-23T19:10:14.553Z] [ "`gofmt -l .`" = "" ] [2021-02-23T19:10:14.553Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T19:10:16.817Z] $ docker stop --time=1 3148d0e40cc48bb67b6e0332602663664d14fd0aa567fcfb4c2ee5cbf9ea04db [2021-02-23T19:10:19.417Z] $ docker rm -f 3148d0e40cc48bb67b6e0332602663664d14fd0aa567fcfb4c2ee5cbf9ea04db [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T19:10:20.771Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T19:10:21.624Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T19:10:24.049Z] 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-02-23T19:10:25.789Z] ---> job-cost.sh [2021-02-23T19:10:25.789Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TNA2 [2021-02-23T19:11:07.181Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-23T19:11:24.481Z] lf-activate-venv(): INFO: Adding /tmp/venv-W3WZ/bin to PATH [2021-02-23T19:11:24.481Z] INFO: No Stack... [2021-02-23T19:11:24.481Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-23T19:11:24.804Z] INFO: Archiving Costs [Pipeline] sh [2021-02-23T19:11:25.295Z] + + cat /w/workspace/app-functions-sdk-go/186/archives/cost.csv [2021-02-23T19:11:25.296Z] cut -d, -f6 [Pipeline] lock [2021-02-23T19:11:25.475Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-186-stack-cost] [2021-02-23T19:11:25.484Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-186-stack-cost] did not exist. Created. [2021-02-23T19:11:25.484Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-23T19:11:26.084Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-23T19:11:26.284Z] Stashed 1 file(s) [Pipeline] } [2021-02-23T19:11:26.299Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-186-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T19:11:57.424Z] lf-activate-venv(): INFO: Adding /tmp/venv-TNA2/bin to PATH [2021-02-23T19:11:57.424Z] INFO: No Stack... [2021-02-23T19:11:57.424Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T19:11:58.627Z] INFO: Archiving Costs [Pipeline] sh [2021-02-23T19:11:59.390Z] + cut -d, -f6 [2021-02-23T19:11:59.390Z] + cat /w/workspace/app-functions-sdk-go/186/archives/cost.csv [Pipeline] lock [2021-02-23T19:11:59.655Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-186-stack-cost] [2021-02-23T19:11:59.662Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-186-stack-cost] did not exist. Created. [2021-02-23T19:11:59.662Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-23T19:12:00.314Z] /w/workspace/app-functions-sdk-go/186@tmp/durable-08b95d69/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-02-23T19:12:00.912Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-23T19:12:00.958Z] Warning: overwriting stash ‘stack-cost’ [2021-02-23T19:12:01.340Z] Stashed 1 file(s) [Pipeline] } [2021-02-23T19:12:01.352Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-186-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-02-23T19:12:02.781Z] provisioning config files... [2021-02-23T19:12:02.802Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config978508830118512922tmp [Pipeline] { [Pipeline] sh [2021-02-23T19:12:03.203Z] + set +x [2021-02-23T19:12:03.203Z] + curl -s https://codecov.io/bash [2021-02-23T19:12:03.203Z] + bash -s -- [2021-02-23T19:12:03.477Z] [2021-02-23T19:12:03.477Z] _____ _ [2021-02-23T19:12:03.477Z] / ____| | | [2021-02-23T19:12:03.477Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T19:12:03.477Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T19:12:03.477Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T19:12:03.477Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T19:12:03.477Z] Bash-20210129-7c25fce [2021-02-23T19:12:03.477Z] [2021-02-23T19:12:03.477Z] [2021-02-23T19:12:03.477Z] ==> git version 2.24.3 found [2021-02-23T19:12:03.477Z] ==> 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-02-23T19:12:03.477Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T19:12:03.477Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T19:12:03.477Z] ==> Jenkins CI detected. [2021-02-23T19:12:03.477Z] project root: . [2021-02-23T19:12:03.477Z] --> token set from env [2021-02-23T19:12:03.477Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T19:12:03.477Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T19:12:03.477Z] ==> Python coveragepy not found [2021-02-23T19:12:03.477Z] ==> Searching for coverage reports in: [2021-02-23T19:12:03.477Z] + . [2021-02-23T19:12:03.477Z] -> Found 2 reports [2021-02-23T19:12:03.477Z] ==> Detecting git/mercurial file structure [2021-02-23T19:12:03.477Z] ==> Reading reports [2021-02-23T19:12:03.477Z] + ./app-service-template/coverage.out bytes=1148 [2021-02-23T19:12:03.477Z] + ./coverage.out bytes=82794 [2021-02-23T19:12:03.477Z] ==> Appending adjustments [2021-02-23T19:12:03.477Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T19:12:04.132Z] + Found adjustments [2021-02-23T19:12:04.132Z] ==> Gzipping contents [2021-02-23T19:12:04.132Z] 16K /tmp/codecov.eZdzAo.gz [2021-02-23T19:12:04.132Z] ==> Uploading reports [2021-02-23T19:12:04.132Z] url: https://codecov.io [2021-02-23T19:12:04.132Z] query: branch=master&commit=db11a9be6c8646c0b785f5875b2d439dd0a6ea71&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F186%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T19:12:04.132Z] -> Pinging Codecov [2021-02-23T19:12:04.132Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=db11a9be6c8646c0b785f5875b2d439dd0a6ea71&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F186%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T19:12:05.578Z] -> Uploading to [2021-02-23T19:12:05.578Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/3D8B5DFFC46A037C893635FACE044666/db11a9be6c8646c0b785f5875b2d439dd0a6ea71/1e9d39fa-d0ea-4171-ac0e-74479798af00.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T191205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e5cccd8e8f61fbeb2a7ea27b51e9166aba736c8f564f25ac73a9dbc7e87b093 [2021-02-23T19:12:05.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T19:12:05.578Z] Dload Upload Total Spent Left Speed [2021-02-23T19:12:05.856Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14473 0 0 100 14473 0 25838 --:--:-- --:--:-- --:--:-- 25844 100 14473 0 0 100 14473 0 25829 --:--:-- --:--:-- --:--:-- 25798 [2021-02-23T19:12:05.856Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/db11a9be6c8646c0b785f5875b2d439dd0a6ea71 [Pipeline] } [2021-02-23T19:12:05.869Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-23T19:12:06.968Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-23T19:12:07.080Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:12:07.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T19:12:07.489Z] [2021-02-23T19:12:07.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:12:07.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T19:12:07.903Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-23T19:12:07.903Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T19:12:07.903Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T19:12:07.903Z] de9db76c5a1d: Pulling fs layer [2021-02-23T19:12:07.903Z] 0eba1c9be4d2: Pulling fs layer [2021-02-23T19:12:07.903Z] 0d57e429df01: Pulling fs layer [2021-02-23T19:12:07.903Z] 4e4be7b47b0d: Pulling fs layer [2021-02-23T19:12:07.903Z] e1f770b5df2f: Pulling fs layer [2021-02-23T19:12:07.903Z] 85a0685a4137: Pulling fs layer [2021-02-23T19:12:07.903Z] 0d57e429df01: Waiting [2021-02-23T19:12:07.903Z] 4e4be7b47b0d: Waiting [2021-02-23T19:12:07.903Z] e1f770b5df2f: Waiting [2021-02-23T19:12:07.903Z] 85a0685a4137: Waiting [2021-02-23T19:12:07.903Z] 0eba1c9be4d2: Waiting [2021-02-23T19:12:07.903Z] de9db76c5a1d: Verifying Checksum [2021-02-23T19:12:07.903Z] de9db76c5a1d: Download complete [2021-02-23T19:12:07.903Z] 0ef7d3d256c8: Download complete [2021-02-23T19:12:07.903Z] 0d57e429df01: Verifying Checksum [2021-02-23T19:12:07.903Z] 0d57e429df01: Download complete [2021-02-23T19:12:07.903Z] 4e4be7b47b0d: Verifying Checksum [2021-02-23T19:12:07.903Z] 4e4be7b47b0d: Download complete [2021-02-23T19:12:08.860Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T19:12:08.860Z] 188c0c94c7c5: Pull complete [2021-02-23T19:12:09.128Z] 0ef7d3d256c8: Pull complete [2021-02-23T19:12:09.128Z] de9db76c5a1d: Pull complete [2021-02-23T19:12:09.704Z] e1f770b5df2f: Verifying Checksum [2021-02-23T19:12:12.323Z] 0eba1c9be4d2: Verifying Checksum [2021-02-23T19:12:12.323Z] 0eba1c9be4d2: Download complete [2021-02-23T19:12:14.305Z] 85a0685a4137: Verifying Checksum [2021-02-23T19:12:14.305Z] 85a0685a4137: Download complete [2021-02-23T19:12:17.692Z] 0eba1c9be4d2: Pull complete [2021-02-23T19:12:17.692Z] 0d57e429df01: Pull complete [2021-02-23T19:12:17.692Z] 4e4be7b47b0d: Pull complete [2021-02-23T19:12:23.027Z] e1f770b5df2f: Pull complete [2021-02-23T19:12:29.699Z] 85a0685a4137: Pull complete [2021-02-23T19:12:29.699Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-23T19:12:29.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T19:12:29.699Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-23T19:12:29.890Z] prd-centos7-docker-4c-2g-27372 does not seem to be running inside a container [2021-02-23T19:12:29.945Z] $ 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-02-23T19:12:30.760Z] $ docker top 423b7b65a52fa27d61b1a15e1a5fae9da249f13a11f015d5ea7cfb81798de91b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-23T19:12:30.941Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-23T19:12:31.236Z] + set -o pipefail [2021-02-23T19:12:31.236Z] + snyk monitor '--org=edgex-jenkins' [2021-02-23T19:12:41.246Z] [2021-02-23T19:12:41.246Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-02-23T19:12:41.246Z] [2021-02-23T19:12:41.246Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/7f0dc4a9-0ec6-48fe-b4d0-21857dbc4ac7 [2021-02-23T19:12:41.246Z] [2021-02-23T19:12:41.246Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-23T19:12:41.246Z] [2021-02-23T19:12:41.246Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-23T19:12:41.246Z] [2021-02-23T19:12:41.246Z] [2021-02-23T19:12:41.246Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-23T19:12:41.246Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-23T19:12:41.259Z] $ docker stop --time=1 423b7b65a52fa27d61b1a15e1a5fae9da249f13a11f015d5ea7cfb81798de91b [2021-02-23T19:12:44.053Z] $ docker rm -f 423b7b65a52fa27d61b1a15e1a5fae9da249f13a11f015d5ea7cfb81798de91b [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-02-23T19:12:45.179Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T19:12:45.232Z] provisioning config files... [2021-02-23T19:12:45.243Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1004012764516129773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:12:45.614Z] --> edgex-publish-swagger.sh [2021-02-23T19:12:45.614Z] === Publish openapi/v2 API === [2021-02-23T19:12:45.614Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-23T19:12:45.614Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-02-23T19:12:45.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T19:12:45.614Z] Dload Upload Total Spent Left Speed [2021-02-23T19:12:47.003Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10311 0:00:01 0:00:01 --:--:-- 10325 100 13052 0 0 100 13052 0 10249 0:00:01 0:00:01 --:--:-- 10261 [2021-02-23T19:12:47.003Z] [2021-02-23T19:12:47.003Z] [Pipeline] } [2021-02-23T19:12:47.017Z] 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-02-23T19:12:47.834Z] + git log --format=format:%s -1 db11a9be6c8646c0b785f5875b2d439dd0a6ea71 [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:12:48.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T19:12:48.143Z] . [Pipeline] withDockerContainer [2021-02-23T19:12:48.240Z] prd-centos7-docker-4c-2g-27372 does not seem to be running inside a container [2021-02-23T19:12:48.284Z] $ 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-02-23T19:12:48.966Z] $ docker top 793ee0aebb6a0b5d9d939cd9139190be936f014aebd0c372ba0734907d52fe96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T19:12:49.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T19:12:49.268Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T19:12:49.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T19:12:49.504Z] $ docker exec 793ee0aebb6a0b5d9d939cd9139190be936f014aebd0c372ba0734907d52fe96 ssh-agent [2021-02-23T19:12:49.692Z] SSH_AUTH_SOCK=/tmp/ssh-YCsOqkzhHyNj/agent.11 [2021-02-23T19:12:49.692Z] SSH_AGENT_PID=16 [2021-02-23T19:12:49.700Z] Running ssh-add (command line suppressed) [2021-02-23T19:12:49.838Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1814422261670049530.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1814422261670049530.key) [2021-02-23T19:12:49.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T19:12:50.237Z] + git semver tag [2021-02-23T19:12:50.237Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T19:12:50.237Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T19:12:50.237Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T19:12:50.237Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T19:12:50.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T19:12:50.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T19:12:50.237Z] # $SEMVER_BRANCH = master [2021-02-23T19:12:50.237Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-23T19:12:50.237Z] # db11a9be6c8646c0b785f5875b2d439dd0a6ea71 HEAD [2021-02-23T19:12:50.237Z] # -> Force: false [2021-02-23T19:12:50.237Z] # e1c33363765946516b60661ebcd2afdaf6c7c39a refs/tags/v2.0.0-dev.19 [Pipeline] } [2021-02-23T19:12:50.248Z] $ docker exec --env ******** --env ******** 793ee0aebb6a0b5d9d939cd9139190be936f014aebd0c372ba0734907d52fe96 ssh-agent -k [2021-02-23T19:12:50.367Z] unset SSH_AUTH_SOCK; [2021-02-23T19:12:50.367Z] unset SSH_AGENT_PID; [2021-02-23T19:12:50.367Z] echo Agent pid 16 killed; [2021-02-23T19:12:50.421Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T19:12:51.171Z] + git semver [Pipeline] } [2021-02-23T19:12:51.189Z] $ docker stop --time=1 793ee0aebb6a0b5d9d939cd9139190be936f014aebd0c372ba0734907d52fe96 [2021-02-23T19:12:52.892Z] $ docker rm -f 793ee0aebb6a0b5d9d939cd9139190be936f014aebd0c372ba0734907d52fe96 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:12:53.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T19:12:53.557Z] [2021-02-23T19:12:53.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:12:53.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T19:12:53.924Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-23T19:12:53.924Z] ab5ef0e58194: Pulling fs layer [2021-02-23T19:12:53.924Z] 9712f1f96733: Pulling fs layer [2021-02-23T19:12:53.924Z] 63f879dbbcfc: Pulling fs layer [2021-02-23T19:12:53.924Z] 0d9ebad4ef96: Pulling fs layer [2021-02-23T19:12:53.924Z] e9a5061849ea: Pulling fs layer [2021-02-23T19:12:53.924Z] d747dcd14b5f: Pulling fs layer [2021-02-23T19:12:53.924Z] 2de7ff778b66: Pulling fs layer [2021-02-23T19:12:53.924Z] e9a5061849ea: Waiting [2021-02-23T19:12:53.924Z] d747dcd14b5f: Waiting [2021-02-23T19:12:53.924Z] 2de7ff778b66: Waiting [2021-02-23T19:12:53.924Z] 0d9ebad4ef96: Waiting [2021-02-23T19:12:53.924Z] 9712f1f96733: Verifying Checksum [2021-02-23T19:12:53.924Z] 9712f1f96733: Download complete [2021-02-23T19:12:55.453Z] 63f879dbbcfc: Verifying Checksum [2021-02-23T19:12:55.453Z] 63f879dbbcfc: Download complete [2021-02-23T19:12:55.780Z] e9a5061849ea: Verifying Checksum [2021-02-23T19:12:55.780Z] e9a5061849ea: Download complete [2021-02-23T19:12:55.780Z] d747dcd14b5f: Download complete [2021-02-23T19:12:56.163Z] 2de7ff778b66: Verifying Checksum [2021-02-23T19:12:56.163Z] 2de7ff778b66: Download complete [2021-02-23T19:12:56.426Z] 0d9ebad4ef96: Verifying Checksum [2021-02-23T19:12:56.426Z] 0d9ebad4ef96: Download complete [2021-02-23T19:12:56.426Z] ab5ef0e58194: Verifying Checksum [2021-02-23T19:12:56.426Z] ab5ef0e58194: Download complete [2021-02-23T19:13:00.651Z] ab5ef0e58194: Pull complete [2021-02-23T19:13:00.651Z] 9712f1f96733: Pull complete [2021-02-23T19:13:03.965Z] 63f879dbbcfc: Pull complete [2021-02-23T19:13:09.262Z] 0d9ebad4ef96: Pull complete [2021-02-23T19:13:11.179Z] e9a5061849ea: Pull complete [2021-02-23T19:13:11.179Z] d747dcd14b5f: Pull complete [2021-02-23T19:13:13.756Z] 2de7ff778b66: Pull complete [2021-02-23T19:13:13.756Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-23T19:13:13.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T19:13:13.756Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-23T19:13:13.903Z] prd-centos7-docker-4c-2g-27372 does not seem to be running inside a container [2021-02-23T19:13:13.980Z] $ 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-02-23T19:13:17.969Z] $ docker top 72dfd091db324df5c15554d2e6e1090be7579bb5cff0f7e2d37d6a0a18b904af -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-23T19:13:18.184Z] provisioning config files... [2021-02-23T19:13:18.193Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5357258203094658544tmp [2021-02-23T19:13:18.209Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7694032087835812144tmp [2021-02-23T19:13:18.223Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4478895827421207113tmp [Pipeline] { [Pipeline] echo [2021-02-23T19:13:18.275Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:13:18.570Z] ---> sigul-configuration.sh [2021-02-23T19:13:18.570Z] gpg: directory `/root/.gnupg' created [2021-02-23T19:13:18.570Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-23T19:13:18.570Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-23T19:13:18.570Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-23T19:13:18.570Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-23T19:13:18.570Z] gpg: CAST5 encrypted data [2021-02-23T19:13:18.832Z] gpg: encrypted with 1 passphrase [2021-02-23T19:13:18.832Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-23T19:13:19.125Z] + mkdir /home/jenkins [2021-02-23T19:13:19.126Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-23T19:13:19.419Z] + 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-02-23T19:13:19.430Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:13:19.723Z] ---> sigul-install.sh [2021-02-23T19:13:26.312Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-23T19:13:26.606Z] + git tag --list [2021-02-23T19:13:26.606Z] v0.1.0 [2021-02-23T19:13:26.606Z] v0.1.1 [2021-02-23T19:13:26.606Z] v1.0.0 [2021-02-23T19:13:26.606Z] v1.1.0 [2021-02-23T19:13:26.606Z] v1.2.0 [2021-02-23T19:13:26.606Z] v1.3.0 [2021-02-23T19:13:26.606Z] v1.3.1 [2021-02-23T19:13:26.606Z] v1.3.1-dev.1 [2021-02-23T19:13:26.606Z] v1.3.2-dev.1 [2021-02-23T19:13:26.606Z] v2.0.0-dev.1 [2021-02-23T19:13:26.606Z] v2.0.0-dev.10 [2021-02-23T19:13:26.606Z] v2.0.0-dev.11 [2021-02-23T19:13:26.606Z] v2.0.0-dev.12 [2021-02-23T19:13:26.606Z] v2.0.0-dev.13 [2021-02-23T19:13:26.606Z] v2.0.0-dev.14 [2021-02-23T19:13:26.606Z] v2.0.0-dev.15 [2021-02-23T19:13:26.606Z] v2.0.0-dev.16 [2021-02-23T19:13:26.606Z] v2.0.0-dev.17 [2021-02-23T19:13:26.606Z] v2.0.0-dev.18 [2021-02-23T19:13:26.606Z] v2.0.0-dev.19 [2021-02-23T19:13:26.606Z] v2.0.0-dev.2 [2021-02-23T19:13:26.606Z] v2.0.0-dev.3 [2021-02-23T19:13:26.606Z] v2.0.0-dev.4 [2021-02-23T19:13:26.606Z] v2.0.0-dev.5 [2021-02-23T19:13:26.606Z] v2.0.0-dev.6 [2021-02-23T19:13:26.606Z] v2.0.0-dev.7 [2021-02-23T19:13:26.606Z] v2.0.0-dev.8 [2021-02-23T19:13:26.606Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-23T19:13:26.901Z] + lftools sign git-tag v2.0.0-dev.19 [2021-02-23T19:13:28.285Z] Signing Git tag with Sigul... [2021-02-23T19:13:28.285Z] Signing v2.0.0-dev.19 [Pipeline] echo [2021-02-23T19:13:29.238Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:13:29.531Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-23T19:13:29.541Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-23T19:13:29.630Z] $ docker stop --time=1 72dfd091db324df5c15554d2e6e1090be7579bb5cff0f7e2d37d6a0a18b904af [2021-02-23T19:13:31.752Z] $ docker rm -f 72dfd091db324df5c15554d2e6e1090be7579bb5cff0f7e2d37d6a0a18b904af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:13:32.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T19:13:32.622Z] . [Pipeline] withDockerContainer [2021-02-23T19:13:32.717Z] prd-centos7-docker-4c-2g-27372 does not seem to be running inside a container [2021-02-23T19:13:32.757Z] $ 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-02-23T19:13:33.375Z] $ docker top 6c1164fa8b3a5aca764b32b865fadb34445535242682367bca4676d080e5119b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T19:13:33.684Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T19:13:33.684Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T19:13:33.872Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T19:13:33.874Z] $ docker exec 6c1164fa8b3a5aca764b32b865fadb34445535242682367bca4676d080e5119b ssh-agent [2021-02-23T19:13:34.056Z] SSH_AUTH_SOCK=/tmp/ssh-6cL27cOQlnY1/agent.11 [2021-02-23T19:13:34.056Z] SSH_AGENT_PID=17 [2021-02-23T19:13:34.062Z] Running ssh-add (command line suppressed) [2021-02-23T19:13:34.199Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3950608122571126106.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3950608122571126106.key) [2021-02-23T19:13:34.261Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T19:13:34.592Z] + git semver bump pre [2021-02-23T19:13:34.592Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T19:13:34.592Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T19:13:34.592Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T19:13:34.592Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T19:13:34.592Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T19:13:34.592Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T19:13:34.592Z] # $SEMVER_BRANCH = master [2021-02-23T19:13:34.592Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-23T19:13:34.592Z] 2.0.0-dev.20 [Pipeline] } [2021-02-23T19:13:34.602Z] $ docker exec --env ******** --env ******** 6c1164fa8b3a5aca764b32b865fadb34445535242682367bca4676d080e5119b ssh-agent -k [2021-02-23T19:13:34.721Z] unset SSH_AUTH_SOCK; [2021-02-23T19:13:34.721Z] unset SSH_AGENT_PID; [2021-02-23T19:13:34.721Z] echo Agent pid 17 killed; [2021-02-23T19:13:34.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T19:13:35.237Z] + git semver [Pipeline] } [2021-02-23T19:13:35.256Z] $ docker stop --time=1 6c1164fa8b3a5aca764b32b865fadb34445535242682367bca4676d080e5119b [2021-02-23T19:13:36.611Z] $ docker rm -f 6c1164fa8b3a5aca764b32b865fadb34445535242682367bca4676d080e5119b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:13:37.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T19:13:37.134Z] . [Pipeline] withDockerContainer [2021-02-23T19:13:37.229Z] prd-centos7-docker-4c-2g-27372 does not seem to be running inside a container [2021-02-23T19:13:37.276Z] $ 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-02-23T19:13:37.854Z] $ docker top e68249b35c8e9a305080b75083751d1e6e63496a7477d5ae64013def5d4a21a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T19:13:38.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T19:13:38.125Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T19:13:38.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T19:13:38.315Z] $ docker exec e68249b35c8e9a305080b75083751d1e6e63496a7477d5ae64013def5d4a21a1 ssh-agent [2021-02-23T19:13:38.490Z] SSH_AUTH_SOCK=/tmp/ssh-D51v22IUBr4l/agent.11 [2021-02-23T19:13:38.490Z] SSH_AGENT_PID=17 [2021-02-23T19:13:38.497Z] Running ssh-add (command line suppressed) [2021-02-23T19:13:38.621Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8026453085295497307.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8026453085295497307.key) [2021-02-23T19:13:38.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T19:13:39.017Z] + git semver push [2021-02-23T19:13:39.017Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T19:13:39.017Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-23T19:13:39.017Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T19:13:39.017Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T19:13:39.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T19:13:39.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T19:13:39.017Z] # $SEMVER_BRANCH = master [2021-02-23T19:13:39.017Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-23T19:13:47.172Z] $ docker exec --env ******** --env ******** e68249b35c8e9a305080b75083751d1e6e63496a7477d5ae64013def5d4a21a1 ssh-agent -k [2021-02-23T19:13:47.305Z] unset SSH_AUTH_SOCK; [2021-02-23T19:13:47.306Z] unset SSH_AGENT_PID; [2021-02-23T19:13:47.306Z] echo Agent pid 17 killed; [2021-02-23T19:13:47.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T19:13:47.819Z] + git semver [Pipeline] } [2021-02-23T19:13:47.837Z] $ docker stop --time=1 e68249b35c8e9a305080b75083751d1e6e63496a7477d5ae64013def5d4a21a1 [2021-02-23T19:13:49.178Z] $ docker rm -f e68249b35c8e9a305080b75083751d1e6e63496a7477d5ae64013def5d4a21a1 [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-02-23T19:13:50.488Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:13:51.375Z] ---> package-listing.sh [2021-02-23T19:13:51.375Z] ++ facter osfamily [2021-02-23T19:13:51.375Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T19:13:51.375Z] + OS_FAMILY=redhat [2021-02-23T19:13:51.375Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-02-23T19:13:51.375Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T19:13:51.375Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T19:13:51.375Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T19:13:51.375Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T19:13:51.375Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-23T19:13:51.375Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T19:13:51.375Z] + case "${OS_FAMILY}" in [2021-02-23T19:13:51.375Z] + rpm -qa [2021-02-23T19:13:51.375Z] + sort [2021-02-23T19:13:56.807Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T19:13:56.807Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T19:13:56.807Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T19:13:56.807Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-23T19:13:56.807Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-02-23T19:13:56.807Z] + 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-02-23T19:13:56.820Z] 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-02-23T19:13:57.103Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:13:57.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T19:13:57.412Z] [2021-02-23T19:13:57.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T19:13:57.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T19:13:57.759Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T19:13:57.759Z] df20fa9351a1: Pulling fs layer [2021-02-23T19:13:57.759Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T19:13:57.759Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T19:13:57.759Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T19:13:57.759Z] 93b61091891f: Pulling fs layer [2021-02-23T19:13:57.759Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T19:13:57.759Z] 5e14af77c1be: Pulling fs layer [2021-02-23T19:13:57.759Z] 01666e4c0597: Pulling fs layer [2021-02-23T19:13:57.759Z] aa168da1d23b: Pulling fs layer [2021-02-23T19:13:57.759Z] 93b61091891f: Waiting [2021-02-23T19:13:57.759Z] 46f8f816bc3b: Waiting [2021-02-23T19:13:57.759Z] 93b9cdb0e59b: Waiting [2021-02-23T19:13:57.759Z] 5e14af77c1be: Waiting [2021-02-23T19:13:57.759Z] 01666e4c0597: Waiting [2021-02-23T19:13:57.759Z] aa168da1d23b: Waiting [2021-02-23T19:13:57.759Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T19:13:57.759Z] 36b3adc4ff6f: Download complete [2021-02-23T19:13:57.759Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T19:13:57.759Z] 46f8f816bc3b: Download complete [2021-02-23T19:13:57.759Z] df20fa9351a1: Verifying Checksum [2021-02-23T19:13:57.759Z] df20fa9351a1: Download complete [2021-02-23T19:13:57.759Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T19:13:57.759Z] 93b9cdb0e59b: Download complete [2021-02-23T19:13:58.024Z] 5e14af77c1be: Verifying Checksum [2021-02-23T19:13:58.024Z] 5e14af77c1be: Download complete [2021-02-23T19:13:58.024Z] 93b61091891f: Verifying Checksum [2021-02-23T19:13:58.024Z] 93b61091891f: Download complete [2021-02-23T19:13:58.024Z] 01666e4c0597: Verifying Checksum [2021-02-23T19:13:58.024Z] 01666e4c0597: Download complete [2021-02-23T19:13:58.024Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T19:13:58.024Z] 8ad3a11d3b57: Download complete [2021-02-23T19:13:58.290Z] df20fa9351a1: Pull complete [2021-02-23T19:13:58.553Z] 36b3adc4ff6f: Pull complete [2021-02-23T19:14:00.001Z] 8ad3a11d3b57: Pull complete [2021-02-23T19:14:00.001Z] aa168da1d23b: Verifying Checksum [2021-02-23T19:14:00.001Z] aa168da1d23b: Download complete [2021-02-23T19:14:00.266Z] 46f8f816bc3b: Pull complete [2021-02-23T19:14:00.842Z] 93b61091891f: Pull complete [2021-02-23T19:14:00.842Z] 93b9cdb0e59b: Pull complete [2021-02-23T19:14:01.105Z] 5e14af77c1be: Pull complete [2021-02-23T19:14:01.105Z] 01666e4c0597: Pull complete [2021-02-23T19:14:07.731Z] aa168da1d23b: Pull complete [2021-02-23T19:14:07.731Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T19:14:07.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T19:14:07.731Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T19:14:07.849Z] prd-centos7-docker-4c-2g-27372 does not seem to be running inside a container [2021-02-23T19:14:07.892Z] $ 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-02-23T19:14:10.617Z] $ docker top 896a198cac21a9c8e83a3834e702ef5b4e54479d5b3b5a4fedd63eb0f3c5effb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T19:14:11.111Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T19:14:11.403Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T19:14:11.695Z] + ls /var/log/sa-host [2021-02-23T19:14:11.695Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T19:14:11.695Z] file_magic: OK [2021-02-23T19:14:11.695Z] HZ: Using current value: 100 [2021-02-23T19:14:11.695Z] file_header: OK [2021-02-23T19:14:11.695Z] 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-02-23T19:14:11.695Z] Statistics: [2021-02-23T19:14:11.695Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T19:14:11.695Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T19:14:12.327Z] provisioning config files... [2021-02-23T19:14:12.347Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8697153945156520973tmp [Pipeline] { [Pipeline] echo [2021-02-23T19:14:12.413Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:14:12.709Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T19:14:12.719Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T19:14:12.804Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:14:13.097Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T19:14:13.107Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:14:13.400Z] ---> sudo-logs.sh [2021-02-23T19:14:13.400Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T19:14:13.454Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:14:13.747Z] ---> job-cost.sh [2021-02-23T19:14:13.747Z] lf-activate-venv: SKIPPING [2021-02-23T19:14:13.747Z] DEBUG: total: 0.029999999329447746 [2021-02-23T19:14:13.747Z] INFO: Retrieving Stack Cost... [2021-02-23T19:14:14.691Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T19:14:15.271Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T19:14:15.285Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T19:14:15.580Z] ---> logs-deploy.sh [2021-02-23T19:14:15.580Z] lf-activate-venv: SKIPPING [2021-02-23T19:14:15.580Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/186 [2021-02-23T19:14:15.580Z] INFO: archiving workspace using pattern(s): [2021-02-23T19:14:16.968Z] Archives upload complete. [2021-02-23T19:14:17.229Z] INFO: archiving logs to Nexus