Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd3354c72fd49b407a7f7e40f4a096019b16cdd3 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13416 in /w/workspace/xfoundry_go-mod-bootstrap_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision fd3354c72fd49b407a7f7e40f4a096019b16cdd3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 Commit message: "Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" > git rev-list --no-walk 6a0f4fd28682ed4f56938b7a493887729e9cddf4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:20:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:20:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:20:38 ========================================================= 17:20:38 EdgeX Global Pipelines Version Info 17:20:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:20:40 ------------------- 17:20:40 stable info: 17:20:40 ------------------- 17:20:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:20:40 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 17:20:40 Message: update stable to v1.0.167 17:20:41 ------------------- 17:20:41 experimental info: 17:20:41 ------------------- 17:20:41 Commited By: **** collab-it+edgex@linuxfoundation.org 17:20:41 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 17:20:41 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:20:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 17:20:41 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 17:20:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:20:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:20:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:20:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:20:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:20:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:20:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:20:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:20:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 17:20:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:20:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] echo 17:20:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd3354c [Pipeline] echo 17:20:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:20:45 provisioning config files... 17:20:45 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5928965649397349586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:20:45 ---> docker-login.sh 17:20:45 nexus3.edgexfoundry.org:10001 17:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:46 Configure a credential helper to remove this warning. See 17:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:46 17:20:46 Login Succeeded 17:20:46 nexus3.edgexfoundry.org:10002 17:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:46 Configure a credential helper to remove this warning. See 17:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:46 17:20:46 Login Succeeded 17:20:46 nexus3.edgexfoundry.org:10003 17:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:46 Configure a credential helper to remove this warning. See 17:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:46 17:20:46 Login Succeeded 17:20:46 nexus3.edgexfoundry.org:10004 17:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:46 Configure a credential helper to remove this warning. See 17:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:46 17:20:46 Login Succeeded 17:20:46 docker.io 17:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:47 Configure a credential helper to remove this warning. See 17:20:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:47 17:20:47 Login Succeeded 17:20:47 ---> docker-login.sh ends [Pipeline] } 17:20:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:20:47 + git log --format=format:%s -1 fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] echo 17:20:47 GIT_COMMIT: fd3354c72fd49b407a7f7e40f4a096019b16cdd3, Commit Message: Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115 [Pipeline] echo 17:20:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:20:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:48 17:20:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:20:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:48 latest: Pulling from edgex-devops/git-semver 17:20:48 31603596830f: Pulling fs layer 17:20:48 2a8b12db71e7: Pulling fs layer 17:20:48 6ca5941a6612: Pulling fs layer 17:20:48 ecc8261a40a4: Pulling fs layer 17:20:48 ecc8261a40a4: Waiting 17:20:48 2a8b12db71e7: Verifying Checksum 17:20:48 2a8b12db71e7: Download complete 17:20:48 31603596830f: Verifying Checksum 17:20:48 31603596830f: Download complete 17:20:49 ecc8261a40a4: Verifying Checksum 17:20:49 ecc8261a40a4: Download complete 17:20:49 6ca5941a6612: Verifying Checksum 17:20:49 6ca5941a6612: Download complete 17:20:49 31603596830f: Pull complete 17:20:49 2a8b12db71e7: Pull complete 17:20:50 6ca5941a6612: Pull complete 17:20:50 ecc8261a40a4: Pull complete 17:20:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:20:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:20:50 prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container 17:20:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:20:52 $ docker top df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:20:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:20:53 [ssh-agent] Looking for ssh-agent implementation... 17:20:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:20:53 $ docker exec df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent 17:20:53 SSH_AUTH_SOCK=/tmp/ssh-1SWvWkWasaPW/agent.11 17:20:53 SSH_AGENT_PID=16 17:20:53 Running ssh-add (command line suppressed) 17:20:53 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4097153275271712600.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4097153275271712600.key) 17:20:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:20:54 + git tag --points-at HEAD [Pipeline] } 17:20:54 $ docker exec --env ******** --env ******** df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent -k 17:20:54 unset SSH_AUTH_SOCK; 17:20:54 unset SSH_AGENT_PID; 17:20:54 echo Agent pid 16 killed; 17:20:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:20:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:20:54 [ssh-agent] Looking for ssh-agent implementation... 17:20:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:20:54 $ docker exec df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent 17:20:54 SSH_AUTH_SOCK=/tmp/ssh-H1qejYs6PCz3/agent.44 17:20:54 SSH_AGENT_PID=49 17:20:54 Running ssh-add (command line suppressed) 17:20:55 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1189418381493610610.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1189418381493610610.key) 17:20:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:20:55 + git semver init 17:20:55 # -> Open(): unable to determine branch for HEAD 17:20:55 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:20:55 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:20:55 # $SEMVER_REMOTE_NAME = origin 17:20:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:20:55 # $SEMVER_USER_NAME = edgex-jenkins 17:20:55 # $SEMVER_BRANCH = master 17:20:55 # $SEMVER_TEMP = /tmp/semver-421263039 17:20:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 17:20:55 # '/tmp/semver-421263039' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 17:20:55 # -> Force: false 17:20:55 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:20:56 $ docker exec --env ******** --env ******** df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b ssh-agent -k 17:20:56 unset SSH_AUTH_SOCK; 17:20:56 unset SSH_AGENT_PID; 17:20:56 echo Agent pid 49 killed; 17:20:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:20:56 + git semver [Pipeline] } 17:20:56 $ docker stop --time=1 df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b 17:20:58 $ docker rm -f df6f390dc30b053aa2ca59551f536913f5f9321b9bd85a4548f20433f908830b [Pipeline] // withDockerContainer [Pipeline] sh 17:20:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:20:59 Stashed 1 file(s) [Pipeline] echo 17:20:59 [edgeXSemver]: initialized semver on version 0.0.60 [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 17:21:15 Still waiting to schedule task 17:21:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:21:15 Still waiting to schedule task 17:21:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:23:03 Running on prd-centos7-docker-4c-2g-13419 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:23:04 Running in /w/workspace/go-mod-bootstrap/63 [Pipeline] { [Pipeline] checkout 17:23:06 using credential edgex-jenkins-ssh 17:23:06 Cloning the remote Git repository 17:23:06 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:06 > git init /w/workspace/go-mod-bootstrap/63 # timeout=10 17:23:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:06 > git --version # timeout=10 17:23:06 > git --version # 'git version 2.24.3' 17:23:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:23:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:23:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:07 Checking out Revision fd3354c72fd49b407a7f7e40f4a096019b16cdd3 (master) 17:23:07 > git config core.sparsecheckout # timeout=10 17:23:07 > git checkout -f fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 17:23:11 Commit message: "Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:23:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:23:13 + sudo service docker restart 17:23:13 + true 17:23:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:23:14 provisioning config files... 17:23:14 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/63@tmp/config7920009344968249758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:14 ---> docker-login.sh 17:23:14 nexus3.edgexfoundry.org:10001 17:23:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:14 Configure a credential helper to remove this warning. See 17:23:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:14 17:23:14 Login Succeeded 17:23:14 nexus3.edgexfoundry.org:10002 17:23:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:15 Configure a credential helper to remove this warning. See 17:23:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:15 17:23:15 Login Succeeded 17:23:15 nexus3.edgexfoundry.org:10003 17:23:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:15 Configure a credential helper to remove this warning. See 17:23:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:15 17:23:15 Login Succeeded 17:23:15 nexus3.edgexfoundry.org:10004 17:23:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:15 Configure a credential helper to remove this warning. See 17:23:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:15 17:23:15 Login Succeeded 17:23:15 docker.io 17:23:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:16 Configure a credential helper to remove this warning. See 17:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:16 17:23:16 Login Succeeded 17:23:16 ---> docker-login.sh ends [Pipeline] } 17:23:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:23:16 ========================================================= 17:23:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:23:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23:16 + 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 . 17:23:16 Sending build context to Docker daemon 567.3kB 17:23:16 Step 1/8 : ARG BASE=golang:1.15-alpine 17:23:16 Step 2/8 : FROM ${BASE} 17:23:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:23:16 df20fa9351a1: Pulling fs layer 17:23:16 ed8968b2872e: Pulling fs layer 17:23:16 a92cc7c5fd73: Pulling fs layer 17:23:16 e871e8e8d7a9: Pulling fs layer 17:23:16 e73272ec9a57: Pulling fs layer 17:23:16 1e910a182e73: Pulling fs layer 17:23:16 4e634b169226: Pulling fs layer 17:23:16 e871e8e8d7a9: Waiting 17:23:16 4e634b169226: Waiting 17:23:16 1e910a182e73: Waiting 17:23:16 e73272ec9a57: Waiting 17:23:16 a92cc7c5fd73: Verifying Checksum 17:23:16 a92cc7c5fd73: Download complete 17:23:16 ed8968b2872e: Verifying Checksum 17:23:16 ed8968b2872e: Download complete 17:23:16 e73272ec9a57: Verifying Checksum 17:23:16 e73272ec9a57: Download complete 17:23:16 df20fa9351a1: Verifying Checksum 17:23:16 1e910a182e73: Verifying Checksum 17:23:16 1e910a182e73: Download complete 17:23:17 df20fa9351a1: Pull complete 17:23:17 ed8968b2872e: Pull complete 17:23:17 a92cc7c5fd73: Pull complete 17:23:18 4e634b169226: Verifying Checksum 17:23:18 4e634b169226: Download complete 17:23:19 e871e8e8d7a9: Verifying Checksum 17:23:19 e871e8e8d7a9: Download complete 17:23:25 e871e8e8d7a9: Pull complete 17:23:25 e73272ec9a57: Pull complete 17:23:25 1e910a182e73: Pull complete 17:23:29 4e634b169226: Pull complete 17:23:29 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:23:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:23:29 ---> f7629b54cfaa 17:23:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:23:29 ---> Running in 0a9edaccdf74 17:23:29 Removing intermediate container 0a9edaccdf74 17:23:29 ---> e0dadce84762 17:23:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:29 ---> Running in 0743e88f74a8 17:23:30 Removing intermediate container 0743e88f74a8 17:23:30 ---> 57cdc45f668d 17:23:30 Step 5/8 : RUN apk add --update --no-cache git make 17:23:30 ---> Running in 29b893f6a024 17:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:32 OK: 166 MiB in 39 packages 17:23:32 Removing intermediate container 29b893f6a024 17:23:32 ---> 5a26a63cdd85 17:23:32 Step 6/8 : WORKDIR /build 17:23:32 ---> Running in 65cd291db2a8 17:23:32 Removing intermediate container 65cd291db2a8 17:23:32 ---> 4a64e72e188a 17:23:32 Step 7/8 : COPY go.mod . 17:23:33 ---> 78da3ffcaebf 17:23:33 Step 8/8 : RUN go mod download 17:23:33 ---> Running in dc6905621cc4 17:23:51 Removing intermediate container dc6905621cc4 17:23:51 ---> 2c6f0023c4d3 17:23:51 Successfully built 2c6f0023c4d3 17:23:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:23:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13420 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:23:51 Running in /w/workspace/go-mod-bootstrap/63 [Pipeline] { 17:23:51 + docker inspect -f . ci-base-image-x86_64 17:23:51 . [Pipeline] withDockerContainer 17:23:52 prd-centos7-docker-4c-2g-13419 does not seem to be running inside a container 17:23:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@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 ******** ci-base-image-x86_64 cat 17:23:52 $ docker top 6b20f1129962e449a69e6a74ef7e822583dcc084b5131dab06745f8803a9f8bd -eo pid,comm [Pipeline] { [Pipeline] checkout [Pipeline] sh 17:23:53 + go version 17:23:53 go version go1.15.2 linux/amd64 [Pipeline] } 17:23:53 $ docker stop --time=1 6b20f1129962e449a69e6a74ef7e822583dcc084b5131dab06745f8803a9f8bd 17:23:54 $ docker rm -f 6b20f1129962e449a69e6a74ef7e822583dcc084b5131dab06745f8803a9f8bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:55 + docker inspect -f . ci-base-image-x86_64 17:23:55 . [Pipeline] withDockerContainer 17:23:55 prd-centos7-docker-4c-2g-13419 does not seem to be running inside a container 17:23:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@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 ******** ci-base-image-x86_64 cat 17:23:56 $ docker top 1031263ce9640458edab8af69c55b69b931f5fcf44c9dda0da570c6193678a64 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:57 + make test 17:23:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:23:59 using credential edgex-jenkins-ssh 17:23:59 Cloning the remote Git repository 17:23:59 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:59 > git init /w/workspace/go-mod-bootstrap/63 # timeout=10 17:23:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:59 > git --version # timeout=10 17:23:59 > git --version # 'git version 2.17.1' 17:23:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:24:00 Checking out Revision fd3354c72fd49b407a7f7e40f4a096019b16cdd3 (master) 17:24:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:24:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:24:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:24:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:24:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:24:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:24:00 > git config core.sparsecheckout # timeout=10 17:24:00 > git checkout -f fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 17:24:05 Commit message: "Merge pull request #127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:24:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:24:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:24:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:24:07 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.020s coverage: 9.0% of statements 17:24:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:24:07 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.015s coverage: 95.1% of statements 17:24:07 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.016s coverage: 87.8% of statements 17:24:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 17:24:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 17:24:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 17:24:07 + + sudo servicetrue docker 17:24:07 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:24:09 provisioning config files... 17:24:09 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/63@tmp/config8854258955633088127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:10 ---> docker-login.sh 17:24:10 nexus3.edgexfoundry.org:10001 17:24:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:11 Configure a credential helper to remove this warning. See 17:24:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:11 17:24:11 Login Succeeded 17:24:11 nexus3.edgexfoundry.org:10002 17:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:12 Configure a credential helper to remove this warning. See 17:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:12 17:24:12 Login Succeeded 17:24:12 nexus3.edgexfoundry.org:10003 17:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:12 Configure a credential helper to remove this warning. See 17:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:12 17:24:12 Login Succeeded 17:24:12 nexus3.edgexfoundry.org:10004 17:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:13 Configure a credential helper to remove this warning. See 17:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:13 17:24:13 Login Succeeded 17:24:13 docker.io 17:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:13 Configure a credential helper to remove this warning. See 17:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:13 17:24:13 Login Succeeded 17:24:14 ---> docker-login.sh ends [Pipeline] } 17:24:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:24:14 ========================================================= 17:24:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:24:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:24:14 + 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 . 17:24:15 Sending build context to Docker daemon 566.3kB 17:24:15 Step 1/8 : ARG BASE=golang:1.15-alpine 17:24:15 Step 2/8 : FROM ${BASE} 17:24:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:24:15 b538f80385f9: Pulling fs layer 17:24:15 74f711af9a0d: Pulling fs layer 17:24:15 99f96fe45779: Pulling fs layer 17:24:15 8529a6b9a6be: Pulling fs layer 17:24:15 45590311c82a: Pulling fs layer 17:24:15 69ca0ff8b7b3: Pulling fs layer 17:24:15 209524e5b208: Pulling fs layer 17:24:15 8529a6b9a6be: Waiting 17:24:15 45590311c82a: Waiting 17:24:15 69ca0ff8b7b3: Waiting 17:24:15 209524e5b208: Waiting 17:24:15 99f96fe45779: Verifying Checksum 17:24:15 99f96fe45779: Download complete 17:24:15 74f711af9a0d: Verifying Checksum 17:24:15 74f711af9a0d: Download complete 17:24:15 45590311c82a: Verifying Checksum 17:24:15 45590311c82a: Download complete 17:24:15 69ca0ff8b7b3: Verifying Checksum 17:24:15 69ca0ff8b7b3: Download complete 17:24:15 b538f80385f9: Verifying Checksum 17:24:15 b538f80385f9: Download complete 17:24:15 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.016s coverage: 100.0% of statements 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 17:24:15 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:24:15 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 17:24:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:24:16 gofmt -l . 17:24:16 b538f80385f9: Pull complete 17:24:16 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:24:16 $ docker stop --time=1 1031263ce9640458edab8af69c55b69b931f5fcf44c9dda0da570c6193678a64 17:24:16 74f711af9a0d: Pull complete 17:24:17 99f96fe45779: Pull complete 17:24:17 209524e5b208: Verifying Checksum 17:24:17 209524e5b208: Download complete 17:24:18 $ docker rm -f 1031263ce9640458edab8af69c55b69b931f5fcf44c9dda0da570c6193678a64 [Pipeline] // withDockerContainer [Pipeline] sh 17:24:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:19 8529a6b9a6be: Verifying Checksum 17:24:19 8529a6b9a6be: Download complete 17:24:19 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] } 17:24:29 8529a6b9a6be: Pull complete 17:24:29 45590311c82a: Pull complete 17:24:29 69ca0ff8b7b3: Pull complete 17:24:32 209524e5b208: Pull complete 17:24:32 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:24:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:24:33 ---> 5bddaf1c2fca 17:24:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:24:36 ---> Running in 6b2452fcc484 17:24:36 Removing intermediate container 6b2452fcc484 17:24:36 ---> 7e07e303c7d3 17:24:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:37 ---> Running in ce906e4f1cf6 17:24:39 Removing intermediate container ce906e4f1cf6 17:24:39 ---> 8b1892e6815f 17:24:39 Step 5/8 : RUN apk add --update --no-cache git make 17:24:39 ---> Running in b51134793751 17:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:42 OK: 142 MiB in 39 packages 17:24:43 Removing intermediate container b51134793751 17:24:43 ---> b6d5dc6bafc1 17:24:43 Step 6/8 : WORKDIR /build 17:24:43 ---> Running in 5e6706834621 17:24:43 Removing intermediate container 5e6706834621 17:24:43 ---> c6a7c3e2973b 17:24:43 Step 7/8 : COPY go.mod . 17:24:44 ---> a01fd8ff9975 17:24:44 Step 8/8 : RUN go mod download 17:24:44 ---> Running in 19c3474f6992 17:25:07 Removing intermediate container 19c3474f6992 17:25:07 ---> 3db74b3d07ad 17:25:07 Successfully built 3db74b3d07ad 17:25:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:25:07 + docker inspect -f . ci-base-image-arm64 17:25:07 . [Pipeline] withDockerContainer 17:25:07 prd-ubuntu18.04-docker-arm64-4c-16g-13420 does not seem to be running inside a container 17:25:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@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 ******** ci-base-image-arm64 cat 17:25:09 $ docker top a482a639846232c12170e75b1d3f2aabf873ebfed55d84c43fd3630e6dfaf1e1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:10 + go version 17:25:10 go version go1.15.2 linux/arm64 [Pipeline] } 17:25:10 $ docker stop --time=1 a482a639846232c12170e75b1d3f2aabf873ebfed55d84c43fd3630e6dfaf1e1 17:25:12 $ docker rm -f a482a639846232c12170e75b1d3f2aabf873ebfed55d84c43fd3630e6dfaf1e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:13 + docker inspect -f . ci-base-image-arm64 17:25:13 . [Pipeline] withDockerContainer 17:25:13 prd-ubuntu18.04-docker-arm64-4c-16g-13420 does not seem to be running inside a container 17:25:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/63 -v /w/workspace/go-mod-bootstrap/63:/w/workspace/go-mod-bootstrap/63:rw,z -v /w/workspace/go-mod-bootstrap/63@tmp:/w/workspace/go-mod-bootstrap/63@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 ******** ci-base-image-arm64 cat 17:25:15 $ docker top c8d76eca57b1bff81fd903ef05cc8f92c062cd31f2d346a324df0c38d38d5068 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:16 + make test 17:25:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:25:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:25:48 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.038s coverage: 9.0% of statements 17:25:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:25:48 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.033s coverage: 95.1% of statements 17:25:48 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.028s coverage: 87.8% of statements 17:25:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 17:25:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 17:25:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 17:25:57 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.035s coverage: 100.0% of statements 17:25:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 17:25:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:25:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 17:25:57 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.015s coverage: 48.9% of statements 17:25:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:25:57 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:25:57 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.016s coverage: 91.3% of statements 17:25:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:26:02 gofmt -l . 17:26:02 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:26:02 $ docker stop --time=1 c8d76eca57b1bff81fd903ef05cc8f92c062cd31f2d346a324df0c38d38d5068 17:26:04 $ docker rm -f c8d76eca57b1bff81fd903ef05cc8f92c062cd31f2d346a324df0c38d38d5068 [Pipeline] // withDockerContainer [Pipeline] sh 17:26:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:26:05 Warning: overwriting stash ‘coverage-report’ 17:26:06 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:26:08 provisioning config files... 17:26:08 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1045262152626810291tmp [Pipeline] { [Pipeline] sh 17:26:08 + set +x 17:26:08 + curl -s https://codecov.io/bash 17:26:08 + bash -s -- 17:26:08 17:26:08 _____ _ 17:26:08 / ____| | | 17:26:08 | | ___ __| | ___ ___ _____ __ 17:26:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:26:08 | |___| (_) | (_| | __/ (_| (_) \ V / 17:26:08 \_____\___/ \__,_|\___|\___\___/ \_/ 17:26:08 Bash-20201124-79cbc08 17:26:08 17:26:08 17:26:08 ==> Jenkins CI detected. 17:26:08 project root: . 17:26:08 --> token set from env 17:26:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:26:08 ==> Running gcov in . (disable via -X gcov) 17:26:08 ==> Python coveragepy not found 17:26:08 ==> Searching for coverage reports in: 17:26:08 + . 17:26:08 -> Found 1 reports 17:26:08 ==> Detecting git/mercurial file structure 17:26:08 ==> Reading reports 17:26:08 + ./coverage.out bytes=21004 17:26:08 ==> Appending adjustments 17:26:08 https://docs.codecov.io/docs/fixing-reports 17:26:09 + Found adjustments 17:26:09 ==> Gzipping contents 17:26:09 8.0K /tmp/codecov.uceelM.gz 17:26:09 ==> Uploading reports 17:26:09 url: https://codecov.io 17:26:09 query: branch=master&commit=fd3354c72fd49b407a7f7e40f4a096019b16cdd3&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F63%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 17:26:09 -> Pinging Codecov 17:26:09 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=fd3354c72fd49b407a7f7e40f4a096019b16cdd3&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F63%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 17:26:09 -> Uploading to 17:26:09 https://storage.googleapis.com/codecov/v4/raw/2020-11-25/833815588EE85121546D348822E98E2E/fd3354c72fd49b407a7f7e40f4a096019b16cdd3/14538f2b-2f88-46a2-84bf-a977f02aea78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201125T172609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=581146ba50db6b462409b7f18a502f0a9763983489f9a524eadcdd999ae2f737 17:26:09 % Total % Received % Xferd Average Speed Time Time Time Current 17:26:09 Dload Upload Total Spent Left Speed 17:26:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4394 0 0 100 4394 0 10767 --:--:-- --:--:-- --:--:-- 10769 100 4394 0 0 100 4394 0 10762 --:--:-- --:--:-- --:--:-- 10743 17:26:10 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] } 17:26:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:26:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:26:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:26:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:26:10 17:26:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:26:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:26:11 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:26:11 188c0c94c7c5: Pulling fs layer 17:26:11 0ef7d3d256c8: Pulling fs layer 17:26:11 de9db76c5a1d: Pulling fs layer 17:26:11 0eba1c9be4d2: Pulling fs layer 17:26:11 0d57e429df01: Pulling fs layer 17:26:11 4e4be7b47b0d: Pulling fs layer 17:26:11 e1f770b5df2f: Pulling fs layer 17:26:11 85a0685a4137: Pulling fs layer 17:26:11 e1f770b5df2f: Waiting 17:26:11 85a0685a4137: Waiting 17:26:11 0eba1c9be4d2: Waiting 17:26:11 4e4be7b47b0d: Waiting 17:26:11 0d57e429df01: Waiting 17:26:11 de9db76c5a1d: Verifying Checksum 17:26:11 de9db76c5a1d: Download complete 17:26:11 0ef7d3d256c8: Verifying Checksum 17:26:11 0ef7d3d256c8: Download complete 17:26:11 0d57e429df01: Download complete 17:26:11 4e4be7b47b0d: Verifying Checksum 17:26:11 4e4be7b47b0d: Download complete 17:26:11 188c0c94c7c5: Verifying Checksum 17:26:11 188c0c94c7c5: Download complete 17:26:11 188c0c94c7c5: Pull complete 17:26:11 0ef7d3d256c8: Pull complete 17:26:12 de9db76c5a1d: Pull complete 17:26:12 e1f770b5df2f: Verifying Checksum 17:26:12 e1f770b5df2f: Download complete 17:26:14 85a0685a4137: Verifying Checksum 17:26:14 85a0685a4137: Download complete 17:26:14 0eba1c9be4d2: Verifying Checksum 17:26:14 0eba1c9be4d2: Download complete 17:26:21 0eba1c9be4d2: Pull complete 17:26:21 0d57e429df01: Pull complete 17:26:21 4e4be7b47b0d: Pull complete 17:26:22 e1f770b5df2f: Pull complete 17:26:30 85a0685a4137: Pull complete 17:26:30 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:26:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:26:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:26:31 prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container 17:26:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:26:32 $ docker top 388cb31bfe619051d41363ad28fff2ecfcae53f4784b864809920e81f512b410 -eo pid,comm [Pipeline] { [Pipeline] echo 17:26:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:26:32 + set -o pipefail 17:26:32 + snyk monitor '--org=edgex-jenkins' 17:26:36 17:26:36 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 17:26:36 17:26:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/54193829-c1f2-4e5b-9cae-9e705ae5b0c5 17:26:36 17:26:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:26:36 17:26:36 17:26:36 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 17:26:36 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:26:36 $ docker stop --time=1 388cb31bfe619051d41363ad28fff2ecfcae53f4784b864809920e81f512b410 17:26:38 $ docker rm -f 388cb31bfe619051d41363ad28fff2ecfcae53f4784b864809920e81f512b410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:26:40 + git log --format=format:%s -1 fd3354c72fd49b407a7f7e40f4a096019b16cdd3 [Pipeline] isUnix [Pipeline] sh 17:26:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:41 . [Pipeline] withDockerContainer 17:26:41 prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container 17:26:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:26:41 $ docker top 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:26:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:42 [ssh-agent] Looking for ssh-agent implementation... 17:26:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:42 $ docker exec 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 ssh-agent 17:26:42 SSH_AUTH_SOCK=/tmp/ssh-k7MpvgFXWFFf/agent.11 17:26:42 SSH_AGENT_PID=17 17:26:42 Running ssh-add (command line suppressed) 17:26:42 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4876915481412779776.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4876915481412779776.key) 17:26:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:43 + git semver tag 17:26:43 # -> Open(): unable to determine branch for HEAD 17:26:43 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:26:43 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:26:43 # $SEMVER_REMOTE_NAME = origin 17:26:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:26:43 # $SEMVER_USER_NAME = edgex-jenkins 17:26:43 # $SEMVER_BRANCH = master 17:26:43 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:26:43 # fd3354c72fd49b407a7f7e40f4a096019b16cdd3 HEAD 17:26:43 # -> Force: false 17:26:43 # 9a844e400ebd6b75929584090ddca77be60889e7 refs/tags/v0.0.60 [Pipeline] } 17:26:43 $ docker exec --env ******** --env ******** 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 ssh-agent -k 17:26:43 unset SSH_AUTH_SOCK; 17:26:43 unset SSH_AGENT_PID; 17:26:43 echo Agent pid 17 killed; 17:26:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:43 + git semver [Pipeline] } 17:26:43 $ docker stop --time=1 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 17:26:45 $ docker rm -f 2faaa973e5a50b056407360d38756d71c1728ca33162b4e72ad8f196a63fffe0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:26:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:45 17:26:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:26:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:46 0.23.1-centos7: Pulling from edgex-lftools 17:26:46 ab5ef0e58194: Pulling fs layer 17:26:46 9712f1f96733: Pulling fs layer 17:26:46 63f879dbbcfc: Pulling fs layer 17:26:46 0d9ebad4ef96: Pulling fs layer 17:26:46 e9a5061849ea: Pulling fs layer 17:26:46 d747dcd14b5f: Pulling fs layer 17:26:46 2de7ff778b66: Pulling fs layer 17:26:46 e9a5061849ea: Waiting 17:26:46 d747dcd14b5f: Waiting 17:26:46 2de7ff778b66: Waiting 17:26:46 0d9ebad4ef96: Waiting 17:26:46 9712f1f96733: Verifying Checksum 17:26:46 9712f1f96733: Download complete 17:26:47 63f879dbbcfc: Verifying Checksum 17:26:47 63f879dbbcfc: Download complete 17:26:47 e9a5061849ea: Verifying Checksum 17:26:47 e9a5061849ea: Download complete 17:26:48 d747dcd14b5f: Verifying Checksum 17:26:48 d747dcd14b5f: Download complete 17:26:48 2de7ff778b66: Verifying Checksum 17:26:48 2de7ff778b66: Download complete 17:26:48 0d9ebad4ef96: Verifying Checksum 17:26:48 0d9ebad4ef96: Download complete 17:26:48 ab5ef0e58194: Verifying Checksum 17:26:48 ab5ef0e58194: Download complete 17:26:52 ab5ef0e58194: Pull complete 17:26:52 9712f1f96733: Pull complete 17:26:56 63f879dbbcfc: Pull complete 17:27:01 0d9ebad4ef96: Pull complete 17:27:04 e9a5061849ea: Pull complete 17:27:04 d747dcd14b5f: Pull complete 17:27:06 2de7ff778b66: Pull complete 17:27:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:27:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:27:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:27:06 prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container 17:27:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:27:11 $ docker top c044d6feb7bc6d7f43fb27dfa656340eb24341b906468c10e3d276317b40d4ca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:27:11 provisioning config files... 17:27:11 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1765155626578809764tmp 17:27:11 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6726257884377871414tmp 17:27:11 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config472965217222553733tmp [Pipeline] { [Pipeline] echo 17:27:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:27:11 ---> sigul-configuration.sh 17:27:11 gpg: directory `/root/.gnupg' created 17:27:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:27:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:27:11 gpg: keyring `/root/.gnupg/secring.gpg' created 17:27:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:27:11 gpg: CAST5 encrypted data 17:27:12 gpg: encrypted with 1 passphrase 17:27:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:27:12 + mkdir /home/jenkins 17:27:12 + mkdir /home/jenkins/sigul [Pipeline] sh 17:27:12 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:27:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:27:13 ---> sigul-install.sh 17:27:18 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:27:18 + git tag --list 17:27:18 v0.0.1 17:27:18 v0.0.10 17:27:18 v0.0.11 17:27:18 v0.0.12 17:27:18 v0.0.13 17:27:18 v0.0.14 17:27:18 v0.0.15 17:27:18 v0.0.16 17:27:18 v0.0.17 17:27:18 v0.0.18 17:27:18 v0.0.19 17:27:18 v0.0.2 17:27:18 v0.0.20 17:27:18 v0.0.21 17:27:18 v0.0.22 17:27:18 v0.0.23 17:27:18 v0.0.24 17:27:18 v0.0.25 17:27:18 v0.0.26 17:27:18 v0.0.27 17:27:18 v0.0.28 17:27:18 v0.0.29 17:27:18 v0.0.3 17:27:18 v0.0.30 17:27:18 v0.0.31 17:27:18 v0.0.32 17:27:18 v0.0.33 17:27:18 v0.0.34 17:27:18 v0.0.35 17:27:18 v0.0.36 17:27:18 v0.0.37 17:27:18 v0.0.38 17:27:18 v0.0.39 17:27:18 v0.0.4 17:27:18 v0.0.40 17:27:18 v0.0.41 17:27:18 v0.0.42 17:27:18 v0.0.43 17:27:18 v0.0.44 17:27:18 v0.0.45 17:27:18 v0.0.46 17:27:18 v0.0.47 17:27:18 v0.0.48 17:27:18 v0.0.49 17:27:18 v0.0.5 17:27:18 v0.0.50 17:27:18 v0.0.51 17:27:18 v0.0.52 17:27:18 v0.0.53 17:27:18 v0.0.54 17:27:18 v0.0.55 17:27:18 v0.0.56 17:27:18 v0.0.57 17:27:18 v0.0.58 17:27:18 v0.0.59 17:27:18 v0.0.6 17:27:18 v0.0.60 17:27:18 v0.0.7 17:27:18 v0.0.8 17:27:18 v0.0.9 [Pipeline] sh 17:27:19 + lftools sign git-tag v0.0.60 17:27:20 Signing Git tag with Sigul... 17:27:20 Signing v0.0.60 [Pipeline] echo 17:27:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:27:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:27:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:27:21 $ docker stop --time=1 c044d6feb7bc6d7f43fb27dfa656340eb24341b906468c10e3d276317b40d4ca 17:27:23 $ docker rm -f c044d6feb7bc6d7f43fb27dfa656340eb24341b906468c10e3d276317b40d4ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:27:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:27:24 . [Pipeline] withDockerContainer 17:27:24 prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container 17:27:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:27:25 $ docker top d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:27:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:27:26 [ssh-agent] Looking for ssh-agent implementation... 17:27:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:27:26 $ docker exec d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d ssh-agent 17:27:26 SSH_AUTH_SOCK=/tmp/ssh-9SbtLm1dHfCP/agent.12 17:27:26 SSH_AGENT_PID=18 17:27:26 Running ssh-add (command line suppressed) 17:27:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4894844888247503672.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4894844888247503672.key) 17:27:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:27:27 + git semver bump patch 17:27:27 # -> Open(): unable to determine branch for HEAD 17:27:27 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:27:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:27:27 # $SEMVER_REMOTE_NAME = origin 17:27:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:27:27 # $SEMVER_USER_NAME = edgex-jenkins 17:27:27 # $SEMVER_BRANCH = master 17:27:27 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:27:27 0.0.61 [Pipeline] } 17:27:27 $ docker exec --env ******** --env ******** d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d ssh-agent -k 17:27:27 unset SSH_AUTH_SOCK; 17:27:27 unset SSH_AGENT_PID; 17:27:27 echo Agent pid 18 killed; 17:27:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:27 + git semver [Pipeline] } 17:27:27 $ docker stop --time=1 d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d 17:27:29 $ docker rm -f d14b6e81e75e7c39bf6d99533044193dcaee0e53f120cd1bbd7c64d28e96b98d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:27:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:27:29 . [Pipeline] withDockerContainer 17:27:29 prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container 17:27:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:27:30 $ docker top 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:27:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:27:31 [ssh-agent] Looking for ssh-agent implementation... 17:27:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:27:31 $ docker exec 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b ssh-agent 17:27:31 SSH_AUTH_SOCK=/tmp/ssh-HBfzGtqial2H/agent.12 17:27:31 SSH_AGENT_PID=17 17:27:31 Running ssh-add (command line suppressed) 17:27:31 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7134074265235429130.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7134074265235429130.key) 17:27:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:27:31 + git semver push 17:27:31 # -> Open(): unable to determine branch for HEAD 17:27:31 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:27:31 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:27:31 # $SEMVER_REMOTE_NAME = origin 17:27:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:27:31 # $SEMVER_USER_NAME = edgex-jenkins 17:27:31 # $SEMVER_BRANCH = master 17:27:31 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:27:38 $ docker exec --env ******** --env ******** 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b ssh-agent -k 17:27:38 unset SSH_AUTH_SOCK; 17:27:38 unset SSH_AGENT_PID; 17:27:38 echo Agent pid 17 killed; 17:27:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:39 + git semver [Pipeline] } 17:27:39 $ docker stop --time=1 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b 17:27:40 $ docker rm -f 997c2298fd5676bb090fa4e44f3438425ae5e3efea9d106153a8dd1c12b9810b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 17:27:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:27:42 ---> package-listing.sh 17:27:42 ++ facter osfamily 17:27:42 ++ tr '[:upper:]' '[:lower:]' 17:27:42 + OS_FAMILY=redhat 17:27:42 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 17:27:42 + START_PACKAGES=/tmp/packages_start.txt 17:27:42 + END_PACKAGES=/tmp/packages_end.txt 17:27:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:27:42 + PACKAGES=/tmp/packages_start.txt 17:27:42 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:27:42 + PACKAGES=/tmp/packages_end.txt 17:27:42 + case "${OS_FAMILY}" in 17:27:42 + rpm -qa 17:27:42 + sort 17:27:48 + '[' -f /tmp/packages_start.txt ']' 17:27:48 + '[' -f /tmp/packages_end.txt ']' 17:27:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:27:48 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:27:48 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 17:27:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 17:27:48 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:27:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:27:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:48 17:27:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:27:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:49 alpine: Pulling from edgex-lftools-log-publisher 17:27:49 df20fa9351a1: Pulling fs layer 17:27:49 36b3adc4ff6f: Pulling fs layer 17:27:49 8ad3a11d3b57: Pulling fs layer 17:27:49 46f8f816bc3b: Pulling fs layer 17:27:49 93b61091891f: Pulling fs layer 17:27:49 93b9cdb0e59b: Pulling fs layer 17:27:49 5e14af77c1be: Pulling fs layer 17:27:49 01666e4c0597: Pulling fs layer 17:27:49 aa168da1d23b: Pulling fs layer 17:27:49 46f8f816bc3b: Waiting 17:27:49 93b61091891f: Waiting 17:27:49 93b9cdb0e59b: Waiting 17:27:49 5e14af77c1be: Waiting 17:27:49 01666e4c0597: Waiting 17:27:49 aa168da1d23b: Waiting 17:27:49 36b3adc4ff6f: Download complete 17:27:49 46f8f816bc3b: Verifying Checksum 17:27:49 46f8f816bc3b: Download complete 17:27:49 df20fa9351a1: Download complete 17:27:49 93b9cdb0e59b: Verifying Checksum 17:27:49 93b9cdb0e59b: Download complete 17:27:49 5e14af77c1be: Verifying Checksum 17:27:49 5e14af77c1be: Download complete 17:27:49 01666e4c0597: Verifying Checksum 17:27:49 01666e4c0597: Download complete 17:27:49 8ad3a11d3b57: Verifying Checksum 17:27:49 8ad3a11d3b57: Download complete 17:27:50 df20fa9351a1: Pull complete 17:27:50 93b61091891f: Verifying Checksum 17:27:50 93b61091891f: Download complete 17:27:50 36b3adc4ff6f: Pull complete 17:27:51 aa168da1d23b: Verifying Checksum 17:27:51 aa168da1d23b: Download complete 17:27:52 8ad3a11d3b57: Pull complete 17:27:52 46f8f816bc3b: Pull complete 17:27:52 93b61091891f: Pull complete 17:27:52 93b9cdb0e59b: Pull complete 17:27:52 5e14af77c1be: Pull complete 17:27:52 01666e4c0597: Pull complete 17:27:59 aa168da1d23b: Pull complete 17:27:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:27:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:27:59 prd-centos7-docker-4c-2g-13416 does not seem to be running inside a container 17:27:59 $ 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_master/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_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:28:02 $ docker top 7886bd4e21881b59d0fd69d26192eb7feb3d49e6360932c2ff7399295cc72c23 -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:03 + touch /tmp/pre-build-complete [Pipeline] sh 17:28:03 + mkdir -p /var/log/sa [Pipeline] sh 17:28:03 + ls /var/log/sa-host 17:28:03 + sadf -c /var/log/sa-host/sa23 17:28:03 file_magic: OK 17:28:03 HZ: Using current value: 100 17:28:03 file_header: OK 17:28:03 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 17:28:03 Statistics: 17:28:03 Hnuu...uuuununununu... 17:28:03 File successfully converted to sysstat format version 12.2.1 17:28:03 + sadf -c /var/log/sa-host/sa25 17:28:03 file_magic: OK 17:28:03 HZ: Using current value: 100 17:28:03 file_header: OK 17:28:03 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 17:28:03 Statistics: 17:28:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:28:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:28:03 provisioning config files... 17:28:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3298571661018458110tmp [Pipeline] { [Pipeline] echo 17:28:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:28:04 ---> create-netrc.sh [Pipeline] } 17:28:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:28:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:28:04 ---> python-tools-install.sh [Pipeline] echo 17:28:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:28:04 ---> sudo-logs.sh 17:28:04 Archiving 'sudo' log.. [Pipeline] echo 17:28:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:28:05 ---> job-cost.sh 17:28:05 lf-activate-venv: SKIPPING 17:28:05 INFO: No Stack... 17:28:06 INFO: Retrieving Pricing Info for: v1-standard-2 17:28:06 INFO: Archiving Costs [Pipeline] echo 17:28:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:28:07 ---> logs-deploy.sh 17:28:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/63 17:28:07 INFO: archiving workspace using pattern(s): 17:28:08 Archives upload complete. 17:28:08 INFO: archiving logs to Nexus 17:28:09 ---> uname -a: 17:28:09 Linux prd-centos7-docker-4c-2g-13416.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:28:09 17:28:09 17:28:09 ---> lscpu: 17:28:09 Architecture: x86_64 17:28:09 CPU op-mode(s): 32-bit, 64-bit 17:28:09 Byte Order: Little Endian 17:28:09 Address sizes: 40 bits physical, 48 bits virtual 17:28:09 CPU(s): 4 17:28:09 On-line CPU(s) list: 0-3 17:28:09 Thread(s) per core: 1 17:28:09 Core(s) per socket: 1 17:28:09 Socket(s): 4 17:28:09 NUMA node(s): 1 17:28:09 Vendor ID: GenuineIntel 17:28:09 CPU family: 6 17:28:09 Model: 44 17:28:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:28:09 Stepping: 1 17:28:09 CPU MHz: 2933.438 17:28:09 BogoMIPS: 5866.87 17:28:09 Virtualization: VT-x 17:28:09 Hypervisor vendor: KVM 17:28:09 Virtualization type: full 17:28:09 L1d cache: 128 KiB 17:28:09 L1i cache: 128 KiB 17:28:09 L2 cache: 16 MiB 17:28:09 L3 cache: 64 MiB 17:28:09 NUMA node0 CPU(s): 0-3 17:28:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:28:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:28:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:28:09 Vulnerability Meltdown: Mitigation; PTI 17:28:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:28:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:28:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:28:09 Vulnerability Srbds: Not affected 17:28:09 Vulnerability Tsx async abort: Not affected 17:28:09 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 17:28:09 17:28:09