Pull request #125 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 lenny-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from 0e1ccad4affb6421a5fa0c7aacacb4363fad521a+79eb29d299abbb493294a056159a83325eb5ef8f (5c1de8b85352f307e404c27668574f7329fd06a5) 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12664 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [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-125 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 0e1ccad4affb6421a5fa0c7aacacb4363fad521a Merge succeeded, producing 0e1ccad4affb6421a5fa0c7aacacb4363fad521a Checking out Revision 0e1ccad4affb6421a5fa0c7aacacb4363fad521a (PR-125) > 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 --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # 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 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 Commit message: "feat: Allow service to pass in initial logging client" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T00:47:11.313Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk f627d8c6835a6e83756d3a76f3dbc0fce334ec7b # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T00:47:11.644Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T00:47:11.785Z] ========================================================= [2020-11-19T00:47:11.786Z] EdgeX Global Pipelines Version Info [2020-11-19T00:47:11.786Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:47:13.221Z] ------------------- [2020-11-19T00:47:13.221Z] stable info: [2020-11-19T00:47:13.221Z] ------------------- [2020-11-19T00:47:13.221Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T00:47:13.221Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T00:47:13.221Z] Message: update stable to v1.0.166 [2020-11-19T00:47:14.167Z] ------------------- [2020-11-19T00:47:14.167Z] experimental info: [2020-11-19T00:47:14.167Z] ------------------- [2020-11-19T00:47:14.167Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T00:47:14.167Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T00:47:14.167Z] Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-19T00:47:14.581Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-11-19T00:47:14.705Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-11-19T00:47:14.824Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T00:47:14.932Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T00:47:15.091Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T00:47:15.206Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T00:47:15.316Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T00:47:15.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T00:47:15.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-19T00:47:15.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T00:47:15.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T00:47:15.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-11-19T00:47:15.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T00:47:16.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T00:47:16.174Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T00:47:16.292Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T00:47:16.405Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T00:47:16.549Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T00:47:16.659Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-19T00:47:16.767Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-19T00:47:16.867Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-19T00:47:16.985Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-19T00:47:17.116Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-19T00:47:17.213Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-19T00:47:17.308Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-19T00:47:17.413Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T00:47:17.514Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-125 [Pipeline] echo [2020-11-19T00:47:17.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-125 [Pipeline] echo [2020-11-19T00:47:17.730Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-125 [Pipeline] echo [2020-11-19T00:47:17.827Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [Pipeline] echo [2020-11-19T00:47:17.926Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e1ccad [Pipeline] echo [2020-11-19T00:47:18.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T00:47:18.206Z] provisioning config files... [2020-11-19T00:47:18.236Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config5600322993814180564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:47:18.603Z] ---> docker-login.sh [2020-11-19T00:47:18.604Z] nexus3.edgexfoundry.org:10001 [2020-11-19T00:47:19.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:47:19.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:47:19.455Z] Configure a credential helper to remove this warning. See [2020-11-19T00:47:19.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:47:19.455Z] [2020-11-19T00:47:19.455Z] Login Succeeded [2020-11-19T00:47:19.455Z] nexus3.edgexfoundry.org:10002 [2020-11-19T00:47:19.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:47:19.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:47:19.720Z] Configure a credential helper to remove this warning. See [2020-11-19T00:47:19.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:47:19.720Z] [2020-11-19T00:47:19.720Z] Login Succeeded [2020-11-19T00:47:19.720Z] nexus3.edgexfoundry.org:10003 [2020-11-19T00:47:19.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:47:19.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:47:19.984Z] Configure a credential helper to remove this warning. See [2020-11-19T00:47:19.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:47:19.984Z] [2020-11-19T00:47:19.984Z] Login Succeeded [2020-11-19T00:47:19.984Z] nexus3.edgexfoundry.org:10004 [2020-11-19T00:47:19.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:47:19.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:47:19.984Z] Configure a credential helper to remove this warning. See [2020-11-19T00:47:19.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:47:19.984Z] [2020-11-19T00:47:20.245Z] Login Succeeded [2020-11-19T00:47:20.245Z] docker.io [2020-11-19T00:47:20.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:47:20.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:47:20.508Z] Configure a credential helper to remove this warning. See [2020-11-19T00:47:20.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:47:20.508Z] [2020-11-19T00:47:20.508Z] Login Succeeded [2020-11-19T00:47:20.508Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T00:47:20.518Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T00:47:21.399Z] + git log --format=format:%s -1 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [Pipeline] echo [2020-11-19T00:47:21.535Z] GIT_COMMIT: 0e1ccad4affb6421a5fa0c7aacacb4363fad521a, Commit Message: feat: Allow service to pass in initial logging client [Pipeline] echo [2020-11-19T00:47:21.585Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-19T00:47:22.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T00:47:22.584Z] [2020-11-19T00:47:22.585Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T00:47:22.943Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T00:47:22.943Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T00:47:22.943Z] 31603596830f: Pulling fs layer [2020-11-19T00:47:22.943Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T00:47:22.943Z] 6ca5941a6612: Pulling fs layer [2020-11-19T00:47:22.943Z] ecc8261a40a4: Pulling fs layer [2020-11-19T00:47:22.943Z] ecc8261a40a4: Waiting [2020-11-19T00:47:22.943Z] 2a8b12db71e7: Download complete [2020-11-19T00:47:23.206Z] 31603596830f: Download complete [2020-11-19T00:47:23.206Z] ecc8261a40a4: Verifying Checksum [2020-11-19T00:47:23.206Z] ecc8261a40a4: Download complete [2020-11-19T00:47:23.206Z] 6ca5941a6612: Verifying Checksum [2020-11-19T00:47:23.206Z] 6ca5941a6612: Download complete [2020-11-19T00:47:23.470Z] 31603596830f: Pull complete [2020-11-19T00:47:23.470Z] 2a8b12db71e7: Pull complete [2020-11-19T00:47:24.423Z] 6ca5941a6612: Pull complete [2020-11-19T00:47:24.686Z] ecc8261a40a4: Pull complete [2020-11-19T00:47:24.686Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T00:47:24.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T00:47:24.686Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T00:47:24.787Z] prd-centos7-docker-4c-2g-12664 does not seem to be running inside a container [2020-11-19T00:47:24.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-125 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-125:/w/workspace/xfoundry_go-mod-bootstrap_PR-125:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T00:47:27.193Z] $ docker top 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T00:47:27.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T00:47:27.770Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T00:47:28.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T00:47:28.016Z] $ docker exec 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent [2020-11-19T00:47:28.196Z] SSH_AUTH_SOCK=/tmp/ssh-bQoMs107GQXK/agent.12 [2020-11-19T00:47:28.196Z] SSH_AGENT_PID=18 [2020-11-19T00:47:28.213Z] Running ssh-add (command line suppressed) [2020-11-19T00:47:28.365Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_5983309725050016306.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_5983309725050016306.key) [2020-11-19T00:47:28.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T00:47:28.780Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T00:47:28.808Z] $ docker exec --env ******** --env ******** 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent -k [2020-11-19T00:47:28.941Z] unset SSH_AUTH_SOCK; [2020-11-19T00:47:28.941Z] unset SSH_AGENT_PID; [2020-11-19T00:47:28.941Z] echo Agent pid 18 killed; [2020-11-19T00:47:28.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T00:47:29.150Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T00:47:29.150Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T00:47:29.333Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T00:47:29.339Z] $ docker exec 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent [2020-11-19T00:47:29.520Z] SSH_AUTH_SOCK=/tmp/ssh-hRACwkZtF1vk/agent.47 [2020-11-19T00:47:29.520Z] SSH_AGENT_PID=52 [2020-11-19T00:47:29.528Z] Running ssh-add (command line suppressed) [2020-11-19T00:47:29.662Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_650180597113417189.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_650180597113417189.key) [2020-11-19T00:47:29.717Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T00:47:30.062Z] + git semver init [2020-11-19T00:47:30.062Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T00:47:30.062Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.git [2020-11-19T00:47:30.062Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [2020-11-19T00:47:30.062Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T00:47:30.062Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T00:47:30.062Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T00:47:30.062Z] # $SEMVER_BRANCH = PR-125 [2020-11-19T00:47:30.062Z] # $SEMVER_TEMP = /tmp/semver-421052229 [2020-11-19T00:47:30.062Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-11-19T00:47:30.637Z] # '/tmp/semver-421052229' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver' [2020-11-19T00:47:30.637Z] # -> Force: false [2020-11-19T00:47:30.637Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver [Pipeline] } [2020-11-19T00:47:30.653Z] $ docker exec --env ******** --env ******** 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent -k [2020-11-19T00:47:30.783Z] unset SSH_AUTH_SOCK; [2020-11-19T00:47:30.783Z] unset SSH_AGENT_PID; [2020-11-19T00:47:30.783Z] echo Agent pid 52 killed; [2020-11-19T00:47:30.832Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T00:47:31.328Z] + git semver [Pipeline] } [2020-11-19T00:47:31.350Z] $ docker stop --time=1 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 [2020-11-19T00:47:33.086Z] $ docker rm -f 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T00:47:33.602Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T00:47:34.211Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T00:47:34.214Z] [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-19T00:47:49.868Z] Still waiting to schedule task [2020-11-19T00:47:49.868Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-19T00:47:49.870Z] Still waiting to schedule task [2020-11-19T00:47:49.870Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-12663’ [2020-11-19T00:49:46.144Z] Running on prd-centos7-docker-4c-2g-12665 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws [2020-11-19T00:49:46.200Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-11-19T00:49:48.791Z] using credential edgex-jenkins-ssh [2020-11-19T00:49:48.844Z] Cloning the remote Git repository [2020-11-19T00:49:48.794Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T00:49:48.864Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-11-19T00:49:48.918Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T00:49:48.918Z] > git --version # timeout=10 [2020-11-19T00:49:48.925Z] > git --version # 'git version 2.16.5' [2020-11-19T00:49:48.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T00:49:48.956Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T00:49:50.135Z] Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [2020-11-19T00:49:50.220Z] Merge succeeded, producing 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [2020-11-19T00:49:50.221Z] Checking out Revision 0e1ccad4affb6421a5fa0c7aacacb4363fad521a (PR-125) [2020-11-19T00:49:49.604Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T00:49:49.611Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T00:49:49.624Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T00:49:49.637Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T00:49:49.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T00:49:49.643Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T00:49:50.147Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T00:49:50.153Z] > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 [2020-11-19T00:49:50.189Z] > git remote # timeout=10 [2020-11-19T00:49:50.195Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T00:49:50.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T00:49:50.207Z] > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [2020-11-19T00:49:50.217Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T00:49:50.227Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T00:49:50.233Z] > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 [2020-11-19T00:49:53.888Z] Commit message: "feat: Allow service to pass in initial logging client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T00:49:54.667Z] provisioning config files... [2020-11-19T00:49:54.708Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config6683683339220421119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:49:55.382Z] ---> docker-login.sh [2020-11-19T00:49:55.382Z] nexus3.edgexfoundry.org:10001 [2020-11-19T00:49:55.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:49:55.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:49:55.709Z] Configure a credential helper to remove this warning. See [2020-11-19T00:49:55.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:49:55.709Z] [2020-11-19T00:49:55.709Z] Login Succeeded [2020-11-19T00:49:55.709Z] nexus3.edgexfoundry.org:10002 [2020-11-19T00:49:55.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:49:55.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:49:55.972Z] Configure a credential helper to remove this warning. See [2020-11-19T00:49:55.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:49:55.972Z] [2020-11-19T00:49:55.972Z] Login Succeeded [2020-11-19T00:49:55.972Z] nexus3.edgexfoundry.org:10003 [2020-11-19T00:49:56.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:49:56.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:49:56.235Z] Configure a credential helper to remove this warning. See [2020-11-19T00:49:56.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:49:56.235Z] [2020-11-19T00:49:56.235Z] Login Succeeded [2020-11-19T00:49:56.235Z] nexus3.edgexfoundry.org:10004 [2020-11-19T00:49:56.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:49:56.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:49:56.498Z] Configure a credential helper to remove this warning. See [2020-11-19T00:49:56.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:49:56.498Z] [2020-11-19T00:49:56.498Z] Login Succeeded [2020-11-19T00:49:56.498Z] docker.io [2020-11-19T00:49:56.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:49:56.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:49:56.774Z] Configure a credential helper to remove this warning. See [2020-11-19T00:49:56.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:49:56.774Z] [2020-11-19T00:49:56.774Z] Login Succeeded [2020-11-19T00:49:56.774Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T00:49:56.839Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T00:49:57.228Z] ========================================================= [2020-11-19T00:49:57.228Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T00:49:57.228Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T00:49:57.576Z] + 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-19T00:49:57.838Z] Sending build context to Docker daemon 568.3kB [2020-11-19T00:49:57.838Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T00:49:57.838Z] Step 2/8 : FROM ${BASE} [2020-11-19T00:49:57.838Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T00:49:57.838Z] df20fa9351a1: Pulling fs layer [2020-11-19T00:49:57.838Z] ed8968b2872e: Pulling fs layer [2020-11-19T00:49:57.838Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T00:49:57.838Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T00:49:57.838Z] e73272ec9a57: Pulling fs layer [2020-11-19T00:49:57.838Z] 1e910a182e73: Pulling fs layer [2020-11-19T00:49:57.838Z] 4e634b169226: Pulling fs layer [2020-11-19T00:49:57.838Z] e871e8e8d7a9: Waiting [2020-11-19T00:49:57.838Z] e73272ec9a57: Waiting [2020-11-19T00:49:57.838Z] 1e910a182e73: Waiting [2020-11-19T00:49:57.838Z] 4e634b169226: Waiting [2020-11-19T00:49:57.838Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T00:49:57.838Z] a92cc7c5fd73: Download complete [2020-11-19T00:49:57.838Z] ed8968b2872e: Download complete [2020-11-19T00:49:58.783Z] e73272ec9a57: Verifying Checksum [2020-11-19T00:49:58.783Z] e73272ec9a57: Download complete [2020-11-19T00:49:58.783Z] 1e910a182e73: Verifying Checksum [2020-11-19T00:49:58.783Z] 1e910a182e73: Download complete [2020-11-19T00:49:58.783Z] df20fa9351a1: Verifying Checksum [2020-11-19T00:49:58.783Z] df20fa9351a1: Download complete [2020-11-19T00:49:59.048Z] df20fa9351a1: Pull complete [2020-11-19T00:49:59.048Z] ed8968b2872e: Pull complete [2020-11-19T00:49:59.311Z] a92cc7c5fd73: Pull complete [2020-11-19T00:50:00.259Z] 4e634b169226: Verifying Checksum [2020-11-19T00:50:00.259Z] 4e634b169226: Download complete [2020-11-19T00:50:01.221Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T00:50:01.221Z] e871e8e8d7a9: Download complete [2020-11-19T00:50:06.561Z] e871e8e8d7a9: Pull complete [2020-11-19T00:50:06.561Z] e73272ec9a57: Pull complete [2020-11-19T00:50:06.561Z] 1e910a182e73: Pull complete [2020-11-19T00:50:14.737Z] 4e634b169226: Pull complete [2020-11-19T00:50:14.737Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T00:50:14.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T00:50:14.737Z] ---> f7629b54cfaa [2020-11-19T00:50:14.737Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T00:50:14.737Z] ---> Running in 5268e2270b14 [2020-11-19T00:50:15.002Z] Removing intermediate container 5268e2270b14 [2020-11-19T00:50:15.002Z] ---> bda9c84031c1 [2020-11-19T00:50:15.002Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T00:50:15.002Z] ---> Running in af70906eeba9 [2020-11-19T00:50:16.404Z] Removing intermediate container af70906eeba9 [2020-11-19T00:50:16.404Z] ---> b79999e9070f [2020-11-19T00:50:16.404Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-19T00:50:16.404Z] ---> Running in f1a08f04f590 [2020-11-19T00:50:16.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T00:50:17.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T00:50:18.507Z] OK: 166 MiB in 39 packages [2020-11-19T00:50:18.772Z] Removing intermediate container f1a08f04f590 [2020-11-19T00:50:18.772Z] ---> 5b19263487c8 [2020-11-19T00:50:18.772Z] Step 6/8 : WORKDIR /build [2020-11-19T00:50:18.772Z] ---> Running in 925595b966b8 [2020-11-19T00:50:19.037Z] Removing intermediate container 925595b966b8 [2020-11-19T00:50:19.037Z] ---> 69145994453b [2020-11-19T00:50:19.037Z] Step 7/8 : COPY go.mod . [2020-11-19T00:50:19.300Z] ---> 916ec0b52b6a [2020-11-19T00:50:19.300Z] Step 8/8 : RUN go mod download [2020-11-19T00:50:19.300Z] ---> Running in 4601a9193918 [2020-11-19T00:50:20.699Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.111: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-11-19T00:50:21.274Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-19T00:50:25.177Z] Failed in branch amd64 [2020-11-19T00:51:28.204Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12667 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws [2020-11-19T00:51:28.300Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-11-19T00:51:33.710Z] using credential edgex-jenkins-ssh [2020-11-19T00:51:33.772Z] Cloning the remote Git repository [2020-11-19T00:51:33.841Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T00:51:33.964Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-11-19T00:51:34.038Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T00:51:34.039Z] > git --version # timeout=10 [2020-11-19T00:51:34.062Z] > git --version # 'git version 2.17.1' [2020-11-19T00:51:34.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T00:51:34.147Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T00:51:35.516Z] Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [2020-11-19T00:51:35.726Z] Merge succeeded, producing 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [2020-11-19T00:51:35.727Z] Checking out Revision 0e1ccad4affb6421a5fa0c7aacacb4363fad521a (PR-125) [2020-11-19T00:51:34.830Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T00:51:34.856Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T00:51:34.888Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T00:51:34.925Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T00:51:34.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T00:51:34.937Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T00:51:35.538Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T00:51:35.556Z] > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 [2020-11-19T00:51:35.639Z] > git remote # timeout=10 [2020-11-19T00:51:35.658Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T00:51:35.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T00:51:35.687Z] > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [2020-11-19T00:51:35.711Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T00:51:35.733Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T00:51:35.747Z] > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 [2020-11-19T00:51:40.203Z] Commit message: "feat: Allow service to pass in initial logging client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T00:51:41.088Z] provisioning config files... [2020-11-19T00:51:41.132Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config1938734042176270423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:51:42.178Z] ---> docker-login.sh [2020-11-19T00:51:42.178Z] nexus3.edgexfoundry.org:10001 [2020-11-19T00:51:42.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:51:43.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:51:43.387Z] Configure a credential helper to remove this warning. See [2020-11-19T00:51:43.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:51:43.387Z] [2020-11-19T00:51:43.387Z] Login Succeeded [2020-11-19T00:51:43.387Z] nexus3.edgexfoundry.org:10002 [2020-11-19T00:51:43.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:51:43.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:51:43.958Z] Configure a credential helper to remove this warning. See [2020-11-19T00:51:43.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:51:43.958Z] [2020-11-19T00:51:43.958Z] Login Succeeded [2020-11-19T00:51:43.958Z] nexus3.edgexfoundry.org:10003 [2020-11-19T00:51:44.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:51:44.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:51:44.513Z] Configure a credential helper to remove this warning. See [2020-11-19T00:51:44.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:51:44.513Z] [2020-11-19T00:51:44.513Z] Login Succeeded [2020-11-19T00:51:44.513Z] nexus3.edgexfoundry.org:10004 [2020-11-19T00:51:44.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:51:45.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:51:45.069Z] Configure a credential helper to remove this warning. See [2020-11-19T00:51:45.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:51:45.069Z] [2020-11-19T00:51:45.069Z] Login Succeeded [2020-11-19T00:51:45.069Z] docker.io [2020-11-19T00:51:45.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T00:51:45.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T00:51:45.623Z] Configure a credential helper to remove this warning. See [2020-11-19T00:51:45.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T00:51:45.623Z] [2020-11-19T00:51:45.623Z] Login Succeeded [2020-11-19T00:51:45.899Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T00:51:45.974Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T00:51:46.890Z] ========================================================= [2020-11-19T00:51:46.890Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T00:51:46.890Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T00:51:47.281Z] + 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-19T00:51:47.561Z] Sending build context to Docker daemon 568.3kB [2020-11-19T00:51:47.561Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T00:51:47.561Z] Step 2/8 : FROM ${BASE} [2020-11-19T00:51:47.851Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T00:51:47.851Z] b538f80385f9: Pulling fs layer [2020-11-19T00:51:47.851Z] 74f711af9a0d: Pulling fs layer [2020-11-19T00:51:47.851Z] 99f96fe45779: Pulling fs layer [2020-11-19T00:51:47.851Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T00:51:47.851Z] 45590311c82a: Pulling fs layer [2020-11-19T00:51:47.851Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T00:51:47.851Z] 209524e5b208: Pulling fs layer [2020-11-19T00:51:47.851Z] 45590311c82a: Waiting [2020-11-19T00:51:47.851Z] 69ca0ff8b7b3: Waiting [2020-11-19T00:51:47.851Z] 209524e5b208: Waiting [2020-11-19T00:51:47.851Z] 8529a6b9a6be: Waiting [2020-11-19T00:51:47.851Z] 99f96fe45779: Download complete [2020-11-19T00:51:47.851Z] 74f711af9a0d: Download complete [2020-11-19T00:51:47.851Z] 45590311c82a: Verifying Checksum [2020-11-19T00:51:47.851Z] 45590311c82a: Download complete [2020-11-19T00:51:47.851Z] 69ca0ff8b7b3: Download complete [2020-11-19T00:51:47.851Z] b538f80385f9: Verifying Checksum [2020-11-19T00:51:47.851Z] b538f80385f9: Download complete [2020-11-19T00:51:48.847Z] b538f80385f9: Pull complete [2020-11-19T00:51:49.122Z] 74f711af9a0d: Pull complete [2020-11-19T00:51:49.720Z] 99f96fe45779: Pull complete [2020-11-19T00:51:50.312Z] 209524e5b208: Verifying Checksum [2020-11-19T00:51:50.312Z] 209524e5b208: Download complete [2020-11-19T00:51:51.753Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T00:51:51.753Z] 8529a6b9a6be: Download complete [2020-11-19T00:52:01.907Z] 8529a6b9a6be: Pull complete [2020-11-19T00:52:02.513Z] 45590311c82a: Pull complete [2020-11-19T00:52:02.788Z] 69ca0ff8b7b3: Pull complete [2020-11-19T00:52:07.100Z] 209524e5b208: Pull complete [2020-11-19T00:52:07.100Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T00:52:07.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T00:52:07.100Z] ---> 5bddaf1c2fca [2020-11-19T00:52:07.100Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T00:52:09.747Z] ---> Running in aac402ae3332 [2020-11-19T00:52:09.747Z] Removing intermediate container aac402ae3332 [2020-11-19T00:52:09.747Z] ---> e27664a39452 [2020-11-19T00:52:09.747Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T00:52:09.747Z] ---> Running in 3deed4d6fb8a [2020-11-19T00:52:12.380Z] Removing intermediate container 3deed4d6fb8a [2020-11-19T00:52:12.380Z] ---> 42b710ed900e [2020-11-19T00:52:12.380Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-19T00:52:12.655Z] ---> Running in 07b9769dfb8f [2020-11-19T00:52:14.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T00:52:15.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T00:52:15.861Z] OK: 142 MiB in 39 packages [2020-11-19T00:52:16.850Z] Removing intermediate container 07b9769dfb8f [2020-11-19T00:52:16.850Z] ---> 253396f104b9 [2020-11-19T00:52:16.850Z] Step 6/8 : WORKDIR /build [2020-11-19T00:52:17.129Z] ---> Running in 5a5baace2c43 [2020-11-19T00:52:17.405Z] Removing intermediate container 5a5baace2c43 [2020-11-19T00:52:17.405Z] ---> 3c25d84a7807 [2020-11-19T00:52:17.405Z] Step 7/8 : COPY go.mod . [2020-11-19T00:52:18.399Z] ---> 8021644fb750 [2020-11-19T00:52:18.399Z] Step 8/8 : RUN go mod download [2020-11-19T00:52:18.399Z] ---> Running in 8c6f7893401a [2020-11-19T00:52:21.030Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.111: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-11-19T00:52:21.629Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-19T00:52:23.702Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-19T00:52:27.134Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:52:27.732Z] ---> package-listing.sh [2020-11-19T00:52:27.732Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T00:52:27.732Z] ++ facter osfamily [2020-11-19T00:52:27.732Z] + OS_FAMILY=redhat [2020-11-19T00:52:27.732Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-125 [2020-11-19T00:52:27.732Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T00:52:27.732Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T00:52:27.732Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T00:52:27.732Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T00:52:27.732Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' [2020-11-19T00:52:27.732Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T00:52:27.732Z] + case "${OS_FAMILY}" in [2020-11-19T00:52:27.732Z] + rpm -qa [2020-11-19T00:52:27.732Z] + sort [2020-11-19T00:52:31.981Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T00:52:31.981Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T00:52:31.981Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T00:52:31.981Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' [2020-11-19T00:52:31.981Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-125/archives/ [2020-11-19T00:52:31.981Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-125/archives/ [Pipeline] echo [2020-11-19T00:52:31.997Z] 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-125/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T00:52:32.359Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T00:52:32.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T00:52:32.664Z] [2020-11-19T00:52:32.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T00:52:33.036Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T00:52:33.036Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T00:52:33.036Z] df20fa9351a1: Pulling fs layer [2020-11-19T00:52:33.036Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T00:52:33.036Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T00:52:33.036Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T00:52:33.036Z] 93b61091891f: Pulling fs layer [2020-11-19T00:52:33.036Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T00:52:33.036Z] 5e14af77c1be: Pulling fs layer [2020-11-19T00:52:33.036Z] 01666e4c0597: Pulling fs layer [2020-11-19T00:52:33.036Z] aa168da1d23b: Pulling fs layer [2020-11-19T00:52:33.036Z] 46f8f816bc3b: Waiting [2020-11-19T00:52:33.036Z] 93b61091891f: Waiting [2020-11-19T00:52:33.036Z] 93b9cdb0e59b: Waiting [2020-11-19T00:52:33.036Z] 5e14af77c1be: Waiting [2020-11-19T00:52:33.036Z] 01666e4c0597: Waiting [2020-11-19T00:52:33.036Z] aa168da1d23b: Waiting [2020-11-19T00:52:33.036Z] 36b3adc4ff6f: Download complete [2020-11-19T00:52:33.308Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T00:52:33.309Z] 46f8f816bc3b: Download complete [2020-11-19T00:52:33.309Z] df20fa9351a1: Verifying Checksum [2020-11-19T00:52:33.309Z] df20fa9351a1: Download complete [2020-11-19T00:52:33.309Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T00:52:33.309Z] 93b9cdb0e59b: Download complete [2020-11-19T00:52:33.309Z] 5e14af77c1be: Verifying Checksum [2020-11-19T00:52:33.309Z] 93b61091891f: Verifying Checksum [2020-11-19T00:52:33.309Z] 93b61091891f: Download complete [2020-11-19T00:52:33.309Z] 5e14af77c1be: Download complete [2020-11-19T00:52:33.309Z] 01666e4c0597: Verifying Checksum [2020-11-19T00:52:33.309Z] 01666e4c0597: Download complete [2020-11-19T00:52:33.309Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T00:52:33.309Z] 8ad3a11d3b57: Download complete [2020-11-19T00:52:33.579Z] df20fa9351a1: Pull complete [2020-11-19T00:52:33.850Z] 36b3adc4ff6f: Pull complete [2020-11-19T00:52:35.286Z] 8ad3a11d3b57: Pull complete [2020-11-19T00:52:35.286Z] 46f8f816bc3b: Pull complete [2020-11-19T00:52:35.557Z] aa168da1d23b: Verifying Checksum [2020-11-19T00:52:35.557Z] aa168da1d23b: Download complete [2020-11-19T00:52:35.557Z] 93b61091891f: Pull complete [2020-11-19T00:52:35.821Z] 93b9cdb0e59b: Pull complete [2020-11-19T00:52:35.821Z] 5e14af77c1be: Pull complete [2020-11-19T00:52:36.086Z] 01666e4c0597: Pull complete [2020-11-19T00:52:42.739Z] aa168da1d23b: Pull complete [2020-11-19T00:52:42.739Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T00:52:42.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T00:52:42.739Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T00:52:43.026Z] prd-centos7-docker-4c-2g-12664 does not seem to be running inside a container [2020-11-19T00:52:43.082Z] $ 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-125/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-125 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-125:/w/workspace/xfoundry_go-mod-bootstrap_PR-125:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T00:52:49.807Z] $ docker top 72f516c91af48eb908f67fffb1f1e5d18689e52f32664ec6957f34f05edcda05 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T00:52:50.355Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T00:52:50.668Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T00:52:50.993Z] + ls /var/log/sa-host [2020-11-19T00:52:50.993Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T00:52:50.993Z] file_magic: OK [2020-11-19T00:52:50.993Z] HZ: Using current value: 100 [2020-11-19T00:52:50.993Z] file_header: OK [2020-11-19T00:52:50.993Z] 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-19T00:52:50.993Z] Statistics: [2020-11-19T00:52:50.993Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T00:52:50.993Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T00:52:50.993Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T00:52:50.993Z] file_magic: OK [2020-11-19T00:52:50.993Z] HZ: Using current value: 100 [2020-11-19T00:52:50.993Z] file_header: OK [2020-11-19T00:52:50.993Z] 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-19T00:52:50.993Z] Statistics: [2020-11-19T00:52:50.993Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T00:52:50.993Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T00:52:51.840Z] provisioning config files... [2020-11-19T00:52:51.868Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config2752801870587568582tmp [Pipeline] { [Pipeline] echo [2020-11-19T00:52:51.942Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:52:52.260Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T00:52:52.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T00:52:52.367Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:52:52.671Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T00:52:52.683Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:52:52.989Z] ---> sudo-logs.sh [2020-11-19T00:52:52.989Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T00:52:53.000Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:52:53.301Z] ---> job-cost.sh [2020-11-19T00:52:53.301Z] lf-activate-venv: SKIPPING [2020-11-19T00:52:53.301Z] INFO: No Stack... [2020-11-19T00:52:54.250Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T00:52:54.514Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T00:52:54.528Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T00:52:54.832Z] ---> logs-deploy.sh [2020-11-19T00:52:54.832Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-125/2 [2020-11-19T00:52:54.832Z] INFO: archiving workspace using pattern(s): [2020-11-19T00:52:56.765Z] Archives upload complete. [2020-11-19T00:52:56.765Z] INFO: archiving logs to Nexus [2020-11-19T00:52:57.720Z] ---> uname -a: [2020-11-19T00:52:57.720Z] Linux prd-centos7-docker-4c-2g-12664.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-19T00:52:57.720Z] [2020-11-19T00:52:57.720Z]