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 3651de7107942df3a5e0279978d810b602da9220+79eb29d299abbb493294a056159a83325eb5ef8f (42afed727a3aed6df053767e6b4ea41336b8a270) 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-12813 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 > 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 Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 3651de7107942df3a5e0279978d810b602da9220 Merge succeeded, producing 3651de7107942df3a5e0279978d810b602da9220 Checking out Revision 3651de7107942df3a5e0279978d810b602da9220 (PR-125) > git config core.sparsecheckout # timeout=10 > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # 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 3651de7107942df3a5e0279978d810b602da9220 # 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-19T20:06:22.643Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 [2020-11-19T20:06:23.056Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T20:06:23.192Z] ========================================================= [2020-11-19T20:06:23.192Z] EdgeX Global Pipelines Version Info [2020-11-19T20:06:23.192Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:06:25.323Z] ------------------- [2020-11-19T20:06:25.323Z] stable info: [2020-11-19T20:06:25.323Z] ------------------- [2020-11-19T20:06:25.323Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T20:06:25.323Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T20:06:25.323Z] Message: update stable to v1.0.167 [2020-11-19T20:06:26.269Z] ------------------- [2020-11-19T20:06:26.269Z] experimental info: [2020-11-19T20:06:26.269Z] ------------------- [2020-11-19T20:06:26.269Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T20:06:26.269Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T20:06:26.269Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-19T20:06:26.729Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-11-19T20:06:26.837Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-11-19T20:06:26.944Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T20:06:27.070Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T20:06:27.176Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T20:06:27.277Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T20:06:27.394Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T20:06:27.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T20:06:27.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-19T20:06:27.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T20:06:27.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T20:06:28.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-11-19T20:06:28.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T20:06:28.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T20:06:28.380Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:06:28.505Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:06:28.605Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:06:28.704Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:06:28.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-19T20:06:28.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-19T20:06:29.036Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-19T20:06:29.138Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-19T20:06:29.237Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-19T20:06:29.354Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-19T20:06:29.448Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-19T20:06:29.627Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T20:06:29.755Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-125 [Pipeline] echo [2020-11-19T20:06:29.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-125 [Pipeline] echo [2020-11-19T20:06:29.959Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-125 [Pipeline] echo [2020-11-19T20:06:30.078Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3651de7107942df3a5e0279978d810b602da9220 [Pipeline] echo [2020-11-19T20:06:30.179Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3651de7 [Pipeline] echo [2020-11-19T20:06:30.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T20:06:30.493Z] provisioning config files... [2020-11-19T20:06:30.520Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config3119201063328040605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:06:30.890Z] ---> docker-login.sh [2020-11-19T20:06:30.890Z] nexus3.edgexfoundry.org:10001 [2020-11-19T20:06:31.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:06:31.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:06:31.414Z] Configure a credential helper to remove this warning. See [2020-11-19T20:06:31.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:06:31.414Z] [2020-11-19T20:06:31.414Z] Login Succeeded [2020-11-19T20:06:31.414Z] nexus3.edgexfoundry.org:10002 [2020-11-19T20:06:31.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:06:31.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:06:31.414Z] Configure a credential helper to remove this warning. See [2020-11-19T20:06:31.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:06:31.414Z] [2020-11-19T20:06:31.414Z] Login Succeeded [2020-11-19T20:06:31.414Z] nexus3.edgexfoundry.org:10003 [2020-11-19T20:06:31.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:06:31.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:06:31.676Z] Configure a credential helper to remove this warning. See [2020-11-19T20:06:31.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:06:31.676Z] [2020-11-19T20:06:31.676Z] Login Succeeded [2020-11-19T20:06:31.676Z] nexus3.edgexfoundry.org:10004 [2020-11-19T20:06:31.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:06:31.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:06:31.938Z] Configure a credential helper to remove this warning. See [2020-11-19T20:06:31.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:06:31.938Z] [2020-11-19T20:06:31.938Z] Login Succeeded [2020-11-19T20:06:31.938Z] docker.io [2020-11-19T20:06:31.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:06:32.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:06:32.201Z] Configure a credential helper to remove this warning. See [2020-11-19T20:06:32.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:06:32.201Z] [2020-11-19T20:06:32.201Z] Login Succeeded [2020-11-19T20:06:32.201Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T20:06:32.210Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T20:06:32.975Z] + git log --format=format:%s -1 3651de7107942df3a5e0279978d810b602da9220 [Pipeline] echo [2020-11-19T20:06:33.064Z] GIT_COMMIT: 3651de7107942df3a5e0279978d810b602da9220, Commit Message: feat: Allow service to pass in initial logging client [Pipeline] echo [2020-11-19T20:06:33.119Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:06:34.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T20:06:34.128Z] [2020-11-19T20:06:34.128Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:06:34.489Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T20:06:34.489Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T20:06:34.489Z] 31603596830f: Pulling fs layer [2020-11-19T20:06:34.489Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T20:06:34.489Z] 6ca5941a6612: Pulling fs layer [2020-11-19T20:06:34.489Z] ecc8261a40a4: Pulling fs layer [2020-11-19T20:06:34.489Z] ecc8261a40a4: Waiting [2020-11-19T20:06:34.489Z] 2a8b12db71e7: Verifying Checksum [2020-11-19T20:06:34.489Z] 2a8b12db71e7: Download complete [2020-11-19T20:06:34.752Z] 31603596830f: Download complete [2020-11-19T20:06:34.752Z] 6ca5941a6612: Verifying Checksum [2020-11-19T20:06:34.752Z] 6ca5941a6612: Download complete [2020-11-19T20:06:34.752Z] ecc8261a40a4: Verifying Checksum [2020-11-19T20:06:34.752Z] ecc8261a40a4: Download complete [2020-11-19T20:06:35.013Z] 31603596830f: Pull complete [2020-11-19T20:06:35.275Z] 2a8b12db71e7: Pull complete [2020-11-19T20:06:35.849Z] 6ca5941a6612: Pull complete [2020-11-19T20:06:36.110Z] ecc8261a40a4: Pull complete [2020-11-19T20:06:36.110Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T20:06:36.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T20:06:36.372Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T20:06:36.476Z] prd-centos7-docker-4c-2g-12813 does not seem to be running inside a container [2020-11-19T20:06:36.522Z] $ 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-19T20:06:38.882Z] $ docker top ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T20:06:39.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T20:06:39.223Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T20:06:39.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T20:06:39.455Z] $ docker exec ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent [2020-11-19T20:06:39.608Z] SSH_AUTH_SOCK=/tmp/ssh-LADpbvYB8ygE/agent.11 [2020-11-19T20:06:39.608Z] SSH_AGENT_PID=16 [2020-11-19T20:06:39.621Z] Running ssh-add (command line suppressed) [2020-11-19T20:06:39.737Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_6808351314881634107.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_6808351314881634107.key) [2020-11-19T20:06:39.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T20:06:40.121Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T20:06:40.143Z] $ docker exec --env ******** --env ******** ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent -k [2020-11-19T20:06:40.255Z] unset SSH_AUTH_SOCK; [2020-11-19T20:06:40.255Z] unset SSH_AGENT_PID; [2020-11-19T20:06:40.255Z] echo Agent pid 16 killed; [2020-11-19T20:06:40.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T20:06:40.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T20:06:40.533Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T20:06:40.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T20:06:40.696Z] $ docker exec ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent [2020-11-19T20:06:40.848Z] SSH_AUTH_SOCK=/tmp/ssh-inAdv3tJ99vH/agent.46 [2020-11-19T20:06:40.848Z] SSH_AGENT_PID=51 [2020-11-19T20:06:40.857Z] Running ssh-add (command line suppressed) [2020-11-19T20:06:40.978Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_4660328798197841629.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_4660328798197841629.key) [2020-11-19T20:06:41.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T20:06:41.362Z] + git semver init [2020-11-19T20:06:41.363Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T20:06:41.363Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.git [2020-11-19T20:06:41.363Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [2020-11-19T20:06:41.363Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T20:06:41.363Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T20:06:41.363Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T20:06:41.363Z] # $SEMVER_BRANCH = PR-125 [2020-11-19T20:06:41.363Z] # $SEMVER_TEMP = /tmp/semver-837336467 [2020-11-19T20:06:41.363Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-11-19T20:06:41.937Z] # '/tmp/semver-837336467' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver' [2020-11-19T20:06:41.937Z] # -> Force: false [2020-11-19T20:06:41.937Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver [Pipeline] } [2020-11-19T20:06:41.950Z] $ docker exec --env ******** --env ******** ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent -k [2020-11-19T20:06:42.060Z] unset SSH_AUTH_SOCK; [2020-11-19T20:06:42.061Z] unset SSH_AGENT_PID; [2020-11-19T20:06:42.061Z] echo Agent pid 51 killed; [2020-11-19T20:06:42.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T20:06:42.633Z] + git semver [Pipeline] } [2020-11-19T20:06:42.652Z] $ docker stop --time=1 ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 [2020-11-19T20:06:44.279Z] $ docker rm -f ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T20:06:44.837Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T20:06:45.411Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T20:06:45.414Z] [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-19T20:07:00.977Z] Still waiting to schedule task [2020-11-19T20:07:00.978Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12813’ [2020-11-19T20:07:00.980Z] Still waiting to schedule task [2020-11-19T20:07:00.980Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-19T20:08:52.184Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12814 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws [2020-11-19T20:08:52.249Z] Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout [2020-11-19T20:08:57.364Z] using credential edgex-jenkins-ssh [2020-11-19T20:08:57.433Z] Cloning the remote Git repository [2020-11-19T20:08:57.487Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:08:57.606Z] > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 [2020-11-19T20:08:57.686Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:08:57.687Z] > git --version # timeout=10 [2020-11-19T20:08:57.724Z] > git --version # 'git version 2.17.1' [2020-11-19T20:08:57.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:08:57.822Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T20:08:59.291Z] Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 3651de7107942df3a5e0279978d810b602da9220 [2020-11-19T20:08:59.715Z] Merge succeeded, producing 3651de7107942df3a5e0279978d810b602da9220 [2020-11-19T20:08:59.716Z] Checking out Revision 3651de7107942df3a5e0279978d810b602da9220 (PR-125) [2020-11-19T20:08:58.621Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:08:58.643Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T20:08:58.670Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:08:58.708Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:08:58.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:08:58.731Z] > 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-19T20:08:59.316Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T20:08:59.341Z] > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 [2020-11-19T20:08:59.501Z] > git remote # timeout=10 [2020-11-19T20:08:59.553Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T20:08:59.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:08:59.620Z] > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [2020-11-19T20:08:59.685Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T20:08:59.723Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T20:08:59.755Z] > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 [2020-11-19T20:09:04.027Z] 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] sh [2020-11-19T20:09:05.672Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:09:06.145Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:09:06.486Z] + sudo service docker restart [2020-11-19T20:09:06.486Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T20:09:09.206Z] provisioning config files... [2020-11-19T20:09:09.247Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/3@tmp/config6710261839019503119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:09:09.656Z] ---> docker-login.sh [2020-11-19T20:09:09.656Z] nexus3.edgexfoundry.org:10001 [2020-11-19T20:09:10.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:09:10.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:09:10.913Z] Configure a credential helper to remove this warning. See [2020-11-19T20:09:10.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:09:10.913Z] [2020-11-19T20:09:10.913Z] Login Succeeded [2020-11-19T20:09:10.913Z] nexus3.edgexfoundry.org:10002 [2020-11-19T20:09:11.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:09:11.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:09:11.461Z] Configure a credential helper to remove this warning. See [2020-11-19T20:09:11.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:09:11.461Z] [2020-11-19T20:09:11.461Z] Login Succeeded [2020-11-19T20:09:11.461Z] nexus3.edgexfoundry.org:10003 [2020-11-19T20:09:11.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:09:12.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:09:12.013Z] Configure a credential helper to remove this warning. See [2020-11-19T20:09:12.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:09:12.013Z] [2020-11-19T20:09:12.013Z] Login Succeeded [2020-11-19T20:09:12.013Z] nexus3.edgexfoundry.org:10004 [2020-11-19T20:09:12.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:09:12.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:09:12.562Z] Configure a credential helper to remove this warning. See [2020-11-19T20:09:12.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:09:12.562Z] [2020-11-19T20:09:12.562Z] Login Succeeded [2020-11-19T20:09:12.562Z] docker.io [2020-11-19T20:09:12.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:09:13.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:09:13.109Z] Configure a credential helper to remove this warning. See [2020-11-19T20:09:13.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:09:13.109Z] [2020-11-19T20:09:13.109Z] Login Succeeded [2020-11-19T20:09:13.109Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T20:09:13.127Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T20:09:13.609Z] ========================================================= [2020-11-19T20:09:13.609Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T20:09:13.609Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:09:13.997Z] + 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-19T20:09:14.274Z] Sending build context to Docker daemon 568.8kB [2020-11-19T20:09:14.558Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T20:09:14.558Z] Step 2/8 : FROM ${BASE} [2020-11-19T20:09:14.558Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T20:09:14.558Z] b538f80385f9: Pulling fs layer [2020-11-19T20:09:14.558Z] 74f711af9a0d: Pulling fs layer [2020-11-19T20:09:14.558Z] 99f96fe45779: Pulling fs layer [2020-11-19T20:09:14.558Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T20:09:14.558Z] 45590311c82a: Pulling fs layer [2020-11-19T20:09:14.558Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T20:09:14.558Z] 209524e5b208: Pulling fs layer [2020-11-19T20:09:14.558Z] 8529a6b9a6be: Waiting [2020-11-19T20:09:14.558Z] 45590311c82a: Waiting [2020-11-19T20:09:14.558Z] 69ca0ff8b7b3: Waiting [2020-11-19T20:09:14.558Z] 209524e5b208: Waiting [2020-11-19T20:09:14.558Z] 99f96fe45779: Verifying Checksum [2020-11-19T20:09:14.558Z] 99f96fe45779: Download complete [2020-11-19T20:09:14.558Z] 74f711af9a0d: Verifying Checksum [2020-11-19T20:09:14.558Z] 74f711af9a0d: Download complete [2020-11-19T20:09:14.558Z] 45590311c82a: Download complete [2020-11-19T20:09:14.558Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-19T20:09:14.558Z] 69ca0ff8b7b3: Download complete [2020-11-19T20:09:14.558Z] b538f80385f9: Verifying Checksum [2020-11-19T20:09:14.558Z] b538f80385f9: Download complete [2020-11-19T20:09:15.164Z] b538f80385f9: Pull complete [2020-11-19T20:09:15.766Z] 74f711af9a0d: Pull complete [2020-11-19T20:09:16.046Z] 99f96fe45779: Pull complete [2020-11-19T20:09:16.643Z] 209524e5b208: Verifying Checksum [2020-11-19T20:09:16.643Z] 209524e5b208: Download complete [2020-11-19T20:09:18.071Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T20:09:18.071Z] 8529a6b9a6be: Download complete [2020-11-19T20:09:28.238Z] 8529a6b9a6be: Pull complete [2020-11-19T20:09:28.238Z] 45590311c82a: Pull complete [2020-11-19T20:09:28.510Z] 69ca0ff8b7b3: Pull complete [2020-11-19T20:09:32.827Z] 209524e5b208: Pull complete [2020-11-19T20:09:32.827Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T20:09:32.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T20:09:32.827Z] ---> 5bddaf1c2fca [2020-11-19T20:09:32.827Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T20:09:35.450Z] ---> Running in 6e6b1a845d3e [2020-11-19T20:09:35.724Z] Removing intermediate container 6e6b1a845d3e [2020-11-19T20:09:35.724Z] ---> 7fb7a10b150d [2020-11-19T20:09:35.724Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T20:09:36.049Z] ---> Running in d11e7211fb9e [2020-11-19T20:09:38.714Z] Removing intermediate container d11e7211fb9e [2020-11-19T20:09:38.714Z] ---> 3acc6e23dccf [2020-11-19T20:09:38.714Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-19T20:09:38.714Z] ---> Running in b730a8aa2866 [2020-11-19T20:09:40.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T20:09:41.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T20:09:42.126Z] OK: 142 MiB in 39 packages [2020-11-19T20:09:43.102Z] Removing intermediate container b730a8aa2866 [2020-11-19T20:09:43.102Z] ---> 73a404f72e49 [2020-11-19T20:09:43.102Z] Step 6/8 : WORKDIR /build [2020-11-19T20:09:43.375Z] ---> Running in 404bd2184e1c [2020-11-19T20:09:43.654Z] Removing intermediate container 404bd2184e1c [2020-11-19T20:09:43.654Z] ---> ceb6b4a9f0f8 [2020-11-19T20:09:43.654Z] Step 7/8 : COPY go.mod . [2020-11-19T20:09:44.632Z] ---> d27312d889bc [2020-11-19T20:09:44.632Z] Step 8/8 : RUN go mod download [2020-11-19T20:09:44.632Z] ---> Running in aa19d8935afd [2020-11-19T20:09:44.824Z] Running on prd-centos7-docker-4c-2g-12815 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws [2020-11-19T20:09:44.882Z] Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout [2020-11-19T20:09:51.155Z] using credential edgex-jenkins-ssh [2020-11-19T20:09:51.221Z] Cloning the remote Git repository [2020-11-19T20:09:51.282Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:09:51.370Z] > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 [2020-11-19T20:09:51.458Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:09:51.458Z] > git --version # timeout=10 [2020-11-19T20:09:51.479Z] > git --version # 'git version 2.16.5' [2020-11-19T20:09:51.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:09:51.537Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T20:09:53.148Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:09:53.200Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T20:09:53.882Z] Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 3651de7107942df3a5e0279978d810b602da9220 [2020-11-19T20:09:54.040Z] Merge succeeded, producing 3651de7107942df3a5e0279978d810b602da9220 [2020-11-19T20:09:54.040Z] Checking out Revision 3651de7107942df3a5e0279978d810b602da9220 (PR-125) [2020-11-19T20:09:53.281Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:09:53.346Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:09:53.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:09:53.364Z] > 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-19T20:09:53.895Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T20:09:53.904Z] > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 [2020-11-19T20:09:53.954Z] > git remote # timeout=10 [2020-11-19T20:09:53.964Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T20:09:53.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:09:53.984Z] > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [2020-11-19T20:09:54.024Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T20:09:54.047Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T20:09:54.067Z] > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 [2020-11-19T20:09:58.334Z] 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] sh [2020-11-19T20:10:00.148Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:10:00.537Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:10:00.884Z] + true [2020-11-19T20:10:00.884Z] + sudo service docker restart [2020-11-19T20:10:00.884Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T20:10:02.400Z] provisioning config files... [2020-11-19T20:10:02.438Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/3@tmp/config1921335257700356206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:10:02.821Z] ---> docker-login.sh [2020-11-19T20:10:02.821Z] nexus3.edgexfoundry.org:10001 [2020-11-19T20:10:03.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:10:03.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:10:03.431Z] Configure a credential helper to remove this warning. See [2020-11-19T20:10:03.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:10:03.431Z] [2020-11-19T20:10:03.431Z] Login Succeeded [2020-11-19T20:10:03.431Z] nexus3.edgexfoundry.org:10002 [2020-11-19T20:10:03.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:10:04.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:10:04.010Z] Configure a credential helper to remove this warning. See [2020-11-19T20:10:04.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:10:04.010Z] [2020-11-19T20:10:04.010Z] Login Succeeded [2020-11-19T20:10:04.010Z] nexus3.edgexfoundry.org:10003 [2020-11-19T20:10:04.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:10:04.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:10:04.302Z] Configure a credential helper to remove this warning. See [2020-11-19T20:10:04.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:10:04.302Z] [2020-11-19T20:10:04.302Z] Login Succeeded [2020-11-19T20:10:04.302Z] nexus3.edgexfoundry.org:10004 [2020-11-19T20:10:04.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:10:04.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:10:04.576Z] Configure a credential helper to remove this warning. See [2020-11-19T20:10:04.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:10:04.576Z] [2020-11-19T20:10:04.576Z] Login Succeeded [2020-11-19T20:10:04.576Z] docker.io [2020-11-19T20:10:04.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:10:05.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:10:05.109Z] Configure a credential helper to remove this warning. See [2020-11-19T20:10:05.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:10:05.109Z] [2020-11-19T20:10:05.109Z] Login Succeeded [2020-11-19T20:10:05.109Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T20:10:05.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T20:10:05.693Z] ========================================================= [2020-11-19T20:10:05.693Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T20:10:05.693Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:10:06.228Z] + 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-19T20:10:06.528Z] Sending build context to Docker daemon 568.8kB [2020-11-19T20:10:06.528Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T20:10:06.528Z] Step 2/8 : FROM ${BASE} [2020-11-19T20:10:06.797Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T20:10:06.797Z] df20fa9351a1: Pulling fs layer [2020-11-19T20:10:06.797Z] ed8968b2872e: Pulling fs layer [2020-11-19T20:10:06.797Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T20:10:06.797Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T20:10:06.797Z] e73272ec9a57: Pulling fs layer [2020-11-19T20:10:06.797Z] 1e910a182e73: Pulling fs layer [2020-11-19T20:10:06.797Z] 4e634b169226: Pulling fs layer [2020-11-19T20:10:06.797Z] e73272ec9a57: Waiting [2020-11-19T20:10:06.797Z] 1e910a182e73: Waiting [2020-11-19T20:10:06.797Z] 4e634b169226: Waiting [2020-11-19T20:10:06.797Z] e871e8e8d7a9: Waiting [2020-11-19T20:10:06.797Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T20:10:06.797Z] a92cc7c5fd73: Download complete [2020-11-19T20:10:06.797Z] ed8968b2872e: Verifying Checksum [2020-11-19T20:10:06.797Z] ed8968b2872e: Download complete [2020-11-19T20:10:06.797Z] e73272ec9a57: Verifying Checksum [2020-11-19T20:10:06.797Z] e73272ec9a57: Download complete [2020-11-19T20:10:06.797Z] 1e910a182e73: Verifying Checksum [2020-11-19T20:10:06.797Z] 1e910a182e73: Download complete [2020-11-19T20:10:06.797Z] df20fa9351a1: Verifying Checksum [2020-11-19T20:10:06.797Z] df20fa9351a1: Download complete [2020-11-19T20:10:06.829Z] Removing intermediate container aa19d8935afd [2020-11-19T20:10:06.829Z] ---> 263812c2bda7 [2020-11-19T20:10:06.829Z] Successfully built 263812c2bda7 [2020-11-19T20:10:06.829Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:10:07.183Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T20:10:07.183Z] . [Pipeline] withDockerContainer [2020-11-19T20:10:07.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-12814 does not seem to be running inside a container [2020-11-19T20:10:07.456Z] df20fa9351a1: Pull complete [2020-11-19T20:10:07.456Z] ed8968b2872e: Pull complete [2020-11-19T20:10:07.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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-19T20:10:07.798Z] a92cc7c5fd73: Pull complete [2020-11-19T20:10:09.262Z] $ docker top a2c02e87fe582018584a0714136470606a376123a4b10bbbbd7d51c63fb85b2c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T20:10:10.646Z] + go version [2020-11-19T20:10:10.646Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T20:10:10.681Z] $ docker stop --time=1 a2c02e87fe582018584a0714136470606a376123a4b10bbbbd7d51c63fb85b2c [2020-11-19T20:10:11.285Z] 4e634b169226: Verifying Checksum [2020-11-19T20:10:11.286Z] 4e634b169226: Download complete [2020-11-19T20:10:12.299Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T20:10:12.299Z] e871e8e8d7a9: Download complete [2020-11-19T20:10:12.546Z] $ docker rm -f a2c02e87fe582018584a0714136470606a376123a4b10bbbbd7d51c63fb85b2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:10:13.603Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T20:10:13.603Z] . [Pipeline] withDockerContainer [2020-11-19T20:10:13.874Z] prd-ubuntu18.04-docker-arm64-4c-16g-12814 does not seem to be running inside a container [2020-11-19T20:10:13.968Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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-19T20:10:15.808Z] $ docker top b0651cc6ff1916900e01d3e84cefddabbb42766c16f5a2f8be7f0379e4792de5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T20:10:17.178Z] + make test [2020-11-19T20:10:17.178Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-19T20:10:20.544Z] e871e8e8d7a9: Pull complete [2020-11-19T20:10:20.544Z] e73272ec9a57: Pull complete [2020-11-19T20:10:20.544Z] 1e910a182e73: Pull complete [2020-11-19T20:10:23.945Z] 4e634b169226: Pull complete [2020-11-19T20:10:23.945Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T20:10:23.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T20:10:23.945Z] ---> f7629b54cfaa [2020-11-19T20:10:23.945Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T20:10:24.550Z] ---> Running in 540832a8bd16 [2020-11-19T20:10:24.833Z] Removing intermediate container 540832a8bd16 [2020-11-19T20:10:24.833Z] ---> 449d24365ffb [2020-11-19T20:10:24.833Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T20:10:24.833Z] ---> Running in 69fcf3bd335a [2020-11-19T20:10:26.304Z] Removing intermediate container 69fcf3bd335a [2020-11-19T20:10:26.304Z] ---> 4a4ad7337340 [2020-11-19T20:10:26.304Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-19T20:10:26.304Z] ---> Running in 7435408930d3 [2020-11-19T20:10:26.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T20:10:27.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T20:10:28.075Z] OK: 166 MiB in 39 packages [2020-11-19T20:10:28.660Z] Removing intermediate container 7435408930d3 [2020-11-19T20:10:28.660Z] ---> 24103d528dd8 [2020-11-19T20:10:28.660Z] Step 6/8 : WORKDIR /build [2020-11-19T20:10:28.660Z] ---> Running in 17585c432920 [2020-11-19T20:10:28.933Z] Removing intermediate container 17585c432920 [2020-11-19T20:10:28.933Z] ---> 770e7f553ba9 [2020-11-19T20:10:28.933Z] Step 7/8 : COPY go.mod . [2020-11-19T20:10:29.205Z] ---> e0e3d49d15ef [2020-11-19T20:10:29.205Z] Step 8/8 : RUN go mod download [2020-11-19T20:10:29.205Z] ---> Running in 865f9ee017ff [2020-11-19T20:10:44.019Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-19T20:10:44.019Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.032s coverage: 9.0% of statements [2020-11-19T20:10:44.019Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-19T20:10:44.622Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.033s coverage: 95.1% of statements [2020-11-19T20:10:44.622Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.044s coverage: 87.8% of statements [2020-11-19T20:10:44.622Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-19T20:10:44.622Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-19T20:10:44.622Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-19T20:10:51.686Z] Removing intermediate container 865f9ee017ff [2020-11-19T20:10:51.686Z] ---> 6b0e56392fe1 [2020-11-19T20:10:51.686Z] Successfully built 6b0e56392fe1 [2020-11-19T20:10:51.686Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:10:52.111Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T20:10:52.111Z] . [Pipeline] withDockerContainer [2020-11-19T20:10:52.448Z] prd-centos7-docker-4c-2g-12815 does not seem to be running inside a container [2020-11-19T20:10:52.551Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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 ******** ci-base-image-x86_64 cat [2020-11-19T20:10:53.626Z] $ docker top 3426536c1ff8735e792c7dadccdeb1da13dbcbb8113ba982d03073735cb12835 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T20:10:54.160Z] + go version [2020-11-19T20:10:54.161Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T20:10:54.183Z] $ docker stop --time=1 3426536c1ff8735e792c7dadccdeb1da13dbcbb8113ba982d03073735cb12835 [2020-11-19T20:10:54.786Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.034s coverage: 100.0% of statements [2020-11-19T20:10:54.787Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-19T20:10:54.787Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-19T20:10:54.787Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-19T20:10:54.787Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements [2020-11-19T20:10:54.787Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-19T20:10:54.787Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-19T20:10:54.787Z] --- FAIL: TestGetUnknownServicePanics (0.00s) [2020-11-19T20:10:54.787Z] container_test.go:28: [2020-11-19T20:10:54.787Z] Error Trace: container_test.go:28 [2020-11-19T20:10:54.787Z] Error: func (assert.PanicTestFunc)(0x185fb0) should panic [2020-11-19T20:10:54.787Z] Panic value: [2020-11-19T20:10:54.787Z] Test: TestGetUnknownServicePanics [2020-11-19T20:10:54.787Z] FAIL [2020-11-19T20:10:54.787Z] coverage: 91.3% of statements [2020-11-19T20:10:54.787Z] FAIL github.com/edgexfoundry/go-mod-bootstrap/di 0.011s [2020-11-19T20:10:54.787Z] FAIL [2020-11-19T20:10:54.787Z] make: *** [Makefile:6: test] Error 1 [2020-11-19T20:10:56.238Z] $ docker rm -f 3426536c1ff8735e792c7dadccdeb1da13dbcbb8113ba982d03073735cb12835 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-11-19T20:10:56.443Z] $ docker stop --time=1 b0651cc6ff1916900e01d3e84cefddabbb42766c16f5a2f8be7f0379e4792de5 [2020-11-19T20:10:58.653Z] $ docker rm -f b0651cc6ff1916900e01d3e84cefddabbb42766c16f5a2f8be7f0379e4792de5 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [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] script [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-11-19T20:11:00.457Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T20:11:00.457Z] . [Pipeline] // stage [Pipeline] } [2020-11-19T20:11:00.565Z] Failed in branch arm64 [Pipeline] withDockerContainer [2020-11-19T20:11:00.805Z] prd-centos7-docker-4c-2g-12815 does not seem to be running inside a container [2020-11-19T20:11:00.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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 ******** ci-base-image-x86_64 cat [2020-11-19T20:11:02.038Z] $ docker top ca7e5a30253594cdd9644a6e0353226113ad321e550c62a3db83e536e8a0e66b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T20:11:02.804Z] + make test [2020-11-19T20:11:02.804Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-19T20:11:18.252Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-19T20:11:18.252Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.046s coverage: 9.0% of statements [2020-11-19T20:11:18.252Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-19T20:11:18.252Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.057s coverage: 95.1% of statements [2020-11-19T20:11:18.252Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.034s coverage: 87.8% of statements [2020-11-19T20:11:18.252Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-19T20:11:18.252Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-19T20:11:18.541Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-19T20:11:26.831Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.061s coverage: 100.0% of statements [2020-11-19T20:11:26.831Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-19T20:11:26.831Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-19T20:11:26.831Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-19T20:11:26.831Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements [2020-11-19T20:11:26.831Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-19T20:11:26.831Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-19T20:11:26.831Z] --- FAIL: TestGetUnknownServicePanics (0.00s) [2020-11-19T20:11:26.831Z] container_test.go:28: [2020-11-19T20:11:26.831Z] Error Trace: container_test.go:28 [2020-11-19T20:11:26.831Z] Error: func (assert.PanicTestFunc)(0x5afec0) should panic [2020-11-19T20:11:26.831Z] Panic value: [2020-11-19T20:11:26.831Z] Test: TestGetUnknownServicePanics [2020-11-19T20:11:26.831Z] FAIL [2020-11-19T20:11:26.831Z] coverage: 91.3% of statements [2020-11-19T20:11:26.831Z] FAIL github.com/edgexfoundry/go-mod-bootstrap/di 0.027s [2020-11-19T20:11:26.831Z] FAIL [2020-11-19T20:11:26.831Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-11-19T20:11:26.859Z] $ docker stop --time=1 ca7e5a30253594cdd9644a6e0353226113ad321e550c62a3db83e536e8a0e66b [2020-11-19T20:11:29.127Z] $ docker rm -f ca7e5a30253594cdd9644a6e0353226113ad321e550c62a3db83e536e8a0e66b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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-19T20:11:31.124Z] Failed in branch amd64 [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-19T20:11:34.469Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:11:35.039Z] ---> package-listing.sh [2020-11-19T20:11:35.040Z] ++ facter osfamily [2020-11-19T20:11:35.040Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T20:11:35.040Z] + OS_FAMILY=redhat [2020-11-19T20:11:35.040Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-125 [2020-11-19T20:11:35.040Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T20:11:35.040Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T20:11:35.040Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T20:11:35.040Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T20:11:35.040Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' [2020-11-19T20:11:35.040Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T20:11:35.040Z] + case "${OS_FAMILY}" in [2020-11-19T20:11:35.040Z] + rpm -qa [2020-11-19T20:11:35.040Z] + sort [2020-11-19T20:11:39.265Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T20:11:39.265Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T20:11:39.265Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T20:11:39.265Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' [2020-11-19T20:11:39.265Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-125/archives/ [2020-11-19T20:11:39.265Z] + 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-19T20:11:39.279Z] 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-19T20:11:39.572Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:11:39.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T20:11:39.881Z] [2020-11-19T20:11:39.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:11:40.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T20:11:40.230Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T20:11:40.230Z] df20fa9351a1: Pulling fs layer [2020-11-19T20:11:40.230Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T20:11:40.230Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T20:11:40.230Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T20:11:40.230Z] 93b61091891f: Pulling fs layer [2020-11-19T20:11:40.230Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T20:11:40.230Z] 5e14af77c1be: Pulling fs layer [2020-11-19T20:11:40.230Z] 01666e4c0597: Pulling fs layer [2020-11-19T20:11:40.230Z] aa168da1d23b: Pulling fs layer [2020-11-19T20:11:40.230Z] 93b61091891f: Waiting [2020-11-19T20:11:40.230Z] 93b9cdb0e59b: Waiting [2020-11-19T20:11:40.230Z] 5e14af77c1be: Waiting [2020-11-19T20:11:40.230Z] 01666e4c0597: Waiting [2020-11-19T20:11:40.230Z] aa168da1d23b: Waiting [2020-11-19T20:11:40.230Z] 46f8f816bc3b: Waiting [2020-11-19T20:11:40.230Z] 36b3adc4ff6f: Verifying Checksum [2020-11-19T20:11:40.230Z] 36b3adc4ff6f: Download complete [2020-11-19T20:11:40.230Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T20:11:40.230Z] 46f8f816bc3b: Download complete [2020-11-19T20:11:40.499Z] df20fa9351a1: Verifying Checksum [2020-11-19T20:11:40.499Z] df20fa9351a1: Download complete [2020-11-19T20:11:40.499Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T20:11:40.499Z] 93b9cdb0e59b: Download complete [2020-11-19T20:11:40.499Z] 93b61091891f: Verifying Checksum [2020-11-19T20:11:40.499Z] 93b61091891f: Download complete [2020-11-19T20:11:40.499Z] 5e14af77c1be: Verifying Checksum [2020-11-19T20:11:40.499Z] 5e14af77c1be: Download complete [2020-11-19T20:11:40.499Z] 01666e4c0597: Verifying Checksum [2020-11-19T20:11:40.499Z] 01666e4c0597: Download complete [2020-11-19T20:11:40.499Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T20:11:40.499Z] 8ad3a11d3b57: Download complete [2020-11-19T20:11:40.765Z] df20fa9351a1: Pull complete [2020-11-19T20:11:41.033Z] 36b3adc4ff6f: Pull complete [2020-11-19T20:11:41.612Z] 8ad3a11d3b57: Pull complete [2020-11-19T20:11:41.879Z] 46f8f816bc3b: Pull complete [2020-11-19T20:11:42.459Z] 93b61091891f: Pull complete [2020-11-19T20:11:42.459Z] 93b9cdb0e59b: Pull complete [2020-11-19T20:11:42.727Z] 5e14af77c1be: Pull complete [2020-11-19T20:11:42.727Z] aa168da1d23b: Verifying Checksum [2020-11-19T20:11:42.727Z] aa168da1d23b: Download complete [2020-11-19T20:11:42.727Z] 01666e4c0597: Pull complete [2020-11-19T20:11:49.352Z] aa168da1d23b: Pull complete [2020-11-19T20:11:49.352Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T20:11:49.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T20:11:49.352Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T20:11:49.492Z] prd-centos7-docker-4c-2g-12813 does not seem to be running inside a container [2020-11-19T20:11:49.546Z] $ 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-19T20:11:55.225Z] $ docker top 5839873c7a1e912820b1a2902562c9d37670e7ed270940c55cc867174a8dfeaf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T20:11:55.938Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T20:11:56.240Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T20:11:56.541Z] + ls /var/log/sa-host [2020-11-19T20:11:56.541Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T20:11:56.541Z] file_magic: OK [2020-11-19T20:11:56.541Z] HZ: Using current value: 100 [2020-11-19T20:11:56.541Z] file_header: OK [2020-11-19T20:11:56.541Z] 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-19T20:11:56.541Z] Statistics: [2020-11-19T20:11:56.541Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T20:11:56.541Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T20:11:56.541Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T20:11:56.541Z] file_magic: OK [2020-11-19T20:11:56.541Z] HZ: Using current value: 100 [2020-11-19T20:11:56.541Z] file_header: OK [2020-11-19T20:11:56.541Z] 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-19T20:11:56.541Z] Statistics: [2020-11-19T20:11:56.541Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T20:11:56.541Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T20:11:57.128Z] provisioning config files... [2020-11-19T20:11:57.146Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config8816214487267211332tmp [Pipeline] { [Pipeline] echo [2020-11-19T20:11:57.232Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:11:57.531Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T20:11:57.542Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T20:11:57.639Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:11:57.939Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T20:11:57.950Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:11:58.249Z] ---> sudo-logs.sh [2020-11-19T20:11:58.249Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T20:11:58.260Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:11:58.559Z] ---> job-cost.sh [2020-11-19T20:11:58.559Z] lf-activate-venv: SKIPPING [2020-11-19T20:11:58.559Z] INFO: No Stack... [2020-11-19T20:11:59.506Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T20:11:59.768Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T20:11:59.783Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:12:00.082Z] ---> logs-deploy.sh [2020-11-19T20:12:00.083Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-125/3 [2020-11-19T20:12:00.083Z] INFO: archiving workspace using pattern(s): [2020-11-19T20:12:01.478Z] Archives upload complete. [2020-11-19T20:12:01.748Z] INFO: archiving logs to Nexus [2020-11-19T20:12:02.696Z] ---> uname -a: [2020-11-19T20:12:02.696Z] Linux prd-centos7-docker-4c-2g-12813.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-19T20:12:02.696Z] [2020-11-19T20:12:02.696Z] [2020-11-19T20:12:02.696Z] ---> lscpu: [2020-11-19T20:12:02.696Z] Architecture: x86_64 [2020-11-19T20:12:02.696Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-19T20:12:02.696Z] Byte Order: Little Endian [2020-11-19T20:12:02.696Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-19T20:12:02.696Z] CPU(s): 4 [2020-11-19T20:12:02.696Z] On-line CPU(s) list: 0-3 [2020-11-19T20:12:02.696Z] Thread(s) per core: 1 [2020-11-19T20:12:02.696Z] Core(s) per socket: 1 [2020-11-19T20:12:02.696Z] Socket(s): 4 [2020-11-19T20:12:02.696Z] NUMA node(s): 1 [2020-11-19T20:12:02.696Z] Vendor ID: GenuineIntel [2020-11-19T20:12:02.696Z] CPU family: 6 [2020-11-19T20:12:02.696Z] Model: 44 [2020-11-19T20:12:02.696Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-19T20:12:02.696Z] Stepping: 1 [2020-11-19T20:12:02.696Z] CPU MHz: 2933.442 [2020-11-19T20:12:02.696Z] BogoMIPS: 5866.88 [2020-11-19T20:12:02.696Z] Virtualization: VT-x [2020-11-19T20:12:02.696Z] Hypervisor vendor: KVM [2020-11-19T20:12:02.696Z] Virtualization type: full [2020-11-19T20:12:02.697Z] L1d cache: 128 KiB [2020-11-19T20:12:02.697Z] L1i cache: 128 KiB [2020-11-19T20:12:02.697Z] L2 cache: 16 MiB [2020-11-19T20:12:02.697Z] L3 cache: 64 MiB [2020-11-19T20:12:02.697Z] NUMA node0 CPU(s): 0-3 [2020-11-19T20:12:02.697Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-19T20:12:02.697Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-19T20:12:02.697Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-19T20:12:02.697Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-19T20:12:02.697Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-19T20:12:02.697Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-19T20:12:02.697Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-19T20:12:02.697Z] Vulnerability Tsx async abort: Not affected [2020-11-19T20:12:02.697Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-19T20:12:02.697Z] [2020-11-19T20:12:02.697Z] [2020-11-19T20:12:02.697Z] ---> nproc: [2020-11-19T20:12:02.697Z] 4 [2020-11-19T20:12:02.697Z] [2020-11-19T20:12:02.697Z] [2020-11-19T20:12:02.697Z] ---> df -h: [2020-11-19T20:12:02.697Z] Filesystem Size Used Available Use% Mounted on [2020-11-19T20:12:02.697Z] overlay 50.0G 7.2G 42.8G 14% / [2020-11-19T20:12:02.697Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-19T20:12:02.697Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-19T20:12:02.697Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-11-19T20:12:02.697Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-11-19T20:12:02.697Z] [2020-11-19T20:12:02.697Z]