Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2b3567b9a6d1d9f0d95638275f1d76f04847df99 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-18237 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 2b3567b9a6d1d9f0d95638275f1d76f04847df99 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2b3567b9a6d1d9f0d95638275f1d76f04847df99 # timeout=10 Commit message: "Merge pull request #144 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" > git rev-list --no-walk ff8e38cd7a7f1047cb37f365e7276d029b93ae77 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:29:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:29:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:29:15 ========================================================= 19:29:15 EdgeX Global Pipelines Version Info 19:29:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:29:16 ------------------- 19:29:16 stable info: 19:29:16 ------------------- 19:29:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:29:16 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:29:16 Message: update stable to v1.0.173 19:29:17 ------------------- 19:29:17 experimental info: 19:29:17 ------------------- 19:29:17 Commited By: **** collab-it+edgex@linuxfoundation.org 19:29:17 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:29:17 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:29:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 19:29:17 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:29:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:29:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:29:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:29:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:29:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:29:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:29:20 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:29:20 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:29:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:29:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:29:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:29:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b3567b9a6d1d9f0d95638275f1d76f04847df99 [Pipeline] echo 19:29:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b3567b [Pipeline] echo 19:29:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:29:22 + git log --format=format:%s -1 2b3567b9a6d1d9f0d95638275f1d76f04847df99 [Pipeline] echo 19:29:22 GIT_COMMIT: 2b3567b9a6d1d9f0d95638275f1d76f04847df99, Commit Message: Merge pull request #144 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136 [Pipeline] echo 19:29:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:29:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:29:23 19:29:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:29:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:29:23 latest: Pulling from edgex-devops/git-semver 19:29:23 31603596830f: Pulling fs layer 19:29:23 2a8b12db71e7: Pulling fs layer 19:29:23 6ca5941a6612: Pulling fs layer 19:29:23 ecc8261a40a4: Pulling fs layer 19:29:23 ecc8261a40a4: Waiting 19:29:23 2a8b12db71e7: Verifying Checksum 19:29:23 2a8b12db71e7: Download complete 19:29:24 31603596830f: Download complete 19:29:24 ecc8261a40a4: Verifying Checksum 19:29:24 ecc8261a40a4: Download complete 19:29:24 6ca5941a6612: Verifying Checksum 19:29:24 6ca5941a6612: Download complete 19:29:24 31603596830f: Pull complete 19:29:24 2a8b12db71e7: Pull complete 19:29:25 6ca5941a6612: Pull complete 19:29:25 ecc8261a40a4: Pull complete 19:29:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:29:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:29:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:29:25 prd-centos7-docker-4c-2g-18237 does not seem to be running inside a container 19:29:25 $ 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 19:29:27 $ docker top bd29e44405cb68dad18ac2ac6ce566cf601b3fa339cd67064dc5fc2e9b5c1b07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:29:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:28 [ssh-agent] Looking for ssh-agent implementation... 19:29:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:28 $ docker exec bd29e44405cb68dad18ac2ac6ce566cf601b3fa339cd67064dc5fc2e9b5c1b07 ssh-agent 19:29:28 SSH_AUTH_SOCK=/tmp/ssh-4jq0kstWA7tc/agent.11 19:29:28 SSH_AGENT_PID=16 19:29:28 Running ssh-add (command line suppressed) 19:29:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6277929347228312000.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6277929347228312000.key) 19:29:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:29 + git tag --points-at HEAD [Pipeline] } 19:29:29 $ docker exec --env ******** --env ******** bd29e44405cb68dad18ac2ac6ce566cf601b3fa339cd67064dc5fc2e9b5c1b07 ssh-agent -k 19:29:29 unset SSH_AUTH_SOCK; 19:29:29 unset SSH_AGENT_PID; 19:29:29 echo Agent pid 16 killed; 19:29:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:29:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:29 [ssh-agent] Looking for ssh-agent implementation... 19:29:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:29 $ docker exec bd29e44405cb68dad18ac2ac6ce566cf601b3fa339cd67064dc5fc2e9b5c1b07 ssh-agent 19:29:30 SSH_AUTH_SOCK=/tmp/ssh-iPMaIJ5pdsnR/agent.44 19:29:30 SSH_AGENT_PID=49 19:29:30 Running ssh-add (command line suppressed) 19:29:30 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_610992894341830334.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_610992894341830334.key) 19:29:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:30 + git semver init 19:29:30 # -> Open(): unable to determine branch for HEAD 19:29:30 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:29:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:29:30 # $SEMVER_REMOTE_NAME = origin 19:29:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:29:30 # $SEMVER_USER_NAME = edgex-jenkins 19:29:30 # $SEMVER_BRANCH = master 19:29:30 # $SEMVER_TEMP = /tmp/semver-052670041 19:29:30 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 19:29:31 # '/tmp/semver-052670041' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 19:29:31 # -> Force: false 19:29:31 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 19:29:31 $ docker exec --env ******** --env ******** bd29e44405cb68dad18ac2ac6ce566cf601b3fa339cd67064dc5fc2e9b5c1b07 ssh-agent -k 19:29:31 unset SSH_AUTH_SOCK; 19:29:31 unset SSH_AGENT_PID; 19:29:31 echo Agent pid 49 killed; 19:29:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:31 + git semver [Pipeline] } 19:29:31 $ docker stop --time=1 bd29e44405cb68dad18ac2ac6ce566cf601b3fa339cd67064dc5fc2e9b5c1b07 19:29:33 $ docker rm -f bd29e44405cb68dad18ac2ac6ce566cf601b3fa339cd67064dc5fc2e9b5c1b07 [Pipeline] // withDockerContainer [Pipeline] sh 19:29:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:29:34 Stashed 1 file(s) [Pipeline] echo 19:29:34 [edgeXSemver]: initialized semver on version 0.0.68 [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 19:29:49 Still waiting to schedule task 19:29:49 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18239’ 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-18238’ doesn’t have label ‘centos7-docker-4c-2g’ 19:29:49 Still waiting to schedule task 19:29:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:32:27 Running on prd-centos7-docker-4c-2g-18242 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { 19:32:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18241 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 19:32:27 Running in /w/workspace/go-mod-bootstrap/72 [Pipeline] { [Pipeline] ws 19:32:27 Running in /w/workspace/go-mod-bootstrap/72 [Pipeline] { [Pipeline] checkout [Pipeline] checkout 19:32:30 using credential edgex-jenkins-ssh 19:32:30 Cloning the remote Git repository 19:32:30 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 19:32:30 > git init /w/workspace/go-mod-bootstrap/72 # timeout=10 19:32:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:32:30 > git --version # timeout=10 19:32:30 > git --version # 'git version 2.24.3' 19:32:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:32:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:32:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:32:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:32:31 Checking out Revision 2b3567b9a6d1d9f0d95638275f1d76f04847df99 (master) 19:32:31 > git config core.sparsecheckout # timeout=10 19:32:31 > git checkout -f 2b3567b9a6d1d9f0d95638275f1d76f04847df99 # timeout=10 19:32:33 using credential edgex-jenkins-ssh 19:32:33 Cloning the remote Git repository 19:32:33 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 19:32:33 > git init /w/workspace/go-mod-bootstrap/72 # timeout=10 19:32:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:32:33 > git --version # timeout=10 19:32:33 > git --version # 'git version 2.17.1' 19:32:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:35 Checking out Revision 2b3567b9a6d1d9f0d95638275f1d76f04847df99 (master) 19:32:35 Commit message: "Merge pull request #144 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 19:32:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:32:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:32:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:32:34 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:32:35 > git config core.sparsecheckout # timeout=10 19:32:35 > git checkout -f 2b3567b9a6d1d9f0d95638275f1d76f04847df99 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 19:32:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:32:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:32:36 + sudo service docker restart 19:32:36 + true 19:32:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 19:32:38 ========================================================= 19:32:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:32:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:32:38 + 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 . 19:32:39 Sending build context to Docker daemon 632.8kB 19:32:39 Step 1/8 : ARG BASE=golang:1.15-alpine 19:32:39 Step 2/8 : FROM ${BASE} 19:32:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:32:39 188c0c94c7c5: Pulling fs layer 19:32:39 0ef7d3d256c8: Pulling fs layer 19:32:39 de9db76c5a1d: Pulling fs layer 19:32:39 bca2f99d35d6: Pulling fs layer 19:32:39 93359f2a8cfa: Pulling fs layer 19:32:39 7c6f9722023f: Pulling fs layer 19:32:39 a35cf1a2eb13: Pulling fs layer 19:32:39 93359f2a8cfa: Waiting 19:32:39 a35cf1a2eb13: Waiting 19:32:39 7c6f9722023f: Waiting 19:32:39 bca2f99d35d6: Waiting 19:32:39 de9db76c5a1d: Verifying Checksum 19:32:39 de9db76c5a1d: Download complete 19:32:39 0ef7d3d256c8: Verifying Checksum 19:32:39 0ef7d3d256c8: Download complete 19:32:39 93359f2a8cfa: Verifying Checksum 19:32:39 93359f2a8cfa: Download complete 19:32:39 7c6f9722023f: Verifying Checksum 19:32:39 7c6f9722023f: Download complete 19:32:39 188c0c94c7c5: Verifying Checksum 19:32:39 188c0c94c7c5: Download complete 19:32:39 Commit message: "Merge pull request #144 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" 19:32:39 188c0c94c7c5: Pull complete 19:32:39 0ef7d3d256c8: Pull complete 19:32:39 de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:32:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:32:41 a35cf1a2eb13: Verifying Checksum 19:32:41 a35cf1a2eb13: Download complete 19:32:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:32:41 + sudo+ service docker restart 19:32:41 true 19:32:41 bca2f99d35d6: Download complete [Pipeline] unstash [Pipeline] echo 19:32:44 ========================================================= 19:32:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:32:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:32:45 + 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 . 19:32:46 Sending build context to Docker daemon 631.8kB 19:32:46 Step 1/8 : ARG BASE=golang:1.15-alpine 19:32:46 Step 2/8 : FROM ${BASE} 19:32:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:32:46 5f621e34cdf4: Pulling fs layer 19:32:46 a4357932f1b6: Pulling fs layer 19:32:46 18c013af1878: Pulling fs layer 19:32:46 00ac8860ef70: Pulling fs layer 19:32:46 63d7cb157983: Pulling fs layer 19:32:46 b116817d02f9: Pulling fs layer 19:32:46 745a02a5169b: Pulling fs layer 19:32:46 00ac8860ef70: Waiting 19:32:46 63d7cb157983: Waiting 19:32:46 745a02a5169b: Waiting 19:32:46 b116817d02f9: Waiting 19:32:46 18c013af1878: Verifying Checksum 19:32:46 18c013af1878: Download complete 19:32:46 a4357932f1b6: Verifying Checksum 19:32:46 a4357932f1b6: Download complete 19:32:46 63d7cb157983: Verifying Checksum 19:32:46 63d7cb157983: Download complete 19:32:46 b116817d02f9: Download complete 19:32:46 5f621e34cdf4: Verifying Checksum 19:32:46 5f621e34cdf4: Download complete 19:32:47 5f621e34cdf4: Pull complete 19:32:47 bca2f99d35d6: Pull complete 19:32:47 93359f2a8cfa: Pull complete 19:32:47 7c6f9722023f: Pull complete 19:32:47 a4357932f1b6: Pull complete 19:32:48 18c013af1878: Pull complete 19:32:49 745a02a5169b: Download complete 19:32:50 00ac8860ef70: Verifying Checksum 19:32:50 00ac8860ef70: Download complete 19:32:51 a35cf1a2eb13: Pull complete 19:32:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:32:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:32:52 ---> a62c8e92a672 19:32:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:32:52 ---> Running in fe46fadf3fb9 19:32:52 Removing intermediate container fe46fadf3fb9 19:32:52 ---> 8606497d01bc 19:32:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:52 ---> Running in e17b7a6e5e08 19:32:53 Removing intermediate container e17b7a6e5e08 19:32:53 ---> 87f412d9f29b 19:32:53 Step 5/8 : RUN apk add --update --no-cache git make 19:32:53 ---> Running in 912ec17c5166 19:32:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:32:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:32:55 OK: 166 MiB in 39 packages 19:32:56 Removing intermediate container 912ec17c5166 19:32:56 ---> cda175e42396 19:32:56 Step 6/8 : WORKDIR /build 19:32:56 ---> Running in b4f8a6a7299f 19:32:56 Removing intermediate container b4f8a6a7299f 19:32:56 ---> c76620a7c7db 19:32:56 Step 7/8 : COPY go.mod . 19:32:56 ---> 421d3230ccf0 19:32:56 Step 8/8 : RUN go mod download 19:32:56 ---> Running in 91a750bf407b 19:33:00 00ac8860ef70: Pull complete 19:33:00 63d7cb157983: Pull complete 19:33:00 b116817d02f9: Pull complete 19:33:05 745a02a5169b: Pull complete 19:33:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:33:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:33:05 ---> b7e6874047d6 19:33:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:33:07 ---> Running in bffc776781a3 19:33:07 Removing intermediate container bffc776781a3 19:33:07 ---> beb35140dd3b 19:33:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:08 ---> Running in 9c5e0606a954 19:33:10 Removing intermediate container 9c5e0606a954 19:33:10 ---> a9ac6ebbebb3 19:33:10 Step 5/8 : RUN apk add --update --no-cache git make 19:33:10 ---> Running in eefc4afa6b35 19:33:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:33:14 OK: 142 MiB in 39 packages 19:33:15 Removing intermediate container 91a750bf407b 19:33:15 ---> 9510c6539814 19:33:15 Successfully built 9510c6539814 19:33:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:33:15 Removing intermediate container eefc4afa6b35 19:33:15 ---> 858e804a0c6c 19:33:15 Step 6/8 : WORKDIR /build 19:33:15 ---> Running in 13826d80ea5a 19:33:15 + docker inspect -f . ci-base-image-x86_64 19:33:15 . [Pipeline] withDockerContainer 19:33:15 prd-centos7-docker-4c-2g-18242 does not seem to be running inside a container 19:33:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/72 -v /w/workspace/go-mod-bootstrap/72:/w/workspace/go-mod-bootstrap/72:rw,z -v /w/workspace/go-mod-bootstrap/72@tmp:/w/workspace/go-mod-bootstrap/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:33:15 Removing intermediate container 13826d80ea5a 19:33:15 ---> ccf4902a67a5 19:33:15 Step 7/8 : COPY go.mod . 19:33:16 ---> 5eadf316db1b 19:33:16 Step 8/8 : RUN go mod download 19:33:16 $ docker top 93d5ea1459f4f7e10157165e04a86e689b5da2f4fe124127e358c0e8f96e5bd1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:16 ---> Running in 629aa7add057 19:33:16 + go version 19:33:16 go version go1.15.5 linux/amd64 [Pipeline] } 19:33:16 $ docker stop --time=1 93d5ea1459f4f7e10157165e04a86e689b5da2f4fe124127e358c0e8f96e5bd1 19:33:18 $ docker rm -f 93d5ea1459f4f7e10157165e04a86e689b5da2f4fe124127e358c0e8f96e5bd1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:33:19 + docker inspect -f . ci-base-image-x86_64 19:33:19 . [Pipeline] withDockerContainer 19:33:19 prd-centos7-docker-4c-2g-18242 does not seem to be running inside a container 19:33:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/72 -v /w/workspace/go-mod-bootstrap/72:/w/workspace/go-mod-bootstrap/72:rw,z -v /w/workspace/go-mod-bootstrap/72@tmp:/w/workspace/go-mod-bootstrap/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:33:19 $ docker top 594969fb1ee31db379593b34293da15d64d48b0e362170e30de7d573cb941f11 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:20 + make test 19:33:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:33:30 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 19:33:31 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.011s coverage: 9.0% of statements 19:33:31 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 19:33:31 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.012s coverage: 92.2% of statements 19:33:31 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.006s coverage: 85.3% of statements 19:33:32 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.022s coverage: 34.3% of statements 19:33:32 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 19:33:32 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 19:33:32 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.018s coverage: 18.2% of statements 19:33:35 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.010s coverage: 95.3% of statements 19:33:35 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 19:33:35 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 19:33:35 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.006s coverage: 91.3% of statements 19:33:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:33:37 gofmt -l . 19:33:37 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:33:37 $ docker stop --time=1 594969fb1ee31db379593b34293da15d64d48b0e362170e30de7d573cb941f11 19:33:38 Removing intermediate container 629aa7add057 19:33:38 ---> d50d92bace81 19:33:38 Successfully built d50d92bace81 19:33:38 Successfully tagged ci-base-image-arm64:latest 19:33:40 $ docker rm -f 594969fb1ee31db379593b34293da15d64d48b0e362170e30de7d573cb941f11 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 19:33:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:33:40 + docker inspect -f . ci-base-image-arm64 19:33:40 . [Pipeline] withDockerContainer 19:33:41 Stashed 1 file(s) 19:33:41 prd-ubuntu18.04-docker-arm64-4c-16g-18241 does not seem to be running inside a container 19:33:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/72 -v /w/workspace/go-mod-bootstrap/72:/w/workspace/go-mod-bootstrap/72:rw,z -v /w/workspace/go-mod-bootstrap/72@tmp:/w/workspace/go-mod-bootstrap/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:33:42 $ docker top c8aa9450622756e78411a855295b01c48d3b0aebcddf3b85b2339e99f6143599 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } 19:33:43 + go version 19:33:43 go version go1.15.5 linux/arm64 [Pipeline] // stage [Pipeline] } [Pipeline] } 19:33:43 $ docker stop --time=1 c8aa9450622756e78411a855295b01c48d3b0aebcddf3b85b2339e99f6143599 19:33:45 $ docker rm -f c8aa9450622756e78411a855295b01c48d3b0aebcddf3b85b2339e99f6143599 [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] stage [Pipeline] { (Test) [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:33:47 + docker inspect -f . ci-base-image-arm64 19:33:47 . [Pipeline] withDockerContainer 19:33:47 prd-ubuntu18.04-docker-arm64-4c-16g-18241 does not seem to be running inside a container 19:33:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/72 -v /w/workspace/go-mod-bootstrap/72:/w/workspace/go-mod-bootstrap/72:rw,z -v /w/workspace/go-mod-bootstrap/72@tmp:/w/workspace/go-mod-bootstrap/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:33:48 $ docker top abb172db2a19bbf51295c39f5fccdd9b27169b385b83d2397f3400ee04997d84 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:49 + make test 19:33:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:34:22 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 19:34:22 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.027s coverage: 9.0% of statements 19:34:22 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 19:34:22 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.026s coverage: 92.2% of statements 19:34:22 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.023s coverage: 85.3% of statements 19:34:22 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.020s coverage: 34.3% of statements 19:34:22 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 19:34:22 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 19:34:22 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.032s coverage: 18.2% of statements 19:34:24 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.023s coverage: 95.3% of statements 19:34:24 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 19:34:24 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 19:34:24 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements 19:34:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:34:30 gofmt -l . 19:34:30 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:34:30 $ docker stop --time=1 abb172db2a19bbf51295c39f5fccdd9b27169b385b83d2397f3400ee04997d84 19:34:32 $ docker rm -f abb172db2a19bbf51295c39f5fccdd9b27169b385b83d2397f3400ee04997d84 [Pipeline] // withDockerContainer [Pipeline] sh 19:34:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:34:33 Warning: overwriting stash ‘coverage-report’ 19:34:34 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 19:34:36 provisioning config files... 19:34:36 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config211087004592201321tmp [Pipeline] { [Pipeline] sh 19:34:36 + set +x 19:34:36 + curl -s https://codecov.io/bash 19:34:36 + bash -s -- 19:34:36 19:34:36 _____ _ 19:34:36 / ____| | | 19:34:36 | | ___ __| | ___ ___ _____ __ 19:34:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:34:36 | |___| (_) | (_| | __/ (_| (_) \ V / 19:34:36 \_____\___/ \__,_|\___|\___\___/ \_/ 19:34:36 Bash-20201231-23d4836 19:34:36 19:34:36 19:34:36 ==> git version 2.24.3 found 19:34:36 ==> 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 19:34:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:34:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:34:36 ==> Jenkins CI detected. 19:34:36 project root: . 19:34:36 --> token set from env 19:34:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:34:36 ==> Running gcov in . (disable via -X gcov) 19:34:36 ==> Python coveragepy not found 19:34:36 ==> Searching for coverage reports in: 19:34:36 + . 19:34:36 -> Found 1 reports 19:34:36 ==> Detecting git/mercurial file structure 19:34:36 ==> Reading reports 19:34:36 + ./coverage.out bytes=26001 19:34:36 ==> Appending adjustments 19:34:36 https://docs.codecov.io/docs/fixing-reports 19:34:37 + Found adjustments 19:34:37 ==> Gzipping contents 19:34:37 8.0K /tmp/codecov.jaNzcy.gz 19:34:37 ==> Uploading reports 19:34:37 url: https://codecov.io 19:34:37 query: branch=master&commit=2b3567b9a6d1d9f0d95638275f1d76f04847df99&build=72&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F72%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 19:34:37 -> Pinging Codecov 19:34:37 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=2b3567b9a6d1d9f0d95638275f1d76f04847df99&build=72&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F72%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 19:34:37 -> Uploading to 19:34:37 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/833815588EE85121546D348822E98E2E/2b3567b9a6d1d9f0d95638275f1d76f04847df99/a9671263-41a7-4986-b9be-a6643651308a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T193437Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7003b94b4e0e94e5de6784cba2246bc0d212b9839c96f03751d2c7ace0653a99 19:34:37 % Total % Received % Xferd Average Speed Time Time Time Current 19:34:37 Dload Upload Total Spent Left Speed 19:34:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4941 0 0 100 4941 0 10275 --:--:-- --:--:-- --:--:-- 10272 19:34:38 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/2b3567b9a6d1d9f0d95638275f1d76f04847df99 [Pipeline] } 19:34:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:34:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:34:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:34:39 19:34:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 19:34:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:34:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:34:40 188c0c94c7c5: Pulling fs layer 19:34:40 0ef7d3d256c8: Pulling fs layer 19:34:40 de9db76c5a1d: Pulling fs layer 19:34:40 0eba1c9be4d2: Pulling fs layer 19:34:40 0d57e429df01: Pulling fs layer 19:34:40 4e4be7b47b0d: Pulling fs layer 19:34:40 e1f770b5df2f: Pulling fs layer 19:34:40 85a0685a4137: Pulling fs layer 19:34:40 0eba1c9be4d2: Waiting 19:34:40 0d57e429df01: Waiting 19:34:40 4e4be7b47b0d: Waiting 19:34:40 e1f770b5df2f: Waiting 19:34:40 85a0685a4137: Waiting 19:34:40 de9db76c5a1d: Verifying Checksum 19:34:40 de9db76c5a1d: Download complete 19:34:40 0ef7d3d256c8: Verifying Checksum 19:34:40 0ef7d3d256c8: Download complete 19:34:40 0d57e429df01: Verifying Checksum 19:34:40 0d57e429df01: Download complete 19:34:40 4e4be7b47b0d: Verifying Checksum 19:34:40 4e4be7b47b0d: Download complete 19:34:40 188c0c94c7c5: Verifying Checksum 19:34:40 188c0c94c7c5: Download complete 19:34:40 188c0c94c7c5: Pull complete 19:34:40 0ef7d3d256c8: Pull complete 19:34:40 de9db76c5a1d: Pull complete 19:34:41 e1f770b5df2f: Verifying Checksum 19:34:41 e1f770b5df2f: Download complete 19:34:43 0eba1c9be4d2: Verifying Checksum 19:34:43 0eba1c9be4d2: Download complete 19:34:43 85a0685a4137: Verifying Checksum 19:34:43 85a0685a4137: Download complete 19:34:48 0eba1c9be4d2: Pull complete 19:34:48 0d57e429df01: Pull complete 19:34:48 4e4be7b47b0d: Pull complete 19:34:51 e1f770b5df2f: Pull complete 19:34:59 85a0685a4137: Pull complete 19:34:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 19:34:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:34:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 19:34:59 prd-centos7-docker-4c-2g-18237 does not seem to be running inside a container 19:34:59 $ 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 19:35:01 $ docker top 97fee71a00225247c449c3c065e6e8ed617d40662d081b60b16a8f7597d79ef3 -eo pid,comm [Pipeline] { [Pipeline] echo 19:35:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:35:01 + set -o pipefail 19:35:01 + snyk monitor '--org=edgex-jenkins' 19:35:06 19:35:06 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 19:35:06 19:35:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b6578c14-3e59-4b5f-ae42-f488a074376d 19:35:06 19:35:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:35:06 19:35:08 [Pipeline] } 19:35:08 $ docker stop --time=1 97fee71a00225247c449c3c065e6e8ed617d40662d081b60b16a8f7597d79ef3 19:35:10 $ docker rm -f 97fee71a00225247c449c3c065e6e8ed617d40662d081b60b16a8f7597d79ef3 [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 19:35:12 + git log --format=format:%s -1 2b3567b9a6d1d9f0d95638275f1d76f04847df99 [Pipeline] isUnix [Pipeline] sh 19:35:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:35:12 . [Pipeline] withDockerContainer 19:35:12 prd-centos7-docker-4c-2g-18237 does not seem to be running inside a container 19:35:12 $ 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 19:35:13 $ docker top 14a248bddd09a4493a5aea67735ae756fc97db84ea40385791d053b318ea3380 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:35:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:35:13 [ssh-agent] Looking for ssh-agent implementation... 19:35:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:35:13 $ docker exec 14a248bddd09a4493a5aea67735ae756fc97db84ea40385791d053b318ea3380 ssh-agent 19:35:13 SSH_AUTH_SOCK=/tmp/ssh-5muJAaItAbEK/agent.12 19:35:13 SSH_AGENT_PID=18 19:35:13 Running ssh-add (command line suppressed) 19:35:14 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4807798236736196175.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4807798236736196175.key) 19:35:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:35:14 + git semver tag 19:35:14 # -> Open(): unable to determine branch for HEAD 19:35:14 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:35:14 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:35:14 # $SEMVER_REMOTE_NAME = origin 19:35:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:35:14 # $SEMVER_USER_NAME = edgex-jenkins 19:35:14 # $SEMVER_BRANCH = master 19:35:14 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 19:35:14 # 2b3567b9a6d1d9f0d95638275f1d76f04847df99 HEAD 19:35:14 # -> Force: false 19:35:14 # ecef63a65a2672d40b69e232a330aab5e9fd8f20 refs/tags/v0.0.68 [Pipeline] } 19:35:14 $ docker exec --env ******** --env ******** 14a248bddd09a4493a5aea67735ae756fc97db84ea40385791d053b318ea3380 ssh-agent -k 19:35:14 unset SSH_AUTH_SOCK; 19:35:14 unset SSH_AGENT_PID; 19:35:14 echo Agent pid 18 killed; 19:35:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:35:15 + git semver [Pipeline] } 19:35:15 $ docker stop --time=1 14a248bddd09a4493a5aea67735ae756fc97db84ea40385791d053b318ea3380 19:35:16 $ docker rm -f 14a248bddd09a4493a5aea67735ae756fc97db84ea40385791d053b318ea3380 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:35:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:35:17 19:35:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:35:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:35:17 0.23.1-centos7: Pulling from edgex-lftools 19:35:17 ab5ef0e58194: Pulling fs layer 19:35:17 9712f1f96733: Pulling fs layer 19:35:17 63f879dbbcfc: Pulling fs layer 19:35:17 0d9ebad4ef96: Pulling fs layer 19:35:17 e9a5061849ea: Pulling fs layer 19:35:17 d747dcd14b5f: Pulling fs layer 19:35:17 2de7ff778b66: Pulling fs layer 19:35:17 e9a5061849ea: Waiting 19:35:17 d747dcd14b5f: Waiting 19:35:17 2de7ff778b66: Waiting 19:35:17 0d9ebad4ef96: Waiting 19:35:17 9712f1f96733: Verifying Checksum 19:35:17 9712f1f96733: Download complete 19:35:18 63f879dbbcfc: Verifying Checksum 19:35:18 63f879dbbcfc: Download complete 19:35:18 e9a5061849ea: Verifying Checksum 19:35:18 e9a5061849ea: Download complete 19:35:18 d747dcd14b5f: Verifying Checksum 19:35:18 d747dcd14b5f: Download complete 19:35:19 2de7ff778b66: Verifying Checksum 19:35:19 2de7ff778b66: Download complete 19:35:20 0d9ebad4ef96: Verifying Checksum 19:35:20 0d9ebad4ef96: Download complete 19:35:20 ab5ef0e58194: Verifying Checksum 19:35:20 ab5ef0e58194: Download complete 19:35:24 ab5ef0e58194: Pull complete 19:35:24 9712f1f96733: Pull complete 19:35:27 63f879dbbcfc: Pull complete 19:35:33 0d9ebad4ef96: Pull complete 19:35:33 e9a5061849ea: Pull complete 19:35:34 d747dcd14b5f: Pull complete 19:35:36 2de7ff778b66: Pull complete 19:35:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:35:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:35:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:35:37 prd-centos7-docker-4c-2g-18237 does not seem to be running inside a container 19:35:37 $ 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 19:35:41 $ docker top d97d4e8bae82757cba6b6c305bfb5de6c5fca1be93d4aa8b719218c8d72bef7b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:35:41 provisioning config files... 19:35:41 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8032862311081658165tmp 19:35:41 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5679865797092416095tmp 19:35:41 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9045976836530285833tmp [Pipeline] { [Pipeline] echo 19:35:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:35:41 ---> sigul-configuration.sh 19:35:41 gpg: directory `/root/.gnupg' created 19:35:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:35:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:35:41 gpg: keyring `/root/.gnupg/secring.gpg' created 19:35:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:35:41 gpg: CAST5 encrypted data 19:35:42 gpg: encrypted with 1 passphrase 19:35:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:35:42 + mkdir /home/jenkins 19:35:42 + mkdir /home/jenkins/sigul [Pipeline] sh 19:35:42 + 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 19:35:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:35:42 ---> sigul-install.sh 19:35:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:35:48 + git tag --list 19:35:48 v0.0.1 19:35:48 v0.0.10 19:35:48 v0.0.11 19:35:48 v0.0.12 19:35:48 v0.0.13 19:35:48 v0.0.14 19:35:48 v0.0.15 19:35:48 v0.0.16 19:35:48 v0.0.17 19:35:48 v0.0.18 19:35:48 v0.0.19 19:35:48 v0.0.2 19:35:48 v0.0.20 19:35:48 v0.0.21 19:35:48 v0.0.22 19:35:48 v0.0.23 19:35:48 v0.0.24 19:35:48 v0.0.25 19:35:48 v0.0.26 19:35:48 v0.0.27 19:35:48 v0.0.28 19:35:48 v0.0.29 19:35:48 v0.0.3 19:35:48 v0.0.30 19:35:48 v0.0.31 19:35:48 v0.0.32 19:35:48 v0.0.33 19:35:48 v0.0.34 19:35:48 v0.0.35 19:35:48 v0.0.36 19:35:48 v0.0.37 19:35:48 v0.0.38 19:35:48 v0.0.39 19:35:48 v0.0.4 19:35:48 v0.0.40 19:35:48 v0.0.41 19:35:48 v0.0.42 19:35:48 v0.0.43 19:35:48 v0.0.44 19:35:48 v0.0.45 19:35:48 v0.0.46 19:35:48 v0.0.47 19:35:48 v0.0.48 19:35:48 v0.0.49 19:35:48 v0.0.5 19:35:48 v0.0.50 19:35:48 v0.0.51 19:35:48 v0.0.52 19:35:48 v0.0.53 19:35:48 v0.0.54 19:35:48 v0.0.55 19:35:48 v0.0.56 19:35:48 v0.0.57 19:35:48 v0.0.58 19:35:48 v0.0.59 19:35:48 v0.0.6 19:35:48 v0.0.60 19:35:48 v0.0.61 19:35:48 v0.0.62 19:35:48 v0.0.63 19:35:48 v0.0.64 19:35:48 v0.0.65 19:35:48 v0.0.66 19:35:48 v0.0.67 19:35:48 v0.0.68 19:35:48 v0.0.7 19:35:48 v0.0.8 19:35:48 v0.0.9 [Pipeline] sh 19:35:48 + lftools sign git-tag v0.0.68 19:35:50 Signing Git tag with Sigul... 19:35:50 Signing v0.0.68 [Pipeline] echo 19:35:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:35:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:35:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:35:51 $ docker stop --time=1 d97d4e8bae82757cba6b6c305bfb5de6c5fca1be93d4aa8b719218c8d72bef7b 19:35:53 $ docker rm -f d97d4e8bae82757cba6b6c305bfb5de6c5fca1be93d4aa8b719218c8d72bef7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:35:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:35:54 . [Pipeline] withDockerContainer 19:35:54 prd-centos7-docker-4c-2g-18237 does not seem to be running inside a container 19:35:54 $ 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 19:35:55 $ docker top 0f06163150b5e38dbd6b976e092192e58de5d5259f38fb0bd251871a7a731831 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:35:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:35:55 [ssh-agent] Looking for ssh-agent implementation... 19:35:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:35:56 $ docker exec 0f06163150b5e38dbd6b976e092192e58de5d5259f38fb0bd251871a7a731831 ssh-agent 19:35:56 SSH_AUTH_SOCK=/tmp/ssh-HdAQcMYzMlGt/agent.11 19:35:56 SSH_AGENT_PID=16 19:35:56 Running ssh-add (command line suppressed) 19:35:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7724954910422573420.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7724954910422573420.key) 19:35:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:35:56 + git semver bump patch 19:35:56 # -> Open(): unable to determine branch for HEAD 19:35:56 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:35:56 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:35:56 # $SEMVER_REMOTE_NAME = origin 19:35:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:35:56 # $SEMVER_USER_NAME = edgex-jenkins 19:35:56 # $SEMVER_BRANCH = master 19:35:56 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 19:35:56 0.0.69 [Pipeline] } 19:35:56 $ docker exec --env ******** --env ******** 0f06163150b5e38dbd6b976e092192e58de5d5259f38fb0bd251871a7a731831 ssh-agent -k 19:35:57 unset SSH_AUTH_SOCK; 19:35:57 unset SSH_AGENT_PID; 19:35:57 echo Agent pid 16 killed; 19:35:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:35:57 + git semver [Pipeline] } 19:35:57 $ docker stop --time=1 0f06163150b5e38dbd6b976e092192e58de5d5259f38fb0bd251871a7a731831 19:35:58 $ docker rm -f 0f06163150b5e38dbd6b976e092192e58de5d5259f38fb0bd251871a7a731831 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:35:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:35:59 . [Pipeline] withDockerContainer 19:35:59 prd-centos7-docker-4c-2g-18237 does not seem to be running inside a container 19:35:59 $ 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 19:36:00 $ docker top 2cf55283f544efa216b6b7965a50ebe841003dfc7c8a7710c5393de1aeaab135 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:36:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:36:00 [ssh-agent] Looking for ssh-agent implementation... 19:36:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:36:01 $ docker exec 2cf55283f544efa216b6b7965a50ebe841003dfc7c8a7710c5393de1aeaab135 ssh-agent 19:36:01 SSH_AUTH_SOCK=/tmp/ssh-u0fYKd4KUXcp/agent.12 19:36:01 SSH_AGENT_PID=17 19:36:01 Running ssh-add (command line suppressed) 19:36:01 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_970213722168400060.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_970213722168400060.key) 19:36:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:36:02 + git semver push 19:36:02 # -> Open(): unable to determine branch for HEAD 19:36:02 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:36:02 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:36:02 # $SEMVER_REMOTE_NAME = origin 19:36:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:36:02 # $SEMVER_USER_NAME = edgex-jenkins 19:36:02 # $SEMVER_BRANCH = master 19:36:02 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 19:36:08 $ docker exec --env ******** --env ******** 2cf55283f544efa216b6b7965a50ebe841003dfc7c8a7710c5393de1aeaab135 ssh-agent -k 19:36:08 unset SSH_AUTH_SOCK; 19:36:08 unset SSH_AGENT_PID; 19:36:08 echo Agent pid 17 killed; 19:36:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:36:09 + git semver [Pipeline] } 19:36:09 $ docker stop --time=1 2cf55283f544efa216b6b7965a50ebe841003dfc7c8a7710c5393de1aeaab135 19:36:10 $ docker rm -f 2cf55283f544efa216b6b7965a50ebe841003dfc7c8a7710c5393de1aeaab135 [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 19:36:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:36:12 ---> package-listing.sh 19:36:12 ++ facter osfamily 19:36:12 ++ tr '[:upper:]' '[:lower:]' 19:36:12 + OS_FAMILY=redhat 19:36:12 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 19:36:12 + START_PACKAGES=/tmp/packages_start.txt 19:36:12 + END_PACKAGES=/tmp/packages_end.txt 19:36:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:36:12 + PACKAGES=/tmp/packages_start.txt 19:36:12 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 19:36:12 + PACKAGES=/tmp/packages_end.txt 19:36:12 + case "${OS_FAMILY}" in 19:36:12 + rpm -qa 19:36:12 + sort 19:36:17 + '[' -f /tmp/packages_start.txt ']' 19:36:17 + '[' -f /tmp/packages_end.txt ']' 19:36:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:36:17 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 19:36:17 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 19:36:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 19:36:18 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 19:36:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:36:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:18 19:36:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:36:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:18 alpine: Pulling from edgex-lftools-log-publisher 19:36:18 df20fa9351a1: Pulling fs layer 19:36:18 36b3adc4ff6f: Pulling fs layer 19:36:18 8ad3a11d3b57: Pulling fs layer 19:36:18 46f8f816bc3b: Pulling fs layer 19:36:18 93b61091891f: Pulling fs layer 19:36:18 93b9cdb0e59b: Pulling fs layer 19:36:18 5e14af77c1be: Pulling fs layer 19:36:18 01666e4c0597: Pulling fs layer 19:36:18 aa168da1d23b: Pulling fs layer 19:36:18 93b9cdb0e59b: Waiting 19:36:18 5e14af77c1be: Waiting 19:36:18 01666e4c0597: Waiting 19:36:18 aa168da1d23b: Waiting 19:36:18 93b61091891f: Waiting 19:36:18 46f8f816bc3b: Waiting 19:36:18 36b3adc4ff6f: Verifying Checksum 19:36:18 36b3adc4ff6f: Download complete 19:36:18 46f8f816bc3b: Verifying Checksum 19:36:18 46f8f816bc3b: Download complete 19:36:18 df20fa9351a1: Verifying Checksum 19:36:18 df20fa9351a1: Download complete 19:36:18 93b9cdb0e59b: Verifying Checksum 19:36:18 93b9cdb0e59b: Download complete 19:36:18 5e14af77c1be: Verifying Checksum 19:36:18 5e14af77c1be: Download complete 19:36:18 93b61091891f: Verifying Checksum 19:36:18 93b61091891f: Download complete 19:36:19 01666e4c0597: Verifying Checksum 19:36:19 01666e4c0597: Download complete 19:36:19 8ad3a11d3b57: Verifying Checksum 19:36:19 8ad3a11d3b57: Download complete 19:36:19 df20fa9351a1: Pull complete 19:36:19 36b3adc4ff6f: Pull complete 19:36:20 8ad3a11d3b57: Pull complete 19:36:21 46f8f816bc3b: Pull complete 19:36:21 aa168da1d23b: Verifying Checksum 19:36:21 aa168da1d23b: Download complete 19:36:21 93b61091891f: Pull complete 19:36:22 93b9cdb0e59b: Pull complete 19:36:22 5e14af77c1be: Pull complete 19:36:22 01666e4c0597: Pull complete 19:36:30 aa168da1d23b: Pull complete 19:36:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:36:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:36:30 prd-centos7-docker-4c-2g-18237 does not seem to be running inside a container 19:36:30 $ 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 19:36:33 $ docker top 099841a250cff2c30989167acefa105529239b6cc95a0ecf64f1b3b74b868bde -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:33 + touch /tmp/pre-build-complete [Pipeline] sh 19:36:34 + mkdir -p /var/log/sa [Pipeline] sh 19:36:34 + ls /var/log/sa-host 19:36:34 + sadf -c /var/log/sa-host/sa04 19:36:34 file_magic: OK 19:36:34 HZ: Using current value: 100 19:36:34 file_header: OK 19:36:34 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 19:36:34 Statistics: 19:36:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:36:34 File successfully converted to sysstat format version 12.2.1 19:36:34 + sadf -c /var/log/sa-host/sa23 19:36:34 file_magic: OK 19:36:34 HZ: Using current value: 100 19:36:34 file_header: OK 19:36:34 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 19:36:34 Statistics: 19:36:34 Hnuu...uuuununununu... 19:36:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:36:34 provisioning config files... 19:36:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8048797849006510271tmp [Pipeline] { [Pipeline] echo 19:36:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:36:35 ---> create-netrc.sh [Pipeline] } 19:36:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:36:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:36:35 ---> python-tools-install.sh [Pipeline] echo 19:36:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:36:35 ---> sudo-logs.sh 19:36:35 Archiving 'sudo' log.. [Pipeline] echo 19:36:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:36:36 ---> job-cost.sh 19:36:36 lf-activate-venv: SKIPPING 19:36:36 INFO: No Stack... 19:36:37 INFO: Retrieving Pricing Info for: v1-standard-2 19:36:37 INFO: Archiving Costs [Pipeline] echo 19:36:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:36:38 ---> logs-deploy.sh 19:36:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/72 19:36:38 INFO: archiving workspace using pattern(s): 19:36:39 Archives upload complete. 19:36:39 INFO: archiving logs to Nexus