Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd3354c72fd49b407a7f7e40f4a096019b16cdd3 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13416 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 fd3354c72fd49b407a7f7e40f4a096019b16cdd3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 Commit message: "Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" > git rev-list --no-walk 6a0f4fd28682ed4f56938b7a493887729e9cddf4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-25T17:20:38.428Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-25T17:20:38.704Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-25T17:20:38.832Z] ========================================================= [2020-11-25T17:20:38.832Z] EdgeX Global Pipelines Version Info [2020-11-25T17:20:38.832Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:20:40.361Z] ------------------- [2020-11-25T17:20:40.361Z] stable info: [2020-11-25T17:20:40.361Z] ------------------- [2020-11-25T17:20:40.361Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-25T17:20:40.361Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-25T17:20:40.361Z] Message: update stable to v1.0.167 [2020-11-25T17:20:41.305Z] ------------------- [2020-11-25T17:20:41.305Z] experimental info: [2020-11-25T17:20:41.305Z] ------------------- [2020-11-25T17:20:41.305Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-25T17:20:41.305Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-25T17:20:41.305Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-25T17:20:41.670Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-11-25T17:20:41.772Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-11-25T17:20:41.867Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-25T17:20:41.982Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-25T17:20:42.095Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-25T17:20:42.221Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-25T17:20:42.331Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-25T17:20:42.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-25T17:20:42.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-25T17:20:42.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-25T17:20:42.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-25T17:20:43.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-11-25T17:20:43.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-25T17:20:43.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-25T17:20:43.321Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:20:43.414Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:20:43.551Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:20:43.650Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:20:43.762Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-25T17:20:43.870Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-25T17:20:44.011Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-25T17:20:44.117Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-25T17:20:44.214Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-25T17:20:44.302Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-25T17:20:44.443Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-25T17:20:44.538Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-25T17:20:44.647Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-25T17:20:44.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-25T17:20:44.876Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-25T17:20:44.964Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] echo [2020-11-25T17:20:45.054Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd3354c [Pipeline] echo [2020-11-25T17:20:45.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:20:45.356Z] provisioning config files... [2020-11-25T17:20:45.383Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5928965649397349586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:20:45.747Z] ---> docker-login.sh [2020-11-25T17:20:45.747Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:20:46.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:20:46.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:20:46.009Z] Configure a credential helper to remove this warning. See [2020-11-25T17:20:46.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:20:46.009Z] [2020-11-25T17:20:46.009Z] Login Succeeded [2020-11-25T17:20:46.009Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:20:46.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:20:46.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:20:46.272Z] Configure a credential helper to remove this warning. See [2020-11-25T17:20:46.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:20:46.272Z] [2020-11-25T17:20:46.272Z] Login Succeeded [2020-11-25T17:20:46.272Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:20:46.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:20:46.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:20:46.538Z] Configure a credential helper to remove this warning. See [2020-11-25T17:20:46.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:20:46.538Z] [2020-11-25T17:20:46.538Z] Login Succeeded [2020-11-25T17:20:46.538Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:20:46.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:20:46.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:20:46.538Z] Configure a credential helper to remove this warning. See [2020-11-25T17:20:46.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:20:46.538Z] [2020-11-25T17:20:46.538Z] Login Succeeded [2020-11-25T17:20:46.538Z] docker.io [2020-11-25T17:20:46.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:20:47.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:20:47.063Z] Configure a credential helper to remove this warning. See [2020-11-25T17:20:47.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:20:47.063Z] [2020-11-25T17:20:47.063Z] Login Succeeded [2020-11-25T17:20:47.063Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:20:47.072Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:20:47.866Z] + git log --format=format:%s -1 fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] echo [2020-11-25T17:20:47.935Z] GIT_COMMIT: fd3354c72fd49b407a7f7e40f4a096019b16cdd3, Commit Message: Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115 [Pipeline] echo [2020-11-25T17:20:47.981Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:20:48.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:20:48.573Z] [2020-11-25T17:20:48.573Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:20:48.985Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:20:48.985Z] latest: Pulling from edgex-devops/git-semver [2020-11-25T17:20:48.985Z] 31603596830f: Pulling fs layer [2020-11-25T17:20:48.985Z] 2a8b12db71e7: Pulling fs layer [2020-11-25T17:20:48.985Z] 6ca5941a6612: Pulling fs layer [2020-11-25T17:20:48.985Z] ecc8261a40a4: Pulling fs layer [2020-11-25T17:20:48.985Z] ecc8261a40a4: Waiting [2020-11-25T17:20:48.985Z] 2a8b12db71e7: Verifying Checksum [2020-11-25T17:20:48.985Z] 2a8b12db71e7: Download complete [2020-11-25T17:20:48.985Z] 31603596830f: Verifying Checksum [2020-11-25T17:20:48.985Z] 31603596830f: Download complete [2020-11-25T17:20:49.261Z] ecc8261a40a4: Verifying Checksum [2020-11-25T17:20:49.261Z] ecc8261a40a4: Download complete [2020-11-25T17:20:49.261Z] 6ca5941a6612: Verifying Checksum [2020-11-25T17:20:49.261Z] 6ca5941a6612: Download complete [2020-11-25T17:20:49.530Z] 31603596830f: Pull complete [2020-11-25T17:20:49.530Z] 2a8b12db71e7: Pull complete [2020-11-25T17:20:50.488Z] 6ca5941a6612: Pull complete [2020-11-25T17:20:50.750Z] ecc8261a40a4: Pull complete [2020-11-25T17:20:50.750Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-25T17:20:50.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:20:50.750Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-25T17:20:50.859Z] prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container [2020-11-25T17:20:50.908Z] $ 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-25T17:20:52.922Z] $ docker top df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:20:53.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:20:53.269Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:20:53.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:20:53.509Z] $ docker exec df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent [2020-11-25T17:20:53.714Z] SSH_AUTH_SOCK=/tmp/ssh-1SWvWkWasaPW/agent.11 [2020-11-25T17:20:53.714Z] SSH_AGENT_PID=16 [2020-11-25T17:20:53.724Z] Running ssh-add (command line suppressed) [2020-11-25T17:20:53.863Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4097153275271712600.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4097153275271712600.key) [2020-11-25T17:20:53.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:20:54.248Z] + git tag --points-at HEAD [Pipeline] } [2020-11-25T17:20:54.271Z] $ docker exec --env ******** --env ******** df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent -k [2020-11-25T17:20:54.386Z] unset SSH_AUTH_SOCK; [2020-11-25T17:20:54.387Z] unset SSH_AGENT_PID; [2020-11-25T17:20:54.387Z] echo Agent pid 16 killed; [2020-11-25T17:20:54.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-25T17:20:54.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:20:54.571Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:20:54.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:20:54.752Z] $ docker exec df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent [2020-11-25T17:20:54.919Z] SSH_AUTH_SOCK=/tmp/ssh-H1qejYs6PCz3/agent.44 [2020-11-25T17:20:54.919Z] SSH_AGENT_PID=49 [2020-11-25T17:20:54.925Z] Running ssh-add (command line suppressed) [2020-11-25T17:20:55.041Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1189418381493610610.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1189418381493610610.key) [2020-11-25T17:20:55.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:20:55.425Z] + git semver init [2020-11-25T17:20:55.425Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:20:55.425Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T17:20:55.425Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T17:20:55.425Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:20:55.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:20:55.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:20:55.425Z] # $SEMVER_BRANCH = master [2020-11-25T17:20:55.425Z] # $SEMVER_TEMP = /tmp/semver-421263039 [2020-11-25T17:20:55.425Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-11-25T17:20:55.999Z] # '/tmp/semver-421263039' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-11-25T17:20:55.999Z] # -> Force: false [2020-11-25T17:20:55.999Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-11-25T17:20:56.013Z] $ docker exec --env ******** --env ******** df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent -k [2020-11-25T17:20:56.122Z] unset SSH_AUTH_SOCK; [2020-11-25T17:20:56.122Z] unset SSH_AGENT_PID; [2020-11-25T17:20:56.122Z] echo Agent pid 49 killed; [2020-11-25T17:20:56.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:20:56.624Z] + git semver [Pipeline] } [2020-11-25T17:20:56.644Z] $ docker stop --time=1 df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b [2020-11-25T17:20:58.233Z] $ docker rm -f df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:20:58.760Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-25T17:20:59.153Z] Stashed 1 file(s) [Pipeline] echo [2020-11-25T17:20:59.156Z] [edgeXSemver]: initialized semver on version 0.0.60 [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-25T17:21:15.124Z] Still waiting to schedule task [2020-11-25T17:21:15.124Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-25T17:21:15.127Z] Still waiting to schedule task [2020-11-25T17:21:15.127Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-25T17:23:03.893Z] Running on prd-centos7-docker-4c-2g-13419 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-11-25T17:23:04.001Z] Running in /w/workspace/go-mod-bootstrap/63 [Pipeline] { [Pipeline] checkout [2020-11-25T17:23:06.519Z] using credential edgex-jenkins-ssh [2020-11-25T17:23:06.568Z] Cloning the remote Git repository [2020-11-25T17:23:06.602Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T17:23:06.682Z] > git init /w/workspace/go-mod-bootstrap/63 # timeout=10 [2020-11-25T17:23:06.749Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T17:23:06.749Z] > git --version # timeout=10 [2020-11-25T17:23:06.757Z] > git --version # 'git version 2.24.3' [2020-11-25T17:23:06.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:23:06.784Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:23:07.309Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T17:23:07.325Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:23:07.340Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T17:23:07.353Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T17:23:07.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:23:07.358Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T17:23:07.737Z] Checking out Revision fd3354c72fd49b407a7f7e40f4a096019b16cdd3 (master) [2020-11-25T17:23:07.748Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T17:23:07.756Z] > git checkout -f fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 [2020-11-25T17:23:11.482Z] Commit message: "Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:23:12.643Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:23:12.974Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:23:13.277Z] + sudo service docker restart [2020-11-25T17:23:13.277Z] + true [2020-11-25T17:23:13.277Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:23:14.294Z] provisioning config files... [2020-11-25T17:23:14.322Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/63@tmp/config7920009344968249758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:23:14.697Z] ---> docker-login.sh [2020-11-25T17:23:14.697Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:23:14.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:14.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:14.960Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:14.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:14.960Z] [2020-11-25T17:23:14.960Z] Login Succeeded [2020-11-25T17:23:14.960Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:23:15.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:15.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:15.223Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:15.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:15.223Z] [2020-11-25T17:23:15.223Z] Login Succeeded [2020-11-25T17:23:15.223Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:23:15.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:15.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:15.485Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:15.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:15.485Z] [2020-11-25T17:23:15.485Z] Login Succeeded [2020-11-25T17:23:15.485Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:23:15.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:15.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:15.748Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:15.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:15.748Z] [2020-11-25T17:23:15.748Z] Login Succeeded [2020-11-25T17:23:15.748Z] docker.io [2020-11-25T17:23:15.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:16.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:16.009Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:16.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:16.009Z] [2020-11-25T17:23:16.009Z] Login Succeeded [2020-11-25T17:23:16.009Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:23:16.019Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T17:23:16.312Z] ========================================================= [2020-11-25T17:23:16.312Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-25T17:23:16.312Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:23:16.662Z] + 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-25T17:23:16.662Z] Sending build context to Docker daemon 567.3kB [2020-11-25T17:23:16.662Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-25T17:23:16.662Z] Step 2/8 : FROM ${BASE} [2020-11-25T17:23:16.662Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-25T17:23:16.662Z] df20fa9351a1: Pulling fs layer [2020-11-25T17:23:16.662Z] ed8968b2872e: Pulling fs layer [2020-11-25T17:23:16.662Z] a92cc7c5fd73: Pulling fs layer [2020-11-25T17:23:16.662Z] e871e8e8d7a9: Pulling fs layer [2020-11-25T17:23:16.662Z] e73272ec9a57: Pulling fs layer [2020-11-25T17:23:16.662Z] 1e910a182e73: Pulling fs layer [2020-11-25T17:23:16.662Z] 4e634b169226: Pulling fs layer [2020-11-25T17:23:16.662Z] e871e8e8d7a9: Waiting [2020-11-25T17:23:16.662Z] 4e634b169226: Waiting [2020-11-25T17:23:16.662Z] 1e910a182e73: Waiting [2020-11-25T17:23:16.662Z] e73272ec9a57: Waiting [2020-11-25T17:23:16.926Z] a92cc7c5fd73: Verifying Checksum [2020-11-25T17:23:16.926Z] a92cc7c5fd73: Download complete [2020-11-25T17:23:16.926Z] ed8968b2872e: Verifying Checksum [2020-11-25T17:23:16.926Z] ed8968b2872e: Download complete [2020-11-25T17:23:16.926Z] e73272ec9a57: Verifying Checksum [2020-11-25T17:23:16.926Z] e73272ec9a57: Download complete [2020-11-25T17:23:16.926Z] df20fa9351a1: Verifying Checksum [2020-11-25T17:23:16.926Z] 1e910a182e73: Verifying Checksum [2020-11-25T17:23:16.926Z] 1e910a182e73: Download complete [2020-11-25T17:23:17.195Z] df20fa9351a1: Pull complete [2020-11-25T17:23:17.195Z] ed8968b2872e: Pull complete [2020-11-25T17:23:17.460Z] a92cc7c5fd73: Pull complete [2020-11-25T17:23:18.855Z] 4e634b169226: Verifying Checksum [2020-11-25T17:23:18.855Z] 4e634b169226: Download complete [2020-11-25T17:23:19.807Z] e871e8e8d7a9: Verifying Checksum [2020-11-25T17:23:19.807Z] e871e8e8d7a9: Download complete [2020-11-25T17:23:25.137Z] e871e8e8d7a9: Pull complete [2020-11-25T17:23:25.137Z] e73272ec9a57: Pull complete [2020-11-25T17:23:25.137Z] 1e910a182e73: Pull complete [2020-11-25T17:23:29.386Z] 4e634b169226: Pull complete [2020-11-25T17:23:29.386Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-25T17:23:29.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-25T17:23:29.386Z] ---> f7629b54cfaa [2020-11-25T17:23:29.386Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T17:23:29.386Z] ---> Running in 0a9edaccdf74 [2020-11-25T17:23:29.652Z] Removing intermediate container 0a9edaccdf74 [2020-11-25T17:23:29.652Z] ---> e0dadce84762 [2020-11-25T17:23:29.652Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-25T17:23:29.652Z] ---> Running in 0743e88f74a8 [2020-11-25T17:23:30.604Z] Removing intermediate container 0743e88f74a8 [2020-11-25T17:23:30.604Z] ---> 57cdc45f668d [2020-11-25T17:23:30.604Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-25T17:23:30.868Z] ---> Running in 29b893f6a024 [2020-11-25T17:23:31.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-25T17:23:32.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-25T17:23:32.356Z] OK: 166 MiB in 39 packages [2020-11-25T17:23:32.932Z] Removing intermediate container 29b893f6a024 [2020-11-25T17:23:32.933Z] ---> 5a26a63cdd85 [2020-11-25T17:23:32.933Z] Step 6/8 : WORKDIR /build [2020-11-25T17:23:32.933Z] ---> Running in 65cd291db2a8 [2020-11-25T17:23:32.933Z] Removing intermediate container 65cd291db2a8 [2020-11-25T17:23:32.933Z] ---> 4a64e72e188a [2020-11-25T17:23:32.933Z] Step 7/8 : COPY go.mod . [2020-11-25T17:23:33.206Z] ---> 78da3ffcaebf [2020-11-25T17:23:33.206Z] Step 8/8 : RUN go mod download [2020-11-25T17:23:33.206Z] ---> Running in dc6905621cc4 [2020-11-25T17:23:51.383Z] Removing intermediate container dc6905621cc4 [2020-11-25T17:23:51.383Z] ---> 2c6f0023c4d3 [2020-11-25T17:23:51.383Z] Successfully built 2c6f0023c4d3 [2020-11-25T17:23:51.383Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:23:51.633Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13420 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-11-25T17:23:51.688Z] Running in /w/workspace/go-mod-bootstrap/63 [Pipeline] { [2020-11-25T17:23:51.714Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T17:23:51.714Z] . [Pipeline] withDockerContainer [2020-11-25T17:23:52.004Z] prd-centos7-docker-4c-2g-13419 does not seem to be running inside a container [2020-11-25T17:23:52.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@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-25T17:23:52.965Z] $ docker top 6b20f1129962e449a69e6a74ef7e822583dcc084b5131dab06745f8803a9f8bd -eo pid,comm [Pipeline] { [Pipeline] checkout [Pipeline] sh [2020-11-25T17:23:53.472Z] + go version [2020-11-25T17:23:53.472Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-25T17:23:53.491Z] $ docker stop --time=1 6b20f1129962e449a69e6a74ef7e822583dcc084b5131dab06745f8803a9f8bd [2020-11-25T17:23:54.850Z] $ docker rm -f 6b20f1129962e449a69e6a74ef7e822583dcc084b5131dab06745f8803a9f8bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:23:55.753Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T17:23:55.753Z] . [Pipeline] withDockerContainer [2020-11-25T17:23:55.872Z] prd-centos7-docker-4c-2g-13419 does not seem to be running inside a container [2020-11-25T17:23:55.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@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-25T17:23:56.894Z] $ docker top 1031263ce9640458edab8af69c55b69b931f5fcf44c9dda0da570c6193678a64 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:23:57.403Z] + make test [2020-11-25T17:23:57.403Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-25T17:23:59.110Z] using credential edgex-jenkins-ssh [2020-11-25T17:23:59.169Z] Cloning the remote Git repository [2020-11-25T17:23:59.228Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T17:23:59.337Z] > git init /w/workspace/go-mod-bootstrap/63 # timeout=10 [2020-11-25T17:23:59.408Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T17:23:59.409Z] > git --version # timeout=10 [2020-11-25T17:23:59.438Z] > git --version # 'git version 2.17.1' [2020-11-25T17:23:59.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:23:59.526Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:24:00.889Z] Checking out Revision fd3354c72fd49b407a7f7e40f4a096019b16cdd3 (master) [2020-11-25T17:24:00.304Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T17:24:00.323Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:24:00.351Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-25T17:24:00.384Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-25T17:24:00.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:24:00.398Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T17:24:00.908Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T17:24:00.926Z] > git checkout -f fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 [2020-11-25T17:24:05.396Z] Commit message: "Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:24:06.874Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:24:07.325Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:24:07.567Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-25T17:24:07.567Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.020s coverage: 9.0% of statements [2020-11-25T17:24:07.567Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-25T17:24:07.567Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.015s coverage: 95.1% of statements [2020-11-25T17:24:07.567Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.016s coverage: 87.8% of statements [2020-11-25T17:24:07.567Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-25T17:24:07.567Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-25T17:24:07.567Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-25T17:24:07.681Z] + + sudo servicetrue docker [2020-11-25T17:24:07.681Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:24:09.750Z] provisioning config files... [2020-11-25T17:24:09.797Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/63@tmp/config8854258955633088127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:24:10.330Z] ---> docker-login.sh [2020-11-25T17:24:10.330Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:24:11.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:24:11.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:24:11.596Z] Configure a credential helper to remove this warning. See [2020-11-25T17:24:11.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:24:11.596Z] [2020-11-25T17:24:11.596Z] Login Succeeded [2020-11-25T17:24:11.596Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:24:12.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:24:12.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:24:12.196Z] Configure a credential helper to remove this warning. See [2020-11-25T17:24:12.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:24:12.196Z] [2020-11-25T17:24:12.196Z] Login Succeeded [2020-11-25T17:24:12.196Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:24:12.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:24:12.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:24:12.746Z] Configure a credential helper to remove this warning. See [2020-11-25T17:24:12.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:24:12.746Z] [2020-11-25T17:24:12.746Z] Login Succeeded [2020-11-25T17:24:12.746Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:24:13.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:24:13.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:24:13.296Z] Configure a credential helper to remove this warning. See [2020-11-25T17:24:13.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:24:13.296Z] [2020-11-25T17:24:13.296Z] Login Succeeded [2020-11-25T17:24:13.296Z] docker.io [2020-11-25T17:24:13.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:24:13.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:24:13.839Z] Configure a credential helper to remove this warning. See [2020-11-25T17:24:13.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:24:13.839Z] [2020-11-25T17:24:13.839Z] Login Succeeded [2020-11-25T17:24:14.112Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:24:14.129Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T17:24:14.544Z] ========================================================= [2020-11-25T17:24:14.544Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-25T17:24:14.544Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:24:14.914Z] + 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-25T17:24:15.198Z] Sending build context to Docker daemon 566.3kB [2020-11-25T17:24:15.198Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-25T17:24:15.198Z] Step 2/8 : FROM ${BASE} [2020-11-25T17:24:15.477Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-25T17:24:15.477Z] b538f80385f9: Pulling fs layer [2020-11-25T17:24:15.477Z] 74f711af9a0d: Pulling fs layer [2020-11-25T17:24:15.477Z] 99f96fe45779: Pulling fs layer [2020-11-25T17:24:15.477Z] 8529a6b9a6be: Pulling fs layer [2020-11-25T17:24:15.477Z] 45590311c82a: Pulling fs layer [2020-11-25T17:24:15.477Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-25T17:24:15.477Z] 209524e5b208: Pulling fs layer [2020-11-25T17:24:15.477Z] 8529a6b9a6be: Waiting [2020-11-25T17:24:15.477Z] 45590311c82a: Waiting [2020-11-25T17:24:15.477Z] 69ca0ff8b7b3: Waiting [2020-11-25T17:24:15.477Z] 209524e5b208: Waiting [2020-11-25T17:24:15.477Z] 99f96fe45779: Verifying Checksum [2020-11-25T17:24:15.477Z] 99f96fe45779: Download complete [2020-11-25T17:24:15.477Z] 74f711af9a0d: Verifying Checksum [2020-11-25T17:24:15.477Z] 74f711af9a0d: Download complete [2020-11-25T17:24:15.477Z] 45590311c82a: Verifying Checksum [2020-11-25T17:24:15.477Z] 45590311c82a: Download complete [2020-11-25T17:24:15.477Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-25T17:24:15.477Z] 69ca0ff8b7b3: Download complete [2020-11-25T17:24:15.477Z] b538f80385f9: Verifying Checksum [2020-11-25T17:24:15.477Z] b538f80385f9: Download complete [2020-11-25T17:24:15.769Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.016s coverage: 100.0% of statements [2020-11-25T17:24:15.769Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-25T17:24:15.769Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-25T17:24:15.769Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-25T17:24:15.769Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements [2020-11-25T17:24:15.769Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-25T17:24:15.769Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-25T17:24:15.769Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements [2020-11-25T17:24:15.769Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-25T17:24:16.033Z] gofmt -l . [2020-11-25T17:24:16.083Z] b538f80385f9: Pull complete [2020-11-25T17:24:16.296Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-25T17:24:16.313Z] $ docker stop --time=1 1031263ce9640458edab8af69c55b69b931f5fcf44c9dda0da570c6193678a64 [2020-11-25T17:24:16.688Z] 74f711af9a0d: Pull complete [2020-11-25T17:24:17.301Z] 99f96fe45779: Pull complete [2020-11-25T17:24:17.909Z] 209524e5b208: Verifying Checksum [2020-11-25T17:24:17.909Z] 209524e5b208: Download complete [2020-11-25T17:24:18.592Z] $ docker rm -f 1031263ce9640458edab8af69c55b69b931f5fcf44c9dda0da570c6193678a64 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:24:19.192Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T17:24:19.350Z] 8529a6b9a6be: Verifying Checksum [2020-11-25T17:24:19.351Z] 8529a6b9a6be: Download complete [2020-11-25T17:24:19.552Z] 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-25T17:24:29.534Z] 8529a6b9a6be: Pull complete [2020-11-25T17:24:29.535Z] 45590311c82a: Pull complete [2020-11-25T17:24:29.535Z] 69ca0ff8b7b3: Pull complete [2020-11-25T17:24:32.946Z] 209524e5b208: Pull complete [2020-11-25T17:24:32.946Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-25T17:24:33.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-25T17:24:33.221Z] ---> 5bddaf1c2fca [2020-11-25T17:24:33.221Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T17:24:36.616Z] ---> Running in 6b2452fcc484 [2020-11-25T17:24:36.890Z] Removing intermediate container 6b2452fcc484 [2020-11-25T17:24:36.890Z] ---> 7e07e303c7d3 [2020-11-25T17:24:36.890Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-25T17:24:37.166Z] ---> Running in ce906e4f1cf6 [2020-11-25T17:24:39.828Z] Removing intermediate container ce906e4f1cf6 [2020-11-25T17:24:39.828Z] ---> 8b1892e6815f [2020-11-25T17:24:39.828Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-25T17:24:39.828Z] ---> Running in b51134793751 [2020-11-25T17:24:40.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-25T17:24:41.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-25T17:24:42.413Z] OK: 142 MiB in 39 packages [2020-11-25T17:24:43.395Z] Removing intermediate container b51134793751 [2020-11-25T17:24:43.395Z] ---> b6d5dc6bafc1 [2020-11-25T17:24:43.395Z] Step 6/8 : WORKDIR /build [2020-11-25T17:24:43.395Z] ---> Running in 5e6706834621 [2020-11-25T17:24:43.996Z] Removing intermediate container 5e6706834621 [2020-11-25T17:24:43.996Z] ---> c6a7c3e2973b [2020-11-25T17:24:43.996Z] Step 7/8 : COPY go.mod . [2020-11-25T17:24:44.978Z] ---> a01fd8ff9975 [2020-11-25T17:24:44.978Z] Step 8/8 : RUN go mod download [2020-11-25T17:24:44.978Z] ---> Running in 19c3474f6992 [2020-11-25T17:25:07.140Z] Removing intermediate container 19c3474f6992 [2020-11-25T17:25:07.140Z] ---> 3db74b3d07ad [2020-11-25T17:25:07.140Z] Successfully built 3db74b3d07ad [2020-11-25T17:25:07.140Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:25:07.486Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T17:25:07.486Z] . [Pipeline] withDockerContainer [2020-11-25T17:25:07.719Z] prd-ubuntu18.04-docker-arm64-4c-16g-13420 does not seem to be running inside a container [2020-11-25T17:25:07.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-25T17:25:09.325Z] $ docker top a482a639846232c12170e75b1d3f2aabf873ebfed55d84c43fd3630e6dfaf1e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:25:10.369Z] + go version [2020-11-25T17:25:10.369Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-25T17:25:10.391Z] $ docker stop --time=1 a482a639846232c12170e75b1d3f2aabf873ebfed55d84c43fd3630e6dfaf1e1 [2020-11-25T17:25:12.312Z] $ docker rm -f a482a639846232c12170e75b1d3f2aabf873ebfed55d84c43fd3630e6dfaf1e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:25:13.459Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T17:25:13.459Z] . [Pipeline] withDockerContainer [2020-11-25T17:25:13.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-13420 does not seem to be running inside a container [2020-11-25T17:25:13.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-25T17:25:15.321Z] $ docker top c8d76eca57b1bff81fd903ef05cc8f92c062cd31f2d346a324df0c38d38d5068 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:25:16.421Z] + make test [2020-11-25T17:25:16.421Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-25T17:25:48.835Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-25T17:25:48.835Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.038s coverage: 9.0% of statements [2020-11-25T17:25:48.835Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-25T17:25:48.835Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.033s coverage: 95.1% of statements [2020-11-25T17:25:48.835Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.028s coverage: 87.8% of statements [2020-11-25T17:25:48.835Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-25T17:25:48.835Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-25T17:25:48.835Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-25T17:25:57.101Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.035s coverage: 100.0% of statements [2020-11-25T17:25:57.101Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-25T17:25:57.101Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-25T17:25:57.101Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-25T17:25:57.101Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.015s coverage: 48.9% of statements [2020-11-25T17:25:57.101Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-25T17:25:57.101Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-25T17:25:57.101Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.016s coverage: 91.3% of statements [2020-11-25T17:25:57.101Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-25T17:26:02.538Z] gofmt -l . [2020-11-25T17:26:02.538Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-25T17:26:02.561Z] $ docker stop --time=1 c8d76eca57b1bff81fd903ef05cc8f92c062cd31f2d346a324df0c38d38d5068 [2020-11-25T17:26:04.738Z] $ docker rm -f c8d76eca57b1bff81fd903ef05cc8f92c062cd31f2d346a324df0c38d38d5068 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:26:05.642Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T17:26:05.706Z] Warning: overwriting stash ‘coverage-report’ [2020-11-25T17:26:06.467Z] 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-25T17:26:08.289Z] provisioning config files... [2020-11-25T17:26:08.301Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1045262152626810291tmp [Pipeline] { [Pipeline] sh [2020-11-25T17:26:08.696Z] + set +x [2020-11-25T17:26:08.697Z] + curl -s https://codecov.io/bash [2020-11-25T17:26:08.697Z] + bash -s -- [2020-11-25T17:26:08.976Z] [2020-11-25T17:26:08.976Z] _____ _ [2020-11-25T17:26:08.976Z] / ____| | | [2020-11-25T17:26:08.976Z] | | ___ __| | ___ ___ _____ __ [2020-11-25T17:26:08.976Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-25T17:26:08.976Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-25T17:26:08.976Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-25T17:26:08.976Z] Bash-20201124-79cbc08 [2020-11-25T17:26:08.976Z] [2020-11-25T17:26:08.976Z] [2020-11-25T17:26:08.976Z] ==> Jenkins CI detected. [2020-11-25T17:26:08.976Z] project root: . [2020-11-25T17:26:08.976Z] --> token set from env [2020-11-25T17:26:08.976Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-25T17:26:08.976Z] ==> Running gcov in . (disable via -X gcov) [2020-11-25T17:26:08.976Z] ==> Python coveragepy not found [2020-11-25T17:26:08.976Z] ==> Searching for coverage reports in: [2020-11-25T17:26:08.976Z] + . [2020-11-25T17:26:08.976Z] -> Found 1 reports [2020-11-25T17:26:08.976Z] ==> Detecting git/mercurial file structure [2020-11-25T17:26:08.976Z] ==> Reading reports [2020-11-25T17:26:08.976Z] + ./coverage.out bytes=21004 [2020-11-25T17:26:08.976Z] ==> Appending adjustments [2020-11-25T17:26:08.976Z] https://docs.codecov.io/docs/fixing-reports [2020-11-25T17:26:09.239Z] + Found adjustments [2020-11-25T17:26:09.239Z] ==> Gzipping contents [2020-11-25T17:26:09.239Z] 8.0K /tmp/codecov.uceelM.gz [2020-11-25T17:26:09.239Z] ==> Uploading reports [2020-11-25T17:26:09.239Z] url: https://codecov.io [2020-11-25T17:26:09.239Z] query: branch=master&commit=fd3354c72fd49b407a7f7e40f4a096019b16cdd3&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F63%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-25T17:26:09.239Z] -> Pinging Codecov [2020-11-25T17:26:09.239Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=fd3354c72fd49b407a7f7e40f4a096019b16cdd3&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F63%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-25T17:26:09.502Z] -> Uploading to [2020-11-25T17:26:09.502Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-25/833815588EE85121546D348822E98E2E/fd3354c72fd49b407a7f7e40f4a096019b16cdd3/14538f2b-2f88-46a2-84bf-a977f02aea78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201125T172609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=581146ba50db6b462409b7f18a502f0a9763983489f9a524eadcdd999ae2f737 [2020-11-25T17:26:09.502Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-25T17:26:09.502Z] Dload Upload Total Spent Left Speed [2020-11-25T17:26:10.084Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4394 0 0 100 4394 0 10767 --:--:-- --:--:-- --:--:-- 10769 100 4394 0 0 100 4394 0 10762 --:--:-- --:--:-- --:--:-- 10743 [2020-11-25T17:26:10.084Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] } [2020-11-25T17:26:10.094Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-25T17:26:10.563Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-25T17:26:10.620Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:10.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:26:10.988Z] [2020-11-25T17:26:10.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:11.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:26:11.344Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-25T17:26:11.344Z] 188c0c94c7c5: Pulling fs layer [2020-11-25T17:26:11.344Z] 0ef7d3d256c8: Pulling fs layer [2020-11-25T17:26:11.344Z] de9db76c5a1d: Pulling fs layer [2020-11-25T17:26:11.344Z] 0eba1c9be4d2: Pulling fs layer [2020-11-25T17:26:11.344Z] 0d57e429df01: Pulling fs layer [2020-11-25T17:26:11.344Z] 4e4be7b47b0d: Pulling fs layer [2020-11-25T17:26:11.344Z] e1f770b5df2f: Pulling fs layer [2020-11-25T17:26:11.344Z] 85a0685a4137: Pulling fs layer [2020-11-25T17:26:11.344Z] e1f770b5df2f: Waiting [2020-11-25T17:26:11.344Z] 85a0685a4137: Waiting [2020-11-25T17:26:11.344Z] 0eba1c9be4d2: Waiting [2020-11-25T17:26:11.344Z] 4e4be7b47b0d: Waiting [2020-11-25T17:26:11.344Z] 0d57e429df01: Waiting [2020-11-25T17:26:11.344Z] de9db76c5a1d: Verifying Checksum [2020-11-25T17:26:11.344Z] de9db76c5a1d: Download complete [2020-11-25T17:26:11.344Z] 0ef7d3d256c8: Verifying Checksum [2020-11-25T17:26:11.344Z] 0ef7d3d256c8: Download complete [2020-11-25T17:26:11.344Z] 0d57e429df01: Download complete [2020-11-25T17:26:11.344Z] 4e4be7b47b0d: Verifying Checksum [2020-11-25T17:26:11.344Z] 4e4be7b47b0d: Download complete [2020-11-25T17:26:11.344Z] 188c0c94c7c5: Verifying Checksum [2020-11-25T17:26:11.344Z] 188c0c94c7c5: Download complete [2020-11-25T17:26:11.923Z] 188c0c94c7c5: Pull complete [2020-11-25T17:26:11.923Z] 0ef7d3d256c8: Pull complete [2020-11-25T17:26:12.185Z] de9db76c5a1d: Pull complete [2020-11-25T17:26:12.451Z] e1f770b5df2f: Verifying Checksum [2020-11-25T17:26:12.451Z] e1f770b5df2f: Download complete [2020-11-25T17:26:14.391Z] 85a0685a4137: Verifying Checksum [2020-11-25T17:26:14.391Z] 85a0685a4137: Download complete [2020-11-25T17:26:14.656Z] 0eba1c9be4d2: Verifying Checksum [2020-11-25T17:26:14.656Z] 0eba1c9be4d2: Download complete [2020-11-25T17:26:21.277Z] 0eba1c9be4d2: Pull complete [2020-11-25T17:26:21.277Z] 0d57e429df01: Pull complete [2020-11-25T17:26:21.277Z] 4e4be7b47b0d: Pull complete [2020-11-25T17:26:22.680Z] e1f770b5df2f: Pull complete [2020-11-25T17:26:30.856Z] 85a0685a4137: Pull complete [2020-11-25T17:26:30.856Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-25T17:26:30.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:26:30.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-25T17:26:31.056Z] prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container [2020-11-25T17:26:31.111Z] $ 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-25T17:26:32.136Z] $ docker top 388cb31bfe619051d41363ad28fff2ecfcae53f4784b864809920e81f512b410 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-25T17:26:32.413Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-25T17:26:32.707Z] + set -o pipefail [2020-11-25T17:26:32.707Z] + snyk monitor '--org=edgex-jenkins' [2020-11-25T17:26:36.933Z] [2020-11-25T17:26:36.933Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-11-25T17:26:36.933Z] [2020-11-25T17:26:36.933Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/54193829-c1f2-4e5b-9cae-9e705ae5b0c5 [2020-11-25T17:26:36.933Z] [2020-11-25T17:26:36.933Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-25T17:26:36.933Z] [2020-11-25T17:26:36.933Z] [2020-11-25T17:26:36.933Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-25T17:26:36.933Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-25T17:26:36.952Z] $ docker stop --time=1 388cb31bfe619051d41363ad28fff2ecfcae53f4784b864809920e81f512b410 [2020-11-25T17:26:38.986Z] $ docker rm -f 388cb31bfe619051d41363ad28fff2ecfcae53f4784b864809920e81f512b410 [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-25T17:26:40.729Z] + git log --format=format:%s -1 fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:41.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:26:41.037Z] . [Pipeline] withDockerContainer [2020-11-25T17:26:41.136Z] prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container [2020-11-25T17:26:41.185Z] $ 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-25T17:26:41.868Z] $ docker top 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:26:42.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:26:42.202Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:26:42.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:26:42.388Z] $ docker exec 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 ssh-agent [2020-11-25T17:26:42.556Z] SSH_AUTH_SOCK=/tmp/ssh-k7MpvgFXWFFf/agent.11 [2020-11-25T17:26:42.556Z] SSH_AGENT_PID=17 [2020-11-25T17:26:42.563Z] Running ssh-add (command line suppressed) [2020-11-25T17:26:42.689Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4876915481412779776.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4876915481412779776.key) [2020-11-25T17:26:42.738Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:26:43.075Z] + git semver tag [2020-11-25T17:26:43.075Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:26:43.075Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T17:26:43.075Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T17:26:43.075Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:26:43.075Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:26:43.075Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:26:43.075Z] # $SEMVER_BRANCH = master [2020-11-25T17:26:43.075Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-11-25T17:26:43.075Z] # fd3354c72fd49b407a7f7e40f4a096019b16cdd3 HEAD [2020-11-25T17:26:43.075Z] # -> Force: false [2020-11-25T17:26:43.075Z] # 9a844e400ebd6b75929584090ddca77be60889e7 refs/tags/v0.0.60 [Pipeline] } [2020-11-25T17:26:43.106Z] $ docker exec --env ******** --env ******** 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 ssh-agent -k [2020-11-25T17:26:43.222Z] unset SSH_AUTH_SOCK; [2020-11-25T17:26:43.222Z] unset SSH_AGENT_PID; [2020-11-25T17:26:43.222Z] echo Agent pid 17 killed; [2020-11-25T17:26:43.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:26:43.781Z] + git semver [Pipeline] } [2020-11-25T17:26:43.798Z] $ docker stop --time=1 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 [2020-11-25T17:26:45.177Z] $ docker rm -f 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:45.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:26:45.868Z] [2020-11-25T17:26:45.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:46.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:26:46.220Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-25T17:26:46.220Z] ab5ef0e58194: Pulling fs layer [2020-11-25T17:26:46.220Z] 9712f1f96733: Pulling fs layer [2020-11-25T17:26:46.220Z] 63f879dbbcfc: Pulling fs layer [2020-11-25T17:26:46.220Z] 0d9ebad4ef96: Pulling fs layer [2020-11-25T17:26:46.220Z] e9a5061849ea: Pulling fs layer [2020-11-25T17:26:46.220Z] d747dcd14b5f: Pulling fs layer [2020-11-25T17:26:46.220Z] 2de7ff778b66: Pulling fs layer [2020-11-25T17:26:46.220Z] e9a5061849ea: Waiting [2020-11-25T17:26:46.220Z] d747dcd14b5f: Waiting [2020-11-25T17:26:46.221Z] 2de7ff778b66: Waiting [2020-11-25T17:26:46.221Z] 0d9ebad4ef96: Waiting [2020-11-25T17:26:46.221Z] 9712f1f96733: Verifying Checksum [2020-11-25T17:26:46.221Z] 9712f1f96733: Download complete [2020-11-25T17:26:47.630Z] 63f879dbbcfc: Verifying Checksum [2020-11-25T17:26:47.630Z] 63f879dbbcfc: Download complete [2020-11-25T17:26:47.630Z] e9a5061849ea: Verifying Checksum [2020-11-25T17:26:47.630Z] e9a5061849ea: Download complete [2020-11-25T17:26:48.097Z] d747dcd14b5f: Verifying Checksum [2020-11-25T17:26:48.097Z] d747dcd14b5f: Download complete [2020-11-25T17:26:48.097Z] 2de7ff778b66: Verifying Checksum [2020-11-25T17:26:48.097Z] 2de7ff778b66: Download complete [2020-11-25T17:26:48.685Z] 0d9ebad4ef96: Verifying Checksum [2020-11-25T17:26:48.685Z] 0d9ebad4ef96: Download complete [2020-11-25T17:26:48.685Z] ab5ef0e58194: Verifying Checksum [2020-11-25T17:26:48.685Z] ab5ef0e58194: Download complete [2020-11-25T17:26:52.919Z] ab5ef0e58194: Pull complete [2020-11-25T17:26:52.919Z] 9712f1f96733: Pull complete [2020-11-25T17:26:56.253Z] 63f879dbbcfc: Pull complete [2020-11-25T17:27:01.564Z] 0d9ebad4ef96: Pull complete [2020-11-25T17:27:04.124Z] e9a5061849ea: Pull complete [2020-11-25T17:27:04.124Z] d747dcd14b5f: Pull complete [2020-11-25T17:27:06.676Z] 2de7ff778b66: Pull complete [2020-11-25T17:27:06.676Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-25T17:27:06.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:27:06.676Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-25T17:27:06.927Z] prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container [2020-11-25T17:27:07.109Z] $ 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-25T17:27:11.281Z] $ docker top c044d6feb7bc6d7f43fb27dfa656340eb24341b906468c10e3d276317b40d4ca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-25T17:27:11.541Z] provisioning config files... [2020-11-25T17:27:11.574Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1765155626578809764tmp [2020-11-25T17:27:11.592Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6726257884377871414tmp [2020-11-25T17:27:11.608Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config472965217222553733tmp [Pipeline] { [Pipeline] echo [2020-11-25T17:27:11.666Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:11.967Z] ---> sigul-configuration.sh [2020-11-25T17:27:11.967Z] gpg: directory `/root/.gnupg' created [2020-11-25T17:27:11.967Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-25T17:27:11.967Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-25T17:27:11.967Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-25T17:27:11.967Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-25T17:27:11.967Z] gpg: CAST5 encrypted data [2020-11-25T17:27:12.229Z] gpg: encrypted with 1 passphrase [2020-11-25T17:27:12.229Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-25T17:27:12.527Z] + mkdir /home/jenkins [2020-11-25T17:27:12.527Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-25T17:27:12.830Z] + 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-25T17:27:12.841Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:13.137Z] ---> sigul-install.sh [2020-11-25T17:27:18.458Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-25T17:27:18.765Z] + git tag --list [2020-11-25T17:27:18.765Z] v0.0.1 [2020-11-25T17:27:18.765Z] v0.0.10 [2020-11-25T17:27:18.765Z] v0.0.11 [2020-11-25T17:27:18.765Z] v0.0.12 [2020-11-25T17:27:18.765Z] v0.0.13 [2020-11-25T17:27:18.765Z] v0.0.14 [2020-11-25T17:27:18.765Z] v0.0.15 [2020-11-25T17:27:18.765Z] v0.0.16 [2020-11-25T17:27:18.765Z] v0.0.17 [2020-11-25T17:27:18.765Z] v0.0.18 [2020-11-25T17:27:18.765Z] v0.0.19 [2020-11-25T17:27:18.765Z] v0.0.2 [2020-11-25T17:27:18.765Z] v0.0.20 [2020-11-25T17:27:18.765Z] v0.0.21 [2020-11-25T17:27:18.765Z] v0.0.22 [2020-11-25T17:27:18.765Z] v0.0.23 [2020-11-25T17:27:18.765Z] v0.0.24 [2020-11-25T17:27:18.765Z] v0.0.25 [2020-11-25T17:27:18.765Z] v0.0.26 [2020-11-25T17:27:18.765Z] v0.0.27 [2020-11-25T17:27:18.765Z] v0.0.28 [2020-11-25T17:27:18.765Z] v0.0.29 [2020-11-25T17:27:18.765Z] v0.0.3 [2020-11-25T17:27:18.765Z] v0.0.30 [2020-11-25T17:27:18.765Z] v0.0.31 [2020-11-25T17:27:18.765Z] v0.0.32 [2020-11-25T17:27:18.765Z] v0.0.33 [2020-11-25T17:27:18.765Z] v0.0.34 [2020-11-25T17:27:18.765Z] v0.0.35 [2020-11-25T17:27:18.765Z] v0.0.36 [2020-11-25T17:27:18.765Z] v0.0.37 [2020-11-25T17:27:18.765Z] v0.0.38 [2020-11-25T17:27:18.765Z] v0.0.39 [2020-11-25T17:27:18.765Z] v0.0.4 [2020-11-25T17:27:18.765Z] v0.0.40 [2020-11-25T17:27:18.765Z] v0.0.41 [2020-11-25T17:27:18.765Z] v0.0.42 [2020-11-25T17:27:18.765Z] v0.0.43 [2020-11-25T17:27:18.765Z] v0.0.44 [2020-11-25T17:27:18.765Z] v0.0.45 [2020-11-25T17:27:18.765Z] v0.0.46 [2020-11-25T17:27:18.765Z] v0.0.47 [2020-11-25T17:27:18.765Z] v0.0.48 [2020-11-25T17:27:18.765Z] v0.0.49 [2020-11-25T17:27:18.765Z] v0.0.5 [2020-11-25T17:27:18.765Z] v0.0.50 [2020-11-25T17:27:18.765Z] v0.0.51 [2020-11-25T17:27:18.765Z] v0.0.52 [2020-11-25T17:27:18.765Z] v0.0.53 [2020-11-25T17:27:18.765Z] v0.0.54 [2020-11-25T17:27:18.765Z] v0.0.55 [2020-11-25T17:27:18.765Z] v0.0.56 [2020-11-25T17:27:18.765Z] v0.0.57 [2020-11-25T17:27:18.765Z] v0.0.58 [2020-11-25T17:27:18.765Z] v0.0.59 [2020-11-25T17:27:18.765Z] v0.0.6 [2020-11-25T17:27:18.765Z] v0.0.60 [2020-11-25T17:27:18.765Z] v0.0.7 [2020-11-25T17:27:18.765Z] v0.0.8 [2020-11-25T17:27:18.765Z] v0.0.9 [Pipeline] sh [2020-11-25T17:27:19.083Z] + lftools sign git-tag v0.0.60 [2020-11-25T17:27:20.471Z] Signing Git tag with Sigul... [2020-11-25T17:27:20.471Z] Signing v0.0.60 [Pipeline] echo [2020-11-25T17:27:21.437Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:21.756Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-25T17:27:21.766Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-25T17:27:21.904Z] $ docker stop --time=1 c044d6feb7bc6d7f43fb27dfa656340eb24341b906468c10e3d276317b40d4ca [2020-11-25T17:27:23.920Z] $ docker rm -f c044d6feb7bc6d7f43fb27dfa656340eb24341b906468c10e3d276317b40d4ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:24.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:27:24.869Z] . [Pipeline] withDockerContainer [2020-11-25T17:27:24.972Z] prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container [2020-11-25T17:27:25.021Z] $ 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-25T17:27:25.722Z] $ docker top d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:27:26.129Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:27:26.129Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:27:26.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:27:26.358Z] $ docker exec d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d ssh-agent [2020-11-25T17:27:26.534Z] SSH_AUTH_SOCK=/tmp/ssh-9SbtLm1dHfCP/agent.12 [2020-11-25T17:27:26.534Z] SSH_AGENT_PID=18 [2020-11-25T17:27:26.542Z] Running ssh-add (command line suppressed) [2020-11-25T17:27:26.673Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4894844888247503672.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4894844888247503672.key) [2020-11-25T17:27:26.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:27:27.103Z] + git semver bump patch [2020-11-25T17:27:27.103Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:27:27.103Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T17:27:27.103Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T17:27:27.103Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:27:27.103Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:27:27.103Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:27:27.103Z] # $SEMVER_BRANCH = master [2020-11-25T17:27:27.103Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-11-25T17:27:27.103Z] 0.0.61 [Pipeline] } [2020-11-25T17:27:27.118Z] $ docker exec --env ******** --env ******** d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d ssh-agent -k [2020-11-25T17:27:27.272Z] unset SSH_AUTH_SOCK; [2020-11-25T17:27:27.273Z] unset SSH_AGENT_PID; [2020-11-25T17:27:27.273Z] echo Agent pid 18 killed; [2020-11-25T17:27:27.329Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:27:27.835Z] + git semver [Pipeline] } [2020-11-25T17:27:27.855Z] $ docker stop --time=1 d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d [2020-11-25T17:27:29.237Z] $ docker rm -f d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:29.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:27:29.781Z] . [Pipeline] withDockerContainer [2020-11-25T17:27:29.906Z] prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container [2020-11-25T17:27:29.958Z] $ 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-25T17:27:30.752Z] $ docker top 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:27:31.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:27:31.035Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:27:31.234Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:27:31.239Z] $ docker exec 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b ssh-agent [2020-11-25T17:27:31.421Z] SSH_AUTH_SOCK=/tmp/ssh-HBfzGtqial2H/agent.12 [2020-11-25T17:27:31.421Z] SSH_AGENT_PID=17 [2020-11-25T17:27:31.429Z] Running ssh-add (command line suppressed) [2020-11-25T17:27:31.569Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7134074265235429130.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7134074265235429130.key) [2020-11-25T17:27:31.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:27:31.954Z] + git semver push [2020-11-25T17:27:31.954Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:27:31.954Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-25T17:27:31.954Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T17:27:31.954Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:27:31.954Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:27:31.954Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:27:31.954Z] # $SEMVER_BRANCH = master [2020-11-25T17:27:31.954Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-11-25T17:27:38.577Z] $ docker exec --env ******** --env ******** 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b ssh-agent -k [2020-11-25T17:27:38.712Z] unset SSH_AUTH_SOCK; [2020-11-25T17:27:38.712Z] unset SSH_AGENT_PID; [2020-11-25T17:27:38.712Z] echo Agent pid 17 killed; [2020-11-25T17:27:38.769Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:27:39.232Z] + git semver [Pipeline] } [2020-11-25T17:27:39.252Z] $ docker stop --time=1 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b [2020-11-25T17:27:40.633Z] $ docker rm -f 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b [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-25T17:27:42.374Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:42.944Z] ---> package-listing.sh [2020-11-25T17:27:42.944Z] ++ facter osfamily [2020-11-25T17:27:42.944Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-25T17:27:42.944Z] + OS_FAMILY=redhat [2020-11-25T17:27:42.944Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-25T17:27:42.944Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-25T17:27:42.944Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-25T17:27:42.944Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-25T17:27:42.944Z] + PACKAGES=/tmp/packages_start.txt [2020-11-25T17:27:42.944Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-11-25T17:27:42.944Z] + PACKAGES=/tmp/packages_end.txt [2020-11-25T17:27:42.944Z] + case "${OS_FAMILY}" in [2020-11-25T17:27:42.944Z] + rpm -qa [2020-11-25T17:27:42.944Z] + sort [2020-11-25T17:27:48.253Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-25T17:27:48.253Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-25T17:27:48.253Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-25T17:27:48.253Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-11-25T17:27:48.253Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-11-25T17:27:48.253Z] + 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-25T17:27:48.269Z] 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-25T17:27:48.568Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:48.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:27:48.880Z] [2020-11-25T17:27:48.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:49.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:27:49.243Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-25T17:27:49.243Z] df20fa9351a1: Pulling fs layer [2020-11-25T17:27:49.243Z] 36b3adc4ff6f: Pulling fs layer [2020-11-25T17:27:49.243Z] 8ad3a11d3b57: Pulling fs layer [2020-11-25T17:27:49.243Z] 46f8f816bc3b: Pulling fs layer [2020-11-25T17:27:49.243Z] 93b61091891f: Pulling fs layer [2020-11-25T17:27:49.243Z] 93b9cdb0e59b: Pulling fs layer [2020-11-25T17:27:49.243Z] 5e14af77c1be: Pulling fs layer [2020-11-25T17:27:49.243Z] 01666e4c0597: Pulling fs layer [2020-11-25T17:27:49.243Z] aa168da1d23b: Pulling fs layer [2020-11-25T17:27:49.243Z] 46f8f816bc3b: Waiting [2020-11-25T17:27:49.243Z] 93b61091891f: Waiting [2020-11-25T17:27:49.243Z] 93b9cdb0e59b: Waiting [2020-11-25T17:27:49.243Z] 5e14af77c1be: Waiting [2020-11-25T17:27:49.243Z] 01666e4c0597: Waiting [2020-11-25T17:27:49.243Z] aa168da1d23b: Waiting [2020-11-25T17:27:49.243Z] 36b3adc4ff6f: Download complete [2020-11-25T17:27:49.243Z] 46f8f816bc3b: Verifying Checksum [2020-11-25T17:27:49.243Z] 46f8f816bc3b: Download complete [2020-11-25T17:27:49.243Z] df20fa9351a1: Download complete [2020-11-25T17:27:49.243Z] 93b9cdb0e59b: Verifying Checksum [2020-11-25T17:27:49.243Z] 93b9cdb0e59b: Download complete [2020-11-25T17:27:49.553Z] 5e14af77c1be: Verifying Checksum [2020-11-25T17:27:49.553Z] 5e14af77c1be: Download complete [2020-11-25T17:27:49.553Z] 01666e4c0597: Verifying Checksum [2020-11-25T17:27:49.553Z] 01666e4c0597: Download complete [2020-11-25T17:27:49.553Z] 8ad3a11d3b57: Verifying Checksum [2020-11-25T17:27:49.553Z] 8ad3a11d3b57: Download complete [2020-11-25T17:27:50.273Z] df20fa9351a1: Pull complete [2020-11-25T17:27:50.535Z] 93b61091891f: Verifying Checksum [2020-11-25T17:27:50.535Z] 93b61091891f: Download complete [2020-11-25T17:27:50.535Z] 36b3adc4ff6f: Pull complete [2020-11-25T17:27:51.489Z] aa168da1d23b: Verifying Checksum [2020-11-25T17:27:51.489Z] aa168da1d23b: Download complete [2020-11-25T17:27:52.067Z] 8ad3a11d3b57: Pull complete [2020-11-25T17:27:52.067Z] 46f8f816bc3b: Pull complete [2020-11-25T17:27:52.331Z] 93b61091891f: Pull complete [2020-11-25T17:27:52.331Z] 93b9cdb0e59b: Pull complete [2020-11-25T17:27:52.593Z] 5e14af77c1be: Pull complete [2020-11-25T17:27:52.593Z] 01666e4c0597: Pull complete [2020-11-25T17:27:59.212Z] aa168da1d23b: Pull complete [2020-11-25T17:27:59.212Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-25T17:27:59.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:27:59.212Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-25T17:27:59.380Z] prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container [2020-11-25T17:27:59.445Z] $ 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-25T17:28:02.523Z] $ docker top 7886bd4e21881b59d0fd69d26192eb7feb3d49e6360932c2ff7399295cc72c23 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:28:03.057Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-25T17:28:03.357Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-25T17:28:03.655Z] + ls /var/log/sa-host [2020-11-25T17:28:03.655Z] + sadf -c /var/log/sa-host/sa23 [2020-11-25T17:28:03.655Z] file_magic: OK [2020-11-25T17:28:03.655Z] HZ: Using current value: 100 [2020-11-25T17:28:03.656Z] file_header: OK [2020-11-25T17:28:03.656Z] 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-25T17:28:03.656Z] Statistics: [2020-11-25T17:28:03.656Z] Hnuu...uuuununununu... [2020-11-25T17:28:03.656Z] File successfully converted to sysstat format version 12.2.1 [2020-11-25T17:28:03.656Z] + sadf -c /var/log/sa-host/sa25 [2020-11-25T17:28:03.656Z] file_magic: OK [2020-11-25T17:28:03.656Z] HZ: Using current value: 100 [2020-11-25T17:28:03.656Z] file_header: OK [2020-11-25T17:28:03.656Z] 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-25T17:28:03.656Z] Statistics: [2020-11-25T17:28:03.656Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-25T17:28:03.656Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-25T17:28:03.885Z] provisioning config files... [2020-11-25T17:28:03.900Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3298571661018458110tmp [Pipeline] { [Pipeline] echo [2020-11-25T17:28:03.985Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:04.281Z] ---> create-netrc.sh [Pipeline] } [2020-11-25T17:28:04.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-25T17:28:04.388Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:04.686Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-25T17:28:04.697Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:04.996Z] ---> sudo-logs.sh [2020-11-25T17:28:04.996Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-25T17:28:05.007Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:05.303Z] ---> job-cost.sh [2020-11-25T17:28:05.303Z] lf-activate-venv: SKIPPING [2020-11-25T17:28:05.303Z] INFO: No Stack... [2020-11-25T17:28:06.693Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-25T17:28:06.963Z] INFO: Archiving Costs [Pipeline] echo [2020-11-25T17:28:06.976Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:07.282Z] ---> logs-deploy.sh [2020-11-25T17:28:07.282Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/63 [2020-11-25T17:28:07.282Z] INFO: archiving workspace using pattern(s): [2020-11-25T17:28:08.676Z] Archives upload complete. [2020-11-25T17:28:08.938Z] INFO: archiving logs to Nexus [2020-11-25T17:28:09.885Z] ---> uname -a: [2020-11-25T17:28:09.885Z] Linux prd-centos7-docker-4c-2g-13416.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-25T17:28:09.885Z] [2020-11-25T17:28:09.885Z] [2020-11-25T17:28:09.885Z] ---> lscpu: [2020-11-25T17:28:09.885Z] Architecture: x86_64 [2020-11-25T17:28:09.885Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-25T17:28:09.885Z] Byte Order: Little Endian [2020-11-25T17:28:09.885Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-25T17:28:09.885Z] CPU(s): 4 [2020-11-25T17:28:09.885Z] On-line CPU(s) list: 0-3 [2020-11-25T17:28:09.885Z] Thread(s) per core: 1 [2020-11-25T17:28:09.885Z] Core(s) per socket: 1 [2020-11-25T17:28:09.885Z] Socket(s): 4 [2020-11-25T17:28:09.885Z] NUMA node(s): 1 [2020-11-25T17:28:09.885Z] Vendor ID: GenuineIntel [2020-11-25T17:28:09.885Z] CPU family: 6 [2020-11-25T17:28:09.885Z] Model: 44 [2020-11-25T17:28:09.885Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-25T17:28:09.885Z] Stepping: 1 [2020-11-25T17:28:09.885Z] CPU MHz: 2933.438 [2020-11-25T17:28:09.885Z] BogoMIPS: 5866.87 [2020-11-25T17:28:09.885Z] Virtualization: VT-x [2020-11-25T17:28:09.885Z] Hypervisor vendor: KVM [2020-11-25T17:28:09.885Z] Virtualization type: full [2020-11-25T17:28:09.885Z] L1d cache: 128 KiB [2020-11-25T17:28:09.885Z] L1i cache: 128 KiB [2020-11-25T17:28:09.885Z] L2 cache: 16 MiB [2020-11-25T17:28:09.885Z] L3 cache: 64 MiB [2020-11-25T17:28:09.885Z] NUMA node0 CPU(s): 0-3 [2020-11-25T17:28:09.885Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-25T17:28:09.885Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-25T17:28:09.885Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-25T17:28:09.885Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-25T17:28:09.885Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-25T17:28:09.885Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-25T17:28:09.885Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-25T17:28:09.885Z] Vulnerability Srbds: Not affected [2020-11-25T17:28:09.885Z] Vulnerability Tsx async abort: Not affected [2020-11-25T17:28:09.885Z] 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-25T17:28:09.885Z] [2020-11-25T17:28:09.885Z]