Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e06c261707d41b90e25a1dfdd5a5d662f7c4f831 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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:go-mod-registry, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-registry-settings PROJECT: go-mod-registry 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-go-mod-registry 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6979’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6976’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6978’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6981 in /w/workspace/exfoundry_go-mod-registry_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/go-mod-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Checking out Revision e06c261707d41b90e25a1dfdd5a5d662f7c4f831 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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/go-mod-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 Commit message: "Merge pull request #61 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T15:23:35.726Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T15:23:36.084Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T15:23:36.176Z] ========================================================= [2020-10-20T15:23:36.176Z] EdgeX Global Pipelines Version Info [2020-10-20T15:23:36.176Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:23:37.655Z] ------------------- [2020-10-20T15:23:37.655Z] stable info: [2020-10-20T15:23:37.655Z] ------------------- [2020-10-20T15:23:37.655Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T15:23:37.655Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T15:23:37.655Z] Message: update stable to v1.0.144 [2020-10-20T15:23:38.606Z] ------------------- [2020-10-20T15:23:38.606Z] experimental info: [2020-10-20T15:23:38.606Z] ------------------- [2020-10-20T15:23:38.606Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T15:23:38.606Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T15:23:38.606Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T15:23:38.963Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2020-10-20T15:23:39.083Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2020-10-20T15:23:39.176Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T15:23:39.266Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T15:23:39.357Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T15:23:39.451Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T15:23:39.577Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T15:23:39.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T15:23:39.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T15:23:39.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T15:23:39.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T15:23:40.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2020-10-20T15:23:40.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T15:23:40.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T15:23:40.435Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:23:40.686Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:23:40.849Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:23:41.092Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:23:41.209Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T15:23:41.347Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T15:23:41.437Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T15:23:41.603Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T15:23:41.701Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T15:23:41.793Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T15:23:41.911Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T15:23:42.016Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T15:23:42.124Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T15:23:42.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T15:23:42.315Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e06c261707d41b90e25a1dfdd5a5d662f7c4f831 [Pipeline] echo [2020-10-20T15:23:42.457Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e06c261 [Pipeline] echo [2020-10-20T15:23:42.564Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T15:23:43.557Z] + git log --format=format:%s -1 e06c261707d41b90e25a1dfdd5a5d662f7c4f831 [Pipeline] echo [2020-10-20T15:23:43.641Z] GIT_COMMIT: e06c261707d41b90e25a1dfdd5a5d662f7c4f831, Commit Message: Merge pull request #61 from jpwhitemn/contrib-link-issue [Pipeline] echo [2020-10-20T15:23:43.690Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:44.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:23:44.323Z] [2020-10-20T15:23:44.323Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:44.810Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:23:44.811Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T15:23:44.811Z] 31603596830f: Pulling fs layer [2020-10-20T15:23:44.811Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T15:23:44.811Z] 6ca5941a6612: Pulling fs layer [2020-10-20T15:23:44.811Z] ecc8261a40a4: Pulling fs layer [2020-10-20T15:23:44.811Z] ecc8261a40a4: Waiting [2020-10-20T15:23:44.811Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T15:23:44.811Z] 2a8b12db71e7: Download complete [2020-10-20T15:23:45.097Z] 31603596830f: Verifying Checksum [2020-10-20T15:23:45.097Z] 31603596830f: Download complete [2020-10-20T15:23:45.097Z] 6ca5941a6612: Verifying Checksum [2020-10-20T15:23:45.097Z] 6ca5941a6612: Download complete [2020-10-20T15:23:45.097Z] 31603596830f: Pull complete [2020-10-20T15:23:45.378Z] 2a8b12db71e7: Pull complete [2020-10-20T15:23:45.378Z] ecc8261a40a4: Verifying Checksum [2020-10-20T15:23:45.378Z] ecc8261a40a4: Download complete [2020-10-20T15:23:45.988Z] 6ca5941a6612: Pull complete [2020-10-20T15:23:46.258Z] ecc8261a40a4: Pull complete [2020-10-20T15:23:46.258Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T15:23:46.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:23:46.258Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T15:23:46.382Z] prd-centos7-docker-4c-2g-6981 does not seem to be running inside a container [2020-10-20T15:23:46.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:23:48.168Z] $ docker top 4118c029fd7556ddd2861f7b7f92501825162eb6fb2fb1a7645033a56ecee9e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:23:48.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:23:48.493Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:23:48.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:23:48.693Z] $ docker exec 4118c029fd7556ddd2861f7b7f92501825162eb6fb2fb1a7645033a56ecee9e8 ssh-agent [2020-10-20T15:23:48.856Z] SSH_AUTH_SOCK=/tmp/ssh-26UHwx2lp8M9/agent.12 [2020-10-20T15:23:48.856Z] SSH_AGENT_PID=17 [2020-10-20T15:23:48.873Z] Running ssh-add (command line suppressed) [2020-10-20T15:23:48.989Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_433043437022286767.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_433043437022286767.key) [2020-10-20T15:23:49.116Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:23:49.598Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T15:23:49.625Z] $ docker exec --env ******** --env ******** 4118c029fd7556ddd2861f7b7f92501825162eb6fb2fb1a7645033a56ecee9e8 ssh-agent -k [2020-10-20T15:23:49.736Z] unset SSH_AUTH_SOCK; [2020-10-20T15:23:49.737Z] unset SSH_AGENT_PID; [2020-10-20T15:23:49.737Z] echo Agent pid 17 killed; [2020-10-20T15:23:49.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T15:23:49.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:23:49.987Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:23:50.166Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:23:50.177Z] $ docker exec 4118c029fd7556ddd2861f7b7f92501825162eb6fb2fb1a7645033a56ecee9e8 ssh-agent [2020-10-20T15:23:50.351Z] SSH_AUTH_SOCK=/tmp/ssh-hw6JkpoHLb4D/agent.45 [2020-10-20T15:23:50.351Z] SSH_AGENT_PID=50 [2020-10-20T15:23:50.368Z] Running ssh-add (command line suppressed) [2020-10-20T15:23:50.486Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_216320349555782890.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_216320349555782890.key) [2020-10-20T15:23:50.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:23:50.990Z] + git semver init [2020-10-20T15:23:50.991Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:23:50.991Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-20T15:23:50.991Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-20T15:23:50.991Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:23:50.991Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:23:50.991Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:23:50.991Z] # $SEMVER_BRANCH = master [2020-10-20T15:23:50.991Z] # $SEMVER_TEMP = /tmp/semver-854135670 [2020-10-20T15:23:50.991Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2020-10-20T15:23:51.581Z] # '/tmp/semver-854135670' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2020-10-20T15:23:51.581Z] # -> Force: false [2020-10-20T15:23:51.581Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-10-20T15:23:51.618Z] $ docker exec --env ******** --env ******** 4118c029fd7556ddd2861f7b7f92501825162eb6fb2fb1a7645033a56ecee9e8 ssh-agent -k [2020-10-20T15:23:51.727Z] unset SSH_AUTH_SOCK; [2020-10-20T15:23:51.727Z] unset SSH_AGENT_PID; [2020-10-20T15:23:51.727Z] echo Agent pid 50 killed; [2020-10-20T15:23:51.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:23:52.312Z] + git semver [Pipeline] } [2020-10-20T15:23:52.339Z] $ docker stop --time=1 4118c029fd7556ddd2861f7b7f92501825162eb6fb2fb1a7645033a56ecee9e8 [2020-10-20T15:23:53.707Z] $ docker rm -f 4118c029fd7556ddd2861f7b7f92501825162eb6fb2fb1a7645033a56ecee9e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:23:54.264Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T15:23:54.801Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T15:23:54.803Z] [edgeXSemver]: initialized semver on version 0.1.26 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-20T15:24:10.310Z] Still waiting to schedule task [2020-10-20T15:24:10.310Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T15:24:10.312Z] Still waiting to schedule task [2020-10-20T15:24:10.312Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T15:25:33.656Z] Running on prd-centos7-docker-4c-2g-6986 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-10-20T15:25:33.740Z] Running in /w/workspace/go-mod-registry/14 [Pipeline] { [Pipeline] checkout [2020-10-20T15:25:36.434Z] using credential edgex-jenkins-ssh [2020-10-20T15:25:36.487Z] Cloning the remote Git repository [2020-10-20T15:25:36.518Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-10-20T15:25:36.592Z] > git init /w/workspace/go-mod-registry/14 # timeout=10 [2020-10-20T15:25:36.653Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-20T15:25:36.653Z] > git --version # timeout=10 [2020-10-20T15:25:36.661Z] > git --version # 'git version 2.16.5' [2020-10-20T15:25:36.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:25:36.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:25:37.203Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-20T15:25:37.211Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:25:37.225Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-20T15:25:37.240Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-20T15:25:37.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:25:37.243Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:25:37.630Z] Checking out Revision e06c261707d41b90e25a1dfdd5a5d662f7c4f831 (master) [2020-10-20T15:25:37.639Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:25:37.643Z] > git checkout -f e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 [2020-10-20T15:25:41.227Z] Commit message: "Merge pull request #61 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:25:41.983Z] ========================================================= [2020-10-20T15:25:41.983Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T15:25:41.983Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:42.720Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-20T15:25:42.986Z] Sending build context to Docker daemon 255.5kB [2020-10-20T15:25:42.986Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:25:42.986Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:25:43.250Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T15:25:43.250Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:25:43.250Z] ed8968b2872e: Pulling fs layer [2020-10-20T15:25:43.250Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T15:25:43.250Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T15:25:43.250Z] e73272ec9a57: Pulling fs layer [2020-10-20T15:25:43.250Z] 1e910a182e73: Pulling fs layer [2020-10-20T15:25:43.250Z] 4e634b169226: Pulling fs layer [2020-10-20T15:25:43.250Z] e73272ec9a57: Waiting [2020-10-20T15:25:43.250Z] 1e910a182e73: Waiting [2020-10-20T15:25:43.250Z] 4e634b169226: Waiting [2020-10-20T15:25:43.250Z] e871e8e8d7a9: Waiting [2020-10-20T15:25:43.250Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T15:25:43.250Z] a92cc7c5fd73: Download complete [2020-10-20T15:25:43.250Z] ed8968b2872e: Verifying Checksum [2020-10-20T15:25:43.250Z] ed8968b2872e: Download complete [2020-10-20T15:25:43.250Z] e73272ec9a57: Verifying Checksum [2020-10-20T15:25:43.250Z] e73272ec9a57: Download complete [2020-10-20T15:25:43.250Z] 1e910a182e73: Verifying Checksum [2020-10-20T15:25:43.250Z] 1e910a182e73: Download complete [2020-10-20T15:25:43.250Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:25:43.250Z] df20fa9351a1: Download complete [2020-10-20T15:25:43.514Z] df20fa9351a1: Pull complete [2020-10-20T15:25:43.782Z] ed8968b2872e: Pull complete [2020-10-20T15:25:43.782Z] a92cc7c5fd73: Pull complete [2020-10-20T15:25:45.177Z] 4e634b169226: Verifying Checksum [2020-10-20T15:25:45.178Z] 4e634b169226: Download complete [2020-10-20T15:25:45.760Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T15:25:45.760Z] e871e8e8d7a9: Download complete [2020-10-20T15:25:51.113Z] e871e8e8d7a9: Pull complete [2020-10-20T15:25:51.113Z] e73272ec9a57: Pull complete [2020-10-20T15:25:51.113Z] 1e910a182e73: Pull complete [2020-10-20T15:25:56.442Z] 4e634b169226: Pull complete [2020-10-20T15:25:56.442Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T15:25:56.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T15:25:56.442Z] ---> f7629b54cfaa [2020-10-20T15:25:56.442Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-20T15:25:56.442Z] ---> Running in 48bf10ec0399 [2020-10-20T15:25:56.442Z] Removing intermediate container 48bf10ec0399 [2020-10-20T15:25:56.442Z] ---> bca4880b9eae [2020-10-20T15:25:56.442Z] Step 4/7 : RUN apk add --update bash [2020-10-20T15:25:56.442Z] ---> Running in 5e03bc1a21de [2020-10-20T15:25:57.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:25:57.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:25:58.556Z] OK: 166 MiB in 39 packages [2020-10-20T15:25:59.139Z] Removing intermediate container 5e03bc1a21de [2020-10-20T15:25:59.139Z] ---> 323bfe18c40c [2020-10-20T15:25:59.139Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:25:59.139Z] ---> Running in 3db973158528 [2020-10-20T15:25:59.402Z] Removing intermediate container 3db973158528 [2020-10-20T15:25:59.402Z] ---> 7164689c4535 [2020-10-20T15:25:59.402Z] Step 6/7 : COPY go.mod . [2020-10-20T15:25:59.666Z] ---> af35f31afc78 [2020-10-20T15:25:59.666Z] Step 7/7 : RUN go mod download [2020-10-20T15:25:59.666Z] ---> Running in cdfc96fce70a [2020-10-20T15:26:07.880Z] Removing intermediate container cdfc96fce70a [2020-10-20T15:26:07.880Z] ---> 952ddd01c20c [2020-10-20T15:26:07.880Z] Successfully built 952ddd01c20c [2020-10-20T15:26:07.880Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:26:08.232Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T15:26:08.232Z] . [Pipeline] withDockerContainer [2020-10-20T15:26:08.366Z] prd-centos7-docker-4c-2g-6986 does not seem to be running inside a container [2020-10-20T15:26:08.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/14 -v /w/workspace/go-mod-registry/14:/w/workspace/go-mod-registry/14:rw,z -v /w/workspace/go-mod-registry/14@tmp:/w/workspace/go-mod-registry/14@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 ******** ci-base-image-x86_64 cat [2020-10-20T15:26:09.622Z] $ docker top 68d75484333d44c62ba441a2ed5380c3f77f9cfa21caa85045aa1e820a07fe4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:26:10.216Z] + go version [2020-10-20T15:26:10.216Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T15:26:10.234Z] $ docker stop --time=1 68d75484333d44c62ba441a2ed5380c3f77f9cfa21caa85045aa1e820a07fe4c [2020-10-20T15:26:11.592Z] $ docker rm -f 68d75484333d44c62ba441a2ed5380c3f77f9cfa21caa85045aa1e820a07fe4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T15:27:07.975Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6987 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-10-20T15:27:08.028Z] Running in /w/workspace/go-mod-registry/14 [Pipeline] { [Pipeline] checkout [2020-10-20T15:27:13.492Z] using credential edgex-jenkins-ssh [2020-10-20T15:27:13.562Z] Cloning the remote Git repository [2020-10-20T15:27:13.621Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-10-20T15:27:13.732Z] > git init /w/workspace/go-mod-registry/14 # timeout=10 [2020-10-20T15:27:13.809Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-20T15:27:13.810Z] > git --version # timeout=10 [2020-10-20T15:27:13.832Z] > git --version # 'git version 2.17.1' [2020-10-20T15:27:13.833Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:27:13.881Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:27:15.151Z] Checking out Revision e06c261707d41b90e25a1dfdd5a5d662f7c4f831 (master) [2020-10-20T15:27:14.600Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-20T15:27:14.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:27:14.654Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-20T15:27:14.693Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-20T15:27:14.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:27:14.707Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:27:15.179Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:27:15.203Z] > git checkout -f e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 [2020-10-20T15:27:19.648Z] Commit message: "Merge pull request #61 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:27:20.655Z] ========================================================= [2020-10-20T15:27:20.656Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T15:27:20.656Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:21.609Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-20T15:27:22.235Z] Sending build context to Docker daemon 255.5kB [2020-10-20T15:27:22.235Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:27:22.235Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:27:22.852Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T15:27:22.852Z] b538f80385f9: Pulling fs layer [2020-10-20T15:27:22.852Z] 74f711af9a0d: Pulling fs layer [2020-10-20T15:27:22.852Z] 99f96fe45779: Pulling fs layer [2020-10-20T15:27:22.852Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T15:27:22.852Z] 45590311c82a: Pulling fs layer [2020-10-20T15:27:22.852Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T15:27:22.852Z] 209524e5b208: Pulling fs layer [2020-10-20T15:27:22.852Z] 45590311c82a: Waiting [2020-10-20T15:27:22.852Z] 69ca0ff8b7b3: Waiting [2020-10-20T15:27:22.852Z] 8529a6b9a6be: Waiting [2020-10-20T15:27:22.852Z] 209524e5b208: Waiting [2020-10-20T15:27:22.852Z] 99f96fe45779: Verifying Checksum [2020-10-20T15:27:22.852Z] 99f96fe45779: Download complete [2020-10-20T15:27:22.852Z] 74f711af9a0d: Verifying Checksum [2020-10-20T15:27:22.852Z] 74f711af9a0d: Download complete [2020-10-20T15:27:22.852Z] 45590311c82a: Verifying Checksum [2020-10-20T15:27:22.852Z] 45590311c82a: Download complete [2020-10-20T15:27:22.852Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T15:27:22.852Z] 69ca0ff8b7b3: Download complete [2020-10-20T15:27:22.852Z] b538f80385f9: Verifying Checksum [2020-10-20T15:27:22.852Z] b538f80385f9: Download complete [2020-10-20T15:27:23.470Z] b538f80385f9: Pull complete [2020-10-20T15:27:24.081Z] 74f711af9a0d: Pull complete [2020-10-20T15:27:24.380Z] 99f96fe45779: Pull complete [2020-10-20T15:27:26.440Z] 209524e5b208: Download complete [2020-10-20T15:27:29.127Z] 8529a6b9a6be: Download complete [2020-10-20T15:27:41.728Z] 8529a6b9a6be: Pull complete [2020-10-20T15:27:41.728Z] 45590311c82a: Pull complete [2020-10-20T15:27:41.728Z] 69ca0ff8b7b3: Pull complete [2020-10-20T15:27:44.370Z] 209524e5b208: Pull complete [2020-10-20T15:27:44.370Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T15:27:44.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T15:27:44.370Z] ---> 5bddaf1c2fca [2020-10-20T15:27:44.370Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-20T15:27:46.386Z] ---> Running in d44f31024359 [2020-10-20T15:27:47.021Z] Removing intermediate container d44f31024359 [2020-10-20T15:27:47.021Z] ---> 10a06ca8fce9 [2020-10-20T15:27:47.021Z] Step 4/7 : RUN apk add --update bash [2020-10-20T15:27:47.022Z] ---> Running in 4c2ac06cb60d [2020-10-20T15:27:48.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:27:49.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:27:51.006Z] OK: 142 MiB in 39 packages [2020-10-20T15:27:52.028Z] Removing intermediate container 4c2ac06cb60d [2020-10-20T15:27:52.028Z] ---> 8c2f1221e9ad [2020-10-20T15:27:52.028Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:27:52.315Z] ---> Running in 5159177ba822 [2020-10-20T15:27:52.944Z] Removing intermediate container 5159177ba822 [2020-10-20T15:27:52.944Z] ---> 2c4469be00ed [2020-10-20T15:27:52.944Z] Step 6/7 : COPY go.mod . [2020-10-20T15:27:53.587Z] ---> c118a3d6ef0c [2020-10-20T15:27:53.587Z] Step 7/7 : RUN go mod download [2020-10-20T15:27:53.587Z] ---> Running in 4344265046ef [2020-10-20T15:28:03.944Z] Removing intermediate container 4344265046ef [2020-10-20T15:28:03.944Z] ---> 88110694c58b [2020-10-20T15:28:03.944Z] Successfully built 88110694c58b [2020-10-20T15:28:03.944Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:04.361Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T15:28:04.361Z] . [Pipeline] withDockerContainer [2020-10-20T15:28:04.646Z] prd-ubuntu18.04-docker-arm64-4c-16g-6987 does not seem to be running inside a container [2020-10-20T15:28:04.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/14 -v /w/workspace/go-mod-registry/14:/w/workspace/go-mod-registry/14:rw,z -v /w/workspace/go-mod-registry/14@tmp:/w/workspace/go-mod-registry/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-20T15:28:06.628Z] $ docker top ddb9d7caff1de7148ab6a4abdc5f60bbe72de5b919e8d307eeeb04182ec51d9a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:28:08.044Z] + go version [2020-10-20T15:28:08.044Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T15:28:08.072Z] $ docker stop --time=1 ddb9d7caff1de7148ab6a4abdc5f60bbe72de5b919e8d307eeeb04182ec51d9a [2020-10-20T15:28:10.157Z] $ docker rm -f ddb9d7caff1de7148ab6a4abdc5f60bbe72de5b919e8d307eeeb04182ec51d9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-20T15:28:12.912Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T15:28:12.914Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T15:28:13.011Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:13.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:28:13.379Z] [2020-10-20T15:28:13.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:13.806Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:28:13.806Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T15:28:13.806Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T15:28:13.806Z] 408f87550127: Pulling fs layer [2020-10-20T15:28:13.806Z] fe522b08c979: Pulling fs layer [2020-10-20T15:28:13.806Z] 221eaa008020: Pulling fs layer [2020-10-20T15:28:13.806Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T15:28:13.806Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T15:28:13.806Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T15:28:13.806Z] 23e8b3b47431: Pulling fs layer [2020-10-20T15:28:13.806Z] 5c568d65a230: Pulling fs layer [2020-10-20T15:28:13.806Z] 221eaa008020: Waiting [2020-10-20T15:28:13.806Z] 2a4607e5d6b9: Waiting [2020-10-20T15:28:13.806Z] 8f79b27c4fd2: Waiting [2020-10-20T15:28:13.806Z] e5c8dbe1645b: Waiting [2020-10-20T15:28:13.806Z] 23e8b3b47431: Waiting [2020-10-20T15:28:13.806Z] 5c568d65a230: Waiting [2020-10-20T15:28:13.806Z] fe522b08c979: Verifying Checksum [2020-10-20T15:28:13.806Z] fe522b08c979: Download complete [2020-10-20T15:28:13.806Z] 408f87550127: Verifying Checksum [2020-10-20T15:28:13.806Z] 408f87550127: Download complete [2020-10-20T15:28:13.806Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T15:28:13.806Z] 2a4607e5d6b9: Download complete [2020-10-20T15:28:13.806Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T15:28:13.806Z] 8f79b27c4fd2: Download complete [2020-10-20T15:28:13.806Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T15:28:13.806Z] cbdbe7a5bc2a: Download complete [2020-10-20T15:28:14.069Z] cbdbe7a5bc2a: Pull complete [2020-10-20T15:28:14.350Z] 408f87550127: Pull complete [2020-10-20T15:28:14.617Z] fe522b08c979: Pull complete [2020-10-20T15:28:14.880Z] e5c8dbe1645b: Download complete [2020-10-20T15:28:15.843Z] 5c568d65a230: Verifying Checksum [2020-10-20T15:28:15.843Z] 5c568d65a230: Download complete [2020-10-20T15:28:15.843Z] 23e8b3b47431: Verifying Checksum [2020-10-20T15:28:15.843Z] 23e8b3b47431: Download complete [2020-10-20T15:28:17.237Z] 221eaa008020: Verifying Checksum [2020-10-20T15:28:17.237Z] 221eaa008020: Download complete [2020-10-20T15:28:22.551Z] 221eaa008020: Pull complete [2020-10-20T15:28:22.551Z] 2a4607e5d6b9: Pull complete [2020-10-20T15:28:22.551Z] 8f79b27c4fd2: Pull complete [2020-10-20T15:28:25.115Z] e5c8dbe1645b: Pull complete [2020-10-20T15:28:28.430Z] 23e8b3b47431: Pull complete [2020-10-20T15:28:29.833Z] 5c568d65a230: Pull complete [2020-10-20T15:28:29.833Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T15:28:29.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:28:29.833Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T15:28:29.983Z] prd-centos7-docker-4c-2g-6981 does not seem to be running inside a container [2020-10-20T15:28:30.032Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-devops/edgex-snyk-go:1.317.0 cat [2020-10-20T15:28:31.222Z] $ docker top 49685c3b5e374fda3f7f46582c1ebe8d1d706bf41a0866d689164fbd4a39dfab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:28:31.711Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T15:28:35.020Z] [2020-10-20T15:28:35.020Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... [2020-10-20T15:28:35.020Z] [2020-10-20T15:28:35.020Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/52dc644f-1cdf-47a2-9ddf-e46243ee1c05 [2020-10-20T15:28:35.020Z] [2020-10-20T15:28:35.020Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T15:28:35.020Z] [2020-10-20T15:28:35.020Z] [2020-10-20T15:28:35.020Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T15:28:35.020Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-20T15:28:35.020Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T15:28:35.020Z] [2020-10-20T15:28:35.020Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T15:28:35.020Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T15:28:35.020Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T15:28:35.020Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T15:28:35.035Z] $ docker stop --time=1 49685c3b5e374fda3f7f46582c1ebe8d1d706bf41a0866d689164fbd4a39dfab [2020-10-20T15:28:36.933Z] $ docker rm -f 49685c3b5e374fda3f7f46582c1ebe8d1d706bf41a0866d689164fbd4a39dfab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-20T15:28:39.014Z] + git log --format=format:%s -1 e06c261707d41b90e25a1dfdd5a5d662f7c4f831 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:39.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:28:39.330Z] . [Pipeline] withDockerContainer [2020-10-20T15:28:39.491Z] prd-centos7-docker-4c-2g-6981 does not seem to be running inside a container [2020-10-20T15:28:39.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:28:40.145Z] $ docker top d7ea309d179aa4c1f2ce28ff8660691de88008298ea3fd0ba23d7c217d3cba99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:28:40.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:28:40.521Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:28:40.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:28:40.736Z] $ docker exec d7ea309d179aa4c1f2ce28ff8660691de88008298ea3fd0ba23d7c217d3cba99 ssh-agent [2020-10-20T15:28:40.896Z] SSH_AUTH_SOCK=/tmp/ssh-ykOr3TuJ4NJe/agent.11 [2020-10-20T15:28:40.896Z] SSH_AGENT_PID=16 [2020-10-20T15:28:40.903Z] Running ssh-add (command line suppressed) [2020-10-20T15:28:41.039Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2825468300047689939.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2825468300047689939.key) [2020-10-20T15:28:41.087Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:28:41.429Z] + git semver tag [2020-10-20T15:28:41.429Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:28:41.429Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-20T15:28:41.429Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-20T15:28:41.429Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:28:41.429Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:28:41.429Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:28:41.429Z] # $SEMVER_BRANCH = master [2020-10-20T15:28:41.429Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-10-20T15:28:41.429Z] # e06c261707d41b90e25a1dfdd5a5d662f7c4f831 HEAD [2020-10-20T15:28:41.429Z] # -> Force: false [2020-10-20T15:28:41.429Z] # 3b5ec56997d1a285c620cfee21477c5ba6f4e4ff refs/tags/v0.1.26 [Pipeline] } [2020-10-20T15:28:41.445Z] $ docker exec --env ******** --env ******** d7ea309d179aa4c1f2ce28ff8660691de88008298ea3fd0ba23d7c217d3cba99 ssh-agent -k [2020-10-20T15:28:41.563Z] unset SSH_AUTH_SOCK; [2020-10-20T15:28:41.563Z] unset SSH_AGENT_PID; [2020-10-20T15:28:41.563Z] echo Agent pid 16 killed; [2020-10-20T15:28:41.610Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:28:42.152Z] + git semver [Pipeline] } [2020-10-20T15:28:42.170Z] $ docker stop --time=1 d7ea309d179aa4c1f2ce28ff8660691de88008298ea3fd0ba23d7c217d3cba99 [2020-10-20T15:28:43.535Z] $ docker rm -f d7ea309d179aa4c1f2ce28ff8660691de88008298ea3fd0ba23d7c217d3cba99 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:44.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:28:44.286Z] [2020-10-20T15:28:44.286Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:44.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:28:44.659Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T15:28:44.659Z] ab5ef0e58194: Pulling fs layer [2020-10-20T15:28:44.659Z] 9712f1f96733: Pulling fs layer [2020-10-20T15:28:44.659Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T15:28:44.659Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T15:28:44.659Z] e9a5061849ea: Pulling fs layer [2020-10-20T15:28:44.659Z] d747dcd14b5f: Pulling fs layer [2020-10-20T15:28:44.659Z] 2de7ff778b66: Pulling fs layer [2020-10-20T15:28:44.659Z] 0d9ebad4ef96: Waiting [2020-10-20T15:28:44.659Z] e9a5061849ea: Waiting [2020-10-20T15:28:44.659Z] d747dcd14b5f: Waiting [2020-10-20T15:28:44.659Z] 2de7ff778b66: Waiting [2020-10-20T15:28:44.659Z] 9712f1f96733: Verifying Checksum [2020-10-20T15:28:44.659Z] 9712f1f96733: Download complete [2020-10-20T15:28:46.068Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T15:28:46.068Z] 63f879dbbcfc: Download complete [2020-10-20T15:28:46.331Z] e9a5061849ea: Verifying Checksum [2020-10-20T15:28:46.331Z] e9a5061849ea: Download complete [2020-10-20T15:28:46.331Z] d747dcd14b5f: Verifying Checksum [2020-10-20T15:28:46.331Z] d747dcd14b5f: Download complete [2020-10-20T15:28:46.916Z] 2de7ff778b66: Verifying Checksum [2020-10-20T15:28:46.916Z] 2de7ff778b66: Download complete [2020-10-20T15:28:47.181Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T15:28:47.181Z] ab5ef0e58194: Download complete [2020-10-20T15:28:52.503Z] ab5ef0e58194: Pull complete [2020-10-20T15:28:52.504Z] 9712f1f96733: Pull complete [2020-10-20T15:28:54.425Z] 63f879dbbcfc: Pull complete [2020-10-20T15:29:00.671Z] 0d9ebad4ef96: Pull complete [2020-10-20T15:29:01.256Z] e9a5061849ea: Pull complete [2020-10-20T15:29:01.524Z] d747dcd14b5f: Pull complete [2020-10-20T15:29:04.108Z] 2de7ff778b66: Pull complete [2020-10-20T15:29:04.108Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T15:29:04.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:29:04.108Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T15:29:04.238Z] prd-centos7-docker-4c-2g-6981 does not seem to be running inside a container [2020-10-20T15:29:04.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-20T15:29:08.563Z] $ docker top dd7afbfedb56021a88e93a61a4298df650f3f08e448895780ae64e8e49abf67d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:29:08.764Z] provisioning config files... [2020-10-20T15:29:08.775Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config7145438214087551751tmp [2020-10-20T15:29:08.797Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6269767659093686227tmp [2020-10-20T15:29:08.809Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2756161463288618024tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:29:08.860Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:09.166Z] ---> sigul-configuration.sh [2020-10-20T15:29:09.166Z] gpg: directory `/root/.gnupg' created [2020-10-20T15:29:09.166Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T15:29:09.166Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T15:29:09.166Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T15:29:09.166Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T15:29:09.166Z] gpg: CAST5 encrypted data [2020-10-20T15:29:09.429Z] gpg: encrypted with 1 passphrase [2020-10-20T15:29:09.429Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T15:29:09.728Z] + mkdir /home/jenkins [2020-10-20T15:29:09.729Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T15:29:10.027Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-20T15:29:10.038Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:10.342Z] ---> sigul-install.sh [2020-10-20T15:29:18.505Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T15:29:18.860Z] + git tag --list [2020-10-20T15:29:18.860Z] v0.0.0 [2020-10-20T15:29:18.860Z] v0.1.0 [2020-10-20T15:29:18.860Z] v0.1.1 [2020-10-20T15:29:18.860Z] v0.1.10 [2020-10-20T15:29:18.860Z] v0.1.11 [2020-10-20T15:29:18.860Z] v0.1.12 [2020-10-20T15:29:18.860Z] v0.1.13 [2020-10-20T15:29:18.860Z] v0.1.14 [2020-10-20T15:29:18.860Z] v0.1.15 [2020-10-20T15:29:18.860Z] v0.1.16 [2020-10-20T15:29:18.860Z] v0.1.17 [2020-10-20T15:29:18.860Z] v0.1.18 [2020-10-20T15:29:18.860Z] v0.1.19 [2020-10-20T15:29:18.860Z] v0.1.2 [2020-10-20T15:29:18.860Z] v0.1.20 [2020-10-20T15:29:18.860Z] v0.1.21 [2020-10-20T15:29:18.860Z] v0.1.22 [2020-10-20T15:29:18.860Z] v0.1.23 [2020-10-20T15:29:18.860Z] v0.1.24 [2020-10-20T15:29:18.860Z] v0.1.25 [2020-10-20T15:29:18.860Z] v0.1.26 [2020-10-20T15:29:18.860Z] v0.1.3 [2020-10-20T15:29:18.860Z] v0.1.4 [2020-10-20T15:29:18.860Z] v0.1.5 [2020-10-20T15:29:18.860Z] v0.1.6 [2020-10-20T15:29:18.860Z] v0.1.7 [2020-10-20T15:29:18.860Z] v0.1.8 [2020-10-20T15:29:18.860Z] v0.1.9 [Pipeline] sh [2020-10-20T15:29:19.188Z] + lftools sign git-tag v0.1.26 [2020-10-20T15:29:20.578Z] Signing Git tag with Sigul... [2020-10-20T15:29:20.578Z] Signing v0.1.26 [Pipeline] echo [2020-10-20T15:29:21.532Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:21.827Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T15:29:21.839Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T15:29:21.987Z] $ docker stop --time=1 dd7afbfedb56021a88e93a61a4298df650f3f08e448895780ae64e8e49abf67d [2020-10-20T15:29:23.973Z] $ docker rm -f dd7afbfedb56021a88e93a61a4298df650f3f08e448895780ae64e8e49abf67d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:25.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:29:25.046Z] . [Pipeline] withDockerContainer [2020-10-20T15:29:25.142Z] prd-centos7-docker-4c-2g-6981 does not seem to be running inside a container [2020-10-20T15:29:25.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:29:25.752Z] $ docker top 3285ac68b564eae5d61c88af1b67c1b2a73a978db76ddb227ba1c9bef7e2c557 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:29:26.045Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:29:26.045Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:29:26.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:29:26.234Z] $ docker exec 3285ac68b564eae5d61c88af1b67c1b2a73a978db76ddb227ba1c9bef7e2c557 ssh-agent [2020-10-20T15:29:26.403Z] SSH_AUTH_SOCK=/tmp/ssh-qM92ieKBgvOV/agent.11 [2020-10-20T15:29:26.403Z] SSH_AGENT_PID=16 [2020-10-20T15:29:26.410Z] Running ssh-add (command line suppressed) [2020-10-20T15:29:26.533Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8689035636321506155.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8689035636321506155.key) [2020-10-20T15:29:26.588Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:29:26.937Z] + git semver bump patch [2020-10-20T15:29:26.937Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:29:26.937Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-20T15:29:26.937Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-20T15:29:26.937Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:29:26.937Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:29:26.937Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:29:26.937Z] # $SEMVER_BRANCH = master [2020-10-20T15:29:26.937Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-10-20T15:29:26.937Z] 0.1.27 [Pipeline] } [2020-10-20T15:29:26.952Z] $ docker exec --env ******** --env ******** 3285ac68b564eae5d61c88af1b67c1b2a73a978db76ddb227ba1c9bef7e2c557 ssh-agent -k [2020-10-20T15:29:27.068Z] unset SSH_AUTH_SOCK; [2020-10-20T15:29:27.068Z] unset SSH_AGENT_PID; [2020-10-20T15:29:27.068Z] echo Agent pid 16 killed; [2020-10-20T15:29:27.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:29:27.689Z] + git semver [Pipeline] } [2020-10-20T15:29:27.705Z] $ docker stop --time=1 3285ac68b564eae5d61c88af1b67c1b2a73a978db76ddb227ba1c9bef7e2c557 [2020-10-20T15:29:29.056Z] $ docker rm -f 3285ac68b564eae5d61c88af1b67c1b2a73a978db76ddb227ba1c9bef7e2c557 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:29.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:29:29.574Z] . [Pipeline] withDockerContainer [2020-10-20T15:29:29.669Z] prd-centos7-docker-4c-2g-6981 does not seem to be running inside a container [2020-10-20T15:29:29.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:29:30.302Z] $ docker top 4076e285b1fdd6fb1dde9fcfd4499c6b03ef9af287c290b1db3f682bc816613f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:29:30.646Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:29:30.646Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:29:30.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:29:30.836Z] $ docker exec 4076e285b1fdd6fb1dde9fcfd4499c6b03ef9af287c290b1db3f682bc816613f ssh-agent [2020-10-20T15:29:31.025Z] SSH_AUTH_SOCK=/tmp/ssh-fKNw4iXfrQgi/agent.12 [2020-10-20T15:29:31.025Z] SSH_AGENT_PID=18 [2020-10-20T15:29:31.032Z] Running ssh-add (command line suppressed) [2020-10-20T15:29:31.152Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1386278123082744925.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1386278123082744925.key) [2020-10-20T15:29:31.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:29:31.539Z] + git semver push [2020-10-20T15:29:31.539Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:29:31.539Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-20T15:29:31.539Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-20T15:29:31.539Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:29:31.539Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:29:31.539Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:29:31.539Z] # $SEMVER_BRANCH = master [2020-10-20T15:29:31.539Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-10-20T15:29:38.150Z] $ docker exec --env ******** --env ******** 4076e285b1fdd6fb1dde9fcfd4499c6b03ef9af287c290b1db3f682bc816613f ssh-agent -k [2020-10-20T15:29:38.265Z] unset SSH_AUTH_SOCK; [2020-10-20T15:29:38.265Z] unset SSH_AGENT_PID; [2020-10-20T15:29:38.266Z] echo Agent pid 18 killed; [2020-10-20T15:29:38.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:29:38.801Z] + git semver [Pipeline] } [2020-10-20T15:29:38.818Z] $ docker stop --time=1 4076e285b1fdd6fb1dde9fcfd4499c6b03ef9af287c290b1db3f682bc816613f [2020-10-20T15:29:40.168Z] $ docker rm -f 4076e285b1fdd6fb1dde9fcfd4499c6b03ef9af287c290b1db3f682bc816613f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:41.980Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:42.567Z] ---> package-listing.sh [2020-10-20T15:29:42.567Z] ++ facter osfamily [2020-10-20T15:29:42.567Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T15:29:42.567Z] + OS_FAMILY=redhat [2020-10-20T15:29:42.567Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2020-10-20T15:29:42.567Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T15:29:42.567Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T15:29:42.567Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T15:29:42.567Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T15:29:42.567Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-10-20T15:29:42.567Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T15:29:42.567Z] + case "${OS_FAMILY}" in [2020-10-20T15:29:42.567Z] + rpm -qa [2020-10-20T15:29:42.567Z] + sort [2020-10-20T15:29:46.787Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T15:29:46.787Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T15:29:46.787Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T15:29:46.787Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-10-20T15:29:46.787Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2020-10-20T15:29:46.787Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] echo [2020-10-20T15:29:46.799Z] 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T15:29:47.087Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:47.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:29:47.393Z] [2020-10-20T15:29:47.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:47.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:29:47.748Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T15:29:47.748Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:29:47.748Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T15:29:47.748Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T15:29:47.748Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T15:29:47.748Z] 93b61091891f: Pulling fs layer [2020-10-20T15:29:47.748Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T15:29:47.748Z] 5e14af77c1be: Pulling fs layer [2020-10-20T15:29:47.748Z] 01666e4c0597: Pulling fs layer [2020-10-20T15:29:47.748Z] aa168da1d23b: Pulling fs layer [2020-10-20T15:29:47.748Z] 93b9cdb0e59b: Waiting [2020-10-20T15:29:47.748Z] 5e14af77c1be: Waiting [2020-10-20T15:29:47.748Z] aa168da1d23b: Waiting [2020-10-20T15:29:47.748Z] 01666e4c0597: Waiting [2020-10-20T15:29:47.748Z] 46f8f816bc3b: Waiting [2020-10-20T15:29:47.748Z] 93b61091891f: Waiting [2020-10-20T15:29:47.748Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T15:29:47.748Z] 36b3adc4ff6f: Download complete [2020-10-20T15:29:47.748Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T15:29:47.748Z] 46f8f816bc3b: Download complete [2020-10-20T15:29:47.748Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:29:48.008Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T15:29:48.008Z] 93b9cdb0e59b: Download complete [2020-10-20T15:29:48.008Z] 5e14af77c1be: Verifying Checksum [2020-10-20T15:29:48.008Z] 5e14af77c1be: Download complete [2020-10-20T15:29:48.008Z] 01666e4c0597: Verifying Checksum [2020-10-20T15:29:48.008Z] 01666e4c0597: Download complete [2020-10-20T15:29:48.008Z] 93b61091891f: Download complete [2020-10-20T15:29:48.008Z] df20fa9351a1: Pull complete [2020-10-20T15:29:48.269Z] 36b3adc4ff6f: Pull complete [2020-10-20T15:29:48.529Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T15:29:48.529Z] 8ad3a11d3b57: Download complete [2020-10-20T15:29:49.112Z] 8ad3a11d3b57: Pull complete [2020-10-20T15:29:49.377Z] 46f8f816bc3b: Pull complete [2020-10-20T15:29:50.322Z] aa168da1d23b: Verifying Checksum [2020-10-20T15:29:50.322Z] aa168da1d23b: Download complete [2020-10-20T15:29:50.585Z] 93b61091891f: Pull complete [2020-10-20T15:29:50.846Z] 93b9cdb0e59b: Pull complete [2020-10-20T15:29:51.108Z] 5e14af77c1be: Pull complete [2020-10-20T15:29:51.373Z] 01666e4c0597: Pull complete [2020-10-20T15:29:58.016Z] aa168da1d23b: Pull complete [2020-10-20T15:29:58.016Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T15:29:58.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:29:58.016Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T15:29:58.141Z] prd-centos7-docker-4c-2g-6981 does not seem to be running inside a container [2020-10-20T15:29:58.194Z] $ 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T15:30:01.852Z] $ docker top a88e028fa381a5c711ead08612f838d9ca3d6d54e0c9feef9daa98eed3317da4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:30:02.534Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T15:30:02.845Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T15:30:03.160Z] + ls /var/log/sa-host [2020-10-20T15:30:03.160Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T15:30:03.160Z] file_magic: OK [2020-10-20T15:30:03.160Z] HZ: Using current value: 100 [2020-10-20T15:30:03.160Z] file_header: OK [2020-10-20T15:30:03.160Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T15:30:03.160Z] Statistics: [2020-10-20T15:30:03.160Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:30:03.160Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T15:30:03.160Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T15:30:03.160Z] file_magic: OK [2020-10-20T15:30:03.160Z] HZ: Using current value: 100 [2020-10-20T15:30:03.160Z] file_header: OK [2020-10-20T15:30:03.160Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T15:30:03.160Z] Statistics: [2020-10-20T15:30:03.160Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:30:03.160Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:30:03.423Z] provisioning config files... [2020-10-20T15:30:03.441Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config5114963669469954200tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:30:03.558Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:03.852Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T15:30:03.862Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T15:30:04.020Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:04.356Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T15:30:04.367Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:04.670Z] ---> sudo-logs.sh [2020-10-20T15:30:04.670Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T15:30:04.681Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:04.972Z] ---> job-cost.sh [2020-10-20T15:30:04.972Z] lf-activate-venv: SKIPPING [2020-10-20T15:30:04.972Z] INFO: No Stack... [2020-10-20T15:30:06.361Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T15:30:06.622Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T15:30:06.634Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:06.930Z] ---> logs-deploy.sh [2020-10-20T15:30:06.930Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/14 [2020-10-20T15:30:06.930Z] INFO: archiving workspace using pattern(s): [2020-10-20T15:30:08.318Z] Archives upload complete. [2020-10-20T15:30:08.319Z] INFO: archiving logs to Nexus