Pull request #129 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from c95d24f06c5172669be74579e3708fad34647d90+de86bb2d438ca7287b41d514e43219be66da0926 (9621222925299b6cf099d1ae6aa8141b395c66ff) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13343 in /w/workspace/xfoundry_go-mod-bootstrap_PR-129 [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_PR-129 # 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/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit de86bb2d438ca7287b41d514e43219be66da0926 into PR head commit c95d24f06c5172669be74579e3708fad34647d90 Merge succeeded, producing c95d24f06c5172669be74579e3708fad34647d90 Checking out Revision c95d24f06c5172669be74579e3708fad34647d90 (PR-129) > git config core.sparsecheckout # timeout=10 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 Commit message: "fix: LoggingClientFrom handle nil case properly" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 3652b88fc82792b18f4fe448b248ed2d270ba02f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-24T09:12:20.539Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-24T09:12:20.878Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-24T09:12:21.018Z] ========================================================= [2020-11-24T09:12:21.018Z] EdgeX Global Pipelines Version Info [2020-11-24T09:12:21.019Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:12:22.462Z] ------------------- [2020-11-24T09:12:22.462Z] stable info: [2020-11-24T09:12:22.462Z] ------------------- [2020-11-24T09:12:22.462Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-24T09:12:22.462Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-24T09:12:22.462Z] Message: update stable to v1.0.167 [2020-11-24T09:12:23.408Z] ------------------- [2020-11-24T09:12:23.408Z] experimental info: [2020-11-24T09:12:23.408Z] ------------------- [2020-11-24T09:12:23.408Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-24T09:12:23.408Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-24T09:12:23.408Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-24T09:12:23.812Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-11-24T09:12:23.919Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-11-24T09:12:24.039Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-24T09:12:24.168Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-24T09:12:24.273Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-24T09:12:24.384Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-24T09:12:24.485Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-24T09:12:24.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-24T09:12:24.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-24T09:12:24.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-24T09:12:24.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-24T09:12:25.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-11-24T09:12:25.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-24T09:12:25.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-24T09:12:25.380Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-24T09:12:25.490Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-24T09:12:25.585Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-24T09:12:25.709Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-24T09:12:25.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-24T09:12:25.904Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-24T09:12:26.068Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-24T09:12:26.183Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-24T09:12:26.306Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-24T09:12:26.401Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-24T09:12:26.550Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-24T09:12:26.643Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-24T09:12:26.773Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-129 [Pipeline] echo [2020-11-24T09:12:26.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-129 [Pipeline] echo [2020-11-24T09:12:26.959Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-129 [Pipeline] echo [2020-11-24T09:12:27.049Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c95d24f06c5172669be74579e3708fad34647d90 [Pipeline] echo [2020-11-24T09:12:27.147Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c95d24f [Pipeline] echo [2020-11-24T09:12:27.253Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-24T09:12:27.483Z] provisioning config files... [2020-11-24T09:12:27.509Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/config6276758330950660201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:12:27.871Z] ---> docker-login.sh [2020-11-24T09:12:27.871Z] nexus3.edgexfoundry.org:10001 [2020-11-24T09:12:28.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:12:28.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:12:28.397Z] Configure a credential helper to remove this warning. See [2020-11-24T09:12:28.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:12:28.397Z] [2020-11-24T09:12:28.397Z] Login Succeeded [2020-11-24T09:12:28.397Z] nexus3.edgexfoundry.org:10002 [2020-11-24T09:12:28.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:12:28.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:12:28.660Z] Configure a credential helper to remove this warning. See [2020-11-24T09:12:28.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:12:28.660Z] [2020-11-24T09:12:28.660Z] Login Succeeded [2020-11-24T09:12:28.660Z] nexus3.edgexfoundry.org:10003 [2020-11-24T09:12:28.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:12:28.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:12:28.660Z] Configure a credential helper to remove this warning. See [2020-11-24T09:12:28.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:12:28.660Z] [2020-11-24T09:12:28.660Z] Login Succeeded [2020-11-24T09:12:28.660Z] nexus3.edgexfoundry.org:10004 [2020-11-24T09:12:28.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:12:28.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:12:28.923Z] Configure a credential helper to remove this warning. See [2020-11-24T09:12:28.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:12:28.923Z] [2020-11-24T09:12:28.923Z] Login Succeeded [2020-11-24T09:12:28.923Z] docker.io [2020-11-24T09:12:29.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:12:29.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:12:29.452Z] Configure a credential helper to remove this warning. See [2020-11-24T09:12:29.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:12:29.452Z] [2020-11-24T09:12:29.452Z] Login Succeeded [2020-11-24T09:12:29.452Z] ---> docker-login.sh ends [Pipeline] } [2020-11-24T09:12:29.461Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-24T09:12:30.171Z] + git log --format=format:%s -1 c95d24f06c5172669be74579e3708fad34647d90 [Pipeline] echo [2020-11-24T09:12:30.237Z] GIT_COMMIT: c95d24f06c5172669be74579e3708fad34647d90, Commit Message: fix: LoggingClientFrom handle nil case properly [Pipeline] echo [2020-11-24T09:12:30.282Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:12:31.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-24T09:12:31.214Z] [2020-11-24T09:12:31.214Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:12:31.596Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-24T09:12:31.596Z] latest: Pulling from edgex-devops/git-semver [2020-11-24T09:12:31.596Z] 31603596830f: Pulling fs layer [2020-11-24T09:12:31.596Z] 2a8b12db71e7: Pulling fs layer [2020-11-24T09:12:31.596Z] 6ca5941a6612: Pulling fs layer [2020-11-24T09:12:31.596Z] ecc8261a40a4: Pulling fs layer [2020-11-24T09:12:31.596Z] ecc8261a40a4: Waiting [2020-11-24T09:12:31.596Z] 2a8b12db71e7: Download complete [2020-11-24T09:12:31.863Z] 31603596830f: Verifying Checksum [2020-11-24T09:12:31.863Z] 31603596830f: Download complete [2020-11-24T09:12:31.863Z] 6ca5941a6612: Verifying Checksum [2020-11-24T09:12:31.863Z] 6ca5941a6612: Download complete [2020-11-24T09:12:31.863Z] ecc8261a40a4: Verifying Checksum [2020-11-24T09:12:31.863Z] ecc8261a40a4: Download complete [2020-11-24T09:12:32.128Z] 31603596830f: Pull complete [2020-11-24T09:12:32.396Z] 2a8b12db71e7: Pull complete [2020-11-24T09:12:32.981Z] 6ca5941a6612: Pull complete [2020-11-24T09:12:33.243Z] ecc8261a40a4: Pull complete [2020-11-24T09:12:33.243Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-24T09:12:33.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-24T09:12:33.243Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-24T09:12:33.354Z] prd-centos7-docker-4c-2g-13343 does not seem to be running inside a container [2020-11-24T09:12:33.400Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-129 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129:/w/workspace/xfoundry_go-mod-bootstrap_PR-129:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-24T09:12:35.282Z] $ docker top 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-24T09:12:35.690Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-24T09:12:35.691Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-24T09:12:35.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-24T09:12:35.922Z] $ docker exec 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent [2020-11-24T09:12:36.096Z] SSH_AUTH_SOCK=/tmp/ssh-Daxae66jbStA/agent.11 [2020-11-24T09:12:36.096Z] SSH_AGENT_PID=16 [2020-11-24T09:12:36.108Z] Running ssh-add (command line suppressed) [2020-11-24T09:12:36.228Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_5505799459891512080.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_5505799459891512080.key) [2020-11-24T09:12:36.284Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-24T09:12:36.648Z] + git tag --points-at HEAD [Pipeline] } [2020-11-24T09:12:36.674Z] $ docker exec --env ******** --env ******** 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent -k [2020-11-24T09:12:36.796Z] unset SSH_AUTH_SOCK; [2020-11-24T09:12:36.796Z] unset SSH_AGENT_PID; [2020-11-24T09:12:36.796Z] echo Agent pid 16 killed; [2020-11-24T09:12:36.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-24T09:12:37.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-24T09:12:37.023Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-24T09:12:37.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-24T09:12:37.196Z] $ docker exec 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent [2020-11-24T09:12:37.358Z] SSH_AUTH_SOCK=/tmp/ssh-DEFpTnvBYDkj/agent.45 [2020-11-24T09:12:37.358Z] SSH_AGENT_PID=50 [2020-11-24T09:12:37.366Z] Running ssh-add (command line suppressed) [2020-11-24T09:12:37.494Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_8558753806261178051.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_8558753806261178051.key) [2020-11-24T09:12:37.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-24T09:12:37.907Z] + git semver init [2020-11-24T09:12:37.907Z] # -> Open(): unable to determine branch for HEAD [2020-11-24T09:12:37.907Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-129/.git [2020-11-24T09:12:37.907Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-129 [2020-11-24T09:12:37.907Z] # $SEMVER_REMOTE_NAME = origin [2020-11-24T09:12:37.907Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-24T09:12:37.907Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-24T09:12:37.907Z] # $SEMVER_BRANCH = PR-129 [2020-11-24T09:12:37.907Z] # $SEMVER_TEMP = /tmp/semver-095809198 [2020-11-24T09:12:37.907Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-11-24T09:12:38.506Z] # '/tmp/semver-095809198' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-129/.semver' [2020-11-24T09:12:38.506Z] # -> Force: false [2020-11-24T09:12:38.506Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-129/.semver [Pipeline] } [2020-11-24T09:12:38.519Z] $ docker exec --env ******** --env ******** 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent -k [2020-11-24T09:12:38.681Z] unset SSH_AUTH_SOCK; [2020-11-24T09:12:38.681Z] unset SSH_AGENT_PID; [2020-11-24T09:12:38.681Z] echo Agent pid 50 killed; [2020-11-24T09:12:38.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-24T09:12:39.195Z] + git semver [Pipeline] } [2020-11-24T09:12:39.215Z] $ docker stop --time=1 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 [2020-11-24T09:12:40.834Z] $ docker rm -f 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-24T09:12:41.320Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-24T09:12:41.797Z] Stashed 1 file(s) [Pipeline] echo [2020-11-24T09:12:41.800Z] [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 [2020-11-24T09:12:57.300Z] Still waiting to schedule task [2020-11-24T09:12:57.300Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13343’ [2020-11-24T09:12:57.302Z] Still waiting to schedule task [2020-11-24T09:12:57.302Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-11-24T09:14:47.971Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13344 in /w/workspace/xfoundry_go-mod-bootstrap_PR-129 [Pipeline] { [Pipeline] ws [2020-11-24T09:14:48.034Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-11-24T09:14:53.042Z] using credential edgex-jenkins-ssh [2020-11-24T09:14:53.108Z] Cloning the remote Git repository [2020-11-24T09:14:53.185Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-24T09:14:53.293Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-11-24T09:14:53.391Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-24T09:14:53.392Z] > git --version # timeout=10 [2020-11-24T09:14:53.409Z] > git --version # 'git version 2.17.1' [2020-11-24T09:14:53.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-24T09:14:53.479Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-24T09:14:54.204Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-24T09:14:54.221Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-24T09:14:54.253Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-24T09:14:54.878Z] Merging remotes/origin/master commit de86bb2d438ca7287b41d514e43219be66da0926 into PR head commit c95d24f06c5172669be74579e3708fad34647d90 [2020-11-24T09:14:55.089Z] Merge succeeded, producing c95d24f06c5172669be74579e3708fad34647d90 [2020-11-24T09:14:55.089Z] Checking out Revision c95d24f06c5172669be74579e3708fad34647d90 (PR-129) [2020-11-24T09:14:54.297Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-24T09:14:54.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-24T09:14:54.308Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-24T09:14:54.901Z] > git config core.sparsecheckout # timeout=10 [2020-11-24T09:14:54.922Z] > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 [2020-11-24T09:14:55.007Z] > git remote # timeout=10 [2020-11-24T09:14:55.026Z] > git config --get remote.origin.url # timeout=10 [2020-11-24T09:14:55.039Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-24T09:14:55.049Z] > git merge de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 [2020-11-24T09:14:55.073Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-24T09:14:55.097Z] > git config core.sparsecheckout # timeout=10 [2020-11-24T09:14:55.118Z] > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 [2020-11-24T09:14:59.543Z] Commit message: "fix: LoggingClientFrom handle nil case properly" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-24T09:15:01.221Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-24T09:15:01.659Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-24T09:15:02.004Z] + true [2020-11-24T09:15:02.004Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-24T09:15:04.098Z] provisioning config files... [2020-11-24T09:15:04.135Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config6841573739358365801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:15:04.548Z] ---> docker-login.sh [2020-11-24T09:15:04.548Z] nexus3.edgexfoundry.org:10001 [2020-11-24T09:15:05.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:05.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:05.808Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:05.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:05.808Z] [2020-11-24T09:15:05.808Z] Login Succeeded [2020-11-24T09:15:05.808Z] nexus3.edgexfoundry.org:10002 [2020-11-24T09:15:06.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:06.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:06.360Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:06.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:06.360Z] [2020-11-24T09:15:06.360Z] Login Succeeded [2020-11-24T09:15:06.360Z] nexus3.edgexfoundry.org:10003 [2020-11-24T09:15:06.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:06.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:06.926Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:06.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:06.926Z] [2020-11-24T09:15:06.926Z] Login Succeeded [2020-11-24T09:15:06.926Z] nexus3.edgexfoundry.org:10004 [2020-11-24T09:15:07.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:07.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:07.485Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:07.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:07.485Z] [2020-11-24T09:15:07.485Z] Login Succeeded [2020-11-24T09:15:07.485Z] docker.io [2020-11-24T09:15:07.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:08.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:08.359Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:08.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:08.359Z] [2020-11-24T09:15:08.359Z] Login Succeeded [2020-11-24T09:15:08.359Z] ---> docker-login.sh ends [Pipeline] } [2020-11-24T09:15:08.380Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-24T09:15:08.906Z] ========================================================= [2020-11-24T09:15:08.906Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-24T09:15:08.906Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:15:09.307Z] + 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-24T09:15:09.584Z] Sending build context to Docker daemon 579.6kB [2020-11-24T09:15:09.584Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-24T09:15:09.584Z] Step 2/8 : FROM ${BASE} [2020-11-24T09:15:09.868Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-24T09:15:09.868Z] b538f80385f9: Pulling fs layer [2020-11-24T09:15:09.868Z] 74f711af9a0d: Pulling fs layer [2020-11-24T09:15:09.868Z] 99f96fe45779: Pulling fs layer [2020-11-24T09:15:09.868Z] 8529a6b9a6be: Pulling fs layer [2020-11-24T09:15:09.868Z] 45590311c82a: Pulling fs layer [2020-11-24T09:15:09.868Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-24T09:15:09.868Z] 209524e5b208: Pulling fs layer [2020-11-24T09:15:09.868Z] 8529a6b9a6be: Waiting [2020-11-24T09:15:09.868Z] 45590311c82a: Waiting [2020-11-24T09:15:09.868Z] 69ca0ff8b7b3: Waiting [2020-11-24T09:15:09.868Z] 209524e5b208: Waiting [2020-11-24T09:15:09.868Z] 99f96fe45779: Verifying Checksum [2020-11-24T09:15:09.868Z] 99f96fe45779: Download complete [2020-11-24T09:15:09.868Z] 74f711af9a0d: Download complete [2020-11-24T09:15:09.868Z] 45590311c82a: Verifying Checksum [2020-11-24T09:15:09.868Z] 45590311c82a: Download complete [2020-11-24T09:15:09.868Z] b538f80385f9: Verifying Checksum [2020-11-24T09:15:09.868Z] b538f80385f9: Download complete [2020-11-24T09:15:09.868Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-24T09:15:09.868Z] 69ca0ff8b7b3: Download complete [2020-11-24T09:15:10.473Z] b538f80385f9: Pull complete [2020-11-24T09:15:11.086Z] 74f711af9a0d: Pull complete [2020-11-24T09:15:11.686Z] 99f96fe45779: Pull complete [2020-11-24T09:15:12.297Z] 209524e5b208: Verifying Checksum [2020-11-24T09:15:12.297Z] 209524e5b208: Download complete [2020-11-24T09:15:13.734Z] 8529a6b9a6be: Verifying Checksum [2020-11-24T09:15:13.734Z] 8529a6b9a6be: Download complete [2020-11-24T09:15:23.908Z] 8529a6b9a6be: Pull complete [2020-11-24T09:15:23.908Z] 45590311c82a: Pull complete [2020-11-24T09:15:24.179Z] 69ca0ff8b7b3: Pull complete [2020-11-24T09:15:28.497Z] 209524e5b208: Pull complete [2020-11-24T09:15:28.497Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-24T09:15:28.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-24T09:15:28.497Z] ---> 5bddaf1c2fca [2020-11-24T09:15:28.497Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-24T09:15:31.131Z] ---> Running in f2909571f48c [2020-11-24T09:15:31.131Z] Removing intermediate container f2909571f48c [2020-11-24T09:15:31.131Z] ---> 99566beac887 [2020-11-24T09:15:31.131Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-24T09:15:31.131Z] ---> Running in d60907741f39 [2020-11-24T09:15:33.365Z] Running on prd-centos7-docker-4c-2g-13345 in /w/workspace/xfoundry_go-mod-bootstrap_PR-129 [Pipeline] { [Pipeline] ws [2020-11-24T09:15:33.436Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-11-24T09:15:33.765Z] Removing intermediate container d60907741f39 [2020-11-24T09:15:33.765Z] ---> 4447e1e2eea4 [2020-11-24T09:15:33.765Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-24T09:15:33.765Z] ---> Running in 2cc759b909a8 [2020-11-24T09:15:34.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-24T09:15:35.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-24T09:15:36.326Z] OK: 142 MiB in 39 packages [2020-11-24T09:15:37.613Z] using credential edgex-jenkins-ssh [2020-11-24T09:15:37.678Z] Cloning the remote Git repository [2020-11-24T09:15:37.760Z] Removing intermediate container 2cc759b909a8 [2020-11-24T09:15:37.760Z] ---> 6276d7e755ee [2020-11-24T09:15:37.760Z] Step 6/8 : WORKDIR /build [2020-11-24T09:15:37.760Z] ---> Running in c1579cf95f4e [2020-11-24T09:15:38.034Z] Removing intermediate container c1579cf95f4e [2020-11-24T09:15:38.034Z] ---> f45b81c9eaff [2020-11-24T09:15:38.034Z] Step 7/8 : COPY go.mod . [2020-11-24T09:15:37.723Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-24T09:15:37.807Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-11-24T09:15:37.888Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-24T09:15:37.888Z] > git --version # timeout=10 [2020-11-24T09:15:37.899Z] > git --version # 'git version 2.24.3' [2020-11-24T09:15:37.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-24T09:15:37.945Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-24T09:15:39.022Z] ---> ea62aa0ed91a [2020-11-24T09:15:39.022Z] Step 8/8 : RUN go mod download [2020-11-24T09:15:39.022Z] ---> Running in 367f122c4cd9 [2020-11-24T09:15:39.212Z] Merging remotes/origin/master commit de86bb2d438ca7287b41d514e43219be66da0926 into PR head commit c95d24f06c5172669be74579e3708fad34647d90 [2020-11-24T09:15:39.565Z] Merge succeeded, producing c95d24f06c5172669be74579e3708fad34647d90 [2020-11-24T09:15:39.566Z] Checking out Revision c95d24f06c5172669be74579e3708fad34647d90 (PR-129) [2020-11-24T09:15:38.586Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-24T09:15:38.609Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-24T09:15:38.634Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-24T09:15:38.681Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-24T09:15:38.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-24T09:15:38.695Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-24T09:15:39.229Z] > git config core.sparsecheckout # timeout=10 [2020-11-24T09:15:39.263Z] > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 [2020-11-24T09:15:39.360Z] > git remote # timeout=10 [2020-11-24T09:15:39.407Z] > git config --get remote.origin.url # timeout=10 [2020-11-24T09:15:39.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-24T09:15:39.457Z] > git merge de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 [2020-11-24T09:15:39.510Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-24T09:15:39.580Z] > git config core.sparsecheckout # timeout=10 [2020-11-24T09:15:39.613Z] > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 [2020-11-24T09:15:43.573Z] Commit message: "fix: LoggingClientFrom handle nil case properly" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-24T09:15:45.104Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-24T09:15:45.527Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-24T09:15:46.029Z] + sudo service docker restart [2020-11-24T09:15:46.029Z] + true [2020-11-24T09:15:46.029Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-24T09:15:47.588Z] provisioning config files... [2020-11-24T09:15:47.618Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config9101082792807863441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:15:48.073Z] ---> docker-login.sh [2020-11-24T09:15:48.073Z] nexus3.edgexfoundry.org:10001 [2020-11-24T09:15:48.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:48.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:48.710Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:48.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:48.710Z] [2020-11-24T09:15:48.710Z] Login Succeeded [2020-11-24T09:15:48.710Z] nexus3.edgexfoundry.org:10002 [2020-11-24T09:15:49.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:49.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:49.345Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:49.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:49.345Z] [2020-11-24T09:15:49.345Z] Login Succeeded [2020-11-24T09:15:49.345Z] nexus3.edgexfoundry.org:10003 [2020-11-24T09:15:49.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:49.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:49.615Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:49.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:49.615Z] [2020-11-24T09:15:49.615Z] Login Succeeded [2020-11-24T09:15:49.615Z] nexus3.edgexfoundry.org:10004 [2020-11-24T09:15:49.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:49.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:49.880Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:49.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:49.880Z] [2020-11-24T09:15:49.880Z] Login Succeeded [2020-11-24T09:15:49.880Z] docker.io [2020-11-24T09:15:49.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-24T09:15:50.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-24T09:15:50.158Z] Configure a credential helper to remove this warning. See [2020-11-24T09:15:50.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-24T09:15:50.158Z] [2020-11-24T09:15:50.158Z] Login Succeeded [2020-11-24T09:15:50.158Z] ---> docker-login.sh ends [Pipeline] } [2020-11-24T09:15:50.203Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-24T09:15:50.694Z] ========================================================= [2020-11-24T09:15:50.694Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-24T09:15:50.694Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:15:51.398Z] + 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-24T09:15:51.725Z] Sending build context to Docker daemon 580.6kB [2020-11-24T09:15:51.725Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-24T09:15:51.725Z] Step 2/8 : FROM ${BASE} [2020-11-24T09:15:51.725Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-24T09:15:51.725Z] df20fa9351a1: Pulling fs layer [2020-11-24T09:15:51.725Z] ed8968b2872e: Pulling fs layer [2020-11-24T09:15:51.725Z] a92cc7c5fd73: Pulling fs layer [2020-11-24T09:15:51.725Z] e871e8e8d7a9: Pulling fs layer [2020-11-24T09:15:51.725Z] e73272ec9a57: Pulling fs layer [2020-11-24T09:15:51.725Z] 1e910a182e73: Pulling fs layer [2020-11-24T09:15:51.725Z] 4e634b169226: Pulling fs layer [2020-11-24T09:15:51.725Z] e871e8e8d7a9: Waiting [2020-11-24T09:15:51.725Z] e73272ec9a57: Waiting [2020-11-24T09:15:51.725Z] 1e910a182e73: Waiting [2020-11-24T09:15:51.725Z] 4e634b169226: Waiting [2020-11-24T09:15:51.725Z] a92cc7c5fd73: Verifying Checksum [2020-11-24T09:15:51.725Z] a92cc7c5fd73: Download complete [2020-11-24T09:15:52.047Z] ed8968b2872e: Download complete [2020-11-24T09:15:52.047Z] e73272ec9a57: Download complete [2020-11-24T09:15:52.047Z] 1e910a182e73: Verifying Checksum [2020-11-24T09:15:52.047Z] 1e910a182e73: Download complete [2020-11-24T09:15:52.416Z] df20fa9351a1: Verifying Checksum [2020-11-24T09:15:52.416Z] df20fa9351a1: Download complete [2020-11-24T09:15:52.748Z] df20fa9351a1: Pull complete [2020-11-24T09:15:53.068Z] ed8968b2872e: Pull complete [2020-11-24T09:15:53.068Z] a92cc7c5fd73: Pull complete [2020-11-24T09:16:00.438Z] 4e634b169226: Verifying Checksum [2020-11-24T09:16:00.438Z] 4e634b169226: Download complete [2020-11-24T09:16:01.178Z] Removing intermediate container 367f122c4cd9 [2020-11-24T09:16:01.178Z] ---> cd7e0751eb1d [2020-11-24T09:16:01.178Z] Successfully built cd7e0751eb1d [2020-11-24T09:16:01.205Z] e871e8e8d7a9: Verifying Checksum [2020-11-24T09:16:01.205Z] e871e8e8d7a9: Download complete [2020-11-24T09:16:01.452Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:16:01.796Z] + docker inspect -f . ci-base-image-arm64 [2020-11-24T09:16:01.796Z] . [Pipeline] withDockerContainer [2020-11-24T09:16:02.075Z] prd-ubuntu18.04-docker-arm64-4c-16g-13344 does not seem to be running inside a container [2020-11-24T09:16:02.163Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** ci-base-image-arm64 cat [2020-11-24T09:16:03.639Z] $ docker top 910c26b0151f6edc723880b1996b049503457a90c541f7eabdb3d2bf96a81c8a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-24T09:16:04.680Z] + go version [2020-11-24T09:16:04.680Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-24T09:16:04.703Z] $ docker stop --time=1 910c26b0151f6edc723880b1996b049503457a90c541f7eabdb3d2bf96a81c8a [2020-11-24T09:16:06.578Z] $ docker rm -f 910c26b0151f6edc723880b1996b049503457a90c541f7eabdb3d2bf96a81c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:16:07.682Z] + docker inspect -f . ci-base-image-arm64 [2020-11-24T09:16:07.682Z] . [Pipeline] withDockerContainer [2020-11-24T09:16:07.943Z] prd-ubuntu18.04-docker-arm64-4c-16g-13344 does not seem to be running inside a container [2020-11-24T09:16:08.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** ci-base-image-arm64 cat [2020-11-24T09:16:09.552Z] $ docker top d3b5d12312af4061b57b8dd2843e36136f821f760c48dba436f7ac5ff47ecf53 -eo pid,comm [2020-11-24T09:16:09.632Z] e871e8e8d7a9: Pull complete [2020-11-24T09:16:09.632Z] e73272ec9a57: Pull complete [2020-11-24T09:16:09.632Z] 1e910a182e73: Pull complete [Pipeline] { [Pipeline] sh [2020-11-24T09:16:10.597Z] + make test [2020-11-24T09:16:10.597Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-24T09:16:15.043Z] 4e634b169226: Pull complete [2020-11-24T09:16:15.043Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-24T09:16:15.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-24T09:16:15.043Z] ---> f7629b54cfaa [2020-11-24T09:16:15.043Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-24T09:16:15.043Z] ---> Running in 8c9c78c08a83 [2020-11-24T09:16:15.328Z] Removing intermediate container 8c9c78c08a83 [2020-11-24T09:16:15.328Z] ---> e10725f585aa [2020-11-24T09:16:15.328Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-24T09:16:15.328Z] ---> Running in 97f7133dec7e [2020-11-24T09:16:16.747Z] Removing intermediate container 97f7133dec7e [2020-11-24T09:16:16.747Z] ---> 8424bfe6198b [2020-11-24T09:16:16.747Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-24T09:16:16.747Z] ---> Running in f01f5b4ba27c [2020-11-24T09:16:17.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-24T09:16:18.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-24T09:16:18.694Z] OK: 166 MiB in 39 packages [2020-11-24T09:16:19.302Z] Removing intermediate container f01f5b4ba27c [2020-11-24T09:16:19.302Z] ---> 7cb3a3476ff6 [2020-11-24T09:16:19.302Z] Step 6/8 : WORKDIR /build [2020-11-24T09:16:19.302Z] ---> Running in 0b8d69bc7d7c [2020-11-24T09:16:19.577Z] Removing intermediate container 0b8d69bc7d7c [2020-11-24T09:16:19.577Z] ---> d1cfff2b0a70 [2020-11-24T09:16:19.577Z] Step 7/8 : COPY go.mod . [2020-11-24T09:16:19.846Z] ---> d78d6a76ea78 [2020-11-24T09:16:19.846Z] Step 8/8 : RUN go mod download [2020-11-24T09:16:19.846Z] ---> Running in a39d45014a5d [2020-11-24T09:16:37.444Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-24T09:16:38.047Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.028s coverage: 9.0% of statements [2020-11-24T09:16:38.047Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-24T09:16:38.047Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.040s coverage: 95.1% of statements [2020-11-24T09:16:38.047Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.015s coverage: 87.8% of statements [2020-11-24T09:16:38.047Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-24T09:16:38.047Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-24T09:16:38.652Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-24T09:16:42.313Z] Removing intermediate container a39d45014a5d [2020-11-24T09:16:42.313Z] ---> 645275e5ad88 [2020-11-24T09:16:42.313Z] Successfully built 645275e5ad88 [2020-11-24T09:16:42.313Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:16:42.704Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-24T09:16:42.704Z] . [Pipeline] withDockerContainer [2020-11-24T09:16:43.019Z] prd-centos7-docker-4c-2g-13345 does not seem to be running inside a container [2020-11-24T09:16:43.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 [2020-11-24T09:16:44.171Z] $ docker top 790062eeb9c119e6c5afef705441daf1b61b132ec06d7d0e3e93dae93d5d8379 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-24T09:16:44.884Z] + go version [2020-11-24T09:16:45.155Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-24T09:16:45.180Z] $ docker stop --time=1 790062eeb9c119e6c5afef705441daf1b61b132ec06d7d0e3e93dae93d5d8379 [2020-11-24T09:16:46.682Z] $ docker rm -f 790062eeb9c119e6c5afef705441daf1b61b132ec06d7d0e3e93dae93d5d8379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:16:47.972Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-24T09:16:47.972Z] . [Pipeline] withDockerContainer [2020-11-24T09:16:48.188Z] prd-centos7-docker-4c-2g-13345 does not seem to be running inside a container [2020-11-24T09:16:48.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 [2020-11-24T09:16:48.816Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.035s coverage: 100.0% of statements [2020-11-24T09:16:48.816Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-24T09:16:48.816Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-24T09:16:48.816Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-24T09:16:48.816Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.014s coverage: 48.9% of statements [2020-11-24T09:16:48.816Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-24T09:16:48.816Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-24T09:16:48.816Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.009s coverage: 91.3% of statements [2020-11-24T09:16:48.816Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-24T09:16:49.189Z] $ docker top f6fe9163fddaaec88fabc095362950a6dca2140f371d7e4bcb43ad451a55e58d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-24T09:16:49.821Z] + make test [2020-11-24T09:16:49.821Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-24T09:16:52.237Z] gofmt -l . [2020-11-24T09:16:52.508Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-24T09:16:52.532Z] $ docker stop --time=1 d3b5d12312af4061b57b8dd2843e36136f821f760c48dba436f7ac5ff47ecf53 [2020-11-24T09:16:54.685Z] $ docker rm -f d3b5d12312af4061b57b8dd2843e36136f821f760c48dba436f7ac5ff47ecf53 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-24T09:16:55.534Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-24T09:16:56.502Z] 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] } [2020-11-24T09:17:08.774Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-24T09:17:08.774Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.016s coverage: 9.0% of statements [2020-11-24T09:17:08.774Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-24T09:17:08.774Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.070s coverage: 95.1% of statements [2020-11-24T09:17:08.774Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.032s coverage: 87.8% of statements [2020-11-24T09:17:08.774Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-24T09:17:08.774Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-24T09:17:08.774Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-24T09:17:17.017Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.053s coverage: 100.0% of statements [2020-11-24T09:17:17.017Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-24T09:17:17.017Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-24T09:17:17.017Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-24T09:17:17.017Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.007s coverage: 48.9% of statements [2020-11-24T09:17:17.017Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-24T09:17:17.017Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-24T09:17:17.017Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.007s coverage: 91.3% of statements [2020-11-24T09:17:17.017Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-24T09:17:19.025Z] gofmt -l . [2020-11-24T09:17:19.025Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-24T09:17:19.066Z] $ docker stop --time=1 f6fe9163fddaaec88fabc095362950a6dca2140f371d7e4bcb43ad451a55e58d [2020-11-24T09:17:22.366Z] $ docker rm -f f6fe9163fddaaec88fabc095362950a6dca2140f371d7e4bcb43ad451a55e58d [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-24T09:17:23.252Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-24T09:17:23.282Z] Warning: overwriting stash ‘coverage-report’ [2020-11-24T09:17:24.834Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-24T09:17:27.335Z] provisioning config files... [2020-11-24T09:17:27.346Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/config3745296564942547486tmp [Pipeline] { [Pipeline] sh [2020-11-24T09:17:27.760Z] + set +x [2020-11-24T09:17:27.760Z] + curl -s https://codecov.io/bash [2020-11-24T09:17:27.760Z] + bash -s -- [2020-11-24T09:17:28.022Z] [2020-11-24T09:17:28.022Z] _____ _ [2020-11-24T09:17:28.022Z] / ____| | | [2020-11-24T09:17:28.022Z] | | ___ __| | ___ ___ _____ __ [2020-11-24T09:17:28.022Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-24T09:17:28.022Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-24T09:17:28.022Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-24T09:17:28.022Z] Bash-20201123-d0fed5f [2020-11-24T09:17:28.022Z] [2020-11-24T09:17:28.022Z] [2020-11-24T09:17:28.022Z] ==> Jenkins CI detected. [2020-11-24T09:17:28.022Z] project root: . [2020-11-24T09:17:28.022Z] --> token set from env [2020-11-24T09:17:28.022Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-24T09:17:28.022Z] ==> Running gcov in . (disable via -X gcov) [2020-11-24T09:17:28.022Z] ==> Python coveragepy not found [2020-11-24T09:17:28.022Z] ==> Searching for coverage reports in: [2020-11-24T09:17:28.022Z] + . [2020-11-24T09:17:28.022Z] -> Found 1 reports [2020-11-24T09:17:28.022Z] ==> Detecting git/mercurial file structure [2020-11-24T09:17:28.022Z] ==> Reading reports [2020-11-24T09:17:28.022Z] + ./coverage.out bytes=21004 [2020-11-24T09:17:28.022Z] ==> Appending adjustments [2020-11-24T09:17:28.022Z] https://docs.codecov.io/docs/fixing-reports [2020-11-24T09:17:28.288Z] + Found adjustments [2020-11-24T09:17:28.288Z] ==> Gzipping contents [2020-11-24T09:17:28.288Z] ==> Uploading reports [2020-11-24T09:17:28.288Z] url: https://codecov.io [2020-11-24T09:17:28.288Z] query: branch=PR-129&commit=c95d24f06c5172669be74579e3708fad34647d90&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-129%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=129&job=&cmd_args= [2020-11-24T09:17:28.288Z] -> Pinging Codecov [2020-11-24T09:17:28.288Z] https://codecov.io/upload/v4?package=bash-20201123-d0fed5f&token=secret&branch=PR-129&commit=c95d24f06c5172669be74579e3708fad34647d90&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-129%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=129&job=&cmd_args= [2020-11-24T09:17:28.864Z] -> Uploading to [2020-11-24T09:17:28.864Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-24/833815588EE85121546D348822E98E2E/c95d24f06c5172669be74579e3708fad34647d90/b82e5e7d-7529-47ed-91c7-513e5cc8719b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201124%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201124T091728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6093705bcdf45207a77f3b71b1da566ad5e40d69e733daa7bdf95fde5dc4de52 [2020-11-24T09:17:28.864Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-24T09:17:28.864Z] Dload Upload Total Spent Left Speed [2020-11-24T09:17:29.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4414 0 0 100 4414 0 9454 --:--:-- --:--:-- --:--:-- 9472 [2020-11-24T09:17:29.129Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/c95d24f06c5172669be74579e3708fad34647d90 [Pipeline] } [2020-11-24T09:17:29.139Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) 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] libraryResource [Pipeline] sh [2020-11-24T09:17:32.860Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:17:33.172Z] ---> package-listing.sh [2020-11-24T09:17:33.172Z] ++ facter osfamily [2020-11-24T09:17:33.172Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-24T09:17:33.172Z] + OS_FAMILY=redhat [2020-11-24T09:17:33.172Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-129 [2020-11-24T09:17:33.172Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-24T09:17:33.172Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-24T09:17:33.172Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-24T09:17:33.172Z] + PACKAGES=/tmp/packages_start.txt [2020-11-24T09:17:33.172Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-129 ']' [2020-11-24T09:17:33.172Z] + PACKAGES=/tmp/packages_end.txt [2020-11-24T09:17:33.172Z] + case "${OS_FAMILY}" in [2020-11-24T09:17:33.172Z] + rpm -qa [2020-11-24T09:17:33.172Z] + sort [2020-11-24T09:17:38.489Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-24T09:17:38.489Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-24T09:17:38.489Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-24T09:17:38.489Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-129 ']' [2020-11-24T09:17:38.489Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-129/archives/ [2020-11-24T09:17:38.489Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-129/archives/ [Pipeline] echo [2020-11-24T09:17:38.504Z] 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-129/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-24T09:17:38.800Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:17:39.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-24T09:17:39.107Z] [2020-11-24T09:17:39.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-24T09:17:39.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-24T09:17:39.492Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-24T09:17:39.492Z] df20fa9351a1: Pulling fs layer [2020-11-24T09:17:39.492Z] 36b3adc4ff6f: Pulling fs layer [2020-11-24T09:17:39.492Z] 8ad3a11d3b57: Pulling fs layer [2020-11-24T09:17:39.492Z] 46f8f816bc3b: Pulling fs layer [2020-11-24T09:17:39.492Z] 93b61091891f: Pulling fs layer [2020-11-24T09:17:39.492Z] 93b9cdb0e59b: Pulling fs layer [2020-11-24T09:17:39.492Z] 5e14af77c1be: Pulling fs layer [2020-11-24T09:17:39.492Z] 01666e4c0597: Pulling fs layer [2020-11-24T09:17:39.492Z] aa168da1d23b: Pulling fs layer [2020-11-24T09:17:39.492Z] 93b9cdb0e59b: Waiting [2020-11-24T09:17:39.492Z] 46f8f816bc3b: Waiting [2020-11-24T09:17:39.492Z] 93b61091891f: Waiting [2020-11-24T09:17:39.492Z] 5e14af77c1be: Waiting [2020-11-24T09:17:39.492Z] 01666e4c0597: Waiting [2020-11-24T09:17:39.492Z] aa168da1d23b: Waiting [2020-11-24T09:17:39.492Z] 36b3adc4ff6f: Verifying Checksum [2020-11-24T09:17:39.492Z] 36b3adc4ff6f: Download complete [2020-11-24T09:17:39.492Z] 46f8f816bc3b: Verifying Checksum [2020-11-24T09:17:39.492Z] 46f8f816bc3b: Download complete [2020-11-24T09:17:39.757Z] df20fa9351a1: Download complete [2020-11-24T09:17:39.757Z] 93b9cdb0e59b: Download complete [2020-11-24T09:17:39.757Z] 93b61091891f: Verifying Checksum [2020-11-24T09:17:39.757Z] 93b61091891f: Download complete [2020-11-24T09:17:39.757Z] 5e14af77c1be: Verifying Checksum [2020-11-24T09:17:39.757Z] 5e14af77c1be: Download complete [2020-11-24T09:17:39.757Z] 01666e4c0597: Verifying Checksum [2020-11-24T09:17:39.757Z] 01666e4c0597: Download complete [2020-11-24T09:17:39.757Z] 8ad3a11d3b57: Verifying Checksum [2020-11-24T09:17:39.757Z] 8ad3a11d3b57: Download complete [2020-11-24T09:17:40.023Z] df20fa9351a1: Pull complete [2020-11-24T09:17:40.291Z] 36b3adc4ff6f: Pull complete [2020-11-24T09:17:41.695Z] aa168da1d23b: Verifying Checksum [2020-11-24T09:17:41.696Z] aa168da1d23b: Download complete [2020-11-24T09:17:41.959Z] 8ad3a11d3b57: Pull complete [2020-11-24T09:17:42.220Z] 46f8f816bc3b: Pull complete [2020-11-24T09:17:42.795Z] 93b61091891f: Pull complete [2020-11-24T09:17:42.795Z] 93b9cdb0e59b: Pull complete [2020-11-24T09:17:43.057Z] 5e14af77c1be: Pull complete [2020-11-24T09:17:43.057Z] 01666e4c0597: Pull complete [2020-11-24T09:17:49.700Z] aa168da1d23b: Pull complete [2020-11-24T09:17:49.700Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-24T09:17:49.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-24T09:17:49.700Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-24T09:17:49.883Z] prd-centos7-docker-4c-2g-13343 does not seem to be running inside a container [2020-11-24T09:17:49.935Z] $ 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-129/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-129 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129:/w/workspace/xfoundry_go-mod-bootstrap_PR-129:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@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:10003/edgex-lftools-log-publisher:alpine cat [2020-11-24T09:17:54.356Z] $ docker top 7bac57a52248308c64063e7bbe02a86061d8bb9a26b187a6e9a3e5e36c7ae8aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-24T09:17:54.901Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-24T09:17:55.204Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-24T09:17:55.512Z] + ls /var/log/sa-host [2020-11-24T09:17:55.513Z] + sadf -c /var/log/sa-host/sa23 [2020-11-24T09:17:55.513Z] file_magic: OK [2020-11-24T09:17:55.513Z] HZ: Using current value: 100 [2020-11-24T09:17:55.513Z] file_header: OK [2020-11-24T09:17:55.513Z] 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-24T09:17:55.513Z] Statistics: [2020-11-24T09:17:55.513Z] Hnuu...uuuununununu... [2020-11-24T09:17:55.513Z] File successfully converted to sysstat format version 12.2.1 [2020-11-24T09:17:55.513Z] + sadf -c /var/log/sa-host/sa24 [2020-11-24T09:17:55.513Z] file_magic: OK [2020-11-24T09:17:55.513Z] HZ: Using current value: 100 [2020-11-24T09:17:55.513Z] file_header: OK [2020-11-24T09:17:55.513Z] 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-24T09:17:55.513Z] Statistics: [2020-11-24T09:17:55.513Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-24T09:17:55.513Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-24T09:17:56.170Z] provisioning config files... [2020-11-24T09:17:56.192Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/config5046257230705365991tmp [Pipeline] { [Pipeline] echo [2020-11-24T09:17:56.272Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:17:56.571Z] ---> create-netrc.sh [Pipeline] } [2020-11-24T09:17:56.581Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-24T09:17:56.703Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:17:57.010Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-24T09:17:57.021Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:17:57.323Z] ---> sudo-logs.sh [2020-11-24T09:17:57.323Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-24T09:17:57.337Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:17:57.643Z] ---> job-cost.sh [2020-11-24T09:17:57.643Z] lf-activate-venv: SKIPPING [2020-11-24T09:17:57.643Z] INFO: No Stack... [2020-11-24T09:17:59.037Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-24T09:17:59.300Z] INFO: Archiving Costs [Pipeline] echo [2020-11-24T09:17:59.318Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-24T09:17:59.620Z] ---> logs-deploy.sh [2020-11-24T09:17:59.620Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-129/2 [2020-11-24T09:17:59.620Z] INFO: archiving workspace using pattern(s): [2020-11-24T09:18:01.549Z] Archives upload complete. [2020-11-24T09:18:01.549Z] INFO: archiving logs to Nexus