Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a0f4fd28682ed4f56938b7a493887729e9cddf4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13399 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 6a0f4fd28682ed4f56938b7a493887729e9cddf4 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a0f4fd28682ed4f56938b7a493887729e9cddf4 # timeout=10 Commit message: "Merge pull request #129 from judehung/issue-128" > git rev-list --no-walk de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:14:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:14:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:14:09 ========================================================= 08:14:09 EdgeX Global Pipelines Version Info 08:14:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:14:11 ------------------- 08:14:11 stable info: 08:14:11 ------------------- 08:14:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:14:11 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 08:14:11 Message: update stable to v1.0.167 08:14:11 ------------------- 08:14:11 experimental info: 08:14:11 ------------------- 08:14:11 Commited By: **** collab-it+edgex@linuxfoundation.org 08:14:11 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 08:14:11 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:14:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:14:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:14:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:14:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:14:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:14:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] echo 08:14:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a0f4fd [Pipeline] echo 08:14:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:14:15 provisioning config files... 08:14:15 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config121485503704777156tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:14:16 ---> docker-login.sh 08:14:16 nexus3.edgexfoundry.org:10001 08:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:16 Configure a credential helper to remove this warning. See 08:14:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:16 08:14:16 Login Succeeded 08:14:16 nexus3.edgexfoundry.org:10002 08:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:16 Configure a credential helper to remove this warning. See 08:14:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:16 08:14:16 Login Succeeded 08:14:16 nexus3.edgexfoundry.org:10003 08:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:17 Configure a credential helper to remove this warning. See 08:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:17 08:14:17 Login Succeeded 08:14:17 nexus3.edgexfoundry.org:10004 08:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:17 Configure a credential helper to remove this warning. See 08:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:17 08:14:17 Login Succeeded 08:14:17 docker.io 08:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:17 Configure a credential helper to remove this warning. See 08:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:17 08:14:17 Login Succeeded 08:14:17 ---> docker-login.sh ends [Pipeline] } 08:14:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:14:18 + git log --format=format:%s -1 6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] echo 08:14:18 GIT_COMMIT: 6a0f4fd28682ed4f56938b7a493887729e9cddf4, Commit Message: Merge pull request #129 from judehung/issue-128 [Pipeline] echo 08:14:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:14:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:14:19 08:14:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:14:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:14:20 latest: Pulling from edgex-devops/git-semver 08:14:20 31603596830f: Pulling fs layer 08:14:20 2a8b12db71e7: Pulling fs layer 08:14:20 6ca5941a6612: Pulling fs layer 08:14:20 ecc8261a40a4: Pulling fs layer 08:14:20 ecc8261a40a4: Waiting 08:14:20 2a8b12db71e7: Download complete 08:14:20 31603596830f: Verifying Checksum 08:14:20 31603596830f: Download complete 08:14:20 6ca5941a6612: Verifying Checksum 08:14:20 6ca5941a6612: Download complete 08:14:20 ecc8261a40a4: Verifying Checksum 08:14:20 ecc8261a40a4: Download complete 08:14:20 31603596830f: Pull complete 08:14:21 2a8b12db71e7: Pull complete 08:14:21 6ca5941a6612: Pull complete 08:14:21 ecc8261a40a4: Pull complete 08:14:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:14:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:14:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:14:22 prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container 08:14:22 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:14:24 $ docker top 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:14:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:24 [ssh-agent] Looking for ssh-agent implementation... 08:14:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:24 $ docker exec 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent 08:14:25 SSH_AUTH_SOCK=/tmp/ssh-RJiDS84pmhFk/agent.12 08:14:25 SSH_AGENT_PID=17 08:14:25 Running ssh-add (command line suppressed) 08:14:25 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4156185189129377153.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4156185189129377153.key) 08:14:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:25 + git tag --points-at HEAD [Pipeline] } 08:14:25 $ docker exec --env ******** --env ******** 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent -k 08:14:25 unset SSH_AUTH_SOCK; 08:14:25 unset SSH_AGENT_PID; 08:14:25 echo Agent pid 17 killed; 08:14:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:14:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:26 [ssh-agent] Looking for ssh-agent implementation... 08:14:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:26 $ docker exec 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent 08:14:26 SSH_AUTH_SOCK=/tmp/ssh-SO2SfBjDCcXO/agent.45 08:14:26 SSH_AGENT_PID=51 08:14:26 Running ssh-add (command line suppressed) 08:14:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_465950140842148188.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_465950140842148188.key) 08:14:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:26 + git semver init 08:14:26 # -> Open(): unable to determine branch for HEAD 08:14:26 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 08:14:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 08:14:26 # $SEMVER_REMOTE_NAME = origin 08:14:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:14:26 # $SEMVER_USER_NAME = edgex-jenkins 08:14:26 # $SEMVER_BRANCH = master 08:14:26 # $SEMVER_TEMP = /tmp/semver-585282436 08:14:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 08:14:27 # '/tmp/semver-585282436' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 08:14:27 # -> Force: false 08:14:27 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 08:14:27 $ docker exec --env ******** --env ******** 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent -k 08:14:27 unset SSH_AUTH_SOCK; 08:14:27 unset SSH_AGENT_PID; 08:14:27 echo Agent pid 51 killed; 08:14:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:14:28 + git semver [Pipeline] } 08:14:28 $ docker stop --time=1 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 08:14:29 $ docker rm -f 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 [Pipeline] // withDockerContainer [Pipeline] sh 08:14:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:14:30 Stashed 1 file(s) [Pipeline] echo 08:14:30 [edgeXSemver]: initialized semver on version 0.0.59 [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 08:14:46 Still waiting to schedule task 08:14:46 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13399’ 08:14:46 Still waiting to schedule task 08:14:46 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 08:16:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13400 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 08:16:49 Running in /w/workspace/go-mod-bootstrap/62 [Pipeline] { [Pipeline] checkout 08:16:53 using credential edgex-jenkins-ssh 08:16:53 Cloning the remote Git repository 08:16:53 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 08:16:53 > git init /w/workspace/go-mod-bootstrap/62 # timeout=10 08:16:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 08:16:53 > git --version # timeout=10 08:16:53 > git --version # 'git version 2.17.1' 08:16:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:55 Checking out Revision 6a0f4fd28682ed4f56938b7a493887729e9cddf4 (master) 08:16:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 08:16:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 08:16:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 08:16:54 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:16:55 > git config core.sparsecheckout # timeout=10 08:16:55 > git checkout -f 6a0f4fd28682ed4f56938b7a493887729e9cddf4 # timeout=10 08:16:59 Commit message: "Merge pull request #129 from judehung/issue-128" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:17:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:17:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:17:02 + sudo service docker restart 08:17:02 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:17:04 provisioning config files... 08:17:04 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/62@tmp/config1496411467397879433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:17:05 ---> docker-login.sh 08:17:05 nexus3.edgexfoundry.org:10001 08:17:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:06 Configure a credential helper to remove this warning. See 08:17:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:06 08:17:06 Login Succeeded 08:17:06 nexus3.edgexfoundry.org:10002 08:17:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:07 Configure a credential helper to remove this warning. See 08:17:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:07 08:17:07 Login Succeeded 08:17:07 nexus3.edgexfoundry.org:10003 08:17:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:07 Configure a credential helper to remove this warning. See 08:17:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:07 08:17:07 Login Succeeded 08:17:07 nexus3.edgexfoundry.org:10004 08:17:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:08 Configure a credential helper to remove this warning. See 08:17:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:08 08:17:08 Login Succeeded 08:17:08 docker.io 08:17:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:08 Configure a credential helper to remove this warning. See 08:17:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:08 08:17:08 Login Succeeded 08:17:08 ---> docker-login.sh ends [Pipeline] } 08:17:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:17:09 ========================================================= 08:17:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:17:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:17:09 + 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 . 08:17:09 Sending build context to Docker daemon 569.3kB 08:17:09 Step 1/8 : ARG BASE=golang:1.15-alpine 08:17:09 Step 2/8 : FROM ${BASE} 08:17:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:17:10 b538f80385f9: Pulling fs layer 08:17:10 74f711af9a0d: Pulling fs layer 08:17:10 99f96fe45779: Pulling fs layer 08:17:10 8529a6b9a6be: Pulling fs layer 08:17:10 45590311c82a: Pulling fs layer 08:17:10 69ca0ff8b7b3: Pulling fs layer 08:17:10 209524e5b208: Pulling fs layer 08:17:10 45590311c82a: Waiting 08:17:10 69ca0ff8b7b3: Waiting 08:17:10 209524e5b208: Waiting 08:17:10 8529a6b9a6be: Waiting 08:17:10 99f96fe45779: Verifying Checksum 08:17:10 99f96fe45779: Download complete 08:17:10 74f711af9a0d: Verifying Checksum 08:17:10 74f711af9a0d: Download complete 08:17:10 45590311c82a: Verifying Checksum 08:17:10 45590311c82a: Download complete 08:17:10 b538f80385f9: Verifying Checksum 08:17:10 b538f80385f9: Download complete 08:17:10 69ca0ff8b7b3: Verifying Checksum 08:17:10 69ca0ff8b7b3: Download complete 08:17:11 b538f80385f9: Pull complete 08:17:12 74f711af9a0d: Pull complete 08:17:12 99f96fe45779: Pull complete 08:17:13 209524e5b208: Verifying Checksum 08:17:13 209524e5b208: Download complete 08:17:13 8529a6b9a6be: Verifying Checksum 08:17:13 8529a6b9a6be: Download complete 08:17:22 Running on prd-centos7-docker-4c-2g-13401 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 08:17:22 Running in /w/workspace/go-mod-bootstrap/62 [Pipeline] { [Pipeline] checkout 08:17:24 8529a6b9a6be: Pull complete 08:17:24 45590311c82a: Pull complete 08:17:24 69ca0ff8b7b3: Pull complete 08:17:27 using credential edgex-jenkins-ssh 08:17:27 Cloning the remote Git repository 08:17:27 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 08:17:27 > git init /w/workspace/go-mod-bootstrap/62 # timeout=10 08:17:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 08:17:27 > git --version # timeout=10 08:17:27 > git --version # 'git version 2.24.3' 08:17:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 08:17:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 08:17:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 08:17:28 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:28 209524e5b208: Pull complete 08:17:28 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:17:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:17:28 ---> 5bddaf1c2fca 08:17:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:17:29 Checking out Revision 6a0f4fd28682ed4f56938b7a493887729e9cddf4 (master) 08:17:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:17:29 > git config core.sparsecheckout # timeout=10 08:17:29 > git checkout -f 6a0f4fd28682ed4f56938b7a493887729e9cddf4 # timeout=10 08:17:31 ---> Running in 8c4a264b16ea 08:17:31 Removing intermediate container 8c4a264b16ea 08:17:31 ---> 0fe550f006a1 08:17:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:31 ---> Running in 81e65d37114a 08:17:33 Commit message: "Merge pull request #129 from judehung/issue-128" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:17:34 Removing intermediate container 81e65d37114a 08:17:34 ---> b21b2d038150 08:17:34 Step 5/8 : RUN apk add --update --no-cache git make 08:17:34 ---> Running in 2635f16e6960 08:17:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:17:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:35 + sudo service docker restart 08:17:35 + true 08:17:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:17:36 provisioning config files... 08:17:36 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/62@tmp/config151881962108349629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:36 ---> docker-login.sh 08:17:36 nexus3.edgexfoundry.org:10001 08:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:37 Configure a credential helper to remove this warning. See 08:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:37 08:17:37 Login Succeeded 08:17:37 nexus3.edgexfoundry.org:10002 08:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:37 Configure a credential helper to remove this warning. See 08:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:37 08:17:37 Login Succeeded 08:17:37 nexus3.edgexfoundry.org:10003 08:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:37 Configure a credential helper to remove this warning. See 08:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:37 08:17:37 Login Succeeded 08:17:37 nexus3.edgexfoundry.org:10004 08:17:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:38 Configure a credential helper to remove this warning. See 08:17:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:38 08:17:38 Login Succeeded 08:17:38 docker.io 08:17:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:38 Configure a credential helper to remove this warning. See 08:17:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:38 08:17:38 Login Succeeded 08:17:38 ---> docker-login.sh ends [Pipeline] } 08:17:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:17:39 ========================================================= 08:17:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:17:39 ========================================================= 08:17:39 OK: 142 MiB in 39 packages [Pipeline] isUnix [Pipeline] sh 08:17:39 + 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 . 08:17:39 Sending build context to Docker daemon 570.4kB 08:17:39 Step 1/8 : ARG BASE=golang:1.15-alpine 08:17:39 Step 2/8 : FROM ${BASE} 08:17:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:17:39 df20fa9351a1: Pulling fs layer 08:17:39 ed8968b2872e: Pulling fs layer 08:17:39 a92cc7c5fd73: Pulling fs layer 08:17:39 e871e8e8d7a9: Pulling fs layer 08:17:39 e73272ec9a57: Pulling fs layer 08:17:39 1e910a182e73: Pulling fs layer 08:17:39 4e634b169226: Pulling fs layer 08:17:39 e73272ec9a57: Waiting 08:17:39 e871e8e8d7a9: Waiting 08:17:39 4e634b169226: Waiting 08:17:39 a92cc7c5fd73: Download complete 08:17:39 ed8968b2872e: Verifying Checksum 08:17:39 ed8968b2872e: Download complete 08:17:39 e73272ec9a57: Verifying Checksum 08:17:39 e73272ec9a57: Download complete 08:17:39 1e910a182e73: Verifying Checksum 08:17:39 1e910a182e73: Download complete 08:17:39 df20fa9351a1: Verifying Checksum 08:17:39 df20fa9351a1: Download complete 08:17:39 Removing intermediate container 2635f16e6960 08:17:39 ---> 2d44bead3c35 08:17:39 Step 6/8 : WORKDIR /build 08:17:40 df20fa9351a1: Pull complete 08:17:40 ---> Running in 38579278830e 08:17:40 ed8968b2872e: Pull complete 08:17:40 a92cc7c5fd73: Pull complete 08:17:40 Removing intermediate container 38579278830e 08:17:40 ---> 37abb6dc0088 08:17:40 Step 7/8 : COPY go.mod . 08:17:41 ---> a635a33220f7 08:17:41 Step 8/8 : RUN go mod download 08:17:41 ---> Running in 17bca56ed674 08:17:42 4e634b169226: Verifying Checksum 08:17:42 4e634b169226: Download complete 08:17:43 e871e8e8d7a9: Verifying Checksum 08:17:43 e871e8e8d7a9: Download complete 08:17:52 e871e8e8d7a9: Pull complete 08:17:52 e73272ec9a57: Pull complete 08:17:52 1e910a182e73: Pull complete 08:17:56 4e634b169226: Pull complete 08:17:56 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:17:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:17:56 ---> f7629b54cfaa 08:17:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:17:56 ---> Running in a64e0fa9883d 08:17:56 Removing intermediate container a64e0fa9883d 08:17:56 ---> a6294bd7c187 08:17:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:56 ---> Running in a596a6429865 08:17:58 Removing intermediate container a596a6429865 08:17:58 ---> 249d30fc00a3 08:17:58 Step 5/8 : RUN apk add --update --no-cache git make 08:17:58 ---> Running in 8fae5c8dfdc3 08:17:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:00 OK: 166 MiB in 39 packages 08:18:01 Removing intermediate container 8fae5c8dfdc3 08:18:01 ---> b943e103ab02 08:18:01 Step 6/8 : WORKDIR /build 08:18:01 ---> Running in c95cb1bebdf7 08:18:01 Removing intermediate container c95cb1bebdf7 08:18:01 ---> e75fb1c2fb09 08:18:01 Step 7/8 : COPY go.mod . 08:18:01 ---> 465057fa6e8b 08:18:01 Step 8/8 : RUN go mod download 08:18:02 ---> Running in 7aefe3b273ad 08:18:03 Removing intermediate container 17bca56ed674 08:18:03 ---> 901e99aeb820 08:18:03 Successfully built 901e99aeb820 08:18:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:18:04 + docker inspect -f . ci-base-image-arm64 08:18:04 . [Pipeline] withDockerContainer 08:18:04 prd-ubuntu18.04-docker-arm64-4c-16g-13400 does not seem to be running inside a container 08:18:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/62 -v /w/workspace/go-mod-bootstrap/62:/w/workspace/go-mod-bootstrap/62:rw,z -v /w/workspace/go-mod-bootstrap/62@tmp:/w/workspace/go-mod-bootstrap/62@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 ******** ci-base-image-arm64 cat 08:18:05 $ docker top 5360078b546ad7ede9e628b639d9d69c6cb9625d90f8d0ad2ca445009c1c7341 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:06 + go version 08:18:06 go version go1.15.2 linux/arm64 [Pipeline] } 08:18:06 $ docker stop --time=1 5360078b546ad7ede9e628b639d9d69c6cb9625d90f8d0ad2ca445009c1c7341 08:18:08 $ docker rm -f 5360078b546ad7ede9e628b639d9d69c6cb9625d90f8d0ad2ca445009c1c7341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:09 + docker inspect -f . ci-base-image-arm64 08:18:09 . [Pipeline] withDockerContainer 08:18:10 prd-ubuntu18.04-docker-arm64-4c-16g-13400 does not seem to be running inside a container 08:18:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/62 -v /w/workspace/go-mod-bootstrap/62:/w/workspace/go-mod-bootstrap/62:rw,z -v /w/workspace/go-mod-bootstrap/62@tmp:/w/workspace/go-mod-bootstrap/62@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 ******** ci-base-image-arm64 cat 08:18:11 $ docker top cdaa7863cdfcd7db506bdca312ad2d034c651c8d462ae71d6a5307e22bc1590e -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:12 + make test 08:18:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:18:20 Removing intermediate container 7aefe3b273ad 08:18:20 ---> 7e0a26aae902 08:18:20 Successfully built 7e0a26aae902 08:18:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:18:21 + docker inspect -f . ci-base-image-x86_64 08:18:21 . [Pipeline] withDockerContainer 08:18:21 prd-centos7-docker-4c-2g-13401 does not seem to be running inside a container 08:18:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/62 -v /w/workspace/go-mod-bootstrap/62:/w/workspace/go-mod-bootstrap/62:rw,z -v /w/workspace/go-mod-bootstrap/62@tmp:/w/workspace/go-mod-bootstrap/62@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 ******** ci-base-image-x86_64 cat 08:18:22 $ docker top 2c17c87ba6ef80d8a93fbbdadb5a7ecfecec08defa5d09830a2bf67027e314d4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:23 + go version 08:18:23 go version go1.15.2 linux/amd64 [Pipeline] } 08:18:23 $ docker stop --time=1 2c17c87ba6ef80d8a93fbbdadb5a7ecfecec08defa5d09830a2bf67027e314d4 08:18:24 $ docker rm -f 2c17c87ba6ef80d8a93fbbdadb5a7ecfecec08defa5d09830a2bf67027e314d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:25 + docker inspect -f . ci-base-image-x86_64 08:18:25 . [Pipeline] withDockerContainer 08:18:25 prd-centos7-docker-4c-2g-13401 does not seem to be running inside a container 08:18:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/62 -v /w/workspace/go-mod-bootstrap/62:/w/workspace/go-mod-bootstrap/62:rw,z -v /w/workspace/go-mod-bootstrap/62@tmp:/w/workspace/go-mod-bootstrap/62@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 ******** ci-base-image-x86_64 cat 08:18:26 $ docker top 4a897666e9a65ea736b7878c4bbddaa9fd972f5ad7be1b545d6cd7afc96e8cfd -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:27 + make test 08:18:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:18:37 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 08:18:38 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.021s coverage: 9.0% of statements 08:18:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 08:18:38 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.017s coverage: 95.1% of statements 08:18:38 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.037s coverage: 87.8% of statements 08:18:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 08:18:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 08:18:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 08:18:39 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 08:18:40 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.033s coverage: 9.0% of statements 08:18:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 08:18:40 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.031s coverage: 95.1% of statements 08:18:40 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.037s coverage: 87.8% of statements 08:18:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 08:18:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 08:18:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 08:18:46 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.015s coverage: 100.0% of statements 08:18:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 08:18:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 08:18:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 08:18:46 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements 08:18:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 08:18:46 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 08:18:46 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 08:18:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:18:48 gofmt -l . 08:18:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:18:48 $ docker stop --time=1 4a897666e9a65ea736b7878c4bbddaa9fd972f5ad7be1b545d6cd7afc96e8cfd 08:18:50 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.033s coverage: 100.0% of statements 08:18:50 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 08:18:50 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 08:18:50 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 08:18:50 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements 08:18:50 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 08:18:50 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 08:18:50 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.017s coverage: 91.3% of statements 08:18:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:18:50 $ docker rm -f 4a897666e9a65ea736b7878c4bbddaa9fd972f5ad7be1b545d6cd7afc96e8cfd [Pipeline] // withDockerContainer [Pipeline] sh 08:18:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:18:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:18:54 gofmt -l . 08:18:54 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:18:54 $ docker stop --time=1 cdaa7863cdfcd7db506bdca312ad2d034c651c8d462ae71d6a5307e22bc1590e 08:18:56 $ docker rm -f cdaa7863cdfcd7db506bdca312ad2d034c651c8d462ae71d6a5307e22bc1590e [Pipeline] // withDockerContainer [Pipeline] sh 08:18:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:18:57 Warning: overwriting stash ‘coverage-report’ 08:18:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:19:00 provisioning config files... 08:19:00 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config410576155131391436tmp [Pipeline] { [Pipeline] sh 08:19:01 + set +x 08:19:01 + curl -s https://codecov.io/bash 08:19:01 + bash -s -- 08:19:01 08:19:01 _____ _ 08:19:01 / ____| | | 08:19:01 | | ___ __| | ___ ___ _____ __ 08:19:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:19:01 | |___| (_) | (_| | __/ (_| (_) \ V / 08:19:01 \_____\___/ \__,_|\___|\___\___/ \_/ 08:19:01 Bash-20201124-79cbc08 08:19:01 08:19:01 08:19:01 ==> Jenkins CI detected. 08:19:01 project root: . 08:19:01 --> token set from env 08:19:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:19:01 ==> Running gcov in . (disable via -X gcov) 08:19:01 ==> Python coveragepy not found 08:19:01 ==> Searching for coverage reports in: 08:19:01 + . 08:19:01 -> Found 1 reports 08:19:01 ==> Detecting git/mercurial file structure 08:19:01 ==> Reading reports 08:19:01 + ./coverage.out bytes=21004 08:19:01 ==> Appending adjustments 08:19:01 https://docs.codecov.io/docs/fixing-reports 08:19:01 + Found adjustments 08:19:01 ==> Gzipping contents 08:19:01 8.0K /tmp/codecov.OJ7yaO.gz 08:19:01 ==> Uploading reports 08:19:01 url: https://codecov.io 08:19:01 query: branch=master&commit=6a0f4fd28682ed4f56938b7a493887729e9cddf4&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F62%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 08:19:01 -> Pinging Codecov 08:19:01 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=6a0f4fd28682ed4f56938b7a493887729e9cddf4&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F62%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 08:19:02 -> Uploading to 08:19:02 https://storage.googleapis.com/codecov/v4/raw/2020-11-25/833815588EE85121546D348822E98E2E/6a0f4fd28682ed4f56938b7a493887729e9cddf4/f39f2e17-b28e-4199-bd44-2a9c4282cb6d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201125T081902Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5702d2f1970aab24cc8ea57c50a3b6b23e1378803c2cd94054dbfe619fb5766a 08:19:02 % Total % Received % Xferd Average Speed Time Time Time Current 08:19:02 Dload Upload Total Spent Left Speed 08:19:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4405 0 0 100 4405 0 10086 --:--:-- --:--:-- --:--:-- 10103 08:19:02 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] } 08:19:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:19:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:19:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:19:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:19:04 08:19:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:19:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:19:04 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:19:04 188c0c94c7c5: Pulling fs layer 08:19:04 0ef7d3d256c8: Pulling fs layer 08:19:04 de9db76c5a1d: Pulling fs layer 08:19:04 0eba1c9be4d2: Pulling fs layer 08:19:04 0d57e429df01: Pulling fs layer 08:19:04 4e4be7b47b0d: Pulling fs layer 08:19:04 e1f770b5df2f: Pulling fs layer 08:19:04 85a0685a4137: Pulling fs layer 08:19:04 0d57e429df01: Waiting 08:19:04 4e4be7b47b0d: Waiting 08:19:04 e1f770b5df2f: Waiting 08:19:04 0eba1c9be4d2: Waiting 08:19:04 de9db76c5a1d: Verifying Checksum 08:19:04 de9db76c5a1d: Download complete 08:19:04 0ef7d3d256c8: Verifying Checksum 08:19:04 0ef7d3d256c8: Download complete 08:19:04 0d57e429df01: Verifying Checksum 08:19:04 0d57e429df01: Download complete 08:19:04 188c0c94c7c5: Verifying Checksum 08:19:04 4e4be7b47b0d: Verifying Checksum 08:19:04 4e4be7b47b0d: Download complete 08:19:04 188c0c94c7c5: Pull complete 08:19:05 0ef7d3d256c8: Pull complete 08:19:05 de9db76c5a1d: Pull complete 08:19:06 e1f770b5df2f: Verifying Checksum 08:19:06 e1f770b5df2f: Download complete 08:19:08 0eba1c9be4d2: Download complete 08:19:08 85a0685a4137: Verifying Checksum 08:19:08 85a0685a4137: Download complete 08:19:14 0eba1c9be4d2: Pull complete 08:19:14 0d57e429df01: Pull complete 08:19:14 4e4be7b47b0d: Pull complete 08:19:15 e1f770b5df2f: Pull complete 08:19:24 85a0685a4137: Pull complete 08:19:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:19:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:19:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:19:24 prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container 08:19:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:19:25 $ docker top ef4ade2e3272f57537e2fd51d0796de2f96970ce508aa7f23bdc985284e6cd34 -eo pid,comm [Pipeline] { [Pipeline] echo 08:19:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:19:26 + set -o pipefail 08:19:26 + snyk monitor '--org=edgex-jenkins' 08:19:44 08:19:44 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 08:19:44 08:19:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/689b2281-33b8-4711-b507-dea00601856f 08:19:44 08:19:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:19:44 08:19:44 08:19:44 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 08:19:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:19:44 $ docker stop --time=1 ef4ade2e3272f57537e2fd51d0796de2f96970ce508aa7f23bdc985284e6cd34 08:19:46 $ docker rm -f ef4ade2e3272f57537e2fd51d0796de2f96970ce508aa7f23bdc985284e6cd34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:19:48 + git log --format=format:%s -1 6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] isUnix [Pipeline] sh 08:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:19:48 . [Pipeline] withDockerContainer 08:19:48 prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container 08:19:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:19:49 $ docker top 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:19:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:19:50 [ssh-agent] Looking for ssh-agent implementation... 08:19:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:19:50 $ docker exec 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 ssh-agent 08:19:50 SSH_AUTH_SOCK=/tmp/ssh-bmUt6ckAhM3G/agent.12 08:19:50 SSH_AGENT_PID=17 08:19:50 Running ssh-add (command line suppressed) 08:19:50 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3104196664690236986.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3104196664690236986.key) 08:19:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:19:51 + git semver tag 08:19:51 # -> Open(): unable to determine branch for HEAD 08:19:51 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 08:19:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 08:19:51 # $SEMVER_REMOTE_NAME = origin 08:19:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:19:51 # $SEMVER_USER_NAME = edgex-jenkins 08:19:51 # $SEMVER_BRANCH = master 08:19:51 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 08:19:51 # 6a0f4fd28682ed4f56938b7a493887729e9cddf4 HEAD 08:19:51 # -> Force: false 08:19:51 # 92d3369f41e205d940c443ec9fde59fa34b37ffc refs/tags/v0.0.59 [Pipeline] } 08:19:51 $ docker exec --env ******** --env ******** 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 ssh-agent -k 08:19:51 unset SSH_AUTH_SOCK; 08:19:51 unset SSH_AGENT_PID; 08:19:51 echo Agent pid 17 killed; 08:19:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:19:51 + git semver [Pipeline] } 08:19:51 $ docker stop --time=1 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 08:19:53 $ docker rm -f 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:19:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:19:54 08:19:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:19:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:19:54 0.23.1-centos7: Pulling from edgex-lftools 08:19:54 ab5ef0e58194: Pulling fs layer 08:19:54 9712f1f96733: Pulling fs layer 08:19:54 63f879dbbcfc: Pulling fs layer 08:19:54 0d9ebad4ef96: Pulling fs layer 08:19:54 e9a5061849ea: Pulling fs layer 08:19:54 d747dcd14b5f: Pulling fs layer 08:19:54 2de7ff778b66: Pulling fs layer 08:19:54 0d9ebad4ef96: Waiting 08:19:54 e9a5061849ea: Waiting 08:19:54 2de7ff778b66: Waiting 08:19:54 d747dcd14b5f: Waiting 08:19:54 9712f1f96733: Verifying Checksum 08:19:54 9712f1f96733: Download complete 08:19:56 63f879dbbcfc: Verifying Checksum 08:19:56 63f879dbbcfc: Download complete 08:19:56 e9a5061849ea: Verifying Checksum 08:19:56 e9a5061849ea: Download complete 08:19:56 d747dcd14b5f: Verifying Checksum 08:19:56 d747dcd14b5f: Download complete 08:19:56 ab5ef0e58194: Verifying Checksum 08:19:56 ab5ef0e58194: Download complete 08:19:56 0d9ebad4ef96: Verifying Checksum 08:19:56 0d9ebad4ef96: Download complete 08:19:57 2de7ff778b66: Verifying Checksum 08:19:57 2de7ff778b66: Download complete 08:20:02 ab5ef0e58194: Pull complete 08:20:02 9712f1f96733: Pull complete 08:20:05 63f879dbbcfc: Pull complete 08:20:11 0d9ebad4ef96: Pull complete 08:20:12 e9a5061849ea: Pull complete 08:20:12 d747dcd14b5f: Pull complete 08:20:15 2de7ff778b66: Pull complete 08:20:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:20:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:20:15 prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container 08:20:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:20:20 $ docker top efe0f686cdee1f8660ae1ecee5b0b8ab537c968932fc7e539d4bbf90078adffb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:20:20 provisioning config files... 08:20:20 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2706049509674758272tmp 08:20:20 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config168541819766351120tmp 08:20:20 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3481660442931468836tmp [Pipeline] { [Pipeline] echo 08:20:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:20:20 ---> sigul-configuration.sh 08:20:20 gpg: directory `/root/.gnupg' created 08:20:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:20:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:20:20 gpg: keyring `/root/.gnupg/secring.gpg' created 08:20:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:20:20 gpg: CAST5 encrypted data 08:20:21 gpg: encrypted with 1 passphrase 08:20:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:20:21 + mkdir /home/jenkins 08:20:21 + mkdir /home/jenkins/sigul [Pipeline] sh 08:20:21 + 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 08:20:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:20:22 ---> sigul-install.sh 08:20:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:20:27 + git tag --list 08:20:27 v0.0.1 08:20:27 v0.0.10 08:20:27 v0.0.11 08:20:27 v0.0.12 08:20:27 v0.0.13 08:20:27 v0.0.14 08:20:27 v0.0.15 08:20:27 v0.0.16 08:20:27 v0.0.17 08:20:27 v0.0.18 08:20:27 v0.0.19 08:20:27 v0.0.2 08:20:27 v0.0.20 08:20:27 v0.0.21 08:20:27 v0.0.22 08:20:27 v0.0.23 08:20:27 v0.0.24 08:20:27 v0.0.25 08:20:27 v0.0.26 08:20:27 v0.0.27 08:20:27 v0.0.28 08:20:27 v0.0.29 08:20:27 v0.0.3 08:20:27 v0.0.30 08:20:27 v0.0.31 08:20:27 v0.0.32 08:20:27 v0.0.33 08:20:27 v0.0.34 08:20:27 v0.0.35 08:20:27 v0.0.36 08:20:27 v0.0.37 08:20:27 v0.0.38 08:20:27 v0.0.39 08:20:27 v0.0.4 08:20:27 v0.0.40 08:20:27 v0.0.41 08:20:27 v0.0.42 08:20:27 v0.0.43 08:20:27 v0.0.44 08:20:27 v0.0.45 08:20:27 v0.0.46 08:20:27 v0.0.47 08:20:27 v0.0.48 08:20:27 v0.0.49 08:20:27 v0.0.5 08:20:27 v0.0.50 08:20:27 v0.0.51 08:20:27 v0.0.52 08:20:27 v0.0.53 08:20:27 v0.0.54 08:20:27 v0.0.55 08:20:27 v0.0.56 08:20:27 v0.0.57 08:20:27 v0.0.58 08:20:27 v0.0.59 08:20:27 v0.0.6 08:20:27 v0.0.7 08:20:27 v0.0.8 08:20:27 v0.0.9 [Pipeline] sh 08:20:27 + lftools sign git-tag v0.0.59 08:20:29 Signing Git tag with Sigul... 08:20:29 Signing v0.0.59 [Pipeline] echo 08:20:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:20:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:20:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:20:30 $ docker stop --time=1 efe0f686cdee1f8660ae1ecee5b0b8ab537c968932fc7e539d4bbf90078adffb 08:20:32 $ docker rm -f efe0f686cdee1f8660ae1ecee5b0b8ab537c968932fc7e539d4bbf90078adffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:20:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:20:34 . [Pipeline] withDockerContainer 08:20:34 prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container 08:20:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:20:34 $ docker top 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:20:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:20:35 [ssh-agent] Looking for ssh-agent implementation... 08:20:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:20:35 $ docker exec 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa ssh-agent 08:20:35 SSH_AUTH_SOCK=/tmp/ssh-8kcRCdS3YlwC/agent.11 08:20:35 SSH_AGENT_PID=16 08:20:35 Running ssh-add (command line suppressed) 08:20:36 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2515704317239370363.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2515704317239370363.key) 08:20:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:20:36 + git semver bump patch 08:20:36 # -> Open(): unable to determine branch for HEAD 08:20:36 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 08:20:36 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 08:20:36 # $SEMVER_REMOTE_NAME = origin 08:20:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:20:36 # $SEMVER_USER_NAME = edgex-jenkins 08:20:36 # $SEMVER_BRANCH = master 08:20:36 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 08:20:36 0.0.60 [Pipeline] } 08:20:36 $ docker exec --env ******** --env ******** 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa ssh-agent -k 08:20:36 unset SSH_AUTH_SOCK; 08:20:36 unset SSH_AGENT_PID; 08:20:36 echo Agent pid 16 killed; 08:20:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:20:37 + git semver [Pipeline] } 08:20:37 $ docker stop --time=1 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa 08:20:38 $ docker rm -f 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:20:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:20:39 . [Pipeline] withDockerContainer 08:20:39 prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container 08:20:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:20:39 $ docker top 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:20:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:20:40 [ssh-agent] Looking for ssh-agent implementation... 08:20:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:20:40 $ docker exec 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb ssh-agent 08:20:40 SSH_AUTH_SOCK=/tmp/ssh-LVl38tNFpmnC/agent.13 08:20:40 SSH_AGENT_PID=18 08:20:40 Running ssh-add (command line suppressed) 08:20:40 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7057187686258233707.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7057187686258233707.key) 08:20:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:20:41 + git semver push 08:20:41 # -> Open(): unable to determine branch for HEAD 08:20:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 08:20:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 08:20:41 # $SEMVER_REMOTE_NAME = origin 08:20:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:20:41 # $SEMVER_USER_NAME = edgex-jenkins 08:20:41 # $SEMVER_BRANCH = master 08:20:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 08:20:47 $ docker exec --env ******** --env ******** 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb ssh-agent -k 08:20:47 unset SSH_AUTH_SOCK; 08:20:47 unset SSH_AGENT_PID; 08:20:47 echo Agent pid 18 killed; 08:20:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:20:48 + git semver [Pipeline] } 08:20:48 $ docker stop --time=1 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb 08:20:49 $ docker rm -f 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb [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 08:20:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:20:52 ---> package-listing.sh 08:20:52 ++ facter osfamily 08:20:52 ++ tr '[:upper:]' '[:lower:]' 08:20:52 + OS_FAMILY=redhat 08:20:52 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 08:20:52 + START_PACKAGES=/tmp/packages_start.txt 08:20:52 + END_PACKAGES=/tmp/packages_end.txt 08:20:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:20:52 + PACKAGES=/tmp/packages_start.txt 08:20:52 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 08:20:52 + PACKAGES=/tmp/packages_end.txt 08:20:52 + case "${OS_FAMILY}" in 08:20:52 + rpm -qa 08:20:52 + sort 08:20:57 + '[' -f /tmp/packages_start.txt ']' 08:20:57 + '[' -f /tmp/packages_end.txt ']' 08:20:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:20:57 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 08:20:57 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 08:20:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 08:20:57 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 08:20:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:20:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:20:58 08:20:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:20:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:20:58 alpine: Pulling from edgex-lftools-log-publisher 08:20:58 df20fa9351a1: Pulling fs layer 08:20:58 36b3adc4ff6f: Pulling fs layer 08:20:58 8ad3a11d3b57: Pulling fs layer 08:20:58 46f8f816bc3b: Pulling fs layer 08:20:58 93b61091891f: Pulling fs layer 08:20:58 93b9cdb0e59b: Pulling fs layer 08:20:58 5e14af77c1be: Pulling fs layer 08:20:58 01666e4c0597: Pulling fs layer 08:20:58 aa168da1d23b: Pulling fs layer 08:20:58 93b9cdb0e59b: Waiting 08:20:58 5e14af77c1be: Waiting 08:20:58 01666e4c0597: Waiting 08:20:58 46f8f816bc3b: Waiting 08:20:58 93b61091891f: Waiting 08:20:58 aa168da1d23b: Waiting 08:20:58 36b3adc4ff6f: Verifying Checksum 08:20:58 36b3adc4ff6f: Download complete 08:20:58 46f8f816bc3b: Download complete 08:20:58 df20fa9351a1: Verifying Checksum 08:20:58 df20fa9351a1: Download complete 08:20:58 93b9cdb0e59b: Verifying Checksum 08:20:58 93b9cdb0e59b: Download complete 08:20:58 5e14af77c1be: Verifying Checksum 08:20:58 5e14af77c1be: Download complete 08:20:58 93b61091891f: Download complete 08:20:58 01666e4c0597: Verifying Checksum 08:20:58 01666e4c0597: Download complete 08:20:58 8ad3a11d3b57: Verifying Checksum 08:20:58 8ad3a11d3b57: Download complete 08:20:59 df20fa9351a1: Pull complete 08:20:59 36b3adc4ff6f: Pull complete 08:21:00 8ad3a11d3b57: Pull complete 08:21:00 aa168da1d23b: Verifying Checksum 08:21:00 aa168da1d23b: Download complete 08:21:01 46f8f816bc3b: Pull complete 08:21:01 93b61091891f: Pull complete 08:21:01 93b9cdb0e59b: Pull complete 08:21:02 5e14af77c1be: Pull complete 08:21:02 01666e4c0597: Pull complete 08:21:08 aa168da1d23b: Pull complete 08:21:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:21:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:21:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:21:08 prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container 08:21:08 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:21:11 $ docker top 4ecbd77ae5d78f0329d3957eb041db0fbe1aa7218d9901826880560a177545cf -eo pid,comm [Pipeline] { [Pipeline] sh 08:21:12 + touch /tmp/pre-build-complete [Pipeline] sh 08:21:12 + mkdir -p /var/log/sa [Pipeline] sh 08:21:12 + ls /var/log/sa-host 08:21:12 + sadf -c /var/log/sa-host/sa23 08:21:12 file_magic: OK 08:21:12 HZ: Using current value: 100 08:21:12 file_header: OK 08:21:12 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 08:21:12 Statistics: 08:21:12 Hnuu...uuuununununu... 08:21:12 File successfully converted to sysstat format version 12.2.1 08:21:12 + sadf -c /var/log/sa-host/sa25 08:21:12 file_magic: OK 08:21:12 HZ: Using current value: 100 08:21:12 file_header: OK 08:21:12 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 08:21:12 Statistics: 08:21:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:21:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:21:13 provisioning config files... 08:21:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4114995784859459135tmp [Pipeline] { [Pipeline] echo 08:21:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:21:13 ---> create-netrc.sh [Pipeline] } 08:21:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:21:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:21:14 ---> python-tools-install.sh [Pipeline] echo 08:21:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:21:14 ---> sudo-logs.sh 08:21:14 Archiving 'sudo' log.. [Pipeline] echo 08:21:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:21:15 ---> job-cost.sh 08:21:15 lf-activate-venv: SKIPPING 08:21:15 INFO: No Stack... 08:21:16 INFO: Retrieving Pricing Info for: v1-standard-2 08:21:16 INFO: Archiving Costs [Pipeline] echo 08:21:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:21:17 ---> logs-deploy.sh 08:21:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/62 08:21:17 INFO: archiving workspace using pattern(s): 08:21:18 Archives upload complete. 08:21:18 INFO: archiving logs to Nexus 08:21:19 ---> uname -a: 08:21:19 Linux prd-centos7-docker-4c-2g-13399.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:21:19 08:21:19 08:21:19 ---> lscpu: 08:21:19 Architecture: x86_64 08:21:19 CPU op-mode(s): 32-bit, 64-bit 08:21:19 Byte Order: Little Endian 08:21:19 Address sizes: 40 bits physical, 48 bits virtual 08:21:19 CPU(s): 4 08:21:19 On-line CPU(s) list: 0-3 08:21:19 Thread(s) per core: 1 08:21:19 Core(s) per socket: 1 08:21:19 Socket(s): 4 08:21:19 NUMA node(s): 1 08:21:19 Vendor ID: GenuineIntel 08:21:19 CPU family: 6 08:21:19 Model: 44 08:21:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:21:19 Stepping: 1 08:21:19 CPU MHz: 2933.438 08:21:19 BogoMIPS: 5866.87 08:21:19 Virtualization: VT-x 08:21:19 Hypervisor vendor: KVM 08:21:19 Virtualization type: full 08:21:19 L1d cache: 128 KiB 08:21:19 L1i cache: 128 KiB 08:21:19 L2 cache: 16 MiB 08:21:19 L3 cache: 64 MiB 08:21:19 NUMA node0 CPU(s): 0-3 08:21:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:21:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:21:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:21:19 Vulnerability Meltdown: Mitigation; PTI 08:21:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:21:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:21:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:21:19 Vulnerability Srbds: Not affected 08:21:19 Vulnerability Tsx async abort: Not affected 08:21:19 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 08:21:19 08:21:19 08:21:19 ---> nproc: 08:21:19 4 08:21:19 08:21:19 08:21:19 ---> df -h: 08:21:19 Filesystem Size Used Available Use% Mounted on 08:21:19 overlay 50.0G 8.5G 41.4G 17% / 08:21:19 tmpfs 64.0M 0 64.0M 0% /dev 08:21:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:21:19 shm 64.0M 0 64.0M 0% /dev/shm 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 08:21:19 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 08:21:19 08:21:19 08:21:19 ---> free -m: 08:21:19 total used free shared buff/cache available 08:21:19 Mem: 1837 827 145 0 864 944 08:21:19 Swap: 1023 2 1021 08:21:19 08:21:19