Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff8e38cd7a7f1047cb37f365e7276d029b93ae77 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, 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-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: patch 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18221 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 Checking out Revision ff8e38cd7a7f1047cb37f365e7276d029b93ae77 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ff8e38cd7a7f1047cb37f365e7276d029b93ae77 # timeout=10 Commit message: "feat: Enhance Timer to be used for timed loops beyond bootstrapping (#141)" > git rev-list --no-walk 9cbc3d877318aa4947bc8f048b3fffce2906225f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:54:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:54:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:54:26 ========================================================= 17:54:26 EdgeX Global Pipelines Version Info 17:54:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:54:28 ------------------- 17:54:28 stable info: 17:54:28 ------------------- 17:54:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:54:28 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:54:28 Message: update stable to v1.0.173 17:54:29 ------------------- 17:54:29 experimental info: 17:54:29 ------------------- 17:54:29 Commited By: **** collab-it+edgex@linuxfoundation.org 17:54:29 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:54:29 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:54:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 17:54:29 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 17:54:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:54:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:54:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:54:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:54:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff8e38cd7a7f1047cb37f365e7276d029b93ae77 [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff8e38c [Pipeline] echo 17:54:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:33 + git log --format=format:%s -1 ff8e38cd7a7f1047cb37f365e7276d029b93ae77 [Pipeline] echo 17:54:33 GIT_COMMIT: ff8e38cd7a7f1047cb37f365e7276d029b93ae77, Commit Message: feat: Enhance Timer to be used for timed loops beyond bootstrapping (#141) [Pipeline] echo 17:54:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:54:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:54:34 17:54:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:54:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:54:34 latest: Pulling from edgex-devops/git-semver 17:54:34 31603596830f: Pulling fs layer 17:54:34 2a8b12db71e7: Pulling fs layer 17:54:34 6ca5941a6612: Pulling fs layer 17:54:34 ecc8261a40a4: Pulling fs layer 17:54:34 ecc8261a40a4: Waiting 17:54:34 2a8b12db71e7: Verifying Checksum 17:54:34 2a8b12db71e7: Download complete 17:54:35 31603596830f: Verifying Checksum 17:54:35 31603596830f: Download complete 17:54:35 ecc8261a40a4: Verifying Checksum 17:54:35 ecc8261a40a4: Download complete 17:54:35 6ca5941a6612: Verifying Checksum 17:54:35 6ca5941a6612: Download complete 17:54:35 31603596830f: Pull complete 17:54:35 2a8b12db71e7: Pull complete 17:54:36 6ca5941a6612: Pull complete 17:54:36 ecc8261a40a4: Pull complete 17:54:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:54:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:54:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:54:37 prd-centos7-docker-4c-2g-18221 does not seem to be running inside a container 17:54:37 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:54:39 $ docker top 23d2b14d6eeb07acb37a3c7cfa1c1cc074f75860e3cec0a9e757f82c08c835bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:54:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:54:39 [ssh-agent] Looking for ssh-agent implementation... 17:54:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:54:39 $ docker exec 23d2b14d6eeb07acb37a3c7cfa1c1cc074f75860e3cec0a9e757f82c08c835bb ssh-agent 17:54:40 SSH_AUTH_SOCK=/tmp/ssh-abTeZmygR0dp/agent.12 17:54:40 SSH_AGENT_PID=18 17:54:40 Running ssh-add (command line suppressed) 17:54:40 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1838183800379569940.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1838183800379569940.key) 17:54:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:54:40 + git tag --points-at HEAD [Pipeline] } 17:54:40 $ docker exec --env ******** --env ******** 23d2b14d6eeb07acb37a3c7cfa1c1cc074f75860e3cec0a9e757f82c08c835bb ssh-agent -k 17:54:40 unset SSH_AUTH_SOCK; 17:54:40 unset SSH_AGENT_PID; 17:54:40 echo Agent pid 18 killed; 17:54:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:54:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:54:40 [ssh-agent] Looking for ssh-agent implementation... 17:54:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:54:41 $ docker exec 23d2b14d6eeb07acb37a3c7cfa1c1cc074f75860e3cec0a9e757f82c08c835bb ssh-agent 17:54:41 SSH_AUTH_SOCK=/tmp/ssh-6Nvtx6f3b1Tb/agent.48 17:54:41 SSH_AGENT_PID=54 17:54:41 Running ssh-add (command line suppressed) 17:54:41 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1611758990840885173.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1611758990840885173.key) 17:54:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:54:41 + git semver init 17:54:41 # -> Open(): unable to determine branch for HEAD 17:54:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:54:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:54:41 # $SEMVER_REMOTE_NAME = origin 17:54:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:54:41 # $SEMVER_USER_NAME = edgex-jenkins 17:54:41 # $SEMVER_BRANCH = master 17:54:41 # $SEMVER_TEMP = /tmp/semver-206457295 17:54:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 17:54:42 # '/tmp/semver-206457295' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 17:54:42 # -> Force: false 17:54:42 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:54:42 $ docker exec --env ******** --env ******** 23d2b14d6eeb07acb37a3c7cfa1c1cc074f75860e3cec0a9e757f82c08c835bb ssh-agent -k 17:54:42 unset SSH_AUTH_SOCK; 17:54:42 unset SSH_AGENT_PID; 17:54:42 echo Agent pid 54 killed; 17:54:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:54:43 + git semver [Pipeline] } 17:54:43 $ docker stop --time=1 23d2b14d6eeb07acb37a3c7cfa1c1cc074f75860e3cec0a9e757f82c08c835bb 17:54:44 $ docker rm -f 23d2b14d6eeb07acb37a3c7cfa1c1cc074f75860e3cec0a9e757f82c08c835bb [Pipeline] // withDockerContainer [Pipeline] sh 17:54:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:54:45 Stashed 1 file(s) [Pipeline] echo 17:54:45 [edgeXSemver]: initialized semver on version 0.0.67 [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 17:55:01 Still waiting to schedule task 17:55:01 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18223’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18220’ doesn’t have label ‘centos7-docker-4c-2g’ 17:55:01 Still waiting to schedule task 17:55:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:55:47 Running on prd-centos7-docker-4c-2g-18224 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:55:47 Running in /w/workspace/go-mod-bootstrap/71 [Pipeline] { [Pipeline] checkout 17:55:50 using credential edgex-jenkins-ssh 17:55:50 Cloning the remote Git repository 17:55:50 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:55:50 > git init /w/workspace/go-mod-bootstrap/71 # timeout=10 17:55:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:55:50 > git --version # timeout=10 17:55:50 > git --version # 'git version 2.24.3' 17:55:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:51 Checking out Revision ff8e38cd7a7f1047cb37f365e7276d029b93ae77 (master) 17:55:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:55:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:55:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:55:51 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:55:51 > git config core.sparsecheckout # timeout=10 17:55:51 > git checkout -f ff8e38cd7a7f1047cb37f365e7276d029b93ae77 # timeout=10 17:55:55 Commit message: "feat: Enhance Timer to be used for timed loops beyond bootstrapping (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:55:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:55:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:55:56 + true 17:55:56 + sudo service docker restart 17:55:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:55:58 ========================================================= 17:55:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:55:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:55:58 + 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 . 17:55:58 Sending build context to Docker daemon 636.4kB 17:55:58 Step 1/8 : ARG BASE=golang:1.15-alpine 17:55:58 Step 2/8 : FROM ${BASE} 17:55:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:55:59 188c0c94c7c5: Pulling fs layer 17:55:59 0ef7d3d256c8: Pulling fs layer 17:55:59 de9db76c5a1d: Pulling fs layer 17:55:59 bca2f99d35d6: Pulling fs layer 17:55:59 93359f2a8cfa: Pulling fs layer 17:55:59 7c6f9722023f: Pulling fs layer 17:55:59 a35cf1a2eb13: Pulling fs layer 17:55:59 93359f2a8cfa: Waiting 17:55:59 7c6f9722023f: Waiting 17:55:59 a35cf1a2eb13: Waiting 17:55:59 bca2f99d35d6: Waiting 17:55:59 de9db76c5a1d: Verifying Checksum 17:55:59 de9db76c5a1d: Download complete 17:55:59 0ef7d3d256c8: Download complete 17:55:59 93359f2a8cfa: Verifying Checksum 17:55:59 93359f2a8cfa: Download complete 17:55:59 7c6f9722023f: Download complete 17:55:59 188c0c94c7c5: Verifying Checksum 17:55:59 188c0c94c7c5: Download complete 17:55:59 188c0c94c7c5: Pull complete 17:55:59 0ef7d3d256c8: Pull complete 17:55:59 de9db76c5a1d: Pull complete 17:56:02 a35cf1a2eb13: Verifying Checksum 17:56:02 a35cf1a2eb13: Download complete 17:56:02 bca2f99d35d6: Download complete 17:56:07 bca2f99d35d6: Pull complete 17:56:07 93359f2a8cfa: Pull complete 17:56:07 7c6f9722023f: Pull complete 17:56:14 a35cf1a2eb13: Pull complete 17:56:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:56:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:56:14 ---> a62c8e92a672 17:56:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:56:14 ---> Running in 84922bb7789c 17:56:14 Removing intermediate container 84922bb7789c 17:56:14 ---> 3bb3a96fc5af 17:56:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:14 ---> Running in 55d19a8d94d7 17:56:15 Removing intermediate container 55d19a8d94d7 17:56:15 ---> 31afc8252525 17:56:15 Step 5/8 : RUN apk add --update --no-cache git make 17:56:15 ---> Running in 5c1940d63465 17:56:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:17 OK: 166 MiB in 39 packages 17:56:18 Removing intermediate container 5c1940d63465 17:56:18 ---> 33dfb2df94da 17:56:18 Step 6/8 : WORKDIR /build 17:56:18 ---> Running in f36af873bcbb 17:56:18 Removing intermediate container f36af873bcbb 17:56:18 ---> e1c809fb5257 17:56:18 Step 7/8 : COPY go.mod . 17:56:18 ---> d7b1d76cba4e 17:56:18 Step 8/8 : RUN go mod download 17:56:18 ---> Running in 13c301b84531 17:56:36 Removing intermediate container 13c301b84531 17:56:36 ---> 0b462a38ca14 17:56:36 Successfully built 0b462a38ca14 17:56:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:56:37 + docker inspect -f . ci-base-image-x86_64 17:56:37 . [Pipeline] withDockerContainer 17:56:37 prd-centos7-docker-4c-2g-18224 does not seem to be running inside a container 17:56:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/71 -v /w/workspace/go-mod-bootstrap/71:/w/workspace/go-mod-bootstrap/71:rw,z -v /w/workspace/go-mod-bootstrap/71@tmp:/w/workspace/go-mod-bootstrap/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:56:38 $ docker top 9b7c8cb70e6e08858454fea79fd380c0ab4c7b5e6f8210708e34e61bd5afca5a -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:38 + go version 17:56:38 go version go1.15.5 linux/amd64 [Pipeline] } 17:56:38 $ docker stop --time=1 9b7c8cb70e6e08858454fea79fd380c0ab4c7b5e6f8210708e34e61bd5afca5a 17:56:40 $ docker rm -f 9b7c8cb70e6e08858454fea79fd380c0ab4c7b5e6f8210708e34e61bd5afca5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:56:40 + docker inspect -f . ci-base-image-x86_64 17:56:40 . [Pipeline] withDockerContainer 17:56:41 prd-centos7-docker-4c-2g-18224 does not seem to be running inside a container 17:56:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/71 -v /w/workspace/go-mod-bootstrap/71:/w/workspace/go-mod-bootstrap/71:rw,z -v /w/workspace/go-mod-bootstrap/71@tmp:/w/workspace/go-mod-bootstrap/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:56:41 $ docker top 2ecb7151eacb8eb7136d476757002e4d8a8044a707604976e68b76599815fa55 -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:42 + make test 17:56:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:56:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:56:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.013s coverage: 9.0% of statements 17:56:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:56:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.012s coverage: 92.2% of statements 17:56:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.044s coverage: 85.3% of statements 17:56:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.014s coverage: 34.3% of statements 17:56:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:56:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 17:56:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.021s coverage: 18.2% of statements 17:56:55 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.008s coverage: 95.3% of statements 17:56:55 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:56:55 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:56:55 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.018s coverage: 91.3% of statements 17:56:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:56:57 gofmt -l . 17:56:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:56:57 $ docker stop --time=1 2ecb7151eacb8eb7136d476757002e4d8a8044a707604976e68b76599815fa55 17:57:00 $ docker rm -f 2ecb7151eacb8eb7136d476757002e4d8a8044a707604976e68b76599815fa55 [Pipeline] // withDockerContainer [Pipeline] sh 17:57:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:57:01 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] } 17:57:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18225 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:57:58 Running in /w/workspace/go-mod-bootstrap/71 [Pipeline] { [Pipeline] checkout 17:58:03 using credential edgex-jenkins-ssh 17:58:03 Cloning the remote Git repository 17:58:03 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:58:03 > git init /w/workspace/go-mod-bootstrap/71 # timeout=10 17:58:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:58:03 > git --version # timeout=10 17:58:03 > git --version # 'git version 2.17.1' 17:58:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:58:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:58:05 Checking out Revision ff8e38cd7a7f1047cb37f365e7276d029b93ae77 (master) 17:58:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:58:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:58:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:58:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:58:04 using GIT_SSH to set credentials SSH Credentials for GitHub 17:58:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:58:05 > git config core.sparsecheckout # timeout=10 17:58:05 > git checkout -f ff8e38cd7a7f1047cb37f365e7276d029b93ae77 # timeout=10 17:58:09 Commit message: "feat: Enhance Timer to be used for timed loops beyond bootstrapping (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:58:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:58:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:58:13 + sudo service docker restart 17:58:13 + true [Pipeline] unstash [Pipeline] echo 17:58:16 ========================================================= 17:58:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:58:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:58:16 + 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 . 17:58:17 Sending build context to Docker daemon 635.4kB 17:58:17 Step 1/8 : ARG BASE=golang:1.15-alpine 17:58:17 Step 2/8 : FROM ${BASE} 17:58:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:58:18 5f621e34cdf4: Pulling fs layer 17:58:18 a4357932f1b6: Pulling fs layer 17:58:18 18c013af1878: Pulling fs layer 17:58:18 00ac8860ef70: Pulling fs layer 17:58:18 63d7cb157983: Pulling fs layer 17:58:18 b116817d02f9: Pulling fs layer 17:58:18 745a02a5169b: Pulling fs layer 17:58:18 63d7cb157983: Waiting 17:58:18 b116817d02f9: Waiting 17:58:18 745a02a5169b: Waiting 17:58:18 00ac8860ef70: Waiting 17:58:18 18c013af1878: Verifying Checksum 17:58:18 18c013af1878: Download complete 17:58:18 a4357932f1b6: Verifying Checksum 17:58:18 a4357932f1b6: Download complete 17:58:18 63d7cb157983: Verifying Checksum 17:58:18 63d7cb157983: Download complete 17:58:18 b116817d02f9: Verifying Checksum 17:58:18 b116817d02f9: Download complete 17:58:18 5f621e34cdf4: Verifying Checksum 17:58:18 5f621e34cdf4: Download complete 17:58:18 5f621e34cdf4: Pull complete 17:58:19 a4357932f1b6: Pull complete 17:58:19 18c013af1878: Pull complete 17:58:20 745a02a5169b: Verifying Checksum 17:58:20 745a02a5169b: Download complete 17:58:21 00ac8860ef70: Verifying Checksum 17:58:21 00ac8860ef70: Download complete 17:58:31 00ac8860ef70: Pull complete 17:58:32 63d7cb157983: Pull complete 17:58:32 b116817d02f9: Pull complete 17:58:36 745a02a5169b: Pull complete 17:58:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:58:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:58:36 ---> b7e6874047d6 17:58:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:58:39 ---> Running in 4f7dfc2c2138 17:58:39 Removing intermediate container 4f7dfc2c2138 17:58:39 ---> 656cd3e53252 17:58:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:39 ---> Running in 1395c4acdebe 17:58:42 Removing intermediate container 1395c4acdebe 17:58:42 ---> 6972fc20a396 17:58:42 Step 5/8 : RUN apk add --update --no-cache git make 17:58:42 ---> Running in c67a1a50fd61 17:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:58:47 OK: 142 MiB in 39 packages 17:58:48 Removing intermediate container c67a1a50fd61 17:58:48 ---> 8b7326e93733 17:58:48 Step 6/8 : WORKDIR /build 17:58:48 ---> Running in ed0a86c368a6 17:58:48 Removing intermediate container ed0a86c368a6 17:58:48 ---> 13c28763c4aa 17:58:48 Step 7/8 : COPY go.mod . 17:58:49 ---> 8575d54c9082 17:58:49 Step 8/8 : RUN go mod download 17:58:49 ---> Running in 0fb23e597500 17:59:11 Removing intermediate container 0fb23e597500 17:59:11 ---> 7b25f9d9f126 17:59:11 Successfully built 7b25f9d9f126 17:59:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:59:12 + docker inspect -f . ci-base-image-arm64 17:59:12 . [Pipeline] withDockerContainer 17:59:12 prd-ubuntu18.04-docker-arm64-4c-16g-18225 does not seem to be running inside a container 17:59:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/71 -v /w/workspace/go-mod-bootstrap/71:/w/workspace/go-mod-bootstrap/71:rw,z -v /w/workspace/go-mod-bootstrap/71@tmp:/w/workspace/go-mod-bootstrap/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:59:14 $ docker top 9c19e9d3ea4b4dd429e4e1c23e28097293a6a1d0ebabd6e30418104ef6b7c526 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:15 + go version 17:59:15 go version go1.15.5 linux/arm64 [Pipeline] } 17:59:15 $ docker stop --time=1 9c19e9d3ea4b4dd429e4e1c23e28097293a6a1d0ebabd6e30418104ef6b7c526 17:59:17 $ docker rm -f 9c19e9d3ea4b4dd429e4e1c23e28097293a6a1d0ebabd6e30418104ef6b7c526 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:18 + docker inspect -f . ci-base-image-arm64 17:59:18 . [Pipeline] withDockerContainer 17:59:18 prd-ubuntu18.04-docker-arm64-4c-16g-18225 does not seem to be running inside a container 17:59:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/71 -v /w/workspace/go-mod-bootstrap/71:/w/workspace/go-mod-bootstrap/71:rw,z -v /w/workspace/go-mod-bootstrap/71@tmp:/w/workspace/go-mod-bootstrap/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:59:19 $ docker top 7c8e7497d27f21af297aa21bdef1e0b8e560711e865b46d7ad0e8c7a99d8d1b3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:20 + make test 17:59:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:59:47 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:59:47 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.041s coverage: 9.0% of statements 17:59:47 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:59:47 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.079s coverage: 92.2% of statements 17:59:47 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.019s coverage: 85.3% of statements 17:59:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.040s coverage: 34.3% of statements 17:59:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:59:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 17:59:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.011s coverage: 18.2% of statements 17:59:54 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.020s coverage: 95.3% of statements 17:59:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:59:54 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:59:54 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.010s coverage: 91.3% of statements 17:59:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:00:00 gofmt -l . 18:00:00 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:00:00 $ docker stop --time=1 7c8e7497d27f21af297aa21bdef1e0b8e560711e865b46d7ad0e8c7a99d8d1b3 18:00:02 $ docker rm -f 7c8e7497d27f21af297aa21bdef1e0b8e560711e865b46d7ad0e8c7a99d8d1b3 [Pipeline] // withDockerContainer [Pipeline] sh 18:00:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:00:03 Warning: overwriting stash ‘coverage-report’ 18:00:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:00:06 provisioning config files... 18:00:06 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4035871815498041257tmp [Pipeline] { [Pipeline] sh 18:00:06 + set +x 18:00:06 + curl -s https://codecov.io/bash 18:00:06 + bash -s -- 18:00:06 18:00:06 _____ _ 18:00:06 / ____| | | 18:00:06 | | ___ __| | ___ ___ _____ __ 18:00:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:00:06 | |___| (_) | (_| | __/ (_| (_) \ V / 18:00:06 \_____\___/ \__,_|\___|\___\___/ \_/ 18:00:06 Bash-20201231-23d4836 18:00:06 18:00:06 18:00:06 ==> git version 2.24.3 found 18:00:06 ==> 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 18:00:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:00:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:00:06 ==> Jenkins CI detected. 18:00:06 project root: . 18:00:06 --> token set from env 18:00:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:00:06 ==> Running gcov in . (disable via -X gcov) 18:00:06 ==> Python coveragepy not found 18:00:06 ==> Searching for coverage reports in: 18:00:06 + . 18:00:06 -> Found 1 reports 18:00:06 ==> Detecting git/mercurial file structure 18:00:06 ==> Reading reports 18:00:06 + ./coverage.out bytes=26001 18:00:06 ==> Appending adjustments 18:00:06 https://docs.codecov.io/docs/fixing-reports 18:00:07 + Found adjustments 18:00:07 ==> Gzipping contents 18:00:07 8.0K /tmp/codecov.bhOKVy.gz 18:00:07 ==> Uploading reports 18:00:07 url: https://codecov.io 18:00:07 query: branch=master&commit=ff8e38cd7a7f1047cb37f365e7276d029b93ae77&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:00:07 -> Pinging Codecov 18:00:07 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=ff8e38cd7a7f1047cb37f365e7276d029b93ae77&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:00:07 -> Uploading to 18:00:07 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/833815588EE85121546D348822E98E2E/ff8e38cd7a7f1047cb37f365e7276d029b93ae77/f57edd52-68f0-4c0a-aaef-46dc5da91e69.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T180007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5113ceb03b2ef9845d80ea30b76f634352a72bda831f8002fb8e6e502f3413b 18:00:07 % Total % Received % Xferd Average Speed Time Time Time Current 18:00:07 Dload Upload Total Spent Left Speed 18:00:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4944 0 0 100 4944 0 11804 --:--:-- --:--:-- --:--:-- 11799 18:00:08 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/ff8e38cd7a7f1047cb37f365e7276d029b93ae77 [Pipeline] } 18:00:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:00:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:00:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:00:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:00:08 18:00:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:00:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:00:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:00:09 188c0c94c7c5: Pulling fs layer 18:00:09 0ef7d3d256c8: Pulling fs layer 18:00:09 de9db76c5a1d: Pulling fs layer 18:00:09 0eba1c9be4d2: Pulling fs layer 18:00:09 0d57e429df01: Pulling fs layer 18:00:09 4e4be7b47b0d: Pulling fs layer 18:00:09 e1f770b5df2f: Pulling fs layer 18:00:09 85a0685a4137: Pulling fs layer 18:00:09 0d57e429df01: Waiting 18:00:09 4e4be7b47b0d: Waiting 18:00:09 e1f770b5df2f: Waiting 18:00:09 85a0685a4137: Waiting 18:00:09 0eba1c9be4d2: Waiting 18:00:09 de9db76c5a1d: Verifying Checksum 18:00:09 de9db76c5a1d: Download complete 18:00:09 0ef7d3d256c8: Download complete 18:00:09 0d57e429df01: Verifying Checksum 18:00:09 0d57e429df01: Download complete 18:00:09 4e4be7b47b0d: Verifying Checksum 18:00:09 4e4be7b47b0d: Download complete 18:00:09 188c0c94c7c5: Download complete 18:00:09 188c0c94c7c5: Pull complete 18:00:09 0ef7d3d256c8: Pull complete 18:00:10 e1f770b5df2f: Verifying Checksum 18:00:10 e1f770b5df2f: Download complete 18:00:10 de9db76c5a1d: Pull complete 18:00:12 0eba1c9be4d2: Verifying Checksum 18:00:12 0eba1c9be4d2: Download complete 18:00:12 85a0685a4137: Verifying Checksum 18:00:12 85a0685a4137: Download complete 18:00:18 0eba1c9be4d2: Pull complete 18:00:18 0d57e429df01: Pull complete 18:00:18 4e4be7b47b0d: Pull complete 18:00:19 e1f770b5df2f: Pull complete 18:00:28 85a0685a4137: Pull complete 18:00:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:00:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:00:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:00:28 prd-centos7-docker-4c-2g-18221 does not seem to be running inside a container 18:00:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:00:29 $ docker top d876d3a68104a9d30f417d81b86948eaec910d761043b4068c80416e00d6aeae -eo pid,comm [Pipeline] { [Pipeline] echo 18:00:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:00:30 + set -o pipefail 18:00:30 + snyk monitor '--org=edgex-jenkins' 18:00:34 18:00:34 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 18:00:34 18:00:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/5b0d6951-1d38-493f-bed2-a83977716b02 18:00:34 18:00:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:00:34 18:00:34 [Pipeline] } 18:00:34 $ docker stop --time=1 d876d3a68104a9d30f417d81b86948eaec910d761043b4068c80416e00d6aeae 18:00:37 $ docker rm -f d876d3a68104a9d30f417d81b86948eaec910d761043b4068c80416e00d6aeae [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 18:00:38 + git log --format=format:%s -1 ff8e38cd7a7f1047cb37f365e7276d029b93ae77 [Pipeline] isUnix [Pipeline] sh 18:00:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:00:39 . [Pipeline] withDockerContainer 18:00:39 prd-centos7-docker-4c-2g-18221 does not seem to be running inside a container 18:00:39 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:00:40 $ docker top 7e45f56634d9160a4c618adca6d3c38921d042ef8235c6d467a25f0ff263a7b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:00:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:00:40 [ssh-agent] Looking for ssh-agent implementation... 18:00:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:00:41 $ docker exec 7e45f56634d9160a4c618adca6d3c38921d042ef8235c6d467a25f0ff263a7b8 ssh-agent 18:00:41 SSH_AUTH_SOCK=/tmp/ssh-VnMLUW74PQcJ/agent.13 18:00:41 SSH_AGENT_PID=19 18:00:41 Running ssh-add (command line suppressed) 18:00:41 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2417531503034469463.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2417531503034469463.key) 18:00:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:00:41 + git semver tag 18:00:41 # -> Open(): unable to determine branch for HEAD 18:00:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:00:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:00:41 # $SEMVER_REMOTE_NAME = origin 18:00:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:00:41 # $SEMVER_USER_NAME = edgex-jenkins 18:00:41 # $SEMVER_BRANCH = master 18:00:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:00:41 # ff8e38cd7a7f1047cb37f365e7276d029b93ae77 HEAD 18:00:41 # -> Force: false 18:00:41 # 0617fcc9927f4a45f716bbc2abf891c5b3987e99 refs/tags/v0.0.67 [Pipeline] } 18:00:42 $ docker exec --env ******** --env ******** 7e45f56634d9160a4c618adca6d3c38921d042ef8235c6d467a25f0ff263a7b8 ssh-agent -k 18:00:42 unset SSH_AUTH_SOCK; 18:00:42 unset SSH_AGENT_PID; 18:00:42 echo Agent pid 19 killed; 18:00:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:00:42 + git semver [Pipeline] } 18:00:42 $ docker stop --time=1 7e45f56634d9160a4c618adca6d3c38921d042ef8235c6d467a25f0ff263a7b8 18:00:44 $ docker rm -f 7e45f56634d9160a4c618adca6d3c38921d042ef8235c6d467a25f0ff263a7b8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:00:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:00:44 18:00:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:00:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:00:45 0.23.1-centos7: Pulling from edgex-lftools 18:00:45 ab5ef0e58194: Pulling fs layer 18:00:45 9712f1f96733: Pulling fs layer 18:00:45 63f879dbbcfc: Pulling fs layer 18:00:45 0d9ebad4ef96: Pulling fs layer 18:00:45 e9a5061849ea: Pulling fs layer 18:00:45 d747dcd14b5f: Pulling fs layer 18:00:45 2de7ff778b66: Pulling fs layer 18:00:45 e9a5061849ea: Waiting 18:00:45 d747dcd14b5f: Waiting 18:00:45 2de7ff778b66: Waiting 18:00:45 0d9ebad4ef96: Waiting 18:00:45 9712f1f96733: Verifying Checksum 18:00:46 63f879dbbcfc: Verifying Checksum 18:00:46 63f879dbbcfc: Download complete 18:00:46 e9a5061849ea: Verifying Checksum 18:00:46 e9a5061849ea: Download complete 18:00:46 d747dcd14b5f: Download complete 18:00:46 2de7ff778b66: Verifying Checksum 18:00:46 2de7ff778b66: Download complete 18:00:46 0d9ebad4ef96: Download complete 18:00:47 ab5ef0e58194: Verifying Checksum 18:00:47 ab5ef0e58194: Download complete 18:00:52 ab5ef0e58194: Pull complete 18:00:52 9712f1f96733: Pull complete 18:00:55 63f879dbbcfc: Pull complete 18:01:00 0d9ebad4ef96: Pull complete 18:01:02 e9a5061849ea: Pull complete 18:01:02 d747dcd14b5f: Pull complete 18:01:05 2de7ff778b66: Pull complete 18:01:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:01:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:01:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:01:05 prd-centos7-docker-4c-2g-18221 does not seem to be running inside a container 18:01:05 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:01:09 $ docker top c1a0597bd4df57be3e3b0298ae9e621b9e3e0a062c77424c1d9bef093c08f922 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:01:09 provisioning config files... 18:01:09 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config126542081991709687tmp 18:01:09 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8220141469333929656tmp 18:01:09 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8145299534603346496tmp [Pipeline] { [Pipeline] echo 18:01:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:01:10 ---> sigul-configuration.sh 18:01:10 gpg: directory `/root/.gnupg' created 18:01:10 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:01:10 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:01:10 gpg: keyring `/root/.gnupg/secring.gpg' created 18:01:10 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:01:10 gpg: CAST5 encrypted data 18:01:10 gpg: encrypted with 1 passphrase 18:01:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:01:10 + mkdir /home/jenkins 18:01:10 + mkdir /home/jenkins/sigul [Pipeline] sh 18:01:10 + 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 18:01:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:01:11 ---> sigul-install.sh 18:01:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:01:18 + git tag --list 18:01:18 v0.0.1 18:01:18 v0.0.10 18:01:18 v0.0.11 18:01:18 v0.0.12 18:01:18 v0.0.13 18:01:18 v0.0.14 18:01:18 v0.0.15 18:01:18 v0.0.16 18:01:18 v0.0.17 18:01:18 v0.0.18 18:01:18 v0.0.19 18:01:18 v0.0.2 18:01:18 v0.0.20 18:01:18 v0.0.21 18:01:18 v0.0.22 18:01:18 v0.0.23 18:01:18 v0.0.24 18:01:18 v0.0.25 18:01:18 v0.0.26 18:01:18 v0.0.27 18:01:18 v0.0.28 18:01:18 v0.0.29 18:01:18 v0.0.3 18:01:18 v0.0.30 18:01:18 v0.0.31 18:01:18 v0.0.32 18:01:18 v0.0.33 18:01:18 v0.0.34 18:01:18 v0.0.35 18:01:18 v0.0.36 18:01:18 v0.0.37 18:01:18 v0.0.38 18:01:18 v0.0.39 18:01:18 v0.0.4 18:01:18 v0.0.40 18:01:18 v0.0.41 18:01:18 v0.0.42 18:01:18 v0.0.43 18:01:18 v0.0.44 18:01:18 v0.0.45 18:01:18 v0.0.46 18:01:18 v0.0.47 18:01:18 v0.0.48 18:01:18 v0.0.49 18:01:18 v0.0.5 18:01:18 v0.0.50 18:01:18 v0.0.51 18:01:18 v0.0.52 18:01:18 v0.0.53 18:01:18 v0.0.54 18:01:18 v0.0.55 18:01:18 v0.0.56 18:01:18 v0.0.57 18:01:18 v0.0.58 18:01:18 v0.0.59 18:01:18 v0.0.6 18:01:18 v0.0.60 18:01:18 v0.0.61 18:01:18 v0.0.62 18:01:18 v0.0.63 18:01:18 v0.0.64 18:01:18 v0.0.65 18:01:18 v0.0.66 18:01:18 v0.0.67 18:01:18 v0.0.7 18:01:18 v0.0.8 18:01:18 v0.0.9 [Pipeline] sh 18:01:18 + lftools sign git-tag v0.0.67 18:01:19 Signing Git tag with Sigul... 18:01:19 Signing v0.0.67 [Pipeline] echo 18:01:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:01:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:01:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:01:20 $ docker stop --time=1 c1a0597bd4df57be3e3b0298ae9e621b9e3e0a062c77424c1d9bef093c08f922 18:01:22 $ docker rm -f c1a0597bd4df57be3e3b0298ae9e621b9e3e0a062c77424c1d9bef093c08f922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:01:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:01:23 . [Pipeline] withDockerContainer 18:01:23 prd-centos7-docker-4c-2g-18221 does not seem to be running inside a container 18:01:23 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:01:24 $ docker top 3ffa2dba89bfcb5e86281b9896d055eb2b15f56734e3d4e269401d50035272ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:01:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:01:24 [ssh-agent] Looking for ssh-agent implementation... 18:01:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:01:25 $ docker exec 3ffa2dba89bfcb5e86281b9896d055eb2b15f56734e3d4e269401d50035272ec ssh-agent 18:01:25 SSH_AUTH_SOCK=/tmp/ssh-NInGo9U4C7nf/agent.12 18:01:25 SSH_AGENT_PID=17 18:01:25 Running ssh-add (command line suppressed) 18:01:25 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3512024966664054399.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3512024966664054399.key) 18:01:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:25 + git semver bump patch 18:01:25 # -> Open(): unable to determine branch for HEAD 18:01:25 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:01:25 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:01:25 # $SEMVER_REMOTE_NAME = origin 18:01:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:01:25 # $SEMVER_USER_NAME = edgex-jenkins 18:01:25 # $SEMVER_BRANCH = master 18:01:25 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:01:25 0.0.68 [Pipeline] } 18:01:25 $ docker exec --env ******** --env ******** 3ffa2dba89bfcb5e86281b9896d055eb2b15f56734e3d4e269401d50035272ec ssh-agent -k 18:01:26 unset SSH_AUTH_SOCK; 18:01:26 unset SSH_AGENT_PID; 18:01:26 echo Agent pid 17 killed; 18:01:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:01:26 + git semver [Pipeline] } 18:01:26 $ docker stop --time=1 3ffa2dba89bfcb5e86281b9896d055eb2b15f56734e3d4e269401d50035272ec 18:01:27 $ docker rm -f 3ffa2dba89bfcb5e86281b9896d055eb2b15f56734e3d4e269401d50035272ec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:01:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:01:28 . [Pipeline] withDockerContainer 18:01:28 prd-centos7-docker-4c-2g-18221 does not seem to be running inside a container 18:01:28 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:01:29 $ docker top ee940cc859380b283f65562e73376c6e7fd9be86b7cf3e9a4e33a2b810c3f174 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:01:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:01:29 [ssh-agent] Looking for ssh-agent implementation... 18:01:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:01:29 $ docker exec ee940cc859380b283f65562e73376c6e7fd9be86b7cf3e9a4e33a2b810c3f174 ssh-agent 18:01:29 SSH_AUTH_SOCK=/tmp/ssh-tgZIM6rRlzTJ/agent.11 18:01:29 SSH_AGENT_PID=17 18:01:29 Running ssh-add (command line suppressed) 18:01:30 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2776749995735989956.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2776749995735989956.key) 18:01:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:30 + git semver push 18:01:30 # -> Open(): unable to determine branch for HEAD 18:01:30 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:01:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:01:30 # $SEMVER_REMOTE_NAME = origin 18:01:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:01:30 # $SEMVER_USER_NAME = edgex-jenkins 18:01:30 # $SEMVER_BRANCH = master 18:01:30 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:01:31 git-semver-push: non-fast-forward update: refs/heads/semver [Pipeline] } 18:01:31 $ docker exec --env ******** --env ******** ee940cc859380b283f65562e73376c6e7fd9be86b7cf3e9a4e33a2b810c3f174 ssh-agent -k 18:01:31 unset SSH_AUTH_SOCK; 18:01:31 unset SSH_AGENT_PID; 18:01:31 echo Agent pid 17 killed; 18:01:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:01:31 $ docker stop --time=1 ee940cc859380b283f65562e73376c6e7fd9be86b7cf3e9a4e33a2b810c3f174 18:01:32 $ docker rm -f ee940cc859380b283f65562e73376c6e7fd9be86b7cf3e9a4e33a2b810c3f174 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:01:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:01:34 ---> package-listing.sh 18:01:34 ++ facter osfamily 18:01:34 ++ tr '[:upper:]' '[:lower:]' 18:01:34 + OS_FAMILY=redhat 18:01:34 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 18:01:34 + START_PACKAGES=/tmp/packages_start.txt 18:01:34 + END_PACKAGES=/tmp/packages_end.txt 18:01:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:01:34 + PACKAGES=/tmp/packages_start.txt 18:01:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:01:34 + PACKAGES=/tmp/packages_end.txt 18:01:34 + case "${OS_FAMILY}" in 18:01:34 + rpm -qa 18:01:34 + sort 18:01:39 + '[' -f /tmp/packages_start.txt ']' 18:01:39 + '[' -f /tmp/packages_end.txt ']' 18:01:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:01:39 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:01:39 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 18:01:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 18:01:39 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 18:01:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:01:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:40 18:01:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:01:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:41 alpine: Pulling from edgex-lftools-log-publisher 18:01:41 df20fa9351a1: Pulling fs layer 18:01:41 36b3adc4ff6f: Pulling fs layer 18:01:41 8ad3a11d3b57: Pulling fs layer 18:01:41 46f8f816bc3b: Pulling fs layer 18:01:41 93b61091891f: Pulling fs layer 18:01:41 93b9cdb0e59b: Pulling fs layer 18:01:41 5e14af77c1be: Pulling fs layer 18:01:41 01666e4c0597: Pulling fs layer 18:01:41 aa168da1d23b: Pulling fs layer 18:01:41 93b61091891f: Waiting 18:01:41 46f8f816bc3b: Waiting 18:01:41 93b9cdb0e59b: Waiting 18:01:41 01666e4c0597: Waiting 18:01:41 5e14af77c1be: Waiting 18:01:41 aa168da1d23b: Waiting 18:01:41 36b3adc4ff6f: Verifying Checksum 18:01:41 36b3adc4ff6f: Download complete 18:01:41 46f8f816bc3b: Verifying Checksum 18:01:41 46f8f816bc3b: Download complete 18:01:41 df20fa9351a1: Verifying Checksum 18:01:41 df20fa9351a1: Download complete 18:01:41 93b61091891f: Verifying Checksum 18:01:41 93b61091891f: Download complete 18:01:41 93b9cdb0e59b: Verifying Checksum 18:01:41 93b9cdb0e59b: Download complete 18:01:41 5e14af77c1be: Verifying Checksum 18:01:41 5e14af77c1be: Download complete 18:01:41 01666e4c0597: Download complete 18:01:41 8ad3a11d3b57: Verifying Checksum 18:01:41 8ad3a11d3b57: Download complete 18:01:41 df20fa9351a1: Pull complete 18:01:42 36b3adc4ff6f: Pull complete 18:01:43 8ad3a11d3b57: Pull complete 18:01:43 46f8f816bc3b: Pull complete 18:01:44 93b61091891f: Pull complete 18:01:44 93b9cdb0e59b: Pull complete 18:01:44 5e14af77c1be: Pull complete 18:01:44 aa168da1d23b: Verifying Checksum 18:01:44 aa168da1d23b: Download complete 18:01:44 01666e4c0597: Pull complete 18:01:52 aa168da1d23b: Pull complete 18:01:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:01:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:01:53 prd-centos7-docker-4c-2g-18221 does not seem to be running inside a container 18:01:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:01:55 $ docker top a2c498b31e99cd08c98c5a72fe9bf03d1f9e05cdee063cba61d7732af6ff0341 -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:56 + touch /tmp/pre-build-complete [Pipeline] sh 18:01:56 + mkdir -p /var/log/sa [Pipeline] sh 18:01:56 + ls /var/log/sa-host 18:01:56 + sadf -c /var/log/sa-host/sa04 18:01:56 file_magic: OK 18:01:56 HZ: Using current value: 100 18:01:56 file_header: OK 18:01:56 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 18:01:56 Statistics: 18:01:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:01:56 File successfully converted to sysstat format version 12.2.1 18:01:56 + sadf -c /var/log/sa-host/sa23 18:01:56 file_magic: OK 18:01:56 HZ: Using current value: 100 18:01:56 file_header: OK 18:01:56 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 18:01:56 Statistics: 18:01:56 Hnuu...uuuununununu... 18:01:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:01:57 provisioning config files... 18:01:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8538431474170183537tmp [Pipeline] { [Pipeline] echo 18:01:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:01:57 ---> create-netrc.sh [Pipeline] } 18:01:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:01:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:01:57 ---> python-tools-install.sh [Pipeline] echo 18:01:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:01:58 ---> sudo-logs.sh 18:01:58 Archiving 'sudo' log.. [Pipeline] echo 18:01:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:01:58 ---> job-cost.sh 18:01:58 lf-activate-venv: SKIPPING 18:01:58 INFO: No Stack... 18:01:59 INFO: Retrieving Pricing Info for: v1-standard-2 18:01:59 INFO: Archiving Costs [Pipeline] echo 18:01:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:02:00 ---> logs-deploy.sh 18:02:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/71 18:02:00 INFO: archiving workspace using pattern(s): 18:02:01 Archives upload complete. 18:02:01 INFO: archiving logs to Nexus 18:02:02 ---> uname -a: 18:02:02 Linux prd-centos7-docker-4c-2g-18221.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:02:02 18:02:02 18:02:02 ---> lscpu: 18:02:02 Architecture: x86_64 18:02:02 CPU op-mode(s): 32-bit, 64-bit 18:02:02 Byte Order: Little Endian 18:02:02 Address sizes: 40 bits physical, 48 bits virtual 18:02:02 CPU(s): 4 18:02:02 On-line CPU(s) list: 0-3 18:02:02 Thread(s) per core: 1 18:02:02 Core(s) per socket: 1 18:02:02 Socket(s): 4 18:02:02 NUMA node(s): 1 18:02:02 Vendor ID: GenuineIntel 18:02:02 CPU family: 6 18:02:02 Model: 44 18:02:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:02:02 Stepping: 1 18:02:02 CPU MHz: 2933.442 18:02:02 BogoMIPS: 5866.88 18:02:02 Virtualization: VT-x 18:02:02 Hypervisor vendor: KVM 18:02:02 Virtualization type: full 18:02:02 L1d cache: 128 KiB 18:02:02 L1i cache: 128 KiB 18:02:02 L2 cache: 16 MiB 18:02:02 L3 cache: 64 MiB 18:02:02 NUMA node0 CPU(s): 0-3 18:02:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:02:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:02:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:02:02 Vulnerability Meltdown: Mitigation; PTI 18:02:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:02:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:02:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:02:02 Vulnerability Srbds: Not affected 18:02:02 Vulnerability Tsx async abort: Not affected 18:02:02 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:02:02 18:02:02 18:02:02 ---> nproc: 18:02:02 4 18:02:02 18:02:02 18:02:02 ---> df -h: 18:02:02 Filesystem Size Used Available Use% Mounted on 18:02:02 overlay 50.0G 8.5G 41.4G 17% / 18:02:02 tmpfs 64.0M 0 64.0M 0% /dev 18:02:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:02:02 shm 64.0M 0 64.0M 0% /dev/shm 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 18:02:02 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:02:02 18:02:02 18:02:02 ---> free -m: 18:02:02 total used free shared buff/cache available 18:02:02 Mem: 1837 837 146 0 854 935 18:02:02 Swap: 1023 2 1021 18:02:02 18:02:02 18:02:02 ---> ip addr: 18:02:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:02:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:02:02 inet 127.0.0.1/8 scope host lo 18:02:02 valid_lft forever preferred_lft forever 18:02:02 inet6 ::1/128 scope host 18:02:02 valid_lft forever preferred_lft forever 18:02:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:02:02 link/ether fa:16:3e:2c:11:62 brd ff:ff:ff:ff:ff:ff 18:02:02 inet 10.30.122.164/23 brd 10.30.123.255 scope global dynamic eth0 18:02:02 valid_lft 85911sec preferred_lft 85911sec 18:02:02 inet6 fe80::f816:3eff:fe2c:1162/64 scope link 18:02:02 valid_lft forever preferred_lft forever 18:02:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:02:02 link/ether 02:42:e8:a7:55:1d brd ff:ff:ff:ff:ff:ff 18:02:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:02:02 valid_lft forever preferred_lft forever 18:02:02 inet6 fe80::42:e8ff:fea7:551d/64 scope link 18:02:02 valid_lft forever preferred_lft forever 18:02:02 18:02:02 18:02:02 ---> sar -b -r -n DEV: 18:02:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 18:02:02 18:02:02 17:53:41 LINUX RESTART (4 CPU) 18:02:02 18:02:02 17:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:02:02 17:55:01 170.62 82.10 88.52 0.00 9065.06 39199.12 0.00 18:02:02 17:56:01 2.63 0.00 2.63 0.00 0.00 56.94 0.00 18:02:02 17:57:01 0.68 0.00 0.68 0.00 0.00 8.24 0.00 18:02:02 17:58:01 0.58 0.00 0.58 0.00 0.00 5.75 0.00 18:02:02 17:59:01 0.38 0.00 0.38 0.00 0.00 5.83 0.00 18:02:02 18:00:01 0.22 0.00 0.22 0.00 0.00 3.30 0.00 18:02:02 18:01:01 378.57 195.73 182.84 0.00 9601.33 57427.65 0.00 18:02:02 Average: 79.18 39.73 39.45 0.00 2669.19 13829.26 0.00 18:02:02 18:02:02 17:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:02:02 17:55:01 159852 0 629132 33.44 2620 1089940 1129376 38.54 428380 1094116 132 18:02:02 17:56:01 166804 0 622060 33.06 2620 1090060 1095140 37.38 430796 1086160 8 18:02:02 17:57:01 167176 0 621684 33.04 2620 1090064 1077664 36.78 429772 1087088 8 18:02:02 17:58:01 163856 0 625004 33.22 2620 1090064 1077908 36.79 450608 1069264 12 18:02:02 17:59:01 165044 0 623808 33.15 2620 1090072 1077776 36.78 443276 1075840 12 18:02:02 18:00:01 163588 0 625260 33.23 2620 1090076 1077848 36.79 451392 1069356 8 18:02:02 18:01:01 161320 0 787764 41.87 1496 930964 1300008 44.37 552456 853120 91152 18:02:02 Average: 163949 0 647816 34.43 2459 1067320 1119389 38.20 455240 1047849 13047 18:02:02 18:02:02 17:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:02:02 17:55:01 eth0 494.31 324.23 1053.53 89.41 0.00 0.00 0.00 0.00 18:02:02 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:55:01 docker0 2.48 2.00 0.61 4.78 0.00 0.00 0.00 0.00 18:02:02 17:56:01 eth0 1.85 0.78 0.85 0.60 0.00 0.00 0.00 0.00 18:02:02 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:57:01 eth0 0.65 0.08 0.04 0.01 0.00 0.00 0.00 0.00 18:02:02 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:58:01 eth0 0.87 0.50 0.34 0.18 0.00 0.00 0.00 0.00 18:02:02 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:59:01 eth0 0.88 0.22 0.18 0.05 0.00 0.00 0.00 0.00 18:02:02 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 18:00:01 eth0 0.72 0.43 0.41 0.27 0.00 0.00 0.00 0.00 18:02:02 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 18:01:01 eth0 825.47 732.76 7337.26 103.13 0.00 0.00 0.00 0.00 18:02:02 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 18:01:01 docker0 24.58 21.45 2.50 53.82 0.00 0.00 0.00 0.00 18:02:02 Average: eth0 189.44 151.45 1200.38 27.69 0.00 0.00 0.00 0.00 18:02:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:02 Average: docker0 3.87 3.35 0.44 8.38 0.00 0.00 0.00 0.00 18:02:02 18:02:02 18:02:02 ---> sar -P ALL: 18:02:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 18:02:02 18:02:02 17:53:41 LINUX RESTART (4 CPU) 18:02:02 18:02:02 17:54:01 CPU %user %nice %system %iowait %steal %idle 18:02:02 17:55:01 all 14.15 0.00 7.84 4.83 0.05 73.14 18:02:02 17:55:01 0 13.79 0.00 8.29 5.71 0.05 72.16 18:02:02 17:55:01 1 15.86 0.00 8.18 4.23 0.07 71.66 18:02:02 17:55:01 2 13.05 0.00 7.61 5.24 0.03 74.07 18:02:02 17:55:01 3 13.90 0.00 7.26 4.13 0.03 74.67 18:02:02 17:56:01 all 0.19 0.00 0.05 0.00 0.00 99.76 18:02:02 17:56:01 0 0.45 0.00 0.03 0.00 0.00 99.52 18:02:02 17:56:01 1 0.12 0.00 0.07 0.00 0.00 99.82 18:02:02 17:56:01 2 0.15 0.00 0.07 0.00 0.00 99.78 18:02:02 17:56:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:02:02 17:57:01 all 0.15 0.00 0.04 0.00 0.01 99.80 18:02:02 17:57:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:02:02 17:57:01 1 0.10 0.00 0.07 0.00 0.02 99.82 18:02:02 17:57:01 2 0.15 0.00 0.02 0.00 0.00 99.83 18:02:02 17:57:01 3 0.32 0.00 0.03 0.00 0.00 99.65 18:02:02 17:58:01 all 0.16 0.00 0.05 0.00 0.01 99.78 18:02:02 17:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:02:02 17:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:02:02 17:58:01 2 0.15 0.00 0.12 0.00 0.02 99.72 18:02:02 17:58:01 3 0.42 0.00 0.03 0.00 0.02 99.53 18:02:02 17:59:01 all 0.15 0.00 0.03 0.00 0.01 99.80 18:02:02 17:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:02:02 17:59:01 1 0.00 0.00 0.03 0.00 0.02 99.95 18:02:02 17:59:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:02:02 17:59:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:02:02 18:00:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:02:02 18:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:02:02 18:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:02:02 18:00:01 2 0.05 0.00 0.10 0.00 0.00 99.85 18:02:02 18:00:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:02:02 18:01:01 all 15.98 0.00 12.12 4.05 0.04 67.81 18:02:02 18:01:01 0 15.63 0.00 11.93 7.13 0.03 65.28 18:02:02 18:01:01 1 16.04 0.00 11.95 4.10 0.03 67.87 18:02:02 18:01:01 2 15.84 0.00 12.42 2.97 0.05 68.72 18:02:02 18:01:01 3 16.41 0.00 12.17 2.03 0.05 69.33 18:02:02 Average: all 4.34 0.00 2.82 1.25 0.02 91.57 18:02:02 Average: 0 4.19 0.00 2.84 1.79 0.02 91.16 18:02:02 Average: 1 4.53 0.00 2.86 1.17 0.02 91.42 18:02:02 Average: 2 4.14 0.00 2.86 1.16 0.01 91.83 18:02:02 Average: 3 4.50 0.00 2.74 0.87 0.01 91.88 18:02:02 18:02:02 18:02:02