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 20:06:22 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 20:06:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:06:23 ========================================================= 20:06:23 EdgeX Global Pipelines Version Info 20:06:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:06:25 ------------------- 20:06:25 stable info: 20:06:25 ------------------- 20:06:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:06:25 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 20:06:25 Message: update stable to v1.0.167 20:06:26 ------------------- 20:06:26 experimental info: 20:06:26 ------------------- 20:06:26 Commited By: **** collab-it+edgex@linuxfoundation.org 20:06:26 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 20:06:26 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:06:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:06:26 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:06:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:06:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-125 [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-125 [Pipeline] echo 20:06:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-125 [Pipeline] echo 20:06:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3651de7107942df3a5e0279978d810b602da9220 [Pipeline] echo 20:06:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3651de7 [Pipeline] echo 20:06:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:06:30 provisioning config files... 20:06:30 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config3119201063328040605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:06:30 ---> docker-login.sh 20:06:30 nexus3.edgexfoundry.org:10001 20:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:31 Configure a credential helper to remove this warning. See 20:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:31 20:06:31 Login Succeeded 20:06:31 nexus3.edgexfoundry.org:10002 20:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:31 Configure a credential helper to remove this warning. See 20:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:31 20:06:31 Login Succeeded 20:06:31 nexus3.edgexfoundry.org:10003 20:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:31 Configure a credential helper to remove this warning. See 20:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:31 20:06:31 Login Succeeded 20:06:31 nexus3.edgexfoundry.org:10004 20:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:31 Configure a credential helper to remove this warning. See 20:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:31 20:06:31 Login Succeeded 20:06:31 docker.io 20:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:32 Configure a credential helper to remove this warning. See 20:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:32 20:06:32 Login Succeeded 20:06:32 ---> docker-login.sh ends [Pipeline] } 20:06:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:06:32 + git log --format=format:%s -1 3651de7107942df3a5e0279978d810b602da9220 [Pipeline] echo 20:06:33 GIT_COMMIT: 3651de7107942df3a5e0279978d810b602da9220, Commit Message: feat: Allow service to pass in initial logging client [Pipeline] echo 20:06:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:06:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:06:34 20:06:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:06:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:06:34 latest: Pulling from edgex-devops/git-semver 20:06:34 31603596830f: Pulling fs layer 20:06:34 2a8b12db71e7: Pulling fs layer 20:06:34 6ca5941a6612: Pulling fs layer 20:06:34 ecc8261a40a4: Pulling fs layer 20:06:34 ecc8261a40a4: Waiting 20:06:34 2a8b12db71e7: Verifying Checksum 20:06:34 2a8b12db71e7: Download complete 20:06:34 31603596830f: Download complete 20:06:34 6ca5941a6612: Verifying Checksum 20:06:34 6ca5941a6612: Download complete 20:06:34 ecc8261a40a4: Verifying Checksum 20:06:34 ecc8261a40a4: Download complete 20:06:35 31603596830f: Pull complete 20:06:35 2a8b12db71e7: Pull complete 20:06:35 6ca5941a6612: Pull complete 20:06:36 ecc8261a40a4: Pull complete 20:06:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:06:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:06:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:06:36 prd-centos7-docker-4c-2g-12813 does not seem to be running inside a container 20:06:36 $ 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 20:06:38 $ docker top ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:06:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:06:39 [ssh-agent] Looking for ssh-agent implementation... 20:06:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:06:39 $ docker exec ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent 20:06:39 SSH_AUTH_SOCK=/tmp/ssh-LADpbvYB8ygE/agent.11 20:06:39 SSH_AGENT_PID=16 20:06:39 Running ssh-add (command line suppressed) 20:06:39 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) 20:06:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:06:40 + git tag --points-at HEAD [Pipeline] } 20:06:40 $ docker exec --env ******** --env ******** ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent -k 20:06:40 unset SSH_AUTH_SOCK; 20:06:40 unset SSH_AGENT_PID; 20:06:40 echo Agent pid 16 killed; 20:06:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:06:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:06:40 [ssh-agent] Looking for ssh-agent implementation... 20:06:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:06:40 $ docker exec ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent 20:06:40 SSH_AUTH_SOCK=/tmp/ssh-inAdv3tJ99vH/agent.46 20:06:40 SSH_AGENT_PID=51 20:06:40 Running ssh-add (command line suppressed) 20:06:40 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) 20:06:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:06:41 + git semver init 20:06:41 # -> Open(): unable to determine branch for HEAD 20:06:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.git 20:06:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-125 20:06:41 # $SEMVER_REMOTE_NAME = origin 20:06:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:06:41 # $SEMVER_USER_NAME = edgex-jenkins 20:06:41 # $SEMVER_BRANCH = PR-125 20:06:41 # $SEMVER_TEMP = /tmp/semver-837336467 20:06:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:06:41 # '/tmp/semver-837336467' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver' 20:06:41 # -> Force: false 20:06:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver [Pipeline] } 20:06:41 $ docker exec --env ******** --env ******** ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 ssh-agent -k 20:06:42 unset SSH_AUTH_SOCK; 20:06:42 unset SSH_AGENT_PID; 20:06:42 echo Agent pid 51 killed; 20:06:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:06:42 + git semver [Pipeline] } 20:06:42 $ docker stop --time=1 ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 20:06:44 $ docker rm -f ced82272eb323be02494e4f24d80b48479844b3d8fe742c3bf60cc02571848a5 [Pipeline] // withDockerContainer [Pipeline] sh 20:06:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:06:45 Stashed 1 file(s) [Pipeline] echo 20:06:45 [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 20:07:00 Still waiting to schedule task 20:07:00 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12813’ 20:07:00 Still waiting to schedule task 20:07:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:08:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12814 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws 20:08:52 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 20:08:57 using credential edgex-jenkins-ssh 20:08:57 Cloning the remote Git repository 20:08:57 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:08:57 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 20:08:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:08:57 > git --version # timeout=10 20:08:57 > git --version # 'git version 2.17.1' 20:08:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:08:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:08:59 Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 3651de7107942df3a5e0279978d810b602da9220 20:08:59 Merge succeeded, producing 3651de7107942df3a5e0279978d810b602da9220 20:08:59 Checking out Revision 3651de7107942df3a5e0279978d810b602da9220 (PR-125) 20:08:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:08:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:08:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:08:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:08:58 using GIT_SSH to set credentials SSH Credentials for GitHub 20:08:58 > 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 20:08:59 > git config core.sparsecheckout # timeout=10 20:08:59 > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 20:08:59 > git remote # timeout=10 20:08:59 > git config --get remote.origin.url # timeout=10 20:08:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:08:59 > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 20:08:59 > git rev-parse HEAD^{commit} # timeout=10 20:08:59 > git config core.sparsecheckout # timeout=10 20:08:59 > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 20:09:04 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 20:09:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:09:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:09:06 + sudo service docker restart 20:09:06 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:09:09 provisioning config files... 20:09:09 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/3@tmp/config6710261839019503119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:09 ---> docker-login.sh 20:09:09 nexus3.edgexfoundry.org:10001 20:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:10 Configure a credential helper to remove this warning. See 20:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:10 20:09:10 Login Succeeded 20:09:10 nexus3.edgexfoundry.org:10002 20:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:11 Configure a credential helper to remove this warning. See 20:09:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:11 20:09:11 Login Succeeded 20:09:11 nexus3.edgexfoundry.org:10003 20:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:12 Configure a credential helper to remove this warning. See 20:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:12 20:09:12 Login Succeeded 20:09:12 nexus3.edgexfoundry.org:10004 20:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:12 Configure a credential helper to remove this warning. See 20:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:12 20:09:12 Login Succeeded 20:09:12 docker.io 20:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:13 Configure a credential helper to remove this warning. See 20:09:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:13 20:09:13 Login Succeeded 20:09:13 ---> docker-login.sh ends [Pipeline] } 20:09:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:09:13 ========================================================= 20:09:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:09:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:09:13 + 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 . 20:09:14 Sending build context to Docker daemon 568.8kB 20:09:14 Step 1/8 : ARG BASE=golang:1.15-alpine 20:09:14 Step 2/8 : FROM ${BASE} 20:09:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:09:14 b538f80385f9: Pulling fs layer 20:09:14 74f711af9a0d: Pulling fs layer 20:09:14 99f96fe45779: Pulling fs layer 20:09:14 8529a6b9a6be: Pulling fs layer 20:09:14 45590311c82a: Pulling fs layer 20:09:14 69ca0ff8b7b3: Pulling fs layer 20:09:14 209524e5b208: Pulling fs layer 20:09:14 8529a6b9a6be: Waiting 20:09:14 45590311c82a: Waiting 20:09:14 69ca0ff8b7b3: Waiting 20:09:14 209524e5b208: Waiting 20:09:14 99f96fe45779: Verifying Checksum 20:09:14 99f96fe45779: Download complete 20:09:14 74f711af9a0d: Verifying Checksum 20:09:14 74f711af9a0d: Download complete 20:09:14 45590311c82a: Download complete 20:09:14 69ca0ff8b7b3: Verifying Checksum 20:09:14 69ca0ff8b7b3: Download complete 20:09:14 b538f80385f9: Verifying Checksum 20:09:14 b538f80385f9: Download complete 20:09:15 b538f80385f9: Pull complete 20:09:15 74f711af9a0d: Pull complete 20:09:16 99f96fe45779: Pull complete 20:09:16 209524e5b208: Verifying Checksum 20:09:16 209524e5b208: Download complete 20:09:18 8529a6b9a6be: Verifying Checksum 20:09:18 8529a6b9a6be: Download complete 20:09:28 8529a6b9a6be: Pull complete 20:09:28 45590311c82a: Pull complete 20:09:28 69ca0ff8b7b3: Pull complete 20:09:32 209524e5b208: Pull complete 20:09:32 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 20:09:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:09:32 ---> 5bddaf1c2fca 20:09:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:09:35 ---> Running in 6e6b1a845d3e 20:09:35 Removing intermediate container 6e6b1a845d3e 20:09:35 ---> 7fb7a10b150d 20:09:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:36 ---> Running in d11e7211fb9e 20:09:38 Removing intermediate container d11e7211fb9e 20:09:38 ---> 3acc6e23dccf 20:09:38 Step 5/8 : RUN apk add --update --no-cache git make 20:09:38 ---> Running in b730a8aa2866 20:09:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:09:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:09:42 OK: 142 MiB in 39 packages 20:09:43 Removing intermediate container b730a8aa2866 20:09:43 ---> 73a404f72e49 20:09:43 Step 6/8 : WORKDIR /build 20:09:43 ---> Running in 404bd2184e1c 20:09:43 Removing intermediate container 404bd2184e1c 20:09:43 ---> ceb6b4a9f0f8 20:09:43 Step 7/8 : COPY go.mod . 20:09:44 ---> d27312d889bc 20:09:44 Step 8/8 : RUN go mod download 20:09:44 ---> Running in aa19d8935afd 20:09:44 Running on prd-centos7-docker-4c-2g-12815 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws 20:09:44 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 20:09:51 using credential edgex-jenkins-ssh 20:09:51 Cloning the remote Git repository 20:09:51 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:09:51 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 20:09:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:09:51 > git --version # timeout=10 20:09:51 > git --version # 'git version 2.16.5' 20:09:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:09:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:09:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:09:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:09:53 Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 3651de7107942df3a5e0279978d810b602da9220 20:09:54 Merge succeeded, producing 3651de7107942df3a5e0279978d810b602da9220 20:09:54 Checking out Revision 3651de7107942df3a5e0279978d810b602da9220 (PR-125) 20:09:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:09:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:09:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:09:53 > 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 20:09:53 > git config core.sparsecheckout # timeout=10 20:09:53 > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 20:09:53 > git remote # timeout=10 20:09:53 > git config --get remote.origin.url # timeout=10 20:09:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:09:53 > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 20:09:54 > git rev-parse HEAD^{commit} # timeout=10 20:09:54 > git config core.sparsecheckout # timeout=10 20:09:54 > git checkout -f 3651de7107942df3a5e0279978d810b602da9220 # timeout=10 20:09:58 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 20:10:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:10:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:10:00 + true 20:10:00 + sudo service docker restart 20:10:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:10:02 provisioning config files... 20:10:02 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/3@tmp/config1921335257700356206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:10:02 ---> docker-login.sh 20:10:02 nexus3.edgexfoundry.org:10001 20:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:03 Configure a credential helper to remove this warning. See 20:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:03 20:10:03 Login Succeeded 20:10:03 nexus3.edgexfoundry.org:10002 20:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:04 Configure a credential helper to remove this warning. See 20:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:04 20:10:04 Login Succeeded 20:10:04 nexus3.edgexfoundry.org:10003 20:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:04 Configure a credential helper to remove this warning. See 20:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:04 20:10:04 Login Succeeded 20:10:04 nexus3.edgexfoundry.org:10004 20:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:04 Configure a credential helper to remove this warning. See 20:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:04 20:10:04 Login Succeeded 20:10:04 docker.io 20:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:05 Configure a credential helper to remove this warning. See 20:10:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:05 20:10:05 Login Succeeded 20:10:05 ---> docker-login.sh ends [Pipeline] } 20:10:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:10:05 ========================================================= 20:10:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:10:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:10:06 + 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 . 20:10:06 Sending build context to Docker daemon 568.8kB 20:10:06 Step 1/8 : ARG BASE=golang:1.15-alpine 20:10:06 Step 2/8 : FROM ${BASE} 20:10:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:10:06 df20fa9351a1: Pulling fs layer 20:10:06 ed8968b2872e: Pulling fs layer 20:10:06 a92cc7c5fd73: Pulling fs layer 20:10:06 e871e8e8d7a9: Pulling fs layer 20:10:06 e73272ec9a57: Pulling fs layer 20:10:06 1e910a182e73: Pulling fs layer 20:10:06 4e634b169226: Pulling fs layer 20:10:06 e73272ec9a57: Waiting 20:10:06 1e910a182e73: Waiting 20:10:06 4e634b169226: Waiting 20:10:06 e871e8e8d7a9: Waiting 20:10:06 a92cc7c5fd73: Verifying Checksum 20:10:06 a92cc7c5fd73: Download complete 20:10:06 ed8968b2872e: Verifying Checksum 20:10:06 ed8968b2872e: Download complete 20:10:06 e73272ec9a57: Verifying Checksum 20:10:06 e73272ec9a57: Download complete 20:10:06 1e910a182e73: Verifying Checksum 20:10:06 1e910a182e73: Download complete 20:10:06 df20fa9351a1: Verifying Checksum 20:10:06 df20fa9351a1: Download complete 20:10:06 Removing intermediate container aa19d8935afd 20:10:06 ---> 263812c2bda7 20:10:06 Successfully built 263812c2bda7 20:10:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:10:07 + docker inspect -f . ci-base-image-arm64 20:10:07 . [Pipeline] withDockerContainer 20:10:07 prd-ubuntu18.04-docker-arm64-4c-16g-12814 does not seem to be running inside a container 20:10:07 df20fa9351a1: Pull complete 20:10:07 ed8968b2872e: Pull complete 20:10:07 $ 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 20:10:07 a92cc7c5fd73: Pull complete 20:10:09 $ docker top a2c02e87fe582018584a0714136470606a376123a4b10bbbbd7d51c63fb85b2c -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:10 + go version 20:10:10 go version go1.15.2 linux/arm64 [Pipeline] } 20:10:10 $ docker stop --time=1 a2c02e87fe582018584a0714136470606a376123a4b10bbbbd7d51c63fb85b2c 20:10:11 4e634b169226: Verifying Checksum 20:10:11 4e634b169226: Download complete 20:10:12 e871e8e8d7a9: Verifying Checksum 20:10:12 e871e8e8d7a9: Download complete 20:10:12 $ docker rm -f a2c02e87fe582018584a0714136470606a376123a4b10bbbbd7d51c63fb85b2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:13 + docker inspect -f . ci-base-image-arm64 20:10:13 . [Pipeline] withDockerContainer 20:10:13 prd-ubuntu18.04-docker-arm64-4c-16g-12814 does not seem to be running inside a container 20:10:13 $ 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 20:10:15 $ docker top b0651cc6ff1916900e01d3e84cefddabbb42766c16f5a2f8be7f0379e4792de5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:17 + make test 20:10:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:10:20 e871e8e8d7a9: Pull complete 20:10:20 e73272ec9a57: Pull complete 20:10:20 1e910a182e73: Pull complete 20:10:23 4e634b169226: Pull complete 20:10:23 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 20:10:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:10:23 ---> f7629b54cfaa 20:10:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:10:24 ---> Running in 540832a8bd16 20:10:24 Removing intermediate container 540832a8bd16 20:10:24 ---> 449d24365ffb 20:10:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:24 ---> Running in 69fcf3bd335a 20:10:26 Removing intermediate container 69fcf3bd335a 20:10:26 ---> 4a4ad7337340 20:10:26 Step 5/8 : RUN apk add --update --no-cache git make 20:10:26 ---> Running in 7435408930d3 20:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:28 OK: 166 MiB in 39 packages 20:10:28 Removing intermediate container 7435408930d3 20:10:28 ---> 24103d528dd8 20:10:28 Step 6/8 : WORKDIR /build 20:10:28 ---> Running in 17585c432920 20:10:28 Removing intermediate container 17585c432920 20:10:28 ---> 770e7f553ba9 20:10:28 Step 7/8 : COPY go.mod . 20:10:29 ---> e0e3d49d15ef 20:10:29 Step 8/8 : RUN go mod download 20:10:29 ---> Running in 865f9ee017ff 20:10:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:10:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.032s coverage: 9.0% of statements 20:10:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:10:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.033s coverage: 95.1% of statements 20:10:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.044s coverage: 87.8% of statements 20:10:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 20:10:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 20:10:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 20:10:51 Removing intermediate container 865f9ee017ff 20:10:51 ---> 6b0e56392fe1 20:10:51 Successfully built 6b0e56392fe1 20:10:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:10:52 + docker inspect -f . ci-base-image-x86_64 20:10:52 . [Pipeline] withDockerContainer 20:10:52 prd-centos7-docker-4c-2g-12815 does not seem to be running inside a container 20:10:52 $ 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 20:10:53 $ docker top 3426536c1ff8735e792c7dadccdeb1da13dbcbb8113ba982d03073735cb12835 -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:54 + go version 20:10:54 go version go1.15.2 linux/amd64 [Pipeline] } 20:10:54 $ docker stop --time=1 3426536c1ff8735e792c7dadccdeb1da13dbcbb8113ba982d03073735cb12835 20:10:54 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.034s coverage: 100.0% of statements 20:10:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 20:10:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:10:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 20:10:54 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements 20:10:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:10:54 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:10:54 --- FAIL: TestGetUnknownServicePanics (0.00s) 20:10:54 container_test.go:28: 20:10:54 Error Trace: container_test.go:28 20:10:54 Error: func (assert.PanicTestFunc)(0x185fb0) should panic 20:10:54 Panic value: 20:10:54 Test: TestGetUnknownServicePanics 20:10:54 FAIL 20:10:54 coverage: 91.3% of statements 20:10:54 FAIL github.com/edgexfoundry/go-mod-bootstrap/di 0.011s 20:10:54 FAIL 20:10:54 make: *** [Makefile:6: test] Error 1 20:10:56 $ docker rm -f 3426536c1ff8735e792c7dadccdeb1da13dbcbb8113ba982d03073735cb12835 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 20:10:56 $ docker stop --time=1 b0651cc6ff1916900e01d3e84cefddabbb42766c16f5a2f8be7f0379e4792de5 20:10:58 $ 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] } 20:11:00 + docker inspect -f . ci-base-image-x86_64 20:11:00 . [Pipeline] // stage [Pipeline] } 20:11:00 Failed in branch arm64 [Pipeline] withDockerContainer 20:11:00 prd-centos7-docker-4c-2g-12815 does not seem to be running inside a container 20:11:00 $ 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 20:11:02 $ docker top ca7e5a30253594cdd9644a6e0353226113ad321e550c62a3db83e536e8a0e66b -eo pid,comm [Pipeline] { [Pipeline] sh 20:11:02 + make test 20:11:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:11:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:11:18 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.046s coverage: 9.0% of statements 20:11:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:11:18 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.057s coverage: 95.1% of statements 20:11:18 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.034s coverage: 87.8% of statements 20:11:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 20:11:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 20:11:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 20:11:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.061s coverage: 100.0% of statements 20:11:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 20:11:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:11:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 20:11:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements 20:11:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:11:26 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:11:26 --- FAIL: TestGetUnknownServicePanics (0.00s) 20:11:26 container_test.go:28: 20:11:26 Error Trace: container_test.go:28 20:11:26 Error: func (assert.PanicTestFunc)(0x5afec0) should panic 20:11:26 Panic value: 20:11:26 Test: TestGetUnknownServicePanics 20:11:26 FAIL 20:11:26 coverage: 91.3% of statements 20:11:26 FAIL github.com/edgexfoundry/go-mod-bootstrap/di 0.027s 20:11:26 FAIL 20:11:26 make: *** [Makefile:6: test] Error 1 [Pipeline] } 20:11:26 $ docker stop --time=1 ca7e5a30253594cdd9644a6e0353226113ad321e550c62a3db83e536e8a0e66b 20:11:29 $ 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] } 20:11:31 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 20:11:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:11:35 ---> package-listing.sh 20:11:35 ++ facter osfamily 20:11:35 ++ tr '[:upper:]' '[:lower:]' 20:11:35 + OS_FAMILY=redhat 20:11:35 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-125 20:11:35 + START_PACKAGES=/tmp/packages_start.txt 20:11:35 + END_PACKAGES=/tmp/packages_end.txt 20:11:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:11:35 + PACKAGES=/tmp/packages_start.txt 20:11:35 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' 20:11:35 + PACKAGES=/tmp/packages_end.txt 20:11:35 + case "${OS_FAMILY}" in 20:11:35 + rpm -qa 20:11:35 + sort 20:11:39 + '[' -f /tmp/packages_start.txt ']' 20:11:39 + '[' -f /tmp/packages_end.txt ']' 20:11:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:11:39 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' 20:11:39 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-125/archives/ 20:11:39 + 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 20:11:39 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 20:11:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:11:39 20:11:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:11:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:11:40 alpine: Pulling from edgex-lftools-log-publisher 20:11:40 df20fa9351a1: Pulling fs layer 20:11:40 36b3adc4ff6f: Pulling fs layer 20:11:40 8ad3a11d3b57: Pulling fs layer 20:11:40 46f8f816bc3b: Pulling fs layer 20:11:40 93b61091891f: Pulling fs layer 20:11:40 93b9cdb0e59b: Pulling fs layer 20:11:40 5e14af77c1be: Pulling fs layer 20:11:40 01666e4c0597: Pulling fs layer 20:11:40 aa168da1d23b: Pulling fs layer 20:11:40 93b61091891f: Waiting 20:11:40 93b9cdb0e59b: Waiting 20:11:40 5e14af77c1be: Waiting 20:11:40 01666e4c0597: Waiting 20:11:40 aa168da1d23b: Waiting 20:11:40 46f8f816bc3b: Waiting 20:11:40 36b3adc4ff6f: Verifying Checksum 20:11:40 36b3adc4ff6f: Download complete 20:11:40 46f8f816bc3b: Verifying Checksum 20:11:40 46f8f816bc3b: Download complete 20:11:40 df20fa9351a1: Verifying Checksum 20:11:40 df20fa9351a1: Download complete 20:11:40 93b9cdb0e59b: Verifying Checksum 20:11:40 93b9cdb0e59b: Download complete 20:11:40 93b61091891f: Verifying Checksum 20:11:40 93b61091891f: Download complete 20:11:40 5e14af77c1be: Verifying Checksum 20:11:40 5e14af77c1be: Download complete 20:11:40 01666e4c0597: Verifying Checksum 20:11:40 01666e4c0597: Download complete 20:11:40 8ad3a11d3b57: Verifying Checksum 20:11:40 8ad3a11d3b57: Download complete 20:11:40 df20fa9351a1: Pull complete 20:11:41 36b3adc4ff6f: Pull complete 20:11:41 8ad3a11d3b57: Pull complete 20:11:41 46f8f816bc3b: Pull complete 20:11:42 93b61091891f: Pull complete 20:11:42 93b9cdb0e59b: Pull complete 20:11:42 5e14af77c1be: Pull complete 20:11:42 aa168da1d23b: Verifying Checksum 20:11:42 aa168da1d23b: Download complete 20:11:42 01666e4c0597: Pull complete 20:11:49 aa168da1d23b: Pull complete 20:11:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:11:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:11:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:11:49 prd-centos7-docker-4c-2g-12813 does not seem to be running inside a container 20:11:49 $ 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 20:11:55 $ docker top 5839873c7a1e912820b1a2902562c9d37670e7ed270940c55cc867174a8dfeaf -eo pid,comm [Pipeline] { [Pipeline] sh 20:11:55 + touch /tmp/pre-build-complete [Pipeline] sh 20:11:56 + mkdir -p /var/log/sa [Pipeline] sh 20:11:56 + ls /var/log/sa-host 20:11:56 + sadf -c /var/log/sa-host/sa05 20:11:56 file_magic: OK 20:11:56 HZ: Using current value: 100 20:11:56 file_header: OK 20:11:56 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 20:11:56 Statistics: 20:11:56 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:11:56 File successfully converted to sysstat format version 12.2.1 20:11:56 + sadf -c /var/log/sa-host/sa19 20:11:56 file_magic: OK 20:11:56 HZ: Using current value: 100 20:11:56 file_header: OK 20:11:56 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 20:11:56 Statistics: 20:11:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:11:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:11:57 provisioning config files... 20:11:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config8816214487267211332tmp [Pipeline] { [Pipeline] echo 20:11:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:11:57 ---> create-netrc.sh [Pipeline] } 20:11:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:11:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:11:57 ---> python-tools-install.sh [Pipeline] echo 20:11:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:11:58 ---> sudo-logs.sh 20:11:58 Archiving 'sudo' log.. [Pipeline] echo 20:11:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:11:58 ---> job-cost.sh 20:11:58 lf-activate-venv: SKIPPING 20:11:58 INFO: No Stack... 20:11:59 INFO: Retrieving Pricing Info for: v1-standard-2 20:11:59 INFO: Archiving Costs [Pipeline] echo 20:11:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:12:00 ---> logs-deploy.sh 20:12:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-125/3 20:12:00 INFO: archiving workspace using pattern(s): 20:12:01 Archives upload complete. 20:12:01 INFO: archiving logs to Nexus 20:12:02 ---> uname -a: 20:12:02 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 20:12:02 20:12:02 20:12:02 ---> lscpu: 20:12:02 Architecture: x86_64 20:12:02 CPU op-mode(s): 32-bit, 64-bit 20:12:02 Byte Order: Little Endian 20:12:02 Address sizes: 40 bits physical, 48 bits virtual 20:12:02 CPU(s): 4 20:12:02 On-line CPU(s) list: 0-3 20:12:02 Thread(s) per core: 1 20:12:02 Core(s) per socket: 1 20:12:02 Socket(s): 4 20:12:02 NUMA node(s): 1 20:12:02 Vendor ID: GenuineIntel 20:12:02 CPU family: 6 20:12:02 Model: 44 20:12:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:12:02 Stepping: 1 20:12:02 CPU MHz: 2933.442 20:12:02 BogoMIPS: 5866.88 20:12:02 Virtualization: VT-x 20:12:02 Hypervisor vendor: KVM 20:12:02 Virtualization type: full 20:12:02 L1d cache: 128 KiB 20:12:02 L1i cache: 128 KiB 20:12:02 L2 cache: 16 MiB 20:12:02 L3 cache: 64 MiB 20:12:02 NUMA node0 CPU(s): 0-3 20:12:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:12:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:12:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:12:02 Vulnerability Meltdown: Mitigation; PTI 20:12:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:12:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:12:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:12:02 Vulnerability Tsx async abort: Not affected 20:12:02 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 20:12:02 20:12:02 20:12:02 ---> nproc: 20:12:02 4 20:12:02 20:12:02 20:12:02 ---> df -h: 20:12:02 Filesystem Size Used Available Use% Mounted on 20:12:02 overlay 50.0G 7.2G 42.8G 14% / 20:12:02 tmpfs 64.0M 0 64.0M 0% /dev 20:12:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:12:02 shm 64.0M 0 64.0M 0% /dev/shm 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_go-mod-bootstrap_PR-125 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 20:12:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 20:12:02 20:12:02