Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3287 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 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 Commit message: "build: upgrade Go lang to 1.16 (#226)" > git rev-list --no-walk 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:27:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:27:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:27:44 ========================================================= 20:27:44 EdgeX Global Pipelines Version Info 20:27:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:27:46 ------------------- 20:27:46 stable info: 20:27:46 ------------------- 20:27:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:27:46 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:27:46 Message: update stable to v1.0.191 20:27:47 ------------------- 20:27:47 experimental info: 20:27:47 ------------------- 20:27:47 Commited By: **** collab-it+edgex@linuxfoundation.org 20:27:47 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:27:47 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c1a046 [Pipeline] echo 20:27:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:27:48 + git log --format=format:%s -1 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] echo 20:27:48 GIT_COMMIT: 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5, Commit Message: build: upgrade Go lang to 1.16 (#226) [Pipeline] echo 20:27:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:27:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:27:49 20:27:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:27:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:27:49 latest: Pulling from edgex-devops/git-semver 20:27:49 31603596830f: Pulling fs layer 20:27:49 54011a49482f: Pulling fs layer 20:27:49 a6820b24f6d8: Pulling fs layer 20:27:49 f581987b2513: Pulling fs layer 20:27:49 f581987b2513: Waiting 20:27:49 54011a49482f: Verifying Checksum 20:27:49 54011a49482f: Download complete 20:27:50 31603596830f: Verifying Checksum 20:27:50 31603596830f: Download complete 20:27:50 f581987b2513: Verifying Checksum 20:27:50 f581987b2513: Download complete 20:27:50 a6820b24f6d8: Verifying Checksum 20:27:50 a6820b24f6d8: Download complete 20:27:50 31603596830f: Pull complete 20:27:50 54011a49482f: Pull complete 20:27:51 a6820b24f6d8: Pull complete 20:27:51 f581987b2513: Pull complete 20:27:51 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:27:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:27:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:27:51 prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container 20:27:51 $ 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 20:27:53 $ docker top 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:27:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:27:53 [ssh-agent] Looking for ssh-agent implementation... 20:27:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:27:54 $ docker exec 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent 20:27:54 SSH_AUTH_SOCK=/tmp/ssh-7WMf0gDltgdb/agent.11 20:27:54 SSH_AGENT_PID=16 20:27:54 Running ssh-add (command line suppressed) 20:27:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3272008364758382575.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3272008364758382575.key) 20:27:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:27:54 + git tag --points-at HEAD [Pipeline] } 20:27:54 $ docker exec --env ******** --env ******** 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent -k 20:27:54 unset SSH_AUTH_SOCK; 20:27:54 unset SSH_AGENT_PID; 20:27:54 echo Agent pid 16 killed; 20:27:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:27:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:27:54 [ssh-agent] Looking for ssh-agent implementation... 20:27:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:27:55 $ docker exec 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent 20:27:55 SSH_AUTH_SOCK=/tmp/ssh-EeUlhrAMxL39/agent.44 20:27:55 SSH_AGENT_PID=49 20:27:55 Running ssh-add (command line suppressed) 20:27:55 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_907196644004574366.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_907196644004574366.key) 20:27:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:27:55 + git semver init 20:27:55 # -> Open(): unable to determine branch for HEAD 20:27:55 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:27:55 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:27:55 # $SEMVER_REMOTE_NAME = origin 20:27:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:27:55 # $SEMVER_USER_NAME = edgex-jenkins 20:27:55 # $SEMVER_BRANCH = master 20:27:55 # $SEMVER_TEMP = /tmp/semver-012027614 20:27:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:27:56 # '/tmp/semver-012027614' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 20:27:56 # -> Force: false 20:27:56 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:27:56 $ docker exec --env ******** --env ******** 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent -k 20:27:56 unset SSH_AUTH_SOCK; 20:27:56 unset SSH_AGENT_PID; 20:27:56 echo Agent pid 49 killed; 20:27:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:27:56 + git semver [Pipeline] } 20:27:56 $ docker stop --time=1 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 20:27:58 $ docker rm -f 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 [Pipeline] // withDockerContainer [Pipeline] sh 20:27:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:27:59 Stashed 1 file(s) [Pipeline] echo 20:27:59 [edgeXSemver]: initialized semver on version 2.0.0-dev.45 [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 20:28:14 Still waiting to schedule task 20:28:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:28:14 Still waiting to schedule task 20:28:14 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3285’ 20:29:18 Running on prd-centos7-docker-4c-2g-3290 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:29:18 Running in /w/workspace/go-mod-bootstrap/121 [Pipeline] { [Pipeline] checkout 20:29:21 using credential edgex-jenkins-ssh 20:29:21 Cloning the remote Git repository 20:29:21 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:29:21 > git init /w/workspace/go-mod-bootstrap/121 # timeout=10 20:29:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:29:21 > git --version # timeout=10 20:29:21 > git --version # 'git version 2.24.3' 20:29:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:22 Checking out Revision 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (master) 20:29:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:29:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:29:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:29:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:22 > git config core.sparsecheckout # timeout=10 20:29:22 > git checkout -f 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 20:29:26 Commit message: "build: upgrade Go lang to 1.16 (#226)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:29:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:29:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:29:28 + sudo service docker restart 20:29:28 + true 20:29:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:29:29 ========================================================= 20:29:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:29:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:29:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:29:30 Sending build context to Docker daemon 859.6kB 20:29:30 Step 1/8 : ARG BASE=golang:1.16-alpine 20:29:30 Step 2/8 : FROM ${BASE} 20:29:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:29:30 540db60ca938: Pulling fs layer 20:29:30 adcc1eea9eea: Pulling fs layer 20:29:30 4c4ab2625f07: Pulling fs layer 20:29:30 0510c868ecb4: Pulling fs layer 20:29:30 afea3b2eda06: Pulling fs layer 20:29:30 7809a108b3ef: Pulling fs layer 20:29:30 f706445af74f: Pulling fs layer 20:29:30 afea3b2eda06: Waiting 20:29:30 7809a108b3ef: Waiting 20:29:30 f706445af74f: Waiting 20:29:30 0510c868ecb4: Waiting 20:29:30 4c4ab2625f07: Verifying Checksum 20:29:30 4c4ab2625f07: Download complete 20:29:30 adcc1eea9eea: Verifying Checksum 20:29:30 adcc1eea9eea: Download complete 20:29:30 afea3b2eda06: Download complete 20:29:30 7809a108b3ef: Verifying Checksum 20:29:30 7809a108b3ef: Download complete 20:29:30 540db60ca938: Verifying Checksum 20:29:30 540db60ca938: Download complete 20:29:30 540db60ca938: Pull complete 20:29:31 adcc1eea9eea: Pull complete 20:29:31 4c4ab2625f07: Pull complete 20:29:31 f706445af74f: Download complete 20:29:32 0510c868ecb4: Download complete 20:29:39 0510c868ecb4: Pull complete 20:29:39 afea3b2eda06: Pull complete 20:29:39 7809a108b3ef: Pull complete 20:29:44 f706445af74f: Pull complete 20:29:44 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:29:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:29:44 ---> b068be0155e3 20:29:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:29:45 ---> Running in aa36f096f728 20:29:45 Removing intermediate container aa36f096f728 20:29:45 ---> 875f9910ea65 20:29:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:45 ---> Running in 8cc5973e4f63 20:29:46 Removing intermediate container 8cc5973e4f63 20:29:46 ---> 0195f2d96875 20:29:46 Step 5/8 : RUN apk add --update --no-cache git make 20:29:46 ---> Running in 547032333b38 20:29:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:29:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:29:50 OK: 149 MiB in 40 packages 20:29:50 Removing intermediate container 547032333b38 20:29:50 ---> 5d0c76416266 20:29:50 Step 6/8 : WORKDIR /build 20:29:50 ---> Running in 55edb6464c14 20:29:51 Removing intermediate container 55edb6464c14 20:29:51 ---> cc5f1812e40a 20:29:51 Step 7/8 : COPY go.mod . 20:29:51 ---> 73871836b67b 20:29:51 Step 8/8 : RUN go mod download 20:29:51 ---> Running in df9df13af921 20:30:13 Removing intermediate container df9df13af921 20:30:13 ---> b8bfc753d996 20:30:13 Successfully built b8bfc753d996 20:30:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:30:13 + docker inspect -f . ci-base-image-x86_64 20:30:13 . [Pipeline] withDockerContainer 20:30:13 prd-centos7-docker-4c-2g-3290 does not seem to be running inside a container 20:30:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 20:30:15 $ docker top ebd0edbbe0a4a9817384398f2355a4eed5318c2dbfbc47c4e7ea0570004127d7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:15 + go version 20:30:15 go version go1.16.3 linux/amd64 [Pipeline] } 20:30:15 $ docker stop --time=1 ebd0edbbe0a4a9817384398f2355a4eed5318c2dbfbc47c4e7ea0570004127d7 20:30:17 $ docker rm -f ebd0edbbe0a4a9817384398f2355a4eed5318c2dbfbc47c4e7ea0570004127d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:17 + docker inspect -f . ci-base-image-x86_64 20:30:17 . [Pipeline] withDockerContainer 20:30:17 prd-centos7-docker-4c-2g-3290 does not seem to be running inside a container 20:30:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 20:30:18 $ docker top eb4ceb77e408f20f874c4aec0bf212809bea3ae4af975027caa9a34133c9f1df -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:19 + go mod tidy [Pipeline] sh 20:30:19 + make test 20:30:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:30:34 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 20:30:34 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.026s coverage: 5.4% of statements 20:30:34 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 20:30:34 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.018s coverage: 92.2% of statements 20:30:34 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.012s coverage: 85.3% of statements 20:30:34 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 20:30:34 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 20:30:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 20:30:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.058s coverage: 26.7% of statements 20:30:40 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.025s coverage: 90.7% of statements 20:30:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 20:30:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 20:30:40 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.046s coverage: 91.3% of statements 20:30:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 20:30:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:30:48 gofmt -l . 20:30:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:30:48 $ docker stop --time=1 eb4ceb77e408f20f874c4aec0bf212809bea3ae4af975027caa9a34133c9f1df 20:30:50 $ docker rm -f eb4ceb77e408f20f874c4aec0bf212809bea3ae4af975027caa9a34133c9f1df [Pipeline] // withDockerContainer [Pipeline] sh 20:30:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:30:52 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 Post stage [Pipeline] libraryResource [Pipeline] sh 20:30:52 ---> job-cost.sh 20:30:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-u3Cq 20:30:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3293 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:30:54 Running in /w/workspace/go-mod-bootstrap/121 [Pipeline] { [Pipeline] checkout 20:30:59 using credential edgex-jenkins-ssh 20:30:59 Cloning the remote Git repository 20:30:59 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:30:59 > git init /w/workspace/go-mod-bootstrap/121 # timeout=10 20:30:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:30:59 > git --version # timeout=10 20:30:59 > git --version # 'git version 2.17.1' 20:30:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:31:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:31:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:31:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:02 Checking out Revision 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (master) 20:31:02 > git config core.sparsecheckout # timeout=10 20:31:02 > git checkout -f 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 20:31:06 Commit message: "build: upgrade Go lang to 1.16 (#226)" 20:31:06 20:31:06 GitHub has been notified of this commit’s build result 20:31:06 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:31:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:31:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:31:08 + sudo service docker restart 20:31:08 + true [Pipeline] unstash [Pipeline] echo 20:31:11 ========================================================= 20:31:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:31:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:31:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:31:12 Sending build context to Docker daemon 858.6kB 20:31:12 Step 1/8 : ARG BASE=golang:1.16-alpine 20:31:12 Step 2/8 : FROM ${BASE} 20:31:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:31:13 595b0fe564bb: Pulling fs layer 20:31:13 7186ed65a4f7: Pulling fs layer 20:31:13 316046926c0a: Pulling fs layer 20:31:13 4ebd0625c992: Pulling fs layer 20:31:13 207e8628e3a3: Pulling fs layer 20:31:13 c791037a9be2: Pulling fs layer 20:31:13 ffd874e62e21: Pulling fs layer 20:31:13 4ebd0625c992: Waiting 20:31:13 207e8628e3a3: Waiting 20:31:13 c791037a9be2: Waiting 20:31:13 ffd874e62e21: Waiting 20:31:13 316046926c0a: Verifying Checksum 20:31:13 316046926c0a: Download complete 20:31:13 7186ed65a4f7: Verifying Checksum 20:31:13 7186ed65a4f7: Download complete 20:31:13 207e8628e3a3: Download complete 20:31:13 c791037a9be2: Verifying Checksum 20:31:13 595b0fe564bb: Verifying Checksum 20:31:13 595b0fe564bb: Download complete 20:31:14 595b0fe564bb: Pull complete 20:31:14 7186ed65a4f7: Pull complete 20:31:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:31:15 316046926c0a: Pull complete 20:31:15 ffd874e62e21: Verifying Checksum 20:31:15 ffd874e62e21: Download complete 20:31:16 4ebd0625c992: Verifying Checksum 20:31:16 4ebd0625c992: Download complete 20:31:26 4ebd0625c992: Pull complete 20:31:26 207e8628e3a3: Pull complete 20:31:26 c791037a9be2: Pull complete 20:31:30 ffd874e62e21: Pull complete 20:31:30 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:31:30 ---> cfc18b08335c 20:31:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:31:33 ---> Running in a9affe64d2aa 20:31:33 Removing intermediate container a9affe64d2aa 20:31:33 ---> 7b6b2f18d369 20:31:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:33 ---> Running in 68982fe1b128 20:31:35 Removing intermediate container 68982fe1b128 20:31:35 ---> f66a26acdb1a 20:31:35 Step 5/8 : RUN apk add --update --no-cache git make 20:31:36 ---> Running in c6261df945bc 20:31:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:31:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:31:39 OK: 138 MiB in 40 packages 20:31:40 Removing intermediate container c6261df945bc 20:31:40 ---> bd876944ebcc 20:31:40 Step 6/8 : WORKDIR /build 20:31:40 ---> Running in d30b65a6af05 20:31:40 Removing intermediate container d30b65a6af05 20:31:40 ---> cf6ae89927b0 20:31:40 Step 7/8 : COPY go.mod . 20:31:41 ---> 22689d5eb6ad 20:31:41 Step 8/8 : RUN go mod download 20:31:41 ---> Running in eee36023ccea 20:31:47 lf-activate-venv(): INFO: Adding /tmp/venv-u3Cq/bin to PATH 20:31:47 INFO: No Stack... 20:31:47 INFO: Retrieving Pricing Info for: v1-standard-2 20:31:47 INFO: Archiving Costs [Pipeline] sh 20:31:47 + cat /w/workspace/go-mod-bootstrap/121/archives/cost.csv 20:31:47 + cut -d, -f6 [Pipeline] lock 20:31:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] 20:31:47 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] did not exist. Created. 20:31:47 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:31:48 + echo total: 0.029999999329447746 [Pipeline] stash 20:31:48 Stashed 1 file(s) [Pipeline] } 20:31:48 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:32:08 Removing intermediate container eee36023ccea 20:32:08 ---> 306ee9914474 20:32:08 Successfully built 306ee9914474 20:32:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:32:08 + docker inspect -f . ci-base-image-arm64 20:32:08 . [Pipeline] withDockerContainer 20:32:09 prd-ubuntu18.04-docker-arm64-4c-16g-3293 does not seem to be running inside a container 20:32:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 20:32:10 $ docker top 20f882beeeee3c8878c4bbba7ba889f0b24929ff890a5c1014ced47bc60bb569 -eo pid,comm [Pipeline] { [Pipeline] sh 20:32:11 + go version 20:32:11 go version go1.16.3 linux/arm64 [Pipeline] } 20:32:11 $ docker stop --time=1 20f882beeeee3c8878c4bbba7ba889f0b24929ff890a5c1014ced47bc60bb569 20:32:13 $ docker rm -f 20f882beeeee3c8878c4bbba7ba889f0b24929ff890a5c1014ced47bc60bb569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:32:14 + docker inspect -f . ci-base-image-arm64 20:32:14 . [Pipeline] withDockerContainer 20:32:14 prd-ubuntu18.04-docker-arm64-4c-16g-3293 does not seem to be running inside a container 20:32:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 20:32:16 $ docker top 94dbf460923fbdc3341c23f844d4f3057e97fb713e32c5d551b1e02b63068404 -eo pid,comm [Pipeline] { [Pipeline] sh 20:32:17 + go mod tidy [Pipeline] sh 20:32:18 + make test 20:32:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:32:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 20:32:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.026s coverage: 5.4% of statements 20:32:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 20:32:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.035s coverage: 92.2% of statements 20:32:58 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.024s coverage: 85.3% of statements 20:32:59 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 20:32:59 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 20:32:59 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 20:33:00 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.061s coverage: 26.7% of statements 20:33:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.044s coverage: 90.7% of statements 20:33:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 20:33:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 20:33:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.020s coverage: 91.3% of statements 20:33:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 20:33:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:33:27 gofmt -l . 20:33:28 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:33:28 $ docker stop --time=1 94dbf460923fbdc3341c23f844d4f3057e97fb713e32c5d551b1e02b63068404 20:33:30 $ docker rm -f 94dbf460923fbdc3341c23f844d4f3057e97fb713e32c5d551b1e02b63068404 [Pipeline] // withDockerContainer [Pipeline] sh 20:33:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:33:31 Warning: overwriting stash ‘coverage-report’ 20:33:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:33:32 ---> job-cost.sh 20:33:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AE2P 20:34:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:36:21 lf-activate-venv(): INFO: Adding /tmp/venv-AE2P/bin to PATH 20:36:21 INFO: No Stack... 20:36:21 INFO: Retrieving Pricing Info for: lf-standard-4 20:36:22 INFO: Archiving Costs [Pipeline] sh 20:36:22 + + catcut /w/workspace/go-mod-bootstrap/121/archives/cost.csv -d, 20:36:22 -f6 [Pipeline] lock 20:36:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] 20:36:22 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] did not exist. Created. 20:36:22 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:36:22 /w/workspace/go-mod-bootstrap/121@tmp/durable-3c061666/script.sh: 1: /w/workspace/go-mod-bootstrap/121@tmp/durable-3c061666/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:36:23 + echo total: 0.20999999344348907 [Pipeline] stash 20:36:23 Warning: overwriting stash ‘stack-cost’ 20:36:23 Stashed 1 file(s) [Pipeline] } 20:36:23 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [Pipeline] // lock [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 20:36:24 provisioning config files... 20:36:24 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1386165004823119688tmp [Pipeline] { [Pipeline] sh 20:36:24 + set +x 20:36:24 + curl -s https://codecov.io/bash 20:36:24 + bash -s -- 20:36:24 20:36:24 _____ _ 20:36:24 / ____| | | 20:36:24 | | ___ __| | ___ ___ _____ __ 20:36:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:36:24 | |___| (_) | (_| | __/ (_| (_) \ V / 20:36:24 \_____\___/ \__,_|\___|\___\___/ \_/ 20:36:24 Bash-1.0.2 20:36:24 20:36:24 20:36:24 ==> git version 2.24.3 found 20:36:24 ==> 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 20:36:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:36:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:36:24 ==> Jenkins CI detected. 20:36:24 project root: . 20:36:24 --> token set from env 20:36:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:36:24 ==> Running gcov in . (disable via -X gcov) 20:36:24 ==> Python coveragepy not found 20:36:24 ==> Searching for coverage reports in: 20:36:24 + . 20:36:24 -> Found 1 reports 20:36:24 ==> Detecting git/mercurial file structure 20:36:24 ==> Reading reports 20:36:24 + ./coverage.out bytes=28856 20:36:24 ==> Appending adjustments 20:36:24 https://docs.codecov.io/docs/fixing-reports 20:36:24 + Found adjustments 20:36:24 ==> Gzipping contents 20:36:24 8.0K /tmp/codecov.YgKISI.gz 20:36:24 ==> Uploading reports 20:36:24 url: https://codecov.io 20:36:24 query: branch=master&commit=1c1a0463e3af4e5b5449273aed4a1ca7f76669e5&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F121%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 20:36:24 -> Pinging Codecov 20:36:24 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=1c1a0463e3af4e5b5449273aed4a1ca7f76669e5&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F121%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 20:36:25 -> Uploading to 20:36:25 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/833815588EE85121546D348822E98E2E/1c1a0463e3af4e5b5449273aed4a1ca7f76669e5/3075068a-c73d-4d92-8201-5a54d9996073.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T203625Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8734775069358b5bb7b4d7171377728b8aa4c3fe6e6e0fc7f4c284be94c0a7c 20:36:25 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:25 Dload Upload Total Spent Left Speed 20:36:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5508 0 0 100 5508 0 13266 --:--:-- --:--:-- --:--:-- 13272 20:36:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] } 20:36:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:36:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:36:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:36:27 20:36:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:36:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:36:27 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:36:27 188c0c94c7c5: Pulling fs layer 20:36:27 0ef7d3d256c8: Pulling fs layer 20:36:27 de9db76c5a1d: Pulling fs layer 20:36:27 0eba1c9be4d2: Pulling fs layer 20:36:27 0d57e429df01: Pulling fs layer 20:36:27 4e4be7b47b0d: Pulling fs layer 20:36:27 e1f770b5df2f: Pulling fs layer 20:36:27 85a0685a4137: Pulling fs layer 20:36:27 0d57e429df01: Waiting 20:36:27 4e4be7b47b0d: Waiting 20:36:27 0eba1c9be4d2: Waiting 20:36:27 85a0685a4137: Waiting 20:36:27 de9db76c5a1d: Verifying Checksum 20:36:27 de9db76c5a1d: Download complete 20:36:27 0ef7d3d256c8: Verifying Checksum 20:36:27 0ef7d3d256c8: Download complete 20:36:27 0d57e429df01: Verifying Checksum 20:36:27 0d57e429df01: Download complete 20:36:27 4e4be7b47b0d: Download complete 20:36:27 188c0c94c7c5: Verifying Checksum 20:36:27 188c0c94c7c5: Download complete 20:36:28 188c0c94c7c5: Pull complete 20:36:28 0ef7d3d256c8: Pull complete 20:36:28 de9db76c5a1d: Pull complete 20:36:29 e1f770b5df2f: Verifying Checksum 20:36:29 e1f770b5df2f: Download complete 20:36:33 0eba1c9be4d2: Verifying Checksum 20:36:33 0eba1c9be4d2: Download complete 20:36:34 85a0685a4137: Verifying Checksum 20:36:34 85a0685a4137: Download complete 20:36:39 0eba1c9be4d2: Pull complete 20:36:39 0d57e429df01: Pull complete 20:36:39 4e4be7b47b0d: Pull complete 20:36:40 e1f770b5df2f: Pull complete 20:36:49 85a0685a4137: Pull complete 20:36:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:36:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:36:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:36:49 prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container 20:36:49 $ 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 20:36:50 $ docker top 0a808cd4badf2645a9709d9751a1682078ad815112885f0cf4c388067d5049df -eo pid,comm [Pipeline] { [Pipeline] echo 20:36:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:36:50 + set -o pipefail 20:36:50 + snyk monitor '--org=edgex-jenkins' 20:37:03 20:37:03 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 20:37:03 20:37:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/c2b5eebc-8edf-4867-8605-abe357cfa0de 20:37:03 20:37:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:37:03 20:37:11 [Pipeline] } 20:37:11 $ docker stop --time=1 0a808cd4badf2645a9709d9751a1682078ad815112885f0cf4c388067d5049df 20:37:14 $ docker rm -f 0a808cd4badf2645a9709d9751a1682078ad815112885f0cf4c388067d5049df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 20:37:16 + git log --format=format:%s -1 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] isUnix [Pipeline] sh 20:37:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:37:16 . [Pipeline] withDockerContainer 20:37:16 prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container 20:37:16 $ 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 20:37:17 $ docker top a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:37:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:37:17 [ssh-agent] Looking for ssh-agent implementation... 20:37:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:37:17 $ docker exec a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 ssh-agent 20:37:18 SSH_AUTH_SOCK=/tmp/ssh-iUFdfBxDvhG1/agent.12 20:37:18 SSH_AGENT_PID=17 20:37:18 Running ssh-add (command line suppressed) 20:37:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1859340063357516423.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1859340063357516423.key) 20:37:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:37:18 + git semver tag 20:37:18 # -> Open(): unable to determine branch for HEAD 20:37:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:37:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:37:18 # $SEMVER_REMOTE_NAME = origin 20:37:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:37:18 # $SEMVER_USER_NAME = edgex-jenkins 20:37:18 # $SEMVER_BRANCH = master 20:37:18 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:37:18 # 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 HEAD 20:37:18 # -> Force: false 20:37:18 # f5a2e6f8b446d549fa4b683652d1982661b563dc refs/tags/v2.0.0-dev.45 [Pipeline] } 20:37:18 $ docker exec --env ******** --env ******** a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 ssh-agent -k 20:37:18 unset SSH_AUTH_SOCK; 20:37:18 unset SSH_AGENT_PID; 20:37:18 echo Agent pid 17 killed; 20:37:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:37:19 + git semver [Pipeline] } 20:37:19 $ docker stop --time=1 a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 20:37:20 $ docker rm -f a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:37:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:37:21 20:37:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:37:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:37:21 0.23.1-centos7: Pulling from edgex-lftools 20:37:21 ab5ef0e58194: Pulling fs layer 20:37:21 9712f1f96733: Pulling fs layer 20:37:21 63f879dbbcfc: Pulling fs layer 20:37:21 0d9ebad4ef96: Pulling fs layer 20:37:21 e9a5061849ea: Pulling fs layer 20:37:21 d747dcd14b5f: Pulling fs layer 20:37:21 2de7ff778b66: Pulling fs layer 20:37:21 e9a5061849ea: Waiting 20:37:21 0d9ebad4ef96: Waiting 20:37:21 d747dcd14b5f: Waiting 20:37:21 2de7ff778b66: Waiting 20:37:21 9712f1f96733: Verifying Checksum 20:37:21 9712f1f96733: Download complete 20:37:22 63f879dbbcfc: Verifying Checksum 20:37:22 63f879dbbcfc: Download complete 20:37:23 e9a5061849ea: Verifying Checksum 20:37:23 e9a5061849ea: Download complete 20:37:23 d747dcd14b5f: Verifying Checksum 20:37:23 d747dcd14b5f: Download complete 20:37:23 2de7ff778b66: Verifying Checksum 20:37:23 2de7ff778b66: Download complete 20:37:23 0d9ebad4ef96: Verifying Checksum 20:37:23 0d9ebad4ef96: Download complete 20:37:23 ab5ef0e58194: Verifying Checksum 20:37:23 ab5ef0e58194: Download complete 20:37:28 ab5ef0e58194: Pull complete 20:37:28 9712f1f96733: Pull complete 20:37:30 63f879dbbcfc: Pull complete 20:37:37 0d9ebad4ef96: Pull complete 20:37:38 e9a5061849ea: Pull complete 20:37:38 d747dcd14b5f: Pull complete 20:37:41 2de7ff778b66: Pull complete 20:37:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:37:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:37:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:37:41 prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container 20:37:41 $ 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 20:37:45 $ docker top 09ae11497ba972a1faa903d1f59e6a60fba5df6dffd415e5f4ed10960ed89369 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:37:45 provisioning config files... 20:37:45 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9029088236415553622tmp 20:37:45 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4907623963872747458tmp 20:37:45 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6131833946769566901tmp [Pipeline] { [Pipeline] echo 20:37:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:37:46 ---> sigul-configuration.sh 20:37:46 gpg: directory `/root/.gnupg' created 20:37:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:37:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:37:46 gpg: keyring `/root/.gnupg/secring.gpg' created 20:37:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:37:46 gpg: CAST5 encrypted data 20:37:46 gpg: encrypted with 1 passphrase 20:37:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:37:46 + mkdir /home/jenkins 20:37:46 + mkdir /home/jenkins/sigul [Pipeline] sh 20:37:46 + 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 20:37:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:37:47 ---> sigul-install.sh 20:37:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:37:54 + git tag --list 20:37:54 v0.0.1 20:37:54 v0.0.10 20:37:54 v0.0.11 20:37:54 v0.0.12 20:37:54 v0.0.13 20:37:54 v0.0.14 20:37:54 v0.0.15 20:37:54 v0.0.16 20:37:54 v0.0.17 20:37:54 v0.0.18 20:37:54 v0.0.19 20:37:54 v0.0.2 20:37:54 v0.0.20 20:37:54 v0.0.21 20:37:54 v0.0.22 20:37:54 v0.0.23 20:37:54 v0.0.24 20:37:54 v0.0.25 20:37:54 v0.0.26 20:37:54 v0.0.27 20:37:54 v0.0.28 20:37:54 v0.0.29 20:37:54 v0.0.3 20:37:54 v0.0.30 20:37:54 v0.0.31 20:37:54 v0.0.32 20:37:54 v0.0.33 20:37:54 v0.0.34 20:37:54 v0.0.35 20:37:54 v0.0.36 20:37:54 v0.0.37 20:37:54 v0.0.38 20:37:54 v0.0.39 20:37:54 v0.0.4 20:37:54 v0.0.40 20:37:54 v0.0.41 20:37:54 v0.0.42 20:37:54 v0.0.43 20:37:54 v0.0.44 20:37:54 v0.0.45 20:37:54 v0.0.46 20:37:54 v0.0.47 20:37:54 v0.0.48 20:37:54 v0.0.49 20:37:54 v0.0.5 20:37:54 v0.0.50 20:37:54 v0.0.51 20:37:54 v0.0.52 20:37:54 v0.0.53 20:37:54 v0.0.54 20:37:54 v0.0.55 20:37:54 v0.0.56 20:37:54 v0.0.57 20:37:54 v0.0.58 20:37:54 v0.0.59 20:37:54 v0.0.6 20:37:54 v0.0.60 20:37:54 v0.0.61 20:37:54 v0.0.62 20:37:54 v0.0.63 20:37:54 v0.0.64 20:37:54 v0.0.65 20:37:54 v0.0.66 20:37:54 v0.0.67 20:37:54 v0.0.68 20:37:54 v0.0.69 20:37:54 v0.0.7 20:37:54 v0.0.70 20:37:54 v0.0.71 20:37:54 v0.0.72 20:37:54 v0.0.8 20:37:54 v0.0.9 20:37:54 v2.0.0-dev.1 20:37:54 v2.0.0-dev.10 20:37:54 v2.0.0-dev.11 20:37:54 v2.0.0-dev.12 20:37:54 v2.0.0-dev.13 20:37:54 v2.0.0-dev.14 20:37:54 v2.0.0-dev.15 20:37:54 v2.0.0-dev.16 20:37:54 v2.0.0-dev.17 20:37:54 v2.0.0-dev.18 20:37:54 v2.0.0-dev.19 20:37:54 v2.0.0-dev.2 20:37:54 v2.0.0-dev.20 20:37:54 v2.0.0-dev.21 20:37:54 v2.0.0-dev.22 20:37:54 v2.0.0-dev.23 20:37:54 v2.0.0-dev.24 20:37:54 v2.0.0-dev.25 20:37:54 v2.0.0-dev.26 20:37:54 v2.0.0-dev.27 20:37:54 v2.0.0-dev.28 20:37:54 v2.0.0-dev.29 20:37:54 v2.0.0-dev.3 20:37:54 v2.0.0-dev.30 20:37:54 v2.0.0-dev.31 20:37:54 v2.0.0-dev.32 20:37:54 v2.0.0-dev.33 20:37:54 v2.0.0-dev.34 20:37:54 v2.0.0-dev.35 20:37:54 v2.0.0-dev.36 20:37:54 v2.0.0-dev.37 20:37:54 v2.0.0-dev.38 20:37:54 v2.0.0-dev.39 20:37:54 v2.0.0-dev.4 20:37:54 v2.0.0-dev.40 20:37:54 v2.0.0-dev.41 20:37:54 v2.0.0-dev.42 20:37:54 v2.0.0-dev.43 20:37:54 v2.0.0-dev.44 20:37:54 v2.0.0-dev.45 20:37:54 v2.0.0-dev.5 20:37:54 v2.0.0-dev.6 20:37:54 v2.0.0-dev.7 20:37:54 v2.0.0-dev.8 20:37:54 v2.0.0-dev.9 [Pipeline] sh 20:37:54 + lftools sign git-tag v2.0.0-dev.45 20:37:55 Signing Git tag with Sigul... 20:37:55 Signing v2.0.0-dev.45 [Pipeline] echo 20:37:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:37:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:37:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:37:57 $ docker stop --time=1 09ae11497ba972a1faa903d1f59e6a60fba5df6dffd415e5f4ed10960ed89369 20:37:58 $ docker rm -f 09ae11497ba972a1faa903d1f59e6a60fba5df6dffd415e5f4ed10960ed89369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:37:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:37:59 . [Pipeline] withDockerContainer 20:37:59 prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container 20:37: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 20:38:00 $ docker top 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:38:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:38:00 [ssh-agent] Looking for ssh-agent implementation... 20:38:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:38:00 $ docker exec 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 ssh-agent 20:38:00 SSH_AUTH_SOCK=/tmp/ssh-6Bf4EdHMgpFG/agent.12 20:38:00 SSH_AGENT_PID=18 20:38:00 Running ssh-add (command line suppressed) 20:38:00 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9020287919092134271.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9020287919092134271.key) 20:38:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:38:01 + git semver bump pre 20:38:01 # -> Open(): unable to determine branch for HEAD 20:38:01 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:38:01 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:38:01 # $SEMVER_REMOTE_NAME = origin 20:38:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:38:01 # $SEMVER_USER_NAME = edgex-jenkins 20:38:01 # $SEMVER_BRANCH = master 20:38:01 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:38:01 2.0.0-dev.46 [Pipeline] } 20:38:01 $ docker exec --env ******** --env ******** 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 ssh-agent -k 20:38:01 unset SSH_AUTH_SOCK; 20:38:01 unset SSH_AGENT_PID; 20:38:01 echo Agent pid 18 killed; 20:38:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:38:01 + git semver [Pipeline] } 20:38:01 $ docker stop --time=1 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 20:38:03 $ docker rm -f 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:38:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:38:03 . [Pipeline] withDockerContainer 20:38:03 prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container 20:38:03 $ 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 20:38:04 $ docker top f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:38:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:38:04 [ssh-agent] Looking for ssh-agent implementation... 20:38:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:38:05 $ docker exec f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb ssh-agent 20:38:05 SSH_AUTH_SOCK=/tmp/ssh-m13uVZoNNRqe/agent.12 20:38:05 SSH_AGENT_PID=17 20:38:05 Running ssh-add (command line suppressed) 20:38:05 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6014996140215602677.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6014996140215602677.key) 20:38:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:38:05 + git semver push 20:38:05 # -> Open(): unable to determine branch for HEAD 20:38:05 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:38:05 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:38:05 # $SEMVER_REMOTE_NAME = origin 20:38:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:38:05 # $SEMVER_USER_NAME = edgex-jenkins 20:38:05 # $SEMVER_BRANCH = master 20:38:05 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:38:11 $ docker exec --env ******** --env ******** f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb ssh-agent -k 20:38:11 unset SSH_AUTH_SOCK; 20:38:11 unset SSH_AGENT_PID; 20:38:11 echo Agent pid 17 killed; 20:38:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:38:11 + git semver [Pipeline] } 20:38:11 $ docker stop --time=1 f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb 20:38:12 $ docker rm -f f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb [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 20:38:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:38:14 ---> package-listing.sh 20:38:14 ++ facter osfamily 20:38:14 ++ tr '[:upper:]' '[:lower:]' 20:38:14 + OS_FAMILY=redhat 20:38:14 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 20:38:14 + START_PACKAGES=/tmp/packages_start.txt 20:38:14 + END_PACKAGES=/tmp/packages_end.txt 20:38:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:38:14 + PACKAGES=/tmp/packages_start.txt 20:38:14 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:38:14 + PACKAGES=/tmp/packages_end.txt 20:38:14 + case "${OS_FAMILY}" in 20:38:14 + rpm -qa 20:38:14 + sort 20:38:19 + '[' -f /tmp/packages_start.txt ']' 20:38:19 + '[' -f /tmp/packages_end.txt ']' 20:38:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:38:19 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:38:19 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 20:38:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 20:38:19 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 20:38:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:20 20:38:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:38:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:20 alpine: Pulling from edgex-lftools-log-publisher 20:38:20 df20fa9351a1: Pulling fs layer 20:38:20 36b3adc4ff6f: Pulling fs layer 20:38:20 8ad3a11d3b57: Pulling fs layer 20:38:20 46f8f816bc3b: Pulling fs layer 20:38:20 93b61091891f: Pulling fs layer 20:38:20 93b9cdb0e59b: Pulling fs layer 20:38:20 5e14af77c1be: Pulling fs layer 20:38:20 01666e4c0597: Pulling fs layer 20:38:20 aa168da1d23b: Pulling fs layer 20:38:20 93b61091891f: Waiting 20:38:20 93b9cdb0e59b: Waiting 20:38:20 5e14af77c1be: Waiting 20:38:20 01666e4c0597: Waiting 20:38:20 aa168da1d23b: Waiting 20:38:20 46f8f816bc3b: Waiting 20:38:20 36b3adc4ff6f: Verifying Checksum 20:38:20 36b3adc4ff6f: Download complete 20:38:20 46f8f816bc3b: Verifying Checksum 20:38:20 46f8f816bc3b: Download complete 20:38:20 df20fa9351a1: Verifying Checksum 20:38:20 df20fa9351a1: Download complete 20:38:20 93b9cdb0e59b: Verifying Checksum 20:38:20 93b9cdb0e59b: Download complete 20:38:20 5e14af77c1be: Verifying Checksum 20:38:20 5e14af77c1be: Download complete 20:38:20 01666e4c0597: Verifying Checksum 20:38:20 01666e4c0597: Download complete 20:38:20 93b61091891f: Verifying Checksum 20:38:20 93b61091891f: Download complete 20:38:20 8ad3a11d3b57: Verifying Checksum 20:38:20 8ad3a11d3b57: Download complete 20:38:21 df20fa9351a1: Pull complete 20:38:21 36b3adc4ff6f: Pull complete 20:38:22 8ad3a11d3b57: Pull complete 20:38:22 46f8f816bc3b: Pull complete 20:38:22 aa168da1d23b: Verifying Checksum 20:38:22 aa168da1d23b: Download complete 20:38:23 93b61091891f: Pull complete 20:38:23 93b9cdb0e59b: Pull complete 20:38:23 5e14af77c1be: Pull complete 20:38:23 01666e4c0597: Pull complete 20:38:32 aa168da1d23b: Pull complete 20:38:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:38:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:38:32 prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container 20:38:32 $ 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 20:38:35 $ docker top e817004ce52ae352b474ba540ce7f041f7322f78037c7ffe76d6dba609ae311e -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:35 + touch /tmp/pre-build-complete [Pipeline] sh 20:38:35 + mkdir -p /var/log/sa [Pipeline] sh 20:38:36 + ls /var/log/sa-host 20:38:36 + sadf -c /var/log/sa-host/sa06 20:38:36 file_magic: OK 20:38:36 HZ: Using current value: 100 20:38:36 file_header: OK 20:38:36 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 20:38:36 Statistics: 20:38:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:38:36 File successfully converted to sysstat format version 12.2.1 20:38:36 + sadf -c /var/log/sa-host/sa23 20:38:36 file_magic: OK 20:38:36 HZ: Using current value: 100 20:38:36 file_header: OK 20:38:36 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 20:38:36 Statistics: 20:38:36 Hnuu...uuuununununu... 20:38:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:36 provisioning config files... 20:38:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2222127458397233483tmp [Pipeline] { [Pipeline] echo 20:38:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:38:36 ---> create-netrc.sh [Pipeline] } 20:38:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:38:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:38:37 ---> python-tools-install.sh [Pipeline] echo 20:38:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:38:37 ---> sudo-logs.sh 20:38:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:38:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:38:37 ---> job-cost.sh 20:38:37 lf-activate-venv: SKIPPING 20:38:37 DEBUG: total: 0.20999999344348907 20:38:37 INFO: Retrieving Stack Cost... 20:38:39 INFO: Retrieving Pricing Info for: v1-standard-2 20:38:39 INFO: Archiving Costs [Pipeline] echo 20:38:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:38:40 ---> logs-deploy.sh 20:38:40 lf-activate-venv: SKIPPING 20:38:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/121 20:38:40 INFO: archiving workspace using pattern(s): 20:38:41 Archives upload complete. 20:38:41 INFO: archiving logs to Nexus