Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88f5a8e7ee276a7f7d40bda287035809111e96f6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26278 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 88f5a8e7ee276a7f7d40bda287035809111e96f6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 88f5a8e7ee276a7f7d40bda287035809111e96f6 # timeout=10 Commit message: "Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3" > git rev-list --no-walk 89cbc69eb2b3b10f4b843e0271303c60071a240d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:02:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:02:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:02:09 ========================================================= 13:02:09 EdgeX Global Pipelines Version Info 13:02:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:02:10 ------------------- 13:02:10 stable info: 13:02:10 ------------------- 13:02:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:02:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:02:10 Message: update stable to v1.0.179 13:02:11 ------------------- 13:02:11 experimental info: 13:02:11 ------------------- 13:02:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:02:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:02:11 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:02:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 13:02:11 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 13:02:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:02:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:02:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:02:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:02:14 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:02:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:02:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:02:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:02:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] echo 13:02:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88f5a8e [Pipeline] echo 13:02:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:02:15 + git log --format=format:%s -1 88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] echo 13:02:15 GIT_COMMIT: 88f5a8e7ee276a7f7d40bda287035809111e96f6, Commit Message: Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3 [Pipeline] echo 13:02:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:02:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:16 13:02:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:02:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:16 latest: Pulling from edgex-devops/git-semver 13:02:16 31603596830f: Pulling fs layer 13:02:16 2a8b12db71e7: Pulling fs layer 13:02:16 6ca5941a6612: Pulling fs layer 13:02:16 ecc8261a40a4: Pulling fs layer 13:02:16 ecc8261a40a4: Waiting 13:02:16 2a8b12db71e7: Verifying Checksum 13:02:16 2a8b12db71e7: Download complete 13:02:17 31603596830f: Verifying Checksum 13:02:17 31603596830f: Download complete 13:02:17 ecc8261a40a4: Verifying Checksum 13:02:17 ecc8261a40a4: Download complete 13:02:17 6ca5941a6612: Verifying Checksum 13:02:17 6ca5941a6612: Download complete 13:02:17 31603596830f: Pull complete 13:02:17 2a8b12db71e7: Pull complete 13:02:18 6ca5941a6612: Pull complete 13:02:19 ecc8261a40a4: Pull complete 13:02:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:02:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:02:19 prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container 13:02:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 13:02:20 $ docker top 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:02:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:02:21 [ssh-agent] Looking for ssh-agent implementation... 13:02:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:02:21 $ docker exec 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent 13:02:21 SSH_AUTH_SOCK=/tmp/ssh-F9QCfZtlMt7a/agent.11 13:02:21 SSH_AGENT_PID=17 13:02:21 Running ssh-add (command line suppressed) 13:02:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4915148534965309657.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4915148534965309657.key) 13:02:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:02:22 + git tag --points-at HEAD [Pipeline] } 13:02:22 $ docker exec --env ******** --env ******** 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent -k 13:02:22 unset SSH_AUTH_SOCK; 13:02:22 unset SSH_AGENT_PID; 13:02:22 echo Agent pid 17 killed; 13:02:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:02:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:02:22 [ssh-agent] Looking for ssh-agent implementation... 13:02:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:02:23 $ docker exec 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent 13:02:23 SSH_AUTH_SOCK=/tmp/ssh-2XGOu7LdqmJH/agent.48 13:02:23 SSH_AGENT_PID=53 13:02:23 Running ssh-add (command line suppressed) 13:02:23 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4724215720041784706.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4724215720041784706.key) 13:02:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:02:23 + git semver init 13:02:23 # -> Open(): unable to determine branch for HEAD 13:02:23 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 13:02:23 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 13:02:23 # $SEMVER_REMOTE_NAME = origin 13:02:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:02:23 # $SEMVER_USER_NAME = edgex-jenkins 13:02:23 # $SEMVER_BRANCH = master 13:02:23 # $SEMVER_TEMP = /tmp/semver-279725086 13:02:23 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 13:02:23 # '/tmp/semver-279725086' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 13:02:24 # -> Force: false 13:02:24 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 13:02:24 $ docker exec --env ******** --env ******** 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent -k 13:02:24 unset SSH_AUTH_SOCK; 13:02:24 unset SSH_AGENT_PID; 13:02:24 echo Agent pid 53 killed; 13:02:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:02:24 + git semver [Pipeline] } 13:02:24 $ docker stop --time=1 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 13:02:26 $ docker rm -f 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 [Pipeline] // withDockerContainer [Pipeline] sh 13:02:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:02:27 Stashed 1 file(s) [Pipeline] echo 13:02:27 [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [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 13:02:43 Still waiting to schedule task 13:02:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:02:43 Still waiting to schedule task 13:02:43 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26276’ is offline 13:04:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26280 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 13:04:23 Running in /w/workspace/go-mod-bootstrap/87 [Pipeline] { [Pipeline] checkout 13:04:29 using credential edgex-jenkins-ssh 13:04:29 Cloning the remote Git repository 13:04:29 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 13:04:29 > git init /w/workspace/go-mod-bootstrap/87 # timeout=10 13:04:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 13:04:29 > git --version # timeout=10 13:04:29 > git --version # 'git version 2.17.1' 13:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 13:04:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:04:30 Checking out Revision 88f5a8e7ee276a7f7d40bda287035809111e96f6 (master) 13:04:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 13:04:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:04:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 13:04:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 13:04:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:04:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:04:31 > git config core.sparsecheckout # timeout=10 13:04:31 > git checkout -f 88f5a8e7ee276a7f7d40bda287035809111e96f6 # timeout=10 13:04:35 Commit message: "Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:04:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:04:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:04:37 + sudo service docker restart 13:04:37 + true [Pipeline] unstash [Pipeline] echo 13:04:40 ========================================================= 13:04:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:04:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:04:41 + 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 . 13:04:42 Sending build context to Docker daemon 687.1kB 13:04:42 Step 1/8 : ARG BASE=golang:1.15-alpine 13:04:42 Step 2/8 : FROM ${BASE} 13:04:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:04:42 5f621e34cdf4: Pulling fs layer 13:04:42 a4357932f1b6: Pulling fs layer 13:04:42 18c013af1878: Pulling fs layer 13:04:42 00ac8860ef70: Pulling fs layer 13:04:42 63d7cb157983: Pulling fs layer 13:04:42 b116817d02f9: Pulling fs layer 13:04:42 745a02a5169b: Pulling fs layer 13:04:42 00ac8860ef70: Waiting 13:04:42 63d7cb157983: Waiting 13:04:42 b116817d02f9: Waiting 13:04:42 745a02a5169b: Waiting 13:04:42 18c013af1878: Verifying Checksum 13:04:42 18c013af1878: Download complete 13:04:42 a4357932f1b6: Download complete 13:04:42 63d7cb157983: Verifying Checksum 13:04:42 63d7cb157983: Download complete 13:04:42 b116817d02f9: Download complete 13:04:42 5f621e34cdf4: Verifying Checksum 13:04:42 5f621e34cdf4: Download complete 13:04:43 5f621e34cdf4: Pull complete 13:04:44 a4357932f1b6: Pull complete 13:04:44 18c013af1878: Pull complete 13:04:46 745a02a5169b: Verifying Checksum 13:04:46 745a02a5169b: Download complete 13:04:46 00ac8860ef70: Verifying Checksum 13:04:46 00ac8860ef70: Download complete 13:04:57 00ac8860ef70: Pull complete 13:04:57 63d7cb157983: Pull complete 13:04:57 b116817d02f9: Pull complete 13:05:01 745a02a5169b: Pull complete 13:05:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:05:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:05:01 ---> b7e6874047d6 13:05:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:05:04 ---> Running in b8146167bc90 13:05:04 Removing intermediate container b8146167bc90 13:05:04 ---> 3605ab5642ff 13:05:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:05:04 ---> Running in c5ee5152205f 13:05:06 Removing intermediate container c5ee5152205f 13:05:06 ---> b6a2de247965 13:05:06 Step 5/8 : RUN apk add --update --no-cache git make 13:05:06 ---> Running in 453a666a1255 13:05:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:09 OK: 142 MiB in 39 packages 13:05:10 Removing intermediate container 453a666a1255 13:05:10 ---> 48d9514815ce 13:05:10 Step 6/8 : WORKDIR /build 13:05:10 ---> Running in 715f2129d4e9 13:05:11 Removing intermediate container 715f2129d4e9 13:05:11 ---> 7062c90ffe19 13:05:11 Step 7/8 : COPY go.mod . 13:05:11 ---> aadb751ff4a1 13:05:11 Step 8/8 : RUN go mod download 13:05:11 ---> Running in 8ef1cde25c06 13:05:28 Running on prd-centos7-docker-4c-2g-26285 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 13:05:28 Running in /w/workspace/go-mod-bootstrap/87 [Pipeline] { [Pipeline] checkout 13:05:31 using credential edgex-jenkins-ssh 13:05:31 Cloning the remote Git repository 13:05:31 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 13:05:31 > git init /w/workspace/go-mod-bootstrap/87 # timeout=10 13:05:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 13:05:31 > git --version # timeout=10 13:05:31 > git --version # 'git version 2.24.3' 13:05:31 using GIT_SSH to set credentials SSH Credentials for GitHub 13:05:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:05:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 13:05:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:05:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 13:05:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 13:05:31 using GIT_SSH to set credentials SSH Credentials for GitHub 13:05:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:05:32 Checking out Revision 88f5a8e7ee276a7f7d40bda287035809111e96f6 (master) 13:05:32 > git config core.sparsecheckout # timeout=10 13:05:32 > git checkout -f 88f5a8e7ee276a7f7d40bda287035809111e96f6 # timeout=10 13:05:34 Removing intermediate container 8ef1cde25c06 13:05:34 ---> effa7516a7c1 13:05:34 Successfully built effa7516a7c1 13:05:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:05:34 + docker inspect -f . ci-base-image-arm64 13:05:34 . [Pipeline] withDockerContainer 13:05:35 prd-ubuntu18.04-docker-arm64-4c-16g-26280 does not seem to be running inside a container 13:05:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:05:36 Commit message: "Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3" 13:05:36 $ docker top d6795caa807ae3333a17bdf793f07ffad6dc7af061df6bca469688ac6bfcaf8a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:05:37 + go version 13:05:37 go version go1.15.5 linux/arm64 [Pipeline] } 13:05:37 $ docker stop --time=1 d6795caa807ae3333a17bdf793f07ffad6dc7af061df6bca469688ac6bfcaf8a 13:05:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 13:05:39 $ docker rm -f d6795caa807ae3333a17bdf793f07ffad6dc7af061df6bca469688ac6bfcaf8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 13:05:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:05:40 + sudo service docker restart 13:05:40 + true 13:05:40 Redirecting to /bin/systemctl restart docker.service 13:05:41 + docker inspect -f . ci-base-image-arm64 13:05:41 . [Pipeline] withDockerContainer 13:05:41 prd-ubuntu18.04-docker-arm64-4c-16g-26280 does not seem to be running inside a container 13:05:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:05:42 $ docker top ff9af6289c1620f80f8fe4c8bf8ac8156e19ae36d4de030715b2dd2ea69d1fb1 -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo 13:05:43 ========================================================= 13:05:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:05:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:05:43 + 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 . 13:05:44 + make test 13:05:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:05:44 Sending build context to Docker daemon 688.1kB 13:05:44 Step 1/8 : ARG BASE=golang:1.15-alpine 13:05:44 Step 2/8 : FROM ${BASE} 13:05:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:05:44 188c0c94c7c5: Pulling fs layer 13:05:44 0ef7d3d256c8: Pulling fs layer 13:05:44 de9db76c5a1d: Pulling fs layer 13:05:44 bca2f99d35d6: Pulling fs layer 13:05:44 93359f2a8cfa: Pulling fs layer 13:05:44 7c6f9722023f: Pulling fs layer 13:05:44 a35cf1a2eb13: Pulling fs layer 13:05:44 93359f2a8cfa: Waiting 13:05:44 7c6f9722023f: Waiting 13:05:44 a35cf1a2eb13: Waiting 13:05:44 bca2f99d35d6: Waiting 13:05:44 de9db76c5a1d: Verifying Checksum 13:05:44 de9db76c5a1d: Download complete 13:05:44 0ef7d3d256c8: Verifying Checksum 13:05:44 0ef7d3d256c8: Download complete 13:05:44 93359f2a8cfa: Verifying Checksum 13:05:44 93359f2a8cfa: Download complete 13:05:44 7c6f9722023f: Verifying Checksum 13:05:44 7c6f9722023f: Download complete 13:05:44 188c0c94c7c5: Verifying Checksum 13:05:44 188c0c94c7c5: Download complete 13:05:44 188c0c94c7c5: Pull complete 13:05:44 0ef7d3d256c8: Pull complete 13:05:45 de9db76c5a1d: Pull complete 13:05:46 a35cf1a2eb13: Verifying Checksum 13:05:46 a35cf1a2eb13: Download complete 13:05:47 bca2f99d35d6: Download complete 13:05:52 bca2f99d35d6: Pull complete 13:05:52 93359f2a8cfa: Pull complete 13:05:52 7c6f9722023f: Pull complete 13:05:57 a35cf1a2eb13: Pull complete 13:05:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:05:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:05:57 ---> a62c8e92a672 13:05:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:05:57 ---> Running in 27c0d6a62677 13:05:57 Removing intermediate container 27c0d6a62677 13:05:57 ---> fb18ed994404 13:05:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:05:57 ---> Running in 5eb675859d87 13:05:59 Removing intermediate container 5eb675859d87 13:05:59 ---> 61f74adf17d4 13:05:59 Step 5/8 : RUN apk add --update --no-cache git make 13:05:59 ---> Running in 4929dae4b9dd 13:05:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:06:00 OK: 166 MiB in 39 packages 13:06:01 Removing intermediate container 4929dae4b9dd 13:06:01 ---> 17af56e603ed 13:06:01 Step 6/8 : WORKDIR /build 13:06:01 ---> Running in ffa7053529fa 13:06:01 Removing intermediate container ffa7053529fa 13:06:01 ---> 3aaa4b17d233 13:06:01 Step 7/8 : COPY go.mod . 13:06:01 ---> 5aff08d63a11 13:06:01 Step 8/8 : RUN go mod download 13:06:01 ---> Running in 93d4c0cfa2bc 13:06:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 13:06:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.017s coverage: 9.0% of statements 13:06:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 13:06:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.028s coverage: 92.2% of statements 13:06:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.021s coverage: 85.3% of statements 13:06:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.043s coverage: 34.3% of statements 13:06:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 13:06:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 13:06:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.024s coverage: 18.2% of statements 13:06:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.038s coverage: 95.3% of statements 13:06:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 13:06:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 13:06:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.010s coverage: 91.3% of statements 13:06:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 13:06:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:06:23 Removing intermediate container 93d4c0cfa2bc 13:06:23 ---> 26916e35f28d 13:06:23 Successfully built 26916e35f28d 13:06:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:06:24 + docker inspect -f . ci-base-image-x86_64 13:06:24 . [Pipeline] withDockerContainer 13:06:24 prd-centos7-docker-4c-2g-26285 does not seem to be running inside a container 13:06:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:06:25 $ docker top ba935d3d91efbb9fc9a94f4e92a51dd4bdf0b3749107704550d1f8f18b3acf3b -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:25 + go version 13:06:25 go version go1.15.5 linux/amd64 [Pipeline] } 13:06:25 $ docker stop --time=1 ba935d3d91efbb9fc9a94f4e92a51dd4bdf0b3749107704550d1f8f18b3acf3b 13:06:27 $ docker rm -f ba935d3d91efbb9fc9a94f4e92a51dd4bdf0b3749107704550d1f8f18b3acf3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:28 + docker inspect -f . ci-base-image-x86_64 13:06:28 . [Pipeline] withDockerContainer 13:06:28 prd-centos7-docker-4c-2g-26285 does not seem to be running inside a container 13:06:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:06:28 $ docker top 2fc667a1fa305605983bd22483b3193867c6f4525d55ff235b9440b4a22ea09c -eo pid,comm 13:06:28 gofmt -l . 13:06:28 [ "`gofmt -l .`" = "" ] [Pipeline] { [Pipeline] } 13:06:29 $ docker stop --time=1 ff9af6289c1620f80f8fe4c8bf8ac8156e19ae36d4de030715b2dd2ea69d1fb1 13:06:31 $ docker rm -f ff9af6289c1620f80f8fe4c8bf8ac8156e19ae36d4de030715b2dd2ea69d1fb1 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 13:06:32 + make test 13:06:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:06:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:06:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:06:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 13:06:42 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.042s coverage: 9.0% of statements 13:06:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 13:06:42 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.013s coverage: 92.2% of statements 13:06:42 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.013s coverage: 85.3% of statements 13:06:44 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.019s coverage: 34.3% of statements 13:06:44 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 13:06:44 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 13:06:44 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.012s coverage: 18.2% of statements 13:06:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.010s coverage: 95.3% of statements 13:06:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 13:06:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 13:06:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements 13:06:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 13:06:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:06:50 gofmt -l . 13:06:50 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:06:50 $ docker stop --time=1 2fc667a1fa305605983bd22483b3193867c6f4525d55ff235b9440b4a22ea09c 13:06:52 $ docker rm -f 2fc667a1fa305605983bd22483b3193867c6f4525d55ff235b9440b4a22ea09c [Pipeline] // withDockerContainer [Pipeline] sh 13:06:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:06:53 Warning: overwriting stash ‘coverage-report’ 13:06:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 13:06:55 provisioning config files... 13:06:55 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8456714437206947644tmp [Pipeline] { [Pipeline] sh 13:06:56 + set +x 13:06:56 + curl -s https://codecov.io/bash 13:06:56 + bash -s -- 13:06:56 13:06:56 _____ _ 13:06:56 / ____| | | 13:06:56 | | ___ __| | ___ ___ _____ __ 13:06:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:06:56 | |___| (_) | (_| | __/ (_| (_) \ V / 13:06:56 \_____\___/ \__,_|\___|\___\___/ \_/ 13:06:56 Bash-20210129-7c25fce 13:06:56 13:06:56 13:06:56 ==> git version 2.24.3 found 13:06:56 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 13:06:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:06:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:06:56 ==> Jenkins CI detected. 13:06:56 project root: . 13:06:56 --> token set from env 13:06:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:06:56 ==> Running gcov in . (disable via -X gcov) 13:06:56 ==> Python coveragepy not found 13:06:56 ==> Searching for coverage reports in: 13:06:56 + . 13:06:56 -> Found 1 reports 13:06:56 ==> Detecting git/mercurial file structure 13:06:56 ==> Reading reports 13:06:56 + ./coverage.out bytes=26895 13:06:56 ==> Appending adjustments 13:06:56 https://docs.codecov.io/docs/fixing-reports 13:06:56 + Found adjustments 13:06:56 ==> Gzipping contents 13:06:56 8.0K /tmp/codecov.xZJQ1f.gz 13:06:56 ==> Uploading reports 13:06:56 url: https://codecov.io 13:06:56 query: branch=master&commit=88f5a8e7ee276a7f7d40bda287035809111e96f6&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 13:06:56 -> Pinging Codecov 13:06:56 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=88f5a8e7ee276a7f7d40bda287035809111e96f6&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 13:06:56 -> Uploading to 13:06:56 https://storage.googleapis.com/codecov/v4/raw/2021-02-12/833815588EE85121546D348822E98E2E/88f5a8e7ee276a7f7d40bda287035809111e96f6/9c319ac4-ba3b-4527-9d9c-9d61546524d4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T130656Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c86afc6f440b8e459637e4343075b4b9950063158efe6a7b860ce11f998a287c 13:06:56 % Total % Received % Xferd Average Speed Time Time Time Current 13:06:56 Dload Upload Total Spent Left Speed 13:06:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5084 0 0 100 5084 0 11529 --:--:-- --:--:-- --:--:-- 11554 13:06:57 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] } 13:06:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:06:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:06:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:06:58 13:06:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 13:06:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:06:59 1.410.4: Pulling from edgex-devops/edgex-snyk-go 13:06:59 188c0c94c7c5: Pulling fs layer 13:06:59 0ef7d3d256c8: Pulling fs layer 13:06:59 de9db76c5a1d: Pulling fs layer 13:06:59 0eba1c9be4d2: Pulling fs layer 13:06:59 0d57e429df01: Pulling fs layer 13:06:59 4e4be7b47b0d: Pulling fs layer 13:06:59 e1f770b5df2f: Pulling fs layer 13:06:59 85a0685a4137: Pulling fs layer 13:06:59 0d57e429df01: Waiting 13:06:59 4e4be7b47b0d: Waiting 13:06:59 0eba1c9be4d2: Waiting 13:06:59 e1f770b5df2f: Waiting 13:06:59 85a0685a4137: Waiting 13:06:59 de9db76c5a1d: Verifying Checksum 13:06:59 de9db76c5a1d: Download complete 13:06:59 0ef7d3d256c8: Verifying Checksum 13:06:59 0ef7d3d256c8: Download complete 13:06:59 0d57e429df01: Download complete 13:06:59 4e4be7b47b0d: Verifying Checksum 13:06:59 4e4be7b47b0d: Download complete 13:06:59 188c0c94c7c5: Verifying Checksum 13:06:59 188c0c94c7c5: Pull complete 13:06:59 0ef7d3d256c8: Pull complete 13:06:59 de9db76c5a1d: Pull complete 13:06:59 e1f770b5df2f: Download complete 13:07:02 0eba1c9be4d2: Verifying Checksum 13:07:02 0eba1c9be4d2: Download complete 13:07:02 85a0685a4137: Verifying Checksum 13:07:02 85a0685a4137: Download complete 13:07:07 0eba1c9be4d2: Pull complete 13:07:07 0d57e429df01: Pull complete 13:07:07 4e4be7b47b0d: Pull complete 13:07:13 e1f770b5df2f: Pull complete 13:07:19 85a0685a4137: Pull complete 13:07:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 13:07:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:07:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 13:07:20 prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container 13:07:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 13:07:21 $ docker top 2454183b860bda395976973a309e5a2e53b965839b5f68bb8558b65694c8c297 -eo pid,comm [Pipeline] { [Pipeline] echo 13:07:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 13:07:21 + set -o pipefail 13:07:21 + snyk monitor '--org=edgex-jenkins' 13:07:28 13:07:28 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 13:07:28 13:07:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/bfee52a4-27eb-478c-b298-18e600a03a36 13:07:28 13:07:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:07:28 13:07:28 [Pipeline] } 13:07:28 $ docker stop --time=1 2454183b860bda395976973a309e5a2e53b965839b5f68bb8558b65694c8c297 13:07:30 $ docker rm -f 2454183b860bda395976973a309e5a2e53b965839b5f68bb8558b65694c8c297 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) 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 13:07:33 + git log --format=format:%s -1 88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] isUnix [Pipeline] sh 13:07:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:07:33 . [Pipeline] withDockerContainer 13:07:33 prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container 13:07:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:07:34 $ docker top 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:07:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:07:34 [ssh-agent] Looking for ssh-agent implementation... 13:07:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:07:34 $ docker exec 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 ssh-agent 13:07:35 SSH_AUTH_SOCK=/tmp/ssh-NY8V02Z0Y4eE/agent.11 13:07:35 SSH_AGENT_PID=17 13:07:35 Running ssh-add (command line suppressed) 13:07:35 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3459259628051119779.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3459259628051119779.key) 13:07:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:07:35 + git semver tag 13:07:35 # -> Open(): unable to determine branch for HEAD 13:07:35 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 13:07:35 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 13:07:35 # $SEMVER_REMOTE_NAME = origin 13:07:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:07:35 # $SEMVER_USER_NAME = edgex-jenkins 13:07:35 # $SEMVER_BRANCH = master 13:07:35 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 13:07:35 # 88f5a8e7ee276a7f7d40bda287035809111e96f6 HEAD 13:07:35 # -> Force: false 13:07:35 # 60ea60cd0955e9a090275a4f7be29ab5ab7073bd refs/tags/v2.0.0-dev.11 [Pipeline] } 13:07:35 $ docker exec --env ******** --env ******** 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 ssh-agent -k 13:07:35 unset SSH_AUTH_SOCK; 13:07:35 unset SSH_AGENT_PID; 13:07:35 echo Agent pid 17 killed; 13:07:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:07:36 + git semver [Pipeline] } 13:07:36 $ docker stop --time=1 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 13:07:37 $ docker rm -f 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 13:07:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:07:38 13:07:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 13:07:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:07:39 0.23.1-centos7: Pulling from edgex-lftools 13:07:39 ab5ef0e58194: Pulling fs layer 13:07:39 9712f1f96733: Pulling fs layer 13:07:39 63f879dbbcfc: Pulling fs layer 13:07:39 0d9ebad4ef96: Pulling fs layer 13:07:39 e9a5061849ea: Pulling fs layer 13:07:39 d747dcd14b5f: Pulling fs layer 13:07:39 2de7ff778b66: Pulling fs layer 13:07:39 e9a5061849ea: Waiting 13:07:39 d747dcd14b5f: Waiting 13:07:39 2de7ff778b66: Waiting 13:07:39 0d9ebad4ef96: Waiting 13:07:39 9712f1f96733: Verifying Checksum 13:07:39 9712f1f96733: Download complete 13:07:41 63f879dbbcfc: Verifying Checksum 13:07:41 63f879dbbcfc: Download complete 13:07:41 e9a5061849ea: Verifying Checksum 13:07:41 e9a5061849ea: Download complete 13:07:41 d747dcd14b5f: Verifying Checksum 13:07:41 d747dcd14b5f: Download complete 13:07:42 2de7ff778b66: Verifying Checksum 13:07:42 2de7ff778b66: Download complete 13:07:42 0d9ebad4ef96: Verifying Checksum 13:07:42 0d9ebad4ef96: Download complete 13:07:43 ab5ef0e58194: Verifying Checksum 13:07:43 ab5ef0e58194: Download complete 13:07:48 ab5ef0e58194: Pull complete 13:07:48 9712f1f96733: Pull complete 13:07:50 63f879dbbcfc: Pull complete 13:07:57 0d9ebad4ef96: Pull complete 13:07:59 e9a5061849ea: Pull complete 13:07:59 d747dcd14b5f: Pull complete 13:08:01 2de7ff778b66: Pull complete 13:08:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:08:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:08:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 13:08:01 prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container 13:08:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 13:08:05 $ docker top 6c92da53e91d8377d9f2227d2ee015e331043259620cc2da0af56d99aea0e397 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:08:05 provisioning config files... 13:08:05 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8515412983690311186tmp 13:08:05 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8827209876745893462tmp 13:08:05 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6000839456949323501tmp [Pipeline] { [Pipeline] echo 13:08:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:08:05 ---> sigul-configuration.sh 13:08:05 gpg: directory `/root/.gnupg' created 13:08:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:08:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:08:05 gpg: keyring `/root/.gnupg/secring.gpg' created 13:08:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:08:05 gpg: CAST5 encrypted data 13:08:06 gpg: encrypted with 1 passphrase 13:08:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:08:06 + mkdir /home/jenkins 13:08:06 + mkdir /home/jenkins/sigul [Pipeline] sh 13:08:06 + 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 13:08:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:08:06 ---> sigul-install.sh 13:08:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 13:08:15 + git tag --list 13:08:15 v0.0.1 13:08:15 v0.0.10 13:08:15 v0.0.11 13:08:15 v0.0.12 13:08:15 v0.0.13 13:08:15 v0.0.14 13:08:15 v0.0.15 13:08:15 v0.0.16 13:08:15 v0.0.17 13:08:15 v0.0.18 13:08:15 v0.0.19 13:08:15 v0.0.2 13:08:15 v0.0.20 13:08:15 v0.0.21 13:08:15 v0.0.22 13:08:15 v0.0.23 13:08:15 v0.0.24 13:08:15 v0.0.25 13:08:15 v0.0.26 13:08:15 v0.0.27 13:08:15 v0.0.28 13:08:15 v0.0.29 13:08:15 v0.0.3 13:08:15 v0.0.30 13:08:15 v0.0.31 13:08:15 v0.0.32 13:08:15 v0.0.33 13:08:15 v0.0.34 13:08:15 v0.0.35 13:08:15 v0.0.36 13:08:15 v0.0.37 13:08:15 v0.0.38 13:08:15 v0.0.39 13:08:15 v0.0.4 13:08:15 v0.0.40 13:08:15 v0.0.41 13:08:15 v0.0.42 13:08:15 v0.0.43 13:08:15 v0.0.44 13:08:15 v0.0.45 13:08:15 v0.0.46 13:08:15 v0.0.47 13:08:15 v0.0.48 13:08:15 v0.0.49 13:08:15 v0.0.5 13:08:15 v0.0.50 13:08:15 v0.0.51 13:08:15 v0.0.52 13:08:15 v0.0.53 13:08:15 v0.0.54 13:08:15 v0.0.55 13:08:15 v0.0.56 13:08:15 v0.0.57 13:08:15 v0.0.58 13:08:15 v0.0.59 13:08:15 v0.0.6 13:08:15 v0.0.60 13:08:15 v0.0.61 13:08:15 v0.0.62 13:08:15 v0.0.63 13:08:15 v0.0.64 13:08:15 v0.0.65 13:08:15 v0.0.66 13:08:15 v0.0.67 13:08:15 v0.0.68 13:08:15 v0.0.69 13:08:15 v0.0.7 13:08:15 v0.0.70 13:08:15 v0.0.71 13:08:15 v0.0.72 13:08:15 v0.0.8 13:08:15 v0.0.9 13:08:15 v2.0.0-dev.1 13:08:15 v2.0.0-dev.10 13:08:15 v2.0.0-dev.11 13:08:15 v2.0.0-dev.2 13:08:15 v2.0.0-dev.3 13:08:15 v2.0.0-dev.4 13:08:15 v2.0.0-dev.5 13:08:15 v2.0.0-dev.6 13:08:15 v2.0.0-dev.7 13:08:15 v2.0.0-dev.8 13:08:15 v2.0.0-dev.9 [Pipeline] sh 13:08:15 + lftools sign git-tag v2.0.0-dev.11 13:08:17 Signing Git tag with Sigul... 13:08:17 Signing v2.0.0-dev.11 [Pipeline] echo 13:08:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:08:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:08:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:08:18 $ docker stop --time=1 6c92da53e91d8377d9f2227d2ee015e331043259620cc2da0af56d99aea0e397 13:08:20 $ docker rm -f 6c92da53e91d8377d9f2227d2ee015e331043259620cc2da0af56d99aea0e397 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 13:08:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:21 . [Pipeline] withDockerContainer 13:08:21 prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container 13:08:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:08:22 $ docker top 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:08:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:08:22 [ssh-agent] Looking for ssh-agent implementation... 13:08:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:08:22 $ docker exec 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 ssh-agent 13:08:22 SSH_AUTH_SOCK=/tmp/ssh-u14zUlqPjcYO/agent.12 13:08:22 SSH_AGENT_PID=17 13:08:22 Running ssh-add (command line suppressed) 13:08:22 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_560023502122733656.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_560023502122733656.key) 13:08:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:08:23 + git semver bump pre 13:08:23 # -> Open(): unable to determine branch for HEAD 13:08:23 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 13:08:23 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 13:08:23 # $SEMVER_REMOTE_NAME = origin 13:08:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:08:23 # $SEMVER_USER_NAME = edgex-jenkins 13:08:23 # $SEMVER_BRANCH = master 13:08:23 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 13:08:23 2.0.0-dev.12 [Pipeline] } 13:08:23 $ docker exec --env ******** --env ******** 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 ssh-agent -k 13:08:23 unset SSH_AUTH_SOCK; 13:08:23 unset SSH_AGENT_PID; 13:08:23 echo Agent pid 17 killed; 13:08:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:08:24 + git semver [Pipeline] } 13:08:24 $ docker stop --time=1 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 13:08:25 $ docker rm -f 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 13:08:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:25 . [Pipeline] withDockerContainer 13:08:26 prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container 13:08:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:08:26 $ docker top 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:08:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:08:27 [ssh-agent] Looking for ssh-agent implementation... 13:08:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:08:27 $ docker exec 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef ssh-agent 13:08:27 SSH_AUTH_SOCK=/tmp/ssh-uX65ENxRqyc5/agent.11 13:08:27 SSH_AGENT_PID=17 13:08:27 Running ssh-add (command line suppressed) 13:08:27 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4555187981126857553.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4555187981126857553.key) 13:08:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:08:28 + git semver push 13:08:28 # -> Open(): unable to determine branch for HEAD 13:08:28 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 13:08:28 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 13:08:28 # $SEMVER_REMOTE_NAME = origin 13:08:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:08:28 # $SEMVER_USER_NAME = edgex-jenkins 13:08:28 # $SEMVER_BRANCH = master 13:08:28 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 13:08:33 $ docker exec --env ******** --env ******** 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef ssh-agent -k 13:08:33 unset SSH_AUTH_SOCK; 13:08:33 unset SSH_AGENT_PID; 13:08:33 echo Agent pid 17 killed; 13:08:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:08:34 + git semver [Pipeline] } 13:08:34 $ docker stop --time=1 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef 13:08:35 $ docker rm -f 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef [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 13:08:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:08:37 ---> package-listing.sh 13:08:37 ++ facter osfamily 13:08:37 ++ tr '[:upper:]' '[:lower:]' 13:08:37 + OS_FAMILY=redhat 13:08:37 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 13:08:37 + START_PACKAGES=/tmp/packages_start.txt 13:08:37 + END_PACKAGES=/tmp/packages_end.txt 13:08:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:08:37 + PACKAGES=/tmp/packages_start.txt 13:08:37 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 13:08:37 + PACKAGES=/tmp/packages_end.txt 13:08:37 + case "${OS_FAMILY}" in 13:08:37 + rpm -qa 13:08:37 + sort 13:08:43 + '[' -f /tmp/packages_start.txt ']' 13:08:43 + '[' -f /tmp/packages_end.txt ']' 13:08:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:08:43 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 13:08:43 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 13:08:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 13:08:43 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:08:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:08:43 13:08:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:08:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:08:44 alpine: Pulling from edgex-lftools-log-publisher 13:08:44 df20fa9351a1: Pulling fs layer 13:08:44 36b3adc4ff6f: Pulling fs layer 13:08:44 8ad3a11d3b57: Pulling fs layer 13:08:44 46f8f816bc3b: Pulling fs layer 13:08:44 93b61091891f: Pulling fs layer 13:08:44 93b9cdb0e59b: Pulling fs layer 13:08:44 5e14af77c1be: Pulling fs layer 13:08:44 01666e4c0597: Pulling fs layer 13:08:44 aa168da1d23b: Pulling fs layer 13:08:44 93b61091891f: Waiting 13:08:44 93b9cdb0e59b: Waiting 13:08:44 5e14af77c1be: Waiting 13:08:44 01666e4c0597: Waiting 13:08:44 aa168da1d23b: Waiting 13:08:44 46f8f816bc3b: Waiting 13:08:44 36b3adc4ff6f: Download complete 13:08:44 46f8f816bc3b: Verifying Checksum 13:08:44 46f8f816bc3b: Download complete 13:08:44 df20fa9351a1: Verifying Checksum 13:08:44 93b9cdb0e59b: Verifying Checksum 13:08:44 93b9cdb0e59b: Download complete 13:08:44 5e14af77c1be: Verifying Checksum 13:08:44 5e14af77c1be: Download complete 13:08:44 01666e4c0597: Verifying Checksum 13:08:44 01666e4c0597: Download complete 13:08:44 93b61091891f: Verifying Checksum 13:08:44 93b61091891f: Download complete 13:08:44 8ad3a11d3b57: Verifying Checksum 13:08:44 8ad3a11d3b57: Download complete 13:08:44 df20fa9351a1: Pull complete 13:08:44 36b3adc4ff6f: Pull complete 13:08:46 aa168da1d23b: Download complete 13:08:46 8ad3a11d3b57: Pull complete 13:08:46 46f8f816bc3b: Pull complete 13:08:47 93b61091891f: Pull complete 13:08:47 93b9cdb0e59b: Pull complete 13:08:47 5e14af77c1be: Pull complete 13:08:47 01666e4c0597: Pull complete 13:08:54 aa168da1d23b: Pull complete 13:08:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:08:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:08:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:08:54 prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container 13:08:54 $ 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:08:57 $ docker top 2a283d185b072fe67b2ece9b5d12246edb70f4ae481c11f452d8e6f8bb52fd2d -eo pid,comm [Pipeline] { [Pipeline] sh 13:08:58 + touch /tmp/pre-build-complete [Pipeline] sh 13:08:58 + mkdir -p /var/log/sa [Pipeline] sh 13:08:58 + ls /var/log/sa-host 13:08:58 + sadf -c /var/log/sa-host/sa12 13:08:58 file_magic: OK 13:08:58 HZ: Using current value: 100 13:08:58 file_header: OK 13:08:58 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 13:08:58 Statistics: 13:08:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:08:58 File successfully converted to sysstat format version 12.2.1 13:08:58 + sadf -c /var/log/sa-host/sa23 13:08:58 file_magic: OK 13:08:58 HZ: Using current value: 100 13:08:58 file_header: OK 13:08:58 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 13:08:58 Statistics: 13:08:58 Hnuu...uuuununununu... 13:08:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:08:59 provisioning config files... 13:08:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3745255928133929091tmp [Pipeline] { [Pipeline] echo 13:08:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:08:59 ---> create-netrc.sh [Pipeline] } 13:08:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:08:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:09:00 ---> python-tools-install.sh [Pipeline] echo 13:09:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:09:00 ---> sudo-logs.sh 13:09:00 Archiving 'sudo' log.. [Pipeline] echo 13:09:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:09:00 ---> job-cost.sh 13:09:00 lf-activate-venv: SKIPPING 13:09:00 INFO: No Stack... 13:09:02 INFO: Retrieving Pricing Info for: v1-standard-2 13:09:02 INFO: Archiving Costs [Pipeline] echo 13:09:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:09:02 ---> logs-deploy.sh 13:09:02 lf-activate-venv: SKIPPING 13:09:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/87 13:09:02 INFO: archiving workspace using pattern(s): 13:09:04 Archives upload complete. 13:09:04 INFO: archiving logs to Nexus 13:09:05 ---> uname -a: 13:09:05 Linux prd-centos7-docker-4c-2g-26278.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:09:05 13:09:05