Pull request #125 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from 0e1ccad4affb6421a5fa0c7aacacb4363fad521a+79eb29d299abbb493294a056159a83325eb5ef8f (5c1de8b85352f307e404c27668574f7329fd06a5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 46d5666b39059330cbbb64ab2b74cfbe1cb58626 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 46d5666b39059330cbbb64ab2b74cfbe1cb58626 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12664 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-125 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 0e1ccad4affb6421a5fa0c7aacacb4363fad521a Merge succeeded, producing 0e1ccad4affb6421a5fa0c7aacacb4363fad521a Checking out Revision 0e1ccad4affb6421a5fa0c7aacacb4363fad521a (PR-125) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 Commit message: "feat: Allow service to pass in initial logging client" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:47:11 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk f627d8c6835a6e83756d3a76f3dbc0fce334ec7b # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:47:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:47:11 ========================================================= 00:47:11 EdgeX Global Pipelines Version Info 00:47:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:47:13 ------------------- 00:47:13 stable info: 00:47:13 ------------------- 00:47:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:47:13 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 00:47:13 Message: update stable to v1.0.166 00:47:14 ------------------- 00:47:14 experimental info: 00:47:14 ------------------- 00:47:14 Commited By: **** collab-it+edgex@linuxfoundation.org 00:47:14 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 00:47:14 Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-125 [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-125 [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-125 [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [Pipeline] echo 00:47:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e1ccad [Pipeline] echo 00:47:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:47:18 provisioning config files... 00:47:18 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config5600322993814180564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:47:18 ---> docker-login.sh 00:47:18 nexus3.edgexfoundry.org:10001 00:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:19 Configure a credential helper to remove this warning. See 00:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:19 00:47:19 Login Succeeded 00:47:19 nexus3.edgexfoundry.org:10002 00:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:19 Configure a credential helper to remove this warning. See 00:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:19 00:47:19 Login Succeeded 00:47:19 nexus3.edgexfoundry.org:10003 00:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:19 Configure a credential helper to remove this warning. See 00:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:19 00:47:19 Login Succeeded 00:47:19 nexus3.edgexfoundry.org:10004 00:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:19 Configure a credential helper to remove this warning. See 00:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:19 00:47:20 Login Succeeded 00:47:20 docker.io 00:47:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:20 Configure a credential helper to remove this warning. See 00:47:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:20 00:47:20 Login Succeeded 00:47:20 ---> docker-login.sh ends [Pipeline] } 00:47:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:47:21 + git log --format=format:%s -1 0e1ccad4affb6421a5fa0c7aacacb4363fad521a [Pipeline] echo 00:47:21 GIT_COMMIT: 0e1ccad4affb6421a5fa0c7aacacb4363fad521a, Commit Message: feat: Allow service to pass in initial logging client [Pipeline] echo 00:47:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:47:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:22 00:47:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:47:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:22 latest: Pulling from edgex-devops/git-semver 00:47:22 31603596830f: Pulling fs layer 00:47:22 2a8b12db71e7: Pulling fs layer 00:47:22 6ca5941a6612: Pulling fs layer 00:47:22 ecc8261a40a4: Pulling fs layer 00:47:22 ecc8261a40a4: Waiting 00:47:22 2a8b12db71e7: Download complete 00:47:23 31603596830f: Download complete 00:47:23 ecc8261a40a4: Verifying Checksum 00:47:23 ecc8261a40a4: Download complete 00:47:23 6ca5941a6612: Verifying Checksum 00:47:23 6ca5941a6612: Download complete 00:47:23 31603596830f: Pull complete 00:47:23 2a8b12db71e7: Pull complete 00:47:24 6ca5941a6612: Pull complete 00:47:24 ecc8261a40a4: Pull complete 00:47:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:47:24 prd-centos7-docker-4c-2g-12664 does not seem to be running inside a container 00:47:24 $ 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 00:47:27 $ docker top 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:47:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:47:27 [ssh-agent] Looking for ssh-agent implementation... 00:47:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:47:28 $ docker exec 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent 00:47:28 SSH_AUTH_SOCK=/tmp/ssh-bQoMs107GQXK/agent.12 00:47:28 SSH_AGENT_PID=18 00:47:28 Running ssh-add (command line suppressed) 00:47:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_5983309725050016306.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_5983309725050016306.key) 00:47:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:47:28 + git tag --points-at HEAD [Pipeline] } 00:47:28 $ docker exec --env ******** --env ******** 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent -k 00:47:28 unset SSH_AUTH_SOCK; 00:47:28 unset SSH_AGENT_PID; 00:47:28 echo Agent pid 18 killed; 00:47:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:47:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:47:29 [ssh-agent] Looking for ssh-agent implementation... 00:47:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:47:29 $ docker exec 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent 00:47:29 SSH_AUTH_SOCK=/tmp/ssh-hRACwkZtF1vk/agent.47 00:47:29 SSH_AGENT_PID=52 00:47:29 Running ssh-add (command line suppressed) 00:47:29 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_650180597113417189.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/private_key_650180597113417189.key) 00:47:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:47:30 + git semver init 00:47:30 # -> Open(): unable to determine branch for HEAD 00:47:30 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.git 00:47:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-125 00:47:30 # $SEMVER_REMOTE_NAME = origin 00:47:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:47:30 # $SEMVER_USER_NAME = edgex-jenkins 00:47:30 # $SEMVER_BRANCH = PR-125 00:47:30 # $SEMVER_TEMP = /tmp/semver-421052229 00:47:30 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 00:47:30 # '/tmp/semver-421052229' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver' 00:47:30 # -> Force: false 00:47:30 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-125/.semver [Pipeline] } 00:47:30 $ docker exec --env ******** --env ******** 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 ssh-agent -k 00:47:30 unset SSH_AUTH_SOCK; 00:47:30 unset SSH_AGENT_PID; 00:47:30 echo Agent pid 52 killed; 00:47:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:47:31 + git semver [Pipeline] } 00:47:31 $ docker stop --time=1 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 00:47:33 $ docker rm -f 6d465278890cf689583eadc54d828fd606339f59734aaccd5c48716dc646efb6 [Pipeline] // withDockerContainer [Pipeline] sh 00:47:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:47:34 Stashed 1 file(s) [Pipeline] echo 00:47:34 [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 00:47:49 Still waiting to schedule task 00:47:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:47:49 Still waiting to schedule task 00:47:49 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-12663’ 00:49:46 Running on prd-centos7-docker-4c-2g-12665 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws 00:49:46 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 00:49:48 using credential edgex-jenkins-ssh 00:49:48 Cloning the remote Git repository 00:49:48 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 00:49:48 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 00:49:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 00:49:48 > git --version # timeout=10 00:49:48 > git --version # 'git version 2.16.5' 00:49:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:50 Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 0e1ccad4affb6421a5fa0c7aacacb4363fad521a 00:49:50 Merge succeeded, producing 0e1ccad4affb6421a5fa0c7aacacb4363fad521a 00:49:50 Checking out Revision 0e1ccad4affb6421a5fa0c7aacacb4363fad521a (PR-125) 00:49:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 00:49:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 00:49:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 00:49:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:49 > 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 00:49:50 > git config core.sparsecheckout # timeout=10 00:49:50 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 00:49:50 > git remote # timeout=10 00:49:50 > git config --get remote.origin.url # timeout=10 00:49:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:50 > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 00:49:50 > git rev-parse HEAD^{commit} # timeout=10 00:49:50 > git config core.sparsecheckout # timeout=10 00:49:50 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 00:49:53 Commit message: "feat: Allow service to pass in initial logging client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:49:54 provisioning config files... 00:49:54 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config6683683339220421119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:55 ---> docker-login.sh 00:49:55 nexus3.edgexfoundry.org:10001 00:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:55 Configure a credential helper to remove this warning. See 00:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:55 00:49:55 Login Succeeded 00:49:55 nexus3.edgexfoundry.org:10002 00:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:55 Configure a credential helper to remove this warning. See 00:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:55 00:49:55 Login Succeeded 00:49:55 nexus3.edgexfoundry.org:10003 00:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 nexus3.edgexfoundry.org:10004 00:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 docker.io 00:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 ---> docker-login.sh ends [Pipeline] } 00:49:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:49:57 ========================================================= 00:49:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:49:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:49:57 + 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 . 00:49:57 Sending build context to Docker daemon 568.3kB 00:49:57 Step 1/8 : ARG BASE=golang:1.15-alpine 00:49:57 Step 2/8 : FROM ${BASE} 00:49:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:49:57 df20fa9351a1: Pulling fs layer 00:49:57 ed8968b2872e: Pulling fs layer 00:49:57 a92cc7c5fd73: Pulling fs layer 00:49:57 e871e8e8d7a9: Pulling fs layer 00:49:57 e73272ec9a57: Pulling fs layer 00:49:57 1e910a182e73: Pulling fs layer 00:49:57 4e634b169226: Pulling fs layer 00:49:57 e871e8e8d7a9: Waiting 00:49:57 e73272ec9a57: Waiting 00:49:57 1e910a182e73: Waiting 00:49:57 4e634b169226: Waiting 00:49:57 a92cc7c5fd73: Verifying Checksum 00:49:57 a92cc7c5fd73: Download complete 00:49:57 ed8968b2872e: Download complete 00:49:58 e73272ec9a57: Verifying Checksum 00:49:58 e73272ec9a57: Download complete 00:49:58 1e910a182e73: Verifying Checksum 00:49:58 1e910a182e73: Download complete 00:49:58 df20fa9351a1: Verifying Checksum 00:49:58 df20fa9351a1: Download complete 00:49:59 df20fa9351a1: Pull complete 00:49:59 ed8968b2872e: Pull complete 00:49:59 a92cc7c5fd73: Pull complete 00:50:00 4e634b169226: Verifying Checksum 00:50:00 4e634b169226: Download complete 00:50:01 e871e8e8d7a9: Verifying Checksum 00:50:01 e871e8e8d7a9: Download complete 00:50:06 e871e8e8d7a9: Pull complete 00:50:06 e73272ec9a57: Pull complete 00:50:06 1e910a182e73: Pull complete 00:50:14 4e634b169226: Pull complete 00:50:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:50:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:50:14 ---> f7629b54cfaa 00:50:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:50:14 ---> Running in 5268e2270b14 00:50:15 Removing intermediate container 5268e2270b14 00:50:15 ---> bda9c84031c1 00:50:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Running in af70906eeba9 00:50:16 Removing intermediate container af70906eeba9 00:50:16 ---> b79999e9070f 00:50:16 Step 5/8 : RUN apk add --update --no-cache git make 00:50:16 ---> Running in f1a08f04f590 00:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:18 OK: 166 MiB in 39 packages 00:50:18 Removing intermediate container f1a08f04f590 00:50:18 ---> 5b19263487c8 00:50:18 Step 6/8 : WORKDIR /build 00:50:18 ---> Running in 925595b966b8 00:50:19 Removing intermediate container 925595b966b8 00:50:19 ---> 69145994453b 00:50:19 Step 7/8 : COPY go.mod . 00:50:19 ---> 916ec0b52b6a 00:50:19 Step 8/8 : RUN go mod download 00:50:19 ---> Running in 4601a9193918 00:50:20 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.111: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory 00:50:21 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:50:25 Failed in branch amd64 00:51:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12667 in /w/workspace/xfoundry_go-mod-bootstrap_PR-125 [Pipeline] { [Pipeline] ws 00:51:28 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 00:51:33 using credential edgex-jenkins-ssh 00:51:33 Cloning the remote Git repository 00:51:33 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 00:51:33 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 00:51:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 00:51:34 > git --version # timeout=10 00:51:34 > git --version # 'git version 2.17.1' 00:51:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:51:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:51:35 Merging remotes/origin/master commit 79eb29d299abbb493294a056159a83325eb5ef8f into PR head commit 0e1ccad4affb6421a5fa0c7aacacb4363fad521a 00:51:35 Merge succeeded, producing 0e1ccad4affb6421a5fa0c7aacacb4363fad521a 00:51:35 Checking out Revision 0e1ccad4affb6421a5fa0c7aacacb4363fad521a (PR-125) 00:51:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 00:51:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:51:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 00:51:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 00:51:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:51:34 > 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 00:51:35 > git config core.sparsecheckout # timeout=10 00:51:35 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 00:51:35 > git remote # timeout=10 00:51:35 > git config --get remote.origin.url # timeout=10 00:51:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:51:35 > git merge 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 00:51:35 > git rev-parse HEAD^{commit} # timeout=10 00:51:35 > git config core.sparsecheckout # timeout=10 00:51:35 > git checkout -f 0e1ccad4affb6421a5fa0c7aacacb4363fad521a # timeout=10 00:51:40 Commit message: "feat: Allow service to pass in initial logging client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:51:41 provisioning config files... 00:51:41 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/2@tmp/config1938734042176270423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:51:42 ---> docker-login.sh 00:51:42 nexus3.edgexfoundry.org:10001 00:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:43 Configure a credential helper to remove this warning. See 00:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:43 00:51:43 Login Succeeded 00:51:43 nexus3.edgexfoundry.org:10002 00:51:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:43 Configure a credential helper to remove this warning. See 00:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:43 00:51:43 Login Succeeded 00:51:43 nexus3.edgexfoundry.org:10003 00:51:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:44 Configure a credential helper to remove this warning. See 00:51:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:44 00:51:44 Login Succeeded 00:51:44 nexus3.edgexfoundry.org:10004 00:51:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:45 Configure a credential helper to remove this warning. See 00:51:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:45 00:51:45 Login Succeeded 00:51:45 docker.io 00:51:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:45 Configure a credential helper to remove this warning. See 00:51:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:45 00:51:45 Login Succeeded 00:51:45 ---> docker-login.sh ends [Pipeline] } 00:51:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:51:46 ========================================================= 00:51:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:51:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:51:47 + 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 . 00:51:47 Sending build context to Docker daemon 568.3kB 00:51:47 Step 1/8 : ARG BASE=golang:1.15-alpine 00:51:47 Step 2/8 : FROM ${BASE} 00:51:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:51:47 b538f80385f9: Pulling fs layer 00:51:47 74f711af9a0d: Pulling fs layer 00:51:47 99f96fe45779: Pulling fs layer 00:51:47 8529a6b9a6be: Pulling fs layer 00:51:47 45590311c82a: Pulling fs layer 00:51:47 69ca0ff8b7b3: Pulling fs layer 00:51:47 209524e5b208: Pulling fs layer 00:51:47 45590311c82a: Waiting 00:51:47 69ca0ff8b7b3: Waiting 00:51:47 209524e5b208: Waiting 00:51:47 8529a6b9a6be: Waiting 00:51:47 99f96fe45779: Download complete 00:51:47 74f711af9a0d: Download complete 00:51:47 45590311c82a: Verifying Checksum 00:51:47 45590311c82a: Download complete 00:51:47 69ca0ff8b7b3: Download complete 00:51:47 b538f80385f9: Verifying Checksum 00:51:47 b538f80385f9: Download complete 00:51:48 b538f80385f9: Pull complete 00:51:49 74f711af9a0d: Pull complete 00:51:49 99f96fe45779: Pull complete 00:51:50 209524e5b208: Verifying Checksum 00:51:50 209524e5b208: Download complete 00:51:51 8529a6b9a6be: Verifying Checksum 00:51:51 8529a6b9a6be: Download complete 00:52:01 8529a6b9a6be: Pull complete 00:52:02 45590311c82a: Pull complete 00:52:02 69ca0ff8b7b3: Pull complete 00:52:07 209524e5b208: Pull complete 00:52:07 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:52:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:52:07 ---> 5bddaf1c2fca 00:52:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:52:09 ---> Running in aac402ae3332 00:52:09 Removing intermediate container aac402ae3332 00:52:09 ---> e27664a39452 00:52:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:09 ---> Running in 3deed4d6fb8a 00:52:12 Removing intermediate container 3deed4d6fb8a 00:52:12 ---> 42b710ed900e 00:52:12 Step 5/8 : RUN apk add --update --no-cache git make 00:52:12 ---> Running in 07b9769dfb8f 00:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:15 OK: 142 MiB in 39 packages 00:52:16 Removing intermediate container 07b9769dfb8f 00:52:16 ---> 253396f104b9 00:52:16 Step 6/8 : WORKDIR /build 00:52:17 ---> Running in 5a5baace2c43 00:52:17 Removing intermediate container 5a5baace2c43 00:52:17 ---> 3c25d84a7807 00:52:17 Step 7/8 : COPY go.mod . 00:52:18 ---> 8021644fb750 00:52:18 Step 8/8 : RUN go mod download 00:52:18 ---> Running in 8c6f7893401a 00:52:21 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.111: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory 00:52:21 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:52:23 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:52:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:27 ---> package-listing.sh 00:52:27 ++ tr '[:upper:]' '[:lower:]' 00:52:27 ++ facter osfamily 00:52:27 + OS_FAMILY=redhat 00:52:27 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-125 00:52:27 + START_PACKAGES=/tmp/packages_start.txt 00:52:27 + END_PACKAGES=/tmp/packages_end.txt 00:52:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:27 + PACKAGES=/tmp/packages_start.txt 00:52:27 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' 00:52:27 + PACKAGES=/tmp/packages_end.txt 00:52:27 + case "${OS_FAMILY}" in 00:52:27 + rpm -qa 00:52:27 + sort 00:52:31 + '[' -f /tmp/packages_start.txt ']' 00:52:31 + '[' -f /tmp/packages_end.txt ']' 00:52:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:31 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-125 ']' 00:52:31 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-125/archives/ 00:52:31 + 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 00:52:31 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 00:52:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:32 00:52:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:33 alpine: Pulling from edgex-lftools-log-publisher 00:52:33 df20fa9351a1: Pulling fs layer 00:52:33 36b3adc4ff6f: Pulling fs layer 00:52:33 8ad3a11d3b57: Pulling fs layer 00:52:33 46f8f816bc3b: Pulling fs layer 00:52:33 93b61091891f: Pulling fs layer 00:52:33 93b9cdb0e59b: Pulling fs layer 00:52:33 5e14af77c1be: Pulling fs layer 00:52:33 01666e4c0597: Pulling fs layer 00:52:33 aa168da1d23b: Pulling fs layer 00:52:33 46f8f816bc3b: Waiting 00:52:33 93b61091891f: Waiting 00:52:33 93b9cdb0e59b: Waiting 00:52:33 5e14af77c1be: Waiting 00:52:33 01666e4c0597: Waiting 00:52:33 aa168da1d23b: Waiting 00:52:33 36b3adc4ff6f: Download complete 00:52:33 46f8f816bc3b: Verifying Checksum 00:52:33 46f8f816bc3b: Download complete 00:52:33 df20fa9351a1: Verifying Checksum 00:52:33 df20fa9351a1: Download complete 00:52:33 93b9cdb0e59b: Verifying Checksum 00:52:33 93b9cdb0e59b: Download complete 00:52:33 5e14af77c1be: Verifying Checksum 00:52:33 93b61091891f: Verifying Checksum 00:52:33 93b61091891f: Download complete 00:52:33 5e14af77c1be: Download complete 00:52:33 01666e4c0597: Verifying Checksum 00:52:33 01666e4c0597: Download complete 00:52:33 8ad3a11d3b57: Verifying Checksum 00:52:33 8ad3a11d3b57: Download complete 00:52:33 df20fa9351a1: Pull complete 00:52:33 36b3adc4ff6f: Pull complete 00:52:35 8ad3a11d3b57: Pull complete 00:52:35 46f8f816bc3b: Pull complete 00:52:35 aa168da1d23b: Verifying Checksum 00:52:35 aa168da1d23b: Download complete 00:52:35 93b61091891f: Pull complete 00:52:35 93b9cdb0e59b: Pull complete 00:52:35 5e14af77c1be: Pull complete 00:52:36 01666e4c0597: Pull complete 00:52:42 aa168da1d23b: Pull complete 00:52:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:43 prd-centos7-docker-4c-2g-12664 does not seem to be running inside a container 00:52:43 $ 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 00:52:49 $ docker top 72f516c91af48eb908f67fffb1f1e5d18689e52f32664ec6957f34f05edcda05 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:50 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:50 + mkdir -p /var/log/sa [Pipeline] sh 00:52:50 + ls /var/log/sa-host 00:52:50 + sadf -c /var/log/sa-host/sa05 00:52:50 file_magic: OK 00:52:50 HZ: Using current value: 100 00:52:50 file_header: OK 00:52:50 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 00:52:50 Statistics: 00:52:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:52:50 File successfully converted to sysstat format version 12.2.1 00:52:50 + sadf -c /var/log/sa-host/sa19 00:52:50 file_magic: OK 00:52:50 HZ: Using current value: 100 00:52:50 file_header: OK 00:52:50 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 00:52:50 Statistics: 00:52:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:52:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:51 provisioning config files... 00:52:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-125@tmp/config2752801870587568582tmp [Pipeline] { [Pipeline] echo 00:52:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:52 ---> create-netrc.sh [Pipeline] } 00:52:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:52 ---> python-tools-install.sh [Pipeline] echo 00:52:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:52 ---> sudo-logs.sh 00:52:52 Archiving 'sudo' log.. [Pipeline] echo 00:52:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:53 ---> job-cost.sh 00:52:53 lf-activate-venv: SKIPPING 00:52:53 INFO: No Stack... 00:52:54 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:54 INFO: Archiving Costs [Pipeline] echo 00:52:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:54 ---> logs-deploy.sh 00:52:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-125/2 00:52:54 INFO: archiving workspace using pattern(s): 00:52:56 Archives upload complete. 00:52:56 INFO: archiving logs to Nexus 00:52:57 ---> uname -a: 00:52:57 Linux prd-centos7-docker-4c-2g-12664.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:52:57 00:52:57