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 [2020-11-25T08:14:08.695Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-25T08:14:09.029Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-25T08:14:09.149Z] ========================================================= [2020-11-25T08:14:09.149Z] EdgeX Global Pipelines Version Info [2020-11-25T08:14:09.149Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:14:11.051Z] ------------------- [2020-11-25T08:14:11.051Z] stable info: [2020-11-25T08:14:11.051Z] ------------------- [2020-11-25T08:14:11.051Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-25T08:14:11.051Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-25T08:14:11.051Z] Message: update stable to v1.0.167 [2020-11-25T08:14:11.626Z] ------------------- [2020-11-25T08:14:11.626Z] experimental info: [2020-11-25T08:14:11.626Z] ------------------- [2020-11-25T08:14:11.626Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-25T08:14:11.626Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-25T08:14:11.626Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-25T08:14:12.052Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-11-25T08:14:12.181Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-11-25T08:14:12.296Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-25T08:14:12.429Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-25T08:14:12.539Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-25T08:14:12.648Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-25T08:14:12.784Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-25T08:14:12.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-25T08:14:13.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-25T08:14:13.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-25T08:14:13.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-25T08:14:13.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-11-25T08:14:13.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-25T08:14:13.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-25T08:14:13.684Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T08:14:13.794Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T08:14:13.915Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T08:14:14.029Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T08:14:14.210Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-25T08:14:14.325Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-25T08:14:14.432Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-25T08:14:14.531Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-25T08:14:14.637Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-25T08:14:14.755Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-25T08:14:14.854Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-25T08:14:14.984Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-25T08:14:15.084Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-25T08:14:15.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-25T08:14:15.287Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-25T08:14:15.387Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] echo [2020-11-25T08:14:15.490Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a0f4fd [Pipeline] echo [2020-11-25T08:14:15.589Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T08:14:15.779Z] provisioning config files... [2020-11-25T08:14:15.810Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config121485503704777156tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:14:16.184Z] ---> docker-login.sh [2020-11-25T08:14:16.184Z] nexus3.edgexfoundry.org:10001 [2020-11-25T08:14:16.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:14:16.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:14:16.710Z] Configure a credential helper to remove this warning. See [2020-11-25T08:14:16.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:14:16.710Z] [2020-11-25T08:14:16.710Z] Login Succeeded [2020-11-25T08:14:16.710Z] nexus3.edgexfoundry.org:10002 [2020-11-25T08:14:16.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:14:16.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:14:16.971Z] Configure a credential helper to remove this warning. See [2020-11-25T08:14:16.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:14:16.971Z] [2020-11-25T08:14:16.971Z] Login Succeeded [2020-11-25T08:14:16.971Z] nexus3.edgexfoundry.org:10003 [2020-11-25T08:14:16.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:14:17.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:14:17.236Z] Configure a credential helper to remove this warning. See [2020-11-25T08:14:17.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:14:17.236Z] [2020-11-25T08:14:17.236Z] Login Succeeded [2020-11-25T08:14:17.236Z] nexus3.edgexfoundry.org:10004 [2020-11-25T08:14:17.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:14:17.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:14:17.236Z] Configure a credential helper to remove this warning. See [2020-11-25T08:14:17.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:14:17.236Z] [2020-11-25T08:14:17.236Z] Login Succeeded [2020-11-25T08:14:17.236Z] docker.io [2020-11-25T08:14:17.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:14:17.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:14:17.761Z] Configure a credential helper to remove this warning. See [2020-11-25T08:14:17.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:14:17.761Z] [2020-11-25T08:14:17.761Z] Login Succeeded [2020-11-25T08:14:17.761Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T08:14:17.770Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T08:14:18.536Z] + git log --format=format:%s -1 6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] echo [2020-11-25T08:14:18.600Z] GIT_COMMIT: 6a0f4fd28682ed4f56938b7a493887729e9cddf4, Commit Message: Merge pull request #129 from judehung/issue-128 [Pipeline] echo [2020-11-25T08:14:18.653Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:14:19.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T08:14:19.875Z] [2020-11-25T08:14:19.875Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:14:20.225Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T08:14:20.225Z] latest: Pulling from edgex-devops/git-semver [2020-11-25T08:14:20.225Z] 31603596830f: Pulling fs layer [2020-11-25T08:14:20.225Z] 2a8b12db71e7: Pulling fs layer [2020-11-25T08:14:20.225Z] 6ca5941a6612: Pulling fs layer [2020-11-25T08:14:20.225Z] ecc8261a40a4: Pulling fs layer [2020-11-25T08:14:20.225Z] ecc8261a40a4: Waiting [2020-11-25T08:14:20.225Z] 2a8b12db71e7: Download complete [2020-11-25T08:14:20.490Z] 31603596830f: Verifying Checksum [2020-11-25T08:14:20.490Z] 31603596830f: Download complete [2020-11-25T08:14:20.490Z] 6ca5941a6612: Verifying Checksum [2020-11-25T08:14:20.490Z] 6ca5941a6612: Download complete [2020-11-25T08:14:20.490Z] ecc8261a40a4: Verifying Checksum [2020-11-25T08:14:20.490Z] ecc8261a40a4: Download complete [2020-11-25T08:14:20.752Z] 31603596830f: Pull complete [2020-11-25T08:14:21.015Z] 2a8b12db71e7: Pull complete [2020-11-25T08:14:21.976Z] 6ca5941a6612: Pull complete [2020-11-25T08:14:21.976Z] ecc8261a40a4: Pull complete [2020-11-25T08:14:21.976Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-25T08:14:21.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T08:14:21.976Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-25T08:14:22.080Z] prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container [2020-11-25T08:14:22.131Z] $ 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 [2020-11-25T08:14:24.457Z] $ docker top 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T08:14:24.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T08:14:24.763Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T08:14:24.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T08:14:24.984Z] $ docker exec 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent [2020-11-25T08:14:25.137Z] SSH_AUTH_SOCK=/tmp/ssh-RJiDS84pmhFk/agent.12 [2020-11-25T08:14:25.137Z] SSH_AGENT_PID=17 [2020-11-25T08:14:25.147Z] Running ssh-add (command line suppressed) [2020-11-25T08:14:25.263Z] 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) [2020-11-25T08:14:25.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T08:14:25.685Z] + git tag --points-at HEAD [Pipeline] } [2020-11-25T08:14:25.707Z] $ docker exec --env ******** --env ******** 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent -k [2020-11-25T08:14:25.827Z] unset SSH_AUTH_SOCK; [2020-11-25T08:14:25.828Z] unset SSH_AGENT_PID; [2020-11-25T08:14:25.828Z] echo Agent pid 17 killed; [2020-11-25T08:14:25.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-25T08:14:26.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T08:14:26.027Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T08:14:26.195Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T08:14:26.201Z] $ docker exec 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent [2020-11-25T08:14:26.366Z] SSH_AUTH_SOCK=/tmp/ssh-SO2SfBjDCcXO/agent.45 [2020-11-25T08:14:26.366Z] SSH_AGENT_PID=51 [2020-11-25T08:14:26.373Z] Running ssh-add (command line suppressed) [2020-11-25T08:14:26.487Z] 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) [2020-11-25T08:14:26.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T08:14:26.871Z] + git semver init [2020-11-25T08:14:26.871Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T08:14:26.871Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T08:14:26.871Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T08:14:26.871Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T08:14:26.871Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T08:14:26.871Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T08:14:26.871Z] # $SEMVER_BRANCH = master [2020-11-25T08:14:26.871Z] # $SEMVER_TEMP = /tmp/semver-585282436 [2020-11-25T08:14:26.871Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-11-25T08:14:27.444Z] # '/tmp/semver-585282436' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-11-25T08:14:27.444Z] # -> Force: false [2020-11-25T08:14:27.444Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-11-25T08:14:27.459Z] $ docker exec --env ******** --env ******** 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 ssh-agent -k [2020-11-25T08:14:27.570Z] unset SSH_AUTH_SOCK; [2020-11-25T08:14:27.570Z] unset SSH_AGENT_PID; [2020-11-25T08:14:27.570Z] echo Agent pid 51 killed; [2020-11-25T08:14:27.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T08:14:28.085Z] + git semver [Pipeline] } [2020-11-25T08:14:28.104Z] $ docker stop --time=1 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 [2020-11-25T08:14:29.668Z] $ docker rm -f 26350b51fe0012615b8a82d753c57ea408161d9a4799755623da058f504e03a0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T08:14:30.131Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-25T08:14:30.513Z] Stashed 1 file(s) [Pipeline] echo [2020-11-25T08:14:30.516Z] [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 [2020-11-25T08:14:46.178Z] Still waiting to schedule task [2020-11-25T08:14:46.178Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13399’ [2020-11-25T08:14:46.181Z] Still waiting to schedule task [2020-11-25T08:14:46.181Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-11-25T08:16:48.962Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13400 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-11-25T08:16:49.026Z] Running in /w/workspace/go-mod-bootstrap/62 [Pipeline] { [Pipeline] checkout [2020-11-25T08:16:53.561Z] using credential edgex-jenkins-ssh [2020-11-25T08:16:53.627Z] Cloning the remote Git repository [2020-11-25T08:16:53.683Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T08:16:53.790Z] > git init /w/workspace/go-mod-bootstrap/62 # timeout=10 [2020-11-25T08:16:53.870Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T08:16:53.871Z] > git --version # timeout=10 [2020-11-25T08:16:53.886Z] > git --version # 'git version 2.17.1' [2020-11-25T08:16:53.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T08:16:53.939Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T08:16:55.236Z] Checking out Revision 6a0f4fd28682ed4f56938b7a493887729e9cddf4 (master) [2020-11-25T08:16:54.665Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T08:16:54.688Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T08:16:54.715Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T08:16:54.758Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T08:16:54.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T08:16:54.772Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T08:16:55.261Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T08:16:55.273Z] > git checkout -f 6a0f4fd28682ed4f56938b7a493887729e9cddf4 # timeout=10 [2020-11-25T08:16:59.634Z] 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 [2020-11-25T08:17:01.324Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-25T08:17:01.762Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T08:17:02.168Z] + sudo service docker restart [2020-11-25T08:17:02.168Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T08:17:04.898Z] provisioning config files... [2020-11-25T08:17:04.939Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/62@tmp/config1496411467397879433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:17:05.402Z] ---> docker-login.sh [2020-11-25T08:17:05.402Z] nexus3.edgexfoundry.org:10001 [2020-11-25T08:17:06.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:06.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:06.665Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:06.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:06.665Z] [2020-11-25T08:17:06.665Z] Login Succeeded [2020-11-25T08:17:06.665Z] nexus3.edgexfoundry.org:10002 [2020-11-25T08:17:06.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:07.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:07.215Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:07.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:07.215Z] [2020-11-25T08:17:07.215Z] Login Succeeded [2020-11-25T08:17:07.215Z] nexus3.edgexfoundry.org:10003 [2020-11-25T08:17:07.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:07.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:07.766Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:07.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:07.766Z] [2020-11-25T08:17:07.766Z] Login Succeeded [2020-11-25T08:17:07.766Z] nexus3.edgexfoundry.org:10004 [2020-11-25T08:17:08.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:08.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:08.313Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:08.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:08.313Z] [2020-11-25T08:17:08.313Z] Login Succeeded [2020-11-25T08:17:08.313Z] docker.io [2020-11-25T08:17:08.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:08.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:08.860Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:08.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:08.860Z] [2020-11-25T08:17:08.860Z] Login Succeeded [2020-11-25T08:17:08.860Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T08:17:08.879Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T08:17:09.343Z] ========================================================= [2020-11-25T08:17:09.343Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-25T08:17:09.343Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:17:09.719Z] + 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 . [2020-11-25T08:17:09.990Z] Sending build context to Docker daemon 569.3kB [2020-11-25T08:17:09.990Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-25T08:17:09.990Z] Step 2/8 : FROM ${BASE} [2020-11-25T08:17:10.264Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-25T08:17:10.264Z] b538f80385f9: Pulling fs layer [2020-11-25T08:17:10.264Z] 74f711af9a0d: Pulling fs layer [2020-11-25T08:17:10.264Z] 99f96fe45779: Pulling fs layer [2020-11-25T08:17:10.264Z] 8529a6b9a6be: Pulling fs layer [2020-11-25T08:17:10.264Z] 45590311c82a: Pulling fs layer [2020-11-25T08:17:10.264Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-25T08:17:10.264Z] 209524e5b208: Pulling fs layer [2020-11-25T08:17:10.264Z] 45590311c82a: Waiting [2020-11-25T08:17:10.264Z] 69ca0ff8b7b3: Waiting [2020-11-25T08:17:10.264Z] 209524e5b208: Waiting [2020-11-25T08:17:10.264Z] 8529a6b9a6be: Waiting [2020-11-25T08:17:10.264Z] 99f96fe45779: Verifying Checksum [2020-11-25T08:17:10.264Z] 99f96fe45779: Download complete [2020-11-25T08:17:10.264Z] 74f711af9a0d: Verifying Checksum [2020-11-25T08:17:10.264Z] 74f711af9a0d: Download complete [2020-11-25T08:17:10.264Z] 45590311c82a: Verifying Checksum [2020-11-25T08:17:10.264Z] 45590311c82a: Download complete [2020-11-25T08:17:10.537Z] b538f80385f9: Verifying Checksum [2020-11-25T08:17:10.537Z] b538f80385f9: Download complete [2020-11-25T08:17:10.537Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-25T08:17:10.537Z] 69ca0ff8b7b3: Download complete [2020-11-25T08:17:11.139Z] b538f80385f9: Pull complete [2020-11-25T08:17:12.124Z] 74f711af9a0d: Pull complete [2020-11-25T08:17:12.400Z] 99f96fe45779: Pull complete [2020-11-25T08:17:13.005Z] 209524e5b208: Verifying Checksum [2020-11-25T08:17:13.005Z] 209524e5b208: Download complete [2020-11-25T08:17:13.979Z] 8529a6b9a6be: Verifying Checksum [2020-11-25T08:17:13.979Z] 8529a6b9a6be: Download complete [2020-11-25T08:17:22.222Z] Running on prd-centos7-docker-4c-2g-13401 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-11-25T08:17:22.287Z] Running in /w/workspace/go-mod-bootstrap/62 [Pipeline] { [Pipeline] checkout [2020-11-25T08:17:24.124Z] 8529a6b9a6be: Pull complete [2020-11-25T08:17:24.124Z] 45590311c82a: Pull complete [2020-11-25T08:17:24.398Z] 69ca0ff8b7b3: Pull complete [2020-11-25T08:17:27.412Z] using credential edgex-jenkins-ssh [2020-11-25T08:17:27.496Z] Cloning the remote Git repository [2020-11-25T08:17:27.540Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T08:17:27.624Z] > git init /w/workspace/go-mod-bootstrap/62 # timeout=10 [2020-11-25T08:17:27.707Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T08:17:27.707Z] > git --version # timeout=10 [2020-11-25T08:17:27.738Z] > git --version # 'git version 2.24.3' [2020-11-25T08:17:27.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T08:17:27.778Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T08:17:28.378Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T08:17:28.387Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T08:17:28.434Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T08:17:28.469Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T08:17:28.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T08:17:28.728Z] 209524e5b208: Pull complete [2020-11-25T08:17:28.728Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-25T08:17:28.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-25T08:17:28.728Z] ---> 5bddaf1c2fca [2020-11-25T08:17:28.728Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T08:17:29.316Z] Checking out Revision 6a0f4fd28682ed4f56938b7a493887729e9cddf4 (master) [2020-11-25T08:17:28.912Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T08:17:29.332Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T08:17:29.340Z] > git checkout -f 6a0f4fd28682ed4f56938b7a493887729e9cddf4 # timeout=10 [2020-11-25T08:17:31.347Z] ---> Running in 8c4a264b16ea [2020-11-25T08:17:31.347Z] Removing intermediate container 8c4a264b16ea [2020-11-25T08:17:31.347Z] ---> 0fe550f006a1 [2020-11-25T08:17:31.347Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-25T08:17:31.619Z] ---> Running in 81e65d37114a [2020-11-25T08:17:33.101Z] 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 [2020-11-25T08:17:34.239Z] Removing intermediate container 81e65d37114a [2020-11-25T08:17:34.239Z] ---> b21b2d038150 [2020-11-25T08:17:34.239Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-25T08:17:34.239Z] ---> Running in 2635f16e6960 [2020-11-25T08:17:34.599Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-25T08:17:34.989Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T08:17:35.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-25T08:17:35.320Z] + sudo service docker restart [2020-11-25T08:17:35.320Z] + true [2020-11-25T08:17:35.320Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T08:17:36.343Z] provisioning config files... [2020-11-25T08:17:36.375Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/62@tmp/config151881962108349629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:17:36.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-25T08:17:36.837Z] ---> docker-login.sh [2020-11-25T08:17:36.837Z] nexus3.edgexfoundry.org:10001 [2020-11-25T08:17:37.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:37.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:37.371Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:37.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:37.371Z] [2020-11-25T08:17:37.371Z] Login Succeeded [2020-11-25T08:17:37.371Z] nexus3.edgexfoundry.org:10002 [2020-11-25T08:17:37.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:37.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:37.679Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:37.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:37.679Z] [2020-11-25T08:17:37.679Z] Login Succeeded [2020-11-25T08:17:37.679Z] nexus3.edgexfoundry.org:10003 [2020-11-25T08:17:37.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:37.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:37.973Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:37.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:37.973Z] [2020-11-25T08:17:37.973Z] Login Succeeded [2020-11-25T08:17:37.973Z] nexus3.edgexfoundry.org:10004 [2020-11-25T08:17:38.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:38.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:38.260Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:38.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:38.260Z] [2020-11-25T08:17:38.260Z] Login Succeeded [2020-11-25T08:17:38.260Z] docker.io [2020-11-25T08:17:38.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T08:17:38.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T08:17:38.791Z] Configure a credential helper to remove this warning. See [2020-11-25T08:17:38.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T08:17:38.791Z] [2020-11-25T08:17:38.791Z] Login Succeeded [2020-11-25T08:17:38.791Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T08:17:38.802Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T08:17:39.211Z] ========================================================= [2020-11-25T08:17:39.211Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-25T08:17:39.211Z] ========================================================= [2020-11-25T08:17:39.258Z] OK: 142 MiB in 39 packages [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:17:39.584Z] + 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 . [2020-11-25T08:17:39.584Z] Sending build context to Docker daemon 570.4kB [2020-11-25T08:17:39.584Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-25T08:17:39.584Z] Step 2/8 : FROM ${BASE} [2020-11-25T08:17:39.853Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-25T08:17:39.853Z] df20fa9351a1: Pulling fs layer [2020-11-25T08:17:39.853Z] ed8968b2872e: Pulling fs layer [2020-11-25T08:17:39.853Z] a92cc7c5fd73: Pulling fs layer [2020-11-25T08:17:39.853Z] e871e8e8d7a9: Pulling fs layer [2020-11-25T08:17:39.853Z] e73272ec9a57: Pulling fs layer [2020-11-25T08:17:39.853Z] 1e910a182e73: Pulling fs layer [2020-11-25T08:17:39.853Z] 4e634b169226: Pulling fs layer [2020-11-25T08:17:39.853Z] e73272ec9a57: Waiting [2020-11-25T08:17:39.853Z] e871e8e8d7a9: Waiting [2020-11-25T08:17:39.853Z] 4e634b169226: Waiting [2020-11-25T08:17:39.853Z] a92cc7c5fd73: Download complete [2020-11-25T08:17:39.853Z] ed8968b2872e: Verifying Checksum [2020-11-25T08:17:39.853Z] ed8968b2872e: Download complete [2020-11-25T08:17:39.853Z] e73272ec9a57: Verifying Checksum [2020-11-25T08:17:39.853Z] e73272ec9a57: Download complete [2020-11-25T08:17:39.853Z] 1e910a182e73: Verifying Checksum [2020-11-25T08:17:39.853Z] 1e910a182e73: Download complete [2020-11-25T08:17:39.853Z] df20fa9351a1: Verifying Checksum [2020-11-25T08:17:39.853Z] df20fa9351a1: Download complete [2020-11-25T08:17:39.855Z] Removing intermediate container 2635f16e6960 [2020-11-25T08:17:39.855Z] ---> 2d44bead3c35 [2020-11-25T08:17:39.855Z] Step 6/8 : WORKDIR /build [2020-11-25T08:17:40.119Z] df20fa9351a1: Pull complete [2020-11-25T08:17:40.130Z] ---> Running in 38579278830e [2020-11-25T08:17:40.387Z] ed8968b2872e: Pull complete [2020-11-25T08:17:40.657Z] a92cc7c5fd73: Pull complete [2020-11-25T08:17:40.724Z] Removing intermediate container 38579278830e [2020-11-25T08:17:40.724Z] ---> 37abb6dc0088 [2020-11-25T08:17:40.724Z] Step 7/8 : COPY go.mod . [2020-11-25T08:17:41.320Z] ---> a635a33220f7 [2020-11-25T08:17:41.320Z] Step 8/8 : RUN go mod download [2020-11-25T08:17:41.594Z] ---> Running in 17bca56ed674 [2020-11-25T08:17:42.664Z] 4e634b169226: Verifying Checksum [2020-11-25T08:17:42.664Z] 4e634b169226: Download complete [2020-11-25T08:17:43.634Z] e871e8e8d7a9: Verifying Checksum [2020-11-25T08:17:43.634Z] e871e8e8d7a9: Download complete [2020-11-25T08:17:52.020Z] e871e8e8d7a9: Pull complete [2020-11-25T08:17:52.020Z] e73272ec9a57: Pull complete [2020-11-25T08:17:52.020Z] 1e910a182e73: Pull complete [2020-11-25T08:17:56.391Z] 4e634b169226: Pull complete [2020-11-25T08:17:56.391Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-25T08:17:56.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-25T08:17:56.391Z] ---> f7629b54cfaa [2020-11-25T08:17:56.391Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T08:17:56.672Z] ---> Running in a64e0fa9883d [2020-11-25T08:17:56.672Z] Removing intermediate container a64e0fa9883d [2020-11-25T08:17:56.672Z] ---> a6294bd7c187 [2020-11-25T08:17:56.672Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-25T08:17:56.963Z] ---> Running in a596a6429865 [2020-11-25T08:17:58.388Z] Removing intermediate container a596a6429865 [2020-11-25T08:17:58.388Z] ---> 249d30fc00a3 [2020-11-25T08:17:58.388Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-25T08:17:58.388Z] ---> Running in 8fae5c8dfdc3 [2020-11-25T08:17:59.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-25T08:17:59.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-25T08:18:00.923Z] OK: 166 MiB in 39 packages [2020-11-25T08:18:01.215Z] Removing intermediate container 8fae5c8dfdc3 [2020-11-25T08:18:01.215Z] ---> b943e103ab02 [2020-11-25T08:18:01.215Z] Step 6/8 : WORKDIR /build [2020-11-25T08:18:01.215Z] ---> Running in c95cb1bebdf7 [2020-11-25T08:18:01.510Z] Removing intermediate container c95cb1bebdf7 [2020-11-25T08:18:01.510Z] ---> e75fb1c2fb09 [2020-11-25T08:18:01.510Z] Step 7/8 : COPY go.mod . [2020-11-25T08:18:01.778Z] ---> 465057fa6e8b [2020-11-25T08:18:01.778Z] Step 8/8 : RUN go mod download [2020-11-25T08:18:02.049Z] ---> Running in 7aefe3b273ad [2020-11-25T08:18:03.778Z] Removing intermediate container 17bca56ed674 [2020-11-25T08:18:03.778Z] ---> 901e99aeb820 [2020-11-25T08:18:03.778Z] Successfully built 901e99aeb820 [2020-11-25T08:18:03.778Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:18:04.130Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T08:18:04.130Z] . [Pipeline] withDockerContainer [2020-11-25T08:18:04.367Z] prd-ubuntu18.04-docker-arm64-4c-16g-13400 does not seem to be running inside a container [2020-11-25T08:18:04.455Z] $ 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 [2020-11-25T08:18:05.845Z] $ docker top 5360078b546ad7ede9e628b639d9d69c6cb9625d90f8d0ad2ca445009c1c7341 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T08:18:06.871Z] + go version [2020-11-25T08:18:06.871Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-25T08:18:06.900Z] $ docker stop --time=1 5360078b546ad7ede9e628b639d9d69c6cb9625d90f8d0ad2ca445009c1c7341 [2020-11-25T08:18:08.834Z] $ docker rm -f 5360078b546ad7ede9e628b639d9d69c6cb9625d90f8d0ad2ca445009c1c7341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:18:09.862Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T08:18:09.862Z] . [Pipeline] withDockerContainer [2020-11-25T08:18:10.121Z] prd-ubuntu18.04-docker-arm64-4c-16g-13400 does not seem to be running inside a container [2020-11-25T08:18:10.204Z] $ 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 [2020-11-25T08:18:11.743Z] $ docker top cdaa7863cdfcd7db506bdca312ad2d034c651c8d462ae71d6a5307e22bc1590e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T08:18:12.779Z] + make test [2020-11-25T08:18:12.779Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-25T08:18:20.382Z] Removing intermediate container 7aefe3b273ad [2020-11-25T08:18:20.382Z] ---> 7e0a26aae902 [2020-11-25T08:18:20.382Z] Successfully built 7e0a26aae902 [2020-11-25T08:18:20.658Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:18:21.025Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T08:18:21.025Z] . [Pipeline] withDockerContainer [2020-11-25T08:18:21.459Z] prd-centos7-docker-4c-2g-13401 does not seem to be running inside a container [2020-11-25T08:18:21.631Z] $ 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 [2020-11-25T08:18:22.502Z] $ docker top 2c17c87ba6ef80d8a93fbbdadb5a7ecfecec08defa5d09830a2bf67027e314d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T08:18:23.146Z] + go version [2020-11-25T08:18:23.146Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-25T08:18:23.178Z] $ docker stop --time=1 2c17c87ba6ef80d8a93fbbdadb5a7ecfecec08defa5d09830a2bf67027e314d4 [2020-11-25T08:18:24.568Z] $ docker rm -f 2c17c87ba6ef80d8a93fbbdadb5a7ecfecec08defa5d09830a2bf67027e314d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:18:25.552Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T08:18:25.553Z] . [Pipeline] withDockerContainer [2020-11-25T08:18:25.930Z] prd-centos7-docker-4c-2g-13401 does not seem to be running inside a container [2020-11-25T08:18:26.053Z] $ 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 [2020-11-25T08:18:26.883Z] $ docker top 4a897666e9a65ea736b7878c4bbddaa9fd972f5ad7be1b545d6cd7afc96e8cfd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T08:18:27.641Z] + make test [2020-11-25T08:18:27.641Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-25T08:18:37.839Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-25T08:18:38.450Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.021s coverage: 9.0% of statements [2020-11-25T08:18:38.450Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-25T08:18:38.450Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.017s coverage: 95.1% of statements [2020-11-25T08:18:38.450Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.037s coverage: 87.8% of statements [2020-11-25T08:18:38.722Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-25T08:18:38.722Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-25T08:18:38.722Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-25T08:18:39.585Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-25T08:18:40.184Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.033s coverage: 9.0% of statements [2020-11-25T08:18:40.184Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-25T08:18:40.184Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.031s coverage: 95.1% of statements [2020-11-25T08:18:40.184Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.037s coverage: 87.8% of statements [2020-11-25T08:18:40.184Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-25T08:18:40.184Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-25T08:18:40.184Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-25T08:18:46.928Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.015s coverage: 100.0% of statements [2020-11-25T08:18:46.928Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-25T08:18:46.928Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-25T08:18:46.928Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-25T08:18:46.928Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements [2020-11-25T08:18:46.928Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-25T08:18:46.928Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-25T08:18:46.928Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements [2020-11-25T08:18:46.928Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-25T08:18:48.371Z] gofmt -l . [2020-11-25T08:18:48.371Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-25T08:18:48.395Z] $ docker stop --time=1 4a897666e9a65ea736b7878c4bbddaa9fd972f5ad7be1b545d6cd7afc96e8cfd [2020-11-25T08:18:50.345Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.033s coverage: 100.0% of statements [2020-11-25T08:18:50.345Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-25T08:18:50.345Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-25T08:18:50.345Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-25T08:18:50.345Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements [2020-11-25T08:18:50.345Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-25T08:18:50.345Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-25T08:18:50.345Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.017s coverage: 91.3% of statements [2020-11-25T08:18:50.345Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-25T08:18:50.413Z] $ docker rm -f 4a897666e9a65ea736b7878c4bbddaa9fd972f5ad7be1b545d6cd7afc96e8cfd [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T08:18:51.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T08:18:51.547Z] 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] } [2020-11-25T08:18:54.675Z] gofmt -l . [2020-11-25T08:18:54.675Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-25T08:18:54.703Z] $ docker stop --time=1 cdaa7863cdfcd7db506bdca312ad2d034c651c8d462ae71d6a5307e22bc1590e [2020-11-25T08:18:56.829Z] $ docker rm -f cdaa7863cdfcd7db506bdca312ad2d034c651c8d462ae71d6a5307e22bc1590e [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T08:18:57.753Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T08:18:57.772Z] Warning: overwriting stash ‘coverage-report’ [2020-11-25T08:18:58.723Z] 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 [2020-11-25T08:19:00.654Z] provisioning config files... [2020-11-25T08:19:00.666Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config410576155131391436tmp [Pipeline] { [Pipeline] sh [2020-11-25T08:19:01.080Z] + set +x [2020-11-25T08:19:01.080Z] + curl -s https://codecov.io/bash [2020-11-25T08:19:01.080Z] + bash -s -- [2020-11-25T08:19:01.344Z] [2020-11-25T08:19:01.344Z] _____ _ [2020-11-25T08:19:01.344Z] / ____| | | [2020-11-25T08:19:01.344Z] | | ___ __| | ___ ___ _____ __ [2020-11-25T08:19:01.344Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-25T08:19:01.344Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-25T08:19:01.344Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-25T08:19:01.344Z] Bash-20201124-79cbc08 [2020-11-25T08:19:01.344Z] [2020-11-25T08:19:01.344Z] [2020-11-25T08:19:01.344Z] ==> Jenkins CI detected. [2020-11-25T08:19:01.344Z] project root: . [2020-11-25T08:19:01.344Z] --> token set from env [2020-11-25T08:19:01.344Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-25T08:19:01.344Z] ==> Running gcov in . (disable via -X gcov) [2020-11-25T08:19:01.344Z] ==> Python coveragepy not found [2020-11-25T08:19:01.344Z] ==> Searching for coverage reports in: [2020-11-25T08:19:01.344Z] + . [2020-11-25T08:19:01.344Z] -> Found 1 reports [2020-11-25T08:19:01.344Z] ==> Detecting git/mercurial file structure [2020-11-25T08:19:01.344Z] ==> Reading reports [2020-11-25T08:19:01.344Z] + ./coverage.out bytes=21004 [2020-11-25T08:19:01.344Z] ==> Appending adjustments [2020-11-25T08:19:01.344Z] https://docs.codecov.io/docs/fixing-reports [2020-11-25T08:19:01.608Z] + Found adjustments [2020-11-25T08:19:01.608Z] ==> Gzipping contents [2020-11-25T08:19:01.608Z] 8.0K /tmp/codecov.OJ7yaO.gz [2020-11-25T08:19:01.608Z] ==> Uploading reports [2020-11-25T08:19:01.608Z] url: https://codecov.io [2020-11-25T08:19:01.608Z] 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= [2020-11-25T08:19:01.608Z] -> Pinging Codecov [2020-11-25T08:19:01.608Z] 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= [2020-11-25T08:19:02.184Z] -> Uploading to [2020-11-25T08:19:02.184Z] 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 [2020-11-25T08:19:02.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-25T08:19:02.184Z] Dload Upload Total Spent Left Speed [2020-11-25T08:19:02.759Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4405 0 0 100 4405 0 10086 --:--:-- --:--:-- --:--:-- 10103 [2020-11-25T08:19:02.759Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] } [2020-11-25T08:19:02.770Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-25T08:19:03.670Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-25T08:19:03.739Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:19:04.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T08:19:04.087Z] [2020-11-25T08:19:04.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:19:04.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T08:19:04.440Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-25T08:19:04.440Z] 188c0c94c7c5: Pulling fs layer [2020-11-25T08:19:04.440Z] 0ef7d3d256c8: Pulling fs layer [2020-11-25T08:19:04.440Z] de9db76c5a1d: Pulling fs layer [2020-11-25T08:19:04.440Z] 0eba1c9be4d2: Pulling fs layer [2020-11-25T08:19:04.440Z] 0d57e429df01: Pulling fs layer [2020-11-25T08:19:04.440Z] 4e4be7b47b0d: Pulling fs layer [2020-11-25T08:19:04.440Z] e1f770b5df2f: Pulling fs layer [2020-11-25T08:19:04.440Z] 85a0685a4137: Pulling fs layer [2020-11-25T08:19:04.440Z] 0d57e429df01: Waiting [2020-11-25T08:19:04.440Z] 4e4be7b47b0d: Waiting [2020-11-25T08:19:04.440Z] e1f770b5df2f: Waiting [2020-11-25T08:19:04.440Z] 0eba1c9be4d2: Waiting [2020-11-25T08:19:04.710Z] de9db76c5a1d: Verifying Checksum [2020-11-25T08:19:04.710Z] de9db76c5a1d: Download complete [2020-11-25T08:19:04.710Z] 0ef7d3d256c8: Verifying Checksum [2020-11-25T08:19:04.710Z] 0ef7d3d256c8: Download complete [2020-11-25T08:19:04.710Z] 0d57e429df01: Verifying Checksum [2020-11-25T08:19:04.710Z] 0d57e429df01: Download complete [2020-11-25T08:19:04.710Z] 188c0c94c7c5: Verifying Checksum [2020-11-25T08:19:04.710Z] 4e4be7b47b0d: Verifying Checksum [2020-11-25T08:19:04.710Z] 4e4be7b47b0d: Download complete [2020-11-25T08:19:04.976Z] 188c0c94c7c5: Pull complete [2020-11-25T08:19:05.242Z] 0ef7d3d256c8: Pull complete [2020-11-25T08:19:05.506Z] de9db76c5a1d: Pull complete [2020-11-25T08:19:06.085Z] e1f770b5df2f: Verifying Checksum [2020-11-25T08:19:06.085Z] e1f770b5df2f: Download complete [2020-11-25T08:19:08.042Z] 0eba1c9be4d2: Download complete [2020-11-25T08:19:08.310Z] 85a0685a4137: Verifying Checksum [2020-11-25T08:19:08.310Z] 85a0685a4137: Download complete [2020-11-25T08:19:14.956Z] 0eba1c9be4d2: Pull complete [2020-11-25T08:19:14.956Z] 0d57e429df01: Pull complete [2020-11-25T08:19:14.956Z] 4e4be7b47b0d: Pull complete [2020-11-25T08:19:15.907Z] e1f770b5df2f: Pull complete [2020-11-25T08:19:24.090Z] 85a0685a4137: Pull complete [2020-11-25T08:19:24.090Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-25T08:19:24.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T08:19:24.090Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-25T08:19:24.320Z] prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container [2020-11-25T08:19:24.370Z] $ 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 [2020-11-25T08:19:25.996Z] $ docker top ef4ade2e3272f57537e2fd51d0796de2f96970ce508aa7f23bdc985284e6cd34 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-25T08:19:26.257Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-25T08:19:26.557Z] + set -o pipefail [2020-11-25T08:19:26.557Z] + snyk monitor '--org=edgex-jenkins' [2020-11-25T08:19:44.718Z] [2020-11-25T08:19:44.718Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-11-25T08:19:44.718Z] [2020-11-25T08:19:44.718Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/689b2281-33b8-4711-b507-dea00601856f [2020-11-25T08:19:44.718Z] [2020-11-25T08:19:44.718Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-25T08:19:44.718Z] [2020-11-25T08:19:44.718Z] [2020-11-25T08:19:44.718Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-25T08:19:44.718Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-25T08:19:44.734Z] $ docker stop --time=1 ef4ade2e3272f57537e2fd51d0796de2f96970ce508aa7f23bdc985284e6cd34 [2020-11-25T08:19:46.722Z] $ 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 [2020-11-25T08:19:48.485Z] + git log --format=format:%s -1 6a0f4fd28682ed4f56938b7a493887729e9cddf4 [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:19:48.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T08:19:48.798Z] . [Pipeline] withDockerContainer [2020-11-25T08:19:48.904Z] prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container [2020-11-25T08:19:48.953Z] $ 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 [2020-11-25T08:19:49.953Z] $ docker top 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T08:19:50.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T08:19:50.350Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T08:19:50.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T08:19:50.589Z] $ docker exec 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 ssh-agent [2020-11-25T08:19:50.751Z] SSH_AUTH_SOCK=/tmp/ssh-bmUt6ckAhM3G/agent.12 [2020-11-25T08:19:50.751Z] SSH_AGENT_PID=17 [2020-11-25T08:19:50.759Z] Running ssh-add (command line suppressed) [2020-11-25T08:19:50.888Z] 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) [2020-11-25T08:19:50.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T08:19:51.296Z] + git semver tag [2020-11-25T08:19:51.296Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T08:19:51.296Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T08:19:51.296Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T08:19:51.296Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T08:19:51.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T08:19:51.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T08:19:51.296Z] # $SEMVER_BRANCH = master [2020-11-25T08:19:51.296Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-11-25T08:19:51.296Z] # 6a0f4fd28682ed4f56938b7a493887729e9cddf4 HEAD [2020-11-25T08:19:51.296Z] # -> Force: false [2020-11-25T08:19:51.296Z] # 92d3369f41e205d940c443ec9fde59fa34b37ffc refs/tags/v0.0.59 [Pipeline] } [2020-11-25T08:19:51.310Z] $ docker exec --env ******** --env ******** 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 ssh-agent -k [2020-11-25T08:19:51.426Z] unset SSH_AUTH_SOCK; [2020-11-25T08:19:51.427Z] unset SSH_AGENT_PID; [2020-11-25T08:19:51.427Z] echo Agent pid 17 killed; [2020-11-25T08:19:51.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T08:19:51.965Z] + git semver [Pipeline] } [2020-11-25T08:19:51.983Z] $ docker stop --time=1 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 [2020-11-25T08:19:53.360Z] $ docker rm -f 1541b36182971e3e27191272cef4a48509bce50863282517de16c0bbe7de7a47 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:19:54.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T08:19:54.004Z] [2020-11-25T08:19:54.005Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:19:54.381Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T08:19:54.381Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-25T08:19:54.381Z] ab5ef0e58194: Pulling fs layer [2020-11-25T08:19:54.381Z] 9712f1f96733: Pulling fs layer [2020-11-25T08:19:54.381Z] 63f879dbbcfc: Pulling fs layer [2020-11-25T08:19:54.381Z] 0d9ebad4ef96: Pulling fs layer [2020-11-25T08:19:54.381Z] e9a5061849ea: Pulling fs layer [2020-11-25T08:19:54.381Z] d747dcd14b5f: Pulling fs layer [2020-11-25T08:19:54.381Z] 2de7ff778b66: Pulling fs layer [2020-11-25T08:19:54.381Z] 0d9ebad4ef96: Waiting [2020-11-25T08:19:54.381Z] e9a5061849ea: Waiting [2020-11-25T08:19:54.381Z] 2de7ff778b66: Waiting [2020-11-25T08:19:54.381Z] d747dcd14b5f: Waiting [2020-11-25T08:19:54.381Z] 9712f1f96733: Verifying Checksum [2020-11-25T08:19:54.381Z] 9712f1f96733: Download complete [2020-11-25T08:19:56.939Z] 63f879dbbcfc: Verifying Checksum [2020-11-25T08:19:56.939Z] 63f879dbbcfc: Download complete [2020-11-25T08:19:56.939Z] e9a5061849ea: Verifying Checksum [2020-11-25T08:19:56.939Z] e9a5061849ea: Download complete [2020-11-25T08:19:56.939Z] d747dcd14b5f: Verifying Checksum [2020-11-25T08:19:56.939Z] d747dcd14b5f: Download complete [2020-11-25T08:19:56.939Z] ab5ef0e58194: Verifying Checksum [2020-11-25T08:19:56.939Z] ab5ef0e58194: Download complete [2020-11-25T08:19:56.939Z] 0d9ebad4ef96: Verifying Checksum [2020-11-25T08:19:56.939Z] 0d9ebad4ef96: Download complete [2020-11-25T08:19:57.201Z] 2de7ff778b66: Verifying Checksum [2020-11-25T08:19:57.201Z] 2de7ff778b66: Download complete [2020-11-25T08:20:02.527Z] ab5ef0e58194: Pull complete [2020-11-25T08:20:02.527Z] 9712f1f96733: Pull complete [2020-11-25T08:20:05.085Z] 63f879dbbcfc: Pull complete [2020-11-25T08:20:11.739Z] 0d9ebad4ef96: Pull complete [2020-11-25T08:20:12.688Z] e9a5061849ea: Pull complete [2020-11-25T08:20:12.952Z] d747dcd14b5f: Pull complete [2020-11-25T08:20:15.643Z] 2de7ff778b66: Pull complete [2020-11-25T08:20:15.643Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-25T08:20:15.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T08:20:15.643Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-25T08:20:15.917Z] prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container [2020-11-25T08:20:15.972Z] $ 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 [2020-11-25T08:20:20.114Z] $ docker top efe0f686cdee1f8660ae1ecee5b0b8ab537c968932fc7e539d4bbf90078adffb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-25T08:20:20.405Z] provisioning config files... [2020-11-25T08:20:20.416Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2706049509674758272tmp [2020-11-25T08:20:20.432Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config168541819766351120tmp [2020-11-25T08:20:20.447Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3481660442931468836tmp [Pipeline] { [Pipeline] echo [2020-11-25T08:20:20.570Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:20:20.876Z] ---> sigul-configuration.sh [2020-11-25T08:20:20.876Z] gpg: directory `/root/.gnupg' created [2020-11-25T08:20:20.876Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-25T08:20:20.876Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-25T08:20:20.876Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-25T08:20:20.876Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-25T08:20:20.876Z] gpg: CAST5 encrypted data [2020-11-25T08:20:21.140Z] gpg: encrypted with 1 passphrase [2020-11-25T08:20:21.140Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-25T08:20:21.442Z] + mkdir /home/jenkins [2020-11-25T08:20:21.442Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-25T08:20:21.742Z] + 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 [2020-11-25T08:20:21.753Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:20:22.052Z] ---> sigul-install.sh [2020-11-25T08:20:27.355Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-25T08:20:27.653Z] + git tag --list [2020-11-25T08:20:27.653Z] v0.0.1 [2020-11-25T08:20:27.653Z] v0.0.10 [2020-11-25T08:20:27.653Z] v0.0.11 [2020-11-25T08:20:27.653Z] v0.0.12 [2020-11-25T08:20:27.653Z] v0.0.13 [2020-11-25T08:20:27.653Z] v0.0.14 [2020-11-25T08:20:27.653Z] v0.0.15 [2020-11-25T08:20:27.653Z] v0.0.16 [2020-11-25T08:20:27.653Z] v0.0.17 [2020-11-25T08:20:27.653Z] v0.0.18 [2020-11-25T08:20:27.653Z] v0.0.19 [2020-11-25T08:20:27.653Z] v0.0.2 [2020-11-25T08:20:27.653Z] v0.0.20 [2020-11-25T08:20:27.653Z] v0.0.21 [2020-11-25T08:20:27.653Z] v0.0.22 [2020-11-25T08:20:27.653Z] v0.0.23 [2020-11-25T08:20:27.653Z] v0.0.24 [2020-11-25T08:20:27.653Z] v0.0.25 [2020-11-25T08:20:27.653Z] v0.0.26 [2020-11-25T08:20:27.653Z] v0.0.27 [2020-11-25T08:20:27.653Z] v0.0.28 [2020-11-25T08:20:27.653Z] v0.0.29 [2020-11-25T08:20:27.653Z] v0.0.3 [2020-11-25T08:20:27.653Z] v0.0.30 [2020-11-25T08:20:27.653Z] v0.0.31 [2020-11-25T08:20:27.653Z] v0.0.32 [2020-11-25T08:20:27.653Z] v0.0.33 [2020-11-25T08:20:27.653Z] v0.0.34 [2020-11-25T08:20:27.653Z] v0.0.35 [2020-11-25T08:20:27.653Z] v0.0.36 [2020-11-25T08:20:27.653Z] v0.0.37 [2020-11-25T08:20:27.653Z] v0.0.38 [2020-11-25T08:20:27.653Z] v0.0.39 [2020-11-25T08:20:27.653Z] v0.0.4 [2020-11-25T08:20:27.653Z] v0.0.40 [2020-11-25T08:20:27.653Z] v0.0.41 [2020-11-25T08:20:27.653Z] v0.0.42 [2020-11-25T08:20:27.653Z] v0.0.43 [2020-11-25T08:20:27.653Z] v0.0.44 [2020-11-25T08:20:27.653Z] v0.0.45 [2020-11-25T08:20:27.653Z] v0.0.46 [2020-11-25T08:20:27.653Z] v0.0.47 [2020-11-25T08:20:27.653Z] v0.0.48 [2020-11-25T08:20:27.653Z] v0.0.49 [2020-11-25T08:20:27.653Z] v0.0.5 [2020-11-25T08:20:27.653Z] v0.0.50 [2020-11-25T08:20:27.653Z] v0.0.51 [2020-11-25T08:20:27.653Z] v0.0.52 [2020-11-25T08:20:27.653Z] v0.0.53 [2020-11-25T08:20:27.653Z] v0.0.54 [2020-11-25T08:20:27.653Z] v0.0.55 [2020-11-25T08:20:27.653Z] v0.0.56 [2020-11-25T08:20:27.653Z] v0.0.57 [2020-11-25T08:20:27.653Z] v0.0.58 [2020-11-25T08:20:27.653Z] v0.0.59 [2020-11-25T08:20:27.653Z] v0.0.6 [2020-11-25T08:20:27.653Z] v0.0.7 [2020-11-25T08:20:27.653Z] v0.0.8 [2020-11-25T08:20:27.653Z] v0.0.9 [Pipeline] sh [2020-11-25T08:20:27.954Z] + lftools sign git-tag v0.0.59 [2020-11-25T08:20:29.344Z] Signing Git tag with Sigul... [2020-11-25T08:20:29.344Z] Signing v0.0.59 [Pipeline] echo [2020-11-25T08:20:30.300Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:20:30.598Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-25T08:20:30.608Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-25T08:20:30.721Z] $ docker stop --time=1 efe0f686cdee1f8660ae1ecee5b0b8ab537c968932fc7e539d4bbf90078adffb [2020-11-25T08:20:32.720Z] $ 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 [2020-11-25T08:20:34.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T08:20:34.066Z] . [Pipeline] withDockerContainer [2020-11-25T08:20:34.179Z] prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container [2020-11-25T08:20:34.235Z] $ 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 [2020-11-25T08:20:34.942Z] $ docker top 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T08:20:35.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T08:20:35.486Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T08:20:35.720Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T08:20:35.725Z] $ docker exec 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa ssh-agent [2020-11-25T08:20:35.912Z] SSH_AUTH_SOCK=/tmp/ssh-8kcRCdS3YlwC/agent.11 [2020-11-25T08:20:35.912Z] SSH_AGENT_PID=16 [2020-11-25T08:20:35.920Z] Running ssh-add (command line suppressed) [2020-11-25T08:20:36.046Z] 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) [2020-11-25T08:20:36.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T08:20:36.448Z] + git semver bump patch [2020-11-25T08:20:36.448Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T08:20:36.448Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T08:20:36.448Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T08:20:36.448Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T08:20:36.448Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T08:20:36.448Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T08:20:36.448Z] # $SEMVER_BRANCH = master [2020-11-25T08:20:36.448Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-11-25T08:20:36.448Z] 0.0.60 [Pipeline] } [2020-11-25T08:20:36.462Z] $ docker exec --env ******** --env ******** 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa ssh-agent -k [2020-11-25T08:20:36.591Z] unset SSH_AUTH_SOCK; [2020-11-25T08:20:36.592Z] unset SSH_AGENT_PID; [2020-11-25T08:20:36.592Z] echo Agent pid 16 killed; [2020-11-25T08:20:36.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T08:20:37.161Z] + git semver [Pipeline] } [2020-11-25T08:20:37.182Z] $ docker stop --time=1 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa [2020-11-25T08:20:38.586Z] $ docker rm -f 61bd2483b2bf468f596c78bbf93ed574d340729965e742687f4c308a4a258faa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:20:39.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T08:20:39.139Z] . [Pipeline] withDockerContainer [2020-11-25T08:20:39.241Z] prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container [2020-11-25T08:20:39.291Z] $ 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 [2020-11-25T08:20:39.966Z] $ docker top 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T08:20:40.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T08:20:40.283Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T08:20:40.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T08:20:40.475Z] $ docker exec 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb ssh-agent [2020-11-25T08:20:40.649Z] SSH_AUTH_SOCK=/tmp/ssh-LVl38tNFpmnC/agent.13 [2020-11-25T08:20:40.649Z] SSH_AGENT_PID=18 [2020-11-25T08:20:40.657Z] Running ssh-add (command line suppressed) [2020-11-25T08:20:40.788Z] 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) [2020-11-25T08:20:40.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T08:20:41.188Z] + git semver push [2020-11-25T08:20:41.188Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T08:20:41.188Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T08:20:41.188Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T08:20:41.188Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T08:20:41.188Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T08:20:41.188Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T08:20:41.188Z] # $SEMVER_BRANCH = master [2020-11-25T08:20:41.188Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-11-25T08:20:47.805Z] $ docker exec --env ******** --env ******** 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb ssh-agent -k [2020-11-25T08:20:47.924Z] unset SSH_AUTH_SOCK; [2020-11-25T08:20:47.926Z] unset SSH_AGENT_PID; [2020-11-25T08:20:47.926Z] echo Agent pid 18 killed; [2020-11-25T08:20:47.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T08:20:48.469Z] + git semver [Pipeline] } [2020-11-25T08:20:48.490Z] $ docker stop --time=1 7ac90d03522ca7fdaf560808dc1b5ef8ac3d77458b09f5d367310248eaeecbcb [2020-11-25T08:20:49.848Z] $ 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 [2020-11-25T08:20:51.765Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:20:52.336Z] ---> package-listing.sh [2020-11-25T08:20:52.336Z] ++ facter osfamily [2020-11-25T08:20:52.336Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-25T08:20:52.336Z] + OS_FAMILY=redhat [2020-11-25T08:20:52.336Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T08:20:52.336Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-25T08:20:52.336Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-25T08:20:52.336Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-25T08:20:52.336Z] + PACKAGES=/tmp/packages_start.txt [2020-11-25T08:20:52.336Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-11-25T08:20:52.336Z] + PACKAGES=/tmp/packages_end.txt [2020-11-25T08:20:52.336Z] + case "${OS_FAMILY}" in [2020-11-25T08:20:52.336Z] + rpm -qa [2020-11-25T08:20:52.336Z] + sort [2020-11-25T08:20:57.647Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-25T08:20:57.647Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-25T08:20:57.647Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-25T08:20:57.647Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-11-25T08:20:57.647Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-11-25T08:20:57.647Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-11-25T08:20:57.664Z] 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 [2020-11-25T08:20:58.040Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:20:58.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T08:20:58.347Z] [2020-11-25T08:20:58.347Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-25T08:20:58.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T08:20:58.698Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-25T08:20:58.698Z] df20fa9351a1: Pulling fs layer [2020-11-25T08:20:58.698Z] 36b3adc4ff6f: Pulling fs layer [2020-11-25T08:20:58.698Z] 8ad3a11d3b57: Pulling fs layer [2020-11-25T08:20:58.698Z] 46f8f816bc3b: Pulling fs layer [2020-11-25T08:20:58.698Z] 93b61091891f: Pulling fs layer [2020-11-25T08:20:58.698Z] 93b9cdb0e59b: Pulling fs layer [2020-11-25T08:20:58.698Z] 5e14af77c1be: Pulling fs layer [2020-11-25T08:20:58.698Z] 01666e4c0597: Pulling fs layer [2020-11-25T08:20:58.698Z] aa168da1d23b: Pulling fs layer [2020-11-25T08:20:58.698Z] 93b9cdb0e59b: Waiting [2020-11-25T08:20:58.698Z] 5e14af77c1be: Waiting [2020-11-25T08:20:58.698Z] 01666e4c0597: Waiting [2020-11-25T08:20:58.698Z] 46f8f816bc3b: Waiting [2020-11-25T08:20:58.698Z] 93b61091891f: Waiting [2020-11-25T08:20:58.698Z] aa168da1d23b: Waiting [2020-11-25T08:20:58.698Z] 36b3adc4ff6f: Verifying Checksum [2020-11-25T08:20:58.698Z] 36b3adc4ff6f: Download complete [2020-11-25T08:20:58.698Z] 46f8f816bc3b: Download complete [2020-11-25T08:20:58.698Z] df20fa9351a1: Verifying Checksum [2020-11-25T08:20:58.698Z] df20fa9351a1: Download complete [2020-11-25T08:20:58.963Z] 93b9cdb0e59b: Verifying Checksum [2020-11-25T08:20:58.963Z] 93b9cdb0e59b: Download complete [2020-11-25T08:20:58.963Z] 5e14af77c1be: Verifying Checksum [2020-11-25T08:20:58.963Z] 5e14af77c1be: Download complete [2020-11-25T08:20:58.963Z] 93b61091891f: Download complete [2020-11-25T08:20:58.963Z] 01666e4c0597: Verifying Checksum [2020-11-25T08:20:58.963Z] 01666e4c0597: Download complete [2020-11-25T08:20:58.963Z] 8ad3a11d3b57: Verifying Checksum [2020-11-25T08:20:58.963Z] 8ad3a11d3b57: Download complete [2020-11-25T08:20:59.227Z] df20fa9351a1: Pull complete [2020-11-25T08:20:59.496Z] 36b3adc4ff6f: Pull complete [2020-11-25T08:21:00.897Z] 8ad3a11d3b57: Pull complete [2020-11-25T08:21:00.897Z] aa168da1d23b: Verifying Checksum [2020-11-25T08:21:00.897Z] aa168da1d23b: Download complete [2020-11-25T08:21:01.161Z] 46f8f816bc3b: Pull complete [2020-11-25T08:21:01.740Z] 93b61091891f: Pull complete [2020-11-25T08:21:01.740Z] 93b9cdb0e59b: Pull complete [2020-11-25T08:21:02.006Z] 5e14af77c1be: Pull complete [2020-11-25T08:21:02.006Z] 01666e4c0597: Pull complete [2020-11-25T08:21:08.631Z] aa168da1d23b: Pull complete [2020-11-25T08:21:08.631Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-25T08:21:08.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T08:21:08.631Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-25T08:21:08.765Z] prd-centos7-docker-4c-2g-13399 does not seem to be running inside a container [2020-11-25T08:21:08.817Z] $ 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 [2020-11-25T08:21:11.766Z] $ docker top 4ecbd77ae5d78f0329d3957eb041db0fbe1aa7218d9901826880560a177545cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T08:21:12.268Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-25T08:21:12.569Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-25T08:21:12.872Z] + ls /var/log/sa-host [2020-11-25T08:21:12.873Z] + sadf -c /var/log/sa-host/sa23 [2020-11-25T08:21:12.873Z] file_magic: OK [2020-11-25T08:21:12.873Z] HZ: Using current value: 100 [2020-11-25T08:21:12.873Z] file_header: OK [2020-11-25T08:21:12.873Z] 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 [2020-11-25T08:21:12.873Z] Statistics: [2020-11-25T08:21:12.873Z] Hnuu...uuuununununu... [2020-11-25T08:21:12.873Z] File successfully converted to sysstat format version 12.2.1 [2020-11-25T08:21:12.873Z] + sadf -c /var/log/sa-host/sa25 [2020-11-25T08:21:12.873Z] file_magic: OK [2020-11-25T08:21:12.873Z] HZ: Using current value: 100 [2020-11-25T08:21:12.873Z] file_header: OK [2020-11-25T08:21:12.873Z] 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 [2020-11-25T08:21:12.873Z] Statistics: [2020-11-25T08:21:12.873Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-25T08:21:12.873Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-25T08:21:13.533Z] provisioning config files... [2020-11-25T08:21:13.551Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4114995784859459135tmp [Pipeline] { [Pipeline] echo [2020-11-25T08:21:13.633Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:21:13.937Z] ---> create-netrc.sh [Pipeline] } [2020-11-25T08:21:13.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-25T08:21:14.093Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:21:14.391Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-25T08:21:14.402Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:21:14.697Z] ---> sudo-logs.sh [2020-11-25T08:21:14.697Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-25T08:21:14.708Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:21:15.007Z] ---> job-cost.sh [2020-11-25T08:21:15.007Z] lf-activate-venv: SKIPPING [2020-11-25T08:21:15.007Z] INFO: No Stack... [2020-11-25T08:21:16.396Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-25T08:21:16.970Z] INFO: Archiving Costs [Pipeline] echo [2020-11-25T08:21:16.985Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T08:21:17.285Z] ---> logs-deploy.sh [2020-11-25T08:21:17.285Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/62 [2020-11-25T08:21:17.285Z] INFO: archiving workspace using pattern(s): [2020-11-25T08:21:18.676Z] Archives upload complete. [2020-11-25T08:21:18.938Z] INFO: archiving logs to Nexus [2020-11-25T08:21:19.883Z] ---> uname -a: [2020-11-25T08:21:19.883Z] 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 [2020-11-25T08:21:19.883Z] [2020-11-25T08:21:19.883Z] [2020-11-25T08:21:19.883Z] ---> lscpu: [2020-11-25T08:21:19.883Z] Architecture: x86_64 [2020-11-25T08:21:19.883Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-25T08:21:19.883Z] Byte Order: Little Endian [2020-11-25T08:21:19.884Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-25T08:21:19.884Z] CPU(s): 4 [2020-11-25T08:21:19.884Z] On-line CPU(s) list: 0-3 [2020-11-25T08:21:19.884Z] Thread(s) per core: 1 [2020-11-25T08:21:19.884Z] Core(s) per socket: 1 [2020-11-25T08:21:19.884Z] Socket(s): 4 [2020-11-25T08:21:19.884Z] NUMA node(s): 1 [2020-11-25T08:21:19.884Z] Vendor ID: GenuineIntel [2020-11-25T08:21:19.884Z] CPU family: 6 [2020-11-25T08:21:19.884Z] Model: 44 [2020-11-25T08:21:19.884Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-25T08:21:19.884Z] Stepping: 1 [2020-11-25T08:21:19.884Z] CPU MHz: 2933.438 [2020-11-25T08:21:19.884Z] BogoMIPS: 5866.87 [2020-11-25T08:21:19.884Z] Virtualization: VT-x [2020-11-25T08:21:19.884Z] Hypervisor vendor: KVM [2020-11-25T08:21:19.884Z] Virtualization type: full [2020-11-25T08:21:19.884Z] L1d cache: 128 KiB [2020-11-25T08:21:19.884Z] L1i cache: 128 KiB [2020-11-25T08:21:19.884Z] L2 cache: 16 MiB [2020-11-25T08:21:19.884Z] L3 cache: 64 MiB [2020-11-25T08:21:19.884Z] NUMA node0 CPU(s): 0-3 [2020-11-25T08:21:19.884Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-25T08:21:19.884Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-25T08:21:19.884Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-25T08:21:19.884Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-25T08:21:19.884Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-25T08:21:19.884Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-25T08:21:19.884Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-25T08:21:19.884Z] Vulnerability Srbds: Not affected [2020-11-25T08:21:19.884Z] Vulnerability Tsx async abort: Not affected [2020-11-25T08:21:19.884Z] 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 [2020-11-25T08:21:19.884Z] [2020-11-25T08:21:19.884Z] [2020-11-25T08:21:19.884Z] ---> nproc: [2020-11-25T08:21:19.884Z] 4 [2020-11-25T08:21:19.884Z] [2020-11-25T08:21:19.884Z] [2020-11-25T08:21:19.884Z] ---> df -h: [2020-11-25T08:21:19.884Z] Filesystem Size Used Available Use% Mounted on [2020-11-25T08:21:19.884Z] overlay 50.0G 8.5G 41.4G 17% / [2020-11-25T08:21:19.884Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-25T08:21:19.884Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-25T08:21:19.884Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T08:21:19.884Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-11-25T08:21:19.884Z] [2020-11-25T08:21:19.884Z] [2020-11-25T08:21:19.884Z] ---> free -m: [2020-11-25T08:21:19.884Z] total used free shared buff/cache available [2020-11-25T08:21:19.884Z] Mem: 1837 827 145 0 864 944 [2020-11-25T08:21:19.884Z] Swap: 1023 2 1021 [2020-11-25T08:21:19.884Z] [2020-11-25T08:21:19.884Z]