Pull request #129 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from c95d24f06c5172669be74579e3708fad34647d90+de86bb2d438ca7287b41d514e43219be66da0926 (9621222925299b6cf099d1ae6aa8141b395c66ff) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13343 in /w/workspace/xfoundry_go-mod-bootstrap_PR-129 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-129 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit de86bb2d438ca7287b41d514e43219be66da0926 into PR head commit c95d24f06c5172669be74579e3708fad34647d90 Merge succeeded, producing c95d24f06c5172669be74579e3708fad34647d90 Checking out Revision c95d24f06c5172669be74579e3708fad34647d90 (PR-129) > git config core.sparsecheckout # timeout=10 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 Commit message: "fix: LoggingClientFrom handle nil case properly" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 3652b88fc82792b18f4fe448b248ed2d270ba02f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:12:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:12:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:12:21 ========================================================= 09:12:21 EdgeX Global Pipelines Version Info 09:12:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:12:22 ------------------- 09:12:22 stable info: 09:12:22 ------------------- 09:12:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:12:22 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 09:12:22 Message: update stable to v1.0.167 09:12:23 ------------------- 09:12:23 experimental info: 09:12:23 ------------------- 09:12:23 Commited By: **** collab-it+edgex@linuxfoundation.org 09:12:23 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 09:12:23 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:12:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 09:12:23 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:12:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 09:12:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-129 [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-129 [Pipeline] echo 09:12:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-129 [Pipeline] echo 09:12:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c95d24f06c5172669be74579e3708fad34647d90 [Pipeline] echo 09:12:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c95d24f [Pipeline] echo 09:12:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:12:27 provisioning config files... 09:12:27 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/config6276758330950660201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:12:27 ---> docker-login.sh 09:12:27 nexus3.edgexfoundry.org:10001 09:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:28 Configure a credential helper to remove this warning. See 09:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:28 09:12:28 Login Succeeded 09:12:28 nexus3.edgexfoundry.org:10002 09:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:28 Configure a credential helper to remove this warning. See 09:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:28 09:12:28 Login Succeeded 09:12:28 nexus3.edgexfoundry.org:10003 09:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:28 Configure a credential helper to remove this warning. See 09:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:28 09:12:28 Login Succeeded 09:12:28 nexus3.edgexfoundry.org:10004 09:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:28 Configure a credential helper to remove this warning. See 09:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:28 09:12:28 Login Succeeded 09:12:28 docker.io 09:12:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:29 Configure a credential helper to remove this warning. See 09:12:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:29 09:12:29 Login Succeeded 09:12:29 ---> docker-login.sh ends [Pipeline] } 09:12:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:12:30 + git log --format=format:%s -1 c95d24f06c5172669be74579e3708fad34647d90 [Pipeline] echo 09:12:30 GIT_COMMIT: c95d24f06c5172669be74579e3708fad34647d90, Commit Message: fix: LoggingClientFrom handle nil case properly [Pipeline] echo 09:12:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:12:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:12:31 09:12:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:12:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:12:31 latest: Pulling from edgex-devops/git-semver 09:12:31 31603596830f: Pulling fs layer 09:12:31 2a8b12db71e7: Pulling fs layer 09:12:31 6ca5941a6612: Pulling fs layer 09:12:31 ecc8261a40a4: Pulling fs layer 09:12:31 ecc8261a40a4: Waiting 09:12:31 2a8b12db71e7: Download complete 09:12:31 31603596830f: Verifying Checksum 09:12:31 31603596830f: Download complete 09:12:31 6ca5941a6612: Verifying Checksum 09:12:31 6ca5941a6612: Download complete 09:12:31 ecc8261a40a4: Verifying Checksum 09:12:31 ecc8261a40a4: Download complete 09:12:32 31603596830f: Pull complete 09:12:32 2a8b12db71e7: Pull complete 09:12:32 6ca5941a6612: Pull complete 09:12:33 ecc8261a40a4: Pull complete 09:12:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:12:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:12:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:12:33 prd-centos7-docker-4c-2g-13343 does not seem to be running inside a container 09:12:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-129 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129:/w/workspace/xfoundry_go-mod-bootstrap_PR-129:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:12:35 $ docker top 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:35 [ssh-agent] Looking for ssh-agent implementation... 09:12:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:35 $ docker exec 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent 09:12:36 SSH_AUTH_SOCK=/tmp/ssh-Daxae66jbStA/agent.11 09:12:36 SSH_AGENT_PID=16 09:12:36 Running ssh-add (command line suppressed) 09:12:36 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_5505799459891512080.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_5505799459891512080.key) 09:12:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:36 + git tag --points-at HEAD [Pipeline] } 09:12:36 $ docker exec --env ******** --env ******** 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent -k 09:12:36 unset SSH_AUTH_SOCK; 09:12:36 unset SSH_AGENT_PID; 09:12:36 echo Agent pid 16 killed; 09:12:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:12:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:37 [ssh-agent] Looking for ssh-agent implementation... 09:12:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:37 $ docker exec 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent 09:12:37 SSH_AUTH_SOCK=/tmp/ssh-DEFpTnvBYDkj/agent.45 09:12:37 SSH_AGENT_PID=50 09:12:37 Running ssh-add (command line suppressed) 09:12:37 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_8558753806261178051.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/private_key_8558753806261178051.key) 09:12:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:37 + git semver init 09:12:37 # -> Open(): unable to determine branch for HEAD 09:12:37 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-129/.git 09:12:37 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-129 09:12:37 # $SEMVER_REMOTE_NAME = origin 09:12:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:12:37 # $SEMVER_USER_NAME = edgex-jenkins 09:12:37 # $SEMVER_BRANCH = PR-129 09:12:37 # $SEMVER_TEMP = /tmp/semver-095809198 09:12:37 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 09:12:38 # '/tmp/semver-095809198' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-129/.semver' 09:12:38 # -> Force: false 09:12:38 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-129/.semver [Pipeline] } 09:12:38 $ docker exec --env ******** --env ******** 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 ssh-agent -k 09:12:38 unset SSH_AUTH_SOCK; 09:12:38 unset SSH_AGENT_PID; 09:12:38 echo Agent pid 50 killed; 09:12:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:39 + git semver [Pipeline] } 09:12:39 $ docker stop --time=1 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 09:12:40 $ docker rm -f 83a70b44745cf4ac61d76192628d502c536873da0576a22bb723eff0090c8ad4 [Pipeline] // withDockerContainer [Pipeline] sh 09:12:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:12:41 Stashed 1 file(s) [Pipeline] echo 09:12:41 [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 09:12:57 Still waiting to schedule task 09:12:57 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13343’ 09:12:57 Still waiting to schedule task 09:12:57 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 09:14:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13344 in /w/workspace/xfoundry_go-mod-bootstrap_PR-129 [Pipeline] { [Pipeline] ws 09:14:48 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 09:14:53 using credential edgex-jenkins-ssh 09:14:53 Cloning the remote Git repository 09:14:53 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 09:14:53 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 09:14:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:14:53 > git --version # timeout=10 09:14:53 > git --version # 'git version 2.17.1' 09:14:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:14:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:14:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:14:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:14:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:14:54 Merging remotes/origin/master commit de86bb2d438ca7287b41d514e43219be66da0926 into PR head commit c95d24f06c5172669be74579e3708fad34647d90 09:14:55 Merge succeeded, producing c95d24f06c5172669be74579e3708fad34647d90 09:14:55 Checking out Revision c95d24f06c5172669be74579e3708fad34647d90 (PR-129) 09:14:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:14:54 using GIT_SSH to set credentials SSH Credentials for GitHub 09:14:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:14:54 > git config core.sparsecheckout # timeout=10 09:14:54 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 09:14:55 > git remote # timeout=10 09:14:55 > git config --get remote.origin.url # timeout=10 09:14:55 using GIT_SSH to set credentials SSH Credentials for GitHub 09:14:55 > git merge de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 09:14:55 > git rev-parse HEAD^{commit} # timeout=10 09:14:55 > git config core.sparsecheckout # timeout=10 09:14:55 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 09:14:59 Commit message: "fix: LoggingClientFrom handle nil case properly" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:15:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:15:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:15:02 + true 09:15:02 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:15:04 provisioning config files... 09:15:04 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config6841573739358365801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:15:04 ---> docker-login.sh 09:15:04 nexus3.edgexfoundry.org:10001 09:15:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:05 Configure a credential helper to remove this warning. See 09:15:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:05 09:15:05 Login Succeeded 09:15:05 nexus3.edgexfoundry.org:10002 09:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:06 Configure a credential helper to remove this warning. See 09:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:06 09:15:06 Login Succeeded 09:15:06 nexus3.edgexfoundry.org:10003 09:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:06 Configure a credential helper to remove this warning. See 09:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:06 09:15:06 Login Succeeded 09:15:06 nexus3.edgexfoundry.org:10004 09:15:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:07 Configure a credential helper to remove this warning. See 09:15:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:07 09:15:07 Login Succeeded 09:15:07 docker.io 09:15:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:08 Configure a credential helper to remove this warning. See 09:15:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:08 09:15:08 Login Succeeded 09:15:08 ---> docker-login.sh ends [Pipeline] } 09:15:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:15:08 ========================================================= 09:15:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:15:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:15:09 + 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 . 09:15:09 Sending build context to Docker daemon 579.6kB 09:15:09 Step 1/8 : ARG BASE=golang:1.15-alpine 09:15:09 Step 2/8 : FROM ${BASE} 09:15:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:15:09 b538f80385f9: Pulling fs layer 09:15:09 74f711af9a0d: Pulling fs layer 09:15:09 99f96fe45779: Pulling fs layer 09:15:09 8529a6b9a6be: Pulling fs layer 09:15:09 45590311c82a: Pulling fs layer 09:15:09 69ca0ff8b7b3: Pulling fs layer 09:15:09 209524e5b208: Pulling fs layer 09:15:09 8529a6b9a6be: Waiting 09:15:09 45590311c82a: Waiting 09:15:09 69ca0ff8b7b3: Waiting 09:15:09 209524e5b208: Waiting 09:15:09 99f96fe45779: Verifying Checksum 09:15:09 99f96fe45779: Download complete 09:15:09 74f711af9a0d: Download complete 09:15:09 45590311c82a: Verifying Checksum 09:15:09 45590311c82a: Download complete 09:15:09 b538f80385f9: Verifying Checksum 09:15:09 b538f80385f9: Download complete 09:15:09 69ca0ff8b7b3: Verifying Checksum 09:15:09 69ca0ff8b7b3: Download complete 09:15:10 b538f80385f9: Pull complete 09:15:11 74f711af9a0d: Pull complete 09:15:11 99f96fe45779: Pull complete 09:15:12 209524e5b208: Verifying Checksum 09:15:12 209524e5b208: Download complete 09:15:13 8529a6b9a6be: Verifying Checksum 09:15:13 8529a6b9a6be: Download complete 09:15:23 8529a6b9a6be: Pull complete 09:15:23 45590311c82a: Pull complete 09:15:24 69ca0ff8b7b3: Pull complete 09:15:28 209524e5b208: Pull complete 09:15:28 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:15:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:15:28 ---> 5bddaf1c2fca 09:15:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:15:31 ---> Running in f2909571f48c 09:15:31 Removing intermediate container f2909571f48c 09:15:31 ---> 99566beac887 09:15:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:31 ---> Running in d60907741f39 09:15:33 Running on prd-centos7-docker-4c-2g-13345 in /w/workspace/xfoundry_go-mod-bootstrap_PR-129 [Pipeline] { [Pipeline] ws 09:15:33 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 09:15:33 Removing intermediate container d60907741f39 09:15:33 ---> 4447e1e2eea4 09:15:33 Step 5/8 : RUN apk add --update --no-cache git make 09:15:33 ---> Running in 2cc759b909a8 09:15:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:36 OK: 142 MiB in 39 packages 09:15:37 using credential edgex-jenkins-ssh 09:15:37 Cloning the remote Git repository 09:15:37 Removing intermediate container 2cc759b909a8 09:15:37 ---> 6276d7e755ee 09:15:37 Step 6/8 : WORKDIR /build 09:15:37 ---> Running in c1579cf95f4e 09:15:38 Removing intermediate container c1579cf95f4e 09:15:38 ---> f45b81c9eaff 09:15:38 Step 7/8 : COPY go.mod . 09:15:37 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 09:15:37 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 09:15:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:15:37 > git --version # timeout=10 09:15:37 > git --version # 'git version 2.24.3' 09:15:37 using GIT_SSH to set credentials SSH Credentials for GitHub 09:15:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:15:39 ---> ea62aa0ed91a 09:15:39 Step 8/8 : RUN go mod download 09:15:39 ---> Running in 367f122c4cd9 09:15:39 Merging remotes/origin/master commit de86bb2d438ca7287b41d514e43219be66da0926 into PR head commit c95d24f06c5172669be74579e3708fad34647d90 09:15:39 Merge succeeded, producing c95d24f06c5172669be74579e3708fad34647d90 09:15:39 Checking out Revision c95d24f06c5172669be74579e3708fad34647d90 (PR-129) 09:15:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:15:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:15:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:15:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:15:38 using GIT_SSH to set credentials SSH Credentials for GitHub 09:15:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:15:39 > git config core.sparsecheckout # timeout=10 09:15:39 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 09:15:39 > git remote # timeout=10 09:15:39 > git config --get remote.origin.url # timeout=10 09:15:39 using GIT_SSH to set credentials SSH Credentials for GitHub 09:15:39 > git merge de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 09:15:39 > git rev-parse HEAD^{commit} # timeout=10 09:15:39 > git config core.sparsecheckout # timeout=10 09:15:39 > git checkout -f c95d24f06c5172669be74579e3708fad34647d90 # timeout=10 09:15:43 Commit message: "fix: LoggingClientFrom handle nil case properly" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:15:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:15:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:15:46 + sudo service docker restart 09:15:46 + true 09:15:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:15:47 provisioning config files... 09:15:47 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config9101082792807863441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:15:48 ---> docker-login.sh 09:15:48 nexus3.edgexfoundry.org:10001 09:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:48 Configure a credential helper to remove this warning. See 09:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:48 09:15:48 Login Succeeded 09:15:48 nexus3.edgexfoundry.org:10002 09:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:49 Configure a credential helper to remove this warning. See 09:15:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:49 09:15:49 Login Succeeded 09:15:49 nexus3.edgexfoundry.org:10003 09:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:49 Configure a credential helper to remove this warning. See 09:15:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:49 09:15:49 Login Succeeded 09:15:49 nexus3.edgexfoundry.org:10004 09:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:49 Configure a credential helper to remove this warning. See 09:15:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:49 09:15:49 Login Succeeded 09:15:49 docker.io 09:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:50 Configure a credential helper to remove this warning. See 09:15:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:50 09:15:50 Login Succeeded 09:15:50 ---> docker-login.sh ends [Pipeline] } 09:15:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:15:50 ========================================================= 09:15:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:15:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:15:51 + 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 . 09:15:51 Sending build context to Docker daemon 580.6kB 09:15:51 Step 1/8 : ARG BASE=golang:1.15-alpine 09:15:51 Step 2/8 : FROM ${BASE} 09:15:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:15:51 df20fa9351a1: Pulling fs layer 09:15:51 ed8968b2872e: Pulling fs layer 09:15:51 a92cc7c5fd73: Pulling fs layer 09:15:51 e871e8e8d7a9: Pulling fs layer 09:15:51 e73272ec9a57: Pulling fs layer 09:15:51 1e910a182e73: Pulling fs layer 09:15:51 4e634b169226: Pulling fs layer 09:15:51 e871e8e8d7a9: Waiting 09:15:51 e73272ec9a57: Waiting 09:15:51 1e910a182e73: Waiting 09:15:51 4e634b169226: Waiting 09:15:51 a92cc7c5fd73: Verifying Checksum 09:15:51 a92cc7c5fd73: Download complete 09:15:52 ed8968b2872e: Download complete 09:15:52 e73272ec9a57: Download complete 09:15:52 1e910a182e73: Verifying Checksum 09:15:52 1e910a182e73: Download complete 09:15:52 df20fa9351a1: Verifying Checksum 09:15:52 df20fa9351a1: Download complete 09:15:52 df20fa9351a1: Pull complete 09:15:53 ed8968b2872e: Pull complete 09:15:53 a92cc7c5fd73: Pull complete 09:16:00 4e634b169226: Verifying Checksum 09:16:00 4e634b169226: Download complete 09:16:01 Removing intermediate container 367f122c4cd9 09:16:01 ---> cd7e0751eb1d 09:16:01 Successfully built cd7e0751eb1d 09:16:01 e871e8e8d7a9: Verifying Checksum 09:16:01 e871e8e8d7a9: Download complete 09:16:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:16:01 + docker inspect -f . ci-base-image-arm64 09:16:01 . [Pipeline] withDockerContainer 09:16:02 prd-ubuntu18.04-docker-arm64-4c-16g-13344 does not seem to be running inside a container 09:16:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:16:03 $ docker top 910c26b0151f6edc723880b1996b049503457a90c541f7eabdb3d2bf96a81c8a -eo pid,comm [Pipeline] { [Pipeline] sh 09:16:04 + go version 09:16:04 go version go1.15.2 linux/arm64 [Pipeline] } 09:16:04 $ docker stop --time=1 910c26b0151f6edc723880b1996b049503457a90c541f7eabdb3d2bf96a81c8a 09:16:06 $ docker rm -f 910c26b0151f6edc723880b1996b049503457a90c541f7eabdb3d2bf96a81c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:16:07 + docker inspect -f . ci-base-image-arm64 09:16:07 . [Pipeline] withDockerContainer 09:16:07 prd-ubuntu18.04-docker-arm64-4c-16g-13344 does not seem to be running inside a container 09:16:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:16:09 $ docker top d3b5d12312af4061b57b8dd2843e36136f821f760c48dba436f7ac5ff47ecf53 -eo pid,comm 09:16:09 e871e8e8d7a9: Pull complete 09:16:09 e73272ec9a57: Pull complete 09:16:09 1e910a182e73: Pull complete [Pipeline] { [Pipeline] sh 09:16:10 + make test 09:16:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:16:15 4e634b169226: Pull complete 09:16:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:16:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:16:15 ---> f7629b54cfaa 09:16:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:16:15 ---> Running in 8c9c78c08a83 09:16:15 Removing intermediate container 8c9c78c08a83 09:16:15 ---> e10725f585aa 09:16:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:16:15 ---> Running in 97f7133dec7e 09:16:16 Removing intermediate container 97f7133dec7e 09:16:16 ---> 8424bfe6198b 09:16:16 Step 5/8 : RUN apk add --update --no-cache git make 09:16:16 ---> Running in f01f5b4ba27c 09:16:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:16:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:16:18 OK: 166 MiB in 39 packages 09:16:19 Removing intermediate container f01f5b4ba27c 09:16:19 ---> 7cb3a3476ff6 09:16:19 Step 6/8 : WORKDIR /build 09:16:19 ---> Running in 0b8d69bc7d7c 09:16:19 Removing intermediate container 0b8d69bc7d7c 09:16:19 ---> d1cfff2b0a70 09:16:19 Step 7/8 : COPY go.mod . 09:16:19 ---> d78d6a76ea78 09:16:19 Step 8/8 : RUN go mod download 09:16:19 ---> Running in a39d45014a5d 09:16:37 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 09:16:38 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.028s coverage: 9.0% of statements 09:16:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 09:16:38 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.040s coverage: 95.1% of statements 09:16:38 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.015s coverage: 87.8% of statements 09:16:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 09:16:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 09:16:38 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 09:16:42 Removing intermediate container a39d45014a5d 09:16:42 ---> 645275e5ad88 09:16:42 Successfully built 645275e5ad88 09:16:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:16:42 + docker inspect -f . ci-base-image-x86_64 09:16:42 . [Pipeline] withDockerContainer 09:16:43 prd-centos7-docker-4c-2g-13345 does not seem to be running inside a container 09:16:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:16:44 $ docker top 790062eeb9c119e6c5afef705441daf1b61b132ec06d7d0e3e93dae93d5d8379 -eo pid,comm [Pipeline] { [Pipeline] sh 09:16:44 + go version 09:16:45 go version go1.15.2 linux/amd64 [Pipeline] } 09:16:45 $ docker stop --time=1 790062eeb9c119e6c5afef705441daf1b61b132ec06d7d0e3e93dae93d5d8379 09:16:46 $ docker rm -f 790062eeb9c119e6c5afef705441daf1b61b132ec06d7d0e3e93dae93d5d8379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:16:47 + docker inspect -f . ci-base-image-x86_64 09:16:47 . [Pipeline] withDockerContainer 09:16:48 prd-centos7-docker-4c-2g-13345 does not seem to be running inside a container 09:16:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:16:48 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.035s coverage: 100.0% of statements 09:16:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 09:16:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 09:16:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 09:16:48 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.014s coverage: 48.9% of statements 09:16:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 09:16:48 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 09:16:48 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.009s coverage: 91.3% of statements 09:16:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:16:49 $ docker top f6fe9163fddaaec88fabc095362950a6dca2140f371d7e4bcb43ad451a55e58d -eo pid,comm [Pipeline] { [Pipeline] sh 09:16:49 + make test 09:16:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:16:52 gofmt -l . 09:16:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:16:52 $ docker stop --time=1 d3b5d12312af4061b57b8dd2843e36136f821f760c48dba436f7ac5ff47ecf53 09:16:54 $ docker rm -f d3b5d12312af4061b57b8dd2843e36136f821f760c48dba436f7ac5ff47ecf53 [Pipeline] // withDockerContainer [Pipeline] sh 09:16:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:16:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:17:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 09:17:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.016s coverage: 9.0% of statements 09:17:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 09:17:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.070s coverage: 95.1% of statements 09:17:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.032s coverage: 87.8% of statements 09:17:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 09:17:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 09:17:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 09:17:17 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.053s coverage: 100.0% of statements 09:17:17 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 09:17:17 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 09:17:17 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 09:17:17 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.007s coverage: 48.9% of statements 09:17:17 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 09:17:17 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 09:17:17 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.007s coverage: 91.3% of statements 09:17:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:17:19 gofmt -l . 09:17:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:17:19 $ docker stop --time=1 f6fe9163fddaaec88fabc095362950a6dca2140f371d7e4bcb43ad451a55e58d 09:17:22 $ docker rm -f f6fe9163fddaaec88fabc095362950a6dca2140f371d7e4bcb43ad451a55e58d [Pipeline] // withDockerContainer [Pipeline] sh 09:17:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:17:23 Warning: overwriting stash ‘coverage-report’ 09:17:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:17:27 provisioning config files... 09:17:27 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/config3745296564942547486tmp [Pipeline] { [Pipeline] sh 09:17:27 + set +x 09:17:27 + curl -s https://codecov.io/bash 09:17:27 + bash -s -- 09:17:28 09:17:28 _____ _ 09:17:28 / ____| | | 09:17:28 | | ___ __| | ___ ___ _____ __ 09:17:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:17:28 | |___| (_) | (_| | __/ (_| (_) \ V / 09:17:28 \_____\___/ \__,_|\___|\___\___/ \_/ 09:17:28 Bash-20201123-d0fed5f 09:17:28 09:17:28 09:17:28 ==> Jenkins CI detected. 09:17:28 project root: . 09:17:28 --> token set from env 09:17:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:17:28 ==> Running gcov in . (disable via -X gcov) 09:17:28 ==> Python coveragepy not found 09:17:28 ==> Searching for coverage reports in: 09:17:28 + . 09:17:28 -> Found 1 reports 09:17:28 ==> Detecting git/mercurial file structure 09:17:28 ==> Reading reports 09:17:28 + ./coverage.out bytes=21004 09:17:28 ==> Appending adjustments 09:17:28 https://docs.codecov.io/docs/fixing-reports 09:17:28 + Found adjustments 09:17:28 ==> Gzipping contents 09:17:28 ==> Uploading reports 09:17:28 url: https://codecov.io 09:17:28 query: branch=PR-129&commit=c95d24f06c5172669be74579e3708fad34647d90&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-129%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=129&job=&cmd_args= 09:17:28 -> Pinging Codecov 09:17:28 https://codecov.io/upload/v4?package=bash-20201123-d0fed5f&token=secret&branch=PR-129&commit=c95d24f06c5172669be74579e3708fad34647d90&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-129%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=129&job=&cmd_args= 09:17:28 -> Uploading to 09:17:28 https://storage.googleapis.com/codecov/v4/raw/2020-11-24/833815588EE85121546D348822E98E2E/c95d24f06c5172669be74579e3708fad34647d90/b82e5e7d-7529-47ed-91c7-513e5cc8719b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201124%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201124T091728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6093705bcdf45207a77f3b71b1da566ad5e40d69e733daa7bdf95fde5dc4de52 09:17:28 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:28 Dload Upload Total Spent Left Speed 09:17:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4414 0 0 100 4414 0 9454 --:--:-- --:--:-- --:--:-- 9472 09:17:29 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/c95d24f06c5172669be74579e3708fad34647d90 [Pipeline] } 09:17:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:17:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:17:33 ---> package-listing.sh 09:17:33 ++ facter osfamily 09:17:33 ++ tr '[:upper:]' '[:lower:]' 09:17:33 + OS_FAMILY=redhat 09:17:33 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-129 09:17:33 + START_PACKAGES=/tmp/packages_start.txt 09:17:33 + END_PACKAGES=/tmp/packages_end.txt 09:17:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:17:33 + PACKAGES=/tmp/packages_start.txt 09:17:33 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-129 ']' 09:17:33 + PACKAGES=/tmp/packages_end.txt 09:17:33 + case "${OS_FAMILY}" in 09:17:33 + rpm -qa 09:17:33 + sort 09:17:38 + '[' -f /tmp/packages_start.txt ']' 09:17:38 + '[' -f /tmp/packages_end.txt ']' 09:17:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:17:38 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-129 ']' 09:17:38 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-129/archives/ 09:17:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-129/archives/ [Pipeline] echo 09:17:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:17:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:17:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:17:39 09:17:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:17:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:17:39 alpine: Pulling from edgex-lftools-log-publisher 09:17:39 df20fa9351a1: Pulling fs layer 09:17:39 36b3adc4ff6f: Pulling fs layer 09:17:39 8ad3a11d3b57: Pulling fs layer 09:17:39 46f8f816bc3b: Pulling fs layer 09:17:39 93b61091891f: Pulling fs layer 09:17:39 93b9cdb0e59b: Pulling fs layer 09:17:39 5e14af77c1be: Pulling fs layer 09:17:39 01666e4c0597: Pulling fs layer 09:17:39 aa168da1d23b: Pulling fs layer 09:17:39 93b9cdb0e59b: Waiting 09:17:39 46f8f816bc3b: Waiting 09:17:39 93b61091891f: Waiting 09:17:39 5e14af77c1be: Waiting 09:17:39 01666e4c0597: Waiting 09:17:39 aa168da1d23b: Waiting 09:17:39 36b3adc4ff6f: Verifying Checksum 09:17:39 36b3adc4ff6f: Download complete 09:17:39 46f8f816bc3b: Verifying Checksum 09:17:39 46f8f816bc3b: Download complete 09:17:39 df20fa9351a1: Download complete 09:17:39 93b9cdb0e59b: Download complete 09:17:39 93b61091891f: Verifying Checksum 09:17:39 93b61091891f: Download complete 09:17:39 5e14af77c1be: Verifying Checksum 09:17:39 5e14af77c1be: Download complete 09:17:39 01666e4c0597: Verifying Checksum 09:17:39 01666e4c0597: Download complete 09:17:39 8ad3a11d3b57: Verifying Checksum 09:17:39 8ad3a11d3b57: Download complete 09:17:40 df20fa9351a1: Pull complete 09:17:40 36b3adc4ff6f: Pull complete 09:17:41 aa168da1d23b: Verifying Checksum 09:17:41 aa168da1d23b: Download complete 09:17:41 8ad3a11d3b57: Pull complete 09:17:42 46f8f816bc3b: Pull complete 09:17:42 93b61091891f: Pull complete 09:17:42 93b9cdb0e59b: Pull complete 09:17:43 5e14af77c1be: Pull complete 09:17:43 01666e4c0597: Pull complete 09:17:49 aa168da1d23b: Pull complete 09:17:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:17:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:17:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:17:49 prd-centos7-docker-4c-2g-13343 does not seem to be running inside a container 09:17: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-129/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-129 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129:/w/workspace/xfoundry_go-mod-bootstrap_PR-129:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:17:54 $ docker top 7bac57a52248308c64063e7bbe02a86061d8bb9a26b187a6e9a3e5e36c7ae8aa -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:54 + touch /tmp/pre-build-complete [Pipeline] sh 09:17:55 + mkdir -p /var/log/sa [Pipeline] sh 09:17:55 + ls /var/log/sa-host 09:17:55 + sadf -c /var/log/sa-host/sa23 09:17:55 file_magic: OK 09:17:55 HZ: Using current value: 100 09:17:55 file_header: OK 09:17:55 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 09:17:55 Statistics: 09:17:55 Hnuu...uuuununununu... 09:17:55 File successfully converted to sysstat format version 12.2.1 09:17:55 + sadf -c /var/log/sa-host/sa24 09:17:55 file_magic: OK 09:17:55 HZ: Using current value: 100 09:17:55 file_header: OK 09:17:55 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 09:17:55 Statistics: 09:17:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:17:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:17:56 provisioning config files... 09:17:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp/config5046257230705365991tmp [Pipeline] { [Pipeline] echo 09:17:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:17:56 ---> create-netrc.sh [Pipeline] } 09:17:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:17:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:17:57 ---> python-tools-install.sh [Pipeline] echo 09:17:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:17:57 ---> sudo-logs.sh 09:17:57 Archiving 'sudo' log.. [Pipeline] echo 09:17:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:17:57 ---> job-cost.sh 09:17:57 lf-activate-venv: SKIPPING 09:17:57 INFO: No Stack... 09:17:59 INFO: Retrieving Pricing Info for: v1-standard-2 09:17:59 INFO: Archiving Costs [Pipeline] echo 09:17:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:17:59 ---> logs-deploy.sh 09:17:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-129/2 09:17:59 INFO: archiving workspace using pattern(s): 09:18:01 Archives upload complete. 09:18:01 INFO: archiving logs to Nexus 09:18:02 ---> uname -a: 09:18:02 Linux prd-centos7-docker-4c-2g-13343.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:18:02 09:18:02 09:18:02 ---> lscpu: 09:18:02 Architecture: x86_64 09:18:02 CPU op-mode(s): 32-bit, 64-bit 09:18:02 Byte Order: Little Endian 09:18:02 Address sizes: 40 bits physical, 48 bits virtual 09:18:02 CPU(s): 4 09:18:02 On-line CPU(s) list: 0-3 09:18:02 Thread(s) per core: 1 09:18:02 Core(s) per socket: 1 09:18:02 Socket(s): 4 09:18:02 NUMA node(s): 1 09:18:02 Vendor ID: GenuineIntel 09:18:02 CPU family: 6 09:18:02 Model: 44 09:18:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:18:02 Stepping: 1 09:18:02 CPU MHz: 2933.442 09:18:02 BogoMIPS: 5866.88 09:18:02 Virtualization: VT-x 09:18:02 Hypervisor vendor: KVM 09:18:02 Virtualization type: full 09:18:02 L1d cache: 128 KiB 09:18:02 L1i cache: 128 KiB 09:18:02 L2 cache: 16 MiB 09:18:02 L3 cache: 64 MiB 09:18:02 NUMA node0 CPU(s): 0-3 09:18:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:18:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:18:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:18:02 Vulnerability Meltdown: Mitigation; PTI 09:18:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:18:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:18:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:18:02 Vulnerability Srbds: Not affected 09:18:02 Vulnerability Tsx async abort: Not affected 09:18: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 09:18:02 09:18:02 09:18:02 ---> nproc: 09:18:02 4 09:18:02 09:18:02 09:18:02 ---> df -h: 09:18:02 Filesystem Size Used Available Use% Mounted on 09:18:02 overlay 50.0G 7.3G 42.7G 15% / 09:18:02 tmpfs 64.0M 0 64.0M 0% /dev 09:18:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:18:02 shm 64.0M 0 64.0M 0% /dev/shm 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-129 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-129@tmp 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:18:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:18:02 09:18:02 09:18:02 ---> free -m: 09:18:02 total used free shared buff/cache available 09:18:02 Mem: 1837 729 102 0 1004 1002 09:18:02 Swap: 1023 1 1022 09:18:02 09:18:02 09:18:02 ---> ip addr: 09:18:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:18:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:18:02 inet 127.0.0.1/8 scope host lo 09:18:02 valid_lft forever preferred_lft forever 09:18:02 inet6 ::1/128 scope host 09:18:02 valid_lft forever preferred_lft forever 09:18:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:18:02 link/ether fa:16:3e:44:01:91 brd ff:ff:ff:ff:ff:ff 09:18:02 inet 10.30.123.79/23 brd 10.30.123.255 scope global dynamic eth0 09:18:02 valid_lft 86025sec preferred_lft 86025sec 09:18:02 inet6 fe80::f816:3eff:fe44:191/64 scope link 09:18:02 valid_lft forever preferred_lft forever 09:18:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:18:02 link/ether 02:42:80:69:ca:92 brd ff:ff:ff:ff:ff:ff 09:18:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:18:02 valid_lft forever preferred_lft forever 09:18:02 inet6 fe80::42:80ff:fe69:ca92/64 scope link 09:18:02 valid_lft forever preferred_lft forever 09:18:02 09:18:02 09:18:02 ---> sar -b -r -n DEV: 09:18:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/24/20 _x86_64_ (4 CPU) 09:18:02 09:18:02 09:11:34 LINUX RESTART (4 CPU) 09:18:02 09:18:02 09:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:18:02 09:13:01 69.83 30.75 39.07 0.00 7219.30 3622.38 0.00 09:18:02 09:14:01 2.81 0.00 2.81 0.00 0.00 94.42 0.00 09:18:02 09:15:01 0.48 0.00 0.48 0.00 0.00 8.39 0.00 09:18:02 09:16:02 0.28 0.00 0.28 0.00 0.00 4.58 0.00 09:18:02 09:17:01 0.24 0.00 0.24 0.00 0.00 3.62 0.00 09:18:02 Average: 14.78 6.17 8.61 0.00 1449.36 749.50 0.00 09:18:02 09:18:02 09:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:18:02 09:13:01 129500 0 628308 33.39 2620 1121116 1104244 37.69 468956 1082700 132 09:18:02 09:14:01 135284 0 622404 33.08 2620 1121236 1079192 36.83 467920 1078624 20 09:18:02 09:15:01 132964 0 624720 33.20 2620 1121240 1079440 36.84 470992 1078520 20 09:18:02 09:16:02 132280 0 625404 33.24 2620 1121240 1079524 36.84 477640 1072376 16 09:18:02 09:17:01 133940 0 623736 33.15 2620 1121248 1079260 36.83 468844 1079744 16 09:18:02 Average: 132794 0 624914 33.21 2620 1121216 1084332 37.01 470870 1078393 41 09:18:02 09:18:02 09:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:18:02 09:13:01 eth0 589.25 383.34 1062.36 106.42 0.00 0.00 0.00 0.00 09:18:02 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:13:01 docker0 1.91 1.61 0.52 3.87 0.00 0.00 0.00 0.00 09:18:02 09:14:01 eth0 0.77 0.10 0.06 0.02 0.00 0.00 0.00 0.00 09:18:02 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:15:01 eth0 2.00 1.08 1.26 0.22 0.00 0.00 0.00 0.00 09:18:02 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:16:02 eth0 0.72 0.48 0.33 0.24 0.00 0.00 0.00 0.00 09:18:02 09:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:18:02 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 Average: eth0 119.02 77.31 213.62 21.46 0.00 0.00 0.00 0.00 09:18:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:02 Average: docker0 0.38 0.32 0.10 0.78 0.00 0.00 0.00 0.00 09:18:02 09:18:02 09:18:02 ---> sar -P ALL: 09:18:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/24/20 _x86_64_ (4 CPU) 09:18:02 09:18:02 09:11:34 LINUX RESTART (4 CPU) 09:18:02 09:18:02 09:12:01 CPU %user %nice %system %iowait %steal %idle 09:18:02 09:13:01 all 12.54 0.00 4.80 1.50 0.03 81.12 09:18:02 09:13:01 0 13.51 0.00 6.16 2.99 0.02 77.33 09:18:02 09:13:01 1 11.92 0.00 4.30 0.72 0.03 83.03 09:18:02 09:13:01 2 14.08 0.00 4.02 1.96 0.03 79.92 09:18:02 09:13:01 3 10.65 0.00 4.74 0.32 0.05 84.23 09:18:02 09:14:01 all 0.17 0.00 0.06 0.00 0.00 99.77 09:18:02 09:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 09:18:02 09:14:01 1 0.55 0.00 0.05 0.00 0.00 99.40 09:18:02 09:14:01 2 0.07 0.00 0.08 0.00 0.00 99.85 09:18:02 09:14:01 3 0.05 0.00 0.05 0.00 0.00 99.90 09:18:02 09:15:01 all 0.11 0.00 0.05 0.00 0.00 99.84 09:18:02 09:15:01 0 0.05 0.00 0.03 0.00 0.00 99.92 09:18:02 09:15:01 1 0.27 0.00 0.05 0.00 0.00 99.68 09:18:02 09:15:01 2 0.08 0.00 0.05 0.00 0.00 99.87 09:18:02 09:15:01 3 0.05 0.00 0.07 0.00 0.00 99.88 09:18:02 09:16:02 all 0.09 0.00 0.04 0.00 0.00 99.86 09:18:02 09:16:02 0 0.22 0.00 0.07 0.00 0.00 99.72 09:18:02 09:16:02 1 0.08 0.00 0.05 0.00 0.02 99.85 09:18:02 09:16:02 2 0.05 0.00 0.03 0.00 0.00 99.92 09:18:02 09:16:02 3 0.02 0.00 0.02 0.00 0.00 99.97 09:18:02 09:17:01 all 0.17 0.00 0.05 0.00 0.00 99.78 09:18:02 09:17:01 0 0.41 0.00 0.03 0.00 0.00 99.56 09:18:02 09:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:18:02 09:17:01 2 0.17 0.00 0.07 0.00 0.00 99.76 09:18:02 09:17:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:18:02 Average: all 2.60 0.00 0.99 0.30 0.01 96.10 09:18:02 Average: 0 2.83 0.00 1.26 0.59 0.00 95.32 09:18:02 Average: 1 2.56 0.00 0.90 0.14 0.01 96.39 09:18:02 Average: 2 2.87 0.00 0.85 0.39 0.01 95.89 09:18:02 Average: 3 2.14 0.00 0.98 0.06 0.01 96.81 09:18:02 09:18:02 09:18:02