Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 78327a46572e967a5a0e34662e53080e530e38da 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21752 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 78327a46572e967a5a0e34662e53080e530e38da (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 78327a46572e967a5a0e34662e53080e530e38da # timeout=10 Commit message: "refactor: Refactor V2 API /secrets to be singular /secret (#648)" > git rev-list --no-walk bbd9394e1bf3f068737f7a414770326546535454 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T23:57:55.590Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T23:57:55.818Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T23:57:55.954Z] ========================================================= [2021-01-20T23:57:55.955Z] EdgeX Global Pipelines Version Info [2021-01-20T23:57:55.955Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:57:58.903Z] ------------------- [2021-01-20T23:57:58.903Z] stable info: [2021-01-20T23:57:58.903Z] ------------------- [2021-01-20T23:57:58.903Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:57:58.903Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:57:58.903Z] Message: update stable to v1.0.179 [2021-01-20T23:58:00.020Z] ------------------- [2021-01-20T23:58:00.020Z] experimental info: [2021-01-20T23:58:00.020Z] ------------------- [2021-01-20T23:58:00.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:58:00.020Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:58:00.020Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T23:58:00.495Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-20T23:58:00.598Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-20T23:58:00.714Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T23:58:00.797Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T23:58:00.914Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T23:58:01.019Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T23:58:01.103Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T23:58:01.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T23:58:01.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T23:58:01.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T23:58:01.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T23:58:01.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-20T23:58:01.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T23:58:01.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T23:58:01.957Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:58:02.041Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:58:02.122Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:58:02.210Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:58:02.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T23:58:02.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T23:58:02.519Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T23:58:02.636Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-20T23:58:02.724Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T23:58:02.812Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T23:58:02.897Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-20T23:58:02.984Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T23:58:03.128Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T23:58:03.225Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T23:58:03.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T23:58:03.453Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T23:58:03.547Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78327a46572e967a5a0e34662e53080e530e38da [Pipeline] echo [2021-01-20T23:58:03.635Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78327a4 [Pipeline] echo [2021-01-20T23:58:03.723Z] [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-20T23:58:04.651Z] + git log --format=format:%s -1 78327a46572e967a5a0e34662e53080e530e38da [Pipeline] echo [2021-01-20T23:58:04.832Z] GIT_COMMIT: 78327a46572e967a5a0e34662e53080e530e38da, Commit Message: refactor: Refactor V2 API /secrets to be singular /secret (#648) [Pipeline] echo [2021-01-20T23:58:04.898Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:58:05.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:58:06.359Z] [2021-01-20T23:58:06.359Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:58:07.301Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:58:07.600Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T23:58:07.600Z] 31603596830f: Pulling fs layer [2021-01-20T23:58:07.600Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T23:58:07.600Z] 6ca5941a6612: Pulling fs layer [2021-01-20T23:58:07.600Z] ecc8261a40a4: Pulling fs layer [2021-01-20T23:58:07.600Z] ecc8261a40a4: Waiting [2021-01-20T23:58:07.600Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T23:58:07.600Z] 2a8b12db71e7: Download complete [2021-01-20T23:58:08.379Z] 31603596830f: Verifying Checksum [2021-01-20T23:58:08.379Z] 31603596830f: Download complete [2021-01-20T23:58:08.713Z] ecc8261a40a4: Verifying Checksum [2021-01-20T23:58:08.713Z] ecc8261a40a4: Download complete [2021-01-20T23:58:08.993Z] 6ca5941a6612: Verifying Checksum [2021-01-20T23:58:08.993Z] 6ca5941a6612: Download complete [2021-01-20T23:58:09.287Z] 31603596830f: Pull complete [2021-01-20T23:58:09.567Z] 2a8b12db71e7: Pull complete [2021-01-20T23:58:11.624Z] 6ca5941a6612: Pull complete [2021-01-20T23:58:12.675Z] ecc8261a40a4: Pull complete [2021-01-20T23:58:12.675Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T23:58:13.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:58:13.296Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T23:58:13.524Z] prd-centos7-docker-4c-2g-21752 does not seem to be running inside a container [2021-01-20T23:58:13.655Z] $ 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-20T23:58:17.155Z] $ docker top ee7887612754efa0719c5ac5e741a14c68afabe62c3408c87098c1f29cc6a9d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T23:58:18.116Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:58:18.116Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:58:18.735Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:58:18.739Z] $ docker exec ee7887612754efa0719c5ac5e741a14c68afabe62c3408c87098c1f29cc6a9d4 ssh-agent [2021-01-20T23:58:19.084Z] SSH_AUTH_SOCK=/tmp/ssh-hNZyPz1XB74y/agent.12 [2021-01-20T23:58:19.084Z] SSH_AGENT_PID=18 [2021-01-20T23:58:19.118Z] Running ssh-add (command line suppressed) [2021-01-20T23:58:19.487Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6639585557709061124.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6639585557709061124.key) [2021-01-20T23:58:19.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:58:20.257Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T23:58:20.324Z] $ docker exec --env ******** --env ******** ee7887612754efa0719c5ac5e741a14c68afabe62c3408c87098c1f29cc6a9d4 ssh-agent -k [2021-01-20T23:58:20.570Z] unset SSH_AUTH_SOCK; [2021-01-20T23:58:20.570Z] unset SSH_AGENT_PID; [2021-01-20T23:58:20.570Z] echo Agent pid 18 killed; [2021-01-20T23:58:20.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T23:58:20.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:58:20.856Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:58:21.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:58:21.385Z] $ docker exec ee7887612754efa0719c5ac5e741a14c68afabe62c3408c87098c1f29cc6a9d4 ssh-agent [2021-01-20T23:58:21.712Z] SSH_AUTH_SOCK=/tmp/ssh-2ZEOhtYjujP9/agent.46 [2021-01-20T23:58:21.712Z] SSH_AGENT_PID=51 [2021-01-20T23:58:21.724Z] Running ssh-add (command line suppressed) [2021-01-20T23:58:21.928Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7642522196192368890.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7642522196192368890.key) [2021-01-20T23:58:22.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:58:22.356Z] + git semver init [2021-01-20T23:58:22.356Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T23:58:22.356Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-20T23:58:22.356Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-20T23:58:22.356Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T23:58:22.356Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T23:58:22.356Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T23:58:22.356Z] # $SEMVER_BRANCH = master [2021-01-20T23:58:22.356Z] # $SEMVER_TEMP = /tmp/semver-926731676 [2021-01-20T23:58:22.356Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-20T23:58:27.084Z] # '/tmp/semver-926731676' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-01-20T23:58:27.084Z] # -> Force: false [2021-01-20T23:58:27.084Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-20T23:58:27.119Z] $ docker exec --env ******** --env ******** ee7887612754efa0719c5ac5e741a14c68afabe62c3408c87098c1f29cc6a9d4 ssh-agent -k [2021-01-20T23:58:27.436Z] unset SSH_AUTH_SOCK; [2021-01-20T23:58:27.441Z] unset SSH_AGENT_PID; [2021-01-20T23:58:27.442Z] echo Agent pid 51 killed; [2021-01-20T23:58:27.637Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T23:58:28.209Z] + git semver [Pipeline] } [2021-01-20T23:58:28.260Z] $ docker stop --time=1 ee7887612754efa0719c5ac5e741a14c68afabe62c3408c87098c1f29cc6a9d4 [2021-01-20T23:58:30.040Z] $ docker rm -f ee7887612754efa0719c5ac5e741a14c68afabe62c3408c87098c1f29cc6a9d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T23:58:30.739Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T23:58:32.177Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T23:58:32.180Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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-20T23:58:47.836Z] Still waiting to schedule task [2021-01-20T23:58:47.836Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21747’ is offline; ‘prd-centos7-docker-4c-2g-21751’ is offline; ‘prd-centos7-docker-4c-2g-21754’ is offline; ‘prd-centos7-docker-4c-2g-21756’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21750’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-20T23:58:47.838Z] Still waiting to schedule task [2021-01-20T23:58:47.838Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-21T00:01:30.368Z] Running on prd-centos7-docker-4c-2g-21760 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-21T00:01:30.428Z] Running in /w/workspace/app-functions-sdk-go/170 [Pipeline] { [Pipeline] checkout [2021-01-21T00:01:33.533Z] using credential edgex-jenkins-ssh [2021-01-21T00:01:33.601Z] Cloning the remote Git repository [2021-01-21T00:01:33.628Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-21T00:01:33.705Z] > git init /w/workspace/app-functions-sdk-go/170 # timeout=10 [2021-01-21T00:01:33.778Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-21T00:01:33.778Z] > git --version # timeout=10 [2021-01-21T00:01:33.785Z] > git --version # 'git version 2.24.3' [2021-01-21T00:01:33.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:01:33.814Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:01:35.732Z] Checking out Revision 78327a46572e967a5a0e34662e53080e530e38da (master) [2021-01-21T00:01:35.307Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-21T00:01:35.320Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:01:35.336Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-21T00:01:35.354Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-21T00:01:35.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:01:35.359Z] > 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-21T00:01:35.742Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:01:35.747Z] > git checkout -f 78327a46572e967a5a0e34662e53080e530e38da # timeout=10 [2021-01-21T00:01:37.293Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21759 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-21T00:01:37.348Z] Running in /w/workspace/app-functions-sdk-go/170 [Pipeline] { [Pipeline] checkout [2021-01-21T00:01:39.594Z] Commit message: "refactor: Refactor V2 API /secrets to be singular /secret (#648)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T00:01:41.174Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:01:41.521Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:01:41.821Z] + sudo service docker restart [2021-01-21T00:01:41.821Z] + true [2021-01-21T00:01:41.821Z] Redirecting to /bin/systemctl restart docker.service [2021-01-21T00:01:42.551Z] using credential edgex-jenkins-ssh [2021-01-21T00:01:42.613Z] Cloning the remote Git repository [2021-01-21T00:01:42.683Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-21T00:01:42.823Z] > git init /w/workspace/app-functions-sdk-go/170 # timeout=10 [2021-01-21T00:01:42.897Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-21T00:01:42.898Z] > git --version # timeout=10 [2021-01-21T00:01:42.915Z] > git --version # 'git version 2.17.1' [2021-01-21T00:01:42.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:01:43.000Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] unstash [Pipeline] echo [2021-01-21T00:01:43.892Z] ========================================================= [2021-01-21T00:01:43.893Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T00:01:43.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:01:44.250Z] + 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-21T00:01:44.832Z] Sending build context to Docker daemon 19.01MB [2021-01-21T00:01:44.832Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T00:01:44.832Z] Step 2/8 : FROM ${BASE} [2021-01-21T00:01:44.832Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T00:01:44.832Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T00:01:44.832Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T00:01:44.832Z] de9db76c5a1d: Pulling fs layer [2021-01-21T00:01:44.832Z] bca2f99d35d6: Pulling fs layer [2021-01-21T00:01:44.832Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T00:01:44.832Z] 7c6f9722023f: Pulling fs layer [2021-01-21T00:01:44.832Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T00:01:44.832Z] 93359f2a8cfa: Waiting [2021-01-21T00:01:44.832Z] 7c6f9722023f: Waiting [2021-01-21T00:01:44.832Z] a35cf1a2eb13: Waiting [2021-01-21T00:01:44.832Z] bca2f99d35d6: Waiting [2021-01-21T00:01:44.832Z] 0ef7d3d256c8: Download complete [2021-01-21T00:01:44.832Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T00:01:44.832Z] 93359f2a8cfa: Download complete [2021-01-21T00:01:45.103Z] 7c6f9722023f: Verifying Checksum [2021-01-21T00:01:45.103Z] 7c6f9722023f: Download complete [2021-01-21T00:01:45.103Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T00:01:45.103Z] 188c0c94c7c5: Download complete [2021-01-21T00:01:45.368Z] 188c0c94c7c5: Pull complete [2021-01-21T00:01:45.368Z] 0ef7d3d256c8: Pull complete [2021-01-21T00:01:45.631Z] de9db76c5a1d: Pull complete [2021-01-21T00:01:45.952Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-21T00:01:45.967Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:01:45.993Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-21T00:01:46.033Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-21T00:01:46.034Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:01:46.050Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T00:01:46.579Z] Checking out Revision 78327a46572e967a5a0e34662e53080e530e38da (master) [2021-01-21T00:01:47.600Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T00:01:47.600Z] a35cf1a2eb13: Download complete [2021-01-21T00:01:46.603Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:01:46.615Z] > git checkout -f 78327a46572e967a5a0e34662e53080e530e38da # timeout=10 [2021-01-21T00:01:48.558Z] bca2f99d35d6: Verifying Checksum [2021-01-21T00:01:48.558Z] bca2f99d35d6: Download complete [2021-01-21T00:01:51.180Z] Commit message: "refactor: Refactor V2 API /secrets to be singular /secret (#648)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T00:01:52.833Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:01:53.293Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:01:53.651Z] + true [2021-01-21T00:01:53.651Z] + sudo service docker restart [2021-01-21T00:01:53.926Z] bca2f99d35d6: Pull complete [2021-01-21T00:01:54.196Z] 93359f2a8cfa: Pull complete [2021-01-21T00:01:54.196Z] 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo [2021-01-21T00:01:56.536Z] ========================================================= [2021-01-21T00:01:56.536Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T00:01:56.536Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:01:56.923Z] + 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-21T00:01:57.915Z] Sending build context to Docker daemon 19.01MB [2021-01-21T00:01:57.915Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T00:01:57.915Z] Step 2/8 : FROM ${BASE} [2021-01-21T00:01:58.210Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T00:01:58.210Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T00:01:58.210Z] a4357932f1b6: Pulling fs layer [2021-01-21T00:01:58.210Z] 18c013af1878: Pulling fs layer [2021-01-21T00:01:58.210Z] 00ac8860ef70: Pulling fs layer [2021-01-21T00:01:58.210Z] 63d7cb157983: Pulling fs layer [2021-01-21T00:01:58.210Z] b116817d02f9: Pulling fs layer [2021-01-21T00:01:58.210Z] 745a02a5169b: Pulling fs layer [2021-01-21T00:01:58.210Z] 00ac8860ef70: Waiting [2021-01-21T00:01:58.210Z] 63d7cb157983: Waiting [2021-01-21T00:01:58.210Z] b116817d02f9: Waiting [2021-01-21T00:01:58.210Z] 745a02a5169b: Waiting [2021-01-21T00:01:58.210Z] 18c013af1878: Verifying Checksum [2021-01-21T00:01:58.210Z] 18c013af1878: Download complete [2021-01-21T00:01:58.210Z] a4357932f1b6: Verifying Checksum [2021-01-21T00:01:58.210Z] a4357932f1b6: Download complete [2021-01-21T00:01:58.485Z] 63d7cb157983: Verifying Checksum [2021-01-21T00:01:58.485Z] 63d7cb157983: Download complete [2021-01-21T00:01:58.485Z] b116817d02f9: Verifying Checksum [2021-01-21T00:01:58.485Z] b116817d02f9: Download complete [2021-01-21T00:01:58.485Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T00:01:58.485Z] 5f621e34cdf4: Download complete [2021-01-21T00:01:59.091Z] 5f621e34cdf4: Pull complete [2021-01-21T00:01:59.698Z] a4357932f1b6: Pull complete [2021-01-21T00:01:59.978Z] 18c013af1878: Pull complete [2021-01-21T00:02:00.259Z] 745a02a5169b: Verifying Checksum [2021-01-21T00:02:00.259Z] 745a02a5169b: Download complete [2021-01-21T00:02:00.840Z] a35cf1a2eb13: Pull complete [2021-01-21T00:02:00.841Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T00:02:00.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T00:02:00.841Z] ---> a62c8e92a672 [2021-01-21T00:02:00.841Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-21T00:02:00.841Z] 20.10.0: Pulling from library/docker [2021-01-21T00:02:00.841Z] 05e7bc50f07f: Pulling fs layer [2021-01-21T00:02:00.841Z] 6db28d0fdbf6: Pulling fs layer [2021-01-21T00:02:00.841Z] 292df0bc6bf3: Pulling fs layer [2021-01-21T00:02:00.841Z] 2e060f4bd70b: Pulling fs layer [2021-01-21T00:02:00.841Z] 80e8d568a223: Pulling fs layer [2021-01-21T00:02:00.841Z] 8dc6ef1a942a: Pulling fs layer [2021-01-21T00:02:00.841Z] 2312dd95470a: Pulling fs layer [2021-01-21T00:02:00.841Z] 8dc6ef1a942a: Waiting [2021-01-21T00:02:00.841Z] 2312dd95470a: Waiting [2021-01-21T00:02:00.841Z] 2e060f4bd70b: Waiting [2021-01-21T00:02:00.841Z] 80e8d568a223: Waiting [2021-01-21T00:02:00.841Z] 292df0bc6bf3: Verifying Checksum [2021-01-21T00:02:00.841Z] 292df0bc6bf3: Download complete [2021-01-21T00:02:01.113Z] 6db28d0fdbf6: Verifying Checksum [2021-01-21T00:02:01.113Z] 6db28d0fdbf6: Download complete [2021-01-21T00:02:01.113Z] 80e8d568a223: Verifying Checksum [2021-01-21T00:02:01.113Z] 80e8d568a223: Download complete [2021-01-21T00:02:01.113Z] 05e7bc50f07f: Verifying Checksum [2021-01-21T00:02:01.113Z] 05e7bc50f07f: Download complete [2021-01-21T00:02:01.113Z] 2312dd95470a: Verifying Checksum [2021-01-21T00:02:01.113Z] 2312dd95470a: Download complete [2021-01-21T00:02:01.378Z] 05e7bc50f07f: Pull complete [2021-01-21T00:02:01.646Z] 6db28d0fdbf6: Pull complete [2021-01-21T00:02:01.690Z] 00ac8860ef70: Verifying Checksum [2021-01-21T00:02:01.690Z] 00ac8860ef70: Download complete [2021-01-21T00:02:01.913Z] 292df0bc6bf3: Pull complete [2021-01-21T00:02:02.180Z] 8dc6ef1a942a: Verifying Checksum [2021-01-21T00:02:02.180Z] 8dc6ef1a942a: Download complete [2021-01-21T00:02:02.767Z] 2e060f4bd70b: Download complete [2021-01-21T00:02:06.125Z] 2e060f4bd70b: Pull complete [2021-01-21T00:02:06.125Z] 80e8d568a223: Pull complete [2021-01-21T00:02:06.125Z] 8dc6ef1a942a: Pull complete [2021-01-21T00:02:06.125Z] 2312dd95470a: Pull complete [2021-01-21T00:02:06.125Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T00:02:06.125Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T00:02:07.526Z] ---> 98703d73b0ff [2021-01-21T00:02:07.526Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T00:02:07.526Z] ---> Running in 1601fb548a80 [2021-01-21T00:02:07.795Z] Removing intermediate container 1601fb548a80 [2021-01-21T00:02:07.795Z] ---> e50d83f20612 [2021-01-21T00:02:07.795Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-21T00:02:07.795Z] ---> Running in 01de886d057d [2021-01-21T00:02:08.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:02:09.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:02:10.673Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-21T00:02:10.673Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-21T00:02:10.937Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-21T00:02:10.937Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-21T00:02:11.203Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-21T00:02:11.203Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:02:11.203Z] OK: 167 MiB in 44 packages [2021-01-21T00:02:11.898Z] 00ac8860ef70: Pull complete [2021-01-21T00:02:12.153Z] Removing intermediate container 01de886d057d [2021-01-21T00:02:12.153Z] ---> 1730f409522d [2021-01-21T00:02:12.153Z] Step 6/8 : WORKDIR /build [2021-01-21T00:02:12.153Z] ---> Running in 4a7696f5a7b5 [2021-01-21T00:02:12.418Z] Removing intermediate container 4a7696f5a7b5 [2021-01-21T00:02:12.418Z] ---> 994d809d0408 [2021-01-21T00:02:12.418Z] Step 7/8 : COPY go.mod . [2021-01-21T00:02:12.495Z] 63d7cb157983: Pull complete [2021-01-21T00:02:12.683Z] ---> 6df0cf0bd857 [2021-01-21T00:02:12.683Z] Step 8/8 : RUN go mod download [2021-01-21T00:02:12.683Z] ---> Running in 966e9175da43 [2021-01-21T00:02:12.770Z] b116817d02f9: Pull complete [2021-01-21T00:02:17.122Z] 745a02a5169b: Pull complete [2021-01-21T00:02:17.122Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T00:02:17.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T00:02:17.122Z] ---> b7e6874047d6 [2021-01-21T00:02:17.122Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-21T00:02:17.122Z] 20.10.0: Pulling from library/docker [2021-01-21T00:02:17.122Z] a3cc7d3b244e: Pulling fs layer [2021-01-21T00:02:17.122Z] 02a3295e0d61: Pulling fs layer [2021-01-21T00:02:17.122Z] 0f4f2e6d8100: Pulling fs layer [2021-01-21T00:02:17.122Z] 330b718f631f: Pulling fs layer [2021-01-21T00:02:17.122Z] a93816041522: Pulling fs layer [2021-01-21T00:02:17.122Z] bdb6da89ff94: Pulling fs layer [2021-01-21T00:02:17.122Z] 2a70c0c122f4: Pulling fs layer [2021-01-21T00:02:17.122Z] 330b718f631f: Waiting [2021-01-21T00:02:17.122Z] a93816041522: Waiting [2021-01-21T00:02:17.122Z] bdb6da89ff94: Waiting [2021-01-21T00:02:17.122Z] 2a70c0c122f4: Waiting [2021-01-21T00:02:17.122Z] 0f4f2e6d8100: Verifying Checksum [2021-01-21T00:02:17.122Z] 0f4f2e6d8100: Download complete [2021-01-21T00:02:17.122Z] 02a3295e0d61: Verifying Checksum [2021-01-21T00:02:17.122Z] 02a3295e0d61: Download complete [2021-01-21T00:02:17.122Z] a93816041522: Verifying Checksum [2021-01-21T00:02:17.122Z] a93816041522: Download complete [2021-01-21T00:02:17.122Z] bdb6da89ff94: Verifying Checksum [2021-01-21T00:02:17.122Z] bdb6da89ff94: Download complete [2021-01-21T00:02:17.122Z] a3cc7d3b244e: Verifying Checksum [2021-01-21T00:02:17.122Z] a3cc7d3b244e: Download complete [2021-01-21T00:02:17.122Z] 2a70c0c122f4: Verifying Checksum [2021-01-21T00:02:17.122Z] 2a70c0c122f4: Download complete [2021-01-21T00:02:17.400Z] a3cc7d3b244e: Pull complete [2021-01-21T00:02:18.002Z] 02a3295e0d61: Pull complete [2021-01-21T00:02:18.606Z] 330b718f631f: Verifying Checksum [2021-01-21T00:02:18.606Z] 330b718f631f: Download complete [2021-01-21T00:02:18.606Z] 0f4f2e6d8100: Pull complete [2021-01-21T00:02:22.941Z] 330b718f631f: Pull complete [2021-01-21T00:02:22.941Z] a93816041522: Pull complete [2021-01-21T00:02:22.941Z] bdb6da89ff94: Pull complete [2021-01-21T00:02:23.213Z] 2a70c0c122f4: Pull complete [2021-01-21T00:02:23.214Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T00:02:23.214Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T00:02:29.941Z] ---> 1b99bef7b3f4 [2021-01-21T00:02:29.941Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T00:02:29.941Z] ---> Running in 74c88dc9361d [2021-01-21T00:02:29.941Z] Removing intermediate container 74c88dc9361d [2021-01-21T00:02:29.941Z] ---> b1f95e60cfd4 [2021-01-21T00:02:29.941Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-21T00:02:29.941Z] ---> Running in f2e2485c2381 [2021-01-21T00:02:30.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:02:31.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:02:32.894Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-21T00:02:33.166Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-21T00:02:33.437Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-21T00:02:33.437Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-21T00:02:33.709Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-21T00:02:33.709Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:02:33.709Z] OK: 144 MiB in 44 packages [2021-01-21T00:02:35.146Z] Removing intermediate container f2e2485c2381 [2021-01-21T00:02:35.146Z] ---> dd684a39915c [2021-01-21T00:02:35.146Z] Step 6/8 : WORKDIR /build [2021-01-21T00:02:35.146Z] ---> Running in 319a083c3cfd [2021-01-21T00:02:35.744Z] Removing intermediate container 319a083c3cfd [2021-01-21T00:02:35.744Z] ---> 7d07071625ce [2021-01-21T00:02:35.744Z] Step 7/8 : COPY go.mod . [2021-01-21T00:02:36.340Z] ---> 49b4c1fc2047 [2021-01-21T00:02:36.340Z] Step 8/8 : RUN go mod download [2021-01-21T00:02:36.619Z] ---> Running in ad5532192bb6 [2021-01-21T00:02:39.431Z] Removing intermediate container 966e9175da43 [2021-01-21T00:02:39.431Z] ---> 91416acaa71e [2021-01-21T00:02:39.431Z] Successfully built 91416acaa71e [2021-01-21T00:02:39.431Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:02:39.759Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:02:40.023Z] . [Pipeline] withDockerContainer [2021-01-21T00:02:40.171Z] prd-centos7-docker-4c-2g-21760 does not seem to be running inside a container [2021-01-21T00:02:40.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/170 -v /w/workspace/app-functions-sdk-go/170:/w/workspace/app-functions-sdk-go/170:rw,z -v /w/workspace/app-functions-sdk-go/170@tmp:/w/workspace/app-functions-sdk-go/170@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T00:02:41.066Z] $ docker top 87ee22984fb8fdb85b3d0bbfe1f68763e813e6aa4fe16593b1d23f0ca03ef540 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:02:41.645Z] + go version [2021-01-21T00:02:41.645Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T00:02:41.662Z] $ docker stop --time=1 87ee22984fb8fdb85b3d0bbfe1f68763e813e6aa4fe16593b1d23f0ca03ef540 [2021-01-21T00:02:43.047Z] $ docker rm -f 87ee22984fb8fdb85b3d0bbfe1f68763e813e6aa4fe16593b1d23f0ca03ef540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:02:43.868Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:02:43.869Z] . [Pipeline] withDockerContainer [2021-01-21T00:02:43.984Z] prd-centos7-docker-4c-2g-21760 does not seem to be running inside a container [2021-01-21T00:02:44.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/170 -v /w/workspace/app-functions-sdk-go/170:/w/workspace/app-functions-sdk-go/170:rw,z -v /w/workspace/app-functions-sdk-go/170@tmp:/w/workspace/app-functions-sdk-go/170@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T00:02:44.750Z] $ docker top a9f229cd2d77cc2e2a85de8a5807df81ea2385a13a83f90572d7a6a33296daec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:02:45.272Z] + make test [2021-01-21T00:02:45.272Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T00:02:46.701Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-21T00:02:54.999Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.055s coverage: 81.0% of statements [2021-01-21T00:03:03.258Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.025s coverage: 48.6% of statements [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-21T00:03:03.258Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.073s coverage: 61.5% of statements [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-21T00:03:03.258Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.027s coverage: 67.7% of statements [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-21T00:03:03.258Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.031s coverage: 97.0% of statements [2021-01-21T00:03:03.258Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-21T00:03:03.258Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.030s coverage: 8.8% of statements [2021-01-21T00:03:03.448Z] Removing intermediate container ad5532192bb6 [2021-01-21T00:03:03.448Z] ---> 7545e56af20c [2021-01-21T00:03:03.448Z] Successfully built 7545e56af20c [2021-01-21T00:03:03.448Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:03:03.787Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:03:03.788Z] . [Pipeline] withDockerContainer [2021-01-21T00:03:04.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-21759 does not seem to be running inside a container [2021-01-21T00:03:04.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/170 -v /w/workspace/app-functions-sdk-go/170:/w/workspace/app-functions-sdk-go/170:rw,z -v /w/workspace/app-functions-sdk-go/170@tmp:/w/workspace/app-functions-sdk-go/170@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-21T00:03:05.712Z] $ docker top 8893ea25916ec84c955a9e3181146a03568ea9397c553e3f2bd23e562c08974d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:03:06.757Z] + go version [2021-01-21T00:03:06.758Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T00:03:06.783Z] $ docker stop --time=1 8893ea25916ec84c955a9e3181146a03568ea9397c553e3f2bd23e562c08974d [2021-01-21T00:03:08.707Z] $ docker rm -f 8893ea25916ec84c955a9e3181146a03568ea9397c553e3f2bd23e562c08974d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:03:09.686Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:03:09.686Z] . [Pipeline] withDockerContainer [2021-01-21T00:03:09.946Z] prd-ubuntu18.04-docker-arm64-4c-16g-21759 does not seem to be running inside a container [2021-01-21T00:03:10.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/170 -v /w/workspace/app-functions-sdk-go/170:/w/workspace/app-functions-sdk-go/170:rw,z -v /w/workspace/app-functions-sdk-go/170@tmp:/w/workspace/app-functions-sdk-go/170@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-21T00:03:11.484Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 7.235s coverage: 75.4% of statements [2021-01-21T00:03:11.484Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-21T00:03:11.484Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.012s coverage: 87.9% of statements [2021-01-21T00:03:11.484Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.021s coverage: 80.5% of statements [2021-01-21T00:03:11.484Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.041s coverage: 71.7% of statements [2021-01-21T00:03:11.494Z] $ docker top b4cbabc3113c35517ddb0d56b542d5f94c9f221062312b0dd32bc223763096ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:03:12.512Z] + make test [2021-01-21T00:03:12.512Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T00:03:13.957Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-21T00:03:33.515Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.040s coverage: 81.4% of statements [2021-01-21T00:03:33.515Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.006s coverage: 94.4% of statements [2021-01-21T00:03:33.515Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-21T00:03:33.515Z] gofmt -l . [2021-01-21T00:03:33.515Z] [ "`gofmt -l .`" = "" ] [2021-01-21T00:03:33.787Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-21T00:03:34.382Z] $ docker stop --time=1 a9f229cd2d77cc2e2a85de8a5807df81ea2385a13a83f90572d7a6a33296daec [2021-01-21T00:03:36.182Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.033s coverage: 81.0% of statements [2021-01-21T00:03:36.277Z] $ docker rm -f a9f229cd2d77cc2e2a85de8a5807df81ea2385a13a83f90572d7a6a33296daec [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:03:36.900Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T00:03:37.335Z] 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-21T00:03:58.587Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.054s coverage: 48.6% of statements [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-21T00:03:58.587Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.072s coverage: 61.5% of statements [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-21T00:03:58.587Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.041s coverage: 67.7% of statements [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-21T00:03:58.587Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.010s coverage: 97.0% of statements [2021-01-21T00:03:58.587Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-21T00:03:58.587Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.030s coverage: 8.8% of statements [2021-01-21T00:04:08.796Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 7.333s coverage: 75.4% of statements [2021-01-21T00:04:08.796Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-21T00:04:08.796Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.058s coverage: 87.9% of statements [2021-01-21T00:04:08.796Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.075s coverage: 80.5% of statements [2021-01-21T00:04:08.796Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.024s coverage: 71.7% of statements [2021-01-21T00:04:30.932Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.058s coverage: 81.4% of statements [2021-01-21T00:04:30.932Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.013s coverage: 94.4% of statements [2021-01-21T00:04:30.932Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-21T00:04:39.410Z] gofmt -l . [2021-01-21T00:04:39.410Z] [ "`gofmt -l .`" = "" ] [2021-01-21T00:04:39.410Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-21T00:04:39.435Z] $ docker stop --time=1 b4cbabc3113c35517ddb0d56b542d5f94c9f221062312b0dd32bc223763096ee [2021-01-21T00:04:41.442Z] $ docker rm -f b4cbabc3113c35517ddb0d56b542d5f94c9f221062312b0dd32bc223763096ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:04:42.355Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T00:04:42.375Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T00:04:43.095Z] 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-21T00:04:44.666Z] provisioning config files... [2021-01-21T00:04:44.689Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5830793757719135747tmp [Pipeline] { [Pipeline] sh [2021-01-21T00:04:45.205Z] + set +x [2021-01-21T00:04:45.205Z] + bash -s -- [2021-01-21T00:04:45.205Z] + curl -s https://codecov.io/bash [2021-01-21T00:04:45.535Z] [2021-01-21T00:04:45.535Z] _____ _ [2021-01-21T00:04:45.535Z] / ____| | | [2021-01-21T00:04:45.535Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T00:04:45.535Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T00:04:45.535Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T00:04:45.535Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T00:04:45.535Z] Bash-20210115-cec3c92 [2021-01-21T00:04:45.535Z] [2021-01-21T00:04:45.535Z] [2021-01-21T00:04:45.850Z] ==> git version 2.24.3 found [2021-01-21T00:04:45.850Z] ==> 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-21T00:04:45.850Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T00:04:45.850Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T00:04:45.850Z] ==> Jenkins CI detected. [2021-01-21T00:04:45.850Z] project root: . [2021-01-21T00:04:45.850Z] --> token set from env [2021-01-21T00:04:45.850Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T00:04:45.850Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T00:04:45.850Z] ==> Python coveragepy not found [2021-01-21T00:04:45.850Z] ==> Searching for coverage reports in: [2021-01-21T00:04:45.850Z] + . [2021-01-21T00:04:45.850Z] -> Found 1 reports [2021-01-21T00:04:45.850Z] ==> Detecting git/mercurial file structure [2021-01-21T00:04:46.149Z] ==> Reading reports [2021-01-21T00:04:46.149Z] + ./coverage.out bytes=74114 [2021-01-21T00:04:46.149Z] ==> Appending adjustments [2021-01-21T00:04:46.149Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T00:04:46.757Z] + Found adjustments [2021-01-21T00:04:46.757Z] ==> Gzipping contents [2021-01-21T00:04:46.757Z] 16K /tmp/codecov.0i5C7Z.gz [2021-01-21T00:04:46.757Z] ==> Uploading reports [2021-01-21T00:04:46.757Z] url: https://codecov.io [2021-01-21T00:04:46.757Z] query: branch=master&commit=78327a46572e967a5a0e34662e53080e530e38da&build=170&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F170%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T00:04:46.757Z] -> Pinging Codecov [2021-01-21T00:04:46.757Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=78327a46572e967a5a0e34662e53080e530e38da&build=170&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F170%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T00:04:47.345Z] -> Uploading to [2021-01-21T00:04:47.345Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/3D8B5DFFC46A037C893635FACE044666/78327a46572e967a5a0e34662e53080e530e38da/d984d29a-6809-4c7e-a33b-a492987204c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T000447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=74364871cb259f16bf104aac28134a412dbfc5a8bff73be08935a9faf2d8c627 [2021-01-21T00:04:47.345Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T00:04:47.345Z] Dload Upload Total Spent Left Speed [2021-01-21T00:04:47.946Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12845 0 0 100 12845 0 24676 --:--:-- --:--:-- --:--:-- 24654 100 12845 0 0 100 12845 0 24653 --:--:-- --:--:-- --:--:-- 24654 [2021-01-21T00:04:47.946Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/78327a46572e967a5a0e34662e53080e530e38da [Pipeline] } [2021-01-21T00:04:47.974Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-21T00:04:48.810Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-21T00:04:48.883Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:04:49.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T00:04:49.631Z] [2021-01-21T00:04:49.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:04:50.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T00:04:50.412Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-21T00:04:50.412Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T00:04:50.412Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T00:04:50.412Z] de9db76c5a1d: Pulling fs layer [2021-01-21T00:04:50.412Z] 0eba1c9be4d2: Pulling fs layer [2021-01-21T00:04:50.412Z] 0d57e429df01: Pulling fs layer [2021-01-21T00:04:50.412Z] 4e4be7b47b0d: Pulling fs layer [2021-01-21T00:04:50.412Z] e1f770b5df2f: Pulling fs layer [2021-01-21T00:04:50.412Z] 85a0685a4137: Pulling fs layer [2021-01-21T00:04:50.412Z] 0eba1c9be4d2: Waiting [2021-01-21T00:04:50.412Z] 0d57e429df01: Waiting [2021-01-21T00:04:50.412Z] 85a0685a4137: Waiting [2021-01-21T00:04:50.412Z] 4e4be7b47b0d: Waiting [2021-01-21T00:04:50.412Z] e1f770b5df2f: Waiting [2021-01-21T00:04:50.412Z] de9db76c5a1d: Verifying Checksum [2021-01-21T00:04:50.412Z] de9db76c5a1d: Download complete [2021-01-21T00:04:50.412Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T00:04:50.412Z] 0ef7d3d256c8: Download complete [2021-01-21T00:04:50.412Z] 0d57e429df01: Verifying Checksum [2021-01-21T00:04:50.412Z] 0d57e429df01: Download complete [2021-01-21T00:04:50.764Z] 4e4be7b47b0d: Verifying Checksum [2021-01-21T00:04:50.764Z] 4e4be7b47b0d: Download complete [2021-01-21T00:04:50.764Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T00:04:50.764Z] 188c0c94c7c5: Download complete [2021-01-21T00:04:51.791Z] 188c0c94c7c5: Pull complete [2021-01-21T00:04:52.167Z] 0ef7d3d256c8: Pull complete [2021-01-21T00:04:52.840Z] de9db76c5a1d: Pull complete [2021-01-21T00:04:53.453Z] e1f770b5df2f: Verifying Checksum [2021-01-21T00:04:53.453Z] e1f770b5df2f: Download complete [2021-01-21T00:04:57.928Z] 0eba1c9be4d2: Verifying Checksum [2021-01-21T00:04:57.928Z] 0eba1c9be4d2: Download complete [2021-01-21T00:04:59.015Z] 85a0685a4137: Verifying Checksum [2021-01-21T00:04:59.015Z] 85a0685a4137: Download complete [2021-01-21T00:05:11.709Z] 0eba1c9be4d2: Pull complete [2021-01-21T00:05:11.709Z] 0d57e429df01: Pull complete [2021-01-21T00:05:11.709Z] 4e4be7b47b0d: Pull complete [2021-01-21T00:05:13.171Z] e1f770b5df2f: Pull complete [2021-01-21T00:05:25.857Z] 85a0685a4137: Pull complete [2021-01-21T00:05:25.857Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-21T00:05:25.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T00:05:25.857Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-21T00:05:26.234Z] prd-centos7-docker-4c-2g-21752 does not seem to be running inside a container [2021-01-21T00:05:26.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-21T00:05:27.865Z] $ docker top ec796acedd74f40a35278c2aa8a195d519e45b2e23d4c31d396fdfed4a151419 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T00:05:28.214Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-21T00:05:28.683Z] + set -o pipefail [2021-01-21T00:05:28.683Z] + snyk monitor '--org=edgex-jenkins' [2021-01-21T00:05:41.304Z] [2021-01-21T00:05:41.304Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-01-21T00:05:41.304Z] [2021-01-21T00:05:41.304Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/9a4831de-0b71-4b13-868a-9424cd6bca21 [2021-01-21T00:05:41.304Z] [2021-01-21T00:05:41.304Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-21T00:05:41.304Z] [2021-01-21T00:05:41.304Z] [Pipeline] } [2021-01-21T00:05:41.335Z] $ docker stop --time=1 ec796acedd74f40a35278c2aa8a195d519e45b2e23d4c31d396fdfed4a151419 [2021-01-21T00:05:44.863Z] $ docker rm -f ec796acedd74f40a35278c2aa8a195d519e45b2e23d4c31d396fdfed4a151419 [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-21T00:05:46.851Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T00:05:46.911Z] provisioning config files... [2021-01-21T00:05:46.931Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5953888840282466895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:05:47.455Z] --> edgex-publish-swagger.sh [2021-01-21T00:05:47.456Z] === Publish openapi/v2 API === [2021-01-21T00:05:47.456Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-21T00:05:47.456Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-01-21T00:05:47.456Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T00:05:47.456Z] Dload Upload Total Spent Left Speed [2021-01-21T00:05:48.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 9764 0:00:01 0:00:01 --:--:-- 9769 100 13052 0 0 100 13052 0 9762 0:00:01 0:00:01 --:--:-- 9769 [2021-01-21T00:05:48.741Z] [2021-01-21T00:05:48.741Z] [Pipeline] } [2021-01-21T00:05:48.763Z] 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-21T00:05:49.994Z] + git log --format=format:%s -1 78327a46572e967a5a0e34662e53080e530e38da [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:05:50.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:05:50.497Z] . [Pipeline] withDockerContainer [2021-01-21T00:05:50.996Z] prd-centos7-docker-4c-2g-21752 does not seem to be running inside a container [2021-01-21T00:05:51.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T00:05:54.505Z] $ docker top 7fbd44f2cd69bcacdbbd8d1f8129bab228ebe1cda3c2d8285bfc9e8b228c32e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T00:05:55.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:05:55.224Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:05:56.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:05:56.206Z] $ docker exec 7fbd44f2cd69bcacdbbd8d1f8129bab228ebe1cda3c2d8285bfc9e8b228c32e8 ssh-agent [2021-01-21T00:05:56.810Z] SSH_AUTH_SOCK=/tmp/ssh-QjDbryI8jTLO/agent.11 [2021-01-21T00:05:56.810Z] SSH_AGENT_PID=16 [2021-01-21T00:05:56.839Z] Running ssh-add (command line suppressed) [2021-01-21T00:05:57.431Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_15241615992759934.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_15241615992759934.key) [2021-01-21T00:05:57.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:05:58.442Z] + git semver tag [2021-01-21T00:05:58.442Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T00:05:58.442Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-21T00:05:58.443Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-21T00:05:58.443Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T00:05:58.443Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T00:05:58.443Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T00:05:58.443Z] # $SEMVER_BRANCH = master [2021-01-21T00:05:58.443Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-21T00:05:58.443Z] # 78327a46572e967a5a0e34662e53080e530e38da HEAD [2021-01-21T00:05:58.750Z] # -> Force: false [2021-01-21T00:05:58.750Z] # e93e4fe5797889ecf85aa76fb3c8dc55cc2af82d refs/tags/v2.0.0-dev.3 [Pipeline] } [2021-01-21T00:05:58.813Z] $ docker exec --env ******** --env ******** 7fbd44f2cd69bcacdbbd8d1f8129bab228ebe1cda3c2d8285bfc9e8b228c32e8 ssh-agent -k [2021-01-21T00:05:59.353Z] unset SSH_AUTH_SOCK; [2021-01-21T00:05:59.355Z] unset SSH_AGENT_PID; [2021-01-21T00:05:59.355Z] echo Agent pid 16 killed; [2021-01-21T00:05:59.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:05:59.994Z] + git semver [Pipeline] } [2021-01-21T00:06:00.350Z] $ docker stop --time=1 7fbd44f2cd69bcacdbbd8d1f8129bab228ebe1cda3c2d8285bfc9e8b228c32e8 [2021-01-21T00:06:02.706Z] $ docker rm -f 7fbd44f2cd69bcacdbbd8d1f8129bab228ebe1cda3c2d8285bfc9e8b228c32e8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:06:03.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T00:06:04.063Z] [2021-01-21T00:06:04.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:06:04.902Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T00:06:05.518Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-21T00:06:05.518Z] ab5ef0e58194: Pulling fs layer [2021-01-21T00:06:05.518Z] 9712f1f96733: Pulling fs layer [2021-01-21T00:06:05.518Z] 63f879dbbcfc: Pulling fs layer [2021-01-21T00:06:05.518Z] 0d9ebad4ef96: Pulling fs layer [2021-01-21T00:06:05.518Z] e9a5061849ea: Pulling fs layer [2021-01-21T00:06:05.518Z] d747dcd14b5f: Pulling fs layer [2021-01-21T00:06:05.518Z] 2de7ff778b66: Pulling fs layer [2021-01-21T00:06:05.518Z] 0d9ebad4ef96: Waiting [2021-01-21T00:06:05.518Z] e9a5061849ea: Waiting [2021-01-21T00:06:05.518Z] d747dcd14b5f: Waiting [2021-01-21T00:06:05.518Z] 2de7ff778b66: Waiting [2021-01-21T00:06:05.518Z] 9712f1f96733: Verifying Checksum [2021-01-21T00:06:05.518Z] 9712f1f96733: Download complete [2021-01-21T00:06:10.354Z] 63f879dbbcfc: Verifying Checksum [2021-01-21T00:06:10.354Z] 63f879dbbcfc: Download complete [2021-01-21T00:06:11.178Z] e9a5061849ea: Verifying Checksum [2021-01-21T00:06:11.178Z] e9a5061849ea: Download complete [2021-01-21T00:06:11.178Z] d747dcd14b5f: Verifying Checksum [2021-01-21T00:06:11.178Z] d747dcd14b5f: Download complete [2021-01-21T00:06:13.496Z] 2de7ff778b66: Verifying Checksum [2021-01-21T00:06:13.496Z] 2de7ff778b66: Download complete [2021-01-21T00:06:16.404Z] 0d9ebad4ef96: Verifying Checksum [2021-01-21T00:06:16.404Z] 0d9ebad4ef96: Download complete [2021-01-21T00:06:16.404Z] ab5ef0e58194: Verifying Checksum [2021-01-21T00:06:16.404Z] ab5ef0e58194: Download complete [2021-01-21T00:06:29.821Z] ab5ef0e58194: Pull complete [2021-01-21T00:06:29.821Z] 9712f1f96733: Pull complete [2021-01-21T00:06:33.232Z] 63f879dbbcfc: Pull complete [2021-01-21T00:06:43.529Z] 0d9ebad4ef96: Pull complete [2021-01-21T00:06:46.233Z] e9a5061849ea: Pull complete [2021-01-21T00:06:46.528Z] d747dcd14b5f: Pull complete [2021-01-21T00:06:49.936Z] 2de7ff778b66: Pull complete [2021-01-21T00:06:49.936Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-21T00:06:49.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T00:06:49.936Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-21T00:06:50.532Z] prd-centos7-docker-4c-2g-21752 does not seem to be running inside a container [2021-01-21T00:06:50.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-21T00:06:54.588Z] $ docker top ac801bd5dd07812918144d03c3efc6eb6e32dfbf5f3e919e72fa1b8dc74c448b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-21T00:06:54.869Z] provisioning config files... [2021-01-21T00:06:54.892Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4483610712903589399tmp [2021-01-21T00:06:54.953Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1708704196195447885tmp [2021-01-21T00:06:54.976Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5645268383992696673tmp [Pipeline] { [Pipeline] echo [2021-01-21T00:06:55.072Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:06:55.428Z] ---> sigul-configuration.sh [2021-01-21T00:06:55.707Z] gpg: directory `/root/.gnupg' created [2021-01-21T00:06:55.707Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-21T00:06:55.707Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-21T00:06:55.707Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-21T00:06:55.707Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-21T00:06:55.707Z] gpg: CAST5 encrypted data [2021-01-21T00:06:55.707Z] gpg: encrypted with 1 passphrase [2021-01-21T00:06:55.707Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-21T00:06:56.375Z] + mkdir /home/jenkins [2021-01-21T00:06:56.375Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-21T00:06:56.684Z] + 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-21T00:06:56.700Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:06:57.021Z] ---> sigul-install.sh [2021-01-21T00:07:10.220Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-21T00:07:10.946Z] + git tag --list [2021-01-21T00:07:10.946Z] v0.1.0 [2021-01-21T00:07:10.946Z] v0.1.1 [2021-01-21T00:07:10.946Z] v1.0.0 [2021-01-21T00:07:10.946Z] v1.1.0 [2021-01-21T00:07:10.946Z] v1.2.0 [2021-01-21T00:07:10.946Z] v1.3.0 [2021-01-21T00:07:10.946Z] v2.0.0-dev.1 [2021-01-21T00:07:10.946Z] v2.0.0-dev.2 [2021-01-21T00:07:10.946Z] v2.0.0-dev.3 [Pipeline] sh [2021-01-21T00:07:11.559Z] + lftools sign git-tag v2.0.0-dev.3 [2021-01-21T00:07:13.738Z] Signing Git tag with Sigul... [2021-01-21T00:07:13.738Z] Signing v2.0.0-dev.3 [Pipeline] echo [2021-01-21T00:07:15.315Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:07:16.098Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-21T00:07:16.121Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-21T00:07:16.251Z] $ docker stop --time=1 ac801bd5dd07812918144d03c3efc6eb6e32dfbf5f3e919e72fa1b8dc74c448b [2021-01-21T00:07:19.137Z] $ docker rm -f ac801bd5dd07812918144d03c3efc6eb6e32dfbf5f3e919e72fa1b8dc74c448b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:07:20.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:07:20.587Z] . [Pipeline] withDockerContainer [2021-01-21T00:07:20.883Z] prd-centos7-docker-4c-2g-21752 does not seem to be running inside a container [2021-01-21T00:07:21.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T00:07:22.847Z] $ docker top 2a95be78b34f96638b270e2a28e3617357a96b43d378fdf1d5c0b81929e8d1e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T00:07:23.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:07:23.401Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:07:23.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:07:23.992Z] $ docker exec 2a95be78b34f96638b270e2a28e3617357a96b43d378fdf1d5c0b81929e8d1e1 ssh-agent [2021-01-21T00:07:24.528Z] SSH_AUTH_SOCK=/tmp/ssh-2rk62zNnEuYt/agent.11 [2021-01-21T00:07:24.528Z] SSH_AGENT_PID=16 [2021-01-21T00:07:24.542Z] Running ssh-add (command line suppressed) [2021-01-21T00:07:24.930Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6290143028482169912.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6290143028482169912.key) [2021-01-21T00:07:25.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:07:25.565Z] + git semver bump pre [2021-01-21T00:07:25.565Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T00:07:25.565Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-21T00:07:25.565Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-21T00:07:25.565Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T00:07:25.565Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T00:07:25.565Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T00:07:25.565Z] # $SEMVER_BRANCH = master [2021-01-21T00:07:25.565Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-21T00:07:25.845Z] 2.0.0-dev.4 [Pipeline] } [2021-01-21T00:07:25.876Z] $ docker exec --env ******** --env ******** 2a95be78b34f96638b270e2a28e3617357a96b43d378fdf1d5c0b81929e8d1e1 ssh-agent -k [2021-01-21T00:07:26.343Z] unset SSH_AUTH_SOCK; [2021-01-21T00:07:26.344Z] unset SSH_AGENT_PID; [2021-01-21T00:07:26.345Z] echo Agent pid 16 killed; [2021-01-21T00:07:26.461Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:07:27.599Z] + git semver [Pipeline] } [2021-01-21T00:07:27.719Z] $ docker stop --time=1 2a95be78b34f96638b270e2a28e3617357a96b43d378fdf1d5c0b81929e8d1e1 [2021-01-21T00:07:29.604Z] $ docker rm -f 2a95be78b34f96638b270e2a28e3617357a96b43d378fdf1d5c0b81929e8d1e1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:07:30.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:07:30.614Z] . [Pipeline] withDockerContainer [2021-01-21T00:07:30.905Z] prd-centos7-docker-4c-2g-21752 does not seem to be running inside a container [2021-01-21T00:07:31.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T00:07:34.456Z] $ docker top 3a5e7e2bb30c92c48c1cd0c1571343bac54097a3eeade5d1df2af07eff8a5702 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T00:07:35.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:07:35.184Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:07:35.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:07:35.814Z] $ docker exec 3a5e7e2bb30c92c48c1cd0c1571343bac54097a3eeade5d1df2af07eff8a5702 ssh-agent [2021-01-21T00:07:36.414Z] SSH_AUTH_SOCK=/tmp/ssh-qIBbR3X7bIwK/agent.11 [2021-01-21T00:07:36.414Z] SSH_AGENT_PID=16 [2021-01-21T00:07:36.430Z] Running ssh-add (command line suppressed) [2021-01-21T00:07:36.900Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1067662227550152235.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1067662227550152235.key) [2021-01-21T00:07:37.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:07:37.814Z] + git semver push [2021-01-21T00:07:37.814Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T00:07:37.814Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-21T00:07:37.814Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-21T00:07:37.814Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T00:07:37.814Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T00:07:37.814Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T00:07:37.814Z] # $SEMVER_BRANCH = master [2021-01-21T00:07:37.814Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-21T00:07:46.145Z] $ docker exec --env ******** --env ******** 3a5e7e2bb30c92c48c1cd0c1571343bac54097a3eeade5d1df2af07eff8a5702 ssh-agent -k [2021-01-21T00:07:46.518Z] unset SSH_AUTH_SOCK; [2021-01-21T00:07:46.525Z] unset SSH_AGENT_PID; [2021-01-21T00:07:46.525Z] echo Agent pid 16 killed; [2021-01-21T00:07:46.739Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:07:47.630Z] + git semver [Pipeline] } [2021-01-21T00:07:47.650Z] $ docker stop --time=1 3a5e7e2bb30c92c48c1cd0c1571343bac54097a3eeade5d1df2af07eff8a5702 [2021-01-21T00:07:49.943Z] $ docker rm -f 3a5e7e2bb30c92c48c1cd0c1571343bac54097a3eeade5d1df2af07eff8a5702 [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-21T00:07:51.925Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:07:53.437Z] ---> package-listing.sh [2021-01-21T00:07:53.437Z] ++ facter osfamily [2021-01-21T00:07:53.437Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T00:07:53.762Z] + OS_FAMILY=redhat [2021-01-21T00:07:53.762Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-01-21T00:07:53.762Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T00:07:53.762Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T00:07:53.762Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T00:07:53.762Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T00:07:53.762Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-21T00:07:53.762Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T00:07:53.762Z] + case "${OS_FAMILY}" in [2021-01-21T00:07:53.762Z] + rpm -qa [2021-01-21T00:07:53.762Z] + sort [2021-01-21T00:08:00.541Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T00:08:00.541Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T00:08:00.541Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T00:08:00.541Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-21T00:08:00.541Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-01-21T00:08:00.541Z] + 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-21T00:08:00.607Z] 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-21T00:08:00.993Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:08:01.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:08:02.310Z] [2021-01-21T00:08:02.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:08:03.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:08:03.713Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T00:08:03.713Z] df20fa9351a1: Pulling fs layer [2021-01-21T00:08:03.713Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T00:08:03.713Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T00:08:03.713Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T00:08:03.713Z] 93b61091891f: Pulling fs layer [2021-01-21T00:08:03.713Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T00:08:03.713Z] 5e14af77c1be: Pulling fs layer [2021-01-21T00:08:03.713Z] 01666e4c0597: Pulling fs layer [2021-01-21T00:08:03.713Z] aa168da1d23b: Pulling fs layer [2021-01-21T00:08:03.713Z] 46f8f816bc3b: Waiting [2021-01-21T00:08:03.713Z] 93b61091891f: Waiting [2021-01-21T00:08:03.713Z] 93b9cdb0e59b: Waiting [2021-01-21T00:08:03.713Z] 5e14af77c1be: Waiting [2021-01-21T00:08:03.713Z] 01666e4c0597: Waiting [2021-01-21T00:08:03.713Z] aa168da1d23b: Waiting [2021-01-21T00:08:03.999Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T00:08:03.999Z] 36b3adc4ff6f: Download complete [2021-01-21T00:08:03.999Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T00:08:03.999Z] 46f8f816bc3b: Download complete [2021-01-21T00:08:03.999Z] df20fa9351a1: Verifying Checksum [2021-01-21T00:08:03.999Z] df20fa9351a1: Download complete [2021-01-21T00:08:04.313Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T00:08:04.313Z] 93b9cdb0e59b: Download complete [2021-01-21T00:08:04.313Z] 5e14af77c1be: Verifying Checksum [2021-01-21T00:08:04.313Z] 5e14af77c1be: Download complete [2021-01-21T00:08:04.313Z] 01666e4c0597: Download complete [2021-01-21T00:08:04.313Z] 93b61091891f: Verifying Checksum [2021-01-21T00:08:04.313Z] 93b61091891f: Download complete [2021-01-21T00:08:05.190Z] df20fa9351a1: Pull complete [2021-01-21T00:08:06.202Z] 36b3adc4ff6f: Pull complete [2021-01-21T00:08:08.072Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T00:08:08.072Z] 8ad3a11d3b57: Download complete [2021-01-21T00:08:10.859Z] 8ad3a11d3b57: Pull complete [2021-01-21T00:08:11.275Z] 46f8f816bc3b: Pull complete [2021-01-21T00:08:12.459Z] 93b61091891f: Pull complete [2021-01-21T00:08:12.825Z] 93b9cdb0e59b: Pull complete [2021-01-21T00:08:13.502Z] 5e14af77c1be: Pull complete [2021-01-21T00:08:15.662Z] 01666e4c0597: Pull complete [2021-01-21T00:08:22.407Z] aa168da1d23b: Verifying Checksum [2021-01-21T00:08:22.407Z] aa168da1d23b: Download complete [2021-01-21T00:08:41.135Z] aa168da1d23b: Pull complete [2021-01-21T00:08:41.135Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T00:08:41.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:08:41.135Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T00:08:42.023Z] prd-centos7-docker-4c-2g-21752 does not seem to be running inside a container [2021-01-21T00:08:42.186Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T00:08:47.099Z] $ docker top 366108c8e6d194892b6f1635991aa50c72499f012d94f8d677ff0bfa4fdca3aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:08:47.820Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T00:08:48.179Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T00:08:48.923Z] + ls /var/log/sa-host [2021-01-21T00:08:48.923Z] + sadf -c /var/log/sa-host/sa20 [2021-01-21T00:08:48.923Z] file_magic: OK [2021-01-21T00:08:48.923Z] HZ: Using current value: 100 [2021-01-21T00:08:48.923Z] file_header: OK [2021-01-21T00:08:48.923Z] 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-21T00:08:48.923Z] Statistics: [2021-01-21T00:08:48.923Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T00:08:48.923Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T00:08:48.923Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T00:08:48.923Z] file_magic: OK [2021-01-21T00:08:48.923Z] HZ: Using current value: 100 [2021-01-21T00:08:48.923Z] file_header: OK [2021-01-21T00:08:48.923Z] 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-21T00:08:48.923Z] Statistics: [2021-01-21T00:08:48.923Z] Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T00:08:48.923Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T00:08:48.923Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T00:08:48.923Z] file_magic: OK [2021-01-21T00:08:48.923Z] HZ: Using current value: 100 [2021-01-21T00:08:48.923Z] file_header: OK [2021-01-21T00:08:48.923Z] 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-21T00:08:48.923Z] Statistics: [2021-01-21T00:08:48.923Z] Hnuu...uuuununununu... [2021-01-21T00:08:48.923Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T00:08:49.185Z] provisioning config files... [2021-01-21T00:08:49.208Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6424668186638741355tmp [Pipeline] { [Pipeline] echo [2021-01-21T00:08:49.301Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:08:50.388Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T00:08:50.405Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T00:08:50.634Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:08:51.148Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T00:08:51.165Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:08:52.404Z] ---> sudo-logs.sh [2021-01-21T00:08:52.404Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T00:08:52.445Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:08:53.829Z] ---> job-cost.sh [2021-01-21T00:08:54.108Z] lf-activate-venv: SKIPPING [2021-01-21T00:08:54.108Z] INFO: No Stack... [2021-01-21T00:08:55.165Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T00:08:56.169Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T00:08:56.189Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:08:56.894Z] ---> logs-deploy.sh [2021-01-21T00:08:56.894Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/170 [2021-01-21T00:08:56.894Z] INFO: archiving workspace using pattern(s): [2021-01-21T00:09:00.333Z] Archives upload complete. [2021-01-21T00:09:00.614Z] INFO: archiving logs to Nexus