Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a758ab2e4b8192d54c9d580a5110ea307f4931cd 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2041 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 a758ab2e4b8192d54c9d580a5110ea307f4931cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 Commit message: "Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.7" > git rev-list --no-walk b0be4bff414f616667081b807b7ae2ca15e70c77 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:18:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:18:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:18:35 ========================================================= 16:18:35 EdgeX Global Pipelines Version Info 16:18:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:18:37 ------------------- 16:18:37 stable info: 16:18:37 ------------------- 16:18:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:18:37 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:18:37 Message: update stable to v1.0.186 16:18:38 ------------------- 16:18:38 experimental info: 16:18:38 ------------------- 16:18:38 Commited By: **** collab-it+edgex@linuxfoundation.org 16:18:38 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 16:18:38 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:18:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:18:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:18:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:18:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:18:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a758ab2e4b8192d54c9d580a5110ea307f4931cd [Pipeline] echo 16:18:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a758ab2 [Pipeline] echo 16:18:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:18:39 + git log --format=format:%s -1 a758ab2e4b8192d54c9d580a5110ea307f4931cd [Pipeline] echo 16:18:39 GIT_COMMIT: a758ab2e4b8192d54c9d580a5110ea307f4931cd, Commit Message: Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.7 [Pipeline] echo 16:18:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:18:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:41 16:18:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:18:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:41 latest: Pulling from edgex-devops/git-semver 16:18:41 31603596830f: Pulling fs layer 16:18:41 2a8b12db71e7: Pulling fs layer 16:18:41 6ca5941a6612: Pulling fs layer 16:18:41 ecc8261a40a4: Pulling fs layer 16:18:41 ecc8261a40a4: Waiting 16:18:41 2a8b12db71e7: Verifying Checksum 16:18:41 2a8b12db71e7: Download complete 16:18:41 31603596830f: Verifying Checksum 16:18:41 31603596830f: Download complete 16:18:41 ecc8261a40a4: Verifying Checksum 16:18:41 ecc8261a40a4: Download complete 16:18:41 31603596830f: Pull complete 16:18:42 2a8b12db71e7: Pull complete 16:18:42 6ca5941a6612: Verifying Checksum 16:18:42 6ca5941a6612: Download complete 16:18:43 6ca5941a6612: Pull complete 16:18:43 ecc8261a40a4: Pull complete 16:18:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:18:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:18:43 prd-centos7-docker-4c-2g-2041 does not seem to be running inside a container 16:18:43 $ 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 16:18:45 $ docker top 28e18dbc0036ff63f1ad7c9746fd7c5ed0dc9fe0b39b50735267be464c1007e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:45 [ssh-agent] Looking for ssh-agent implementation... 16:18:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:45 $ docker exec 28e18dbc0036ff63f1ad7c9746fd7c5ed0dc9fe0b39b50735267be464c1007e0 ssh-agent 16:18:46 SSH_AUTH_SOCK=/tmp/ssh-8hRPLfrjtMWF/agent.12 16:18:46 SSH_AGENT_PID=17 16:18:46 Running ssh-add (command line suppressed) 16:18:46 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1112360756700167871.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1112360756700167871.key) 16:18:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:46 + git tag --points-at HEAD [Pipeline] } 16:18:46 $ docker exec --env ******** --env ******** 28e18dbc0036ff63f1ad7c9746fd7c5ed0dc9fe0b39b50735267be464c1007e0 ssh-agent -k 16:18:46 unset SSH_AUTH_SOCK; 16:18:46 unset SSH_AGENT_PID; 16:18:46 echo Agent pid 17 killed; 16:18:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:18:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:46 [ssh-agent] Looking for ssh-agent implementation... 16:18:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:47 $ docker exec 28e18dbc0036ff63f1ad7c9746fd7c5ed0dc9fe0b39b50735267be464c1007e0 ssh-agent 16:18:47 SSH_AUTH_SOCK=/tmp/ssh-z3TchC8Ll0Ec/agent.46 16:18:47 SSH_AGENT_PID=52 16:18:47 Running ssh-add (command line suppressed) 16:18:47 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4333372298124776750.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4333372298124776750.key) 16:18:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:47 + git semver init 16:18:47 # -> Open(): unable to determine branch for HEAD 16:18:47 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:18:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:18:47 # $SEMVER_REMOTE_NAME = origin 16:18:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:18:47 # $SEMVER_USER_NAME = edgex-jenkins 16:18:47 # $SEMVER_BRANCH = master 16:18:47 # $SEMVER_TEMP = /tmp/semver-304567539 16:18:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 16:18:48 # '/tmp/semver-304567539' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 16:18:48 # -> Force: false 16:18:48 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:18:48 $ docker exec --env ******** --env ******** 28e18dbc0036ff63f1ad7c9746fd7c5ed0dc9fe0b39b50735267be464c1007e0 ssh-agent -k 16:18:48 unset SSH_AUTH_SOCK; 16:18:48 unset SSH_AGENT_PID; 16:18:48 echo Agent pid 52 killed; 16:18:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:48 + git semver [Pipeline] } 16:18:48 $ docker stop --time=1 28e18dbc0036ff63f1ad7c9746fd7c5ed0dc9fe0b39b50735267be464c1007e0 16:18:50 $ docker rm -f 28e18dbc0036ff63f1ad7c9746fd7c5ed0dc9fe0b39b50735267be464c1007e0 [Pipeline] // withDockerContainer [Pipeline] sh 16:18:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:18:51 Stashed 1 file(s) [Pipeline] echo 16:18:51 [edgeXSemver]: initialized semver on version 2.0.0-dev.40 [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 16:18:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2037 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:18:51 Running in /w/workspace/go-mod-bootstrap/116 [Pipeline] { [Pipeline] checkout 16:18:57 using credential edgex-jenkins-ssh 16:18:57 Cloning the remote Git repository 16:18:57 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:18:57 > git init /w/workspace/go-mod-bootstrap/116 # timeout=10 16:18:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:18:57 > git --version # timeout=10 16:18:57 > git --version # 'git version 2.17.1' 16:18:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:18:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:58 Checking out Revision a758ab2e4b8192d54c9d580a5110ea307f4931cd (master) 16:18:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:18:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:18:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:18:58 > git config core.sparsecheckout # timeout=10 16:18:58 > git checkout -f a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 16:19:03 Commit message: "Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:19:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:19:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:19:05 + true 16:19:05 + sudo service docker restart 16:19:06 Still waiting to schedule task 16:19:06 ‘prd-centos7-docker-4c-2g-2040’ is offline; ‘prd-centos7-docker-4c-2g-2042’ is offline; ‘prd-centos7-docker-4c-2g-2044’ is offline [Pipeline] unstash [Pipeline] echo 16:19:07 ========================================================= 16:19:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:19:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:19:07 + 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 . 16:19:08 Sending build context to Docker daemon 852.5kB 16:19:08 Step 1/8 : ARG BASE=golang:1.15-alpine 16:19:08 Step 2/8 : FROM ${BASE} 16:19:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:19:08 5f621e34cdf4: Pulling fs layer 16:19:08 a4357932f1b6: Pulling fs layer 16:19:08 18c013af1878: Pulling fs layer 16:19:08 00ac8860ef70: Pulling fs layer 16:19:08 63d7cb157983: Pulling fs layer 16:19:08 b116817d02f9: Pulling fs layer 16:19:08 745a02a5169b: Pulling fs layer 16:19:08 00ac8860ef70: Waiting 16:19:08 63d7cb157983: Waiting 16:19:08 b116817d02f9: Waiting 16:19:08 745a02a5169b: Waiting 16:19:08 18c013af1878: Verifying Checksum 16:19:08 18c013af1878: Download complete 16:19:08 a4357932f1b6: Verifying Checksum 16:19:08 a4357932f1b6: Download complete 16:19:08 63d7cb157983: Verifying Checksum 16:19:08 b116817d02f9: Download complete 16:19:08 5f621e34cdf4: Verifying Checksum 16:19:08 5f621e34cdf4: Download complete 16:19:09 5f621e34cdf4: Pull complete 16:19:10 a4357932f1b6: Pull complete 16:19:10 18c013af1878: Pull complete 16:19:11 745a02a5169b: Verifying Checksum 16:19:11 745a02a5169b: Download complete 16:19:12 00ac8860ef70: Verifying Checksum 16:19:12 00ac8860ef70: Download complete 16:19:22 00ac8860ef70: Pull complete 16:19:22 63d7cb157983: Pull complete 16:19:23 b116817d02f9: Pull complete 16:19:27 745a02a5169b: Pull complete 16:19:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:19:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:19:27 ---> b7e6874047d6 16:19:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:19:30 ---> Running in b71178b78589 16:19:30 Removing intermediate container b71178b78589 16:19:30 ---> a1458fbe3f46 16:19:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:30 ---> Running in d7eac224ffa2 16:19:33 Removing intermediate container d7eac224ffa2 16:19:33 ---> 9f8c695b7800 16:19:33 Step 5/8 : RUN apk add --update --no-cache git make 16:19:33 ---> Running in 8a077f8a2349 16:19:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:35 OK: 142 MiB in 39 packages 16:19:37 Removing intermediate container 8a077f8a2349 16:19:37 ---> 649a2409964d 16:19:37 Step 6/8 : WORKDIR /build 16:19:37 ---> Running in 208151a09471 16:19:37 Removing intermediate container 208151a09471 16:19:37 ---> b9edfd793c9a 16:19:37 Step 7/8 : COPY go.mod . 16:19:38 ---> 66ae8c8ebaae 16:19:38 Step 8/8 : RUN go mod download 16:19:38 ---> Running in b3155f0cf4a0 16:20:05 Removing intermediate container b3155f0cf4a0 16:20:05 ---> 6e47b1e783fa 16:20:05 Successfully built 6e47b1e783fa 16:20:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:20:05 + docker inspect -f . ci-base-image-arm64 16:20:05 . [Pipeline] withDockerContainer 16:20:06 prd-ubuntu18.04-docker-arm64-4c-16g-2037 does not seem to be running inside a container 16:20:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/116 -v /w/workspace/go-mod-bootstrap/116:/w/workspace/go-mod-bootstrap/116:rw,z -v /w/workspace/go-mod-bootstrap/116@tmp:/w/workspace/go-mod-bootstrap/116@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 16:20:06 Running on prd-centos7-docker-4c-2g-2045 in /w/workspace/xfoundry_go-mod-bootstrap_master 16:20:07 $ docker top 8b7434892f162c014c28593ce79ee9dbcecb2269e454eb05ecaf9dec3be7b6ec -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 16:20:07 Running in /w/workspace/go-mod-bootstrap/116 [Pipeline] { [Pipeline] checkout 16:20:08 + go version 16:20:08 go version go1.15.5 linux/arm64 [Pipeline] } 16:20:08 $ docker stop --time=1 8b7434892f162c014c28593ce79ee9dbcecb2269e454eb05ecaf9dec3be7b6ec 16:20:10 $ docker rm -f 8b7434892f162c014c28593ce79ee9dbcecb2269e454eb05ecaf9dec3be7b6ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:20:10 using credential edgex-jenkins-ssh 16:20:10 Cloning the remote Git repository 16:20:11 + docker inspect -f . ci-base-image-arm64 16:20:11 . [Pipeline] withDockerContainer 16:20:10 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:20:10 > git init /w/workspace/go-mod-bootstrap/116 # timeout=10 16:20:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:20:10 > git --version # timeout=10 16:20:10 > git --version # 'git version 2.24.3' 16:20:10 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:11 prd-ubuntu18.04-docker-arm64-4c-16g-2037 does not seem to be running inside a container 16:20:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/116 -v /w/workspace/go-mod-bootstrap/116:/w/workspace/go-mod-bootstrap/116:rw,z -v /w/workspace/go-mod-bootstrap/116@tmp:/w/workspace/go-mod-bootstrap/116@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 16:20:12 Checking out Revision a758ab2e4b8192d54c9d580a5110ea307f4931cd (master) 16:20:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:20:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:20:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:20:11 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:12 > git config core.sparsecheckout # timeout=10 16:20:12 > git checkout -f a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 16:20:13 $ docker top 935c0ddd8bd0b31eb5d18a604f90d534608b92b8a57ce77d5f8eb008fe377901 -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:14 + make test 16:20:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:20:15 Commit message: "Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:20:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:20:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:20:17 + sudo service docker restart 16:20:17 + true 16:20:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:20:19 ========================================================= 16:20:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:20:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:20:19 + 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 . 16:20:19 Sending build context to Docker daemon 853.5kB 16:20:19 Step 1/8 : ARG BASE=golang:1.15-alpine 16:20:19 Step 2/8 : FROM ${BASE} 16:20:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:20:19 188c0c94c7c5: Pulling fs layer 16:20:19 0ef7d3d256c8: Pulling fs layer 16:20:19 de9db76c5a1d: Pulling fs layer 16:20:19 bca2f99d35d6: Pulling fs layer 16:20:19 93359f2a8cfa: Pulling fs layer 16:20:19 7c6f9722023f: Pulling fs layer 16:20:19 a35cf1a2eb13: Pulling fs layer 16:20:19 93359f2a8cfa: Waiting 16:20:19 7c6f9722023f: Waiting 16:20:19 a35cf1a2eb13: Waiting 16:20:19 bca2f99d35d6: Waiting 16:20:19 de9db76c5a1d: Verifying Checksum 16:20:19 de9db76c5a1d: Download complete 16:20:19 0ef7d3d256c8: Download complete 16:20:19 93359f2a8cfa: Verifying Checksum 16:20:19 93359f2a8cfa: Download complete 16:20:19 7c6f9722023f: Download complete 16:20:19 188c0c94c7c5: Verifying Checksum 16:20:19 188c0c94c7c5: Download complete 16:20:20 188c0c94c7c5: Pull complete 16:20:20 0ef7d3d256c8: Pull complete 16:20:20 de9db76c5a1d: Pull complete 16:20:21 a35cf1a2eb13: Verifying Checksum 16:20:21 a35cf1a2eb13: Download complete 16:20:22 bca2f99d35d6: Verifying Checksum 16:20:22 bca2f99d35d6: Download complete 16:20:27 bca2f99d35d6: Pull complete 16:20:27 93359f2a8cfa: Pull complete 16:20:27 7c6f9722023f: Pull complete 16:20:32 a35cf1a2eb13: Pull complete 16:20:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:20:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:20:32 ---> a62c8e92a672 16:20:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:20:32 ---> Running in 6301f0a05bf7 16:20:32 Removing intermediate container 6301f0a05bf7 16:20:32 ---> 1d9e7e286b14 16:20:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:32 ---> Running in 803d8d4fc321 16:20:34 Removing intermediate container 803d8d4fc321 16:20:34 ---> 31d22775b70f 16:20:34 Step 5/8 : RUN apk add --update --no-cache git make 16:20:34 ---> Running in aee69458ac7a 16:20:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:20:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:20:36 OK: 166 MiB in 39 packages 16:20:36 Removing intermediate container aee69458ac7a 16:20:36 ---> 2c001a99d4d4 16:20:36 Step 6/8 : WORKDIR /build 16:20:36 ---> Running in f54779389712 16:20:36 Removing intermediate container f54779389712 16:20:36 ---> 9605f7ed09df 16:20:36 Step 7/8 : COPY go.mod . 16:20:37 ---> c709c791f772 16:20:37 Step 8/8 : RUN go mod download 16:20:37 ---> Running in d6ed1a013522 16:20:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:20:47 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.084s coverage: 5.4% of statements 16:20:47 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:20:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.074s coverage: 92.2% of statements 16:20:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.042s coverage: 85.3% of statements 16:20:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:20:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:20:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:20:50 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.033s coverage: 26.7% of statements 16:20:55 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.045s coverage: 90.7% of statements 16:20:55 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:20:55 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:20:55 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.033s coverage: 91.3% of statements 16:20:55 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:20:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:20:55 Removing intermediate container d6ed1a013522 16:20:55 ---> 2adb5c38a0ed 16:20:55 Successfully built 2adb5c38a0ed 16:20:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:20:55 + docker inspect -f . ci-base-image-x86_64 16:20:55 . [Pipeline] withDockerContainer 16:20:56 prd-centos7-docker-4c-2g-2045 does not seem to be running inside a container 16:20:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/116 -v /w/workspace/go-mod-bootstrap/116:/w/workspace/go-mod-bootstrap/116:rw,z -v /w/workspace/go-mod-bootstrap/116@tmp:/w/workspace/go-mod-bootstrap/116@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 16:20:56 $ docker top 479ac0b59feffd68a9b186334b0a7d77195e09fd10c95932d175534d09a71bca -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:57 + go version 16:20:57 go version go1.15.5 linux/amd64 [Pipeline] } 16:20:57 $ docker stop --time=1 479ac0b59feffd68a9b186334b0a7d77195e09fd10c95932d175534d09a71bca 16:20:58 $ docker rm -f 479ac0b59feffd68a9b186334b0a7d77195e09fd10c95932d175534d09a71bca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:20:59 + docker inspect -f . ci-base-image-x86_64 16:20:59 . [Pipeline] withDockerContainer 16:20:59 prd-centos7-docker-4c-2g-2045 does not seem to be running inside a container 16:20:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/116 -v /w/workspace/go-mod-bootstrap/116:/w/workspace/go-mod-bootstrap/116:rw,z -v /w/workspace/go-mod-bootstrap/116@tmp:/w/workspace/go-mod-bootstrap/116@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 16:21:00 $ docker top da8c30e9b239a5584d2eef3039eb9136ad9cc25e93c207fc70c2309b11599b11 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:00 + make test 16:21:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:21:02 gofmt -l . 16:21:02 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:21:02 $ docker stop --time=1 935c0ddd8bd0b31eb5d18a604f90d534608b92b8a57ce77d5f8eb008fe377901 16:21:04 $ docker rm -f 935c0ddd8bd0b31eb5d18a604f90d534608b92b8a57ce77d5f8eb008fe377901 [Pipeline] // withDockerContainer [Pipeline] sh 16:21:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:21:06 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 16:21:06 ---> job-cost.sh 16:21:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JZmg 16:21:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:21:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.019s coverage: 5.4% of statements 16:21:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:21:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.027s coverage: 92.2% of statements 16:21:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.019s coverage: 85.3% of statements 16:21:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:21:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:21:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:21:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.022s coverage: 26.7% of statements 16:21:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.020s coverage: 90.7% of statements 16:21:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:21:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:21:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.007s coverage: 91.3% of statements 16:21:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:21:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:21:18 gofmt -l . 16:21:18 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:21:18 $ docker stop --time=1 da8c30e9b239a5584d2eef3039eb9136ad9cc25e93c207fc70c2309b11599b11 16:21:21 $ docker rm -f da8c30e9b239a5584d2eef3039eb9136ad9cc25e93c207fc70c2309b11599b11 [Pipeline] // withDockerContainer [Pipeline] sh 16:21:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:21:21 Warning: overwriting stash ‘coverage-report’ 16:21:22 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 16:21:22 ---> job-cost.sh 16:21:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Uyb8 16:21:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:21:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:22:04 lf-activate-venv(): INFO: Adding /tmp/venv-Uyb8/bin to PATH 16:22:04 INFO: No Stack... 16:22:05 INFO: Retrieving Pricing Info for: v1-standard-2 16:22:05 INFO: Archiving Costs [Pipeline] sh 16:22:05 + cat /w/workspace/go-mod-bootstrap/116/archives/cost.csv 16:22:05 + cut -d, -f6 [Pipeline] lock 16:22:06 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-116-stack-cost] 16:22:06 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-116-stack-cost] did not exist. Created. 16:22:06 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-116-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:22:06 + echo total: 0.029999999329447746 [Pipeline] stash 16:22:06 Stashed 1 file(s) [Pipeline] } 16:22:06 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-116-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:23:07 lf-activate-venv(): INFO: Adding /tmp/venv-JZmg/bin to PATH 16:23:07 INFO: No Stack... 16:23:07 INFO: Retrieving Pricing Info for: lf-standard-4 16:23:07 INFO: Archiving Costs [Pipeline] sh 16:23:08 + cat /w/workspace/go-mod-bootstrap/116/archives/cost.csv 16:23:08 + cut -d, -f6 [Pipeline] lock 16:23:08 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-116-stack-cost] 16:23:08 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-116-stack-cost] did not exist. Created. 16:23:08 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-116-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:23:08 /w/workspace/go-mod-bootstrap/116@tmp/durable-18a4b1a1/script.sh: 1: /w/workspace/go-mod-bootstrap/116@tmp/durable-18a4b1a1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:23:09 + echo total: 0.20999999344348907 [Pipeline] stash 16:23:09 Warning: overwriting stash ‘stack-cost’ 16:23:09 Stashed 1 file(s) [Pipeline] } 16:23:09 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-116-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 16:23:09 provisioning config files... 16:23:09 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2750608065825663314tmp [Pipeline] { [Pipeline] sh 16:23:10 + set +x 16:23:10 + curl -s https://codecov.io/bash 16:23:10 + bash -s -- 16:23:10 16:23:10 _____ _ 16:23:10 / ____| | | 16:23:10 | | ___ __| | ___ ___ _____ __ 16:23:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:23:10 | |___| (_) | (_| | __/ (_| (_) \ V / 16:23:10 \_____\___/ \__,_|\___|\___\___/ \_/ 16:23:10 Bash-1.0.2 16:23:10 16:23:10 16:23:10 ==> git version 2.24.3 found 16:23:10 ==> 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 16:23:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:23:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:23:10 ==> Jenkins CI detected. 16:23:10 project root: . 16:23:10 --> token set from env 16:23:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:23:10 ==> Running gcov in . (disable via -X gcov) 16:23:10 ==> Python coveragepy not found 16:23:10 ==> Searching for coverage reports in: 16:23:10 + . 16:23:10 -> Found 1 reports 16:23:10 ==> Detecting git/mercurial file structure 16:23:10 ==> Reading reports 16:23:10 + ./coverage.out bytes=28856 16:23:10 ==> Appending adjustments 16:23:10 https://docs.codecov.io/docs/fixing-reports 16:23:10 + Found adjustments 16:23:10 ==> Gzipping contents 16:23:10 8.0K /tmp/codecov.5G23br.gz 16:23:10 ==> Uploading reports 16:23:10 url: https://codecov.io 16:23:10 query: branch=master&commit=a758ab2e4b8192d54c9d580a5110ea307f4931cd&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F116%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:23:10 -> Pinging Codecov 16:23:10 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=a758ab2e4b8192d54c9d580a5110ea307f4931cd&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F116%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:23:11 -> Uploading to 16:23:11 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/a758ab2e4b8192d54c9d580a5110ea307f4931cd/618e2b22-2622-468d-a59f-4bfe6fb650c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T162311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=27317550105ef68da18b40a823d5eee4591ff2585e90de25b1c19b93b5439be7 16:23:11 % Total % Received % Xferd Average Speed Time Time Time Current 16:23:11 Dload Upload Total Spent Left Speed 16:23:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5512 0 0 100 5512 0 13272 --:--:-- --:--:-- --:--:-- 13250 100 5512 0 0 100 5512 0 13266 --:--:-- --:--:-- --:--:-- 13250 16:23:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/a758ab2e4b8192d54c9d580a5110ea307f4931cd [Pipeline] } 16:23:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:23:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:23:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:23:12 16:23:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:23:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:23:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:23:13 188c0c94c7c5: Pulling fs layer 16:23:13 0ef7d3d256c8: Pulling fs layer 16:23:13 de9db76c5a1d: Pulling fs layer 16:23:13 0eba1c9be4d2: Pulling fs layer 16:23:13 0d57e429df01: Pulling fs layer 16:23:13 4e4be7b47b0d: Pulling fs layer 16:23:13 e1f770b5df2f: Pulling fs layer 16:23:13 85a0685a4137: Pulling fs layer 16:23:13 0eba1c9be4d2: Waiting 16:23:13 0d57e429df01: Waiting 16:23:13 4e4be7b47b0d: Waiting 16:23:13 e1f770b5df2f: Waiting 16:23:13 85a0685a4137: Waiting 16:23:13 de9db76c5a1d: Verifying Checksum 16:23:13 de9db76c5a1d: Download complete 16:23:13 0ef7d3d256c8: Verifying Checksum 16:23:13 0ef7d3d256c8: Download complete 16:23:13 0d57e429df01: Verifying Checksum 16:23:13 0d57e429df01: Download complete 16:23:13 4e4be7b47b0d: Verifying Checksum 16:23:13 4e4be7b47b0d: Download complete 16:23:13 188c0c94c7c5: Download complete 16:23:13 188c0c94c7c5: Pull complete 16:23:13 0ef7d3d256c8: Pull complete 16:23:14 de9db76c5a1d: Pull complete 16:23:14 e1f770b5df2f: Verifying Checksum 16:23:14 e1f770b5df2f: Download complete 16:23:16 0eba1c9be4d2: Verifying Checksum 16:23:16 0eba1c9be4d2: Download complete 16:23:16 85a0685a4137: Verifying Checksum 16:23:16 85a0685a4137: Download complete 16:23:21 0eba1c9be4d2: Pull complete 16:23:21 0d57e429df01: Pull complete 16:23:22 4e4be7b47b0d: Pull complete 16:23:24 e1f770b5df2f: Pull complete 16:23:32 85a0685a4137: Pull complete 16:23:32 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:23:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:23:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:23:32 prd-centos7-docker-4c-2g-2041 does not seem to be running inside a container 16:23:32 $ 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 16:23:33 $ docker top b605d100b2549715e438e4daaefc370e1c84a1fbea2cdadf60d9a59e5142d299 -eo pid,comm [Pipeline] { [Pipeline] echo 16:23:34 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:23:34 + set -o pipefail 16:23:34 + snyk monitor '--org=edgex-jenkins' 16:23:40 16:23:40 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 16:23:40 16:23:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/e59d96eb-6aed-4ba2-86b4-2b086a69ee77 16:23:40 16:23:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:23:40 16:23:40 [Pipeline] } 16:23:41 $ docker stop --time=1 b605d100b2549715e438e4daaefc370e1c84a1fbea2cdadf60d9a59e5142d299 16:23:44 $ docker rm -f b605d100b2549715e438e4daaefc370e1c84a1fbea2cdadf60d9a59e5142d299 [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 16:23:45 + git log --format=format:%s -1 a758ab2e4b8192d54c9d580a5110ea307f4931cd [Pipeline] isUnix [Pipeline] sh 16:23:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:45 . [Pipeline] withDockerContainer 16:23:45 prd-centos7-docker-4c-2g-2041 does not seem to be running inside a container 16:23:45 $ 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 16:23:46 $ docker top 408e32420a6550953e717e2f8ac7887f954bc01d0948990815c6d30a0aee3fc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:46 [ssh-agent] Looking for ssh-agent implementation... 16:23:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:46 $ docker exec 408e32420a6550953e717e2f8ac7887f954bc01d0948990815c6d30a0aee3fc5 ssh-agent 16:23:47 SSH_AUTH_SOCK=/tmp/ssh-QlIP3Ak3UKO0/agent.12 16:23:47 SSH_AGENT_PID=17 16:23:47 Running ssh-add (command line suppressed) 16:23:47 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2276660007819750222.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2276660007819750222.key) 16:23:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:47 + git semver tag 16:23:47 # -> Open(): unable to determine branch for HEAD 16:23:47 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:23:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:23:47 # $SEMVER_REMOTE_NAME = origin 16:23:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:23:47 # $SEMVER_USER_NAME = edgex-jenkins 16:23:47 # $SEMVER_BRANCH = master 16:23:47 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:23:47 # a758ab2e4b8192d54c9d580a5110ea307f4931cd HEAD 16:23:47 # -> Force: false 16:23:47 # 006b95b1d8a6d4f2cbccd1d04111e953601c74fc refs/tags/v2.0.0-dev.40 [Pipeline] } 16:23:47 $ docker exec --env ******** --env ******** 408e32420a6550953e717e2f8ac7887f954bc01d0948990815c6d30a0aee3fc5 ssh-agent -k 16:23:47 unset SSH_AUTH_SOCK; 16:23:47 unset SSH_AGENT_PID; 16:23:47 echo Agent pid 17 killed; 16:23:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:48 + git semver [Pipeline] } 16:23:48 $ docker stop --time=1 408e32420a6550953e717e2f8ac7887f954bc01d0948990815c6d30a0aee3fc5 16:23:49 $ docker rm -f 408e32420a6550953e717e2f8ac7887f954bc01d0948990815c6d30a0aee3fc5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:23:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:23:50 16:23:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:23:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:23:50 0.23.1-centos7: Pulling from edgex-lftools 16:23:50 ab5ef0e58194: Pulling fs layer 16:23:50 9712f1f96733: Pulling fs layer 16:23:50 63f879dbbcfc: Pulling fs layer 16:23:50 0d9ebad4ef96: Pulling fs layer 16:23:50 e9a5061849ea: Pulling fs layer 16:23:50 d747dcd14b5f: Pulling fs layer 16:23:50 2de7ff778b66: Pulling fs layer 16:23:50 e9a5061849ea: Waiting 16:23:50 0d9ebad4ef96: Waiting 16:23:50 d747dcd14b5f: Waiting 16:23:50 2de7ff778b66: Waiting 16:23:50 9712f1f96733: Verifying Checksum 16:23:50 9712f1f96733: Download complete 16:23:52 63f879dbbcfc: Verifying Checksum 16:23:52 63f879dbbcfc: Download complete 16:23:52 e9a5061849ea: Download complete 16:23:52 d747dcd14b5f: Verifying Checksum 16:23:52 d747dcd14b5f: Download complete 16:23:52 0d9ebad4ef96: Verifying Checksum 16:23:52 0d9ebad4ef96: Download complete 16:23:52 2de7ff778b66: Verifying Checksum 16:23:52 2de7ff778b66: Download complete 16:23:52 ab5ef0e58194: Verifying Checksum 16:23:52 ab5ef0e58194: Download complete 16:23:58 ab5ef0e58194: Pull complete 16:23:58 9712f1f96733: Pull complete 16:24:00 63f879dbbcfc: Pull complete 16:24:07 0d9ebad4ef96: Pull complete 16:24:10 e9a5061849ea: Pull complete 16:24:10 d747dcd14b5f: Pull complete 16:24:12 2de7ff778b66: Pull complete 16:24:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:24:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:24:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:24:12 prd-centos7-docker-4c-2g-2041 does not seem to be running inside a container 16:24:12 $ 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 16:24:15 $ docker top 948d6d8bd9e0ec05fc8ae307f5409a5e698c185341ac0aa8e094f822877978de -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:24:16 provisioning config files... 16:24:16 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1369744795102558802tmp 16:24:16 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1263048232890597872tmp 16:24:16 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7792030390952378564tmp [Pipeline] { [Pipeline] echo 16:24:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:24:16 ---> sigul-configuration.sh 16:24:16 gpg: directory `/root/.gnupg' created 16:24:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:24:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:24:16 gpg: keyring `/root/.gnupg/secring.gpg' created 16:24:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:24:16 gpg: CAST5 encrypted data 16:24:16 gpg: encrypted with 1 passphrase 16:24:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:24:17 + mkdir /home/jenkins 16:24:17 + mkdir /home/jenkins/sigul [Pipeline] sh 16:24:17 + 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 16:24:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:24:17 ---> sigul-install.sh 16:24:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:24:24 + git tag --list 16:24:24 v0.0.1 16:24:24 v0.0.10 16:24:24 v0.0.11 16:24:24 v0.0.12 16:24:24 v0.0.13 16:24:24 v0.0.14 16:24:24 v0.0.15 16:24:24 v0.0.16 16:24:24 v0.0.17 16:24:24 v0.0.18 16:24:24 v0.0.19 16:24:24 v0.0.2 16:24:24 v0.0.20 16:24:24 v0.0.21 16:24:24 v0.0.22 16:24:24 v0.0.23 16:24:24 v0.0.24 16:24:24 v0.0.25 16:24:24 v0.0.26 16:24:24 v0.0.27 16:24:24 v0.0.28 16:24:24 v0.0.29 16:24:24 v0.0.3 16:24:24 v0.0.30 16:24:24 v0.0.31 16:24:24 v0.0.32 16:24:24 v0.0.33 16:24:24 v0.0.34 16:24:24 v0.0.35 16:24:24 v0.0.36 16:24:24 v0.0.37 16:24:24 v0.0.38 16:24:24 v0.0.39 16:24:24 v0.0.4 16:24:24 v0.0.40 16:24:24 v0.0.41 16:24:24 v0.0.42 16:24:24 v0.0.43 16:24:24 v0.0.44 16:24:24 v0.0.45 16:24:24 v0.0.46 16:24:24 v0.0.47 16:24:24 v0.0.48 16:24:24 v0.0.49 16:24:24 v0.0.5 16:24:24 v0.0.50 16:24:24 v0.0.51 16:24:24 v0.0.52 16:24:24 v0.0.53 16:24:24 v0.0.54 16:24:24 v0.0.55 16:24:24 v0.0.56 16:24:24 v0.0.57 16:24:24 v0.0.58 16:24:24 v0.0.59 16:24:24 v0.0.6 16:24:24 v0.0.60 16:24:24 v0.0.61 16:24:24 v0.0.62 16:24:24 v0.0.63 16:24:24 v0.0.64 16:24:24 v0.0.65 16:24:24 v0.0.66 16:24:24 v0.0.67 16:24:24 v0.0.68 16:24:24 v0.0.69 16:24:24 v0.0.7 16:24:24 v0.0.70 16:24:24 v0.0.71 16:24:24 v0.0.72 16:24:24 v0.0.8 16:24:24 v0.0.9 16:24:24 v2.0.0-dev.1 16:24:24 v2.0.0-dev.10 16:24:24 v2.0.0-dev.11 16:24:24 v2.0.0-dev.12 16:24:24 v2.0.0-dev.13 16:24:24 v2.0.0-dev.14 16:24:24 v2.0.0-dev.15 16:24:24 v2.0.0-dev.16 16:24:24 v2.0.0-dev.17 16:24:24 v2.0.0-dev.18 16:24:24 v2.0.0-dev.19 16:24:24 v2.0.0-dev.2 16:24:24 v2.0.0-dev.20 16:24:24 v2.0.0-dev.21 16:24:24 v2.0.0-dev.22 16:24:24 v2.0.0-dev.23 16:24:24 v2.0.0-dev.24 16:24:24 v2.0.0-dev.25 16:24:24 v2.0.0-dev.26 16:24:24 v2.0.0-dev.27 16:24:24 v2.0.0-dev.28 16:24:24 v2.0.0-dev.29 16:24:24 v2.0.0-dev.3 16:24:24 v2.0.0-dev.30 16:24:24 v2.0.0-dev.31 16:24:24 v2.0.0-dev.32 16:24:24 v2.0.0-dev.33 16:24:24 v2.0.0-dev.34 16:24:24 v2.0.0-dev.35 16:24:24 v2.0.0-dev.36 16:24:24 v2.0.0-dev.37 16:24:24 v2.0.0-dev.38 16:24:24 v2.0.0-dev.39 16:24:24 v2.0.0-dev.4 16:24:24 v2.0.0-dev.40 16:24:24 v2.0.0-dev.5 16:24:24 v2.0.0-dev.6 16:24:24 v2.0.0-dev.7 16:24:24 v2.0.0-dev.8 16:24:24 v2.0.0-dev.9 [Pipeline] sh 16:24:24 + lftools sign git-tag v2.0.0-dev.40 16:24:26 Signing Git tag with Sigul... 16:24:26 Signing v2.0.0-dev.40 [Pipeline] echo 16:24:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:24:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:24:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:24:27 $ docker stop --time=1 948d6d8bd9e0ec05fc8ae307f5409a5e698c185341ac0aa8e094f822877978de 16:24:29 $ docker rm -f 948d6d8bd9e0ec05fc8ae307f5409a5e698c185341ac0aa8e094f822877978de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:24:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:30 . [Pipeline] withDockerContainer 16:24:30 prd-centos7-docker-4c-2g-2041 does not seem to be running inside a container 16:24:30 $ 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 16:24:31 $ docker top 3ded8fc92313296d80505fe9df2e53ae433f6f40884a90243e5c2703b5eef27b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:24:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:31 [ssh-agent] Looking for ssh-agent implementation... 16:24:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:31 $ docker exec 3ded8fc92313296d80505fe9df2e53ae433f6f40884a90243e5c2703b5eef27b ssh-agent 16:24:32 SSH_AUTH_SOCK=/tmp/ssh-aUoTb2JSrOLw/agent.13 16:24:32 SSH_AGENT_PID=19 16:24:32 Running ssh-add (command line suppressed) 16:24:32 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5345300322655259622.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5345300322655259622.key) 16:24:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:32 + git semver bump pre 16:24:32 # -> Open(): unable to determine branch for HEAD 16:24:32 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:24:32 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:24:32 # $SEMVER_REMOTE_NAME = origin 16:24:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:24:32 # $SEMVER_USER_NAME = edgex-jenkins 16:24:32 # $SEMVER_BRANCH = master 16:24:32 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:24:32 2.0.0-dev.41 [Pipeline] } 16:24:32 $ docker exec --env ******** --env ******** 3ded8fc92313296d80505fe9df2e53ae433f6f40884a90243e5c2703b5eef27b ssh-agent -k 16:24:32 unset SSH_AUTH_SOCK; 16:24:32 unset SSH_AGENT_PID; 16:24:32 echo Agent pid 19 killed; 16:24:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:24:33 + git semver [Pipeline] } 16:24:33 $ docker stop --time=1 3ded8fc92313296d80505fe9df2e53ae433f6f40884a90243e5c2703b5eef27b 16:24:34 $ docker rm -f 3ded8fc92313296d80505fe9df2e53ae433f6f40884a90243e5c2703b5eef27b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:24:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:35 . [Pipeline] withDockerContainer 16:24:35 prd-centos7-docker-4c-2g-2041 does not seem to be running inside a container 16:24:35 $ 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 16:24:36 $ docker top 21536b0533e899e1936f8e268ef0f6fc9c19d39c2baaaf29118d85008221ce03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:24:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:36 [ssh-agent] Looking for ssh-agent implementation... 16:24:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:36 $ docker exec 21536b0533e899e1936f8e268ef0f6fc9c19d39c2baaaf29118d85008221ce03 ssh-agent 16:24:36 SSH_AUTH_SOCK=/tmp/ssh-awmGTBcPwEUM/agent.12 16:24:36 SSH_AGENT_PID=17 16:24:36 Running ssh-add (command line suppressed) 16:24:36 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6806107249302995061.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6806107249302995061.key) 16:24:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:37 + git semver push 16:24:37 # -> Open(): unable to determine branch for HEAD 16:24:37 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:24:37 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:24:37 # $SEMVER_REMOTE_NAME = origin 16:24:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:24:37 # $SEMVER_USER_NAME = edgex-jenkins 16:24:37 # $SEMVER_BRANCH = master 16:24:37 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:24:41 $ docker exec --env ******** --env ******** 21536b0533e899e1936f8e268ef0f6fc9c19d39c2baaaf29118d85008221ce03 ssh-agent -k 16:24:41 unset SSH_AUTH_SOCK; 16:24:41 unset SSH_AGENT_PID; 16:24:41 echo Agent pid 17 killed; 16:24:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:24:42 + git semver [Pipeline] } 16:24:42 $ docker stop --time=1 21536b0533e899e1936f8e268ef0f6fc9c19d39c2baaaf29118d85008221ce03 16:24:43 $ docker rm -f 21536b0533e899e1936f8e268ef0f6fc9c19d39c2baaaf29118d85008221ce03 [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 16:24:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:24:44 ---> package-listing.sh 16:24:44 ++ facter osfamily 16:24:44 ++ tr '[:upper:]' '[:lower:]' 16:24:44 + OS_FAMILY=redhat 16:24:44 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 16:24:44 + START_PACKAGES=/tmp/packages_start.txt 16:24:44 + END_PACKAGES=/tmp/packages_end.txt 16:24:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:24:44 + PACKAGES=/tmp/packages_start.txt 16:24:44 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:24:44 + PACKAGES=/tmp/packages_end.txt 16:24:44 + case "${OS_FAMILY}" in 16:24:44 + rpm -qa 16:24:44 + sort 16:24:50 + '[' -f /tmp/packages_start.txt ']' 16:24:50 + '[' -f /tmp/packages_end.txt ']' 16:24:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:24:50 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:24:50 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 16:24:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 16:24:50 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 16:24:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:24:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:24:50 16:24:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:24:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:24:51 alpine: Pulling from edgex-lftools-log-publisher 16:24:51 df20fa9351a1: Pulling fs layer 16:24:51 36b3adc4ff6f: Pulling fs layer 16:24:51 8ad3a11d3b57: Pulling fs layer 16:24:51 46f8f816bc3b: Pulling fs layer 16:24:51 93b61091891f: Pulling fs layer 16:24:51 93b9cdb0e59b: Pulling fs layer 16:24:51 5e14af77c1be: Pulling fs layer 16:24:51 01666e4c0597: Pulling fs layer 16:24:51 aa168da1d23b: Pulling fs layer 16:24:51 93b9cdb0e59b: Waiting 16:24:51 5e14af77c1be: Waiting 16:24:51 01666e4c0597: Waiting 16:24:51 46f8f816bc3b: Waiting 16:24:51 aa168da1d23b: Waiting 16:24:51 93b61091891f: Waiting 16:24:51 36b3adc4ff6f: Verifying Checksum 16:24:51 36b3adc4ff6f: Download complete 16:24:51 46f8f816bc3b: Verifying Checksum 16:24:51 46f8f816bc3b: Download complete 16:24:51 df20fa9351a1: Verifying Checksum 16:24:51 df20fa9351a1: Download complete 16:24:51 93b9cdb0e59b: Verifying Checksum 16:24:51 93b9cdb0e59b: Download complete 16:24:51 5e14af77c1be: Verifying Checksum 16:24:51 5e14af77c1be: Download complete 16:24:51 01666e4c0597: Verifying Checksum 16:24:51 01666e4c0597: Download complete 16:24:51 93b61091891f: Verifying Checksum 16:24:51 93b61091891f: Download complete 16:24:51 df20fa9351a1: Pull complete 16:24:51 8ad3a11d3b57: Verifying Checksum 16:24:51 8ad3a11d3b57: Download complete 16:24:52 36b3adc4ff6f: Pull complete 16:24:53 aa168da1d23b: Verifying Checksum 16:24:53 aa168da1d23b: Download complete 16:24:53 8ad3a11d3b57: Pull complete 16:24:53 46f8f816bc3b: Pull complete 16:24:54 93b61091891f: Pull complete 16:24:54 93b9cdb0e59b: Pull complete 16:24:54 5e14af77c1be: Pull complete 16:24:54 01666e4c0597: Pull complete 16:25:02 aa168da1d23b: Pull complete 16:25:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:25:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:25:03 prd-centos7-docker-4c-2g-2041 does not seem to be running inside a container 16:25:03 $ 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 16:25:05 $ docker top 4aad19ae8f1dc6d657612e76682d5a2540de47f0485a863122444bdce74f4a1c -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:06 + touch /tmp/pre-build-complete [Pipeline] sh 16:25:06 + mkdir -p /var/log/sa [Pipeline] sh 16:25:06 + ls /var/log/sa-host 16:25:06 + sadf -c /var/log/sa-host/sa23 16:25:06 file_magic: OK 16:25:06 HZ: Using current value: 100 16:25:06 file_header: OK 16:25:06 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 16:25:06 Statistics: 16:25:06 Hnuu...uuuununununu... 16:25:06 File successfully converted to sysstat format version 12.2.1 16:25:06 + sadf -c /var/log/sa-host/sa27 16:25:06 file_magic: OK 16:25:06 HZ: Using current value: 100 16:25:06 file_header: OK 16:25:06 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 16:25:06 Statistics: 16:25:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:25:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:25:07 provisioning config files... 16:25:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2145136881082765000tmp [Pipeline] { [Pipeline] echo 16:25:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:25:07 ---> create-netrc.sh [Pipeline] } 16:25:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:25:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:25:08 ---> python-tools-install.sh [Pipeline] echo 16:25:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:25:08 ---> sudo-logs.sh 16:25:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:25:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:25:08 ---> job-cost.sh 16:25:08 lf-activate-venv: SKIPPING 16:25:08 DEBUG: total: 0.20999999344348907 16:25:08 INFO: Retrieving Stack Cost... 16:25:10 INFO: Retrieving Pricing Info for: v1-standard-2 16:25:10 INFO: Archiving Costs [Pipeline] echo 16:25:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:25:11 ---> logs-deploy.sh 16:25:11 lf-activate-venv: SKIPPING 16:25:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/116 16:25:11 INFO: archiving workspace using pattern(s): 16:25:13 Archives upload complete. 16:25:13 INFO: archiving logs to Nexus 16:25:14 ---> uname -a: 16:25:14 Linux prd-centos7-docker-4c-2g-2041.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:25:14 16:25:14 16:25:14 ---> lscpu: 16:25:14 Architecture: x86_64 16:25:14 CPU op-mode(s): 32-bit, 64-bit 16:25:14 Byte Order: Little Endian 16:25:14 Address sizes: 40 bits physical, 48 bits virtual 16:25:14 CPU(s): 4 16:25:14 On-line CPU(s) list: 0-3 16:25:14 Thread(s) per core: 1 16:25:14 Core(s) per socket: 1 16:25:14 Socket(s): 4 16:25:14 NUMA node(s): 1 16:25:14 Vendor ID: GenuineIntel 16:25:14 CPU family: 6 16:25:14 Model: 44 16:25:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:25:14 Stepping: 1 16:25:14 CPU MHz: 2933.438 16:25:14 BogoMIPS: 5866.87 16:25:14 Virtualization: VT-x 16:25:14 Hypervisor vendor: KVM 16:25:14 Virtualization type: full 16:25:14 L1d cache: 128 KiB 16:25:14 L1i cache: 128 KiB 16:25:14 L2 cache: 16 MiB 16:25:14 L3 cache: 64 MiB 16:25:14 NUMA node0 CPU(s): 0-3 16:25:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:25:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:25:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:25:14 Vulnerability Meltdown: Mitigation; PTI 16:25:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:25:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:25:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:25:14 Vulnerability Srbds: Not affected 16:25:14 Vulnerability Tsx async abort: Not affected 16:25:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:25:14 16:25:14 16:25:14 ---> nproc: 16:25:14 4 16:25:14 16:25:14