Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8220514db9c46f1303b383cc7e926772ea111e12 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18986 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8220514db9c46f1303b383cc7e926772ea111e12 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8220514db9c46f1303b383cc7e926772ea111e12 # timeout=10 Commit message: "feat(sdk): Enable Custom Trigger Registration (#587)" > git rev-list --no-walk c562d376c0175926999cb9a067552eec1dfad10d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-08T00:12:46.298Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-08T00:12:46.566Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-08T00:12:46.762Z] ========================================================= [2021-01-08T00:12:46.762Z] EdgeX Global Pipelines Version Info [2021-01-08T00:12:46.762Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:12:48.228Z] ------------------- [2021-01-08T00:12:48.228Z] stable info: [2021-01-08T00:12:48.228Z] ------------------- [2021-01-08T00:12:48.228Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-08T00:12:48.228Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T00:12:48.228Z] Message: update stable to v1.0.173 [2021-01-08T00:12:49.178Z] ------------------- [2021-01-08T00:12:49.178Z] experimental info: [2021-01-08T00:12:49.178Z] ------------------- [2021-01-08T00:12:49.178Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-08T00:12:49.178Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T00:12:49.178Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-08T00:12:49.448Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-08T00:12:49.543Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-08T00:12:49.634Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-08T00:12:49.722Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-08T00:12:49.817Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-08T00:12:49.909Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-08T00:12:50.028Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-08T00:12:50.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-08T00:12:50.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-08T00:12:50.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-08T00:12:50.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-08T00:12:50.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-08T00:12:50.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-08T00:12:50.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-08T00:12:51.021Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T00:12:51.119Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T00:12:51.226Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T00:12:51.319Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T00:12:51.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-08T00:12:51.731Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-08T00:12:51.826Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-08T00:12:51.915Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-08T00:12:52.031Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-08T00:12:52.118Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-08T00:12:52.205Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-08T00:12:52.291Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-08T00:12:52.391Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-08T00:12:52.483Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-08T00:12:52.572Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-08T00:12:52.661Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-08T00:12:52.747Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8220514db9c46f1303b383cc7e926772ea111e12 [Pipeline] echo [2021-01-08T00:12:52.833Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8220514 [Pipeline] echo [2021-01-08T00:12:52.917Z] [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-08T00:12:53.631Z] + git log --format=format:%s -1 8220514db9c46f1303b383cc7e926772ea111e12 [Pipeline] echo [2021-01-08T00:12:53.699Z] GIT_COMMIT: 8220514db9c46f1303b383cc7e926772ea111e12, Commit Message: feat(sdk): Enable Custom Trigger Registration (#587) [Pipeline] echo [2021-01-08T00:12:53.742Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:12:54.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:12:55.013Z] [2021-01-08T00:12:55.013Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:12:55.366Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:12:55.366Z] latest: Pulling from edgex-devops/git-semver [2021-01-08T00:12:55.366Z] 31603596830f: Pulling fs layer [2021-01-08T00:12:55.366Z] 2a8b12db71e7: Pulling fs layer [2021-01-08T00:12:55.366Z] 6ca5941a6612: Pulling fs layer [2021-01-08T00:12:55.366Z] ecc8261a40a4: Pulling fs layer [2021-01-08T00:12:55.366Z] ecc8261a40a4: Waiting [2021-01-08T00:12:55.366Z] 2a8b12db71e7: Verifying Checksum [2021-01-08T00:12:55.366Z] 2a8b12db71e7: Download complete [2021-01-08T00:12:55.632Z] 31603596830f: Verifying Checksum [2021-01-08T00:12:55.632Z] 31603596830f: Download complete [2021-01-08T00:12:55.632Z] ecc8261a40a4: Verifying Checksum [2021-01-08T00:12:55.633Z] ecc8261a40a4: Download complete [2021-01-08T00:12:55.633Z] 6ca5941a6612: Verifying Checksum [2021-01-08T00:12:55.633Z] 6ca5941a6612: Download complete [2021-01-08T00:12:55.896Z] 31603596830f: Pull complete [2021-01-08T00:12:56.159Z] 2a8b12db71e7: Pull complete [2021-01-08T00:12:56.739Z] 6ca5941a6612: Pull complete [2021-01-08T00:12:57.001Z] ecc8261a40a4: Pull complete [2021-01-08T00:12:57.001Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-08T00:12:57.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:12:57.264Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-08T00:12:57.400Z] prd-centos7-docker-4c-2g-18986 does not seem to be running inside a container [2021-01-08T00:12:57.460Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:12:59.451Z] $ docker top 8cc5eb18ed5d10dd31ba008e6ccb6599439d92485d12e6f2838454e12e1147b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:12:59.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:12:59.767Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:12:59.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:12:59.984Z] $ docker exec 8cc5eb18ed5d10dd31ba008e6ccb6599439d92485d12e6f2838454e12e1147b6 ssh-agent [2021-01-08T00:13:00.152Z] SSH_AUTH_SOCK=/tmp/ssh-MPSxmCX8ozLQ/agent.12 [2021-01-08T00:13:00.152Z] SSH_AGENT_PID=18 [2021-01-08T00:13:00.165Z] Running ssh-add (command line suppressed) [2021-01-08T00:13:00.312Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8232483576745015515.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8232483576745015515.key) [2021-01-08T00:13:00.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:13:00.726Z] + git tag --points-at HEAD [Pipeline] } [2021-01-08T00:13:00.751Z] $ docker exec --env ******** --env ******** 8cc5eb18ed5d10dd31ba008e6ccb6599439d92485d12e6f2838454e12e1147b6 ssh-agent -k [2021-01-08T00:13:00.873Z] unset SSH_AUTH_SOCK; [2021-01-08T00:13:00.874Z] unset SSH_AGENT_PID; [2021-01-08T00:13:00.874Z] echo Agent pid 18 killed; [2021-01-08T00:13:00.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-08T00:13:01.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:13:01.055Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:13:01.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:13:01.307Z] $ docker exec 8cc5eb18ed5d10dd31ba008e6ccb6599439d92485d12e6f2838454e12e1147b6 ssh-agent [2021-01-08T00:13:01.512Z] SSH_AUTH_SOCK=/tmp/ssh-PfBqoW70yZ1V/agent.46 [2021-01-08T00:13:01.512Z] SSH_AGENT_PID=51 [2021-01-08T00:13:01.519Z] Running ssh-add (command line suppressed) [2021-01-08T00:13:01.642Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2548202694541127132.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2548202694541127132.key) [2021-01-08T00:13:01.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:13:02.028Z] + git semver init [2021-01-08T00:13:02.029Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:13:02.029Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T00:13:02.029Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T00:13:02.029Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:13:02.029Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:13:02.029Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:13:02.029Z] # $SEMVER_BRANCH = master [2021-01-08T00:13:02.029Z] # $SEMVER_TEMP = /tmp/semver-355168833 [2021-01-08T00:13:02.029Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-08T00:13:05.343Z] # '/tmp/semver-355168833' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-01-08T00:13:05.343Z] # -> Force: false [2021-01-08T00:13:05.343Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-08T00:13:05.357Z] $ docker exec --env ******** --env ******** 8cc5eb18ed5d10dd31ba008e6ccb6599439d92485d12e6f2838454e12e1147b6 ssh-agent -k [2021-01-08T00:13:05.481Z] unset SSH_AUTH_SOCK; [2021-01-08T00:13:05.482Z] unset SSH_AGENT_PID; [2021-01-08T00:13:05.482Z] echo Agent pid 51 killed; [2021-01-08T00:13:05.536Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:13:05.996Z] + git semver [Pipeline] } [2021-01-08T00:13:06.017Z] $ docker stop --time=1 8cc5eb18ed5d10dd31ba008e6ccb6599439d92485d12e6f2838454e12e1147b6 [2021-01-08T00:13:07.546Z] $ docker rm -f 8cc5eb18ed5d10dd31ba008e6ccb6599439d92485d12e6f2838454e12e1147b6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:13:08.045Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-08T00:13:08.681Z] Stashed 1 file(s) [Pipeline] echo [2021-01-08T00:13:08.684Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.15 [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-08T00:13:24.189Z] Still waiting to schedule task [2021-01-08T00:13:24.190Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-08T00:13:24.192Z] Still waiting to schedule task [2021-01-08T00:13:24.192Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-08T00:15:08.607Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18987 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-08T00:15:08.674Z] Running in /w/workspace/app-functions-sdk-go/164 [Pipeline] { [Pipeline] checkout [2021-01-08T00:15:13.353Z] Running on prd-centos7-docker-4c-2g-18989 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-08T00:15:13.411Z] Running in /w/workspace/app-functions-sdk-go/164 [Pipeline] { [Pipeline] checkout [2021-01-08T00:15:14.145Z] using credential edgex-jenkins-ssh [2021-01-08T00:15:14.221Z] Cloning the remote Git repository [2021-01-08T00:15:14.284Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T00:15:14.397Z] > git init /w/workspace/app-functions-sdk-go/164 # timeout=10 [2021-01-08T00:15:14.480Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T00:15:14.480Z] > git --version # timeout=10 [2021-01-08T00:15:14.503Z] > git --version # 'git version 2.17.1' [2021-01-08T00:15:14.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:15:14.570Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:15:15.909Z] using credential edgex-jenkins-ssh [2021-01-08T00:15:15.965Z] Cloning the remote Git repository [2021-01-08T00:15:15.210Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T00:15:15.312Z] > git init /w/workspace/app-functions-sdk-go/164 # timeout=10 [2021-01-08T00:15:15.378Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T00:15:15.378Z] > git --version # timeout=10 [2021-01-08T00:15:15.396Z] > git --version # 'git version 2.24.3' [2021-01-08T00:15:15.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:15:15.424Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:15:16.873Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T00:15:16.879Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:15:16.892Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T00:15:16.908Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T00:15:16.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:15:16.914Z] > 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-08T00:15:17.985Z] Checking out Revision 8220514db9c46f1303b383cc7e926772ea111e12 (master) [2021-01-08T00:15:18.435Z] Checking out Revision 8220514db9c46f1303b383cc7e926772ea111e12 (master) [2021-01-08T00:15:17.371Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:15:17.375Z] > git checkout -f 8220514db9c46f1303b383cc7e926772ea111e12 # timeout=10 [2021-01-08T00:15:17.857Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T00:15:17.880Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:15:17.906Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-08T00:15:17.946Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-08T00:15:17.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:15:17.958Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T00:15:18.457Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:15:18.471Z] > git checkout -f 8220514db9c46f1303b383cc7e926772ea111e12 # timeout=10 [2021-01-08T00:15:21.367Z] Commit message: "feat(sdk): Enable Custom Trigger Registration (#587)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T00:15:22.825Z] Commit message: "feat(sdk): Enable Custom Trigger Registration (#587)" [2021-01-08T00:15:22.880Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:15:23.207Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-01-08T00:15:23.510Z] + true [2021-01-08T00:15:23.510Z] + sudo service docker restart [2021-01-08T00:15:23.510Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T00:15:24.593Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash [2021-01-08T00:15:25.013Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo [2021-01-08T00:15:25.146Z] ========================================================= [2021-01-08T00:15:25.146Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-08T00:15:25.146Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:15:25.367Z] + + sudo service docker restarttrue [2021-01-08T00:15:25.367Z] [2021-01-08T00:15:25.491Z] + 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-08T00:15:25.754Z] Sending build context to Docker daemon 19.08MB [2021-01-08T00:15:26.016Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:15:26.016Z] Step 2/8 : FROM ${BASE} [2021-01-08T00:15:26.016Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-08T00:15:26.016Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T00:15:26.016Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T00:15:26.016Z] de9db76c5a1d: Pulling fs layer [2021-01-08T00:15:26.016Z] bca2f99d35d6: Pulling fs layer [2021-01-08T00:15:26.016Z] 93359f2a8cfa: Pulling fs layer [2021-01-08T00:15:26.016Z] 7c6f9722023f: Pulling fs layer [2021-01-08T00:15:26.016Z] a35cf1a2eb13: Pulling fs layer [2021-01-08T00:15:26.016Z] bca2f99d35d6: Waiting [2021-01-08T00:15:26.016Z] 7c6f9722023f: Waiting [2021-01-08T00:15:26.016Z] a35cf1a2eb13: Waiting [2021-01-08T00:15:26.016Z] 93359f2a8cfa: Waiting [2021-01-08T00:15:26.016Z] de9db76c5a1d: Download complete [2021-01-08T00:15:26.016Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T00:15:26.016Z] 0ef7d3d256c8: Download complete [2021-01-08T00:15:26.016Z] 93359f2a8cfa: Verifying Checksum [2021-01-08T00:15:26.016Z] 93359f2a8cfa: Download complete [2021-01-08T00:15:26.016Z] 7c6f9722023f: Download complete [2021-01-08T00:15:26.016Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T00:15:26.016Z] 188c0c94c7c5: Download complete [2021-01-08T00:15:26.285Z] 188c0c94c7c5: Pull complete [2021-01-08T00:15:26.548Z] 0ef7d3d256c8: Pull complete [2021-01-08T00:15:26.548Z] de9db76c5a1d: Pull complete [Pipeline] unstash [Pipeline] echo [2021-01-08T00:15:28.419Z] ========================================================= [2021-01-08T00:15:28.419Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-08T00:15:28.419Z] ========================================================= [Pipeline] isUnix [2021-01-08T00:15:28.474Z] a35cf1a2eb13: Verifying Checksum [2021-01-08T00:15:28.474Z] a35cf1a2eb13: Download complete [Pipeline] sh [2021-01-08T00:15:28.804Z] + 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-08T00:15:29.055Z] bca2f99d35d6: Verifying Checksum [2021-01-08T00:15:29.055Z] bca2f99d35d6: Download complete [2021-01-08T00:15:29.791Z] Sending build context to Docker daemon 19.08MB [2021-01-08T00:15:29.791Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:15:29.791Z] Step 2/8 : FROM ${BASE} [2021-01-08T00:15:30.393Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-08T00:15:30.393Z] 5f621e34cdf4: Pulling fs layer [2021-01-08T00:15:30.393Z] a4357932f1b6: Pulling fs layer [2021-01-08T00:15:30.393Z] 18c013af1878: Pulling fs layer [2021-01-08T00:15:30.393Z] 00ac8860ef70: Pulling fs layer [2021-01-08T00:15:30.393Z] 63d7cb157983: Pulling fs layer [2021-01-08T00:15:30.393Z] b116817d02f9: Pulling fs layer [2021-01-08T00:15:30.393Z] 745a02a5169b: Pulling fs layer [2021-01-08T00:15:30.393Z] 00ac8860ef70: Waiting [2021-01-08T00:15:30.393Z] 63d7cb157983: Waiting [2021-01-08T00:15:30.393Z] b116817d02f9: Waiting [2021-01-08T00:15:30.393Z] 745a02a5169b: Waiting [2021-01-08T00:15:30.393Z] 18c013af1878: Verifying Checksum [2021-01-08T00:15:30.393Z] 18c013af1878: Download complete [2021-01-08T00:15:30.393Z] a4357932f1b6: Verifying Checksum [2021-01-08T00:15:30.393Z] a4357932f1b6: Download complete [2021-01-08T00:15:30.394Z] 63d7cb157983: Verifying Checksum [2021-01-08T00:15:30.394Z] 63d7cb157983: Download complete [2021-01-08T00:15:30.394Z] b116817d02f9: Download complete [2021-01-08T00:15:30.394Z] 5f621e34cdf4: Verifying Checksum [2021-01-08T00:15:30.394Z] 5f621e34cdf4: Download complete [2021-01-08T00:15:30.994Z] 5f621e34cdf4: Pull complete [2021-01-08T00:15:31.602Z] a4357932f1b6: Pull complete [2021-01-08T00:15:32.208Z] 18c013af1878: Pull complete [2021-01-08T00:15:32.485Z] 745a02a5169b: Verifying Checksum [2021-01-08T00:15:32.485Z] 745a02a5169b: Download complete [2021-01-08T00:15:33.932Z] 00ac8860ef70: Verifying Checksum [2021-01-08T00:15:33.932Z] 00ac8860ef70: Download complete [2021-01-08T00:15:34.370Z] bca2f99d35d6: Pull complete [2021-01-08T00:15:34.370Z] 93359f2a8cfa: Pull complete [2021-01-08T00:15:34.370Z] 7c6f9722023f: Pull complete [2021-01-08T00:15:44.099Z] 00ac8860ef70: Pull complete [2021-01-08T00:15:44.099Z] 63d7cb157983: Pull complete [2021-01-08T00:15:44.099Z] b116817d02f9: Pull complete [2021-01-08T00:15:44.403Z] a35cf1a2eb13: Pull complete [2021-01-08T00:15:44.404Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-08T00:15:44.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-08T00:15:44.404Z] ---> a62c8e92a672 [2021-01-08T00:15:44.404Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-08T00:15:44.404Z] 20.10.0: Pulling from library/docker [2021-01-08T00:15:44.404Z] 05e7bc50f07f: Pulling fs layer [2021-01-08T00:15:44.404Z] 6db28d0fdbf6: Pulling fs layer [2021-01-08T00:15:44.404Z] 292df0bc6bf3: Pulling fs layer [2021-01-08T00:15:44.404Z] 2e060f4bd70b: Pulling fs layer [2021-01-08T00:15:44.404Z] 80e8d568a223: Pulling fs layer [2021-01-08T00:15:44.404Z] 8dc6ef1a942a: Pulling fs layer [2021-01-08T00:15:44.404Z] 2312dd95470a: Pulling fs layer [2021-01-08T00:15:44.404Z] 2e060f4bd70b: Waiting [2021-01-08T00:15:44.404Z] 80e8d568a223: Waiting [2021-01-08T00:15:44.404Z] 8dc6ef1a942a: Waiting [2021-01-08T00:15:44.404Z] 292df0bc6bf3: Verifying Checksum [2021-01-08T00:15:44.404Z] 292df0bc6bf3: Download complete [2021-01-08T00:15:44.404Z] 6db28d0fdbf6: Verifying Checksum [2021-01-08T00:15:44.404Z] 6db28d0fdbf6: Download complete [2021-01-08T00:15:44.404Z] 80e8d568a223: Verifying Checksum [2021-01-08T00:15:44.404Z] 80e8d568a223: Download complete [2021-01-08T00:15:44.404Z] 05e7bc50f07f: Verifying Checksum [2021-01-08T00:15:44.404Z] 05e7bc50f07f: Download complete [2021-01-08T00:15:44.404Z] 8dc6ef1a942a: Verifying Checksum [2021-01-08T00:15:44.404Z] 8dc6ef1a942a: Download complete [2021-01-08T00:15:44.404Z] 2312dd95470a: Verifying Checksum [2021-01-08T00:15:44.404Z] 2312dd95470a: Download complete [2021-01-08T00:15:44.404Z] 05e7bc50f07f: Pull complete [2021-01-08T00:15:44.404Z] 6db28d0fdbf6: Pull complete [2021-01-08T00:15:44.404Z] 292df0bc6bf3: Pull complete [2021-01-08T00:15:44.404Z] 2e060f4bd70b: Download complete [2021-01-08T00:15:46.967Z] 2e060f4bd70b: Pull complete [2021-01-08T00:15:46.967Z] 80e8d568a223: Pull complete [2021-01-08T00:15:46.967Z] 8dc6ef1a942a: Pull complete [2021-01-08T00:15:46.967Z] 2312dd95470a: Pull complete [2021-01-08T00:15:46.967Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T00:15:46.967Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T00:15:47.485Z] 745a02a5169b: Pull complete [2021-01-08T00:15:47.485Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-08T00:15:47.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-08T00:15:47.485Z] ---> b7e6874047d6 [2021-01-08T00:15:47.485Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-08T00:15:47.485Z] 20.10.0: Pulling from library/docker [2021-01-08T00:15:47.485Z] a3cc7d3b244e: Pulling fs layer [2021-01-08T00:15:47.485Z] 02a3295e0d61: Pulling fs layer [2021-01-08T00:15:47.485Z] 0f4f2e6d8100: Pulling fs layer [2021-01-08T00:15:47.485Z] 330b718f631f: Pulling fs layer [2021-01-08T00:15:47.485Z] a93816041522: Pulling fs layer [2021-01-08T00:15:47.485Z] bdb6da89ff94: Pulling fs layer [2021-01-08T00:15:47.485Z] 2a70c0c122f4: Pulling fs layer [2021-01-08T00:15:47.485Z] a93816041522: Waiting [2021-01-08T00:15:47.485Z] 330b718f631f: Waiting [2021-01-08T00:15:47.485Z] bdb6da89ff94: Waiting [2021-01-08T00:15:47.485Z] 2a70c0c122f4: Waiting [2021-01-08T00:15:47.485Z] 0f4f2e6d8100: Download complete [2021-01-08T00:15:47.485Z] a3cc7d3b244e: Verifying Checksum [2021-01-08T00:15:47.485Z] a3cc7d3b244e: Download complete [2021-01-08T00:15:47.485Z] 02a3295e0d61: Verifying Checksum [2021-01-08T00:15:47.485Z] 02a3295e0d61: Download complete [2021-01-08T00:15:47.485Z] a93816041522: Verifying Checksum [2021-01-08T00:15:47.485Z] a93816041522: Download complete [2021-01-08T00:15:47.485Z] bdb6da89ff94: Verifying Checksum [2021-01-08T00:15:47.485Z] bdb6da89ff94: Download complete [2021-01-08T00:15:47.485Z] 2a70c0c122f4: Verifying Checksum [2021-01-08T00:15:47.485Z] 2a70c0c122f4: Download complete [2021-01-08T00:15:48.078Z] a3cc7d3b244e: Pull complete [2021-01-08T00:15:48.354Z] ---> f0c1082f57e0 [2021-01-08T00:15:48.354Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:15:48.617Z] ---> Running in 252e514125f4 [2021-01-08T00:15:48.617Z] Removing intermediate container 252e514125f4 [2021-01-08T00:15:48.617Z] ---> e2b91233a4b5 [2021-01-08T00:15:48.617Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-08T00:15:48.677Z] 02a3295e0d61: Pull complete [2021-01-08T00:15:48.882Z] ---> Running in b201eb4bdc64 [2021-01-08T00:15:48.950Z] 0f4f2e6d8100: Pull complete [2021-01-08T00:15:49.222Z] 330b718f631f: Verifying Checksum [2021-01-08T00:15:49.222Z] 330b718f631f: Download complete [2021-01-08T00:15:49.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:15:50.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:15:50.294Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-08T00:15:50.294Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-08T00:15:50.558Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-08T00:15:50.558Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-08T00:15:50.558Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-08T00:15:50.820Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:15:50.820Z] OK: 167 MiB in 44 packages [2021-01-08T00:15:51.398Z] Removing intermediate container b201eb4bdc64 [2021-01-08T00:15:51.398Z] ---> f442515350e9 [2021-01-08T00:15:51.398Z] Step 6/8 : WORKDIR /build [2021-01-08T00:15:51.398Z] ---> Running in c8157b99f249 [2021-01-08T00:15:51.661Z] Removing intermediate container c8157b99f249 [2021-01-08T00:15:51.661Z] ---> 1ec0038fdcbf [2021-01-08T00:15:51.661Z] Step 7/8 : COPY go.mod . [2021-01-08T00:15:51.926Z] ---> 427d0d8a1b0f [2021-01-08T00:15:51.926Z] Step 8/8 : RUN go mod download [2021-01-08T00:15:51.926Z] ---> Running in d9c977dcb29a [2021-01-08T00:15:52.608Z] 330b718f631f: Pull complete [2021-01-08T00:15:52.884Z] a93816041522: Pull complete [2021-01-08T00:15:53.482Z] bdb6da89ff94: Pull complete [2021-01-08T00:15:53.756Z] 2a70c0c122f4: Pull complete [2021-01-08T00:15:53.756Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T00:15:53.756Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T00:16:00.470Z] ---> 15cd657f996a [2021-01-08T00:16:00.470Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:16:00.470Z] ---> Running in fd9b4382d8be [2021-01-08T00:16:00.470Z] Removing intermediate container fd9b4382d8be [2021-01-08T00:16:00.470Z] ---> a19937bd16f0 [2021-01-08T00:16:00.470Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-08T00:16:00.470Z] ---> Running in 00af3decb227 [2021-01-08T00:16:01.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:16:02.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:16:03.112Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-08T00:16:03.112Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-08T00:16:03.112Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-08T00:16:03.388Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-08T00:16:03.388Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-08T00:16:03.388Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:16:03.388Z] OK: 144 MiB in 44 packages [2021-01-08T00:16:04.819Z] Removing intermediate container 00af3decb227 [2021-01-08T00:16:04.819Z] ---> 1eb496563e32 [2021-01-08T00:16:04.819Z] Step 6/8 : WORKDIR /build [2021-01-08T00:16:04.819Z] ---> Running in 5b4836070fc7 [2021-01-08T00:16:05.412Z] Removing intermediate container 5b4836070fc7 [2021-01-08T00:16:05.412Z] ---> 2a3565529407 [2021-01-08T00:16:05.412Z] Step 7/8 : COPY go.mod . [2021-01-08T00:16:06.005Z] ---> 4c2dcd85e266 [2021-01-08T00:16:06.005Z] Step 8/8 : RUN go mod download [2021-01-08T00:16:06.005Z] ---> Running in 58eb07f6c085 [2021-01-08T00:16:13.930Z] Removing intermediate container d9c977dcb29a [2021-01-08T00:16:13.930Z] ---> cfb9edd808a2 [2021-01-08T00:16:13.930Z] Successfully built cfb9edd808a2 [2021-01-08T00:16:13.930Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:16:14.245Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T00:16:14.245Z] . [Pipeline] withDockerContainer [2021-01-08T00:16:14.372Z] prd-centos7-docker-4c-2g-18989 does not seem to be running inside a container [2021-01-08T00:16:14.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/164 -v /w/workspace/app-functions-sdk-go/164:/w/workspace/app-functions-sdk-go/164:rw,z -v /w/workspace/app-functions-sdk-go/164@tmp:/w/workspace/app-functions-sdk-go/164@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-08T00:16:15.230Z] $ docker top 46a0b004e224a717e6c3a393a61aa39bf8a7c9b58b2ff389dac38eec7c52b96a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:16:15.778Z] + go version [2021-01-08T00:16:15.778Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-08T00:16:15.794Z] $ docker stop --time=1 46a0b004e224a717e6c3a393a61aa39bf8a7c9b58b2ff389dac38eec7c52b96a [2021-01-08T00:16:17.151Z] $ docker rm -f 46a0b004e224a717e6c3a393a61aa39bf8a7c9b58b2ff389dac38eec7c52b96a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:16:17.967Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T00:16:17.967Z] . [Pipeline] withDockerContainer [2021-01-08T00:16:18.066Z] prd-centos7-docker-4c-2g-18989 does not seem to be running inside a container [2021-01-08T00:16:18.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/164 -v /w/workspace/app-functions-sdk-go/164:/w/workspace/app-functions-sdk-go/164:rw,z -v /w/workspace/app-functions-sdk-go/164@tmp:/w/workspace/app-functions-sdk-go/164@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-08T00:16:18.749Z] $ docker top 07c9737b4d346402caedd12437dc9a1831c771685ca93836c753a6b02a7fdf76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:16:19.235Z] + make test [2021-01-08T00:16:19.235Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-08T00:16:20.633Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-08T00:16:28.894Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.017s coverage: 81.0% of statements [2021-01-08T00:16:32.834Z] Removing intermediate container 58eb07f6c085 [2021-01-08T00:16:32.834Z] ---> 5b19b86dcb92 [2021-01-08T00:16:32.834Z] Successfully built 5b19b86dcb92 [2021-01-08T00:16:32.834Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:16:33.183Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T00:16:33.183Z] . [Pipeline] withDockerContainer [2021-01-08T00:16:33.458Z] prd-ubuntu18.04-docker-arm64-4c-16g-18987 does not seem to be running inside a container [2021-01-08T00:16:33.543Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/164 -v /w/workspace/app-functions-sdk-go/164:/w/workspace/app-functions-sdk-go/164:rw,z -v /w/workspace/app-functions-sdk-go/164@tmp:/w/workspace/app-functions-sdk-go/164@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-08T00:16:35.063Z] $ docker top d6b4604e5fd17c94818e90d2fdb9dbaa411f96a9239fc5625636b5c5cb1b3709 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:16:35.545Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.031s coverage: 48.6% of statements [2021-01-08T00:16:35.546Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-08T00:16:35.546Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-08T00:16:35.546Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.037s coverage: 61.5% of statements [2021-01-08T00:16:35.546Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-08T00:16:36.088Z] + go version [2021-01-08T00:16:36.088Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-08T00:16:36.114Z] $ docker stop --time=1 d6b4604e5fd17c94818e90d2fdb9dbaa411f96a9239fc5625636b5c5cb1b3709 [2021-01-08T00:16:36.134Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.031s coverage: 67.7% of statements [2021-01-08T00:16:36.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-08T00:16:36.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-08T00:16:36.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-08T00:16:36.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-08T00:16:36.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-08T00:16:36.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-08T00:16:36.134Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.026s coverage: 97.0% of statements [2021-01-08T00:16:36.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-08T00:16:36.134Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.011s coverage: 8.8% of statements [2021-01-08T00:16:38.006Z] $ docker rm -f d6b4604e5fd17c94818e90d2fdb9dbaa411f96a9239fc5625636b5c5cb1b3709 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:16:39.006Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T00:16:39.006Z] . [Pipeline] withDockerContainer [2021-01-08T00:16:39.241Z] prd-ubuntu18.04-docker-arm64-4c-16g-18987 does not seem to be running inside a container [2021-01-08T00:16:39.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/164 -v /w/workspace/app-functions-sdk-go/164:/w/workspace/app-functions-sdk-go/164:rw,z -v /w/workspace/app-functions-sdk-go/164@tmp:/w/workspace/app-functions-sdk-go/164@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-08T00:16:40.749Z] $ docker top e4def87d365e4ee2a22e1d441a780480df505d7e52f129072df234d65469d36a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:16:41.796Z] + make test [2021-01-08T00:16:41.797Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-08T00:16:43.248Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-08T00:16:44.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.933s coverage: 75.0% of statements [2021-01-08T00:16:44.306Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-08T00:16:44.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 87.9% of statements [2021-01-08T00:16:44.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements [2021-01-08T00:16:44.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements [2021-01-08T00:17:05.477Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.048s coverage: 81.0% of statements [2021-01-08T00:17:06.300Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.030s coverage: 81.4% of statements [2021-01-08T00:17:06.300Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2021-01-08T00:17:06.300Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-08T00:17:06.300Z] gofmt -l . [2021-01-08T00:17:06.300Z] [ "`gofmt -l .`" = "" ] [2021-01-08T00:17:06.300Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-08T00:17:06.898Z] $ docker stop --time=1 07c9737b4d346402caedd12437dc9a1831c771685ca93836c753a6b02a7fdf76 [2021-01-08T00:17:08.632Z] $ docker rm -f 07c9737b4d346402caedd12437dc9a1831c771685ca93836c753a6b02a7fdf76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:17:09.196Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T00:17:09.593Z] 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-08T00:17:32.349Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.066s coverage: 48.6% of statements [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-08T00:17:32.349Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.070s coverage: 61.5% of statements [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-08T00:17:32.349Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.044s coverage: 67.7% of statements [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-08T00:17:32.349Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.056s coverage: 97.0% of statements [2021-01-08T00:17:32.349Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-08T00:17:32.349Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.034s coverage: 8.8% of statements [2021-01-08T00:17:36.645Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.943s coverage: 75.0% of statements [2021-01-08T00:17:36.645Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-08T00:17:36.645Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.078s coverage: 87.9% of statements [2021-01-08T00:17:36.645Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.038s coverage: 80.5% of statements [2021-01-08T00:17:36.645Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.026s coverage: 71.7% of statements [2021-01-08T00:17:58.788Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.056s coverage: 81.4% of statements [2021-01-08T00:17:58.788Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements [2021-01-08T00:17:58.788Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-08T00:18:07.131Z] gofmt -l . [2021-01-08T00:18:07.131Z] [ "`gofmt -l .`" = "" ] [2021-01-08T00:18:07.131Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-08T00:18:07.439Z] $ docker stop --time=1 e4def87d365e4ee2a22e1d441a780480df505d7e52f129072df234d65469d36a [2021-01-08T00:18:09.558Z] $ docker rm -f e4def87d365e4ee2a22e1d441a780480df505d7e52f129072df234d65469d36a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:18:10.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T00:18:10.592Z] Warning: overwriting stash ‘coverage-report’ [2021-01-08T00:18:11.748Z] 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-08T00:18:13.441Z] provisioning config files... [2021-01-08T00:18:13.454Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7009350819449628364tmp [Pipeline] { [Pipeline] sh [2021-01-08T00:18:13.833Z] + set +x [2021-01-08T00:18:13.833Z] + curl -s https://codecov.io/bash [2021-01-08T00:18:13.833Z] + bash -s -- [2021-01-08T00:18:14.097Z] [2021-01-08T00:18:14.097Z] _____ _ [2021-01-08T00:18:14.097Z] / ____| | | [2021-01-08T00:18:14.097Z] | | ___ __| | ___ ___ _____ __ [2021-01-08T00:18:14.097Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-08T00:18:14.097Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-08T00:18:14.097Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-08T00:18:14.097Z] Bash-20201231-23d4836 [2021-01-08T00:18:14.097Z] [2021-01-08T00:18:14.097Z] [2021-01-08T00:18:14.097Z] ==> git version 2.24.3 found [2021-01-08T00:18:14.097Z] ==> 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-08T00:18:14.097Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-08T00:18:14.097Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-08T00:18:14.097Z] ==> Jenkins CI detected. [2021-01-08T00:18:14.097Z] project root: . [2021-01-08T00:18:14.097Z] --> token set from env [2021-01-08T00:18:14.097Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-08T00:18:14.097Z] ==> Running gcov in . (disable via -X gcov) [2021-01-08T00:18:14.097Z] ==> Python coveragepy not found [2021-01-08T00:18:14.097Z] ==> Searching for coverage reports in: [2021-01-08T00:18:14.097Z] + . [2021-01-08T00:18:14.097Z] -> Found 1 reports [2021-01-08T00:18:14.097Z] ==> Detecting git/mercurial file structure [2021-01-08T00:18:14.097Z] ==> Reading reports [2021-01-08T00:18:14.097Z] + ./coverage.out bytes=70257 [2021-01-08T00:18:14.097Z] ==> Appending adjustments [2021-01-08T00:18:14.097Z] https://docs.codecov.io/docs/fixing-reports [2021-01-08T00:18:14.674Z] + Found adjustments [2021-01-08T00:18:14.674Z] ==> Gzipping contents [2021-01-08T00:18:14.674Z] 16K /tmp/codecov.Q2rWqv.gz [2021-01-08T00:18:14.674Z] ==> Uploading reports [2021-01-08T00:18:14.674Z] url: https://codecov.io [2021-01-08T00:18:14.674Z] query: branch=master&commit=8220514db9c46f1303b383cc7e926772ea111e12&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F164%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T00:18:14.674Z] -> Pinging Codecov [2021-01-08T00:18:14.674Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=8220514db9c46f1303b383cc7e926772ea111e12&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F164%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T00:18:15.258Z] -> Uploading to [2021-01-08T00:18:15.258Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-08/3D8B5DFFC46A037C893635FACE044666/8220514db9c46f1303b383cc7e926772ea111e12/bed4f20d-dfea-4ff0-91d4-32435e27ee13.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T001815Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ddaa5132f9800fde6b1f2cac7fa5404223079fc7733c97e2eecd49f482c765f [2021-01-08T00:18:15.258Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T00:18:15.258Z] Dload Upload Total Spent Left Speed [2021-01-08T00:18:15.835Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12608 0 0 100 12608 0 19898 --:--:-- --:--:-- --:--:-- 19886 100 12608 0 0 100 12608 0 19890 --:--:-- --:--:-- --:--:-- 19886 [2021-01-08T00:18:15.835Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/8220514db9c46f1303b383cc7e926772ea111e12 [Pipeline] } [2021-01-08T00:18:15.845Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-08T00:18:16.673Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-08T00:18:16.743Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:18:17.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T00:18:17.082Z] [2021-01-08T00:18:17.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:18:17.442Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T00:18:17.442Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-08T00:18:17.442Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T00:18:17.442Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T00:18:17.442Z] de9db76c5a1d: Pulling fs layer [2021-01-08T00:18:17.442Z] 0eba1c9be4d2: Pulling fs layer [2021-01-08T00:18:17.442Z] 0d57e429df01: Pulling fs layer [2021-01-08T00:18:17.442Z] 4e4be7b47b0d: Pulling fs layer [2021-01-08T00:18:17.442Z] e1f770b5df2f: Pulling fs layer [2021-01-08T00:18:17.442Z] 85a0685a4137: Pulling fs layer [2021-01-08T00:18:17.442Z] 0eba1c9be4d2: Waiting [2021-01-08T00:18:17.442Z] 0d57e429df01: Waiting [2021-01-08T00:18:17.442Z] 4e4be7b47b0d: Waiting [2021-01-08T00:18:17.442Z] e1f770b5df2f: Waiting [2021-01-08T00:18:17.442Z] 85a0685a4137: Waiting [2021-01-08T00:18:17.442Z] de9db76c5a1d: Download complete [2021-01-08T00:18:17.442Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T00:18:17.442Z] 0ef7d3d256c8: Download complete [2021-01-08T00:18:17.442Z] 0d57e429df01: Verifying Checksum [2021-01-08T00:18:17.442Z] 0d57e429df01: Download complete [2021-01-08T00:18:17.442Z] 4e4be7b47b0d: Verifying Checksum [2021-01-08T00:18:17.442Z] 4e4be7b47b0d: Download complete [2021-01-08T00:18:18.390Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T00:18:18.390Z] 188c0c94c7c5: Download complete [2021-01-08T00:18:18.652Z] 188c0c94c7c5: Pull complete [2021-01-08T00:18:18.918Z] 0ef7d3d256c8: Pull complete [2021-01-08T00:18:18.918Z] de9db76c5a1d: Pull complete [2021-01-08T00:18:19.494Z] e1f770b5df2f: Verifying Checksum [2021-01-08T00:18:19.494Z] e1f770b5df2f: Download complete [2021-01-08T00:18:21.428Z] 0eba1c9be4d2: Verifying Checksum [2021-01-08T00:18:21.428Z] 0eba1c9be4d2: Download complete [2021-01-08T00:18:21.691Z] 85a0685a4137: Download complete [2021-01-08T00:18:27.014Z] 0eba1c9be4d2: Pull complete [2021-01-08T00:18:27.014Z] 0d57e429df01: Pull complete [2021-01-08T00:18:27.278Z] 4e4be7b47b0d: Pull complete [2021-01-08T00:18:33.908Z] e1f770b5df2f: Pull complete [2021-01-08T00:18:39.261Z] 85a0685a4137: Pull complete [2021-01-08T00:18:39.261Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-08T00:18:39.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T00:18:39.261Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-08T00:18:39.441Z] prd-centos7-docker-4c-2g-18986 does not seem to be running inside a container [2021-01-08T00:18:39.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-08T00:18:40.262Z] $ docker top 0c9250d5fc59ed29c3b86743f96811fdd3dff0e8662a731211c080f344379f02 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T00:18:40.448Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-08T00:18:40.738Z] + set -o pipefail [2021-01-08T00:18:40.739Z] + snyk monitor '--org=edgex-jenkins' [2021-01-08T00:18:47.336Z] [2021-01-08T00:18:47.336Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2021-01-08T00:18:47.336Z] [2021-01-08T00:18:47.336Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/e0bfcba2-9143-448e-a69c-a4e6b28fdaac [2021-01-08T00:18:47.336Z] [2021-01-08T00:18:47.336Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-08T00:18:47.336Z] [2021-01-08T00:18:47.336Z] [Pipeline] } [2021-01-08T00:18:47.353Z] $ docker stop --time=1 0c9250d5fc59ed29c3b86743f96811fdd3dff0e8662a731211c080f344379f02 [2021-01-08T00:18:50.523Z] $ docker rm -f 0c9250d5fc59ed29c3b86743f96811fdd3dff0e8662a731211c080f344379f02 [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-08T00:18:52.088Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T00:18:52.146Z] provisioning config files... [2021-01-08T00:18:52.157Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4167491384833822590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:18:52.540Z] --> edgex-publish-swagger.sh [2021-01-08T00:18:52.540Z] === Publish openapi/v2 API === [2021-01-08T00:18:52.540Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-08T00:18:52.540Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2021-01-08T00:18:52.540Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T00:18:52.540Z] Dload Upload Total Spent Left Speed [2021-01-08T00:18:53.931Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10510 0:00:01 0:00:01 --:--:-- 10521 100 13025 0 0 100 13025 0 10508 0:00:01 0:00:01 --:--:-- 10521 [2021-01-08T00:18:53.931Z] [2021-01-08T00:18:53.931Z] [Pipeline] } [2021-01-08T00:18:53.941Z] 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-08T00:18:54.778Z] + git log --format=format:%s -1 8220514db9c46f1303b383cc7e926772ea111e12 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:18:55.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:18:55.089Z] . [Pipeline] withDockerContainer [2021-01-08T00:18:55.196Z] prd-centos7-docker-4c-2g-18986 does not seem to be running inside a container [2021-01-08T00:18:55.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:18:56.092Z] $ docker top 90ad47b7c4068be86f94d86a4d343f1315d57e2fb142c97eeb1676197001989b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:18:56.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:18:56.414Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:18:56.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:18:56.672Z] $ docker exec 90ad47b7c4068be86f94d86a4d343f1315d57e2fb142c97eeb1676197001989b ssh-agent [2021-01-08T00:18:56.846Z] SSH_AUTH_SOCK=/tmp/ssh-0i7IGf92jnm4/agent.12 [2021-01-08T00:18:56.846Z] SSH_AGENT_PID=17 [2021-01-08T00:18:56.853Z] Running ssh-add (command line suppressed) [2021-01-08T00:18:56.998Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5634762390768487454.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5634762390768487454.key) [2021-01-08T00:18:57.058Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:18:57.396Z] + git semver tag [2021-01-08T00:18:57.396Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:18:57.396Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T00:18:57.396Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T00:18:57.396Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:18:57.396Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:18:57.396Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:18:57.396Z] # $SEMVER_BRANCH = master [2021-01-08T00:18:57.396Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-08T00:18:57.396Z] # 8220514db9c46f1303b383cc7e926772ea111e12 HEAD [2021-01-08T00:18:57.396Z] # -> Force: false [2021-01-08T00:18:57.396Z] # e5e58424f107d7e5e7653ef12d6461f9ad07e7da refs/tags/v1.3.1-dev.15 [Pipeline] } [2021-01-08T00:18:57.411Z] $ docker exec --env ******** --env ******** 90ad47b7c4068be86f94d86a4d343f1315d57e2fb142c97eeb1676197001989b ssh-agent -k [2021-01-08T00:18:57.539Z] unset SSH_AUTH_SOCK; [2021-01-08T00:18:57.540Z] unset SSH_AGENT_PID; [2021-01-08T00:18:57.540Z] echo Agent pid 17 killed; [2021-01-08T00:18:57.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:18:58.066Z] + git semver [Pipeline] } [2021-01-08T00:18:58.086Z] $ docker stop --time=1 90ad47b7c4068be86f94d86a4d343f1315d57e2fb142c97eeb1676197001989b [2021-01-08T00:18:59.423Z] $ docker rm -f 90ad47b7c4068be86f94d86a4d343f1315d57e2fb142c97eeb1676197001989b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:00.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T00:19:00.050Z] [2021-01-08T00:19:00.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:00.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T00:19:00.474Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-08T00:19:00.474Z] ab5ef0e58194: Pulling fs layer [2021-01-08T00:19:00.474Z] 9712f1f96733: Pulling fs layer [2021-01-08T00:19:00.474Z] 63f879dbbcfc: Pulling fs layer [2021-01-08T00:19:00.474Z] 0d9ebad4ef96: Pulling fs layer [2021-01-08T00:19:00.474Z] e9a5061849ea: Pulling fs layer [2021-01-08T00:19:00.474Z] d747dcd14b5f: Pulling fs layer [2021-01-08T00:19:00.474Z] 2de7ff778b66: Pulling fs layer [2021-01-08T00:19:00.474Z] 0d9ebad4ef96: Waiting [2021-01-08T00:19:00.474Z] e9a5061849ea: Waiting [2021-01-08T00:19:00.474Z] d747dcd14b5f: Waiting [2021-01-08T00:19:00.474Z] 9712f1f96733: Verifying Checksum [2021-01-08T00:19:00.474Z] 9712f1f96733: Download complete [2021-01-08T00:19:02.429Z] 63f879dbbcfc: Verifying Checksum [2021-01-08T00:19:02.429Z] 63f879dbbcfc: Download complete [2021-01-08T00:19:03.016Z] e9a5061849ea: Verifying Checksum [2021-01-08T00:19:03.016Z] e9a5061849ea: Download complete [2021-01-08T00:19:03.016Z] d747dcd14b5f: Verifying Checksum [2021-01-08T00:19:03.016Z] d747dcd14b5f: Download complete [2021-01-08T00:19:03.280Z] 2de7ff778b66: Verifying Checksum [2021-01-08T00:19:03.280Z] 2de7ff778b66: Download complete [2021-01-08T00:19:03.280Z] 0d9ebad4ef96: Verifying Checksum [2021-01-08T00:19:03.280Z] 0d9ebad4ef96: Download complete [2021-01-08T00:19:03.545Z] ab5ef0e58194: Verifying Checksum [2021-01-08T00:19:03.545Z] ab5ef0e58194: Download complete [2021-01-08T00:19:09.106Z] ab5ef0e58194: Pull complete [2021-01-08T00:19:09.106Z] 9712f1f96733: Pull complete [2021-01-08T00:19:12.443Z] 63f879dbbcfc: Pull complete [2021-01-08T00:19:17.758Z] 0d9ebad4ef96: Pull complete [2021-01-08T00:19:19.683Z] e9a5061849ea: Pull complete [2021-01-08T00:19:19.683Z] d747dcd14b5f: Pull complete [2021-01-08T00:19:22.248Z] 2de7ff778b66: Pull complete [2021-01-08T00:19:22.248Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-08T00:19:22.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T00:19:22.248Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-08T00:19:22.471Z] prd-centos7-docker-4c-2g-18986 does not seem to be running inside a container [2021-01-08T00:19:22.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-08T00:19:26.432Z] $ docker top 9d8c8c44bdcda753e72b389b8d92a7fb9f6afe1c50dc4ebe31a2839fd1162e3f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-08T00:19:26.702Z] provisioning config files... [2021-01-08T00:19:26.713Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3651292878305939817tmp [2021-01-08T00:19:26.732Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5888651840863577424tmp [2021-01-08T00:19:26.749Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config199703404024360523tmp [Pipeline] { [Pipeline] echo [2021-01-08T00:19:26.804Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:19:27.105Z] ---> sigul-configuration.sh [2021-01-08T00:19:27.105Z] gpg: directory `/root/.gnupg' created [2021-01-08T00:19:27.105Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-08T00:19:27.105Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-08T00:19:27.105Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-08T00:19:27.105Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-08T00:19:27.105Z] gpg: CAST5 encrypted data [2021-01-08T00:19:27.369Z] gpg: encrypted with 1 passphrase [2021-01-08T00:19:27.369Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-08T00:19:27.666Z] + mkdir /home/jenkins [2021-01-08T00:19:27.666Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-08T00:19:27.965Z] + 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-08T00:19:27.976Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:19:28.272Z] ---> sigul-install.sh [2021-01-08T00:19:33.574Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-08T00:19:33.875Z] + git tag --list [2021-01-08T00:19:33.876Z] v0.1.0 [2021-01-08T00:19:33.876Z] v0.1.1 [2021-01-08T00:19:33.876Z] v1.0.0 [2021-01-08T00:19:33.876Z] v1.1.0 [2021-01-08T00:19:33.876Z] v1.2.0 [2021-01-08T00:19:33.876Z] v1.2.1-dev.1 [2021-01-08T00:19:33.876Z] v1.2.1-dev.10 [2021-01-08T00:19:33.876Z] v1.2.1-dev.11 [2021-01-08T00:19:33.876Z] v1.2.1-dev.12 [2021-01-08T00:19:33.876Z] v1.2.1-dev.13 [2021-01-08T00:19:33.876Z] v1.2.1-dev.14 [2021-01-08T00:19:33.876Z] v1.2.1-dev.15 [2021-01-08T00:19:33.876Z] v1.2.1-dev.16 [2021-01-08T00:19:33.876Z] v1.2.1-dev.17 [2021-01-08T00:19:33.876Z] v1.2.1-dev.18 [2021-01-08T00:19:33.876Z] v1.2.1-dev.19 [2021-01-08T00:19:33.876Z] v1.2.1-dev.2 [2021-01-08T00:19:33.876Z] v1.2.1-dev.20 [2021-01-08T00:19:33.876Z] v1.2.1-dev.21 [2021-01-08T00:19:33.876Z] v1.2.1-dev.22 [2021-01-08T00:19:33.876Z] v1.2.1-dev.23 [2021-01-08T00:19:33.876Z] v1.2.1-dev.24 [2021-01-08T00:19:33.876Z] v1.2.1-dev.25 [2021-01-08T00:19:33.876Z] v1.2.1-dev.26 [2021-01-08T00:19:33.876Z] v1.2.1-dev.27 [2021-01-08T00:19:33.876Z] v1.2.1-dev.28 [2021-01-08T00:19:33.876Z] v1.2.1-dev.29 [2021-01-08T00:19:33.876Z] v1.2.1-dev.3 [2021-01-08T00:19:33.876Z] v1.2.1-dev.30 [2021-01-08T00:19:33.876Z] v1.2.1-dev.31 [2021-01-08T00:19:33.876Z] v1.2.1-dev.32 [2021-01-08T00:19:33.876Z] v1.2.1-dev.33 [2021-01-08T00:19:33.876Z] v1.2.1-dev.34 [2021-01-08T00:19:33.876Z] v1.2.1-dev.35 [2021-01-08T00:19:33.876Z] v1.2.1-dev.36 [2021-01-08T00:19:33.876Z] v1.2.1-dev.37 [2021-01-08T00:19:33.876Z] v1.2.1-dev.38 [2021-01-08T00:19:33.876Z] v1.2.1-dev.39 [2021-01-08T00:19:33.876Z] v1.2.1-dev.4 [2021-01-08T00:19:33.876Z] v1.2.1-dev.40 [2021-01-08T00:19:33.876Z] v1.2.1-dev.41 [2021-01-08T00:19:33.876Z] v1.2.1-dev.42 [2021-01-08T00:19:33.876Z] v1.2.1-dev.43 [2021-01-08T00:19:33.876Z] v1.2.1-dev.44 [2021-01-08T00:19:33.876Z] v1.2.1-dev.45 [2021-01-08T00:19:33.876Z] v1.2.1-dev.46 [2021-01-08T00:19:33.876Z] v1.2.1-dev.47 [2021-01-08T00:19:33.876Z] v1.2.1-dev.48 [2021-01-08T00:19:33.876Z] v1.2.1-dev.49 [2021-01-08T00:19:33.876Z] v1.2.1-dev.5 [2021-01-08T00:19:33.876Z] v1.2.1-dev.50 [2021-01-08T00:19:33.876Z] v1.2.1-dev.51 [2021-01-08T00:19:33.876Z] v1.2.1-dev.52 [2021-01-08T00:19:33.876Z] v1.2.1-dev.53 [2021-01-08T00:19:33.876Z] v1.2.1-dev.54 [2021-01-08T00:19:33.876Z] v1.2.1-dev.55 [2021-01-08T00:19:33.876Z] v1.2.1-dev.56 [2021-01-08T00:19:33.876Z] v1.2.1-dev.57 [2021-01-08T00:19:33.876Z] v1.2.1-dev.58 [2021-01-08T00:19:33.876Z] v1.2.1-dev.6 [2021-01-08T00:19:33.876Z] v1.2.1-dev.7 [2021-01-08T00:19:33.876Z] v1.2.1-dev.8 [2021-01-08T00:19:33.876Z] v1.2.1-dev.9 [2021-01-08T00:19:33.876Z] v1.3.0 [2021-01-08T00:19:33.876Z] v1.3.1-dev.1 [2021-01-08T00:19:33.876Z] v1.3.1-dev.10 [2021-01-08T00:19:33.876Z] v1.3.1-dev.11 [2021-01-08T00:19:33.876Z] v1.3.1-dev.12 [2021-01-08T00:19:33.876Z] v1.3.1-dev.13 [2021-01-08T00:19:33.876Z] v1.3.1-dev.14 [2021-01-08T00:19:33.876Z] v1.3.1-dev.15 [2021-01-08T00:19:33.876Z] v1.3.1-dev.2 [2021-01-08T00:19:33.876Z] v1.3.1-dev.3 [2021-01-08T00:19:33.876Z] v1.3.1-dev.4 [2021-01-08T00:19:33.876Z] v1.3.1-dev.5 [2021-01-08T00:19:33.876Z] v1.3.1-dev.6 [2021-01-08T00:19:33.876Z] v1.3.1-dev.7 [2021-01-08T00:19:33.876Z] v1.3.1-dev.8 [2021-01-08T00:19:33.876Z] v1.3.1-dev.9 [Pipeline] sh [2021-01-08T00:19:34.174Z] + lftools sign git-tag v1.3.1-dev.15 [2021-01-08T00:19:35.562Z] Signing Git tag with Sigul... [2021-01-08T00:19:35.563Z] Signing v1.3.1-dev.15 [Pipeline] echo [2021-01-08T00:19:36.966Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:19:37.265Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-08T00:19:37.274Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-08T00:19:37.380Z] $ docker stop --time=1 9d8c8c44bdcda753e72b389b8d92a7fb9f6afe1c50dc4ebe31a2839fd1162e3f [2021-01-08T00:19:39.413Z] $ docker rm -f 9d8c8c44bdcda753e72b389b8d92a7fb9f6afe1c50dc4ebe31a2839fd1162e3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:40.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:19:40.335Z] . [Pipeline] withDockerContainer [2021-01-08T00:19:40.440Z] prd-centos7-docker-4c-2g-18986 does not seem to be running inside a container [2021-01-08T00:19:40.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:19:41.235Z] $ docker top 740a7a90ca3699c88bc0c790a3e8e165b95a867302a5ba5a821e20eea39634d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:19:41.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:19:41.593Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:19:41.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:19:41.842Z] $ docker exec 740a7a90ca3699c88bc0c790a3e8e165b95a867302a5ba5a821e20eea39634d3 ssh-agent [2021-01-08T00:19:42.026Z] SSH_AUTH_SOCK=/tmp/ssh-Ayb5Vpt2HMHm/agent.11 [2021-01-08T00:19:42.026Z] SSH_AGENT_PID=17 [2021-01-08T00:19:42.033Z] Running ssh-add (command line suppressed) [2021-01-08T00:19:42.168Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8822924950150599827.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8822924950150599827.key) [2021-01-08T00:19:42.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:19:42.569Z] + git semver bump pre [2021-01-08T00:19:42.569Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:19:42.569Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T00:19:42.569Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T00:19:42.569Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:19:42.569Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:19:42.569Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:19:42.569Z] # $SEMVER_BRANCH = master [2021-01-08T00:19:42.569Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-08T00:19:42.569Z] 1.3.1-dev.16 [Pipeline] } [2021-01-08T00:19:42.584Z] $ docker exec --env ******** --env ******** 740a7a90ca3699c88bc0c790a3e8e165b95a867302a5ba5a821e20eea39634d3 ssh-agent -k [2021-01-08T00:19:42.706Z] unset SSH_AUTH_SOCK; [2021-01-08T00:19:42.707Z] unset SSH_AGENT_PID; [2021-01-08T00:19:42.707Z] echo Agent pid 17 killed; [2021-01-08T00:19:42.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:19:43.234Z] + git semver [Pipeline] } [2021-01-08T00:19:43.254Z] $ docker stop --time=1 740a7a90ca3699c88bc0c790a3e8e165b95a867302a5ba5a821e20eea39634d3 [2021-01-08T00:19:44.642Z] $ docker rm -f 740a7a90ca3699c88bc0c790a3e8e165b95a867302a5ba5a821e20eea39634d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:45.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:19:45.204Z] . [Pipeline] withDockerContainer [2021-01-08T00:19:45.309Z] prd-centos7-docker-4c-2g-18986 does not seem to be running inside a container [2021-01-08T00:19:45.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:19:46.124Z] $ docker top 4be5713e468cc66d4f840873e6fbc0d6b28e7af65594d337ac968b92820a2443 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:19:46.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:19:46.451Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:19:46.673Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:19:46.679Z] $ docker exec 4be5713e468cc66d4f840873e6fbc0d6b28e7af65594d337ac968b92820a2443 ssh-agent [2021-01-08T00:19:46.859Z] SSH_AUTH_SOCK=/tmp/ssh-CNVZJKpX0HHT/agent.11 [2021-01-08T00:19:46.859Z] SSH_AGENT_PID=16 [2021-01-08T00:19:46.867Z] Running ssh-add (command line suppressed) [2021-01-08T00:19:47.010Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5909533081712893077.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5909533081712893077.key) [2021-01-08T00:19:47.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:19:47.404Z] + git semver push [2021-01-08T00:19:47.404Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:19:47.404Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-08T00:19:47.404Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T00:19:47.404Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:19:47.404Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:19:47.404Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:19:47.404Z] # $SEMVER_BRANCH = master [2021-01-08T00:19:47.404Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-08T00:19:54.027Z] $ docker exec --env ******** --env ******** 4be5713e468cc66d4f840873e6fbc0d6b28e7af65594d337ac968b92820a2443 ssh-agent -k [2021-01-08T00:19:54.179Z] unset SSH_AUTH_SOCK; [2021-01-08T00:19:54.182Z] unset SSH_AGENT_PID; [2021-01-08T00:19:54.182Z] echo Agent pid 16 killed; [2021-01-08T00:19:54.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:19:54.810Z] + git semver [Pipeline] } [2021-01-08T00:19:54.829Z] $ docker stop --time=1 4be5713e468cc66d4f840873e6fbc0d6b28e7af65594d337ac968b92820a2443 [2021-01-08T00:19:56.203Z] $ docker rm -f 4be5713e468cc66d4f840873e6fbc0d6b28e7af65594d337ac968b92820a2443 [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-08T00:19:57.642Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:19:58.206Z] ---> package-listing.sh [2021-01-08T00:19:58.206Z] ++ facter osfamily [2021-01-08T00:19:58.206Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-08T00:19:58.206Z] + OS_FAMILY=redhat [2021-01-08T00:19:58.206Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-01-08T00:19:58.206Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-08T00:19:58.206Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-08T00:19:58.206Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-08T00:19:58.206Z] + PACKAGES=/tmp/packages_start.txt [2021-01-08T00:19:58.206Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-08T00:19:58.206Z] + PACKAGES=/tmp/packages_end.txt [2021-01-08T00:19:58.206Z] + case "${OS_FAMILY}" in [2021-01-08T00:19:58.206Z] + rpm -qa [2021-01-08T00:19:58.206Z] + sort [2021-01-08T00:20:02.435Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-08T00:20:02.435Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-08T00:20:02.435Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-08T00:20:02.435Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-08T00:20:02.435Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-01-08T00:20:02.435Z] + 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-08T00:20:02.449Z] 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-08T00:20:02.744Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:03.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:20:03.051Z] [2021-01-08T00:20:03.051Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:03.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:20:03.402Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-08T00:20:03.402Z] df20fa9351a1: Pulling fs layer [2021-01-08T00:20:03.402Z] 36b3adc4ff6f: Pulling fs layer [2021-01-08T00:20:03.402Z] 8ad3a11d3b57: Pulling fs layer [2021-01-08T00:20:03.402Z] 46f8f816bc3b: Pulling fs layer [2021-01-08T00:20:03.402Z] 93b61091891f: Pulling fs layer [2021-01-08T00:20:03.402Z] 93b9cdb0e59b: Pulling fs layer [2021-01-08T00:20:03.402Z] 5e14af77c1be: Pulling fs layer [2021-01-08T00:20:03.402Z] 01666e4c0597: Pulling fs layer [2021-01-08T00:20:03.402Z] aa168da1d23b: Pulling fs layer [2021-01-08T00:20:03.402Z] 46f8f816bc3b: Waiting [2021-01-08T00:20:03.402Z] 93b61091891f: Waiting [2021-01-08T00:20:03.402Z] 93b9cdb0e59b: Waiting [2021-01-08T00:20:03.402Z] 5e14af77c1be: Waiting [2021-01-08T00:20:03.402Z] 01666e4c0597: Waiting [2021-01-08T00:20:03.402Z] aa168da1d23b: Waiting [2021-01-08T00:20:03.402Z] 36b3adc4ff6f: Download complete [2021-01-08T00:20:03.402Z] 46f8f816bc3b: Verifying Checksum [2021-01-08T00:20:03.402Z] 46f8f816bc3b: Download complete [2021-01-08T00:20:03.664Z] df20fa9351a1: Verifying Checksum [2021-01-08T00:20:03.664Z] 93b9cdb0e59b: Verifying Checksum [2021-01-08T00:20:03.664Z] 93b9cdb0e59b: Download complete [2021-01-08T00:20:03.664Z] 5e14af77c1be: Verifying Checksum [2021-01-08T00:20:03.664Z] 5e14af77c1be: Download complete [2021-01-08T00:20:03.664Z] 01666e4c0597: Verifying Checksum [2021-01-08T00:20:03.664Z] 01666e4c0597: Download complete [2021-01-08T00:20:03.664Z] 93b61091891f: Verifying Checksum [2021-01-08T00:20:03.664Z] 93b61091891f: Download complete [2021-01-08T00:20:03.928Z] df20fa9351a1: Pull complete [2021-01-08T00:20:04.191Z] 36b3adc4ff6f: Pull complete [2021-01-08T00:20:04.456Z] 8ad3a11d3b57: Verifying Checksum [2021-01-08T00:20:04.456Z] 8ad3a11d3b57: Download complete [2021-01-08T00:20:05.884Z] 8ad3a11d3b57: Pull complete [2021-01-08T00:20:06.148Z] aa168da1d23b: Verifying Checksum [2021-01-08T00:20:06.148Z] aa168da1d23b: Download complete [2021-01-08T00:20:06.416Z] 46f8f816bc3b: Pull complete [2021-01-08T00:20:06.992Z] 93b61091891f: Pull complete [2021-01-08T00:20:07.255Z] 93b9cdb0e59b: Pull complete [2021-01-08T00:20:07.255Z] 5e14af77c1be: Pull complete [2021-01-08T00:20:07.519Z] 01666e4c0597: Pull complete [2021-01-08T00:20:15.705Z] aa168da1d23b: Pull complete [2021-01-08T00:20:15.705Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-08T00:20:15.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:20:15.705Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-08T00:20:15.843Z] prd-centos7-docker-4c-2g-18986 does not seem to be running inside a container [2021-01-08T00:20:15.895Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-08T00:20:18.591Z] $ docker top 15eebaf0b6e25aa0858192b19477beecb047e111bcfd38116ac1b6d2811d40b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:20:19.184Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-08T00:20:19.485Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-08T00:20:19.784Z] + ls /var/log/sa-host [2021-01-08T00:20:19.784Z] + sadf -c /var/log/sa-host/sa08 [2021-01-08T00:20:19.784Z] file_magic: OK [2021-01-08T00:20:19.784Z] HZ: Using current value: 100 [2021-01-08T00:20:19.784Z] file_header: OK [2021-01-08T00:20:19.784Z] 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-08T00:20:19.784Z] Statistics: [2021-01-08T00:20:19.784Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-08T00:20:19.784Z] File successfully converted to sysstat format version 12.2.1 [2021-01-08T00:20:19.784Z] + sadf -c /var/log/sa-host/sa23 [2021-01-08T00:20:19.784Z] file_magic: OK [2021-01-08T00:20:19.784Z] HZ: Using current value: 100 [2021-01-08T00:20:19.784Z] file_header: OK [2021-01-08T00:20:19.784Z] 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-08T00:20:19.784Z] Statistics: [2021-01-08T00:20:19.784Z] Hnuu...uuuununununu... [2021-01-08T00:20:19.784Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T00:20:20.510Z] provisioning config files... [2021-01-08T00:20:20.527Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2759201052030872304tmp [Pipeline] { [Pipeline] echo [2021-01-08T00:20:20.661Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:20:20.968Z] ---> create-netrc.sh [Pipeline] } [2021-01-08T00:20:20.978Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-08T00:20:21.069Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:20:21.368Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-08T00:20:21.382Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:20:21.691Z] ---> sudo-logs.sh [2021-01-08T00:20:21.691Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-08T00:20:21.703Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:20:22.003Z] ---> job-cost.sh [2021-01-08T00:20:22.003Z] lf-activate-venv: SKIPPING [2021-01-08T00:20:22.003Z] INFO: No Stack... [2021-01-08T00:20:22.953Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-08T00:20:23.530Z] INFO: Archiving Costs [Pipeline] echo [2021-01-08T00:20:23.544Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:20:23.840Z] ---> logs-deploy.sh [2021-01-08T00:20:23.840Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/164 [2021-01-08T00:20:23.840Z] INFO: archiving workspace using pattern(s): [2021-01-08T00:20:26.395Z] Archives upload complete. [2021-01-08T00:20:26.395Z] INFO: archiving logs to Nexus