Pull request #278 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b751120d50436bb1c17d01a29700430ae14bcbf5+64217dd16e4f95fd987fab9103c8880039f2bffa (249a5101065a7dfccea8794adcabe544d300d648) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5086123864189173961.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f1d79d91c36788821211008368c3015072ca53ca Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8253566980049786062.key > 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 f1d79d91c36788821211008368c3015072ca53ca The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4037311974247894352.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f1d79d91c36788821211008368c3015072ca53ca (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f1d79d91c36788821211008368c3015072ca53ca # timeout=10 Commit message: "Merge pull request #358 from ernestojeda/update-get-head-tags" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3451804607078867573.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3625871189197918462.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1093’ Running on prd-centos7-docker-4c-2g-1095 in /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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_PR-278 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/jenkins-gitclient-ssh4001687493893875730.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/jenkins-gitclient-ssh7594492261801121434.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/278/head:refs/remotes/origin/PR-278 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 64217dd16e4f95fd987fab9103c8880039f2bffa into PR head commit b751120d50436bb1c17d01a29700430ae14bcbf5 Merge succeeded, producing b751120d50436bb1c17d01a29700430ae14bcbf5 Checking out Revision b751120d50436bb1c17d01a29700430ae14bcbf5 (PR-278) > git config core.sparsecheckout # timeout=10 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/jenkins-gitclient-ssh7781470981663768123.key > git merge 64217dd16e4f95fd987fab9103c8880039f2bffa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 Commit message: "build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-13T15:35:26.150Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-13T15:35:26.182Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-13T15:35:26.195Z] ========================================================= [2021-10-13T15:35:26.195Z] EdgeX Global Pipelines Version Info [2021-10-13T15:35:26.195Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7891b07ae8b15c2b41a0e911bf3f05eb99526ef4 # timeout=10 [2021-10-13T15:35:27.341Z] ------------------- [2021-10-13T15:35:27.341Z] stable info: [2021-10-13T15:35:27.341Z] ------------------- [2021-10-13T15:35:27.341Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-13T15:35:27.341Z] Commit SHA: f1d79d91c36788821211008368c3015072ca53ca [2021-10-13T15:35:27.341Z] Message: update stable to v1.0.209 [2021-10-13T15:35:27.912Z] ------------------- [2021-10-13T15:35:27.912Z] experimental info: [2021-10-13T15:35:27.912Z] ------------------- [2021-10-13T15:35:27.912Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-13T15:35:27.912Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-13T15:35:27.912Z] Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-13T15:35:27.992Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-10-13T15:35:28.004Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-10-13T15:35:28.017Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-13T15:35:28.030Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-13T15:35:28.041Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-13T15:35:28.052Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-13T15:35:28.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-13T15:35:28.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-10-13T15:35:28.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-13T15:35:28.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-13T15:35:28.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-13T15:35:28.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2021-10-13T15:35:28.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-13T15:35:28.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-13T15:35:28.163Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-10-13T15:35:28.178Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-10-13T15:35:28.188Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-13T15:35:28.201Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-13T15:35:28.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-13T15:35:28.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-10-13T15:35:28.237Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-10-13T15:35:28.245Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-10-13T15:35:28.255Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-13T15:35:28.268Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-13T15:35:28.282Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-10-13T15:35:28.295Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-13T15:35:28.307Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-278 [Pipeline] echo [2021-10-13T15:35:28.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-278 [Pipeline] echo [2021-10-13T15:35:28.345Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-278 [Pipeline] echo [2021-10-13T15:35:28.360Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b751120d50436bb1c17d01a29700430ae14bcbf5 [Pipeline] echo [2021-10-13T15:35:28.369Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b751120 [Pipeline] echo [2021-10-13T15:35:28.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-13T15:35:28.796Z] + git log --format=format:%s -1 b751120d50436bb1c17d01a29700430ae14bcbf5 [Pipeline] echo [2021-10-13T15:35:28.833Z] GIT_COMMIT: b751120d50436bb1c17d01a29700430ae14bcbf5, Commit Message: build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1 [Pipeline] echo [2021-10-13T15:35:28.843Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:35:29.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-13T15:35:29.272Z] [2021-10-13T15:35:29.272Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:35:29.582Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-13T15:35:29.582Z] latest: Pulling from edgex-devops/git-semver [2021-10-13T15:35:29.582Z] a0d0a0d46f8b: Pulling fs layer [2021-10-13T15:35:29.582Z] 3e5f54012d9b: Pulling fs layer [2021-10-13T15:35:29.582Z] 4c7163046ea9: Pulling fs layer [2021-10-13T15:35:29.582Z] 0c2d73faf560: Pulling fs layer [2021-10-13T15:35:29.582Z] 0c2d73faf560: Waiting [2021-10-13T15:35:29.582Z] 3e5f54012d9b: Verifying Checksum [2021-10-13T15:35:29.582Z] 3e5f54012d9b: Download complete [2021-10-13T15:35:29.582Z] a0d0a0d46f8b: Verifying Checksum [2021-10-13T15:35:29.582Z] a0d0a0d46f8b: Download complete [2021-10-13T15:35:29.582Z] 0c2d73faf560: Verifying Checksum [2021-10-13T15:35:29.582Z] 0c2d73faf560: Download complete [2021-10-13T15:35:29.582Z] 4c7163046ea9: Verifying Checksum [2021-10-13T15:35:29.582Z] 4c7163046ea9: Download complete [2021-10-13T15:35:29.848Z] a0d0a0d46f8b: Pull complete [2021-10-13T15:35:29.848Z] 3e5f54012d9b: Pull complete [2021-10-13T15:35:30.120Z] 4c7163046ea9: Pull complete [2021-10-13T15:35:30.389Z] 0c2d73faf560: Pull complete [2021-10-13T15:35:30.389Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-13T15:35:30.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-13T15:35:30.389Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-13T15:35:30.461Z] prd-centos7-docker-4c-2g-1095 does not seem to be running inside a container [2021-10-13T15:35:30.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-278 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278:/w/workspace/xfoundry_go-mod-bootstrap_PR-278:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-13T15:35:31.137Z] $ docker top 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-13T15:35:31.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-13T15:35:31.263Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-13T15:35:31.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-13T15:35:31.381Z] $ docker exec 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent [2021-10-13T15:35:31.496Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcimEmO/agent.15 [2021-10-13T15:35:31.496Z] SSH_AGENT_PID=22 [2021-10-13T15:35:31.504Z] Running ssh-add (command line suppressed) [2021-10-13T15:35:31.601Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_4559503362217091825.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_4559503362217091825.key) [2021-10-13T15:35:31.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-13T15:35:31.914Z] + git tag --points-at HEAD [Pipeline] } [2021-10-13T15:35:31.927Z] $ docker exec --env ******** --env ******** 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent -k [2021-10-13T15:35:32.066Z] unset SSH_AUTH_SOCK; [2021-10-13T15:35:32.066Z] unset SSH_AGENT_PID; [2021-10-13T15:35:32.066Z] echo Agent pid 22 killed; [2021-10-13T15:35:32.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-13T15:35:32.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-13T15:35:32.107Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-13T15:35:32.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-13T15:35:32.247Z] $ docker exec 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent [2021-10-13T15:35:32.380Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlINcph/agent.56 [2021-10-13T15:35:32.380Z] SSH_AGENT_PID=62 [2021-10-13T15:35:32.385Z] Running ssh-add (command line suppressed) [2021-10-13T15:35:32.491Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_6516022482318210854.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_6516022482318210854.key) [2021-10-13T15:35:32.507Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-13T15:35:32.801Z] + git semver init [2021-10-13T15:35:32.801Z] # -> Open(): unable to determine branch for HEAD [2021-10-13T15:35:32.801Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-278/.git [2021-10-13T15:35:32.801Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [2021-10-13T15:35:32.801Z] # $SEMVER_REMOTE_NAME = origin [2021-10-13T15:35:32.801Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-13T15:35:32.801Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-13T15:35:32.801Z] # $SEMVER_BRANCH = PR-278 [2021-10-13T15:35:32.801Z] # $SEMVER_TEMP = /tmp/semver-133010302 [2021-10-13T15:35:32.801Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-10-13T15:35:33.744Z] # '/tmp/semver-133010302' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-278/.semver' [2021-10-13T15:35:33.744Z] # -> Force: false [2021-10-13T15:35:33.744Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-278/.semver [Pipeline] } [2021-10-13T15:35:33.751Z] $ docker exec --env ******** --env ******** 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent -k [2021-10-13T15:35:33.848Z] unset SSH_AUTH_SOCK; [2021-10-13T15:35:33.849Z] unset SSH_AGENT_PID; [2021-10-13T15:35:33.849Z] echo Agent pid 62 killed; [2021-10-13T15:35:33.860Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-13T15:35:34.182Z] + git semver [Pipeline] } [2021-10-13T15:35:34.193Z] $ docker stop --time=1 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 [2021-10-13T15:35:35.442Z] $ docker rm -f 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-13T15:35:35.799Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-13T15:35:36.053Z] Stashed 1 file(s) [Pipeline] echo [2021-10-13T15:35:36.056Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2021-10-13T15:35:51.224Z] Still waiting to schedule task [2021-10-13T15:35:51.224Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-10-13T15:35:51.227Z] Still waiting to schedule task [2021-10-13T15:35:51.227Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-13T15:37:37.458Z] Running on prd-centos7-docker-4c-2g-1101 in /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [Pipeline] { [Pipeline] ws [2021-10-13T15:37:37.469Z] Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout [2021-10-13T15:37:37.568Z] Selected Git installation does not exist. Using Default [2021-10-13T15:37:37.568Z] The recommended git tool is: NONE [2021-10-13T15:37:39.769Z] using credential edgex-jenkins-ssh [2021-10-13T15:37:39.781Z] Cloning the remote Git repository [2021-10-13T15:37:39.817Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-10-13T15:37:39.874Z] > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 [2021-10-13T15:37:39.910Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-10-13T15:37:39.910Z] > git --version # timeout=10 [2021-10-13T15:37:39.920Z] > git --version # 'git version 2.24.4' [2021-10-13T15:37:39.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-13T15:37:39.948Z] [INFO] Currently running in a labeled security context [2021-10-13T15:37:39.948Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-13T15:37:39.948Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/5@tmp/jenkins-gitclient-ssh6500946334727813790.key [2021-10-13T15:37:39.975Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-13T15:37:40.677Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-10-13T15:37:40.689Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-13T15:37:40.703Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-10-13T15:37:40.735Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-10-13T15:37:40.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-13T15:37:40.738Z] [INFO] Currently running in a labeled security context [2021-10-13T15:37:40.738Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-13T15:37:40.738Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/5@tmp/jenkins-gitclient-ssh6931486971656216558.key [2021-10-13T15:37:40.749Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/278/head:refs/remotes/origin/PR-278 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-13T15:37:41.288Z] Merging remotes/origin/main commit 64217dd16e4f95fd987fab9103c8880039f2bffa into PR head commit b751120d50436bb1c17d01a29700430ae14bcbf5 [2021-10-13T15:37:41.389Z] Merge succeeded, producing b751120d50436bb1c17d01a29700430ae14bcbf5 [2021-10-13T15:37:41.389Z] Checking out Revision b751120d50436bb1c17d01a29700430ae14bcbf5 (PR-278) [2021-10-13T15:37:41.303Z] > git config core.sparsecheckout # timeout=10 [2021-10-13T15:37:41.315Z] > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 [2021-10-13T15:37:41.342Z] > git remote # timeout=10 [2021-10-13T15:37:41.353Z] > git config --get remote.origin.url # timeout=10 [2021-10-13T15:37:41.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-13T15:37:41.362Z] [INFO] Currently running in a labeled security context [2021-10-13T15:37:41.362Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-13T15:37:41.362Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/5@tmp/jenkins-gitclient-ssh6251788158340164292.key [2021-10-13T15:37:41.370Z] > git merge 64217dd16e4f95fd987fab9103c8880039f2bffa # timeout=10 [2021-10-13T15:37:41.379Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-13T15:37:41.396Z] > git config core.sparsecheckout # timeout=10 [2021-10-13T15:37:41.402Z] > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 [2021-10-13T15:37:44.972Z] Commit message: "build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-10-13T15:37:45.461Z] ========================================================= [2021-10-13T15:37:45.461Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-13T15:37:45.461Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2021-10-13T15:37:45.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-13T15:37:45.857Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-13T15:37:45.857Z] 4e9f2cdf4387: Pulling fs layer [2021-10-13T15:37:45.857Z] 57d31006c564: Pulling fs layer [2021-10-13T15:37:45.857Z] bd5ccded8296: Pulling fs layer [2021-10-13T15:37:45.857Z] 304dd3a0f381: Pulling fs layer [2021-10-13T15:37:45.857Z] d37cda54a23b: Pulling fs layer [2021-10-13T15:37:45.857Z] bae75c0f2455: Pulling fs layer [2021-10-13T15:37:45.857Z] 806579b3d29a: Pulling fs layer [2021-10-13T15:37:45.857Z] c77eb801bf70: Pulling fs layer [2021-10-13T15:37:45.857Z] 6d0567d44e1a: Pulling fs layer [2021-10-13T15:37:45.857Z] bae75c0f2455: Waiting [2021-10-13T15:37:45.857Z] 806579b3d29a: Waiting [2021-10-13T15:37:45.857Z] c77eb801bf70: Waiting [2021-10-13T15:37:45.857Z] 6d0567d44e1a: Waiting [2021-10-13T15:37:45.857Z] 304dd3a0f381: Waiting [2021-10-13T15:37:45.857Z] d37cda54a23b: Waiting [2021-10-13T15:37:45.857Z] bd5ccded8296: Verifying Checksum [2021-10-13T15:37:45.857Z] bd5ccded8296: Download complete [2021-10-13T15:37:45.857Z] 57d31006c564: Verifying Checksum [2021-10-13T15:37:45.857Z] 57d31006c564: Download complete [2021-10-13T15:37:45.857Z] d37cda54a23b: Verifying Checksum [2021-10-13T15:37:45.857Z] d37cda54a23b: Download complete [2021-10-13T15:37:45.857Z] bae75c0f2455: Verifying Checksum [2021-10-13T15:37:45.857Z] bae75c0f2455: Download complete [2021-10-13T15:37:46.129Z] 806579b3d29a: Verifying Checksum [2021-10-13T15:37:46.129Z] 806579b3d29a: Download complete [2021-10-13T15:37:46.129Z] 4e9f2cdf4387: Verifying Checksum [2021-10-13T15:37:46.129Z] 4e9f2cdf4387: Download complete [2021-10-13T15:37:46.129Z] c77eb801bf70: Verifying Checksum [2021-10-13T15:37:46.129Z] c77eb801bf70: Download complete [2021-10-13T15:37:46.403Z] 4e9f2cdf4387: Pull complete [2021-10-13T15:37:46.403Z] 304dd3a0f381: Verifying Checksum [2021-10-13T15:37:46.403Z] 304dd3a0f381: Download complete [2021-10-13T15:37:46.666Z] 57d31006c564: Pull complete [2021-10-13T15:37:46.666Z] 6d0567d44e1a: Verifying Checksum [2021-10-13T15:37:46.666Z] 6d0567d44e1a: Download complete [2021-10-13T15:37:46.666Z] bd5ccded8296: Pull complete [2021-10-13T15:37:50.892Z] 304dd3a0f381: Pull complete [2021-10-13T15:37:50.892Z] d37cda54a23b: Pull complete [2021-10-13T15:37:50.892Z] bae75c0f2455: Pull complete [2021-10-13T15:37:50.892Z] 806579b3d29a: Pull complete [2021-10-13T15:37:50.892Z] c77eb801bf70: Pull complete [2021-10-13T15:37:54.221Z] 6d0567d44e1a: Pull complete [2021-10-13T15:37:54.221Z] Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd [2021-10-13T15:37:54.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-13T15:37:54.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] sh [2021-10-13T15:37:54.552Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:37:55.504Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-13T15:37:55.504Z] . [Pipeline] withDockerContainer [2021-10-13T15:37:55.574Z] prd-centos7-docker-4c-2g-1101 does not seem to be running inside a container [2021-10-13T15:37:55.636Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-13T15:37:57.942Z] $ docker top 8facc242012a3ca769708be9a9b123846cef890efec7087721c0efd956c45608 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-13T15:37:58.303Z] + go version [2021-10-13T15:37:58.303Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-13T15:37:58.316Z] $ docker stop --time=1 8facc242012a3ca769708be9a9b123846cef890efec7087721c0efd956c45608 [2021-10-13T15:37:59.492Z] $ docker rm -f 8facc242012a3ca769708be9a9b123846cef890efec7087721c0efd956c45608 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:37:59.979Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-13T15:37:59.979Z] . [Pipeline] withDockerContainer [2021-10-13T15:38:00.053Z] prd-centos7-docker-4c-2g-1101 does not seem to be running inside a container [2021-10-13T15:38:00.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-13T15:38:00.452Z] $ docker top 3e06db8fc4bc28d25482b346d990581d0b3a4aaf019f381023c6ed74e62077dc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-13T15:38:00.826Z] + make test [2021-10-13T15:38:00.826Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-10-13T15:38:01.091Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.1-dev.5 [2021-10-13T15:38:01.091Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 [2021-10-13T15:38:01.091Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-10-13T15:38:01.091Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-10-13T15:38:01.352Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.1-dev.7 [2021-10-13T15:38:01.352Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.1-dev.6 [2021-10-13T15:38:01.352Z] go: downloading github.com/gorilla/mux v1.7.4 [2021-10-13T15:38:01.352Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2021-10-13T15:38:01.352Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-10-13T15:38:01.352Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-10-13T15:38:01.352Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-10-13T15:38:01.352Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-10-13T15:38:01.352Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-10-13T15:38:01.352Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-10-13T15:38:01.352Z] go: downloading github.com/google/uuid v1.2.0 [2021-10-13T15:38:01.352Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-10-13T15:38:01.622Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2021-10-13T15:38:01.622Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-10-13T15:38:01.623Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-10-13T15:38:01.623Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-10-13T15:38:01.623Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-10-13T15:38:01.623Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-10-13T15:38:01.623Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-10-13T15:38:01.623Z] go: downloading golang.org/x/text v0.3.2 [2021-10-13T15:38:01.887Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-10-13T15:38:01.887Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-10-13T15:38:01.887Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-10-13T15:38:01.887Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-10-13T15:38:01.887Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-10-13T15:38:01.887Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-10-13T15:38:01.887Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-10-13T15:38:02.155Z] go: downloading github.com/x448/float16 v0.8.4 [2021-10-13T15:38:02.155Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-10-13T15:38:02.424Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-10-13T15:38:02.424Z] go: downloading github.com/fatih/color v1.9.0 [2021-10-13T15:38:02.424Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-10-13T15:38:02.424Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-10-13T15:38:02.424Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-10-13T15:38:02.424Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-10-13T15:38:02.686Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-10-13T15:38:02.686Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-10-13T15:38:14.996Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-10-13T15:38:14.996Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.005s coverage: 5.1% of statements [2021-10-13T15:38:14.996Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-10-13T15:38:15.267Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.007s coverage: 92.2% of statements [2021-10-13T15:38:15.267Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.018s coverage: 85.3% of statements [2021-10-13T15:38:15.537Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-10-13T15:38:15.537Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-10-13T15:38:15.800Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-10-13T15:38:16.064Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.007s coverage: 100.0% of statements [2021-10-13T15:38:16.064Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.006s coverage: 25.0% of statements [2021-10-13T15:38:20.295Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.017s coverage: 79.7% of statements [2021-10-13T15:38:20.295Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-10-13T15:38:20.295Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-10-13T15:38:20.295Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements [2021-10-13T15:38:20.295Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-10-13T15:38:25.615Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-13T15:38:25.615Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } [2021-10-13T15:38:25.628Z] $ docker stop --time=1 3e06db8fc4bc28d25482b346d990581d0b3a4aaf019f381023c6ed74e62077dc [2021-10-13T15:38:27.567Z] $ docker rm -f 3e06db8fc4bc28d25482b346d990581d0b3a4aaf019f381023c6ed74e62077dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-13T15:38:28.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-10-13T15:38:28.299Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:38:29.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-13T15:38:29.048Z] [2021-10-13T15:38:29.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:38:29.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-13T15:38:29.348Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-13T15:38:29.348Z] b4d181a07f80: Pulling fs layer [2021-10-13T15:38:29.348Z] a1111a8f2ec3: Pulling fs layer [2021-10-13T15:38:29.348Z] ed53099fbce6: Pulling fs layer [2021-10-13T15:38:29.348Z] dc539afda2c1: Pulling fs layer [2021-10-13T15:38:29.348Z] 77bc0d833cb6: Pulling fs layer [2021-10-13T15:38:29.348Z] 9065ff56babe: Pulling fs layer [2021-10-13T15:38:29.348Z] d287ab97295c: Pulling fs layer [2021-10-13T15:38:29.348Z] dc539afda2c1: Waiting [2021-10-13T15:38:29.348Z] 77bc0d833cb6: Waiting [2021-10-13T15:38:29.348Z] 9065ff56babe: Waiting [2021-10-13T15:38:29.348Z] d287ab97295c: Waiting [2021-10-13T15:38:29.348Z] a1111a8f2ec3: Verifying Checksum [2021-10-13T15:38:29.348Z] a1111a8f2ec3: Download complete [2021-10-13T15:38:29.348Z] dc539afda2c1: Verifying Checksum [2021-10-13T15:38:29.348Z] dc539afda2c1: Download complete [2021-10-13T15:38:29.616Z] 77bc0d833cb6: Verifying Checksum [2021-10-13T15:38:29.616Z] 77bc0d833cb6: Download complete [2021-10-13T15:38:29.616Z] 9065ff56babe: Verifying Checksum [2021-10-13T15:38:29.616Z] 9065ff56babe: Download complete [2021-10-13T15:38:29.616Z] ed53099fbce6: Verifying Checksum [2021-10-13T15:38:29.616Z] ed53099fbce6: Download complete [2021-10-13T15:38:29.616Z] b4d181a07f80: Verifying Checksum [2021-10-13T15:38:29.616Z] b4d181a07f80: Download complete [2021-10-13T15:38:30.558Z] d287ab97295c: Verifying Checksum [2021-10-13T15:38:30.558Z] d287ab97295c: Download complete [2021-10-13T15:38:31.138Z] b4d181a07f80: Pull complete [2021-10-13T15:38:31.411Z] a1111a8f2ec3: Pull complete [2021-10-13T15:38:31.988Z] ed53099fbce6: Pull complete [2021-10-13T15:38:31.988Z] dc539afda2c1: Pull complete [2021-10-13T15:38:32.246Z] 77bc0d833cb6: Pull complete [2021-10-13T15:38:32.246Z] 9065ff56babe: Pull complete [2021-10-13T15:38:37.561Z] d287ab97295c: Pull complete [2021-10-13T15:38:37.561Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-13T15:38:37.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-13T15:38:37.562Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-13T15:38:37.648Z] prd-centos7-docker-4c-2g-1101 does not seem to be running inside a container [2021-10-13T15:38:37.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-13T15:38:40.349Z] $ docker top 686851a4b39f12a872b0052f553802b4d2f943441a05682489879a0556cdee21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:38:40.762Z] ---> job-cost.sh [2021-10-13T15:38:40.762Z] lf-activate-venv: SKIPPING [2021-10-13T15:38:40.762Z] INFO: No Stack... [2021-10-13T15:38:41.025Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-13T15:38:41.602Z] INFO: Archiving Costs [Pipeline] sh [2021-10-13T15:38:41.909Z] + cat /w/workspace/go-mod-bootstrap/5/archives/cost.csv [2021-10-13T15:38:41.909Z] + cut -d, -f6 [Pipeline] lock [2021-10-13T15:38:41.939Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [2021-10-13T15:38:41.946Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] did not exist. Created. [2021-10-13T15:38:41.946Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-13T15:38:42.253Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-13T15:38:42.283Z] Stashed 1 file(s) [Pipeline] } [2021-10-13T15:38:42.293Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-13T15:38:42.314Z] $ docker stop --time=1 686851a4b39f12a872b0052f553802b4d2f943441a05682489879a0556cdee21 [2021-10-13T15:38:43.452Z] $ docker rm -f 686851a4b39f12a872b0052f553802b4d2f943441a05682489879a0556cdee21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-13T15:38:59.783Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1102 in /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [Pipeline] { [Pipeline] ws [2021-10-13T15:38:59.797Z] Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout [2021-10-13T15:39:00.083Z] Selected Git installation does not exist. Using Default [2021-10-13T15:39:00.083Z] The recommended git tool is: NONE [2021-10-13T15:39:07.219Z] using credential edgex-jenkins-ssh [2021-10-13T15:39:07.251Z] Cloning the remote Git repository [2021-10-13T15:39:07.380Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-10-13T15:39:07.515Z] > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 [2021-10-13T15:39:07.619Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-10-13T15:39:07.620Z] > git --version # timeout=10 [2021-10-13T15:39:07.650Z] > git --version # 'git version 2.17.1' [2021-10-13T15:39:07.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-13T15:39:07.770Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-13T15:39:08.791Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-10-13T15:39:08.819Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-13T15:39:08.869Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-10-13T15:39:08.909Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-10-13T15:39:08.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-13T15:39:08.929Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/278/head:refs/remotes/origin/PR-278 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-13T15:39:09.659Z] Merging remotes/origin/main commit 64217dd16e4f95fd987fab9103c8880039f2bffa into PR head commit b751120d50436bb1c17d01a29700430ae14bcbf5 [2021-10-13T15:39:09.915Z] Merge succeeded, producing b751120d50436bb1c17d01a29700430ae14bcbf5 [2021-10-13T15:39:09.916Z] Checking out Revision b751120d50436bb1c17d01a29700430ae14bcbf5 (PR-278) [2021-10-13T15:39:09.699Z] > git config core.sparsecheckout # timeout=10 [2021-10-13T15:39:09.718Z] > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 [2021-10-13T15:39:09.823Z] > git remote # timeout=10 [2021-10-13T15:39:09.847Z] > git config --get remote.origin.url # timeout=10 [2021-10-13T15:39:09.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-13T15:39:09.875Z] > git merge 64217dd16e4f95fd987fab9103c8880039f2bffa # timeout=10 [2021-10-13T15:39:09.909Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-13T15:39:09.942Z] > git config core.sparsecheckout # timeout=10 [2021-10-13T15:39:09.955Z] > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 [2021-10-13T15:39:14.672Z] Commit message: "build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-10-13T15:39:15.444Z] ========================================================= [2021-10-13T15:39:15.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-13T15:39:15.444Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2021-10-13T15:39:16.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-13T15:39:17.619Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-13T15:39:17.619Z] bbf911997326: Pulling fs layer [2021-10-13T15:39:17.619Z] 58ec367f63d7: Pulling fs layer [2021-10-13T15:39:17.619Z] 1b4a6ffa7d45: Pulling fs layer [2021-10-13T15:39:17.619Z] fc5181fea5dc: Pulling fs layer [2021-10-13T15:39:17.619Z] 9c418107303f: Pulling fs layer [2021-10-13T15:39:17.619Z] 284eca6f2348: Pulling fs layer [2021-10-13T15:39:17.619Z] 842844d905b1: Pulling fs layer [2021-10-13T15:39:17.619Z] 901a3a57568e: Pulling fs layer [2021-10-13T15:39:17.619Z] 9c418107303f: Waiting [2021-10-13T15:39:17.619Z] 284eca6f2348: Waiting [2021-10-13T15:39:17.619Z] 842844d905b1: Waiting [2021-10-13T15:39:17.619Z] 901a3a57568e: Waiting [2021-10-13T15:39:17.619Z] fc5181fea5dc: Waiting [2021-10-13T15:39:17.913Z] 1b4a6ffa7d45: Verifying Checksum [2021-10-13T15:39:17.913Z] 1b4a6ffa7d45: Download complete [2021-10-13T15:39:17.913Z] 58ec367f63d7: Verifying Checksum [2021-10-13T15:39:17.913Z] 58ec367f63d7: Download complete [2021-10-13T15:39:17.913Z] 9c418107303f: Verifying Checksum [2021-10-13T15:39:17.913Z] 9c418107303f: Download complete [2021-10-13T15:39:17.913Z] 284eca6f2348: Verifying Checksum [2021-10-13T15:39:17.913Z] 284eca6f2348: Download complete [2021-10-13T15:39:17.913Z] 842844d905b1: Verifying Checksum [2021-10-13T15:39:17.913Z] 842844d905b1: Download complete [2021-10-13T15:39:17.913Z] bbf911997326: Verifying Checksum [2021-10-13T15:39:17.913Z] bbf911997326: Download complete [2021-10-13T15:39:18.934Z] bbf911997326: Pull complete [2021-10-13T15:39:19.964Z] 58ec367f63d7: Pull complete [2021-10-13T15:39:20.254Z] 1b4a6ffa7d45: Pull complete [2021-10-13T15:39:20.254Z] 901a3a57568e: Verifying Checksum [2021-10-13T15:39:20.254Z] 901a3a57568e: Download complete [2021-10-13T15:39:20.554Z] fc5181fea5dc: Verifying Checksum [2021-10-13T15:39:20.554Z] fc5181fea5dc: Download complete [2021-10-13T15:39:30.851Z] fc5181fea5dc: Pull complete [2021-10-13T15:39:31.458Z] 9c418107303f: Pull complete [2021-10-13T15:39:31.740Z] 284eca6f2348: Pull complete [2021-10-13T15:39:32.036Z] 842844d905b1: Pull complete [2021-10-13T15:39:38.832Z] 901a3a57568e: Pull complete [2021-10-13T15:39:38.832Z] Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 [2021-10-13T15:39:38.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-13T15:39:38.832Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] sh [2021-10-13T15:39:39.263Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:39:39.623Z] + docker inspect -f . ci-base-image-arm64 [2021-10-13T15:39:39.623Z] . [Pipeline] withDockerContainer [2021-10-13T15:39:39.919Z] prd-ubuntu18.04-docker-arm64-4c-16g-1102 does not seem to be running inside a container [2021-10-13T15:39:40.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-13T15:39:47.237Z] $ docker top 436f9e85124e30c56cbc8569542666506b91810fa9e895cbaca4f3db24253dc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-13T15:39:48.202Z] + go version [2021-10-13T15:39:48.202Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-13T15:39:48.251Z] $ docker stop --time=1 436f9e85124e30c56cbc8569542666506b91810fa9e895cbaca4f3db24253dc8 [2021-10-13T15:39:50.196Z] $ docker rm -f 436f9e85124e30c56cbc8569542666506b91810fa9e895cbaca4f3db24253dc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:39:51.221Z] + docker inspect -f . ci-base-image-arm64 [2021-10-13T15:39:51.221Z] . [Pipeline] withDockerContainer [2021-10-13T15:39:51.520Z] prd-ubuntu18.04-docker-arm64-4c-16g-1102 does not seem to be running inside a container [2021-10-13T15:39:51.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-13T15:39:53.377Z] $ docker top 8985e23268cce6206acbffc681659f1116ed6e88cc8acd8f440086d590d84a9a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-13T15:39:54.347Z] + make test [2021-10-13T15:39:54.347Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-10-13T15:39:55.348Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 [2021-10-13T15:39:55.348Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.1-dev.7 [2021-10-13T15:39:55.348Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.1-dev.5 [2021-10-13T15:39:55.642Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-10-13T15:39:55.643Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-10-13T15:39:55.643Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.1-dev.6 [2021-10-13T15:39:55.643Z] go: downloading github.com/gorilla/mux v1.7.4 [2021-10-13T15:39:55.643Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2021-10-13T15:39:55.643Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-10-13T15:39:55.643Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-10-13T15:39:55.643Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-10-13T15:39:55.918Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-10-13T15:39:55.918Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-10-13T15:39:55.918Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-10-13T15:39:55.918Z] go: downloading github.com/google/uuid v1.2.0 [2021-10-13T15:39:55.918Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2021-10-13T15:39:55.918Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-10-13T15:39:55.918Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-10-13T15:39:56.205Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-10-13T15:39:56.205Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-10-13T15:39:56.205Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-10-13T15:39:56.205Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-10-13T15:39:56.205Z] go: downloading golang.org/x/text v0.3.2 [2021-10-13T15:39:56.205Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-10-13T15:39:56.485Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-10-13T15:39:56.485Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-10-13T15:39:56.485Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-10-13T15:39:56.765Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-10-13T15:39:56.765Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-10-13T15:39:56.765Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-10-13T15:39:56.765Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-10-13T15:39:56.765Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-10-13T15:39:57.047Z] go: downloading github.com/x448/float16 v0.8.4 [2021-10-13T15:39:57.047Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-10-13T15:39:57.334Z] go: downloading github.com/fatih/color v1.9.0 [2021-10-13T15:39:57.334Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-10-13T15:39:57.334Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-10-13T15:39:57.334Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-10-13T15:39:57.334Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-10-13T15:39:57.334Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-10-13T15:39:57.334Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-10-13T15:40:36.480Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-10-13T15:40:37.985Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.056s coverage: 5.1% of statements [2021-10-13T15:40:37.985Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-10-13T15:40:38.597Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.057s coverage: 92.2% of statements [2021-10-13T15:40:38.597Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.020s coverage: 85.3% of statements [2021-10-13T15:40:40.063Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-10-13T15:40:40.063Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-10-13T15:40:40.063Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-10-13T15:40:41.094Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.044s coverage: 100.0% of statements [2021-10-13T15:40:41.094Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.043s coverage: 25.0% of statements [2021-10-13T15:40:45.437Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.060s coverage: 79.7% of statements [2021-10-13T15:40:45.437Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-10-13T15:40:45.437Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-10-13T15:40:45.437Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.015s coverage: 91.3% of statements [2021-10-13T15:40:46.042Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-10-13T15:41:08.346Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-13T15:41:08.346Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } [2021-10-13T15:41:08.415Z] $ docker stop --time=1 8985e23268cce6206acbffc681659f1116ed6e88cc8acd8f440086d590d84a9a [2021-10-13T15:41:10.498Z] $ docker rm -f 8985e23268cce6206acbffc681659f1116ed6e88cc8acd8f440086d590d84a9a [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-13T15:41:12.532Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-10-13T15:41:12.557Z] Warning: overwriting stash ‘coverage-report’ [2021-10-13T15:41:13.317Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:41:14.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-13T15:41:14.299Z] [2021-10-13T15:41:14.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:41:14.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-13T15:41:14.945Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-13T15:41:14.945Z] 448f6bf000e3: Pulling fs layer [2021-10-13T15:41:14.945Z] f757da607395: Pulling fs layer [2021-10-13T15:41:14.945Z] 05883995daec: Pulling fs layer [2021-10-13T15:41:14.945Z] 8603b9c90790: Pulling fs layer [2021-10-13T15:41:14.945Z] 1560dd03e051: Pulling fs layer [2021-10-13T15:41:14.945Z] 27f5ce0e4adf: Pulling fs layer [2021-10-13T15:41:14.945Z] c2d8d7efcc4b: Pulling fs layer [2021-10-13T15:41:14.945Z] 8603b9c90790: Waiting [2021-10-13T15:41:14.945Z] 1560dd03e051: Waiting [2021-10-13T15:41:14.945Z] 27f5ce0e4adf: Waiting [2021-10-13T15:41:14.945Z] c2d8d7efcc4b: Waiting [2021-10-13T15:41:15.229Z] f757da607395: Verifying Checksum [2021-10-13T15:41:15.229Z] f757da607395: Download complete [2021-10-13T15:41:15.229Z] 8603b9c90790: Verifying Checksum [2021-10-13T15:41:15.229Z] 8603b9c90790: Download complete [2021-10-13T15:41:15.229Z] 05883995daec: Verifying Checksum [2021-10-13T15:41:15.229Z] 05883995daec: Download complete [2021-10-13T15:41:15.514Z] 1560dd03e051: Verifying Checksum [2021-10-13T15:41:15.514Z] 1560dd03e051: Download complete [2021-10-13T15:41:15.514Z] 27f5ce0e4adf: Verifying Checksum [2021-10-13T15:41:15.514Z] 27f5ce0e4adf: Download complete [2021-10-13T15:41:15.805Z] 448f6bf000e3: Verifying Checksum [2021-10-13T15:41:15.805Z] 448f6bf000e3: Download complete [2021-10-13T15:41:18.479Z] c2d8d7efcc4b: Verifying Checksum [2021-10-13T15:41:18.479Z] c2d8d7efcc4b: Download complete [2021-10-13T15:41:19.480Z] 448f6bf000e3: Pull complete [2021-10-13T15:41:20.487Z] f757da607395: Pull complete [2021-10-13T15:41:21.941Z] 05883995daec: Pull complete [2021-10-13T15:41:22.222Z] 8603b9c90790: Pull complete [2021-10-13T15:41:23.220Z] 1560dd03e051: Pull complete [2021-10-13T15:41:23.501Z] 27f5ce0e4adf: Pull complete [2021-10-13T15:41:38.665Z] c2d8d7efcc4b: Pull complete [2021-10-13T15:41:38.665Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-13T15:41:38.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-13T15:41:38.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-13T15:41:38.949Z] prd-ubuntu18.04-docker-arm64-4c-16g-1102 does not seem to be running inside a container [2021-10-13T15:41:39.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-13T15:41:44.095Z] $ docker top 7728cd7e093f4ac945e2f41c5e6d81541efd0e4f7659f6e55b6b67f6d6266525 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:41:45.046Z] ---> job-cost.sh [2021-10-13T15:41:45.046Z] lf-activate-venv: SKIPPING [2021-10-13T15:41:45.046Z] INFO: No Stack... [2021-10-13T15:41:45.327Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-13T15:41:45.935Z] INFO: Archiving Costs [Pipeline] sh [2021-10-13T15:41:46.637Z] + + cutcat -d, -f6 [2021-10-13T15:41:46.637Z] /w/workspace/go-mod-bootstrap/5/archives/cost.csv [Pipeline] lock [2021-10-13T15:41:46.722Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [2021-10-13T15:41:46.728Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] did not exist. Created. [2021-10-13T15:41:46.728Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-13T15:41:47.445Z] /w/workspace/go-mod-bootstrap/5@tmp/durable-8856b183/script.sh: 1: /w/workspace/go-mod-bootstrap/5@tmp/durable-8856b183/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-13T15:41:48.149Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-13T15:41:48.180Z] Warning: overwriting stash ‘stack-cost’ [2021-10-13T15:41:48.234Z] Stashed 1 file(s) [Pipeline] } [2021-10-13T15:41:48.246Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-13T15:41:48.320Z] $ docker stop --time=1 7728cd7e093f4ac945e2f41c5e6d81541efd0e4f7659f6e55b6b67f6d6266525 [2021-10-13T15:41:50.018Z] $ docker rm -f 7728cd7e093f4ac945e2f41c5e6d81541efd0e4f7659f6e55b6b67f6d6266525 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2021-10-13T15:41:51.199Z] provisioning config files... [2021-10-13T15:41:51.215Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/config231650666018842848tmp [Pipeline] { [Pipeline] sh [2021-10-13T15:41:51.536Z] + set +x [2021-10-13T15:41:51.536Z] + bash -s -- [2021-10-13T15:41:51.536Z] + curl -s https://codecov.io/bash [2021-10-13T15:41:51.536Z] [2021-10-13T15:41:51.536Z] _____ _ [2021-10-13T15:41:51.536Z] / ____| | | [2021-10-13T15:41:51.536Z] | | ___ __| | ___ ___ _____ __ [2021-10-13T15:41:51.536Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-10-13T15:41:51.536Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-10-13T15:41:51.536Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-10-13T15:41:51.536Z] Bash-1.0.6 [2021-10-13T15:41:51.536Z] [2021-10-13T15:41:51.536Z] [2021-10-13T15:41:51.536Z] ==> git version 2.24.4 found [2021-10-13T15:41:51.536Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-10-13T15:41:51.536Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-10-13T15:41:51.536Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-10-13T15:41:51.536Z] ==> Jenkins CI detected. [2021-10-13T15:41:51.536Z] current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [2021-10-13T15:41:51.536Z] project root: . [2021-10-13T15:41:51.536Z] --> token set from env [2021-10-13T15:41:51.536Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-10-13T15:41:51.536Z] ==> Running gcov in . (disable via -X gcov) [2021-10-13T15:41:51.536Z] ==> Python coveragepy not found [2021-10-13T15:41:51.536Z] ==> Searching for coverage reports in: [2021-10-13T15:41:51.536Z] + . [2021-10-13T15:41:51.536Z] -> Found 1 reports [2021-10-13T15:41:51.536Z] ==> Detecting git/mercurial file structure [2021-10-13T15:41:51.536Z] ==> Reading reports [2021-10-13T15:41:51.537Z] + ./coverage.out bytes=37126 [2021-10-13T15:41:51.537Z] ==> Appending adjustments [2021-10-13T15:41:51.537Z] https://docs.codecov.io/docs/fixing-reports [2021-10-13T15:41:51.797Z] + Found adjustments [2021-10-13T15:41:51.797Z] ==> Gzipping contents [2021-10-13T15:41:51.797Z] 8.0K /tmp/codecov.0hONr9.gz [2021-10-13T15:41:51.797Z] ==> Uploading reports [2021-10-13T15:41:51.797Z] url: https://codecov.io [2021-10-13T15:41:51.797Z] query: branch=PR-278&commit=b751120d50436bb1c17d01a29700430ae14bcbf5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-278%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=278&job=&cmd_args= [2021-10-13T15:41:51.797Z] -> Pinging Codecov [2021-10-13T15:41:51.797Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-278&commit=b751120d50436bb1c17d01a29700430ae14bcbf5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-278%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=278&job=&cmd_args= [2021-10-13T15:41:52.370Z] -> Uploading to [2021-10-13T15:41:52.370Z] https://storage.googleapis.com/codecov/v4/raw/2021-10-13/833815588EE85121546D348822E98E2E/b751120d50436bb1c17d01a29700430ae14bcbf5/4da89164-de10-47e0-9fe4-1ea9fa02d906.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211013%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211013T154152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=356268bcde6e84b4821966565dc8349efb1cd8fe532ff13ecccf8539b3e13072 [2021-10-13T15:41:52.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-13T15:41:52.370Z] Dload Upload Total Spent Left Speed [2021-10-13T15:41:52.630Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6594 0 0 100 6594 0 18526 --:--:-- --:--:-- --:--:-- 18522 [2021-10-13T15:41:52.630Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/b751120d50436bb1c17d01a29700430ae14bcbf5 [Pipeline] } [2021-10-13T15:41:52.637Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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] sh [2021-10-13T15:41:53.826Z] + '[' -d /w/workspace/xfoundry_go-mod-bootstrap_PR-278/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:41:54.136Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:41:54.706Z] ---> package-listing.sh [2021-10-13T15:41:54.707Z] ++ facter osfamily [2021-10-13T15:41:54.707Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-13T15:41:54.970Z] + OS_FAMILY=redhat [2021-10-13T15:41:54.970Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-278 [2021-10-13T15:41:54.970Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-13T15:41:54.970Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-13T15:41:54.970Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-13T15:41:54.970Z] + PACKAGES=/tmp/packages_start.txt [2021-10-13T15:41:54.970Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-278 ']' [2021-10-13T15:41:54.970Z] + PACKAGES=/tmp/packages_end.txt [2021-10-13T15:41:54.970Z] + case "${OS_FAMILY}" in [2021-10-13T15:41:54.970Z] + sort [2021-10-13T15:41:54.970Z] + rpm -qa [2021-10-13T15:41:55.543Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-13T15:41:55.543Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-13T15:41:55.543Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-13T15:41:55.543Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-278 ']' [2021-10-13T15:41:55.543Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-278/archives/ [2021-10-13T15:41:55.543Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-278/archives/ [Pipeline] echo [2021-10-13T15:41:55.556Z] 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_PR-278/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-13T15:41:55.842Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:41:56.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-13T15:41:56.403Z] [2021-10-13T15:41:56.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-13T15:41:56.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-13T15:41:56.703Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-13T15:41:56.703Z] b4d181a07f80: Pulling fs layer [2021-10-13T15:41:56.703Z] a1111a8f2ec3: Pulling fs layer [2021-10-13T15:41:56.703Z] ed53099fbce6: Pulling fs layer [2021-10-13T15:41:56.703Z] dc539afda2c1: Pulling fs layer [2021-10-13T15:41:56.703Z] 77bc0d833cb6: Pulling fs layer [2021-10-13T15:41:56.703Z] 9065ff56babe: Pulling fs layer [2021-10-13T15:41:56.703Z] d287ab97295c: Pulling fs layer [2021-10-13T15:41:56.703Z] dc539afda2c1: Waiting [2021-10-13T15:41:56.703Z] 77bc0d833cb6: Waiting [2021-10-13T15:41:56.703Z] 9065ff56babe: Waiting [2021-10-13T15:41:56.703Z] d287ab97295c: Waiting [2021-10-13T15:41:56.703Z] a1111a8f2ec3: Verifying Checksum [2021-10-13T15:41:56.703Z] a1111a8f2ec3: Download complete [2021-10-13T15:41:56.703Z] dc539afda2c1: Verifying Checksum [2021-10-13T15:41:56.703Z] dc539afda2c1: Download complete [2021-10-13T15:41:56.703Z] ed53099fbce6: Verifying Checksum [2021-10-13T15:41:56.703Z] ed53099fbce6: Download complete [2021-10-13T15:41:56.976Z] 9065ff56babe: Verifying Checksum [2021-10-13T15:41:56.976Z] 9065ff56babe: Download complete [2021-10-13T15:41:56.976Z] 77bc0d833cb6: Verifying Checksum [2021-10-13T15:41:56.976Z] 77bc0d833cb6: Download complete [2021-10-13T15:41:56.976Z] b4d181a07f80: Verifying Checksum [2021-10-13T15:41:56.976Z] b4d181a07f80: Download complete [2021-10-13T15:41:57.546Z] d287ab97295c: Verifying Checksum [2021-10-13T15:41:57.546Z] d287ab97295c: Download complete [2021-10-13T15:41:58.494Z] b4d181a07f80: Pull complete [2021-10-13T15:41:58.494Z] a1111a8f2ec3: Pull complete [2021-10-13T15:41:59.078Z] ed53099fbce6: Pull complete [2021-10-13T15:41:59.078Z] dc539afda2c1: Pull complete [2021-10-13T15:41:59.342Z] 77bc0d833cb6: Pull complete [2021-10-13T15:41:59.342Z] 9065ff56babe: Pull complete [2021-10-13T15:42:04.689Z] d287ab97295c: Pull complete [2021-10-13T15:42:04.689Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-13T15:42:04.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-13T15:42:04.689Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-13T15:42:04.779Z] prd-centos7-docker-4c-2g-1095 does not seem to be running inside a container [2021-10-13T15:42:04.816Z] $ 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_PR-278/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_PR-278 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278:/w/workspace/xfoundry_go-mod-bootstrap_PR-278:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-13T15:42:07.026Z] $ docker top f28bff1a91e39f3b281d800b82907fedfbb671914853aee361cb205fee9f7114 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-13T15:42:07.385Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-13T15:42:07.672Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-13T15:42:08.000Z] + ls /var/log/sa-host [2021-10-13T15:42:08.000Z] + sadf -c /var/log/sa-host/sa13 [2021-10-13T15:42:08.000Z] file_magic: OK [2021-10-13T15:42:08.000Z] HZ: Using current value: 100 [2021-10-13T15:42:08.000Z] file_header: OK [2021-10-13T15:42:08.000Z] 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 [2021-10-13T15:42:08.000Z] Statistics: [2021-10-13T15:42:08.000Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-13T15:42:08.000Z] File successfully converted to sysstat format version 12.0.3 [2021-10-13T15:42:08.000Z] + sadf -c /var/log/sa-host/sa30 [2021-10-13T15:42:08.000Z] file_magic: OK [2021-10-13T15:42:08.000Z] HZ: Using current value: 100 [2021-10-13T15:42:08.000Z] file_header: OK [2021-10-13T15:42:08.000Z] 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 [2021-10-13T15:42:08.000Z] Statistics: [2021-10-13T15:42:08.000Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-13T15:42:08.000Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-13T15:42:08.070Z] provisioning config files... [2021-10-13T15:42:08.078Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/config5602433858190757193tmp [Pipeline] { [Pipeline] echo [2021-10-13T15:42:08.097Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:42:08.393Z] ---> create-netrc.sh [Pipeline] } [2021-10-13T15:42:08.400Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:42:08.728Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-13T15:42:08.738Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:42:09.028Z] ---> sudo-logs.sh [2021-10-13T15:42:09.028Z] Archiving 'sudo' log.. [2021-10-13T15:42:09.291Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1095.novalocal: Name or service not known [2021-10-13T15:42:09.291Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1095.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-13T15:42:09.319Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:42:09.628Z] ---> job-cost.sh [2021-10-13T15:42:09.628Z] lf-activate-venv: SKIPPING [2021-10-13T15:42:09.629Z] DEBUG: total: 0.10999999940395355 [2021-10-13T15:42:09.629Z] INFO: Retrieving Stack Cost... [2021-10-13T15:42:21.874Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-13T15:42:21.874Z] INFO: Archiving Costs [Pipeline] echo [2021-10-13T15:42:21.888Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-13T15:42:22.183Z] ---> logs-deploy.sh [2021-10-13T15:42:22.183Z] lf-activate-venv: SKIPPING [2021-10-13T15:42:22.183Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-278/5 [2021-10-13T15:42:22.183Z] INFO: archiving workspace using pattern(s): [2021-10-13T15:42:22.760Z] Archives upload complete. [2021-10-13T15:42:23.023Z] INFO: archiving logs to Nexus