Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4f22236adecb4e20b3c94b97e4a096504ba2a497 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6980 in /w/workspace/ndry_go-mod-configuration_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-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f22236adecb4e20b3c94b97e4a096504ba2a497 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f22236adecb4e20b3c94b97e4a096504ba2a497 # timeout=10 Commit message: "Merge pull request #21 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk 06ff85a8bc9e1bece7c11505525587a266084ad6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T15:22:49.872Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T15:22:50.173Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T15:22:50.354Z] ========================================================= [2020-10-20T15:22:50.355Z] EdgeX Global Pipelines Version Info [2020-10-20T15:22:50.355Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:22:51.871Z] ------------------- [2020-10-20T15:22:51.871Z] stable info: [2020-10-20T15:22:51.871Z] ------------------- [2020-10-20T15:22:51.871Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T15:22:51.871Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T15:22:51.871Z] Message: update stable to v1.0.144 [2020-10-20T15:22:52.821Z] ------------------- [2020-10-20T15:22:52.821Z] experimental info: [2020-10-20T15:22:52.821Z] ------------------- [2020-10-20T15:22:52.821Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T15:22:52.821Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T15:22:52.821Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T15:22:53.234Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2020-10-20T15:22:53.332Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2020-10-20T15:22:53.439Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T15:22:53.536Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T15:22:53.642Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T15:22:53.736Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T15:22:53.834Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T15:22:53.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T15:22:54.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T15:22:54.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T15:22:54.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T15:22:54.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2020-10-20T15:22:54.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T15:22:54.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T15:22:54.775Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:22:54.872Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:22:54.968Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:22:55.096Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:22:55.194Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T15:22:55.303Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T15:22:55.404Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T15:22:55.495Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T15:22:55.702Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T15:22:55.825Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T15:22:55.957Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T15:22:56.055Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T15:22:56.149Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T15:22:56.244Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T15:22:56.341Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f22236adecb4e20b3c94b97e4a096504ba2a497 [Pipeline] echo [2020-10-20T15:22:56.434Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f22236 [Pipeline] echo [2020-10-20T15:22:56.533Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T15:22:57.197Z] + git log --format=format:%s -1 4f22236adecb4e20b3c94b97e4a096504ba2a497 [Pipeline] echo [2020-10-20T15:22:57.270Z] GIT_COMMIT: 4f22236adecb4e20b3c94b97e4a096504ba2a497, Commit Message: Merge pull request #21 from jpwhitemn/contrib-link-issue [Pipeline] echo [2020-10-20T15:22:57.322Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:22:57.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:22:57.979Z] [2020-10-20T15:22:57.979Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:22:58.360Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:22:58.360Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T15:22:58.360Z] 31603596830f: Pulling fs layer [2020-10-20T15:22:58.360Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T15:22:58.360Z] 6ca5941a6612: Pulling fs layer [2020-10-20T15:22:58.360Z] ecc8261a40a4: Pulling fs layer [2020-10-20T15:22:58.360Z] ecc8261a40a4: Waiting [2020-10-20T15:22:58.360Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T15:22:58.360Z] 2a8b12db71e7: Download complete [2020-10-20T15:22:58.622Z] 31603596830f: Verifying Checksum [2020-10-20T15:22:58.622Z] 31603596830f: Download complete [2020-10-20T15:22:58.622Z] ecc8261a40a4: Verifying Checksum [2020-10-20T15:22:58.622Z] ecc8261a40a4: Download complete [2020-10-20T15:22:58.622Z] 6ca5941a6612: Verifying Checksum [2020-10-20T15:22:58.622Z] 6ca5941a6612: Download complete [2020-10-20T15:22:58.885Z] 31603596830f: Pull complete [2020-10-20T15:22:58.885Z] 2a8b12db71e7: Pull complete [2020-10-20T15:22:59.850Z] 6ca5941a6612: Pull complete [2020-10-20T15:22:59.850Z] ecc8261a40a4: Pull complete [2020-10-20T15:22:59.850Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T15:22:59.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:22:59.850Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T15:22:59.964Z] prd-centos7-docker-4c-2g-6980 does not seem to be running inside a container [2020-10-20T15:23:00.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:02.020Z] $ docker top 94e79914c3641babe8e6420c50ed9bfe23a90f8afb2801b66421d691482f4baa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:23:02.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:23:02.363Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:23:02.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:23:02.596Z] $ docker exec 94e79914c3641babe8e6420c50ed9bfe23a90f8afb2801b66421d691482f4baa ssh-agent [2020-10-20T15:23:02.768Z] SSH_AUTH_SOCK=/tmp/ssh-OdMp6KroaIxq/agent.11 [2020-10-20T15:23:02.768Z] SSH_AGENT_PID=17 [2020-10-20T15:23:02.782Z] Running ssh-add (command line suppressed) [2020-10-20T15:23:02.908Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1023606383152375113.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1023606383152375113.key) [2020-10-20T15:23:02.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:23:03.310Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T15:23:03.332Z] $ docker exec --env ******** --env ******** 94e79914c3641babe8e6420c50ed9bfe23a90f8afb2801b66421d691482f4baa ssh-agent -k [2020-10-20T15:23:03.454Z] unset SSH_AUTH_SOCK; [2020-10-20T15:23:03.455Z] unset SSH_AGENT_PID; [2020-10-20T15:23:03.455Z] echo Agent pid 17 killed; [2020-10-20T15:23:03.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T15:23:03.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:23:03.697Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:23:03.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:23:03.901Z] $ docker exec 94e79914c3641babe8e6420c50ed9bfe23a90f8afb2801b66421d691482f4baa ssh-agent [2020-10-20T15:23:04.083Z] SSH_AUTH_SOCK=/tmp/ssh-8nu0MRF4nSDC/agent.46 [2020-10-20T15:23:04.083Z] SSH_AGENT_PID=51 [2020-10-20T15:23:04.185Z] Running ssh-add (command line suppressed) [2020-10-20T15:23:04.366Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8490628086996952090.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8490628086996952090.key) [2020-10-20T15:23:04.422Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:23:04.792Z] + git semver init [2020-10-20T15:23:04.792Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:23:04.792Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-10-20T15:23:04.792Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-10-20T15:23:04.792Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:23:04.792Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:23:04.792Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:23:04.792Z] # $SEMVER_BRANCH = master [2020-10-20T15:23:04.792Z] # $SEMVER_TEMP = /tmp/semver-719918345 [2020-10-20T15:23:04.792Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2020-10-20T15:23:05.054Z] # '/tmp/semver-719918345' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2020-10-20T15:23:05.054Z] # -> Force: false [2020-10-20T15:23:05.054Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2020-10-20T15:23:05.068Z] $ docker exec --env ******** --env ******** 94e79914c3641babe8e6420c50ed9bfe23a90f8afb2801b66421d691482f4baa ssh-agent -k [2020-10-20T15:23:05.192Z] unset SSH_AUTH_SOCK; [2020-10-20T15:23:05.192Z] unset SSH_AGENT_PID; [2020-10-20T15:23:05.192Z] echo Agent pid 51 killed; [2020-10-20T15:23:05.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:23:05.726Z] + git semver [Pipeline] } [2020-10-20T15:23:05.747Z] $ docker stop --time=1 94e79914c3641babe8e6420c50ed9bfe23a90f8afb2801b66421d691482f4baa [2020-10-20T15:23:07.091Z] $ docker rm -f 94e79914c3641babe8e6420c50ed9bfe23a90f8afb2801b66421d691482f4baa [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:23:07.559Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T15:23:08.011Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T15:23:08.013Z] [edgeXSemver]: initialized semver on version 0.0.8 [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:23:23.598Z] Still waiting to schedule task [2020-10-20T15:23:23.598Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6981’ 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’ [2020-10-20T15:23:23.600Z] Still waiting to schedule task [2020-10-20T15:23:23.600Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T15:24:36.815Z] Running on prd-centos7-docker-4c-2g-6983 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2020-10-20T15:24:36.865Z] Running in /w/workspace/go-mod-configuration/10 [Pipeline] { [Pipeline] checkout [2020-10-20T15:24:39.554Z] using credential edgex-jenkins-ssh [2020-10-20T15:24:39.633Z] Cloning the remote Git repository [2020-10-20T15:24:39.665Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-10-20T15:24:39.731Z] > git init /w/workspace/go-mod-configuration/10 # timeout=10 [2020-10-20T15:24:39.786Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-10-20T15:24:39.786Z] > git --version # timeout=10 [2020-10-20T15:24:39.794Z] > git --version # 'git version 2.16.5' [2020-10-20T15:24:39.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:24:39.830Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:24:41.317Z] Checking out Revision 4f22236adecb4e20b3c94b97e4a096504ba2a497 (master) [2020-10-20T15:24:40.875Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-10-20T15:24:40.882Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:24:40.907Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-10-20T15:24:40.919Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-10-20T15:24:40.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:24:40.925Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:24:41.328Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:24:41.333Z] > git checkout -f 4f22236adecb4e20b3c94b97e4a096504ba2a497 # timeout=10 [2020-10-20T15:24:45.006Z] Commit message: "Merge pull request #21 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:24:45.673Z] ========================================================= [2020-10-20T15:24:45.673Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T15:24:45.673Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:46.292Z] + 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:24:46.563Z] Sending build context to Docker daemon 187.9kB [2020-10-20T15:24:46.827Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:24:46.827Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:24:46.827Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T15:24:46.827Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:24:46.827Z] ed8968b2872e: Pulling fs layer [2020-10-20T15:24:46.827Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T15:24:46.827Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T15:24:46.827Z] e73272ec9a57: Pulling fs layer [2020-10-20T15:24:46.827Z] 1e910a182e73: Pulling fs layer [2020-10-20T15:24:46.827Z] 4e634b169226: Pulling fs layer [2020-10-20T15:24:46.827Z] e73272ec9a57: Waiting [2020-10-20T15:24:46.827Z] e871e8e8d7a9: Waiting [2020-10-20T15:24:46.827Z] 1e910a182e73: Waiting [2020-10-20T15:24:46.827Z] 4e634b169226: Waiting [2020-10-20T15:24:47.091Z] a92cc7c5fd73: Download complete [2020-10-20T15:24:47.091Z] ed8968b2872e: Verifying Checksum [2020-10-20T15:24:47.091Z] ed8968b2872e: Download complete [2020-10-20T15:24:47.091Z] e73272ec9a57: Verifying Checksum [2020-10-20T15:24:47.091Z] e73272ec9a57: Download complete [2020-10-20T15:24:47.091Z] 1e910a182e73: Verifying Checksum [2020-10-20T15:24:47.091Z] 1e910a182e73: Download complete [2020-10-20T15:24:47.091Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:24:47.091Z] df20fa9351a1: Download complete [2020-10-20T15:24:47.357Z] df20fa9351a1: Pull complete [2020-10-20T15:24:47.624Z] ed8968b2872e: Pull complete [2020-10-20T15:24:47.624Z] a92cc7c5fd73: Pull complete [2020-10-20T15:24:49.024Z] 4e634b169226: Verifying Checksum [2020-10-20T15:24:49.024Z] 4e634b169226: Download complete [2020-10-20T15:24:49.600Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T15:24:49.600Z] e871e8e8d7a9: Download complete [2020-10-20T15:24:54.938Z] e871e8e8d7a9: Pull complete [2020-10-20T15:24:54.938Z] e73272ec9a57: Pull complete [2020-10-20T15:24:54.938Z] 1e910a182e73: Pull complete [2020-10-20T15:25:03.128Z] 4e634b169226: Pull complete [2020-10-20T15:25:03.128Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T15:25:03.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T15:25:03.128Z] ---> f7629b54cfaa [2020-10-20T15:25:03.128Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-20T15:25:03.128Z] ---> Running in 8a5827f44859 [2020-10-20T15:25:03.128Z] Removing intermediate container 8a5827f44859 [2020-10-20T15:25:03.128Z] ---> 461cdce0ccee [2020-10-20T15:25:03.128Z] Step 4/7 : RUN apk add --update bash [2020-10-20T15:25:03.128Z] ---> Running in 6f1ed566eeef [2020-10-20T15:25:04.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:25:05.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:25:05.616Z] OK: 166 MiB in 39 packages [2020-10-20T15:25:06.192Z] Removing intermediate container 6f1ed566eeef [2020-10-20T15:25:06.192Z] ---> eda44922a3fe [2020-10-20T15:25:06.192Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:25:06.192Z] ---> Running in ddac313246fe [2020-10-20T15:25:06.456Z] Removing intermediate container ddac313246fe [2020-10-20T15:25:06.456Z] ---> 8841599c9122 [2020-10-20T15:25:06.456Z] Step 6/7 : COPY go.mod . [2020-10-20T15:25:06.726Z] ---> f4d79ecbfdb9 [2020-10-20T15:25:06.726Z] Step 7/7 : RUN go mod download [2020-10-20T15:25:06.726Z] ---> Running in 6dca25b05d07 [2020-10-20T15:25:16.778Z] Removing intermediate container 6dca25b05d07 [2020-10-20T15:25:16.778Z] ---> 6fe2d74e7329 [2020-10-20T15:25:16.778Z] Successfully built 6fe2d74e7329 [2020-10-20T15:25:16.778Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:17.126Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T15:25:17.126Z] . [Pipeline] withDockerContainer [2020-10-20T15:25:17.234Z] prd-centos7-docker-4c-2g-6983 does not seem to be running inside a container [2020-10-20T15:25:17.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/10 -v /w/workspace/go-mod-configuration/10:/w/workspace/go-mod-configuration/10:rw,z -v /w/workspace/go-mod-configuration/10@tmp:/w/workspace/go-mod-configuration/10@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-x86_64 cat [2020-10-20T15:25:18.396Z] $ docker top 40f883658be0828501416e895fec0b11c472b26f1c3e597dacdabb6fa689f3f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:25:19.928Z] + go version [2020-10-20T15:25:19.928Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T15:25:19.956Z] $ docker stop --time=1 40f883658be0828501416e895fec0b11c472b26f1c3e597dacdabb6fa689f3f6 [2020-10-20T15:25:21.325Z] $ docker rm -f 40f883658be0828501416e895fec0b11c472b26f1c3e597dacdabb6fa689f3f6 [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:26:15.066Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6985 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2020-10-20T15:26:15.121Z] Running in /w/workspace/go-mod-configuration/10 [Pipeline] { [Pipeline] checkout [2020-10-20T15:26:22.111Z] using credential edgex-jenkins-ssh [2020-10-20T15:26:22.174Z] Cloning the remote Git repository [2020-10-20T15:26:22.262Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-10-20T15:26:22.407Z] > git init /w/workspace/go-mod-configuration/10 # timeout=10 [2020-10-20T15:26:22.505Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-10-20T15:26:22.505Z] > git --version # timeout=10 [2020-10-20T15:26:22.533Z] > git --version # 'git version 2.17.1' [2020-10-20T15:26:22.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:26:22.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:26:23.923Z] Checking out Revision 4f22236adecb4e20b3c94b97e4a096504ba2a497 (master) [2020-10-20T15:26:23.313Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-10-20T15:26:23.337Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:26:23.362Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-10-20T15:26:23.394Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-10-20T15:26:23.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:26:23.409Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:26:23.949Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:26:23.966Z] > git checkout -f 4f22236adecb4e20b3c94b97e4a096504ba2a497 # timeout=10 [2020-10-20T15:26:28.580Z] Commit message: "Merge pull request #21 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:26:29.542Z] ========================================================= [2020-10-20T15:26:29.542Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T15:26:29.542Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:26:30.687Z] + 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:26:31.321Z] Sending build context to Docker daemon 187.9kB [2020-10-20T15:26:31.321Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:26:31.321Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:26:31.982Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T15:26:31.982Z] b538f80385f9: Pulling fs layer [2020-10-20T15:26:31.982Z] 74f711af9a0d: Pulling fs layer [2020-10-20T15:26:31.982Z] 99f96fe45779: Pulling fs layer [2020-10-20T15:26:31.982Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T15:26:31.982Z] 45590311c82a: Pulling fs layer [2020-10-20T15:26:31.982Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T15:26:31.983Z] 209524e5b208: Pulling fs layer [2020-10-20T15:26:31.983Z] 45590311c82a: Waiting [2020-10-20T15:26:31.983Z] 8529a6b9a6be: Waiting [2020-10-20T15:26:31.983Z] 69ca0ff8b7b3: Waiting [2020-10-20T15:26:31.983Z] 209524e5b208: Waiting [2020-10-20T15:26:31.983Z] 99f96fe45779: Verifying Checksum [2020-10-20T15:26:31.983Z] 99f96fe45779: Download complete [2020-10-20T15:26:31.983Z] 74f711af9a0d: Verifying Checksum [2020-10-20T15:26:31.983Z] 74f711af9a0d: Download complete [2020-10-20T15:26:31.983Z] 45590311c82a: Download complete [2020-10-20T15:26:31.983Z] 69ca0ff8b7b3: Download complete [2020-10-20T15:26:32.637Z] b538f80385f9: Verifying Checksum [2020-10-20T15:26:32.637Z] b538f80385f9: Download complete [2020-10-20T15:26:33.266Z] b538f80385f9: Pull complete [2020-10-20T15:26:33.916Z] 74f711af9a0d: Pull complete [2020-10-20T15:26:34.212Z] 99f96fe45779: Pull complete [2020-10-20T15:26:35.267Z] 209524e5b208: Verifying Checksum [2020-10-20T15:26:35.267Z] 209524e5b208: Download complete [2020-10-20T15:26:37.388Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T15:26:37.388Z] 8529a6b9a6be: Download complete [2020-10-20T15:26:50.060Z] 8529a6b9a6be: Pull complete [2020-10-20T15:26:50.060Z] 45590311c82a: Pull complete [2020-10-20T15:26:50.060Z] 69ca0ff8b7b3: Pull complete [2020-10-20T15:26:52.745Z] 209524e5b208: Pull complete [2020-10-20T15:26:52.745Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T15:26:52.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T15:26:52.745Z] ---> 5bddaf1c2fca [2020-10-20T15:26:52.745Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-20T15:26:55.412Z] ---> Running in 051ba3aaacf4 [2020-10-20T15:26:56.011Z] Removing intermediate container 051ba3aaacf4 [2020-10-20T15:26:56.011Z] ---> ad63e571eff6 [2020-10-20T15:26:56.011Z] Step 4/7 : RUN apk add --update bash [2020-10-20T15:26:56.011Z] ---> Running in d1a121f89627 [2020-10-20T15:26:58.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:26:58.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:26:59.594Z] OK: 142 MiB in 39 packages [2020-10-20T15:27:00.584Z] Removing intermediate container d1a121f89627 [2020-10-20T15:27:00.584Z] ---> d0c5197bdc7b [2020-10-20T15:27:00.584Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:27:00.861Z] ---> Running in 6f5dba04a038 [2020-10-20T15:27:01.457Z] Removing intermediate container 6f5dba04a038 [2020-10-20T15:27:01.457Z] ---> 283ed2fe5c59 [2020-10-20T15:27:01.457Z] Step 6/7 : COPY go.mod . [2020-10-20T15:27:02.065Z] ---> 4e588fcd3f51 [2020-10-20T15:27:02.065Z] Step 7/7 : RUN go mod download [2020-10-20T15:27:02.341Z] ---> Running in 619d1b844997 [2020-10-20T15:27:14.766Z] Removing intermediate container 619d1b844997 [2020-10-20T15:27:14.766Z] ---> 051c51d42356 [2020-10-20T15:27:14.766Z] Successfully built 051c51d42356 [2020-10-20T15:27:14.766Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:15.203Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T15:27:15.203Z] . [Pipeline] withDockerContainer [2020-10-20T15:27:15.522Z] prd-ubuntu18.04-docker-arm64-4c-16g-6985 does not seem to be running inside a container [2020-10-20T15:27:15.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/10 -v /w/workspace/go-mod-configuration/10:/w/workspace/go-mod-configuration/10:rw,z -v /w/workspace/go-mod-configuration/10@tmp:/w/workspace/go-mod-configuration/10@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:27:17.568Z] $ docker top 1fb003d5572da802f6481c52526b19bd7022b6b3d9ba79ca2737bffa897f0e08 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:27:19.056Z] + go version [2020-10-20T15:27:19.056Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T15:27:19.082Z] $ docker stop --time=1 1fb003d5572da802f6481c52526b19bd7022b6b3d9ba79ca2737bffa897f0e08 [2020-10-20T15:27:21.069Z] $ docker rm -f 1fb003d5572da802f6481c52526b19bd7022b6b3d9ba79ca2737bffa897f0e08 [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:27:23.806Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T15:27:23.809Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T15:27:23.889Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:24.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:27:24.243Z] [2020-10-20T15:27:24.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:24.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:27:24.612Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T15:27:24.612Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T15:27:24.612Z] 408f87550127: Pulling fs layer [2020-10-20T15:27:24.612Z] fe522b08c979: Pulling fs layer [2020-10-20T15:27:24.612Z] 221eaa008020: Pulling fs layer [2020-10-20T15:27:24.612Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T15:27:24.612Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T15:27:24.612Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T15:27:24.612Z] 23e8b3b47431: Pulling fs layer [2020-10-20T15:27:24.612Z] 5c568d65a230: Pulling fs layer [2020-10-20T15:27:24.612Z] 2a4607e5d6b9: Waiting [2020-10-20T15:27:24.612Z] 8f79b27c4fd2: Waiting [2020-10-20T15:27:24.612Z] e5c8dbe1645b: Waiting [2020-10-20T15:27:24.612Z] 23e8b3b47431: Waiting [2020-10-20T15:27:24.612Z] 5c568d65a230: Waiting [2020-10-20T15:27:24.612Z] 221eaa008020: Waiting [2020-10-20T15:27:24.612Z] fe522b08c979: Verifying Checksum [2020-10-20T15:27:24.612Z] fe522b08c979: Download complete [2020-10-20T15:27:24.612Z] 408f87550127: Verifying Checksum [2020-10-20T15:27:24.612Z] 408f87550127: Download complete [2020-10-20T15:27:24.612Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T15:27:24.612Z] 2a4607e5d6b9: Download complete [2020-10-20T15:27:24.612Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T15:27:24.612Z] 8f79b27c4fd2: Download complete [2020-10-20T15:27:24.883Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T15:27:25.146Z] cbdbe7a5bc2a: Pull complete [2020-10-20T15:27:25.409Z] 408f87550127: Pull complete [2020-10-20T15:27:25.409Z] fe522b08c979: Pull complete [2020-10-20T15:27:26.853Z] e5c8dbe1645b: Verifying Checksum [2020-10-20T15:27:26.853Z] e5c8dbe1645b: Download complete [2020-10-20T15:27:28.284Z] 23e8b3b47431: Verifying Checksum [2020-10-20T15:27:28.284Z] 23e8b3b47431: Download complete [2020-10-20T15:27:28.551Z] 5c568d65a230: Verifying Checksum [2020-10-20T15:27:28.551Z] 5c568d65a230: Download complete [2020-10-20T15:27:30.011Z] 221eaa008020: Verifying Checksum [2020-10-20T15:27:30.011Z] 221eaa008020: Download complete [2020-10-20T15:27:36.793Z] 221eaa008020: Pull complete [2020-10-20T15:27:36.793Z] 2a4607e5d6b9: Pull complete [2020-10-20T15:27:36.793Z] 8f79b27c4fd2: Pull complete [2020-10-20T15:27:38.197Z] e5c8dbe1645b: Pull complete [2020-10-20T15:27:41.538Z] 23e8b3b47431: Pull complete [2020-10-20T15:27:42.963Z] 5c568d65a230: Pull complete [2020-10-20T15:27:42.963Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T15:27:42.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:27:42.963Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T15:27:43.157Z] prd-centos7-docker-4c-2g-6980 does not seem to be running inside a container [2020-10-20T15:27:43.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_go-mod-configuration_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:27:44.485Z] $ docker top 56e9a3d36f98e239835684fb3610102d4ebed7e0cdec2d76cebd739fe793541f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:27:45.024Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T15:27:53.307Z] [2020-10-20T15:27:53.307Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration)... [2020-10-20T15:27:53.307Z] [2020-10-20T15:27:53.307Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f43ad17a-7ac6-4c18-9984-78156b9141cb/history/36e75a15-f0c1-42ff-94cb-811a31889ecd [2020-10-20T15:27:53.307Z] [2020-10-20T15:27:53.307Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T15:27:53.307Z] [2020-10-20T15:27:53.585Z] [2020-10-20T15:27:53.585Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T15:27:53.585Z] 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:27:53.585Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T15:27:53.585Z] [2020-10-20T15:27:53.585Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T15:27:53.585Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T15:27:53.585Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T15:27:53.585Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T15:27:53.622Z] $ docker stop --time=1 56e9a3d36f98e239835684fb3610102d4ebed7e0cdec2d76cebd739fe793541f [2020-10-20T15:27:55.667Z] $ docker rm -f 56e9a3d36f98e239835684fb3610102d4ebed7e0cdec2d76cebd739fe793541f [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:27:57.388Z] + git log --format=format:%s -1 4f22236adecb4e20b3c94b97e4a096504ba2a497 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:57.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:27:57.710Z] . [Pipeline] withDockerContainer [2020-10-20T15:27:57.875Z] prd-centos7-docker-4c-2g-6980 does not seem to be running inside a container [2020-10-20T15:27:58.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:27:58.774Z] $ docker top cd8fc60c1ea5ab859fba0f6fcc8bbd48fd863a21b902564ee533c6b2f6a1c0a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:27:59.118Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:27:59.118Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:27:59.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:27:59.360Z] $ docker exec cd8fc60c1ea5ab859fba0f6fcc8bbd48fd863a21b902564ee533c6b2f6a1c0a5 ssh-agent [2020-10-20T15:27:59.541Z] SSH_AUTH_SOCK=/tmp/ssh-Zi3Uzy1thLPF/agent.11 [2020-10-20T15:27:59.541Z] SSH_AGENT_PID=16 [2020-10-20T15:27:59.562Z] Running ssh-add (command line suppressed) [2020-10-20T15:27:59.699Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8391316907712704812.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8391316907712704812.key) [2020-10-20T15:27:59.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:28:00.176Z] + git semver tag [2020-10-20T15:28:00.176Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:28:00.176Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-10-20T15:28:00.176Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-10-20T15:28:00.176Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:28:00.176Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:28:00.176Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:28:00.176Z] # $SEMVER_BRANCH = master [2020-10-20T15:28:00.176Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2020-10-20T15:28:00.176Z] # 4f22236adecb4e20b3c94b97e4a096504ba2a497 HEAD [2020-10-20T15:28:00.176Z] # -> Force: false [2020-10-20T15:28:00.176Z] # 8b03ca42289f74fb529170d85273662bd729b4e9 refs/tags/v0.0.8 [Pipeline] } [2020-10-20T15:28:00.211Z] $ docker exec --env ******** --env ******** cd8fc60c1ea5ab859fba0f6fcc8bbd48fd863a21b902564ee533c6b2f6a1c0a5 ssh-agent -k [2020-10-20T15:28:00.346Z] unset SSH_AUTH_SOCK; [2020-10-20T15:28:00.346Z] unset SSH_AGENT_PID; [2020-10-20T15:28:00.346Z] echo Agent pid 16 killed; [2020-10-20T15:28:00.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:28:01.013Z] + git semver [Pipeline] } [2020-10-20T15:28:01.052Z] $ docker stop --time=1 cd8fc60c1ea5ab859fba0f6fcc8bbd48fd863a21b902564ee533c6b2f6a1c0a5 [2020-10-20T15:28:02.424Z] $ docker rm -f cd8fc60c1ea5ab859fba0f6fcc8bbd48fd863a21b902564ee533c6b2f6a1c0a5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:03.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:28:03.084Z] [2020-10-20T15:28:03.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:03.430Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:28:03.430Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T15:28:03.430Z] ab5ef0e58194: Pulling fs layer [2020-10-20T15:28:03.430Z] 9712f1f96733: Pulling fs layer [2020-10-20T15:28:03.430Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T15:28:03.430Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T15:28:03.430Z] e9a5061849ea: Pulling fs layer [2020-10-20T15:28:03.430Z] d747dcd14b5f: Pulling fs layer [2020-10-20T15:28:03.430Z] 2de7ff778b66: Pulling fs layer [2020-10-20T15:28:03.430Z] 0d9ebad4ef96: Waiting [2020-10-20T15:28:03.430Z] e9a5061849ea: Waiting [2020-10-20T15:28:03.430Z] d747dcd14b5f: Waiting [2020-10-20T15:28:03.430Z] 2de7ff778b66: Waiting [2020-10-20T15:28:03.430Z] 9712f1f96733: Verifying Checksum [2020-10-20T15:28:03.430Z] 9712f1f96733: Download complete [2020-10-20T15:28:05.379Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T15:28:05.379Z] 63f879dbbcfc: Download complete [2020-10-20T15:28:05.379Z] e9a5061849ea: Verifying Checksum [2020-10-20T15:28:05.379Z] e9a5061849ea: Download complete [2020-10-20T15:28:05.379Z] d747dcd14b5f: Verifying Checksum [2020-10-20T15:28:05.379Z] d747dcd14b5f: Download complete [2020-10-20T15:28:05.965Z] 2de7ff778b66: Verifying Checksum [2020-10-20T15:28:05.965Z] 2de7ff778b66: Download complete [2020-10-20T15:28:06.230Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T15:28:06.230Z] 0d9ebad4ef96: Download complete [2020-10-20T15:28:06.230Z] ab5ef0e58194: Verifying Checksum [2020-10-20T15:28:06.230Z] ab5ef0e58194: Download complete [2020-10-20T15:28:10.502Z] ab5ef0e58194: Pull complete [2020-10-20T15:28:10.502Z] 9712f1f96733: Pull complete [2020-10-20T15:28:13.058Z] 63f879dbbcfc: Pull complete [2020-10-20T15:28:19.701Z] 0d9ebad4ef96: Pull complete [2020-10-20T15:28:21.114Z] e9a5061849ea: Pull complete [2020-10-20T15:28:21.379Z] d747dcd14b5f: Pull complete [2020-10-20T15:28:23.957Z] 2de7ff778b66: Pull complete [2020-10-20T15:28:23.957Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T15:28:23.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:28:23.957Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T15:28:24.137Z] prd-centos7-docker-4c-2g-6980 does not seem to be running inside a container [2020-10-20T15:28:24.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:28:28.289Z] $ docker top ffabafdb0e54d3e22b6d88c92667b0b1d39414ce1a8cf41d0b7c198ff642232f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:28:28.533Z] provisioning config files... [2020-10-20T15:28:28.562Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3969422200481564638tmp [2020-10-20T15:28:28.648Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1848779913137137947tmp [2020-10-20T15:28:28.690Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1933054461145584035tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:28:28.751Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:28:29.050Z] ---> sigul-configuration.sh [2020-10-20T15:28:29.050Z] gpg: directory `/root/.gnupg' created [2020-10-20T15:28:29.050Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T15:28:29.050Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T15:28:29.050Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T15:28:29.050Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T15:28:29.050Z] gpg: CAST5 encrypted data [2020-10-20T15:28:29.314Z] gpg: encrypted with 1 passphrase [2020-10-20T15:28:29.314Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T15:28:29.626Z] + mkdir /home/jenkins [2020-10-20T15:28:29.626Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T15:28:29.927Z] + 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:28:29.939Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:28:30.235Z] ---> sigul-install.sh [2020-10-20T15:28:35.550Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T15:28:35.853Z] + git tag --list [2020-10-20T15:28:35.854Z] v0.0.0 [2020-10-20T15:28:35.854Z] v0.0.1 [2020-10-20T15:28:35.854Z] v0.0.2 [2020-10-20T15:28:35.854Z] v0.0.3 [2020-10-20T15:28:35.854Z] v0.0.4 [2020-10-20T15:28:35.854Z] v0.0.5 [2020-10-20T15:28:35.854Z] v0.0.6 [2020-10-20T15:28:35.854Z] v0.0.7 [2020-10-20T15:28:35.854Z] v0.0.8 [Pipeline] sh [2020-10-20T15:28:36.234Z] + lftools sign git-tag v0.0.8 [2020-10-20T15:28:37.627Z] Signing Git tag with Sigul... [2020-10-20T15:28:37.627Z] Signing v0.0.8 [Pipeline] echo [2020-10-20T15:28:38.597Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:28:38.900Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T15:28:38.931Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T15:28:39.075Z] $ docker stop --time=1 ffabafdb0e54d3e22b6d88c92667b0b1d39414ce1a8cf41d0b7c198ff642232f [2020-10-20T15:28:41.124Z] $ docker rm -f ffabafdb0e54d3e22b6d88c92667b0b1d39414ce1a8cf41d0b7c198ff642232f [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:28:42.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:28:42.178Z] . [Pipeline] withDockerContainer [2020-10-20T15:28:42.292Z] prd-centos7-docker-4c-2g-6980 does not seem to be running inside a container [2020-10-20T15:28:42.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:42.999Z] $ docker top 1889c0c3a3fb48b9df047c1326ea0d1d9b55690470fa179fca5b920bea0c586e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:28:43.371Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:28:43.371Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:28:43.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:28:43.599Z] $ docker exec 1889c0c3a3fb48b9df047c1326ea0d1d9b55690470fa179fca5b920bea0c586e ssh-agent [2020-10-20T15:28:43.781Z] SSH_AUTH_SOCK=/tmp/ssh-OTCstKdhe3bm/agent.13 [2020-10-20T15:28:43.781Z] SSH_AGENT_PID=18 [2020-10-20T15:28:43.795Z] Running ssh-add (command line suppressed) [2020-10-20T15:28:43.933Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3224729920923446065.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3224729920923446065.key) [2020-10-20T15:28:43.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:28:44.352Z] + git semver bump patch [2020-10-20T15:28:44.352Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:28:44.352Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-10-20T15:28:44.352Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-10-20T15:28:44.352Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:28:44.352Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:28:44.352Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:28:44.352Z] # $SEMVER_BRANCH = master [2020-10-20T15:28:44.352Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2020-10-20T15:28:44.352Z] 0.0.9 [Pipeline] } [2020-10-20T15:28:44.371Z] $ docker exec --env ******** --env ******** 1889c0c3a3fb48b9df047c1326ea0d1d9b55690470fa179fca5b920bea0c586e ssh-agent -k [2020-10-20T15:28:44.507Z] unset SSH_AUTH_SOCK; [2020-10-20T15:28:44.508Z] unset SSH_AGENT_PID; [2020-10-20T15:28:44.508Z] echo Agent pid 18 killed; [2020-10-20T15:28:44.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:28:45.050Z] + git semver [Pipeline] } [2020-10-20T15:28:45.070Z] $ docker stop --time=1 1889c0c3a3fb48b9df047c1326ea0d1d9b55690470fa179fca5b920bea0c586e [2020-10-20T15:28:46.465Z] $ docker rm -f 1889c0c3a3fb48b9df047c1326ea0d1d9b55690470fa179fca5b920bea0c586e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:47.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:28:47.046Z] . [Pipeline] withDockerContainer [2020-10-20T15:28:47.160Z] prd-centos7-docker-4c-2g-6980 does not seem to be running inside a container [2020-10-20T15:28:47.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:47.962Z] $ docker top c73af8f7c5caf985e0e669c7df6695e9f86cfbaecad7b26662245ccfb205a8da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:28:48.319Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:28:48.319Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:28:48.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:28:48.558Z] $ docker exec c73af8f7c5caf985e0e669c7df6695e9f86cfbaecad7b26662245ccfb205a8da ssh-agent [2020-10-20T15:28:48.745Z] SSH_AUTH_SOCK=/tmp/ssh-TEPf6tnFVtHG/agent.11 [2020-10-20T15:28:48.745Z] SSH_AGENT_PID=16 [2020-10-20T15:28:48.753Z] Running ssh-add (command line suppressed) [2020-10-20T15:28:48.913Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3327837783133742153.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3327837783133742153.key) [2020-10-20T15:28:48.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:28:49.310Z] + git semver push [2020-10-20T15:28:49.310Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:28:49.310Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-10-20T15:28:49.310Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-10-20T15:28:49.310Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:28:49.310Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:28:49.310Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:28:49.310Z] # $SEMVER_BRANCH = master [2020-10-20T15:28:49.310Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2020-10-20T15:28:57.476Z] $ docker exec --env ******** --env ******** c73af8f7c5caf985e0e669c7df6695e9f86cfbaecad7b26662245ccfb205a8da ssh-agent -k [2020-10-20T15:28:57.653Z] unset SSH_AUTH_SOCK; [2020-10-20T15:28:57.653Z] unset SSH_AGENT_PID; [2020-10-20T15:28:57.653Z] echo Agent pid 16 killed; [2020-10-20T15:28:57.724Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:28:58.250Z] + git semver [Pipeline] } [2020-10-20T15:28:58.273Z] $ docker stop --time=1 c73af8f7c5caf985e0e669c7df6695e9f86cfbaecad7b26662245ccfb205a8da [2020-10-20T15:28:59.681Z] $ docker rm -f c73af8f7c5caf985e0e669c7df6695e9f86cfbaecad7b26662245ccfb205a8da [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:02.122Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:02.692Z] ---> package-listing.sh [2020-10-20T15:29:02.692Z] ++ facter osfamily [2020-10-20T15:29:02.692Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T15:29:02.692Z] + OS_FAMILY=redhat [2020-10-20T15:29:02.692Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2020-10-20T15:29:02.692Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T15:29:02.692Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T15:29:02.692Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T15:29:02.692Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T15:29:02.692Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2020-10-20T15:29:02.692Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T15:29:02.692Z] + case "${OS_FAMILY}" in [2020-10-20T15:29:02.692Z] + rpm -qa [2020-10-20T15:29:02.692Z] + sort [2020-10-20T15:29:06.935Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T15:29:06.935Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T15:29:06.935Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T15:29:06.935Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2020-10-20T15:29:06.935Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2020-10-20T15:29:06.935Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo [2020-10-20T15:29:06.949Z] 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_go-mod-configuration_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:07.238Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:07.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:29:07.552Z] [2020-10-20T15:29:07.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:07.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:29:07.954Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T15:29:07.954Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:29:07.954Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T15:29:07.954Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T15:29:07.954Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T15:29:07.954Z] 93b61091891f: Pulling fs layer [2020-10-20T15:29:07.954Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T15:29:07.954Z] 5e14af77c1be: Pulling fs layer [2020-10-20T15:29:07.954Z] 01666e4c0597: Pulling fs layer [2020-10-20T15:29:07.954Z] aa168da1d23b: Pulling fs layer [2020-10-20T15:29:07.954Z] 93b61091891f: Waiting [2020-10-20T15:29:07.954Z] 5e14af77c1be: Waiting [2020-10-20T15:29:07.954Z] 01666e4c0597: Waiting [2020-10-20T15:29:07.954Z] aa168da1d23b: Waiting [2020-10-20T15:29:07.954Z] 46f8f816bc3b: Waiting [2020-10-20T15:29:07.954Z] 36b3adc4ff6f: Download complete [2020-10-20T15:29:07.954Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T15:29:07.954Z] 46f8f816bc3b: Download complete [2020-10-20T15:29:07.954Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:29:07.954Z] df20fa9351a1: Download complete [2020-10-20T15:29:07.954Z] 93b9cdb0e59b: Download complete [2020-10-20T15:29:07.954Z] 5e14af77c1be: Verifying Checksum [2020-10-20T15:29:07.954Z] 5e14af77c1be: Download complete [2020-10-20T15:29:08.217Z] 01666e4c0597: Verifying Checksum [2020-10-20T15:29:08.217Z] 01666e4c0597: Download complete [2020-10-20T15:29:08.217Z] 93b61091891f: Verifying Checksum [2020-10-20T15:29:08.217Z] 93b61091891f: Download complete [2020-10-20T15:29:08.217Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T15:29:08.217Z] 8ad3a11d3b57: Download complete [2020-10-20T15:29:08.217Z] df20fa9351a1: Pull complete [2020-10-20T15:29:08.483Z] 36b3adc4ff6f: Pull complete [2020-10-20T15:29:09.900Z] 8ad3a11d3b57: Pull complete [2020-10-20T15:29:10.166Z] 46f8f816bc3b: Pull complete [2020-10-20T15:29:10.166Z] aa168da1d23b: Verifying Checksum [2020-10-20T15:29:10.166Z] aa168da1d23b: Download complete [2020-10-20T15:29:10.447Z] 93b61091891f: Pull complete [2020-10-20T15:29:10.758Z] 93b9cdb0e59b: Pull complete [2020-10-20T15:29:10.758Z] 5e14af77c1be: Pull complete [2020-10-20T15:29:10.758Z] 01666e4c0597: Pull complete [2020-10-20T15:29:19.069Z] aa168da1d23b: Pull complete [2020-10-20T15:29:19.069Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T15:29:19.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:29:19.069Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T15:29:19.229Z] prd-centos7-docker-4c-2g-6980 does not seem to be running inside a container [2020-10-20T15:29:19.276Z] $ 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_go-mod-configuration_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_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:29:22.104Z] $ docker top ff30509d590ef324137bcc5c41c76246aa9828efe262c8ad3a330eb3c7ae62a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:29:22.609Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T15:29:22.908Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T15:29:23.213Z] + ls /var/log/sa-host [2020-10-20T15:29:23.213Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T15:29:23.213Z] file_magic: OK [2020-10-20T15:29:23.213Z] HZ: Using current value: 100 [2020-10-20T15:29:23.213Z] file_header: OK [2020-10-20T15:29:23.213Z] 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:29:23.213Z] Statistics: [2020-10-20T15:29:23.213Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:29:23.213Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T15:29:23.213Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T15:29:23.213Z] file_magic: OK [2020-10-20T15:29:23.213Z] HZ: Using current value: 100 [2020-10-20T15:29:23.213Z] file_header: OK [2020-10-20T15:29:23.213Z] 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:29:23.213Z] Statistics: [2020-10-20T15:29:23.213Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:29:23.213Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:29:23.427Z] provisioning config files... [2020-10-20T15:29:23.443Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3086453205776819648tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:29:23.526Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:23.825Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T15:29:23.834Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T15:29:23.930Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:24.231Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T15:29:24.242Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:24.540Z] ---> sudo-logs.sh [2020-10-20T15:29:24.540Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T15:29:24.550Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:24.850Z] ---> job-cost.sh [2020-10-20T15:29:24.851Z] lf-activate-venv: SKIPPING [2020-10-20T15:29:24.851Z] INFO: No Stack... [2020-10-20T15:29:26.243Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T15:29:26.506Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T15:29:26.521Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:26.821Z] ---> logs-deploy.sh [2020-10-20T15:29:26.821Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/10 [2020-10-20T15:29:26.821Z] INFO: archiving workspace using pattern(s): [2020-10-20T15:29:28.744Z] Archives upload complete. [2020-10-20T15:29:28.744Z] INFO: archiving logs to Nexus