Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e5100d529b58d0c19d0905c9fafb19f11d5acd53 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14340 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 e5100d529b58d0c19d0905c9fafb19f11d5acd53 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e5100d529b58d0c19d0905c9fafb19f11d5acd53 # timeout=10 Commit message: "feat: Remove remote logging service capability (#585)" > git rev-list --no-walk 44dcb89bc898e098fc683f52994823469c0d1781 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T17:22:56.412Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T17:22:56.722Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T17:22:56.859Z] ========================================================= [2020-12-03T17:22:56.859Z] EdgeX Global Pipelines Version Info [2020-12-03T17:22:56.859Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:22:58.776Z] ------------------- [2020-12-03T17:22:58.776Z] stable info: [2020-12-03T17:22:58.776Z] ------------------- [2020-12-03T17:22:58.776Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T17:22:58.776Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T17:22:58.776Z] Message: update stable to v1.0.169 [2020-12-03T17:22:59.354Z] ------------------- [2020-12-03T17:22:59.354Z] experimental info: [2020-12-03T17:22:59.354Z] ------------------- [2020-12-03T17:22:59.354Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T17:22:59.354Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T17:22:59.354Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T17:22:59.714Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-03T17:22:59.825Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-03T17:22:59.933Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T17:23:00.073Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T17:23:00.187Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T17:23:00.322Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T17:23:00.558Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T17:23:00.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T17:23:00.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-03T17:23:00.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T17:23:01.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T17:23:01.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-03T17:23:01.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T17:23:01.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T17:23:01.519Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T17:23:01.645Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T17:23:01.769Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T17:23:01.887Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T17:23:01.996Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T17:23:02.106Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-03T17:23:02.206Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T17:23:02.312Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-03T17:23:02.410Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-03T17:23:02.530Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-03T17:23:02.663Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-03T17:23:02.801Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T17:23:02.900Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-03T17:23:02.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-03T17:23:03.090Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-03T17:23:03.189Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5100d529b58d0c19d0905c9fafb19f11d5acd53 [Pipeline] echo [2020-12-03T17:23:03.291Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5100d5 [Pipeline] echo [2020-12-03T17:23:03.404Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T17:23:04.302Z] + git log --format=format:%s -1 e5100d529b58d0c19d0905c9fafb19f11d5acd53 [Pipeline] echo [2020-12-03T17:23:04.365Z] GIT_COMMIT: e5100d529b58d0c19d0905c9fafb19f11d5acd53, Commit Message: feat: Remove remote logging service capability (#585) [Pipeline] echo [2020-12-03T17:23:04.417Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:23:05.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T17:23:05.679Z] [2020-12-03T17:23:05.679Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:23:06.031Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T17:23:06.031Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T17:23:06.031Z] 31603596830f: Pulling fs layer [2020-12-03T17:23:06.031Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T17:23:06.031Z] 6ca5941a6612: Pulling fs layer [2020-12-03T17:23:06.031Z] ecc8261a40a4: Pulling fs layer [2020-12-03T17:23:06.031Z] ecc8261a40a4: Waiting [2020-12-03T17:23:06.031Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T17:23:06.031Z] 2a8b12db71e7: Download complete [2020-12-03T17:23:06.296Z] 31603596830f: Verifying Checksum [2020-12-03T17:23:06.296Z] 31603596830f: Download complete [2020-12-03T17:23:06.296Z] ecc8261a40a4: Verifying Checksum [2020-12-03T17:23:06.296Z] ecc8261a40a4: Download complete [2020-12-03T17:23:06.296Z] 6ca5941a6612: Verifying Checksum [2020-12-03T17:23:06.296Z] 6ca5941a6612: Download complete [2020-12-03T17:23:06.561Z] 31603596830f: Pull complete [2020-12-03T17:23:06.561Z] 2a8b12db71e7: Pull complete [2020-12-03T17:23:07.505Z] 6ca5941a6612: Pull complete [2020-12-03T17:23:07.767Z] ecc8261a40a4: Pull complete [2020-12-03T17:23:07.767Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T17:23:07.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T17:23:07.767Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T17:23:07.867Z] prd-centos7-docker-4c-2g-14340 does not seem to be running inside a container [2020-12-03T17:23:07.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T17:23:10.583Z] $ docker top b8cd5ab871a7c3ee46adde37a32dea7d5cb854c5ab554d0e514c603b8d787869 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T17:23:10.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T17:23:10.993Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T17:23:11.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T17:23:11.210Z] $ docker exec b8cd5ab871a7c3ee46adde37a32dea7d5cb854c5ab554d0e514c603b8d787869 ssh-agent [2020-12-03T17:23:11.371Z] SSH_AUTH_SOCK=/tmp/ssh-XGfAJFVveMK0/agent.11 [2020-12-03T17:23:11.371Z] SSH_AGENT_PID=16 [2020-12-03T17:23:11.381Z] Running ssh-add (command line suppressed) [2020-12-03T17:23:11.501Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2736790683873015622.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2736790683873015622.key) [2020-12-03T17:23:11.551Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T17:23:11.894Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T17:23:11.919Z] $ docker exec --env ******** --env ******** b8cd5ab871a7c3ee46adde37a32dea7d5cb854c5ab554d0e514c603b8d787869 ssh-agent -k [2020-12-03T17:23:12.029Z] unset SSH_AUTH_SOCK; [2020-12-03T17:23:12.030Z] unset SSH_AGENT_PID; [2020-12-03T17:23:12.030Z] echo Agent pid 16 killed; [2020-12-03T17:23:12.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T17:23:12.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T17:23:12.224Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T17:23:12.436Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T17:23:12.451Z] $ docker exec b8cd5ab871a7c3ee46adde37a32dea7d5cb854c5ab554d0e514c603b8d787869 ssh-agent [2020-12-03T17:23:12.615Z] SSH_AUTH_SOCK=/tmp/ssh-w0r23E4MaGjE/agent.44 [2020-12-03T17:23:12.615Z] SSH_AGENT_PID=49 [2020-12-03T17:23:12.621Z] Running ssh-add (command line suppressed) [2020-12-03T17:23:12.738Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2414360358495994203.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2414360358495994203.key) [2020-12-03T17:23:12.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T17:23:13.121Z] + git semver init [2020-12-03T17:23:13.121Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T17:23:13.121Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-03T17:23:13.121Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-03T17:23:13.121Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T17:23:13.121Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T17:23:13.121Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T17:23:13.121Z] # $SEMVER_BRANCH = master [2020-12-03T17:23:13.121Z] # $SEMVER_TEMP = /tmp/semver-212092302 [2020-12-03T17:23:13.121Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-03T17:23:16.435Z] # '/tmp/semver-212092302' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-12-03T17:23:16.435Z] # -> Force: false [2020-12-03T17:23:16.435Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-03T17:23:16.452Z] $ docker exec --env ******** --env ******** b8cd5ab871a7c3ee46adde37a32dea7d5cb854c5ab554d0e514c603b8d787869 ssh-agent -k [2020-12-03T17:23:16.568Z] unset SSH_AUTH_SOCK; [2020-12-03T17:23:16.569Z] unset SSH_AGENT_PID; [2020-12-03T17:23:16.569Z] echo Agent pid 49 killed; [2020-12-03T17:23:16.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T17:23:17.122Z] + git semver [Pipeline] } [2020-12-03T17:23:17.143Z] $ docker stop --time=1 b8cd5ab871a7c3ee46adde37a32dea7d5cb854c5ab554d0e514c603b8d787869 [2020-12-03T17:23:18.748Z] $ docker rm -f b8cd5ab871a7c3ee46adde37a32dea7d5cb854c5ab554d0e514c603b8d787869 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T17:23:19.256Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T17:23:19.746Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T17:23:19.748Z] [edgeXSemver]: initialized semver on version 1.3.1-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 [2020-12-03T17:23:35.422Z] Still waiting to schedule task [2020-12-03T17:23:35.423Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-03T17:23:35.427Z] Still waiting to schedule task [2020-12-03T17:23:35.427Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-03T17:26:32.092Z] Running on prd-centos7-docker-4c-2g-14341 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-03T17:26:32.169Z] Running in /w/workspace/app-functions-sdk-go/151 [Pipeline] { [Pipeline] checkout [2020-12-03T17:26:34.990Z] using credential edgex-jenkins-ssh [2020-12-03T17:26:35.053Z] Cloning the remote Git repository [2020-12-03T17:26:35.108Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-03T17:26:35.187Z] > git init /w/workspace/app-functions-sdk-go/151 # timeout=10 [2020-12-03T17:26:35.258Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-03T17:26:35.258Z] > git --version # timeout=10 [2020-12-03T17:26:35.264Z] > git --version # 'git version 2.24.3' [2020-12-03T17:26:35.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T17:26:35.292Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T17:26:36.838Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-03T17:26:36.846Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T17:26:36.861Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-03T17:26:36.875Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-03T17:26:36.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T17:26:36.880Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T17:26:37.255Z] Checking out Revision e5100d529b58d0c19d0905c9fafb19f11d5acd53 (master) [2020-12-03T17:26:37.267Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T17:26:37.272Z] > git checkout -f e5100d529b58d0c19d0905c9fafb19f11d5acd53 # timeout=10 [2020-12-03T17:26:40.878Z] Commit message: "feat: Remove remote logging service capability (#585)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T17:26:42.551Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T17:26:42.902Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T17:26:43.202Z] + sudo service docker restart [2020-12-03T17:26:43.202Z] + true [2020-12-03T17:26:43.202Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-03T17:26:44.360Z] ========================================================= [2020-12-03T17:26:44.360Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T17:26:44.360Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:26:44.720Z] + 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 . [2020-12-03T17:26:45.295Z] Sending build context to Docker daemon 19.18MB [2020-12-03T17:26:45.295Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-03T17:26:45.295Z] Step 2/8 : FROM ${BASE} [2020-12-03T17:26:45.557Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T17:26:45.557Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T17:26:45.557Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T17:26:45.557Z] de9db76c5a1d: Pulling fs layer [2020-12-03T17:26:45.557Z] bca2f99d35d6: Pulling fs layer [2020-12-03T17:26:45.557Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T17:26:45.557Z] 7c6f9722023f: Pulling fs layer [2020-12-03T17:26:45.557Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T17:26:45.557Z] 93359f2a8cfa: Waiting [2020-12-03T17:26:45.557Z] 7c6f9722023f: Waiting [2020-12-03T17:26:45.557Z] a35cf1a2eb13: Waiting [2020-12-03T17:26:45.557Z] bca2f99d35d6: Waiting [2020-12-03T17:26:45.557Z] 0ef7d3d256c8: Download complete [2020-12-03T17:26:45.557Z] de9db76c5a1d: Verifying Checksum [2020-12-03T17:26:45.557Z] de9db76c5a1d: Download complete [2020-12-03T17:26:45.557Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T17:26:45.557Z] 93359f2a8cfa: Download complete [2020-12-03T17:26:45.557Z] 7c6f9722023f: Verifying Checksum [2020-12-03T17:26:45.557Z] 7c6f9722023f: Download complete [2020-12-03T17:26:45.557Z] 188c0c94c7c5: Download complete [2020-12-03T17:26:45.820Z] 188c0c94c7c5: Pull complete [2020-12-03T17:26:46.084Z] 0ef7d3d256c8: Pull complete [2020-12-03T17:26:46.348Z] de9db76c5a1d: Pull complete [2020-12-03T17:26:48.284Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T17:26:48.284Z] a35cf1a2eb13: Download complete [2020-12-03T17:26:49.239Z] bca2f99d35d6: Download complete [2020-12-03T17:26:54.571Z] bca2f99d35d6: Pull complete [2020-12-03T17:26:54.571Z] 93359f2a8cfa: Pull complete [2020-12-03T17:26:54.571Z] 7c6f9722023f: Pull complete [2020-12-03T17:26:58.810Z] a35cf1a2eb13: Pull complete [2020-12-03T17:26:58.810Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T17:26:58.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T17:26:58.810Z] ---> a62c8e92a672 [2020-12-03T17:26:58.810Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T17:26:58.810Z] latest: Pulling from library/docker [2020-12-03T17:26:58.810Z] 188c0c94c7c5: Already exists [2020-12-03T17:26:58.810Z] 0c7c675703d6: Pulling fs layer [2020-12-03T17:26:58.810Z] cc8c12a437cb: Pulling fs layer [2020-12-03T17:26:58.810Z] f092543453df: Pulling fs layer [2020-12-03T17:26:58.810Z] 65b6bc45957d: Pulling fs layer [2020-12-03T17:26:58.810Z] 4de832df471b: Pulling fs layer [2020-12-03T17:26:58.810Z] 79aa7fa92271: Pulling fs layer [2020-12-03T17:26:58.810Z] 65b6bc45957d: Waiting [2020-12-03T17:26:58.810Z] 4de832df471b: Waiting [2020-12-03T17:26:58.810Z] 79aa7fa92271: Waiting [2020-12-03T17:26:59.074Z] cc8c12a437cb: Verifying Checksum [2020-12-03T17:26:59.074Z] cc8c12a437cb: Download complete [2020-12-03T17:26:59.074Z] 65b6bc45957d: Verifying Checksum [2020-12-03T17:26:59.074Z] 65b6bc45957d: Download complete [2020-12-03T17:26:59.074Z] 4de832df471b: Verifying Checksum [2020-12-03T17:26:59.074Z] 4de832df471b: Download complete [2020-12-03T17:26:59.074Z] 0c7c675703d6: Verifying Checksum [2020-12-03T17:26:59.074Z] 0c7c675703d6: Download complete [2020-12-03T17:26:59.074Z] 79aa7fa92271: Verifying Checksum [2020-12-03T17:26:59.074Z] 79aa7fa92271: Download complete [2020-12-03T17:26:59.653Z] 0c7c675703d6: Pull complete [2020-12-03T17:26:59.653Z] cc8c12a437cb: Pull complete [2020-12-03T17:26:59.920Z] f092543453df: Download complete [2020-12-03T17:27:03.273Z] f092543453df: Pull complete [2020-12-03T17:27:03.273Z] 65b6bc45957d: Pull complete [2020-12-03T17:27:03.273Z] 4de832df471b: Pull complete [2020-12-03T17:27:03.273Z] 79aa7fa92271: Pull complete [2020-12-03T17:27:03.273Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T17:27:03.273Z] Status: Downloaded newer image for docker:latest [2020-12-03T17:27:05.199Z] ---> 726c09f08989 [2020-12-03T17:27:05.199Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-03T17:27:05.199Z] ---> Running in 9236e3cd4a49 [2020-12-03T17:27:05.199Z] Removing intermediate container 9236e3cd4a49 [2020-12-03T17:27:05.199Z] ---> 22840d028273 [2020-12-03T17:27:05.199Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-03T17:27:05.199Z] ---> Running in e4d73c0a4d41 [2020-12-03T17:27:05.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T17:27:06.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T17:27:07.303Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-03T17:27:07.303Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-03T17:27:07.303Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-03T17:27:07.566Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-03T17:27:07.566Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-03T17:27:07.829Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T17:27:07.829Z] OK: 167 MiB in 44 packages [2020-12-03T17:27:08.091Z] Removing intermediate container e4d73c0a4d41 [2020-12-03T17:27:08.092Z] ---> 028807385808 [2020-12-03T17:27:08.092Z] Step 6/8 : WORKDIR /build [2020-12-03T17:27:08.353Z] ---> Running in cbb44f608cc4 [2020-12-03T17:27:08.353Z] Removing intermediate container cbb44f608cc4 [2020-12-03T17:27:08.354Z] ---> 4506ffe0b054 [2020-12-03T17:27:08.354Z] Step 7/8 : COPY go.mod . [2020-12-03T17:27:08.616Z] ---> 7c49de93e46a [2020-12-03T17:27:08.616Z] Step 8/8 : RUN go mod download [2020-12-03T17:27:08.616Z] ---> Running in 1067d86c7311 [2020-12-03T17:27:22.095Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14342 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-03T17:27:22.158Z] Running in /w/workspace/app-functions-sdk-go/151 [Pipeline] { [Pipeline] checkout [2020-12-03T17:27:27.072Z] using credential edgex-jenkins-ssh [2020-12-03T17:27:27.170Z] Cloning the remote Git repository [2020-12-03T17:27:27.218Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-03T17:27:27.317Z] > git init /w/workspace/app-functions-sdk-go/151 # timeout=10 [2020-12-03T17:27:27.406Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-03T17:27:27.408Z] > git --version # timeout=10 [2020-12-03T17:27:27.433Z] > git --version # 'git version 2.17.1' [2020-12-03T17:27:27.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T17:27:27.500Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T17:27:30.534Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-03T17:27:30.552Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T17:27:30.577Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-03T17:27:30.621Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-03T17:27:30.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T17:27:30.634Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T17:27:31.137Z] Checking out Revision e5100d529b58d0c19d0905c9fafb19f11d5acd53 (master) [2020-12-03T17:27:31.154Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T17:27:31.178Z] > git checkout -f e5100d529b58d0c19d0905c9fafb19f11d5acd53 # timeout=10 [2020-12-03T17:27:35.275Z] Removing intermediate container 1067d86c7311 [2020-12-03T17:27:35.275Z] ---> f20af35e61e9 [2020-12-03T17:27:35.275Z] Successfully built f20af35e61e9 [2020-12-03T17:27:35.275Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:27:35.598Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T17:27:35.598Z] . [Pipeline] withDockerContainer [2020-12-03T17:27:35.730Z] prd-centos7-docker-4c-2g-14341 does not seem to be running inside a container [2020-12-03T17:27:35.767Z] Commit message: "feat: Remove remote logging service capability (#585)" [2020-12-03T17:27:35.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/151 -v /w/workspace/app-functions-sdk-go/151:/w/workspace/app-functions-sdk-go/151:rw,z -v /w/workspace/app-functions-sdk-go/151@tmp:/w/workspace/app-functions-sdk-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T17:27:36.722Z] $ docker top 73c5bf95c1e27a6a732dc478abfabf1c2c3041887e8f698be1de34c27dd2ca67 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-03T17:27:37.293Z] + go version [2020-12-03T17:27:37.293Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T17:27:37.325Z] $ docker stop --time=1 73c5bf95c1e27a6a732dc478abfabf1c2c3041887e8f698be1de34c27dd2ca67 [2020-12-03T17:27:38.675Z] $ docker rm -f 73c5bf95c1e27a6a732dc478abfabf1c2c3041887e8f698be1de34c27dd2ca67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:27:40.070Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T17:27:40.174Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T17:27:40.174Z] . [Pipeline] withDockerContainer [2020-12-03T17:27:40.428Z] prd-centos7-docker-4c-2g-14341 does not seem to be running inside a container [2020-12-03T17:27:40.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/151 -v /w/workspace/app-functions-sdk-go/151:/w/workspace/app-functions-sdk-go/151:rw,z -v /w/workspace/app-functions-sdk-go/151@tmp:/w/workspace/app-functions-sdk-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T17:27:40.502Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2020-12-03T17:27:41.240Z] $ docker top 4474c33c1a001c444675caccb794b46d4a076fd53177dea80f2921e154a96d44 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-03T17:27:41.835Z] + true [2020-12-03T17:27:41.835Z] + sudo service docker restart [2020-12-03T17:27:42.052Z] + make test [2020-12-03T17:27:42.053Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] unstash [2020-12-03T17:27:44.035Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [Pipeline] echo [2020-12-03T17:27:44.088Z] ========================================================= [2020-12-03T17:27:44.088Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T17:27:44.088Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:27:44.488Z] + 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 . [2020-12-03T17:27:45.475Z] Sending build context to Docker daemon 19.18MB [2020-12-03T17:27:45.475Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-03T17:27:45.475Z] Step 2/8 : FROM ${BASE} [2020-12-03T17:27:45.750Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T17:27:45.750Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T17:27:45.750Z] a4357932f1b6: Pulling fs layer [2020-12-03T17:27:45.750Z] 18c013af1878: Pulling fs layer [2020-12-03T17:27:45.750Z] 00ac8860ef70: Pulling fs layer [2020-12-03T17:27:45.750Z] 63d7cb157983: Pulling fs layer [2020-12-03T17:27:45.750Z] b116817d02f9: Pulling fs layer [2020-12-03T17:27:45.750Z] 745a02a5169b: Pulling fs layer [2020-12-03T17:27:45.750Z] b116817d02f9: Waiting [2020-12-03T17:27:45.750Z] 00ac8860ef70: Waiting [2020-12-03T17:27:45.750Z] 63d7cb157983: Waiting [2020-12-03T17:27:45.750Z] 745a02a5169b: Waiting [2020-12-03T17:27:45.750Z] 18c013af1878: Verifying Checksum [2020-12-03T17:27:45.750Z] 18c013af1878: Download complete [2020-12-03T17:27:46.028Z] a4357932f1b6: Download complete [2020-12-03T17:27:46.028Z] 63d7cb157983: Verifying Checksum [2020-12-03T17:27:46.028Z] 63d7cb157983: Download complete [2020-12-03T17:27:46.028Z] b116817d02f9: Download complete [2020-12-03T17:27:46.028Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T17:27:46.028Z] 5f621e34cdf4: Download complete [2020-12-03T17:27:46.634Z] 5f621e34cdf4: Pull complete [2020-12-03T17:27:47.239Z] a4357932f1b6: Pull complete [2020-12-03T17:27:47.516Z] 18c013af1878: Pull complete [2020-12-03T17:27:48.117Z] 745a02a5169b: Verifying Checksum [2020-12-03T17:27:48.117Z] 745a02a5169b: Download complete [2020-12-03T17:27:49.550Z] 00ac8860ef70: Verifying Checksum [2020-12-03T17:27:49.550Z] 00ac8860ef70: Download complete [2020-12-03T17:27:50.752Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.040s coverage: 86.2% of statements [2020-12-03T17:27:59.736Z] 00ac8860ef70: Pull complete [2020-12-03T17:27:59.736Z] 63d7cb157983: Pull complete [2020-12-03T17:27:59.736Z] b116817d02f9: Pull complete [2020-12-03T17:28:04.063Z] 745a02a5169b: Pull complete [2020-12-03T17:28:04.063Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T17:28:04.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T17:28:04.063Z] ---> b7e6874047d6 [2020-12-03T17:28:04.063Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T17:28:04.063Z] latest: Pulling from library/docker [2020-12-03T17:28:04.063Z] 5f621e34cdf4: Already exists [2020-12-03T17:28:04.063Z] 85db56a05063: Pulling fs layer [2020-12-03T17:28:04.063Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T17:28:04.063Z] de930078acea: Pulling fs layer [2020-12-03T17:28:04.063Z] d5a9d88a4785: Pulling fs layer [2020-12-03T17:28:04.063Z] e7f15c1544d5: Pulling fs layer [2020-12-03T17:28:04.063Z] 877c515997d3: Pulling fs layer [2020-12-03T17:28:04.063Z] d5a9d88a4785: Waiting [2020-12-03T17:28:04.063Z] e7f15c1544d5: Waiting [2020-12-03T17:28:04.063Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T17:28:04.063Z] ccb67d6aeaaa: Download complete [2020-12-03T17:28:04.063Z] d5a9d88a4785: Verifying Checksum [2020-12-03T17:28:04.063Z] d5a9d88a4785: Download complete [2020-12-03T17:28:04.063Z] 85db56a05063: Verifying Checksum [2020-12-03T17:28:04.063Z] 85db56a05063: Download complete [2020-12-03T17:28:04.063Z] e7f15c1544d5: Verifying Checksum [2020-12-03T17:28:04.063Z] e7f15c1544d5: Download complete [2020-12-03T17:28:04.063Z] 877c515997d3: Verifying Checksum [2020-12-03T17:28:04.063Z] 877c515997d3: Download complete [2020-12-03T17:28:04.664Z] 85db56a05063: Pull complete [2020-12-03T17:28:04.940Z] ccb67d6aeaaa: Pull complete [2020-12-03T17:28:04.940Z] de930078acea: Verifying Checksum [2020-12-03T17:28:04.940Z] de930078acea: Download complete [2020-12-03T17:28:08.346Z] de930078acea: Pull complete [2020-12-03T17:28:08.618Z] d5a9d88a4785: Pull complete [2020-12-03T17:28:08.893Z] e7f15c1544d5: Pull complete [2020-12-03T17:28:09.030Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.033s coverage: 52.0% of statements [2020-12-03T17:28:09.030Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-03T17:28:09.030Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-03T17:28:09.030Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.056s coverage: 54.7% of statements [2020-12-03T17:28:09.030Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-03T17:28:09.030Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.041s coverage: 69.1% of statements [2020-12-03T17:28:09.167Z] 877c515997d3: Pull complete [2020-12-03T17:28:09.167Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T17:28:09.167Z] Status: Downloaded newer image for docker:latest [2020-12-03T17:28:15.935Z] ---> b7ca5c1f606f [2020-12-03T17:28:15.935Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-03T17:28:15.935Z] ---> Running in 318d93c2a024 [2020-12-03T17:28:15.935Z] Removing intermediate container 318d93c2a024 [2020-12-03T17:28:15.935Z] ---> 6f905f569941 [2020-12-03T17:28:15.935Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-03T17:28:15.935Z] ---> Running in 88796be27dbd [2020-12-03T17:28:17.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T17:28:18.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T17:28:19.335Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-03T17:28:19.335Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-03T17:28:19.607Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-03T17:28:19.607Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-03T17:28:19.883Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-03T17:28:19.883Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T17:28:19.883Z] OK: 144 MiB in 44 packages [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.419s coverage: 61.6% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.006s coverage: 97.7% of statements [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.916s coverage: 75.0% of statements [2020-12-03T17:28:21.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.010s coverage: 88.9% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.013s coverage: 80.5% of statements [2020-12-03T17:28:21.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements [2020-12-03T17:28:21.318Z] Removing intermediate container 88796be27dbd [2020-12-03T17:28:21.318Z] ---> 0c54782589b4 [2020-12-03T17:28:21.318Z] Step 6/8 : WORKDIR /build [2020-12-03T17:28:21.318Z] ---> Running in c1e4c7395105 [2020-12-03T17:28:21.911Z] Removing intermediate container c1e4c7395105 [2020-12-03T17:28:21.911Z] ---> f14e6dcc9445 [2020-12-03T17:28:21.911Z] Step 7/8 : COPY go.mod . [2020-12-03T17:28:22.510Z] ---> eb5892765cdb [2020-12-03T17:28:22.510Z] Step 8/8 : RUN go mod download [2020-12-03T17:28:22.784Z] ---> Running in d11a5c5046db [2020-12-03T17:28:36.237Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.045s coverage: 71.0% of statements [2020-12-03T17:28:36.237Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements [2020-12-03T17:28:36.237Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-03T17:28:40.513Z] gofmt -l . [2020-12-03T17:28:40.513Z] [ "`gofmt -l .`" = "" ] [2020-12-03T17:28:40.513Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-03T17:28:41.113Z] $ docker stop --time=1 4474c33c1a001c444675caccb794b46d4a076fd53177dea80f2921e154a96d44 [2020-12-03T17:28:42.780Z] $ docker rm -f 4474c33c1a001c444675caccb794b46d4a076fd53177dea80f2921e154a96d44 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T17:28:43.501Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-03T17:28:43.953Z] 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] } [2020-12-03T17:28:49.577Z] Removing intermediate container d11a5c5046db [2020-12-03T17:28:49.577Z] ---> a804c7c96d22 [2020-12-03T17:28:49.577Z] Successfully built a804c7c96d22 [2020-12-03T17:28:49.577Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:28:49.915Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T17:28:49.915Z] . [Pipeline] withDockerContainer [2020-12-03T17:28:50.190Z] prd-ubuntu18.04-docker-arm64-4c-16g-14342 does not seem to be running inside a container [2020-12-03T17:28:50.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/151 -v /w/workspace/app-functions-sdk-go/151:/w/workspace/app-functions-sdk-go/151:rw,z -v /w/workspace/app-functions-sdk-go/151@tmp:/w/workspace/app-functions-sdk-go/151@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 ******** ci-base-image-arm64 cat [2020-12-03T17:28:51.662Z] $ docker top 550ec295bb28fcb666c8aa801a55077556ed5d7419eeb8a46de940c954e7eb17 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T17:28:52.735Z] + go version [2020-12-03T17:28:52.735Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T17:28:52.764Z] $ docker stop --time=1 550ec295bb28fcb666c8aa801a55077556ed5d7419eeb8a46de940c954e7eb17 [2020-12-03T17:28:54.664Z] $ docker rm -f 550ec295bb28fcb666c8aa801a55077556ed5d7419eeb8a46de940c954e7eb17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:28:55.739Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T17:28:55.739Z] . [Pipeline] withDockerContainer [2020-12-03T17:28:55.996Z] prd-ubuntu18.04-docker-arm64-4c-16g-14342 does not seem to be running inside a container [2020-12-03T17:28:56.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/151 -v /w/workspace/app-functions-sdk-go/151:/w/workspace/app-functions-sdk-go/151:rw,z -v /w/workspace/app-functions-sdk-go/151@tmp:/w/workspace/app-functions-sdk-go/151@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 ******** ci-base-image-arm64 cat [2020-12-03T17:28:57.565Z] $ docker top b9d0e0285a6520712cc32a9075ecf5237170a8fdf2b23402330c4f2fb6e0dd09 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T17:28:58.610Z] + make test [2020-12-03T17:28:58.610Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-03T17:29:00.049Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-03T17:29:22.281Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.064s coverage: 86.2% of statements [2020-12-03T17:30:01.341Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.058s coverage: 52.0% of statements [2020-12-03T17:30:01.341Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-03T17:30:01.341Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-03T17:30:01.341Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.124s coverage: 54.7% of statements [2020-12-03T17:30:01.341Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-03T17:30:01.341Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.061s coverage: 69.1% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.447s coverage: 61.6% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.015s coverage: 89.5% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.051s coverage: 100.0% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 8.8% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.946s coverage: 75.0% of statements [2020-12-03T17:30:13.777Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.7% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.034s coverage: 80.5% of statements [2020-12-03T17:30:13.777Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.036s coverage: 71.7% of statements [2020-12-03T17:30:40.986Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.058s coverage: 71.0% of statements [2020-12-03T17:30:40.986Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2020-12-03T17:30:40.986Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-03T17:30:51.175Z] gofmt -l . [2020-12-03T17:30:51.175Z] [ "`gofmt -l .`" = "" ] [2020-12-03T17:30:51.449Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-03T17:30:52.077Z] $ docker stop --time=1 b9d0e0285a6520712cc32a9075ecf5237170a8fdf2b23402330c4f2fb6e0dd09 [2020-12-03T17:30:54.092Z] $ docker rm -f b9d0e0285a6520712cc32a9075ecf5237170a8fdf2b23402330c4f2fb6e0dd09 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T17:30:55.074Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-03T17:30:55.142Z] Warning: overwriting stash ‘coverage-report’ [2020-12-03T17:30:56.026Z] 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 [2020-12-03T17:30:58.105Z] provisioning config files... [2020-12-03T17:30:58.118Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7606164880940517708tmp [Pipeline] { [Pipeline] sh [2020-12-03T17:30:58.498Z] + set +x [2020-12-03T17:30:58.498Z] + curl -s https://codecov.io/bash [2020-12-03T17:30:58.498Z] + bash -s -- [2020-12-03T17:30:58.760Z] [2020-12-03T17:30:58.760Z] _____ _ [2020-12-03T17:30:58.760Z] / ____| | | [2020-12-03T17:30:58.760Z] | | ___ __| | ___ ___ _____ __ [2020-12-03T17:30:58.760Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-03T17:30:58.760Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-03T17:30:58.760Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-03T17:30:58.760Z] Bash-20201130-cc6d3fe [2020-12-03T17:30:58.760Z] [2020-12-03T17:30:58.760Z] [2020-12-03T17:30:58.760Z] ==> Jenkins CI detected. [2020-12-03T17:30:58.760Z] project root: . [2020-12-03T17:30:58.760Z] --> token set from env [2020-12-03T17:30:58.760Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-03T17:30:58.760Z] ==> Running gcov in . (disable via -X gcov) [2020-12-03T17:30:58.760Z] ==> Python coveragepy not found [2020-12-03T17:30:58.760Z] ==> Searching for coverage reports in: [2020-12-03T17:30:58.760Z] + . [2020-12-03T17:30:58.760Z] -> Found 1 reports [2020-12-03T17:30:58.760Z] ==> Detecting git/mercurial file structure [2020-12-03T17:30:58.760Z] ==> Reading reports [2020-12-03T17:30:58.760Z] + ./coverage.out bytes=90550 [2020-12-03T17:30:58.760Z] ==> Appending adjustments [2020-12-03T17:30:58.760Z] https://docs.codecov.io/docs/fixing-reports [2020-12-03T17:30:59.332Z] + Found adjustments [2020-12-03T17:30:59.332Z] ==> Gzipping contents [2020-12-03T17:30:59.332Z] 16K /tmp/codecov.msivEI.gz [2020-12-03T17:30:59.332Z] ==> Uploading reports [2020-12-03T17:30:59.332Z] url: https://codecov.io [2020-12-03T17:30:59.332Z] query: branch=master&commit=e5100d529b58d0c19d0905c9fafb19f11d5acd53&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T17:30:59.332Z] -> Pinging Codecov [2020-12-03T17:30:59.332Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=e5100d529b58d0c19d0905c9fafb19f11d5acd53&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T17:30:59.906Z] -> Uploading to [2020-12-03T17:30:59.906Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-03/3D8B5DFFC46A037C893635FACE044666/e5100d529b58d0c19d0905c9fafb19f11d5acd53/777216b8-16cb-46cb-90e3-a2bb3801a127.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T173059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=97d0072fdd2e5ed1c518c5ce653057bcb6c103ab0cb8679a29739f91465893c2 [2020-12-03T17:30:59.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T17:30:59.906Z] Dload Upload Total Spent Left Speed [2020-12-03T17:31:00.170Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16104 0 0 100 16104 0 34520 --:--:-- --:--:-- --:--:-- 34557 [2020-12-03T17:31:00.170Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/e5100d529b58d0c19d0905c9fafb19f11d5acd53 [Pipeline] } [2020-12-03T17:31:00.180Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-03T17:31:01.350Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-03T17:31:01.408Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:31:01.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T17:31:01.759Z] [2020-12-03T17:31:01.759Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:31:02.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T17:31:02.162Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-03T17:31:02.162Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T17:31:02.162Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T17:31:02.162Z] de9db76c5a1d: Pulling fs layer [2020-12-03T17:31:02.162Z] 0eba1c9be4d2: Pulling fs layer [2020-12-03T17:31:02.162Z] 0d57e429df01: Pulling fs layer [2020-12-03T17:31:02.162Z] 4e4be7b47b0d: Pulling fs layer [2020-12-03T17:31:02.162Z] e1f770b5df2f: Pulling fs layer [2020-12-03T17:31:02.162Z] 85a0685a4137: Pulling fs layer [2020-12-03T17:31:02.162Z] 0d57e429df01: Waiting [2020-12-03T17:31:02.162Z] 4e4be7b47b0d: Waiting [2020-12-03T17:31:02.162Z] e1f770b5df2f: Waiting [2020-12-03T17:31:02.162Z] 85a0685a4137: Waiting [2020-12-03T17:31:02.162Z] 0eba1c9be4d2: Waiting [2020-12-03T17:31:02.162Z] de9db76c5a1d: Verifying Checksum [2020-12-03T17:31:02.162Z] de9db76c5a1d: Download complete [2020-12-03T17:31:02.162Z] 0ef7d3d256c8: Download complete [2020-12-03T17:31:02.162Z] 0d57e429df01: Verifying Checksum [2020-12-03T17:31:02.162Z] 0d57e429df01: Download complete [2020-12-03T17:31:02.162Z] 4e4be7b47b0d: Verifying Checksum [2020-12-03T17:31:02.162Z] 4e4be7b47b0d: Download complete [2020-12-03T17:31:02.162Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T17:31:02.162Z] 188c0c94c7c5: Download complete [2020-12-03T17:31:02.751Z] 188c0c94c7c5: Pull complete [2020-12-03T17:31:02.751Z] 0ef7d3d256c8: Pull complete [2020-12-03T17:31:03.013Z] de9db76c5a1d: Pull complete [2020-12-03T17:31:03.276Z] e1f770b5df2f: Verifying Checksum [2020-12-03T17:31:03.276Z] e1f770b5df2f: Download complete [2020-12-03T17:31:05.238Z] 0eba1c9be4d2: Verifying Checksum [2020-12-03T17:31:05.238Z] 0eba1c9be4d2: Download complete [2020-12-03T17:31:05.824Z] 85a0685a4137: Verifying Checksum [2020-12-03T17:31:05.824Z] 85a0685a4137: Download complete [2020-12-03T17:31:11.151Z] 0eba1c9be4d2: Pull complete [2020-12-03T17:31:11.413Z] 0d57e429df01: Pull complete [2020-12-03T17:31:11.413Z] 4e4be7b47b0d: Pull complete [2020-12-03T17:31:13.971Z] e1f770b5df2f: Pull complete [2020-12-03T17:31:22.185Z] 85a0685a4137: Pull complete [2020-12-03T17:31:22.185Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-03T17:31:22.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T17:31:22.185Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-03T17:31:22.421Z] prd-centos7-docker-4c-2g-14340 does not seem to be running inside a container [2020-12-03T17:31:22.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T17:31:23.561Z] $ docker top c0e5690cb65e0890a2093b2e3797e9702c7bdfe7bf4a730d47cad28198a65830 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T17:31:23.806Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-03T17:31:24.109Z] + set -o pipefail [2020-12-03T17:31:24.109Z] + snyk monitor '--org=edgex-jenkins' [2020-12-03T17:31:56.275Z] [2020-12-03T17:31:56.275Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-12-03T17:31:56.275Z] [2020-12-03T17:31:56.275Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/07d73914-6976-4fa1-af1c-5e87f9abdc7d [2020-12-03T17:31:56.275Z] [2020-12-03T17:31:56.275Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-03T17:31:56.275Z] [2020-12-03T17:31:56.275Z] [Pipeline] } [2020-12-03T17:31:56.295Z] $ docker stop --time=1 c0e5690cb65e0890a2093b2e3797e9702c7bdfe7bf4a730d47cad28198a65830 [2020-12-03T17:31:58.426Z] $ docker rm -f c0e5690cb65e0890a2093b2e3797e9702c7bdfe7bf4a730d47cad28198a65830 [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 [2020-12-03T17:32:00.213Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T17:32:00.297Z] provisioning config files... [2020-12-03T17:32:00.310Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6760519852183060344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:32:00.728Z] --> edgex-publish-swagger.sh [2020-12-03T17:32:00.728Z] === Publish openapi/v2 API === [2020-12-03T17:32:00.728Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-03T17:32:00.728Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-12-03T17:32:00.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T17:32:00.728Z] Dload Upload Total Spent Left Speed [2020-12-03T17:32:02.120Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10439 0:00:01 0:00:01 --:--:-- 10445 100 13025 0 0 100 13025 0 9130 0:00:01 0:00:01 --:--:-- 9133 [2020-12-03T17:32:02.120Z] [2020-12-03T17:32:02.120Z] [Pipeline] } [2020-12-03T17:32:02.145Z] 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 [2020-12-03T17:32:03.141Z] + git log --format=format:%s -1 e5100d529b58d0c19d0905c9fafb19f11d5acd53 [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:32:03.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T17:32:03.460Z] . [Pipeline] withDockerContainer [2020-12-03T17:32:03.560Z] prd-centos7-docker-4c-2g-14340 does not seem to be running inside a container [2020-12-03T17:32:03.610Z] $ 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 [2020-12-03T17:32:04.430Z] $ docker top 923ef29a127761189877991905bf766b95c2df564ee3b8e1b48382adde66ab3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T17:32:04.794Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T17:32:04.794Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T17:32:05.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T17:32:05.014Z] $ docker exec 923ef29a127761189877991905bf766b95c2df564ee3b8e1b48382adde66ab3b ssh-agent [2020-12-03T17:32:05.178Z] SSH_AUTH_SOCK=/tmp/ssh-jgmkQWNc59UM/agent.13 [2020-12-03T17:32:05.178Z] SSH_AGENT_PID=18 [2020-12-03T17:32:05.185Z] Running ssh-add (command line suppressed) [2020-12-03T17:32:05.320Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7562378162183068029.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7562378162183068029.key) [2020-12-03T17:32:05.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T17:32:05.711Z] + git semver tag [2020-12-03T17:32:05.711Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T17:32:05.711Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-03T17:32:05.711Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-03T17:32:05.711Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T17:32:05.711Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T17:32:05.711Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T17:32:05.711Z] # $SEMVER_BRANCH = master [2020-12-03T17:32:05.711Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-03T17:32:05.711Z] # e5100d529b58d0c19d0905c9fafb19f11d5acd53 HEAD [2020-12-03T17:32:05.711Z] # -> Force: false [2020-12-03T17:32:05.711Z] # bcc7bc8b155710bbdd79ec25ed032e304e42d2d7 refs/tags/v1.3.1-dev.3 [Pipeline] } [2020-12-03T17:32:05.726Z] $ docker exec --env ******** --env ******** 923ef29a127761189877991905bf766b95c2df564ee3b8e1b48382adde66ab3b ssh-agent -k [2020-12-03T17:32:05.870Z] unset SSH_AUTH_SOCK; [2020-12-03T17:32:05.871Z] unset SSH_AGENT_PID; [2020-12-03T17:32:05.871Z] echo Agent pid 18 killed; [2020-12-03T17:32:05.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T17:32:06.412Z] + git semver [Pipeline] } [2020-12-03T17:32:06.433Z] $ docker stop --time=1 923ef29a127761189877991905bf766b95c2df564ee3b8e1b48382adde66ab3b [2020-12-03T17:32:07.810Z] $ docker rm -f 923ef29a127761189877991905bf766b95c2df564ee3b8e1b48382adde66ab3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:32:08.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T17:32:08.429Z] [2020-12-03T17:32:08.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:32:08.788Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T17:32:08.788Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-03T17:32:08.788Z] ab5ef0e58194: Pulling fs layer [2020-12-03T17:32:08.788Z] 9712f1f96733: Pulling fs layer [2020-12-03T17:32:08.788Z] 63f879dbbcfc: Pulling fs layer [2020-12-03T17:32:08.788Z] 0d9ebad4ef96: Pulling fs layer [2020-12-03T17:32:08.788Z] e9a5061849ea: Pulling fs layer [2020-12-03T17:32:08.788Z] d747dcd14b5f: Pulling fs layer [2020-12-03T17:32:08.788Z] 2de7ff778b66: Pulling fs layer [2020-12-03T17:32:08.788Z] 0d9ebad4ef96: Waiting [2020-12-03T17:32:08.788Z] e9a5061849ea: Waiting [2020-12-03T17:32:08.788Z] d747dcd14b5f: Waiting [2020-12-03T17:32:08.788Z] 2de7ff778b66: Waiting [2020-12-03T17:32:08.788Z] 9712f1f96733: Download complete [2020-12-03T17:32:10.199Z] 63f879dbbcfc: Download complete [2020-12-03T17:32:10.465Z] e9a5061849ea: Verifying Checksum [2020-12-03T17:32:10.465Z] e9a5061849ea: Download complete [2020-12-03T17:32:10.729Z] d747dcd14b5f: Verifying Checksum [2020-12-03T17:32:10.729Z] d747dcd14b5f: Download complete [2020-12-03T17:32:10.993Z] 2de7ff778b66: Verifying Checksum [2020-12-03T17:32:10.993Z] 2de7ff778b66: Download complete [2020-12-03T17:32:10.993Z] 0d9ebad4ef96: Verifying Checksum [2020-12-03T17:32:10.993Z] 0d9ebad4ef96: Download complete [2020-12-03T17:32:11.259Z] ab5ef0e58194: Verifying Checksum [2020-12-03T17:32:11.259Z] ab5ef0e58194: Download complete [2020-12-03T17:32:15.498Z] ab5ef0e58194: Pull complete [2020-12-03T17:32:15.761Z] 9712f1f96733: Pull complete [2020-12-03T17:32:19.084Z] 63f879dbbcfc: Pull complete [2020-12-03T17:32:24.818Z] 0d9ebad4ef96: Pull complete [2020-12-03T17:32:26.741Z] e9a5061849ea: Pull complete [2020-12-03T17:32:26.741Z] d747dcd14b5f: Pull complete [2020-12-03T17:32:29.300Z] 2de7ff778b66: Pull complete [2020-12-03T17:32:29.301Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-03T17:32:29.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T17:32:29.301Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-03T17:32:29.489Z] prd-centos7-docker-4c-2g-14340 does not seem to be running inside a container [2020-12-03T17:32:29.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-03T17:32:33.575Z] $ docker top c1396ec1808cd634d1cc917b5c8eab9331027bf264544c9309c1d65f34e3b415 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-03T17:32:33.797Z] provisioning config files... [2020-12-03T17:32:33.814Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1045716797434659063tmp [2020-12-03T17:32:33.830Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3771448632653228240tmp [2020-12-03T17:32:33.844Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6303421793830320846tmp [Pipeline] { [Pipeline] echo [2020-12-03T17:32:33.914Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:32:34.213Z] ---> sigul-configuration.sh [2020-12-03T17:32:34.213Z] gpg: directory `/root/.gnupg' created [2020-12-03T17:32:34.213Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-03T17:32:34.213Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-03T17:32:34.213Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-03T17:32:34.213Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-03T17:32:34.213Z] gpg: CAST5 encrypted data [2020-12-03T17:32:34.476Z] gpg: encrypted with 1 passphrase [2020-12-03T17:32:34.476Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-03T17:32:34.778Z] + mkdir /home/jenkins [2020-12-03T17:32:34.778Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-03T17:32:35.080Z] + 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 [2020-12-03T17:32:35.092Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:32:35.395Z] ---> sigul-install.sh [2020-12-03T17:32:40.695Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-03T17:32:40.999Z] + git tag --list [2020-12-03T17:32:40.999Z] v0.1.0 [2020-12-03T17:32:40.999Z] v0.1.1 [2020-12-03T17:32:40.999Z] v1.0.0 [2020-12-03T17:32:40.999Z] v1.1.0 [2020-12-03T17:32:40.999Z] v1.2.0 [2020-12-03T17:32:40.999Z] v1.2.1-dev.1 [2020-12-03T17:32:40.999Z] v1.2.1-dev.10 [2020-12-03T17:32:40.999Z] v1.2.1-dev.11 [2020-12-03T17:32:40.999Z] v1.2.1-dev.12 [2020-12-03T17:32:40.999Z] v1.2.1-dev.13 [2020-12-03T17:32:40.999Z] v1.2.1-dev.14 [2020-12-03T17:32:40.999Z] v1.2.1-dev.15 [2020-12-03T17:32:40.999Z] v1.2.1-dev.16 [2020-12-03T17:32:40.999Z] v1.2.1-dev.17 [2020-12-03T17:32:40.999Z] v1.2.1-dev.18 [2020-12-03T17:32:40.999Z] v1.2.1-dev.19 [2020-12-03T17:32:40.999Z] v1.2.1-dev.2 [2020-12-03T17:32:40.999Z] v1.2.1-dev.20 [2020-12-03T17:32:40.999Z] v1.2.1-dev.21 [2020-12-03T17:32:40.999Z] v1.2.1-dev.22 [2020-12-03T17:32:40.999Z] v1.2.1-dev.23 [2020-12-03T17:32:40.999Z] v1.2.1-dev.24 [2020-12-03T17:32:40.999Z] v1.2.1-dev.25 [2020-12-03T17:32:40.999Z] v1.2.1-dev.26 [2020-12-03T17:32:40.999Z] v1.2.1-dev.27 [2020-12-03T17:32:40.999Z] v1.2.1-dev.28 [2020-12-03T17:32:40.999Z] v1.2.1-dev.29 [2020-12-03T17:32:40.999Z] v1.2.1-dev.3 [2020-12-03T17:32:40.999Z] v1.2.1-dev.30 [2020-12-03T17:32:40.999Z] v1.2.1-dev.31 [2020-12-03T17:32:40.999Z] v1.2.1-dev.32 [2020-12-03T17:32:40.999Z] v1.2.1-dev.33 [2020-12-03T17:32:40.999Z] v1.2.1-dev.34 [2020-12-03T17:32:40.999Z] v1.2.1-dev.35 [2020-12-03T17:32:40.999Z] v1.2.1-dev.36 [2020-12-03T17:32:40.999Z] v1.2.1-dev.37 [2020-12-03T17:32:40.999Z] v1.2.1-dev.38 [2020-12-03T17:32:40.999Z] v1.2.1-dev.39 [2020-12-03T17:32:40.999Z] v1.2.1-dev.4 [2020-12-03T17:32:40.999Z] v1.2.1-dev.40 [2020-12-03T17:32:40.999Z] v1.2.1-dev.41 [2020-12-03T17:32:40.999Z] v1.2.1-dev.42 [2020-12-03T17:32:40.999Z] v1.2.1-dev.43 [2020-12-03T17:32:40.999Z] v1.2.1-dev.44 [2020-12-03T17:32:40.999Z] v1.2.1-dev.45 [2020-12-03T17:32:40.999Z] v1.2.1-dev.46 [2020-12-03T17:32:40.999Z] v1.2.1-dev.47 [2020-12-03T17:32:40.999Z] v1.2.1-dev.48 [2020-12-03T17:32:40.999Z] v1.2.1-dev.49 [2020-12-03T17:32:40.999Z] v1.2.1-dev.5 [2020-12-03T17:32:40.999Z] v1.2.1-dev.50 [2020-12-03T17:32:40.999Z] v1.2.1-dev.51 [2020-12-03T17:32:40.999Z] v1.2.1-dev.52 [2020-12-03T17:32:40.999Z] v1.2.1-dev.53 [2020-12-03T17:32:40.999Z] v1.2.1-dev.54 [2020-12-03T17:32:40.999Z] v1.2.1-dev.55 [2020-12-03T17:32:40.999Z] v1.2.1-dev.56 [2020-12-03T17:32:40.999Z] v1.2.1-dev.57 [2020-12-03T17:32:40.999Z] v1.2.1-dev.58 [2020-12-03T17:32:40.999Z] v1.2.1-dev.6 [2020-12-03T17:32:40.999Z] v1.2.1-dev.7 [2020-12-03T17:32:40.999Z] v1.2.1-dev.8 [2020-12-03T17:32:40.999Z] v1.2.1-dev.9 [2020-12-03T17:32:40.999Z] v1.3.0 [2020-12-03T17:32:40.999Z] v1.3.1-dev.1 [2020-12-03T17:32:40.999Z] v1.3.1-dev.2 [2020-12-03T17:32:40.999Z] v1.3.1-dev.3 [Pipeline] sh [2020-12-03T17:32:41.301Z] + lftools sign git-tag v1.3.1-dev.3 [2020-12-03T17:32:42.691Z] Signing Git tag with Sigul... [2020-12-03T17:32:42.691Z] Signing v1.3.1-dev.3 [Pipeline] echo [2020-12-03T17:32:43.653Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:32:43.955Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-03T17:32:43.965Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-03T17:32:44.064Z] $ docker stop --time=1 c1396ec1808cd634d1cc917b5c8eab9331027bf264544c9309c1d65f34e3b415 [2020-12-03T17:32:46.057Z] $ docker rm -f c1396ec1808cd634d1cc917b5c8eab9331027bf264544c9309c1d65f34e3b415 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:32:47.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T17:32:47.095Z] . [Pipeline] withDockerContainer [2020-12-03T17:32:47.196Z] prd-centos7-docker-4c-2g-14340 does not seem to be running inside a container [2020-12-03T17:32:47.248Z] $ 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 [2020-12-03T17:32:48.034Z] $ docker top f766f1cbd860f9ab072a2a7aafff17a3314b6c2cbfb991ede777d4c399a9e895 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T17:32:48.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T17:32:48.391Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T17:32:48.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T17:32:48.613Z] $ docker exec f766f1cbd860f9ab072a2a7aafff17a3314b6c2cbfb991ede777d4c399a9e895 ssh-agent [2020-12-03T17:32:48.793Z] SSH_AUTH_SOCK=/tmp/ssh-oAVGsCAD10QA/agent.12 [2020-12-03T17:32:48.793Z] SSH_AGENT_PID=18 [2020-12-03T17:32:48.801Z] Running ssh-add (command line suppressed) [2020-12-03T17:32:48.932Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1821747069605948635.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1821747069605948635.key) [2020-12-03T17:32:48.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T17:32:49.348Z] + git semver bump pre [2020-12-03T17:32:49.348Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T17:32:49.348Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-03T17:32:49.348Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-03T17:32:49.348Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T17:32:49.348Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T17:32:49.348Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T17:32:49.348Z] # $SEMVER_BRANCH = master [2020-12-03T17:32:49.348Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-03T17:32:49.348Z] 1.3.1-dev.4 [Pipeline] } [2020-12-03T17:32:49.364Z] $ docker exec --env ******** --env ******** f766f1cbd860f9ab072a2a7aafff17a3314b6c2cbfb991ede777d4c399a9e895 ssh-agent -k [2020-12-03T17:32:49.484Z] unset SSH_AUTH_SOCK; [2020-12-03T17:32:49.485Z] unset SSH_AGENT_PID; [2020-12-03T17:32:49.485Z] echo Agent pid 18 killed; [2020-12-03T17:32:49.536Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T17:32:50.003Z] + git semver [Pipeline] } [2020-12-03T17:32:50.024Z] $ docker stop --time=1 f766f1cbd860f9ab072a2a7aafff17a3314b6c2cbfb991ede777d4c399a9e895 [2020-12-03T17:32:51.366Z] $ docker rm -f f766f1cbd860f9ab072a2a7aafff17a3314b6c2cbfb991ede777d4c399a9e895 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:32:51.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T17:32:51.877Z] . [Pipeline] withDockerContainer [2020-12-03T17:32:51.978Z] prd-centos7-docker-4c-2g-14340 does not seem to be running inside a container [2020-12-03T17:32:52.033Z] $ 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 [2020-12-03T17:32:52.600Z] $ docker top 644f612f0076c68c5ef55464c4c9be5914542992e224d69f64c50ed22d0822bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T17:32:52.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T17:32:52.897Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T17:32:53.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T17:32:53.095Z] $ docker exec 644f612f0076c68c5ef55464c4c9be5914542992e224d69f64c50ed22d0822bf ssh-agent [2020-12-03T17:32:53.270Z] SSH_AUTH_SOCK=/tmp/ssh-MZ15wOtUELRg/agent.11 [2020-12-03T17:32:53.270Z] SSH_AGENT_PID=17 [2020-12-03T17:32:53.277Z] Running ssh-add (command line suppressed) [2020-12-03T17:32:53.406Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2891043304884783132.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2891043304884783132.key) [2020-12-03T17:32:53.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T17:32:53.797Z] + git semver push [2020-12-03T17:32:53.797Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T17:32:53.797Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-03T17:32:53.797Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-03T17:32:53.797Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T17:32:53.797Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T17:32:53.797Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T17:32:53.797Z] # $SEMVER_BRANCH = master [2020-12-03T17:32:53.797Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-03T17:33:00.414Z] $ docker exec --env ******** --env ******** 644f612f0076c68c5ef55464c4c9be5914542992e224d69f64c50ed22d0822bf ssh-agent -k [2020-12-03T17:33:00.533Z] unset SSH_AUTH_SOCK; [2020-12-03T17:33:00.533Z] unset SSH_AGENT_PID; [2020-12-03T17:33:00.534Z] echo Agent pid 17 killed; [2020-12-03T17:33:00.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T17:33:01.108Z] + git semver [Pipeline] } [2020-12-03T17:33:01.132Z] $ docker stop --time=1 644f612f0076c68c5ef55464c4c9be5914542992e224d69f64c50ed22d0822bf [2020-12-03T17:33:02.495Z] $ docker rm -f 644f612f0076c68c5ef55464c4c9be5914542992e224d69f64c50ed22d0822bf [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 [2020-12-03T17:33:04.111Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:33:04.874Z] ---> package-listing.sh [2020-12-03T17:33:04.874Z] ++ facter osfamily [2020-12-03T17:33:04.874Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T17:33:04.874Z] + OS_FAMILY=redhat [2020-12-03T17:33:04.874Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-12-03T17:33:04.874Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T17:33:04.874Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T17:33:04.874Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T17:33:04.874Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T17:33:04.874Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-03T17:33:04.874Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T17:33:04.874Z] + case "${OS_FAMILY}" in [2020-12-03T17:33:04.874Z] + rpm -qa [2020-12-03T17:33:04.874Z] + sort [2020-12-03T17:33:10.204Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T17:33:10.204Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T17:33:10.204Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T17:33:10.204Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-03T17:33:10.204Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-12-03T17:33:10.204Z] + 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 [2020-12-03T17:33:10.217Z] 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 [2020-12-03T17:33:10.511Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:33:10.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T17:33:10.819Z] [2020-12-03T17:33:10.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T17:33:11.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T17:33:11.173Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T17:33:11.173Z] df20fa9351a1: Pulling fs layer [2020-12-03T17:33:11.173Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T17:33:11.173Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T17:33:11.173Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T17:33:11.173Z] 93b61091891f: Pulling fs layer [2020-12-03T17:33:11.173Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T17:33:11.173Z] 46f8f816bc3b: Waiting [2020-12-03T17:33:11.173Z] 5e14af77c1be: Pulling fs layer [2020-12-03T17:33:11.173Z] 01666e4c0597: Pulling fs layer [2020-12-03T17:33:11.173Z] aa168da1d23b: Pulling fs layer [2020-12-03T17:33:11.173Z] 93b61091891f: Waiting [2020-12-03T17:33:11.173Z] 93b9cdb0e59b: Waiting [2020-12-03T17:33:11.173Z] aa168da1d23b: Waiting [2020-12-03T17:33:11.173Z] 5e14af77c1be: Waiting [2020-12-03T17:33:11.173Z] 01666e4c0597: Waiting [2020-12-03T17:33:11.173Z] 36b3adc4ff6f: Download complete [2020-12-03T17:33:11.173Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T17:33:11.173Z] 46f8f816bc3b: Download complete [2020-12-03T17:33:11.173Z] df20fa9351a1: Verifying Checksum [2020-12-03T17:33:11.173Z] df20fa9351a1: Download complete [2020-12-03T17:33:11.173Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T17:33:11.173Z] 93b9cdb0e59b: Download complete [2020-12-03T17:33:11.438Z] 93b61091891f: Verifying Checksum [2020-12-03T17:33:11.438Z] 93b61091891f: Download complete [2020-12-03T17:33:11.438Z] 5e14af77c1be: Verifying Checksum [2020-12-03T17:33:11.438Z] 5e14af77c1be: Download complete [2020-12-03T17:33:11.438Z] 01666e4c0597: Verifying Checksum [2020-12-03T17:33:11.438Z] 01666e4c0597: Download complete [2020-12-03T17:33:11.438Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T17:33:11.438Z] 8ad3a11d3b57: Download complete [2020-12-03T17:33:11.701Z] df20fa9351a1: Pull complete [2020-12-03T17:33:12.277Z] 36b3adc4ff6f: Pull complete [2020-12-03T17:33:13.241Z] aa168da1d23b: Verifying Checksum [2020-12-03T17:33:13.241Z] aa168da1d23b: Download complete [2020-12-03T17:33:13.818Z] 8ad3a11d3b57: Pull complete [2020-12-03T17:33:14.081Z] 46f8f816bc3b: Pull complete [2020-12-03T17:33:14.344Z] 93b61091891f: Pull complete [2020-12-03T17:33:14.344Z] 93b9cdb0e59b: Pull complete [2020-12-03T17:33:14.607Z] 5e14af77c1be: Pull complete [2020-12-03T17:33:14.608Z] 01666e4c0597: Pull complete [2020-12-03T17:33:22.790Z] aa168da1d23b: Pull complete [2020-12-03T17:33:22.790Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T17:33:22.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T17:33:22.790Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T17:33:22.908Z] prd-centos7-docker-4c-2g-14340 does not seem to be running inside a container [2020-12-03T17:33:22.958Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T17:33:25.776Z] $ docker top f48015a422ecf165300266f49f650ef8a65bc65d11b2b6a54bb5e81dfa54c2cb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T17:33:26.265Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T17:33:26.571Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T17:33:26.872Z] + ls /var/log/sa-host [2020-12-03T17:33:26.872Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T17:33:26.872Z] file_magic: OK [2020-12-03T17:33:26.872Z] HZ: Using current value: 100 [2020-12-03T17:33:26.872Z] file_header: OK [2020-12-03T17:33:26.872Z] 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 [2020-12-03T17:33:26.872Z] Statistics: [2020-12-03T17:33:26.872Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-03T17:33:26.872Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T17:33:26.872Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T17:33:26.872Z] file_magic: OK [2020-12-03T17:33:26.872Z] HZ: Using current value: 100 [2020-12-03T17:33:26.872Z] file_header: OK [2020-12-03T17:33:26.872Z] 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 [2020-12-03T17:33:26.872Z] Statistics: [2020-12-03T17:33:26.872Z] Hnuu...uuuununununu... [2020-12-03T17:33:26.872Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T17:33:27.073Z] provisioning config files... [2020-12-03T17:33:27.087Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config680576759246039643tmp [Pipeline] { [Pipeline] echo [2020-12-03T17:33:27.160Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:33:27.456Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T17:33:27.466Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T17:33:27.553Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:33:27.848Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T17:33:27.859Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:33:28.156Z] ---> sudo-logs.sh [2020-12-03T17:33:28.156Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T17:33:28.167Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:33:28.465Z] ---> job-cost.sh [2020-12-03T17:33:28.465Z] lf-activate-venv: SKIPPING [2020-12-03T17:33:28.465Z] INFO: No Stack... [2020-12-03T17:33:29.411Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T17:33:29.987Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T17:33:30.001Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T17:33:30.303Z] ---> logs-deploy.sh [2020-12-03T17:33:30.303Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/151 [2020-12-03T17:33:30.303Z] INFO: archiving workspace using pattern(s): [2020-12-03T17:33:31.692Z] Archives upload complete. [2020-12-03T17:33:31.954Z] INFO: archiving logs to Nexus