Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18855 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628)" > git rev-list --no-walk 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T17:44:21.620Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T17:44:21.855Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T17:44:21.945Z] ========================================================= [2021-01-07T17:44:21.945Z] EdgeX Global Pipelines Version Info [2021-01-07T17:44:21.945Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:44:23.441Z] ------------------- [2021-01-07T17:44:23.441Z] stable info: [2021-01-07T17:44:23.441Z] ------------------- [2021-01-07T17:44:23.441Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T17:44:23.441Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T17:44:23.441Z] Message: update stable to v1.0.173 [2021-01-07T17:44:24.389Z] ------------------- [2021-01-07T17:44:24.389Z] experimental info: [2021-01-07T17:44:24.389Z] ------------------- [2021-01-07T17:44:24.389Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T17:44:24.389Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T17:44:24.389Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T17:44:24.691Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-07T17:44:24.782Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-07T17:44:24.873Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T17:44:24.960Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T17:44:25.051Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T17:44:25.139Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T17:44:25.223Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T17:44:25.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T17:44:25.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-07T17:44:25.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T17:44:25.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T17:44:25.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-07T17:44:25.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T17:44:25.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T17:44:25.989Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T17:44:26.078Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T17:44:26.169Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T17:44:26.264Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T17:44:26.374Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T17:44:26.460Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-07T17:44:26.544Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T17:44:26.633Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-07T17:44:26.723Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-07T17:44:26.817Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-07T17:44:26.902Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-07T17:44:26.995Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T17:44:27.079Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T17:44:27.215Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-07T17:44:27.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-07T17:44:27.382Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-07T17:44:27.465Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] echo [2021-01-07T17:44:27.552Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4055d1d [Pipeline] echo [2021-01-07T17:44:27.635Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T17:44:28.293Z] + git log --format=format:%s -1 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] echo [2021-01-07T17:44:28.353Z] GIT_COMMIT: 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628) [Pipeline] echo [2021-01-07T17:44:28.394Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:44:29.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T17:44:29.604Z] [2021-01-07T17:44:29.604Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:44:29.953Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T17:44:29.953Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T17:44:29.953Z] 31603596830f: Pulling fs layer [2021-01-07T17:44:29.953Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T17:44:29.953Z] 6ca5941a6612: Pulling fs layer [2021-01-07T17:44:29.953Z] ecc8261a40a4: Pulling fs layer [2021-01-07T17:44:29.953Z] ecc8261a40a4: Waiting [2021-01-07T17:44:29.953Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T17:44:29.953Z] 2a8b12db71e7: Download complete [2021-01-07T17:44:30.218Z] 31603596830f: Verifying Checksum [2021-01-07T17:44:30.218Z] 31603596830f: Download complete [2021-01-07T17:44:30.483Z] 6ca5941a6612: Verifying Checksum [2021-01-07T17:44:30.483Z] 6ca5941a6612: Download complete [2021-01-07T17:44:30.483Z] ecc8261a40a4: Download complete [2021-01-07T17:44:30.749Z] 31603596830f: Pull complete [2021-01-07T17:44:30.749Z] 2a8b12db71e7: Pull complete [2021-01-07T17:44:31.704Z] 6ca5941a6612: Pull complete [2021-01-07T17:44:31.970Z] ecc8261a40a4: Pull complete [2021-01-07T17:44:31.970Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T17:44:31.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T17:44:31.970Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T17:44:32.076Z] prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container [2021-01-07T17:44:32.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T17:44:34.314Z] $ docker top 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T17:44:34.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T17:44:34.754Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T17:44:35.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T17:44:35.032Z] $ docker exec 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent [2021-01-07T17:44:35.233Z] SSH_AUTH_SOCK=/tmp/ssh-0IfaziBDB57x/agent.11 [2021-01-07T17:44:35.233Z] SSH_AGENT_PID=16 [2021-01-07T17:44:35.258Z] Running ssh-add (command line suppressed) [2021-01-07T17:44:35.399Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5709296222739333426.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5709296222739333426.key) [2021-01-07T17:44:35.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T17:44:35.814Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T17:44:35.850Z] $ docker exec --env ******** --env ******** 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent -k [2021-01-07T17:44:35.965Z] unset SSH_AUTH_SOCK; [2021-01-07T17:44:35.966Z] unset SSH_AGENT_PID; [2021-01-07T17:44:35.966Z] echo Agent pid 16 killed; [2021-01-07T17:44:36.025Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T17:44:36.196Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T17:44:36.196Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T17:44:36.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T17:44:36.415Z] $ docker exec 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent [2021-01-07T17:44:36.585Z] SSH_AUTH_SOCK=/tmp/ssh-p5i8wjjllnVB/agent.45 [2021-01-07T17:44:36.585Z] SSH_AGENT_PID=50 [2021-01-07T17:44:36.594Z] Running ssh-add (command line suppressed) [2021-01-07T17:44:36.730Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1508878956411745792.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1508878956411745792.key) [2021-01-07T17:44:36.784Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T17:44:37.141Z] + git semver init [2021-01-07T17:44:37.141Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T17:44:37.141Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T17:44:37.141Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T17:44:37.141Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T17:44:37.141Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T17:44:37.141Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T17:44:37.141Z] # $SEMVER_BRANCH = master [2021-01-07T17:44:37.141Z] # $SEMVER_TEMP = /tmp/semver-094179411 [2021-01-07T17:44:37.141Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-07T17:44:39.737Z] # '/tmp/semver-094179411' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-01-07T17:44:40.000Z] # -> Force: false [2021-01-07T17:44:40.000Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-07T17:44:40.016Z] $ docker exec --env ******** --env ******** 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent -k [2021-01-07T17:44:40.141Z] unset SSH_AUTH_SOCK; [2021-01-07T17:44:40.142Z] unset SSH_AGENT_PID; [2021-01-07T17:44:40.142Z] echo Agent pid 50 killed; [2021-01-07T17:44:40.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T17:44:40.677Z] + git semver [Pipeline] } [2021-01-07T17:44:40.699Z] $ docker stop --time=1 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 [2021-01-07T17:44:42.179Z] $ docker rm -f 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T17:44:42.651Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T17:44:43.145Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T17:44:43.148Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-07T17:44:58.662Z] Still waiting to schedule task [2021-01-07T17:44:58.662Z] Executor slot already in use; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18857’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-07T17:44:58.665Z] Still waiting to schedule task [2021-01-07T17:44:58.665Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-07T17:46:57.411Z] Running on prd-centos7-docker-4c-2g-18862 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-07T17:46:57.469Z] Running in /w/workspace/app-functions-sdk-go/159 [Pipeline] { [Pipeline] checkout [2021-01-07T17:46:58.586Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18861 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-07T17:46:58.673Z] Running in /w/workspace/app-functions-sdk-go/159 [Pipeline] { [Pipeline] checkout [2021-01-07T17:47:04.061Z] using credential edgex-jenkins-ssh [2021-01-07T17:47:04.115Z] Cloning the remote Git repository [2021-01-07T17:47:04.156Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T17:47:04.259Z] > git init /w/workspace/app-functions-sdk-go/159 # timeout=10 [2021-01-07T17:47:04.333Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T17:47:04.333Z] > git --version # timeout=10 [2021-01-07T17:47:04.355Z] > git --version # 'git version 2.17.1' [2021-01-07T17:47:04.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T17:47:04.438Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T17:47:06.031Z] using credential edgex-jenkins-ssh [2021-01-07T17:47:06.093Z] Cloning the remote Git repository [2021-01-07T17:47:06.137Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T17:47:06.272Z] > git init /w/workspace/app-functions-sdk-go/159 # timeout=10 [2021-01-07T17:47:06.403Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T17:47:06.404Z] > git --version # timeout=10 [2021-01-07T17:47:06.441Z] > git --version # 'git version 2.24.3' [2021-01-07T17:47:06.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T17:47:06.542Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T17:47:08.396Z] Checking out Revision 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 (master) [2021-01-07T17:47:08.803Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T17:47:07.676Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T17:47:07.695Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T17:47:07.723Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T17:47:07.760Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T17:47:07.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T17:47:07.779Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T17:47:08.412Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T17:47:08.438Z] > git checkout -f 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 # timeout=10 [2021-01-07T17:47:09.393Z] Checking out Revision 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 (master) [2021-01-07T17:47:08.887Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T17:47:08.958Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-07T17:47:08.997Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-07T17:47:08.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T17:47:09.008Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T17:47:09.405Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T17:47:09.413Z] > git checkout -f 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 # timeout=10 [2021-01-07T17:47:12.986Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T17:47:13.783Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-07T17:47:14.607Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-01-07T17:47:15.573Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-01-07T17:47:15.635Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-01-07T17:47:16.003Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T17:47:16.156Z] + sudo service docker restart [2021-01-07T17:47:16.156Z] + true [2021-01-07T17:47:16.387Z] + sudo service docker restart [2021-01-07T17:47:16.387Z] + true [2021-01-07T17:47:16.387Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-07T17:47:18.114Z] ========================================================= [2021-01-07T17:47:18.114Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T17:47:18.114Z] ========================================================= [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-07T17:47:18.412Z] ========================================================= [2021-01-07T17:47:18.412Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T17:47:18.412Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:47:18.541Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-07T17:47:18.805Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-07T17:47:19.539Z] Sending build context to Docker daemon 19.07MB [2021-01-07T17:47:19.539Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T17:47:19.539Z] Step 2/8 : FROM ${BASE} [2021-01-07T17:47:19.825Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T17:47:19.825Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T17:47:19.825Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T17:47:19.825Z] de9db76c5a1d: Pulling fs layer [2021-01-07T17:47:19.825Z] bca2f99d35d6: Pulling fs layer [2021-01-07T17:47:19.825Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T17:47:19.825Z] 7c6f9722023f: Pulling fs layer [2021-01-07T17:47:19.825Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T17:47:19.825Z] bca2f99d35d6: Waiting [2021-01-07T17:47:19.825Z] 93359f2a8cfa: Waiting [2021-01-07T17:47:19.825Z] 7c6f9722023f: Waiting [2021-01-07T17:47:19.825Z] a35cf1a2eb13: Waiting [2021-01-07T17:47:19.825Z] de9db76c5a1d: Verifying Checksum [2021-01-07T17:47:19.825Z] de9db76c5a1d: Download complete [2021-01-07T17:47:19.825Z] 0ef7d3d256c8: Download complete [2021-01-07T17:47:19.825Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T17:47:19.825Z] 93359f2a8cfa: Download complete [2021-01-07T17:47:19.825Z] 7c6f9722023f: Verifying Checksum [2021-01-07T17:47:19.825Z] 7c6f9722023f: Download complete [2021-01-07T17:47:20.259Z] Sending build context to Docker daemon 19.07MB [2021-01-07T17:47:20.259Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T17:47:20.259Z] Step 2/8 : FROM ${BASE} [2021-01-07T17:47:20.802Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T17:47:20.802Z] 188c0c94c7c5: Download complete [2021-01-07T17:47:20.858Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T17:47:20.858Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T17:47:20.858Z] a4357932f1b6: Pulling fs layer [2021-01-07T17:47:20.858Z] 18c013af1878: Pulling fs layer [2021-01-07T17:47:20.858Z] 00ac8860ef70: Pulling fs layer [2021-01-07T17:47:20.858Z] 63d7cb157983: Pulling fs layer [2021-01-07T17:47:20.858Z] b116817d02f9: Pulling fs layer [2021-01-07T17:47:20.858Z] 745a02a5169b: Pulling fs layer [2021-01-07T17:47:20.858Z] 63d7cb157983: Waiting [2021-01-07T17:47:20.858Z] b116817d02f9: Waiting [2021-01-07T17:47:20.858Z] 745a02a5169b: Waiting [2021-01-07T17:47:20.858Z] 00ac8860ef70: Waiting [2021-01-07T17:47:20.858Z] 18c013af1878: Download complete [2021-01-07T17:47:20.858Z] a4357932f1b6: Verifying Checksum [2021-01-07T17:47:20.859Z] a4357932f1b6: Download complete [2021-01-07T17:47:20.859Z] 63d7cb157983: Download complete [2021-01-07T17:47:20.859Z] b116817d02f9: Verifying Checksum [2021-01-07T17:47:20.859Z] b116817d02f9: Download complete [2021-01-07T17:47:21.071Z] 188c0c94c7c5: Pull complete [2021-01-07T17:47:21.457Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T17:47:21.457Z] 5f621e34cdf4: Download complete [2021-01-07T17:47:21.842Z] 0ef7d3d256c8: Pull complete [2021-01-07T17:47:22.058Z] 5f621e34cdf4: Pull complete [2021-01-07T17:47:22.211Z] de9db76c5a1d: Pull complete [2021-01-07T17:47:22.663Z] a4357932f1b6: Pull complete [2021-01-07T17:47:22.941Z] 18c013af1878: Pull complete [2021-01-07T17:47:23.541Z] 745a02a5169b: Verifying Checksum [2021-01-07T17:47:23.541Z] 745a02a5169b: Download complete [2021-01-07T17:47:24.981Z] 00ac8860ef70: Verifying Checksum [2021-01-07T17:47:24.981Z] 00ac8860ef70: Download complete [2021-01-07T17:47:31.423Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T17:47:31.423Z] a35cf1a2eb13: Download complete [2021-01-07T17:47:31.423Z] bca2f99d35d6: Verifying Checksum [2021-01-07T17:47:31.423Z] bca2f99d35d6: Download complete [2021-01-07T17:47:35.137Z] 00ac8860ef70: Pull complete [2021-01-07T17:47:35.137Z] 63d7cb157983: Pull complete [2021-01-07T17:47:35.137Z] b116817d02f9: Pull complete [2021-01-07T17:47:39.458Z] 745a02a5169b: Pull complete [2021-01-07T17:47:39.458Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T17:47:39.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T17:47:39.458Z] ---> b7e6874047d6 [2021-01-07T17:47:39.458Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-07T17:47:39.733Z] 20.10.0: Pulling from library/docker [2021-01-07T17:47:39.733Z] a3cc7d3b244e: Pulling fs layer [2021-01-07T17:47:39.733Z] 02a3295e0d61: Pulling fs layer [2021-01-07T17:47:39.733Z] 0f4f2e6d8100: Pulling fs layer [2021-01-07T17:47:39.733Z] 330b718f631f: Pulling fs layer [2021-01-07T17:47:39.733Z] a93816041522: Pulling fs layer [2021-01-07T17:47:39.733Z] bdb6da89ff94: Pulling fs layer [2021-01-07T17:47:39.733Z] 2a70c0c122f4: Pulling fs layer [2021-01-07T17:47:39.733Z] 330b718f631f: Waiting [2021-01-07T17:47:39.733Z] a93816041522: Waiting [2021-01-07T17:47:39.733Z] bdb6da89ff94: Waiting [2021-01-07T17:47:39.733Z] 2a70c0c122f4: Waiting [2021-01-07T17:47:39.733Z] 0f4f2e6d8100: Verifying Checksum [2021-01-07T17:47:39.733Z] 0f4f2e6d8100: Download complete [2021-01-07T17:47:39.733Z] a3cc7d3b244e: Verifying Checksum [2021-01-07T17:47:39.733Z] a3cc7d3b244e: Download complete [2021-01-07T17:47:39.733Z] 02a3295e0d61: Download complete [2021-01-07T17:47:39.733Z] a93816041522: Download complete [2021-01-07T17:47:39.733Z] bdb6da89ff94: Verifying Checksum [2021-01-07T17:47:39.733Z] bdb6da89ff94: Download complete [2021-01-07T17:47:39.733Z] 2a70c0c122f4: Verifying Checksum [2021-01-07T17:47:39.733Z] 2a70c0c122f4: Download complete [2021-01-07T17:47:40.329Z] a3cc7d3b244e: Pull complete [2021-01-07T17:47:41.313Z] 02a3295e0d61: Pull complete [2021-01-07T17:47:41.587Z] 330b718f631f: Verifying Checksum [2021-01-07T17:47:41.587Z] 330b718f631f: Download complete [2021-01-07T17:47:41.587Z] 0f4f2e6d8100: Pull complete [2021-01-07T17:47:42.164Z] bca2f99d35d6: Pull complete [2021-01-07T17:47:42.165Z] 93359f2a8cfa: Pull complete [2021-01-07T17:47:42.165Z] 7c6f9722023f: Pull complete [2021-01-07T17:47:45.931Z] 330b718f631f: Pull complete [2021-01-07T17:47:45.931Z] a93816041522: Pull complete [2021-01-07T17:47:46.213Z] bdb6da89ff94: Pull complete [2021-01-07T17:47:46.490Z] 2a70c0c122f4: Pull complete [2021-01-07T17:47:46.765Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T17:47:46.765Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T17:47:47.820Z] a35cf1a2eb13: Pull complete [2021-01-07T17:47:47.820Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T17:47:47.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T17:47:47.820Z] ---> a62c8e92a672 [2021-01-07T17:47:47.820Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-07T17:47:47.820Z] 20.10.0: Pulling from library/docker [2021-01-07T17:47:47.820Z] 05e7bc50f07f: Pulling fs layer [2021-01-07T17:47:47.820Z] 6db28d0fdbf6: Pulling fs layer [2021-01-07T17:47:47.820Z] 292df0bc6bf3: Pulling fs layer [2021-01-07T17:47:47.820Z] 2e060f4bd70b: Pulling fs layer [2021-01-07T17:47:47.820Z] 80e8d568a223: Pulling fs layer [2021-01-07T17:47:47.820Z] 8dc6ef1a942a: Pulling fs layer [2021-01-07T17:47:47.820Z] 2312dd95470a: Pulling fs layer [2021-01-07T17:47:47.820Z] 80e8d568a223: Waiting [2021-01-07T17:47:47.820Z] 8dc6ef1a942a: Waiting [2021-01-07T17:47:47.820Z] 2312dd95470a: Waiting [2021-01-07T17:47:47.820Z] 2e060f4bd70b: Waiting [2021-01-07T17:47:47.820Z] 292df0bc6bf3: Verifying Checksum [2021-01-07T17:47:47.820Z] 292df0bc6bf3: Download complete [2021-01-07T17:47:49.148Z] 6db28d0fdbf6: Verifying Checksum [2021-01-07T17:47:49.148Z] 6db28d0fdbf6: Download complete [2021-01-07T17:47:49.148Z] 05e7bc50f07f: Verifying Checksum [2021-01-07T17:47:49.148Z] 05e7bc50f07f: Download complete [2021-01-07T17:47:49.148Z] 80e8d568a223: Verifying Checksum [2021-01-07T17:47:49.148Z] 80e8d568a223: Download complete [2021-01-07T17:47:49.148Z] 2312dd95470a: Verifying Checksum [2021-01-07T17:47:49.148Z] 2312dd95470a: Download complete [2021-01-07T17:47:49.148Z] 8dc6ef1a942a: Verifying Checksum [2021-01-07T17:47:49.148Z] 8dc6ef1a942a: Download complete [2021-01-07T17:47:49.417Z] 05e7bc50f07f: Pull complete [2021-01-07T17:47:49.738Z] 6db28d0fdbf6: Pull complete [2021-01-07T17:47:50.088Z] 292df0bc6bf3: Pull complete [2021-01-07T17:47:51.567Z] 2e060f4bd70b: Verifying Checksum [2021-01-07T17:47:51.567Z] 2e060f4bd70b: Download complete [2021-01-07T17:47:53.489Z] ---> 4f5414b3843f [2021-01-07T17:47:53.489Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-07T17:47:53.489Z] ---> Running in 1ed71bc1d03d [2021-01-07T17:47:53.489Z] Removing intermediate container 1ed71bc1d03d [2021-01-07T17:47:53.489Z] ---> 42851405864b [2021-01-07T17:47:53.489Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-07T17:47:53.489Z] ---> Running in e3fc2286dd8f [2021-01-07T17:47:54.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T17:47:55.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T17:47:56.893Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-07T17:47:56.995Z] 2e060f4bd70b: Pull complete [2021-01-07T17:47:57.169Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-07T17:47:57.169Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-07T17:47:57.169Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-07T17:47:57.266Z] 80e8d568a223: Pull complete [2021-01-07T17:47:57.266Z] 8dc6ef1a942a: Pull complete [2021-01-07T17:47:57.440Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-07T17:47:57.440Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T17:47:57.440Z] OK: 144 MiB in 44 packages [2021-01-07T17:47:57.559Z] 2312dd95470a: Pull complete [2021-01-07T17:47:57.559Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T17:47:57.559Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T17:47:58.871Z] Removing intermediate container e3fc2286dd8f [2021-01-07T17:47:58.871Z] ---> e8551c2e8794 [2021-01-07T17:47:58.871Z] Step 6/8 : WORKDIR /build [2021-01-07T17:47:58.871Z] ---> Running in 10c3eeaf416c [2021-01-07T17:47:59.463Z] Removing intermediate container 10c3eeaf416c [2021-01-07T17:47:59.463Z] ---> f3d0d0cbc56b [2021-01-07T17:47:59.463Z] Step 7/8 : COPY go.mod . [2021-01-07T17:48:00.058Z] ---> 53b9888b1037 [2021-01-07T17:48:00.058Z] Step 8/8 : RUN go mod download [2021-01-07T17:48:00.058Z] ---> Running in 24eecd141599 [2021-01-07T17:48:00.253Z] ---> 7b486d25d50a [2021-01-07T17:48:00.253Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-07T17:48:00.253Z] ---> Running in 6dcb0d5355d0 [2021-01-07T17:48:00.253Z] Removing intermediate container 6dcb0d5355d0 [2021-01-07T17:48:00.253Z] ---> 3840d89f6462 [2021-01-07T17:48:00.253Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-07T17:48:00.253Z] ---> Running in fb7d9d1bc658 [2021-01-07T17:48:01.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T17:48:02.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T17:48:02.767Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-07T17:48:02.767Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-07T17:48:03.070Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-07T17:48:03.070Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-07T17:48:03.070Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-07T17:48:03.366Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T17:48:03.366Z] OK: 167 MiB in 44 packages [2021-01-07T17:48:04.459Z] Removing intermediate container fb7d9d1bc658 [2021-01-07T17:48:04.459Z] ---> 344f4f32c838 [2021-01-07T17:48:04.459Z] Step 6/8 : WORKDIR /build [2021-01-07T17:48:04.734Z] ---> Running in 2815b787a3fb [2021-01-07T17:48:04.734Z] Removing intermediate container 2815b787a3fb [2021-01-07T17:48:04.734Z] ---> aab08fd2fb1a [2021-01-07T17:48:04.734Z] Step 7/8 : COPY go.mod . [2021-01-07T17:48:05.344Z] ---> 0db3dc8de73b [2021-01-07T17:48:05.344Z] Step 8/8 : RUN go mod download [2021-01-07T17:48:05.344Z] ---> Running in 5b656f54bb47 [2021-01-07T17:48:26.858Z] Removing intermediate container 24eecd141599 [2021-01-07T17:48:26.859Z] ---> cbfd9f7c4959 [2021-01-07T17:48:26.859Z] Successfully built cbfd9f7c4959 [2021-01-07T17:48:26.859Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:48:27.207Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T17:48:27.207Z] . [Pipeline] withDockerContainer [2021-01-07T17:48:27.491Z] prd-ubuntu18.04-docker-arm64-4c-16g-18861 does not seem to be running inside a container [2021-01-07T17:48:27.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T17:48:29.225Z] $ docker top aa4accfb2d0ba6ba653a82e528af54630dbbb269a7fbfcd88271d9ca2960356d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T17:48:30.312Z] + go version [2021-01-07T17:48:30.312Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T17:48:30.342Z] $ docker stop --time=1 aa4accfb2d0ba6ba653a82e528af54630dbbb269a7fbfcd88271d9ca2960356d [2021-01-07T17:48:32.312Z] Removing intermediate container 5b656f54bb47 [2021-01-07T17:48:32.312Z] ---> b4f1d2bb1da2 [2021-01-07T17:48:32.312Z] Successfully built b4f1d2bb1da2 [2021-01-07T17:48:32.312Z] Successfully tagged ci-base-image-x86_64:latest [2021-01-07T17:48:32.319Z] $ docker rm -f aa4accfb2d0ba6ba653a82e528af54630dbbb269a7fbfcd88271d9ca2960356d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:48:33.159Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T17:48:33.423Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T17:48:33.423Z] . [2021-01-07T17:48:33.425Z] . [Pipeline] withDockerContainer [2021-01-07T17:48:33.692Z] prd-ubuntu18.04-docker-arm64-4c-16g-18861 does not seem to be running inside a container [2021-01-07T17:48:33.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T17:48:35.270Z] $ docker top 11cf90f0159a740cf474547b26c114b33f1ad0dd05ece15ceff981470a977926 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-07T17:48:36.393Z] prd-centos7-docker-4c-2g-18862 does not seem to be running inside a container [2021-01-07T17:48:36.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T17:48:37.749Z] $ docker top 2bf9a7b7f0c429015d355b8ca3978062943a7195023d05632973215deece1b47 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-07T17:48:38.444Z] + go version [2021-01-07T17:48:38.444Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T17:48:38.469Z] $ docker stop --time=1 2bf9a7b7f0c429015d355b8ca3978062943a7195023d05632973215deece1b47 [2021-01-07T17:48:38.712Z] + make test [2021-01-07T17:48:38.712Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-07T17:48:40.074Z] $ docker rm -f 2bf9a7b7f0c429015d355b8ca3978062943a7195023d05632973215deece1b47 [2021-01-07T17:48:40.162Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:48:41.240Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T17:48:41.240Z] . [Pipeline] withDockerContainer [2021-01-07T17:48:41.516Z] prd-centos7-docker-4c-2g-18862 does not seem to be running inside a container [2021-01-07T17:48:41.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T17:48:42.827Z] $ docker top c359f3648ffb9421321c2a2a996daa6263d23417d4eff4b75e73a0b58e67571e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T17:48:43.491Z] + make test [2021-01-07T17:48:43.765Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-07T17:48:47.182Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-07T17:49:02.378Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.037s coverage: 86.2% of statements [2021-01-07T17:49:02.701Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.045s coverage: 86.2% of statements [2021-01-07T17:49:18.140Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.538s coverage: 47.9% of statements [2021-01-07T17:49:18.140Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-07T17:49:18.140Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-07T17:49:18.140Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.237s coverage: 61.5% of statements [2021-01-07T17:49:18.140Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-07T17:49:18.863Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.187s coverage: 69.1% of statements [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-07T17:49:18.863Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.067s coverage: 97.7% of statements [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-07T17:49:18.863Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-01-07T17:49:19.170Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.026s coverage: 8.8% of statements [2021-01-07T17:49:29.213Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.089s coverage: 47.9% of statements [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-07T17:49:29.214Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.077s coverage: 61.5% of statements [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-07T17:49:29.214Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.039s coverage: 69.1% of statements [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-07T17:49:29.214Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.035s coverage: 97.7% of statements [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-07T17:49:29.214Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-01-07T17:49:29.214Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.033s coverage: 8.8% of statements [2021-01-07T17:49:29.494Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.953s coverage: 75.0% of statements [2021-01-07T17:49:29.495Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-07T17:49:29.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.072s coverage: 87.9% of statements [2021-01-07T17:49:29.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.059s coverage: 80.5% of statements [2021-01-07T17:49:29.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.011s coverage: 71.7% of statements [2021-01-07T17:49:34.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.941s coverage: 75.0% of statements [2021-01-07T17:49:34.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-07T17:49:34.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.053s coverage: 87.9% of statements [2021-01-07T17:49:34.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.057s coverage: 80.5% of statements [2021-01-07T17:49:34.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements [2021-01-07T17:49:51.619Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.131s coverage: 81.6% of statements [2021-01-07T17:49:51.619Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 94.4% of statements [2021-01-07T17:49:51.619Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-07T17:49:54.298Z] gofmt -l . [2021-01-07T17:49:54.298Z] [ "`gofmt -l .`" = "" ] [2021-01-07T17:49:54.584Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-07T17:49:55.607Z] $ docker stop --time=1 c359f3648ffb9421321c2a2a996daa6263d23417d4eff4b75e73a0b58e67571e [2021-01-07T17:49:56.788Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 81.6% of statements [2021-01-07T17:49:56.788Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.016s coverage: 94.4% of statements [2021-01-07T17:49:56.788Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-07T17:49:58.287Z] $ docker rm -f c359f3648ffb9421321c2a2a996daa6263d23417d4eff4b75e73a0b58e67571e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T17:49:59.489Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-07T17:50:00.760Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-07T17:50:07.016Z] gofmt -l . [2021-01-07T17:50:07.016Z] [ "`gofmt -l .`" = "" ] [2021-01-07T17:50:07.016Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-07T17:50:07.042Z] $ docker stop --time=1 11cf90f0159a740cf474547b26c114b33f1ad0dd05ece15ceff981470a977926 [2021-01-07T17:50:09.266Z] $ docker rm -f 11cf90f0159a740cf474547b26c114b33f1ad0dd05ece15ceff981470a977926 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T17:50:10.313Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-07T17:50:10.377Z] Warning: overwriting stash ‘coverage-report’ [2021-01-07T17:50:11.205Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-07T17:50:13.142Z] provisioning config files... [2021-01-07T17:50:13.163Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7572853322018373259tmp [Pipeline] { [Pipeline] sh [2021-01-07T17:50:13.528Z] + set +x [2021-01-07T17:50:13.528Z] + curl -s https://codecov.io/bash [2021-01-07T17:50:13.528Z] + bash -s -- [2021-01-07T17:50:13.791Z] [2021-01-07T17:50:13.791Z] _____ _ [2021-01-07T17:50:13.791Z] / ____| | | [2021-01-07T17:50:13.791Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T17:50:13.791Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T17:50:13.791Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T17:50:13.791Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T17:50:13.791Z] Bash-20201231-23d4836 [2021-01-07T17:50:13.791Z] [2021-01-07T17:50:13.791Z] [2021-01-07T17:50:13.791Z] ==> git version 2.24.3 found [2021-01-07T17:50:13.791Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-07T17:50:13.791Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T17:50:13.791Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T17:50:13.791Z] ==> Jenkins CI detected. [2021-01-07T17:50:13.791Z] project root: . [2021-01-07T17:50:13.791Z] --> token set from env [2021-01-07T17:50:13.791Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T17:50:13.791Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T17:50:13.791Z] ==> Python coveragepy not found [2021-01-07T17:50:13.791Z] ==> Searching for coverage reports in: [2021-01-07T17:50:13.791Z] + . [2021-01-07T17:50:13.791Z] -> Found 1 reports [2021-01-07T17:50:13.791Z] ==> Detecting git/mercurial file structure [2021-01-07T17:50:13.791Z] ==> Reading reports [2021-01-07T17:50:13.791Z] + ./coverage.out bytes=71081 [2021-01-07T17:50:13.791Z] ==> Appending adjustments [2021-01-07T17:50:13.791Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T17:50:14.368Z] + Found adjustments [2021-01-07T17:50:14.368Z] ==> Gzipping contents [2021-01-07T17:50:14.368Z] 16K /tmp/codecov.dMHbtz.gz [2021-01-07T17:50:14.368Z] ==> Uploading reports [2021-01-07T17:50:14.368Z] url: https://codecov.io [2021-01-07T17:50:14.368Z] query: branch=master&commit=4055d1dd8d0232d758a769a2df7c6a49a08ae2d4&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T17:50:14.368Z] -> Pinging Codecov [2021-01-07T17:50:14.368Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=4055d1dd8d0232d758a769a2df7c6a49a08ae2d4&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T17:50:14.944Z] -> Uploading to [2021-01-07T17:50:14.944Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/3D8B5DFFC46A037C893635FACE044666/4055d1dd8d0232d758a769a2df7c6a49a08ae2d4/72763935-4301-478b-bb22-21b15f37ec16.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T175014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6251e70ce291b74cf3748db8cd58d219a3516b770d8e7c3f8e39d8f491632754 [2021-01-07T17:50:14.944Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T17:50:14.944Z] Dload Upload Total Spent Left Speed [2021-01-07T17:50:15.207Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12655 0 0 100 12655 0 30597 --:--:-- --:--:-- --:--:-- 30641 [2021-01-07T17:50:15.207Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] } [2021-01-07T17:50:15.218Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-07T17:50:16.144Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-07T17:50:16.197Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:50:16.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T17:50:16.546Z] [2021-01-07T17:50:16.546Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:50:16.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T17:50:16.918Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-07T17:50:16.918Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T17:50:16.918Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T17:50:16.918Z] de9db76c5a1d: Pulling fs layer [2021-01-07T17:50:16.918Z] 0eba1c9be4d2: Pulling fs layer [2021-01-07T17:50:16.918Z] 0d57e429df01: Pulling fs layer [2021-01-07T17:50:16.918Z] 4e4be7b47b0d: Pulling fs layer [2021-01-07T17:50:16.918Z] e1f770b5df2f: Pulling fs layer [2021-01-07T17:50:16.918Z] 85a0685a4137: Pulling fs layer [2021-01-07T17:50:16.918Z] 4e4be7b47b0d: Waiting [2021-01-07T17:50:16.918Z] 0eba1c9be4d2: Waiting [2021-01-07T17:50:16.918Z] 85a0685a4137: Waiting [2021-01-07T17:50:16.918Z] 0d57e429df01: Waiting [2021-01-07T17:50:16.919Z] de9db76c5a1d: Download complete [2021-01-07T17:50:16.919Z] 0ef7d3d256c8: Download complete [2021-01-07T17:50:16.919Z] 0d57e429df01: Verifying Checksum [2021-01-07T17:50:16.919Z] 0d57e429df01: Download complete [2021-01-07T17:50:16.919Z] 4e4be7b47b0d: Verifying Checksum [2021-01-07T17:50:16.919Z] 4e4be7b47b0d: Download complete [2021-01-07T17:50:16.919Z] 188c0c94c7c5: Download complete [2021-01-07T17:50:17.518Z] 188c0c94c7c5: Pull complete [2021-01-07T17:50:17.518Z] 0ef7d3d256c8: Pull complete [2021-01-07T17:50:17.791Z] de9db76c5a1d: Pull complete [2021-01-07T17:50:18.057Z] e1f770b5df2f: Verifying Checksum [2021-01-07T17:50:18.058Z] e1f770b5df2f: Download complete [2021-01-07T17:50:20.004Z] 0eba1c9be4d2: Verifying Checksum [2021-01-07T17:50:20.004Z] 0eba1c9be4d2: Download complete [2021-01-07T17:50:20.612Z] 85a0685a4137: Verifying Checksum [2021-01-07T17:50:20.612Z] 85a0685a4137: Download complete [2021-01-07T17:50:26.013Z] 0eba1c9be4d2: Pull complete [2021-01-07T17:50:26.013Z] 0d57e429df01: Pull complete [2021-01-07T17:50:26.013Z] 4e4be7b47b0d: Pull complete [2021-01-07T17:50:27.955Z] e1f770b5df2f: Pull complete [2021-01-07T17:50:36.161Z] 85a0685a4137: Pull complete [2021-01-07T17:50:36.161Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-07T17:50:36.161Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T17:50:36.161Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-07T17:50:36.451Z] prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container [2021-01-07T17:50:36.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-07T17:50:37.973Z] $ docker top 94d9d59fc41b474c4e5dd9052e8d787c480fff16f85b53b8f243d22269c25d46 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T17:50:38.218Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-07T17:50:38.519Z] + set -o pipefail [2021-01-07T17:50:38.519Z] + snyk monitor '--org=edgex-jenkins' [2021-01-07T17:50:48.554Z] [2021-01-07T17:50:48.554Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2021-01-07T17:50:48.554Z] [2021-01-07T17:50:48.554Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/4acefcea-c056-4486-b28d-067d3143a52b [2021-01-07T17:50:48.554Z] [2021-01-07T17:50:48.554Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-07T17:50:48.554Z] [2021-01-07T17:50:48.554Z] [Pipeline] } [2021-01-07T17:50:48.569Z] $ docker stop --time=1 94d9d59fc41b474c4e5dd9052e8d787c480fff16f85b53b8f243d22269c25d46 [2021-01-07T17:50:51.310Z] $ docker rm -f 94d9d59fc41b474c4e5dd9052e8d787c480fff16f85b53b8f243d22269c25d46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-07T17:50:52.772Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T17:50:52.827Z] provisioning config files... [2021-01-07T17:50:52.839Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2417738491532922449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:50:53.233Z] --> edgex-publish-swagger.sh [2021-01-07T17:50:53.233Z] === Publish openapi/v2 API === [2021-01-07T17:50:53.233Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-07T17:50:53.233Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2021-01-07T17:50:53.233Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T17:50:53.233Z] Dload Upload Total Spent Left Speed [2021-01-07T17:50:54.627Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10438 0:00:01 0:00:01 --:--:-- 10453 100 13025 0 0 100 13025 0 10436 0:00:01 0:00:01 --:--:-- 10445 [2021-01-07T17:50:54.627Z] [2021-01-07T17:50:54.627Z] [Pipeline] } [2021-01-07T17:50:54.637Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-07T17:50:55.568Z] + git log --format=format:%s -1 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:50:55.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T17:50:55.887Z] . [Pipeline] withDockerContainer [2021-01-07T17:50:55.998Z] prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container [2021-01-07T17:50:56.052Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T17:50:56.952Z] $ docker top e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T17:50:57.308Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T17:50:57.308Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T17:50:57.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T17:50:57.567Z] $ docker exec e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 ssh-agent [2021-01-07T17:50:57.745Z] SSH_AUTH_SOCK=/tmp/ssh-Zo7XmvicUUZv/agent.12 [2021-01-07T17:50:57.745Z] SSH_AGENT_PID=17 [2021-01-07T17:50:57.754Z] Running ssh-add (command line suppressed) [2021-01-07T17:50:57.885Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2557655738705685301.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2557655738705685301.key) [2021-01-07T17:50:57.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T17:50:58.279Z] + git semver tag [2021-01-07T17:50:58.279Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T17:50:58.279Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T17:50:58.279Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T17:50:58.279Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T17:50:58.279Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T17:50:58.279Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T17:50:58.279Z] # $SEMVER_BRANCH = master [2021-01-07T17:50:58.279Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-07T17:50:58.279Z] # 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 HEAD [2021-01-07T17:50:58.279Z] # -> Force: false [2021-01-07T17:50:58.279Z] # c5af3eaba03767e0aedd6b784b7cda80f67d009f refs/tags/v1.3.1-dev.10 [Pipeline] } [2021-01-07T17:50:58.293Z] $ docker exec --env ******** --env ******** e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 ssh-agent -k [2021-01-07T17:50:58.411Z] unset SSH_AUTH_SOCK; [2021-01-07T17:50:58.413Z] unset SSH_AGENT_PID; [2021-01-07T17:50:58.413Z] echo Agent pid 17 killed; [2021-01-07T17:50:58.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T17:50:58.939Z] + git semver [Pipeline] } [2021-01-07T17:50:58.959Z] $ docker stop --time=1 e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 [2021-01-07T17:51:00.336Z] $ docker rm -f e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:51:00.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T17:51:00.981Z] [2021-01-07T17:51:00.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:51:01.432Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T17:51:01.432Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-07T17:51:01.432Z] ab5ef0e58194: Pulling fs layer [2021-01-07T17:51:01.432Z] 9712f1f96733: Pulling fs layer [2021-01-07T17:51:01.432Z] 63f879dbbcfc: Pulling fs layer [2021-01-07T17:51:01.432Z] 0d9ebad4ef96: Pulling fs layer [2021-01-07T17:51:01.432Z] e9a5061849ea: Pulling fs layer [2021-01-07T17:51:01.432Z] d747dcd14b5f: Pulling fs layer [2021-01-07T17:51:01.432Z] 2de7ff778b66: Pulling fs layer [2021-01-07T17:51:01.432Z] 0d9ebad4ef96: Waiting [2021-01-07T17:51:01.432Z] d747dcd14b5f: Waiting [2021-01-07T17:51:01.432Z] 2de7ff778b66: Waiting [2021-01-07T17:51:01.432Z] e9a5061849ea: Waiting [2021-01-07T17:51:01.432Z] 9712f1f96733: Verifying Checksum [2021-01-07T17:51:01.432Z] 9712f1f96733: Download complete [2021-01-07T17:51:02.918Z] 63f879dbbcfc: Verifying Checksum [2021-01-07T17:51:02.918Z] 63f879dbbcfc: Download complete [2021-01-07T17:51:03.183Z] e9a5061849ea: Verifying Checksum [2021-01-07T17:51:03.183Z] e9a5061849ea: Download complete [2021-01-07T17:51:03.183Z] d747dcd14b5f: Verifying Checksum [2021-01-07T17:51:03.183Z] d747dcd14b5f: Download complete [2021-01-07T17:51:03.183Z] 0d9ebad4ef96: Verifying Checksum [2021-01-07T17:51:03.183Z] 0d9ebad4ef96: Download complete [2021-01-07T17:51:03.449Z] 2de7ff778b66: Verifying Checksum [2021-01-07T17:51:03.449Z] 2de7ff778b66: Download complete [2021-01-07T17:51:04.030Z] ab5ef0e58194: Verifying Checksum [2021-01-07T17:51:04.030Z] ab5ef0e58194: Download complete [2021-01-07T17:51:08.287Z] ab5ef0e58194: Pull complete [2021-01-07T17:51:08.550Z] 9712f1f96733: Pull complete [2021-01-07T17:51:11.149Z] 63f879dbbcfc: Pull complete [2021-01-07T17:51:17.792Z] 0d9ebad4ef96: Pull complete [2021-01-07T17:51:18.757Z] e9a5061849ea: Pull complete [2021-01-07T17:51:18.757Z] d747dcd14b5f: Pull complete [2021-01-07T17:51:22.995Z] 2de7ff778b66: Pull complete [2021-01-07T17:51:22.995Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-07T17:51:22.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T17:51:22.995Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-07T17:51:23.251Z] prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container [2021-01-07T17:51:23.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-07T17:51:27.046Z] $ docker top e9d90896527fc60f7876988b0dd4d9ea89db6570536ffb558ba1740aefbfe6af -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-07T17:51:27.409Z] provisioning config files... [2021-01-07T17:51:27.426Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4042192793597839164tmp [2021-01-07T17:51:27.450Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2058774111196768047tmp [2021-01-07T17:51:27.464Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2760423055968061049tmp [Pipeline] { [Pipeline] echo [2021-01-07T17:51:27.522Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:51:27.825Z] ---> sigul-configuration.sh [2021-01-07T17:51:27.825Z] gpg: directory `/root/.gnupg' created [2021-01-07T17:51:27.825Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-07T17:51:27.825Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-07T17:51:27.825Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-07T17:51:27.825Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-07T17:51:27.825Z] gpg: CAST5 encrypted data [2021-01-07T17:51:28.088Z] gpg: encrypted with 1 passphrase [2021-01-07T17:51:28.088Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-07T17:51:28.391Z] + mkdir /home/jenkins [2021-01-07T17:51:28.391Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-07T17:51:28.690Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-07T17:51:28.702Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:51:29.003Z] ---> sigul-install.sh [2021-01-07T17:51:35.606Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-07T17:51:35.904Z] + git tag --list [2021-01-07T17:51:35.905Z] v0.1.0 [2021-01-07T17:51:35.905Z] v0.1.1 [2021-01-07T17:51:35.905Z] v1.0.0 [2021-01-07T17:51:35.905Z] v1.1.0 [2021-01-07T17:51:35.905Z] v1.2.0 [2021-01-07T17:51:35.905Z] v1.2.1-dev.1 [2021-01-07T17:51:35.905Z] v1.2.1-dev.10 [2021-01-07T17:51:35.905Z] v1.2.1-dev.11 [2021-01-07T17:51:35.905Z] v1.2.1-dev.12 [2021-01-07T17:51:35.905Z] v1.2.1-dev.13 [2021-01-07T17:51:35.905Z] v1.2.1-dev.14 [2021-01-07T17:51:35.905Z] v1.2.1-dev.15 [2021-01-07T17:51:35.905Z] v1.2.1-dev.16 [2021-01-07T17:51:35.905Z] v1.2.1-dev.17 [2021-01-07T17:51:35.905Z] v1.2.1-dev.18 [2021-01-07T17:51:35.905Z] v1.2.1-dev.19 [2021-01-07T17:51:35.905Z] v1.2.1-dev.2 [2021-01-07T17:51:35.905Z] v1.2.1-dev.20 [2021-01-07T17:51:35.905Z] v1.2.1-dev.21 [2021-01-07T17:51:35.905Z] v1.2.1-dev.22 [2021-01-07T17:51:35.905Z] v1.2.1-dev.23 [2021-01-07T17:51:35.905Z] v1.2.1-dev.24 [2021-01-07T17:51:35.905Z] v1.2.1-dev.25 [2021-01-07T17:51:35.905Z] v1.2.1-dev.26 [2021-01-07T17:51:35.905Z] v1.2.1-dev.27 [2021-01-07T17:51:35.905Z] v1.2.1-dev.28 [2021-01-07T17:51:35.905Z] v1.2.1-dev.29 [2021-01-07T17:51:35.905Z] v1.2.1-dev.3 [2021-01-07T17:51:35.905Z] v1.2.1-dev.30 [2021-01-07T17:51:35.905Z] v1.2.1-dev.31 [2021-01-07T17:51:35.905Z] v1.2.1-dev.32 [2021-01-07T17:51:35.905Z] v1.2.1-dev.33 [2021-01-07T17:51:35.905Z] v1.2.1-dev.34 [2021-01-07T17:51:35.905Z] v1.2.1-dev.35 [2021-01-07T17:51:35.905Z] v1.2.1-dev.36 [2021-01-07T17:51:35.905Z] v1.2.1-dev.37 [2021-01-07T17:51:35.905Z] v1.2.1-dev.38 [2021-01-07T17:51:35.905Z] v1.2.1-dev.39 [2021-01-07T17:51:35.905Z] v1.2.1-dev.4 [2021-01-07T17:51:35.905Z] v1.2.1-dev.40 [2021-01-07T17:51:35.905Z] v1.2.1-dev.41 [2021-01-07T17:51:35.905Z] v1.2.1-dev.42 [2021-01-07T17:51:35.905Z] v1.2.1-dev.43 [2021-01-07T17:51:35.905Z] v1.2.1-dev.44 [2021-01-07T17:51:35.905Z] v1.2.1-dev.45 [2021-01-07T17:51:35.905Z] v1.2.1-dev.46 [2021-01-07T17:51:35.905Z] v1.2.1-dev.47 [2021-01-07T17:51:35.905Z] v1.2.1-dev.48 [2021-01-07T17:51:35.905Z] v1.2.1-dev.49 [2021-01-07T17:51:35.905Z] v1.2.1-dev.5 [2021-01-07T17:51:35.905Z] v1.2.1-dev.50 [2021-01-07T17:51:35.905Z] v1.2.1-dev.51 [2021-01-07T17:51:35.905Z] v1.2.1-dev.52 [2021-01-07T17:51:35.905Z] v1.2.1-dev.53 [2021-01-07T17:51:35.905Z] v1.2.1-dev.54 [2021-01-07T17:51:35.905Z] v1.2.1-dev.55 [2021-01-07T17:51:35.905Z] v1.2.1-dev.56 [2021-01-07T17:51:35.905Z] v1.2.1-dev.57 [2021-01-07T17:51:35.905Z] v1.2.1-dev.58 [2021-01-07T17:51:35.905Z] v1.2.1-dev.6 [2021-01-07T17:51:35.905Z] v1.2.1-dev.7 [2021-01-07T17:51:35.905Z] v1.2.1-dev.8 [2021-01-07T17:51:35.905Z] v1.2.1-dev.9 [2021-01-07T17:51:35.905Z] v1.3.0 [2021-01-07T17:51:35.905Z] v1.3.1-dev.1 [2021-01-07T17:51:35.905Z] v1.3.1-dev.10 [2021-01-07T17:51:35.905Z] v1.3.1-dev.2 [2021-01-07T17:51:35.905Z] v1.3.1-dev.3 [2021-01-07T17:51:35.905Z] v1.3.1-dev.4 [2021-01-07T17:51:35.905Z] v1.3.1-dev.5 [2021-01-07T17:51:35.905Z] v1.3.1-dev.6 [2021-01-07T17:51:35.905Z] v1.3.1-dev.7 [2021-01-07T17:51:35.905Z] v1.3.1-dev.8 [2021-01-07T17:51:35.905Z] v1.3.1-dev.9 [Pipeline] sh [2021-01-07T17:51:36.206Z] + lftools sign git-tag v1.3.1-dev.10 [2021-01-07T17:51:37.602Z] Signing Git tag with Sigul... [2021-01-07T17:51:37.602Z] Signing v1.3.1-dev.10 [Pipeline] echo [2021-01-07T17:51:38.627Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:51:38.929Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-07T17:51:38.939Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-07T17:51:39.040Z] $ docker stop --time=1 e9d90896527fc60f7876988b0dd4d9ea89db6570536ffb558ba1740aefbfe6af [2021-01-07T17:51:41.126Z] $ docker rm -f e9d90896527fc60f7876988b0dd4d9ea89db6570536ffb558ba1740aefbfe6af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:51:42.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T17:51:42.126Z] . [Pipeline] withDockerContainer [2021-01-07T17:51:42.232Z] prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container [2021-01-07T17:51:42.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T17:51:43.005Z] $ docker top 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T17:51:43.420Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T17:51:43.420Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T17:51:43.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T17:51:43.657Z] $ docker exec 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f ssh-agent [2021-01-07T17:51:43.842Z] SSH_AUTH_SOCK=/tmp/ssh-zepGRVPe9cyI/agent.11 [2021-01-07T17:51:43.842Z] SSH_AGENT_PID=16 [2021-01-07T17:51:43.850Z] Running ssh-add (command line suppressed) [2021-01-07T17:51:43.979Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1871054047294387463.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1871054047294387463.key) [2021-01-07T17:51:44.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T17:51:44.396Z] + git semver bump pre [2021-01-07T17:51:44.396Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T17:51:44.396Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T17:51:44.396Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T17:51:44.396Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T17:51:44.396Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T17:51:44.396Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T17:51:44.396Z] # $SEMVER_BRANCH = master [2021-01-07T17:51:44.396Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-07T17:51:44.396Z] 1.3.1-dev.11 [Pipeline] } [2021-01-07T17:51:44.410Z] $ docker exec --env ******** --env ******** 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f ssh-agent -k [2021-01-07T17:51:44.542Z] unset SSH_AUTH_SOCK; [2021-01-07T17:51:44.542Z] unset SSH_AGENT_PID; [2021-01-07T17:51:44.542Z] echo Agent pid 16 killed; [2021-01-07T17:51:44.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T17:51:45.087Z] + git semver [Pipeline] } [2021-01-07T17:51:45.105Z] $ docker stop --time=1 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f [2021-01-07T17:51:46.522Z] $ docker rm -f 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:51:47.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T17:51:47.092Z] . [Pipeline] withDockerContainer [2021-01-07T17:51:47.194Z] prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container [2021-01-07T17:51:47.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T17:51:48.072Z] $ docker top 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T17:51:48.390Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T17:51:48.390Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T17:51:48.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T17:51:48.634Z] $ docker exec 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 ssh-agent [2021-01-07T17:51:48.825Z] SSH_AUTH_SOCK=/tmp/ssh-XydfPwMK6aU2/agent.11 [2021-01-07T17:51:48.825Z] SSH_AGENT_PID=17 [2021-01-07T17:51:48.832Z] Running ssh-add (command line suppressed) [2021-01-07T17:51:48.964Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8203988539795334017.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8203988539795334017.key) [2021-01-07T17:51:49.023Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T17:51:49.363Z] + git semver push [2021-01-07T17:51:49.363Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T17:51:49.363Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-07T17:51:49.363Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T17:51:49.363Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T17:51:49.363Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T17:51:49.363Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T17:51:49.363Z] # $SEMVER_BRANCH = master [2021-01-07T17:51:49.363Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-07T17:51:59.406Z] $ docker exec --env ******** --env ******** 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 ssh-agent -k [2021-01-07T17:51:59.572Z] unset SSH_AUTH_SOCK; [2021-01-07T17:51:59.573Z] unset SSH_AGENT_PID; [2021-01-07T17:51:59.573Z] echo Agent pid 17 killed; [2021-01-07T17:51:59.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T17:52:00.192Z] + git semver [Pipeline] } [2021-01-07T17:52:00.209Z] $ docker stop --time=1 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 [2021-01-07T17:52:01.612Z] $ docker rm -f 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:52:03.116Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:52:03.686Z] ---> package-listing.sh [2021-01-07T17:52:03.686Z] ++ facter osfamily [2021-01-07T17:52:03.686Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T17:52:03.686Z] + OS_FAMILY=redhat [2021-01-07T17:52:03.686Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T17:52:03.686Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T17:52:03.686Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T17:52:03.686Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T17:52:03.686Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T17:52:03.686Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-07T17:52:03.686Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T17:52:03.686Z] + case "${OS_FAMILY}" in [2021-01-07T17:52:03.686Z] + rpm -qa [2021-01-07T17:52:03.686Z] + sort [2021-01-07T17:52:09.041Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T17:52:09.041Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T17:52:09.041Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T17:52:09.041Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-07T17:52:09.041Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-01-07T17:52:09.041Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2021-01-07T17:52:09.056Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T17:52:09.359Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:52:09.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T17:52:09.665Z] [2021-01-07T17:52:09.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T17:52:10.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T17:52:10.015Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T17:52:10.015Z] df20fa9351a1: Pulling fs layer [2021-01-07T17:52:10.015Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T17:52:10.015Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T17:52:10.015Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T17:52:10.015Z] 93b61091891f: Pulling fs layer [2021-01-07T17:52:10.015Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T17:52:10.015Z] 5e14af77c1be: Pulling fs layer [2021-01-07T17:52:10.015Z] 01666e4c0597: Pulling fs layer [2021-01-07T17:52:10.015Z] aa168da1d23b: Pulling fs layer [2021-01-07T17:52:10.015Z] 93b61091891f: Waiting [2021-01-07T17:52:10.015Z] 93b9cdb0e59b: Waiting [2021-01-07T17:52:10.015Z] 5e14af77c1be: Waiting [2021-01-07T17:52:10.015Z] 01666e4c0597: Waiting [2021-01-07T17:52:10.015Z] aa168da1d23b: Waiting [2021-01-07T17:52:10.015Z] 46f8f816bc3b: Waiting [2021-01-07T17:52:10.015Z] 36b3adc4ff6f: Verifying Checksum [2021-01-07T17:52:10.015Z] 36b3adc4ff6f: Download complete [2021-01-07T17:52:10.015Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T17:52:10.015Z] 46f8f816bc3b: Download complete [2021-01-07T17:52:10.015Z] df20fa9351a1: Verifying Checksum [2021-01-07T17:52:10.015Z] df20fa9351a1: Download complete [2021-01-07T17:52:10.015Z] 93b9cdb0e59b: Download complete [2021-01-07T17:52:10.284Z] 5e14af77c1be: Verifying Checksum [2021-01-07T17:52:10.284Z] 5e14af77c1be: Download complete [2021-01-07T17:52:10.284Z] 93b61091891f: Verifying Checksum [2021-01-07T17:52:10.284Z] 01666e4c0597: Download complete [2021-01-07T17:52:10.284Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T17:52:10.284Z] 8ad3a11d3b57: Download complete [2021-01-07T17:52:10.554Z] df20fa9351a1: Pull complete [2021-01-07T17:52:10.818Z] 36b3adc4ff6f: Pull complete [2021-01-07T17:52:12.212Z] aa168da1d23b: Verifying Checksum [2021-01-07T17:52:12.212Z] aa168da1d23b: Download complete [2021-01-07T17:52:12.475Z] 8ad3a11d3b57: Pull complete [2021-01-07T17:52:12.742Z] 46f8f816bc3b: Pull complete [2021-01-07T17:52:13.319Z] 93b61091891f: Pull complete [2021-01-07T17:52:13.319Z] 93b9cdb0e59b: Pull complete [2021-01-07T17:52:13.319Z] 5e14af77c1be: Pull complete [2021-01-07T17:52:13.581Z] 01666e4c0597: Pull complete [2021-01-07T17:52:21.787Z] aa168da1d23b: Pull complete [2021-01-07T17:52:21.787Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T17:52:21.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T17:52:21.787Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T17:52:21.988Z] prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container [2021-01-07T17:52:22.040Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-07T17:52:25.447Z] $ docker top 4674da178d78c63137efc0b562312f430e61fa775c0d5d30a2b87b341f02a9ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T17:52:25.947Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T17:52:26.257Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T17:52:26.560Z] + ls /var/log/sa-host [2021-01-07T17:52:26.561Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T17:52:26.561Z] file_magic: OK [2021-01-07T17:52:26.561Z] HZ: Using current value: 100 [2021-01-07T17:52:26.561Z] file_header: OK [2021-01-07T17:52:26.561Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T17:52:26.561Z] Statistics: [2021-01-07T17:52:26.561Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-07T17:52:26.561Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T17:52:26.561Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T17:52:26.561Z] file_magic: OK [2021-01-07T17:52:26.561Z] HZ: Using current value: 100 [2021-01-07T17:52:26.561Z] file_header: OK [2021-01-07T17:52:26.561Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T17:52:26.561Z] Statistics: [2021-01-07T17:52:26.561Z] Hnuu...uuuununununu... [2021-01-07T17:52:26.561Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T17:52:27.208Z] provisioning config files... [2021-01-07T17:52:27.224Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8714579665393401493tmp [Pipeline] { [Pipeline] echo [2021-01-07T17:52:27.311Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:52:27.675Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T17:52:27.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T17:52:27.785Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:52:28.100Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T17:52:28.112Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:52:28.411Z] ---> sudo-logs.sh [2021-01-07T17:52:28.411Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T17:52:28.422Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:52:28.717Z] ---> job-cost.sh [2021-01-07T17:52:28.717Z] lf-activate-venv: SKIPPING [2021-01-07T17:52:28.717Z] INFO: No Stack... [2021-01-07T17:52:30.108Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T17:52:30.685Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T17:52:30.699Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T17:52:31.001Z] ---> logs-deploy.sh [2021-01-07T17:52:31.001Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/159 [2021-01-07T17:52:31.001Z] INFO: archiving workspace using pattern(s): [2021-01-07T17:52:32.947Z] Archives upload complete. [2021-01-07T17:52:32.947Z] INFO: archiving logs to Nexus [2021-01-07T17:52:33.896Z] ---> uname -a: [2021-01-07T17:52:33.896Z] Linux prd-centos7-docker-4c-2g-18855.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] ---> lscpu: [2021-01-07T17:52:33.896Z] Architecture: x86_64 [2021-01-07T17:52:33.896Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-07T17:52:33.896Z] Byte Order: Little Endian [2021-01-07T17:52:33.896Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-07T17:52:33.896Z] CPU(s): 4 [2021-01-07T17:52:33.896Z] On-line CPU(s) list: 0-3 [2021-01-07T17:52:33.896Z] Thread(s) per core: 1 [2021-01-07T17:52:33.896Z] Core(s) per socket: 1 [2021-01-07T17:52:33.896Z] Socket(s): 4 [2021-01-07T17:52:33.896Z] NUMA node(s): 1 [2021-01-07T17:52:33.896Z] Vendor ID: GenuineIntel [2021-01-07T17:52:33.896Z] CPU family: 6 [2021-01-07T17:52:33.896Z] Model: 44 [2021-01-07T17:52:33.896Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-07T17:52:33.896Z] Stepping: 1 [2021-01-07T17:52:33.896Z] CPU MHz: 2933.442 [2021-01-07T17:52:33.896Z] BogoMIPS: 5866.88 [2021-01-07T17:52:33.896Z] Virtualization: VT-x [2021-01-07T17:52:33.896Z] Hypervisor vendor: KVM [2021-01-07T17:52:33.896Z] Virtualization type: full [2021-01-07T17:52:33.896Z] L1d cache: 128 KiB [2021-01-07T17:52:33.896Z] L1i cache: 128 KiB [2021-01-07T17:52:33.896Z] L2 cache: 16 MiB [2021-01-07T17:52:33.896Z] L3 cache: 64 MiB [2021-01-07T17:52:33.896Z] NUMA node0 CPU(s): 0-3 [2021-01-07T17:52:33.896Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-07T17:52:33.896Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-07T17:52:33.896Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-07T17:52:33.896Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-07T17:52:33.896Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-07T17:52:33.896Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-07T17:52:33.896Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-07T17:52:33.896Z] Vulnerability Srbds: Not affected [2021-01-07T17:52:33.896Z] Vulnerability Tsx async abort: Not affected [2021-01-07T17:52:33.896Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] ---> nproc: [2021-01-07T17:52:33.896Z] 4 [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] ---> df -h: [2021-01-07T17:52:33.896Z] Filesystem Size Used Available Use% Mounted on [2021-01-07T17:52:33.896Z] overlay 50.0G 8.6G 41.4G 17% / [2021-01-07T17:52:33.896Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-07T17:52:33.896Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-07T17:52:33.896Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-01-07T17:52:33.896Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] ---> free -m: [2021-01-07T17:52:33.896Z] total used free shared buff/cache available [2021-01-07T17:52:33.896Z] Mem: 1837 776 152 0 908 998 [2021-01-07T17:52:33.896Z] Swap: 1023 2 1021 [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z] ---> ip addr: [2021-01-07T17:52:33.896Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-07T17:52:33.896Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-07T17:52:33.896Z] inet 127.0.0.1/8 scope host lo [2021-01-07T17:52:33.896Z] valid_lft forever preferred_lft forever [2021-01-07T17:52:33.896Z] inet6 ::1/128 scope host [2021-01-07T17:52:33.896Z] valid_lft forever preferred_lft forever [2021-01-07T17:52:33.896Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-07T17:52:33.896Z] link/ether fa:16:3e:36:0e:3e brd ff:ff:ff:ff:ff:ff [2021-01-07T17:52:33.896Z] inet 10.30.122.230/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-07T17:52:33.896Z] valid_lft 85874sec preferred_lft 85874sec [2021-01-07T17:52:33.896Z] inet6 fe80::f816:3eff:fe36:e3e/64 scope link [2021-01-07T17:52:33.896Z] valid_lft forever preferred_lft forever [2021-01-07T17:52:33.896Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-07T17:52:33.896Z] link/ether 02:42:f8:76:3c:3a brd ff:ff:ff:ff:ff:ff [2021-01-07T17:52:33.896Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-07T17:52:33.896Z] valid_lft forever preferred_lft forever [2021-01-07T17:52:33.896Z] inet6 fe80::42:f8ff:fe76:3c3a/64 scope link [2021-01-07T17:52:33.896Z] valid_lft forever preferred_lft forever [2021-01-07T17:52:33.896Z] [2021-01-07T17:52:33.896Z]