Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3ba5abe105c20feb148a36819eea9dc37409d0ea Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18916 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3ba5abe105c20feb148a36819eea9dc37409d0ea (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3ba5abe105c20feb148a36819eea9dc37409d0ea # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#629)" > git rev-list --no-walk 5a165ca32a8f9fe6ac204cae8b26655e5f1010de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T21:52:46.666Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T21:52:46.922Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T21:52:47.044Z] ========================================================= [2021-01-07T21:52:47.045Z] EdgeX Global Pipelines Version Info [2021-01-07T21:52:47.045Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:52:48.589Z] ------------------- [2021-01-07T21:52:48.589Z] stable info: [2021-01-07T21:52:48.589Z] ------------------- [2021-01-07T21:52:48.589Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T21:52:48.589Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T21:52:48.589Z] Message: update stable to v1.0.173 [2021-01-07T21:52:49.545Z] ------------------- [2021-01-07T21:52:49.545Z] experimental info: [2021-01-07T21:52:49.545Z] ------------------- [2021-01-07T21:52:49.545Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T21:52:49.545Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T21:52:49.545Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T21:52:49.793Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-07T21:52:50.117Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-07T21:52:50.247Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T21:52:50.332Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T21:52:50.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T21:52:50.535Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T21:52:50.640Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T21:52:50.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T21:52:50.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-07T21:52:50.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T21:52:51.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T21:52:51.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-07T21:52:51.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T21:52:51.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T21:52:51.461Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:52:51.567Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:52:51.665Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:52:51.752Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:52:51.835Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T21:52:51.943Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-07T21:52:52.026Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T21:52:52.119Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-07T21:52:52.204Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-07T21:52:52.287Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-07T21:52:52.400Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-07T21:52:52.479Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T21:52:52.562Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T21:52:52.642Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-07T21:52:52.728Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-07T21:52:52.817Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-07T21:52:52.901Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ba5abe105c20feb148a36819eea9dc37409d0ea [Pipeline] echo [2021-01-07T21:52:52.984Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ba5abe [Pipeline] echo [2021-01-07T21:52:53.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:52:53.812Z] + git log --format=format:%s -1 3ba5abe105c20feb148a36819eea9dc37409d0ea [Pipeline] echo [2021-01-07T21:52:53.991Z] GIT_COMMIT: 3ba5abe105c20feb148a36819eea9dc37409d0ea, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#629) [Pipeline] echo [2021-01-07T21:52:54.035Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:52:54.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:52:55.072Z] [2021-01-07T21:52:55.072Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:52:55.422Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:52:55.422Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T21:52:55.422Z] 31603596830f: Pulling fs layer [2021-01-07T21:52:55.422Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T21:52:55.422Z] 6ca5941a6612: Pulling fs layer [2021-01-07T21:52:55.422Z] ecc8261a40a4: Pulling fs layer [2021-01-07T21:52:55.422Z] ecc8261a40a4: Waiting [2021-01-07T21:52:55.422Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T21:52:55.422Z] 2a8b12db71e7: Download complete [2021-01-07T21:52:55.687Z] 31603596830f: Verifying Checksum [2021-01-07T21:52:55.687Z] 31603596830f: Download complete [2021-01-07T21:52:55.952Z] ecc8261a40a4: Verifying Checksum [2021-01-07T21:52:55.952Z] ecc8261a40a4: Download complete [2021-01-07T21:52:55.952Z] 6ca5941a6612: Verifying Checksum [2021-01-07T21:52:55.952Z] 6ca5941a6612: Download complete [2021-01-07T21:52:55.952Z] 31603596830f: Pull complete [2021-01-07T21:52:56.215Z] 2a8b12db71e7: Pull complete [2021-01-07T21:52:57.173Z] 6ca5941a6612: Pull complete [2021-01-07T21:52:57.173Z] ecc8261a40a4: Pull complete [2021-01-07T21:52:57.435Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T21:52:57.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:52:57.435Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T21:52:57.542Z] prd-centos7-docker-4c-2g-18916 does not seem to be running inside a container [2021-01-07T21:52:57.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T21:52:59.476Z] $ docker top aefd3a02d2efbe2eab96166db53920914c736e2c5cf6a16a3d62b9f7f2922ac3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T21:52:59.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:52:59.761Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:52:59.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:52:59.985Z] $ docker exec aefd3a02d2efbe2eab96166db53920914c736e2c5cf6a16a3d62b9f7f2922ac3 ssh-agent [2021-01-07T21:53:00.244Z] SSH_AUTH_SOCK=/tmp/ssh-kiPLKurETwnt/agent.12 [2021-01-07T21:53:00.244Z] SSH_AGENT_PID=17 [2021-01-07T21:53:00.260Z] Running ssh-add (command line suppressed) [2021-01-07T21:53:00.483Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5323868183129376519.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5323868183129376519.key) [2021-01-07T21:53:00.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:53:00.899Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T21:53:00.921Z] $ docker exec --env ******** --env ******** aefd3a02d2efbe2eab96166db53920914c736e2c5cf6a16a3d62b9f7f2922ac3 ssh-agent -k [2021-01-07T21:53:01.040Z] unset SSH_AUTH_SOCK; [2021-01-07T21:53:01.040Z] unset SSH_AGENT_PID; [2021-01-07T21:53:01.040Z] echo Agent pid 17 killed; [2021-01-07T21:53:01.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T21:53:01.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:53:01.242Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:53:01.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:53:01.510Z] $ docker exec aefd3a02d2efbe2eab96166db53920914c736e2c5cf6a16a3d62b9f7f2922ac3 ssh-agent [2021-01-07T21:53:01.696Z] SSH_AUTH_SOCK=/tmp/ssh-MqxUucqIkkGW/agent.46 [2021-01-07T21:53:01.696Z] SSH_AGENT_PID=52 [2021-01-07T21:53:01.705Z] Running ssh-add (command line suppressed) [2021-01-07T21:53:01.833Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_310873146901074314.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_310873146901074314.key) [2021-01-07T21:53:01.889Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:53:02.233Z] + git semver init [2021-01-07T21:53:02.233Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T21:53:02.233Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T21:53:02.233Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T21:53:02.233Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T21:53:02.233Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T21:53:02.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T21:53:02.233Z] # $SEMVER_BRANCH = master [2021-01-07T21:53:02.233Z] # $SEMVER_TEMP = /tmp/semver-490098463 [2021-01-07T21:53:02.233Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-07T21:53:06.490Z] # '/tmp/semver-490098463' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-01-07T21:53:06.490Z] # -> Force: false [2021-01-07T21:53:06.490Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-07T21:53:06.506Z] $ docker exec --env ******** --env ******** aefd3a02d2efbe2eab96166db53920914c736e2c5cf6a16a3d62b9f7f2922ac3 ssh-agent -k [2021-01-07T21:53:06.621Z] unset SSH_AUTH_SOCK; [2021-01-07T21:53:06.622Z] unset SSH_AGENT_PID; [2021-01-07T21:53:06.622Z] echo Agent pid 52 killed; [2021-01-07T21:53:06.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T21:53:07.206Z] + git semver [Pipeline] } [2021-01-07T21:53:07.226Z] $ docker stop --time=1 aefd3a02d2efbe2eab96166db53920914c736e2c5cf6a16a3d62b9f7f2922ac3 [2021-01-07T21:53:09.088Z] $ docker rm -f aefd3a02d2efbe2eab96166db53920914c736e2c5cf6a16a3d62b9f7f2922ac3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:53:09.574Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T21:53:10.009Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T21:53:10.012Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.12 [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-01-07T21:53:25.792Z] Still waiting to schedule task [2021-01-07T21:53:25.792Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18918’ is offline; ‘prd-centos7-docker-4c-2g-18919’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18917’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-07T21:53:25.795Z] Still waiting to schedule task [2021-01-07T21:53:25.795Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-07T21:55:07.675Z] Running on prd-centos7-docker-4c-2g-18922 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-07T21:55:07.724Z] Running in /w/workspace/app-functions-sdk-go/161 [Pipeline] { [Pipeline] checkout [2021-01-07T21:55:14.851Z] using credential edgex-jenkins-ssh [2021-01-07T21:55:14.909Z] Cloning the remote Git repository [2021-01-07T21:55:15.087Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T21:55:15.185Z] > git init /w/workspace/app-functions-sdk-go/161 # timeout=10 [2021-01-07T21:55:15.391Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T21:55:15.392Z] > git --version # timeout=10 [2021-01-07T21:55:15.443Z] > git --version # 'git version 2.24.3' [2021-01-07T21:55:15.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:55:15.532Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:55:17.820Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T21:55:17.850Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:55:17.898Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T21:55:17.943Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T21:55:17.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:55:17.956Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T21:55:18.427Z] Checking out Revision 3ba5abe105c20feb148a36819eea9dc37409d0ea (master) [2021-01-07T21:55:18.464Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:55:18.513Z] > git checkout -f 3ba5abe105c20feb148a36819eea9dc37409d0ea # timeout=10 [2021-01-07T21:55:23.239Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#629)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:55:26.596Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:55:27.052Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:55:27.449Z] + sudo service docker restart [2021-01-07T21:55:27.449Z] + true [2021-01-07T21:55:27.449Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-07T21:55:29.050Z] ========================================================= [2021-01-07T21:55:29.050Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T21:55:29.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:55:29.508Z] + 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-01-07T21:55:31.009Z] Sending build context to Docker daemon 19.06MB [2021-01-07T21:55:31.009Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T21:55:31.009Z] Step 2/8 : FROM ${BASE} [2021-01-07T21:55:31.009Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T21:55:31.009Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T21:55:31.009Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T21:55:31.009Z] de9db76c5a1d: Pulling fs layer [2021-01-07T21:55:31.009Z] bca2f99d35d6: Pulling fs layer [2021-01-07T21:55:31.009Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T21:55:31.009Z] 7c6f9722023f: Pulling fs layer [2021-01-07T21:55:31.009Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T21:55:31.009Z] bca2f99d35d6: Waiting [2021-01-07T21:55:31.009Z] 93359f2a8cfa: Waiting [2021-01-07T21:55:31.009Z] 7c6f9722023f: Waiting [2021-01-07T21:55:31.009Z] a35cf1a2eb13: Waiting [2021-01-07T21:55:31.009Z] de9db76c5a1d: Download complete [2021-01-07T21:55:31.009Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T21:55:31.009Z] 0ef7d3d256c8: Download complete [2021-01-07T21:55:31.009Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T21:55:31.009Z] 93359f2a8cfa: Download complete [2021-01-07T21:55:31.009Z] 7c6f9722023f: Verifying Checksum [2021-01-07T21:55:31.009Z] 7c6f9722023f: Download complete [2021-01-07T21:55:31.291Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T21:55:31.291Z] 188c0c94c7c5: Download complete [2021-01-07T21:55:31.906Z] 188c0c94c7c5: Pull complete [2021-01-07T21:55:32.234Z] 0ef7d3d256c8: Pull complete [2021-01-07T21:55:32.234Z] de9db76c5a1d: Pull complete [2021-01-07T21:55:45.370Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T21:55:45.370Z] a35cf1a2eb13: Download complete [2021-01-07T21:55:49.913Z] bca2f99d35d6: Verifying Checksum [2021-01-07T21:55:49.913Z] bca2f99d35d6: Download complete [2021-01-07T21:56:02.608Z] bca2f99d35d6: Pull complete [2021-01-07T21:56:02.608Z] 93359f2a8cfa: Pull complete [2021-01-07T21:56:02.608Z] 7c6f9722023f: Pull complete [2021-01-07T21:56:08.313Z] a35cf1a2eb13: Pull complete [2021-01-07T21:56:08.313Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T21:56:08.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T21:56:08.313Z] ---> a62c8e92a672 [2021-01-07T21:56:08.313Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-07T21:56:08.313Z] 20.10.0: Pulling from library/docker [2021-01-07T21:56:08.313Z] 05e7bc50f07f: Pulling fs layer [2021-01-07T21:56:08.313Z] 6db28d0fdbf6: Pulling fs layer [2021-01-07T21:56:08.313Z] 292df0bc6bf3: Pulling fs layer [2021-01-07T21:56:08.313Z] 2e060f4bd70b: Pulling fs layer [2021-01-07T21:56:08.313Z] 80e8d568a223: Pulling fs layer [2021-01-07T21:56:08.313Z] 8dc6ef1a942a: Pulling fs layer [2021-01-07T21:56:08.313Z] 2312dd95470a: Pulling fs layer [2021-01-07T21:56:08.313Z] 2e060f4bd70b: Waiting [2021-01-07T21:56:08.313Z] 80e8d568a223: Waiting [2021-01-07T21:56:08.313Z] 8dc6ef1a942a: Waiting [2021-01-07T21:56:08.313Z] 2312dd95470a: Waiting [2021-01-07T21:56:08.313Z] 292df0bc6bf3: Verifying Checksum [2021-01-07T21:56:08.313Z] 292df0bc6bf3: Download complete [2021-01-07T21:56:08.313Z] 6db28d0fdbf6: Verifying Checksum [2021-01-07T21:56:08.313Z] 6db28d0fdbf6: Download complete [2021-01-07T21:56:08.313Z] 05e7bc50f07f: Verifying Checksum [2021-01-07T21:56:08.313Z] 05e7bc50f07f: Download complete [2021-01-07T21:56:08.313Z] 80e8d568a223: Verifying Checksum [2021-01-07T21:56:08.313Z] 80e8d568a223: Download complete [2021-01-07T21:56:08.313Z] 2312dd95470a: Verifying Checksum [2021-01-07T21:56:08.313Z] 2312dd95470a: Download complete [2021-01-07T21:56:08.313Z] 8dc6ef1a942a: Verifying Checksum [2021-01-07T21:56:08.313Z] 8dc6ef1a942a: Download complete [2021-01-07T21:56:08.630Z] 05e7bc50f07f: Pull complete [2021-01-07T21:56:09.249Z] 6db28d0fdbf6: Pull complete [2021-01-07T21:56:09.249Z] 292df0bc6bf3: Pull complete [2021-01-07T21:56:12.021Z] 2e060f4bd70b: Verifying Checksum [2021-01-07T21:56:12.021Z] 2e060f4bd70b: Download complete [2021-01-07T21:56:19.148Z] 2e060f4bd70b: Pull complete [2021-01-07T21:56:19.148Z] 80e8d568a223: Pull complete [2021-01-07T21:56:19.148Z] 8dc6ef1a942a: Pull complete [2021-01-07T21:56:19.148Z] 2312dd95470a: Pull complete [2021-01-07T21:56:19.148Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T21:56:19.148Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T21:56:19.832Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18923 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-07T21:56:19.888Z] Running in /w/workspace/app-functions-sdk-go/161 [Pipeline] { [Pipeline] checkout [2021-01-07T21:56:21.370Z] ---> 4ca96f903308 [2021-01-07T21:56:21.370Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-07T21:56:21.370Z] ---> Running in 69f11c919348 [2021-01-07T21:56:21.687Z] Removing intermediate container 69f11c919348 [2021-01-07T21:56:21.687Z] ---> 0c02a0d3ba8d [2021-01-07T21:56:21.687Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-07T21:56:21.687Z] ---> Running in 4fbd45487d30 [2021-01-07T21:56:22.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:56:29.306Z] using credential edgex-jenkins-ssh [2021-01-07T21:56:29.386Z] Cloning the remote Git repository [2021-01-07T21:56:29.455Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T21:56:29.614Z] > git init /w/workspace/app-functions-sdk-go/161 # timeout=10 [2021-01-07T21:56:29.727Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T21:56:29.728Z] > git --version # timeout=10 [2021-01-07T21:56:29.745Z] > git --version # 'git version 2.17.1' [2021-01-07T21:56:29.748Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:56:29.849Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:56:32.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:56:36.015Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-07T21:56:36.317Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-07T21:56:36.594Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-07T21:56:36.926Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-07T21:56:36.926Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-07T21:56:37.277Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:56:37.277Z] OK: 167 MiB in 44 packages [2021-01-07T21:56:37.936Z] Removing intermediate container 4fbd45487d30 [2021-01-07T21:56:37.936Z] ---> 5d2a01a31bb9 [2021-01-07T21:56:37.936Z] Step 6/8 : WORKDIR /build [2021-01-07T21:56:37.936Z] ---> Running in f68773dd6684 [2021-01-07T21:56:38.295Z] Removing intermediate container f68773dd6684 [2021-01-07T21:56:38.295Z] ---> 083b17b49905 [2021-01-07T21:56:38.295Z] Step 7/8 : COPY go.mod . [2021-01-07T21:56:38.539Z] Checking out Revision 3ba5abe105c20feb148a36819eea9dc37409d0ea (master) [2021-01-07T21:56:38.637Z] ---> 7ab92a22f53f [2021-01-07T21:56:38.638Z] Step 8/8 : RUN go mod download [2021-01-07T21:56:38.638Z] ---> Running in 8317bdf0e20a [2021-01-07T21:56:37.801Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T21:56:37.822Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:56:37.872Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T21:56:37.911Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T21:56:37.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:56:37.923Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T21:56:38.573Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:56:38.593Z] > git checkout -f 3ba5abe105c20feb148a36819eea9dc37409d0ea # timeout=10 [2021-01-07T21:56:43.501Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#629)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:56:46.582Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:56:47.216Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:56:47.635Z] + + true [2021-01-07T21:56:47.635Z] sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-07T21:56:50.433Z] ========================================================= [2021-01-07T21:56:50.433Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T21:56:50.433Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:56:50.995Z] + 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-01-07T21:56:52.026Z] Sending build context to Docker daemon 19.06MB [2021-01-07T21:56:52.026Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T21:56:52.026Z] Step 2/8 : FROM ${BASE} [2021-01-07T21:56:52.359Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T21:56:52.359Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T21:56:52.359Z] a4357932f1b6: Pulling fs layer [2021-01-07T21:56:52.359Z] 18c013af1878: Pulling fs layer [2021-01-07T21:56:52.359Z] 00ac8860ef70: Pulling fs layer [2021-01-07T21:56:52.359Z] 63d7cb157983: Pulling fs layer [2021-01-07T21:56:52.359Z] b116817d02f9: Pulling fs layer [2021-01-07T21:56:52.359Z] 745a02a5169b: Pulling fs layer [2021-01-07T21:56:52.359Z] 63d7cb157983: Waiting [2021-01-07T21:56:52.359Z] b116817d02f9: Waiting [2021-01-07T21:56:52.359Z] 745a02a5169b: Waiting [2021-01-07T21:56:52.359Z] 00ac8860ef70: Waiting [2021-01-07T21:56:52.359Z] 18c013af1878: Verifying Checksum [2021-01-07T21:56:52.359Z] 18c013af1878: Download complete [2021-01-07T21:56:52.359Z] a4357932f1b6: Verifying Checksum [2021-01-07T21:56:52.359Z] a4357932f1b6: Download complete [2021-01-07T21:56:52.359Z] 63d7cb157983: Verifying Checksum [2021-01-07T21:56:52.359Z] 63d7cb157983: Download complete [2021-01-07T21:56:52.359Z] b116817d02f9: Verifying Checksum [2021-01-07T21:56:52.359Z] b116817d02f9: Download complete [2021-01-07T21:56:52.693Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T21:56:52.693Z] 5f621e34cdf4: Download complete [2021-01-07T21:56:53.378Z] 5f621e34cdf4: Pull complete [2021-01-07T21:56:54.098Z] a4357932f1b6: Pull complete [2021-01-07T21:56:54.098Z] 18c013af1878: Pull complete [2021-01-07T21:56:59.043Z] 745a02a5169b: Verifying Checksum [2021-01-07T21:56:59.043Z] 745a02a5169b: Download complete [2021-01-07T21:57:00.608Z] 00ac8860ef70: Download complete [2021-01-07T21:57:06.391Z] Removing intermediate container 8317bdf0e20a [2021-01-07T21:57:06.391Z] ---> 056be6aac6db [2021-01-07T21:57:06.391Z] Successfully built 056be6aac6db [2021-01-07T21:57:06.391Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:57:06.884Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T21:57:06.913Z] . [Pipeline] withDockerContainer [2021-01-07T21:57:07.336Z] prd-centos7-docker-4c-2g-18922 does not seem to be running inside a container [2021-01-07T21:57:07.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/161 -v /w/workspace/app-functions-sdk-go/161:/w/workspace/app-functions-sdk-go/161:rw,z -v /w/workspace/app-functions-sdk-go/161@tmp:/w/workspace/app-functions-sdk-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T21:57:09.034Z] $ docker top 3b564b670a12d22d55aa7a72f864e5d7745c776c3de34c3dc2f916d3dd415c01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:57:09.646Z] + go version [2021-01-07T21:57:09.646Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T21:57:09.673Z] $ docker stop --time=1 3b564b670a12d22d55aa7a72f864e5d7745c776c3de34c3dc2f916d3dd415c01 [2021-01-07T21:57:09.705Z] 00ac8860ef70: Pull complete [2021-01-07T21:57:09.705Z] 63d7cb157983: Pull complete [2021-01-07T21:57:10.020Z] b116817d02f9: Pull complete [2021-01-07T21:57:11.372Z] $ docker rm -f 3b564b670a12d22d55aa7a72f864e5d7745c776c3de34c3dc2f916d3dd415c01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:57:13.536Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T21:57:13.536Z] . [Pipeline] withDockerContainer [2021-01-07T21:57:13.623Z] 745a02a5169b: Pull complete [2021-01-07T21:57:13.624Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T21:57:13.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T21:57:13.624Z] ---> b7e6874047d6 [2021-01-07T21:57:13.624Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-07T21:57:13.624Z] 20.10.0: Pulling from library/docker [2021-01-07T21:57:13.624Z] a3cc7d3b244e: Pulling fs layer [2021-01-07T21:57:13.624Z] 02a3295e0d61: Pulling fs layer [2021-01-07T21:57:13.624Z] 0f4f2e6d8100: Pulling fs layer [2021-01-07T21:57:13.624Z] 330b718f631f: Pulling fs layer [2021-01-07T21:57:13.624Z] a93816041522: Pulling fs layer [2021-01-07T21:57:13.624Z] bdb6da89ff94: Pulling fs layer [2021-01-07T21:57:13.624Z] 330b718f631f: Waiting [2021-01-07T21:57:13.624Z] a93816041522: Waiting [2021-01-07T21:57:13.624Z] 2a70c0c122f4: Pulling fs layer [2021-01-07T21:57:13.624Z] 2a70c0c122f4: Waiting [2021-01-07T21:57:13.624Z] 0f4f2e6d8100: Verifying Checksum [2021-01-07T21:57:13.624Z] 0f4f2e6d8100: Download complete [2021-01-07T21:57:13.624Z] 02a3295e0d61: Verifying Checksum [2021-01-07T21:57:13.624Z] 02a3295e0d61: Download complete [2021-01-07T21:57:13.624Z] a3cc7d3b244e: Verifying Checksum [2021-01-07T21:57:13.624Z] a3cc7d3b244e: Download complete [2021-01-07T21:57:13.624Z] a93816041522: Verifying Checksum [2021-01-07T21:57:13.624Z] a93816041522: Download complete [2021-01-07T21:57:13.624Z] 2a70c0c122f4: Verifying Checksum [2021-01-07T21:57:13.624Z] 2a70c0c122f4: Download complete [2021-01-07T21:57:13.624Z] bdb6da89ff94: Verifying Checksum [2021-01-07T21:57:13.624Z] bdb6da89ff94: Download complete [2021-01-07T21:57:13.824Z] prd-centos7-docker-4c-2g-18922 does not seem to be running inside a container [2021-01-07T21:57:13.923Z] a3cc7d3b244e: Pull complete [2021-01-07T21:57:14.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/161 -v /w/workspace/app-functions-sdk-go/161:/w/workspace/app-functions-sdk-go/161:rw,z -v /w/workspace/app-functions-sdk-go/161@tmp:/w/workspace/app-functions-sdk-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T21:57:15.126Z] $ docker top ea5e2eb31260afb4b04034a7e007156ac73311bb481ae3b58554d16fd27d6552 -eo pid,comm [2021-01-07T21:57:15.316Z] 02a3295e0d61: Pull complete [2021-01-07T21:57:15.316Z] 0f4f2e6d8100: Pull complete [Pipeline] { [Pipeline] sh [2021-01-07T21:57:16.381Z] + make test [2021-01-07T21:57:16.381Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-07T21:57:16.871Z] 330b718f631f: Verifying Checksum [2021-01-07T21:57:16.871Z] 330b718f631f: Download complete [2021-01-07T21:57:19.245Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-07T21:57:20.558Z] 330b718f631f: Pull complete [2021-01-07T21:57:20.558Z] a93816041522: Pull complete [2021-01-07T21:57:21.199Z] bdb6da89ff94: Pull complete [2021-01-07T21:57:21.491Z] 2a70c0c122f4: Pull complete [2021-01-07T21:57:21.491Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T21:57:21.491Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T21:57:28.432Z] ---> 0ae42b73ac39 [2021-01-07T21:57:28.432Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-07T21:57:28.432Z] ---> Running in d4d5b17211fb [2021-01-07T21:57:28.432Z] Removing intermediate container d4d5b17211fb [2021-01-07T21:57:28.432Z] ---> 92b5003577b3 [2021-01-07T21:57:28.432Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-07T21:57:28.432Z] ---> Running in e7c64b5b8432 [2021-01-07T21:57:30.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:57:31.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:57:32.708Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.023s coverage: 86.2% of statements [2021-01-07T21:57:35.323Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-07T21:57:35.623Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-07T21:57:36.305Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-07T21:57:36.305Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-07T21:57:36.608Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-07T21:57:36.608Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:57:36.608Z] OK: 144 MiB in 44 packages [2021-01-07T21:57:37.959Z] Removing intermediate container e7c64b5b8432 [2021-01-07T21:57:37.959Z] ---> b3af6e8f0b85 [2021-01-07T21:57:37.959Z] Step 6/8 : WORKDIR /build [2021-01-07T21:57:38.344Z] ---> Running in cf5380294957 [2021-01-07T21:57:38.693Z] Removing intermediate container cf5380294957 [2021-01-07T21:57:38.693Z] ---> 261965255f40 [2021-01-07T21:57:38.693Z] Step 7/8 : COPY go.mod . [2021-01-07T21:57:39.445Z] ---> a66b965fa359 [2021-01-07T21:57:39.445Z] Step 8/8 : RUN go mod download [2021-01-07T21:57:39.445Z] ---> Running in f50ff70c445c [2021-01-07T21:57:46.088Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.072s coverage: 47.9% of statements [2021-01-07T21:57:46.088Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-07T21:57:46.088Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-07T21:57:46.088Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.107s coverage: 61.5% of statements [2021-01-07T21:57:46.088Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-07T21:57:47.296Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.109s coverage: 69.1% of statements [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-07T21:57:47.296Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.032s coverage: 97.7% of statements [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-07T21:57:47.296Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-01-07T21:57:47.296Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.053s coverage: 8.8% of statements [2021-01-07T21:57:56.165Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.955s coverage: 75.0% of statements [2021-01-07T21:57:56.165Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-07T21:57:56.165Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.049s coverage: 87.9% of statements [2021-01-07T21:57:56.165Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.102s coverage: 80.5% of statements [2021-01-07T21:57:56.165Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.068s coverage: 71.7% of statements [2021-01-07T21:58:06.668Z] Removing intermediate container f50ff70c445c [2021-01-07T21:58:06.668Z] ---> 89925ed1b110 [2021-01-07T21:58:06.668Z] Successfully built 89925ed1b110 [2021-01-07T21:58:06.668Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:58:07.052Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T21:58:07.052Z] . [Pipeline] withDockerContainer [2021-01-07T21:58:07.365Z] prd-ubuntu18.04-docker-arm64-4c-16g-18923 does not seem to be running inside a container [2021-01-07T21:58:07.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/161 -v /w/workspace/app-functions-sdk-go/161:/w/workspace/app-functions-sdk-go/161:rw,z -v /w/workspace/app-functions-sdk-go/161@tmp:/w/workspace/app-functions-sdk-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T21:58:09.097Z] $ docker top 977da277abf8837f621cc89d59aa24685d34043557b822638b722ae6610686a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:58:10.200Z] + go version [2021-01-07T21:58:10.200Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T21:58:10.242Z] $ docker stop --time=1 977da277abf8837f621cc89d59aa24685d34043557b822638b722ae6610686a2 [2021-01-07T21:58:12.281Z] $ docker rm -f 977da277abf8837f621cc89d59aa24685d34043557b822638b722ae6610686a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:58:13.483Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T21:58:13.484Z] . [Pipeline] withDockerContainer [2021-01-07T21:58:13.796Z] prd-ubuntu18.04-docker-arm64-4c-16g-18923 does not seem to be running inside a container [2021-01-07T21:58:13.972Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/161 -v /w/workspace/app-functions-sdk-go/161:/w/workspace/app-functions-sdk-go/161:rw,z -v /w/workspace/app-functions-sdk-go/161@tmp:/w/workspace/app-functions-sdk-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T21:58:15.528Z] $ docker top 260b440147fb9b04919be21271e05c3db87ba7cf5d026bc9e49469b01b51701b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:58:16.669Z] + make test [2021-01-07T21:58:16.669Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-07T21:58:17.738Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-07T21:58:19.159Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.085s coverage: 81.6% of statements [2021-01-07T21:58:19.159Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.048s coverage: 94.4% of statements [2021-01-07T21:58:19.159Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-07T21:58:26.393Z] gofmt -l . [2021-01-07T21:58:26.393Z] [ "`gofmt -l .`" = "" ] [2021-01-07T21:58:26.393Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-07T21:58:27.068Z] $ docker stop --time=1 ea5e2eb31260afb4b04034a7e007156ac73311bb481ae3b58554d16fd27d6552 [2021-01-07T21:58:29.025Z] $ docker rm -f ea5e2eb31260afb4b04034a7e007156ac73311bb481ae3b58554d16fd27d6552 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:58:29.895Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-07T21:58:31.144Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-07T21:58:44.951Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.028s coverage: 86.2% of statements [2021-01-07T21:59:07.519Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.081s coverage: 47.9% of statements [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-07T21:59:07.519Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.082s coverage: 61.5% of statements [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-07T21:59:07.519Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.054s coverage: 69.1% of statements [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-07T21:59:07.519Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-07T21:59:07.519Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-01-07T21:59:07.519Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.076s coverage: 8.8% of statements [2021-01-07T21:59:14.496Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.954s coverage: 75.0% of statements [2021-01-07T21:59:14.496Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-07T21:59:14.496Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.072s coverage: 87.9% of statements [2021-01-07T21:59:14.496Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.058s coverage: 80.5% of statements [2021-01-07T21:59:14.496Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements [2021-01-07T21:59:37.156Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.059s coverage: 81.6% of statements [2021-01-07T21:59:37.156Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements [2021-01-07T21:59:37.156Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-07T21:59:47.659Z] gofmt -l . [2021-01-07T21:59:47.659Z] [ "`gofmt -l .`" = "" ] [2021-01-07T21:59:47.659Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-07T21:59:47.709Z] $ docker stop --time=1 260b440147fb9b04919be21271e05c3db87ba7cf5d026bc9e49469b01b51701b [2021-01-07T21:59:49.993Z] $ docker rm -f 260b440147fb9b04919be21271e05c3db87ba7cf5d026bc9e49469b01b51701b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:59:51.231Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-07T21:59:51.260Z] Warning: overwriting stash ‘coverage-report’ [2021-01-07T21:59:52.221Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-07T21:59:54.391Z] provisioning config files... [2021-01-07T21:59:54.413Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5943129420800839125tmp [Pipeline] { [Pipeline] sh [2021-01-07T21:59:54.829Z] + set +x [2021-01-07T21:59:54.829Z] + curl -s https://codecov.io/bash [2021-01-07T21:59:54.829Z] + bash -s -- [2021-01-07T21:59:54.829Z] [2021-01-07T21:59:54.829Z] _____ _ [2021-01-07T21:59:54.829Z] / ____| | | [2021-01-07T21:59:54.829Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T21:59:54.829Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T21:59:54.829Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T21:59:54.829Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T21:59:54.829Z] Bash-20201231-23d4836 [2021-01-07T21:59:54.829Z] [2021-01-07T21:59:54.829Z] [2021-01-07T21:59:54.829Z] ==> git version 2.24.3 found [2021-01-07T21:59:55.134Z] ==> 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-01-07T21:59:55.134Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T21:59:55.134Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T21:59:55.134Z] ==> Jenkins CI detected. [2021-01-07T21:59:55.134Z] project root: . [2021-01-07T21:59:55.134Z] --> token set from env [2021-01-07T21:59:55.134Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T21:59:55.134Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T21:59:55.134Z] ==> Python coveragepy not found [2021-01-07T21:59:55.134Z] ==> Searching for coverage reports in: [2021-01-07T21:59:55.134Z] + . [2021-01-07T21:59:55.134Z] -> Found 1 reports [2021-01-07T21:59:55.134Z] ==> Detecting git/mercurial file structure [2021-01-07T21:59:55.134Z] ==> Reading reports [2021-01-07T21:59:55.134Z] + ./coverage.out bytes=71081 [2021-01-07T21:59:55.134Z] ==> Appending adjustments [2021-01-07T21:59:55.134Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T21:59:55.425Z] + Found adjustments [2021-01-07T21:59:55.425Z] ==> Gzipping contents [2021-01-07T21:59:55.425Z] 16K /tmp/codecov.w1wxpP.gz [2021-01-07T21:59:55.425Z] ==> Uploading reports [2021-01-07T21:59:55.425Z] url: https://codecov.io [2021-01-07T21:59:55.425Z] query: branch=master&commit=3ba5abe105c20feb148a36819eea9dc37409d0ea&build=161&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F161%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T21:59:55.425Z] -> Pinging Codecov [2021-01-07T21:59:55.425Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=3ba5abe105c20feb148a36819eea9dc37409d0ea&build=161&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F161%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T21:59:56.041Z] -> Uploading to [2021-01-07T21:59:56.041Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/3D8B5DFFC46A037C893635FACE044666/3ba5abe105c20feb148a36819eea9dc37409d0ea/e9c1b6b4-d88e-4560-a375-e961361238c6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T215955Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d05064a6284df7a022b83d4848b6bdb9d01ca1eca51795f7f72a57d1d1a2f0f3 [2021-01-07T21:59:56.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:59:56.041Z] Dload Upload Total Spent Left Speed [2021-01-07T21:59:56.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12668 0 0 100 12668 0 30984 --:--:-- --:--:-- --:--:-- 31049 [2021-01-07T21:59:56.311Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/3ba5abe105c20feb148a36819eea9dc37409d0ea [Pipeline] } [2021-01-07T21:59:56.322Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-07T21:59:56.931Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-07T21:59:56.999Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:59:57.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T21:59:57.433Z] [2021-01-07T21:59:57.433Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:59:57.867Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T22:00:03.327Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-07T22:00:03.327Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T22:00:03.327Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T22:00:03.327Z] de9db76c5a1d: Pulling fs layer [2021-01-07T22:00:03.327Z] 0eba1c9be4d2: Pulling fs layer [2021-01-07T22:00:03.327Z] 0d57e429df01: Pulling fs layer [2021-01-07T22:00:03.327Z] 4e4be7b47b0d: Pulling fs layer [2021-01-07T22:00:03.327Z] e1f770b5df2f: Pulling fs layer [2021-01-07T22:00:03.327Z] 85a0685a4137: Pulling fs layer [2021-01-07T22:00:03.327Z] 0eba1c9be4d2: Waiting [2021-01-07T22:00:03.327Z] 0d57e429df01: Waiting [2021-01-07T22:00:03.327Z] 4e4be7b47b0d: Waiting [2021-01-07T22:00:03.327Z] 85a0685a4137: Waiting [2021-01-07T22:00:03.327Z] e1f770b5df2f: Waiting [2021-01-07T22:00:03.327Z] de9db76c5a1d: Verifying Checksum [2021-01-07T22:00:03.327Z] de9db76c5a1d: Download complete [2021-01-07T22:00:03.327Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T22:00:03.327Z] 0ef7d3d256c8: Download complete [2021-01-07T22:00:03.327Z] 0d57e429df01: Verifying Checksum [2021-01-07T22:00:03.327Z] 0d57e429df01: Download complete [2021-01-07T22:00:03.327Z] 4e4be7b47b0d: Verifying Checksum [2021-01-07T22:00:03.327Z] 4e4be7b47b0d: Download complete [2021-01-07T22:00:03.327Z] 188c0c94c7c5: Download complete [2021-01-07T22:00:03.645Z] 188c0c94c7c5: Pull complete [2021-01-07T22:00:03.993Z] 0ef7d3d256c8: Pull complete [2021-01-07T22:00:03.993Z] de9db76c5a1d: Pull complete [2021-01-07T22:00:05.523Z] e1f770b5df2f: Verifying Checksum [2021-01-07T22:00:05.523Z] e1f770b5df2f: Download complete [2021-01-07T22:00:09.521Z] 0eba1c9be4d2: Verifying Checksum [2021-01-07T22:00:09.521Z] 0eba1c9be4d2: Download complete [2021-01-07T22:00:09.521Z] 85a0685a4137: Verifying Checksum [2021-01-07T22:00:09.521Z] 85a0685a4137: Download complete [2021-01-07T22:00:15.099Z] 0eba1c9be4d2: Pull complete [2021-01-07T22:00:15.099Z] 0d57e429df01: Pull complete [2021-01-07T22:00:15.099Z] 4e4be7b47b0d: Pull complete [2021-01-07T22:00:19.550Z] e1f770b5df2f: Pull complete [2021-01-07T22:00:26.646Z] 85a0685a4137: Pull complete [2021-01-07T22:00:26.646Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-07T22:00:26.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T22:00:26.646Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-07T22:00:26.949Z] prd-centos7-docker-4c-2g-18916 does not seem to be running inside a container [2021-01-07T22:00:27.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-07T22:00:28.070Z] $ docker top dc4e3a3f12ba7dbc01bd9ad6445b49d322b362e4d9741ecba08f16491835f5d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T22:00:28.406Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-07T22:00:28.826Z] + set -o pipefail [2021-01-07T22:00:28.826Z] + snyk monitor '--org=edgex-jenkins' [2021-01-07T22:00:35.870Z] [2021-01-07T22:00:35.870Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2021-01-07T22:00:35.870Z] [2021-01-07T22:00:35.870Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/42994406-a813-4d19-8b4e-967b9c131b30 [2021-01-07T22:00:35.871Z] [2021-01-07T22:00:35.871Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-07T22:00:35.871Z] [2021-01-07T22:00:35.871Z] [Pipeline] } [2021-01-07T22:00:35.903Z] $ docker stop --time=1 dc4e3a3f12ba7dbc01bd9ad6445b49d322b362e4d9741ecba08f16491835f5d1 [2021-01-07T22:00:38.676Z] $ docker rm -f dc4e3a3f12ba7dbc01bd9ad6445b49d322b362e4d9741ecba08f16491835f5d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-07T22:00:40.263Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T22:00:40.408Z] provisioning config files... [2021-01-07T22:00:40.437Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2282503096377440815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:00:40.907Z] --> edgex-publish-swagger.sh [2021-01-07T22:00:40.907Z] === Publish openapi/v2 API === [2021-01-07T22:00:40.907Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-07T22:00:40.907Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2021-01-07T22:00:40.907Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T22:00:40.907Z] Dload Upload Total Spent Left Speed [2021-01-07T22:00:41.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10886 0:00:01 0:00:01 --:--:-- 10899 100 13025 0 0 100 13025 0 10883 0:00:01 0:00:01 --:--:-- 10899 [2021-01-07T22:00:41.900Z] [2021-01-07T22:00:41.900Z] [Pipeline] } [2021-01-07T22:00:41.902Z] 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-01-07T22:00:43.063Z] + git log --format=format:%s -1 3ba5abe105c20feb148a36819eea9dc37409d0ea [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:00:43.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T22:00:43.434Z] . [Pipeline] withDockerContainer [2021-01-07T22:00:43.631Z] prd-centos7-docker-4c-2g-18916 does not seem to be running inside a container [2021-01-07T22:00:43.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T22:00:44.618Z] $ docker top 21deed905f5408db04371aaf5b56935abc80fa23a4705fe63f16add7b04e4c6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T22:00:45.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T22:00:45.046Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T22:00:45.359Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T22:00:45.364Z] $ docker exec 21deed905f5408db04371aaf5b56935abc80fa23a4705fe63f16add7b04e4c6f ssh-agent [2021-01-07T22:00:45.566Z] SSH_AUTH_SOCK=/tmp/ssh-VRqjH5QOacGh/agent.11 [2021-01-07T22:00:45.566Z] SSH_AGENT_PID=16 [2021-01-07T22:00:45.580Z] Running ssh-add (command line suppressed) [2021-01-07T22:00:45.717Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5855508125067844220.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5855508125067844220.key) [2021-01-07T22:00:45.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T22:00:46.183Z] + git semver tag [2021-01-07T22:00:46.183Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T22:00:46.183Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T22:00:46.183Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T22:00:46.183Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T22:00:46.183Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T22:00:46.183Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T22:00:46.183Z] # $SEMVER_BRANCH = master [2021-01-07T22:00:46.183Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-07T22:00:46.183Z] # 3ba5abe105c20feb148a36819eea9dc37409d0ea HEAD [2021-01-07T22:00:46.183Z] # -> Force: false [2021-01-07T22:00:46.183Z] # 6416d43e63dc01bab95c4ae7db35b25f382b155f refs/tags/v1.3.1-dev.12 [Pipeline] } [2021-01-07T22:00:46.214Z] $ docker exec --env ******** --env ******** 21deed905f5408db04371aaf5b56935abc80fa23a4705fe63f16add7b04e4c6f ssh-agent -k [2021-01-07T22:00:46.340Z] unset SSH_AUTH_SOCK; [2021-01-07T22:00:46.340Z] unset SSH_AGENT_PID; [2021-01-07T22:00:46.341Z] echo Agent pid 16 killed; [2021-01-07T22:00:46.408Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T22:00:47.031Z] + git semver [Pipeline] } [2021-01-07T22:00:47.071Z] $ docker stop --time=1 21deed905f5408db04371aaf5b56935abc80fa23a4705fe63f16add7b04e4c6f [2021-01-07T22:00:48.494Z] $ docker rm -f 21deed905f5408db04371aaf5b56935abc80fa23a4705fe63f16add7b04e4c6f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:00:49.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T22:00:49.520Z] [2021-01-07T22:00:49.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:00:50.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T22:00:55.545Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-07T22:00:55.545Z] ab5ef0e58194: Pulling fs layer [2021-01-07T22:00:55.545Z] 9712f1f96733: Pulling fs layer [2021-01-07T22:00:55.545Z] 63f879dbbcfc: Pulling fs layer [2021-01-07T22:00:55.545Z] 0d9ebad4ef96: Pulling fs layer [2021-01-07T22:00:55.545Z] e9a5061849ea: Pulling fs layer [2021-01-07T22:00:55.545Z] d747dcd14b5f: Pulling fs layer [2021-01-07T22:00:55.545Z] 2de7ff778b66: Pulling fs layer [2021-01-07T22:00:55.545Z] e9a5061849ea: Waiting [2021-01-07T22:00:55.545Z] d747dcd14b5f: Waiting [2021-01-07T22:00:55.545Z] 2de7ff778b66: Waiting [2021-01-07T22:00:55.545Z] 0d9ebad4ef96: Waiting [2021-01-07T22:00:55.545Z] 9712f1f96733: Verifying Checksum [2021-01-07T22:00:55.545Z] 9712f1f96733: Download complete [2021-01-07T22:00:57.074Z] 63f879dbbcfc: Verifying Checksum [2021-01-07T22:00:57.075Z] 63f879dbbcfc: Download complete [2021-01-07T22:00:57.962Z] e9a5061849ea: Verifying Checksum [2021-01-07T22:00:57.963Z] e9a5061849ea: Download complete [2021-01-07T22:00:57.963Z] d747dcd14b5f: Download complete [2021-01-07T22:00:58.671Z] 2de7ff778b66: Verifying Checksum [2021-01-07T22:00:58.671Z] 2de7ff778b66: Download complete [2021-01-07T22:00:58.952Z] 0d9ebad4ef96: Download complete [2021-01-07T22:00:59.239Z] ab5ef0e58194: Download complete [2021-01-07T22:01:04.754Z] ab5ef0e58194: Pull complete [2021-01-07T22:01:04.754Z] 9712f1f96733: Pull complete [2021-01-07T22:01:07.483Z] 63f879dbbcfc: Pull complete [2021-01-07T22:01:13.486Z] 0d9ebad4ef96: Pull complete [2021-01-07T22:01:14.954Z] e9a5061849ea: Pull complete [2021-01-07T22:01:14.954Z] d747dcd14b5f: Pull complete [2021-01-07T22:01:17.657Z] 2de7ff778b66: Pull complete [2021-01-07T22:01:17.657Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-07T22:01:17.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T22:01:17.657Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-07T22:01:17.980Z] prd-centos7-docker-4c-2g-18916 does not seem to be running inside a container [2021-01-07T22:01:18.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-07T22:01:22.246Z] $ docker top da6ffc451d8d1a45f27a223c8a8ab732e9522866df3c1061214ff6a9dd129abd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-07T22:01:22.492Z] provisioning config files... [2021-01-07T22:01:22.525Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config514075301173892218tmp [2021-01-07T22:01:22.557Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2773566336640776490tmp [2021-01-07T22:01:22.581Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5100375587427629385tmp [Pipeline] { [Pipeline] echo [2021-01-07T22:01:22.643Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:01:22.975Z] ---> sigul-configuration.sh [2021-01-07T22:01:22.975Z] gpg: directory `/root/.gnupg' created [2021-01-07T22:01:22.975Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-07T22:01:22.975Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-07T22:01:22.975Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-07T22:01:22.975Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-07T22:01:22.975Z] gpg: CAST5 encrypted data [2021-01-07T22:01:23.258Z] gpg: encrypted with 1 passphrase [2021-01-07T22:01:23.258Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-07T22:01:23.650Z] + mkdir /home/jenkins [2021-01-07T22:01:23.650Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-07T22:01:24.061Z] + 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-01-07T22:01:24.088Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:01:24.463Z] ---> sigul-install.sh [2021-01-07T22:01:31.229Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-07T22:01:31.650Z] + git tag --list [2021-01-07T22:01:31.650Z] v0.1.0 [2021-01-07T22:01:31.650Z] v0.1.1 [2021-01-07T22:01:31.650Z] v1.0.0 [2021-01-07T22:01:31.650Z] v1.1.0 [2021-01-07T22:01:31.650Z] v1.2.0 [2021-01-07T22:01:31.650Z] v1.2.1-dev.1 [2021-01-07T22:01:31.650Z] v1.2.1-dev.10 [2021-01-07T22:01:31.650Z] v1.2.1-dev.11 [2021-01-07T22:01:31.650Z] v1.2.1-dev.12 [2021-01-07T22:01:31.650Z] v1.2.1-dev.13 [2021-01-07T22:01:31.650Z] v1.2.1-dev.14 [2021-01-07T22:01:31.650Z] v1.2.1-dev.15 [2021-01-07T22:01:31.650Z] v1.2.1-dev.16 [2021-01-07T22:01:31.650Z] v1.2.1-dev.17 [2021-01-07T22:01:31.650Z] v1.2.1-dev.18 [2021-01-07T22:01:31.650Z] v1.2.1-dev.19 [2021-01-07T22:01:31.650Z] v1.2.1-dev.2 [2021-01-07T22:01:31.650Z] v1.2.1-dev.20 [2021-01-07T22:01:31.650Z] v1.2.1-dev.21 [2021-01-07T22:01:31.650Z] v1.2.1-dev.22 [2021-01-07T22:01:31.650Z] v1.2.1-dev.23 [2021-01-07T22:01:31.650Z] v1.2.1-dev.24 [2021-01-07T22:01:31.650Z] v1.2.1-dev.25 [2021-01-07T22:01:31.650Z] v1.2.1-dev.26 [2021-01-07T22:01:31.650Z] v1.2.1-dev.27 [2021-01-07T22:01:31.650Z] v1.2.1-dev.28 [2021-01-07T22:01:31.650Z] v1.2.1-dev.29 [2021-01-07T22:01:31.650Z] v1.2.1-dev.3 [2021-01-07T22:01:31.650Z] v1.2.1-dev.30 [2021-01-07T22:01:31.650Z] v1.2.1-dev.31 [2021-01-07T22:01:31.650Z] v1.2.1-dev.32 [2021-01-07T22:01:31.650Z] v1.2.1-dev.33 [2021-01-07T22:01:31.650Z] v1.2.1-dev.34 [2021-01-07T22:01:31.650Z] v1.2.1-dev.35 [2021-01-07T22:01:31.650Z] v1.2.1-dev.36 [2021-01-07T22:01:31.650Z] v1.2.1-dev.37 [2021-01-07T22:01:31.650Z] v1.2.1-dev.38 [2021-01-07T22:01:31.650Z] v1.2.1-dev.39 [2021-01-07T22:01:31.650Z] v1.2.1-dev.4 [2021-01-07T22:01:31.650Z] v1.2.1-dev.40 [2021-01-07T22:01:31.650Z] v1.2.1-dev.41 [2021-01-07T22:01:31.650Z] v1.2.1-dev.42 [2021-01-07T22:01:31.650Z] v1.2.1-dev.43 [2021-01-07T22:01:31.650Z] v1.2.1-dev.44 [2021-01-07T22:01:31.650Z] v1.2.1-dev.45 [2021-01-07T22:01:31.650Z] v1.2.1-dev.46 [2021-01-07T22:01:31.650Z] v1.2.1-dev.47 [2021-01-07T22:01:31.650Z] v1.2.1-dev.48 [2021-01-07T22:01:31.650Z] v1.2.1-dev.49 [2021-01-07T22:01:31.650Z] v1.2.1-dev.5 [2021-01-07T22:01:31.650Z] v1.2.1-dev.50 [2021-01-07T22:01:31.650Z] v1.2.1-dev.51 [2021-01-07T22:01:31.650Z] v1.2.1-dev.52 [2021-01-07T22:01:31.650Z] v1.2.1-dev.53 [2021-01-07T22:01:31.650Z] v1.2.1-dev.54 [2021-01-07T22:01:31.650Z] v1.2.1-dev.55 [2021-01-07T22:01:31.650Z] v1.2.1-dev.56 [2021-01-07T22:01:31.650Z] v1.2.1-dev.57 [2021-01-07T22:01:31.650Z] v1.2.1-dev.58 [2021-01-07T22:01:31.650Z] v1.2.1-dev.6 [2021-01-07T22:01:31.650Z] v1.2.1-dev.7 [2021-01-07T22:01:31.650Z] v1.2.1-dev.8 [2021-01-07T22:01:31.650Z] v1.2.1-dev.9 [2021-01-07T22:01:31.650Z] v1.3.0 [2021-01-07T22:01:31.650Z] v1.3.1-dev.1 [2021-01-07T22:01:31.650Z] v1.3.1-dev.10 [2021-01-07T22:01:31.650Z] v1.3.1-dev.11 [2021-01-07T22:01:31.650Z] v1.3.1-dev.12 [2021-01-07T22:01:31.650Z] v1.3.1-dev.2 [2021-01-07T22:01:31.650Z] v1.3.1-dev.3 [2021-01-07T22:01:31.650Z] v1.3.1-dev.4 [2021-01-07T22:01:31.650Z] v1.3.1-dev.5 [2021-01-07T22:01:31.650Z] v1.3.1-dev.6 [2021-01-07T22:01:31.650Z] v1.3.1-dev.7 [2021-01-07T22:01:31.650Z] v1.3.1-dev.8 [2021-01-07T22:01:31.650Z] v1.3.1-dev.9 [Pipeline] sh [2021-01-07T22:01:32.086Z] + lftools sign git-tag v1.3.1-dev.12 [2021-01-07T22:01:33.177Z] Signing Git tag with Sigul... [2021-01-07T22:01:33.177Z] Signing v1.3.1-dev.12 [Pipeline] echo [2021-01-07T22:01:34.293Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:01:34.759Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-07T22:01:34.845Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-07T22:01:34.979Z] $ docker stop --time=1 da6ffc451d8d1a45f27a223c8a8ab732e9522866df3c1061214ff6a9dd129abd [2021-01-07T22:01:37.102Z] $ docker rm -f da6ffc451d8d1a45f27a223c8a8ab732e9522866df3c1061214ff6a9dd129abd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:01:38.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T22:01:38.178Z] . [Pipeline] withDockerContainer [2021-01-07T22:01:38.368Z] prd-centos7-docker-4c-2g-18916 does not seem to be running inside a container [2021-01-07T22:01:38.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T22:01:39.413Z] $ docker top 54fe0b212ba32b572e74a79e0e8b0db7e89f9d2f5c2bafb905b4e8092b864a70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T22:01:39.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T22:01:39.760Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T22:01:40.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T22:01:40.031Z] $ docker exec 54fe0b212ba32b572e74a79e0e8b0db7e89f9d2f5c2bafb905b4e8092b864a70 ssh-agent [2021-01-07T22:01:40.240Z] SSH_AUTH_SOCK=/tmp/ssh-0mHY0BOFZKSk/agent.11 [2021-01-07T22:01:40.240Z] SSH_AGENT_PID=16 [2021-01-07T22:01:40.256Z] Running ssh-add (command line suppressed) [2021-01-07T22:01:40.396Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2686860602569892901.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2686860602569892901.key) [2021-01-07T22:01:40.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T22:01:40.914Z] + git semver bump pre [2021-01-07T22:01:40.914Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T22:01:40.914Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T22:01:40.914Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T22:01:40.914Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T22:01:40.914Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T22:01:40.914Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T22:01:40.914Z] # $SEMVER_BRANCH = master [2021-01-07T22:01:40.914Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-07T22:01:40.914Z] 1.3.1-dev.13 [Pipeline] } [2021-01-07T22:01:40.949Z] $ docker exec --env ******** --env ******** 54fe0b212ba32b572e74a79e0e8b0db7e89f9d2f5c2bafb905b4e8092b864a70 ssh-agent -k [2021-01-07T22:01:41.080Z] unset SSH_AUTH_SOCK; [2021-01-07T22:01:41.080Z] unset SSH_AGENT_PID; [2021-01-07T22:01:41.080Z] echo Agent pid 16 killed; [2021-01-07T22:01:41.245Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T22:01:41.818Z] + git semver [Pipeline] } [2021-01-07T22:01:41.869Z] $ docker stop --time=1 54fe0b212ba32b572e74a79e0e8b0db7e89f9d2f5c2bafb905b4e8092b864a70 [2021-01-07T22:01:43.254Z] $ docker rm -f 54fe0b212ba32b572e74a79e0e8b0db7e89f9d2f5c2bafb905b4e8092b864a70 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:01:43.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T22:01:43.941Z] . [Pipeline] withDockerContainer [2021-01-07T22:01:44.086Z] prd-centos7-docker-4c-2g-18916 does not seem to be running inside a container [2021-01-07T22:01:44.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T22:01:44.948Z] $ docker top b73e4558cbd173a01bda919685f64266268b7e34239054220ec24d46a650896f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T22:01:45.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T22:01:45.357Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T22:01:45.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T22:01:45.610Z] $ docker exec b73e4558cbd173a01bda919685f64266268b7e34239054220ec24d46a650896f ssh-agent [2021-01-07T22:01:45.801Z] SSH_AUTH_SOCK=/tmp/ssh-bLCn3kAzKGkc/agent.11 [2021-01-07T22:01:45.801Z] SSH_AGENT_PID=16 [2021-01-07T22:01:45.820Z] Running ssh-add (command line suppressed) [2021-01-07T22:01:45.954Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2301939321627395269.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2301939321627395269.key) [2021-01-07T22:01:46.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T22:01:46.401Z] + git semver push [2021-01-07T22:01:46.401Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T22:01:46.401Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T22:01:46.401Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T22:01:46.401Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T22:01:46.401Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T22:01:46.401Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T22:01:46.401Z] # $SEMVER_BRANCH = master [2021-01-07T22:01:46.401Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-07T22:01:53.190Z] $ docker exec --env ******** --env ******** b73e4558cbd173a01bda919685f64266268b7e34239054220ec24d46a650896f ssh-agent -k [2021-01-07T22:01:53.368Z] unset SSH_AUTH_SOCK; [2021-01-07T22:01:53.369Z] unset SSH_AGENT_PID; [2021-01-07T22:01:53.369Z] echo Agent pid 16 killed; [2021-01-07T22:01:53.446Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T22:01:53.994Z] + git semver [Pipeline] } [2021-01-07T22:01:54.026Z] $ docker stop --time=1 b73e4558cbd173a01bda919685f64266268b7e34239054220ec24d46a650896f [2021-01-07T22:01:55.416Z] $ docker rm -f b73e4558cbd173a01bda919685f64266268b7e34239054220ec24d46a650896f [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-01-07T22:01:57.249Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:01:57.919Z] ---> package-listing.sh [2021-01-07T22:01:57.919Z] ++ facter osfamily [2021-01-07T22:01:57.919Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T22:01:57.919Z] + OS_FAMILY=redhat [2021-01-07T22:01:57.919Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T22:01:57.919Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T22:01:57.919Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T22:01:57.919Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T22:01:57.919Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T22:01:57.919Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-07T22:01:57.919Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T22:01:57.919Z] + case "${OS_FAMILY}" in [2021-01-07T22:01:57.919Z] + rpm -qa [2021-01-07T22:01:57.919Z] + sort [2021-01-07T22:02:03.680Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T22:02:03.680Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T22:02:03.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T22:02:03.680Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-07T22:02:03.680Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-01-07T22:02:03.680Z] + 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-01-07T22:02:03.715Z] 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-01-07T22:02:04.051Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:02:04.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T22:02:04.427Z] [2021-01-07T22:02:04.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:02:04.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T22:02:04.913Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T22:02:04.913Z] df20fa9351a1: Pulling fs layer [2021-01-07T22:02:04.913Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T22:02:04.913Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T22:02:04.913Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T22:02:04.913Z] 93b61091891f: Pulling fs layer [2021-01-07T22:02:04.913Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T22:02:04.913Z] 5e14af77c1be: Pulling fs layer [2021-01-07T22:02:04.913Z] 01666e4c0597: Pulling fs layer [2021-01-07T22:02:04.913Z] aa168da1d23b: Pulling fs layer [2021-01-07T22:02:04.913Z] 46f8f816bc3b: Waiting [2021-01-07T22:02:04.913Z] 93b61091891f: Waiting [2021-01-07T22:02:04.913Z] 93b9cdb0e59b: Waiting [2021-01-07T22:02:04.913Z] 5e14af77c1be: Waiting [2021-01-07T22:02:04.913Z] 01666e4c0597: Waiting [2021-01-07T22:02:04.913Z] aa168da1d23b: Waiting [2021-01-07T22:02:04.913Z] 36b3adc4ff6f: Verifying Checksum [2021-01-07T22:02:04.913Z] 36b3adc4ff6f: Download complete [2021-01-07T22:02:04.913Z] 46f8f816bc3b: Download complete [2021-01-07T22:02:05.197Z] df20fa9351a1: Verifying Checksum [2021-01-07T22:02:05.197Z] df20fa9351a1: Download complete [2021-01-07T22:02:05.197Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T22:02:05.197Z] 93b9cdb0e59b: Download complete [2021-01-07T22:02:05.197Z] 5e14af77c1be: Verifying Checksum [2021-01-07T22:02:05.197Z] 5e14af77c1be: Download complete [2021-01-07T22:02:05.197Z] 01666e4c0597: Download complete [2021-01-07T22:02:05.480Z] df20fa9351a1: Pull complete [2021-01-07T22:02:05.757Z] 36b3adc4ff6f: Pull complete [2021-01-07T22:02:05.757Z] 93b61091891f: Verifying Checksum [2021-01-07T22:02:05.757Z] 93b61091891f: Download complete [2021-01-07T22:02:05.757Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T22:02:05.757Z] 8ad3a11d3b57: Download complete [2021-01-07T22:02:07.781Z] 8ad3a11d3b57: Pull complete [2021-01-07T22:02:07.781Z] 46f8f816bc3b: Pull complete [2021-01-07T22:02:08.432Z] aa168da1d23b: Verifying Checksum [2021-01-07T22:02:08.432Z] aa168da1d23b: Download complete [2021-01-07T22:02:08.715Z] 93b61091891f: Pull complete [2021-01-07T22:02:08.715Z] 93b9cdb0e59b: Pull complete [2021-01-07T22:02:08.996Z] 5e14af77c1be: Pull complete [2021-01-07T22:02:08.996Z] 01666e4c0597: Pull complete [2021-01-07T22:02:17.271Z] aa168da1d23b: Pull complete [2021-01-07T22:02:17.271Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T22:02:17.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T22:02:17.271Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T22:02:17.561Z] prd-centos7-docker-4c-2g-18916 does not seem to be running inside a container [2021-01-07T22:02:17.691Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-07T22:02:20.916Z] $ docker top 182bf22fbdeb9ea45f4c669df166d64ede5b6d9f7d76c41b8b1d9345b81957ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T22:02:21.605Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T22:02:21.927Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T22:02:22.233Z] + ls /var/log/sa-host [2021-01-07T22:02:22.233Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T22:02:22.233Z] file_magic: OK [2021-01-07T22:02:22.233Z] HZ: Using current value: 100 [2021-01-07T22:02:22.233Z] file_header: OK [2021-01-07T22:02:22.233Z] 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-01-07T22:02:22.233Z] Statistics: [2021-01-07T22:02:22.233Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-07T22:02:22.233Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T22:02:22.233Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T22:02:22.233Z] file_magic: OK [2021-01-07T22:02:22.233Z] HZ: Using current value: 100 [2021-01-07T22:02:22.233Z] file_header: OK [2021-01-07T22:02:22.233Z] 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-01-07T22:02:22.233Z] Statistics: [2021-01-07T22:02:22.233Z] Hnuu...uuuununununu... [2021-01-07T22:02:22.233Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T22:02:22.435Z] provisioning config files... [2021-01-07T22:02:22.453Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1634741711811686693tmp [Pipeline] { [Pipeline] echo [2021-01-07T22:02:22.535Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:02:22.843Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T22:02:22.852Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T22:02:23.027Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:02:23.330Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T22:02:23.343Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:02:23.644Z] ---> sudo-logs.sh [2021-01-07T22:02:23.644Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T22:02:23.656Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:02:23.963Z] ---> job-cost.sh [2021-01-07T22:02:23.963Z] lf-activate-venv: SKIPPING [2021-01-07T22:02:23.963Z] INFO: No Stack... [2021-01-07T22:02:24.914Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T22:02:25.490Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T22:02:25.504Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:02:25.807Z] ---> logs-deploy.sh [2021-01-07T22:02:25.807Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/161 [2021-01-07T22:02:25.807Z] INFO: archiving workspace using pattern(s): [2021-01-07T22:02:27.754Z] Archives upload complete. [2021-01-07T22:02:27.754Z] INFO: archiving logs to Nexus