Pull request #367 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 488a5d2dcec9569b6e1f549f208990667ea6f792 rather than 711907a7093aebb7ad96985bf4342a5fa26dd498 Obtained Jenkinsfile from 488a5d2dcec9569b6e1f549f208990667ea6f792 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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 Running on prd-centos7-docker-4c-2g-12953 in /w/workspace/dry_go-mod-core-contracts_PR-367 [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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-367 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 711907a7093aebb7ad96985bf4342a5fa26dd498 Merge succeeded, producing 711907a7093aebb7ad96985bf4342a5fa26dd498 Checking out Revision 711907a7093aebb7ad96985bf4342a5fa26dd498 (PR-367) > git config core.sparsecheckout # timeout=10 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # 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 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 Commit message: "Merge branch 'master' into issue-366" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 6c0e771c0096624374a3c802221b0578c6380887 # timeout=10 [Pipeline] timeout 15:42:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:42:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:42:30 ========================================================= 15:42:30 EdgeX Global Pipelines Version Info 15:42:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:42:32 ------------------- 15:42:32 stable info: 15:42:32 ------------------- 15:42:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:42:32 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 15:42:32 Message: update stable to v1.0.167 15:42:33 ------------------- 15:42:33 experimental info: 15:42:33 ------------------- 15:42:33 Commited By: **** collab-it+edgex@linuxfoundation.org 15:42:33 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 15:42:33 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:42:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:42:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:42:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 711907a7093aebb7ad96985bf4342a5fa26dd498 [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 711907a [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:42:37 provisioning config files... 15:42:37 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config2529115026095002150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:42:38 ---> docker-login.sh 15:42:38 nexus3.edgexfoundry.org:10001 15:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:38 Configure a credential helper to remove this warning. See 15:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:38 15:42:38 Login Succeeded 15:42:38 nexus3.edgexfoundry.org:10002 15:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:38 Configure a credential helper to remove this warning. See 15:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:38 15:42:38 Login Succeeded 15:42:38 nexus3.edgexfoundry.org:10003 15:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:38 Configure a credential helper to remove this warning. See 15:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:38 15:42:38 Login Succeeded 15:42:38 nexus3.edgexfoundry.org:10004 15:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:39 Configure a credential helper to remove this warning. See 15:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:39 15:42:39 Login Succeeded 15:42:39 docker.io 15:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:39 Configure a credential helper to remove this warning. See 15:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:39 15:42:39 Login Succeeded 15:42:39 ---> docker-login.sh ends [Pipeline] } 15:42:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:42:40 + git log --format=format:%s -1 711907a7093aebb7ad96985bf4342a5fa26dd498 [Pipeline] echo 15:42:40 GIT_COMMIT: 711907a7093aebb7ad96985bf4342a5fa26dd498, Commit Message: Merge branch 'master' into issue-366 [Pipeline] echo 15:42:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:42:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:41 15:42:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:42:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:42 latest: Pulling from edgex-devops/git-semver 15:42:42 31603596830f: Pulling fs layer 15:42:42 2a8b12db71e7: Pulling fs layer 15:42:42 6ca5941a6612: Pulling fs layer 15:42:42 ecc8261a40a4: Pulling fs layer 15:42:42 ecc8261a40a4: Waiting 15:42:42 2a8b12db71e7: Verifying Checksum 15:42:42 2a8b12db71e7: Download complete 15:42:42 31603596830f: Verifying Checksum 15:42:42 31603596830f: Download complete 15:42:42 6ca5941a6612: Verifying Checksum 15:42:42 6ca5941a6612: Download complete 15:42:42 ecc8261a40a4: Verifying Checksum 15:42:42 ecc8261a40a4: Download complete 15:42:42 31603596830f: Pull complete 15:42:42 2a8b12db71e7: Pull complete 15:42:43 6ca5941a6612: Pull complete 15:42:43 ecc8261a40a4: Pull complete 15:42:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:42:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:42:44 prd-centos7-docker-4c-2g-12953 does not seem to be running inside a container 15:42:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:42:46 $ docker top 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:42:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:46 [ssh-agent] Looking for ssh-agent implementation... 15:42:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:47 $ docker exec 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent 15:42:47 SSH_AUTH_SOCK=/tmp/ssh-I7aqwwQVjWq6/agent.11 15:42:47 SSH_AGENT_PID=16 15:42:47 Running ssh-add (command line suppressed) 15:42:47 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2714634722657224677.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2714634722657224677.key) 15:42:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:47 + git tag --points-at HEAD [Pipeline] } 15:42:47 $ docker exec --env ******** --env ******** 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent -k 15:42:47 unset SSH_AUTH_SOCK; 15:42:47 unset SSH_AGENT_PID; 15:42:47 echo Agent pid 16 killed; 15:42:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:42:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:48 [ssh-agent] Looking for ssh-agent implementation... 15:42:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:48 $ docker exec 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent 15:42:48 SSH_AUTH_SOCK=/tmp/ssh-jU9flJICglEz/agent.44 15:42:48 SSH_AGENT_PID=49 15:42:48 Running ssh-add (command line suppressed) 15:42:48 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_3053457761413632505.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_3053457761413632505.key) 15:42:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:49 + git semver init 15:42:49 # -> Open(): unable to determine branch for HEAD 15:42:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git 15:42:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 15:42:49 # $SEMVER_REMOTE_NAME = origin 15:42:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:42:49 # $SEMVER_USER_NAME = edgex-jenkins 15:42:49 # $SEMVER_BRANCH = PR-367 15:42:49 # $SEMVER_TEMP = /tmp/semver-927726491 15:42:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:42:49 # '/tmp/semver-927726491' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' 15:42:49 # -> Force: false 15:42:49 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } 15:42:49 $ docker exec --env ******** --env ******** 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent -k 15:42:49 unset SSH_AUTH_SOCK; 15:42:49 unset SSH_AGENT_PID; 15:42:49 echo Agent pid 49 killed; 15:42:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:50 + git semver [Pipeline] } 15:42:50 $ docker stop --time=1 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb 15:42:52 $ docker rm -f 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb [Pipeline] // withDockerContainer [Pipeline] sh 15:42:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:42:53 Stashed 1 file(s) [Pipeline] echo 15:42:53 [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 15:43:08 Still waiting to schedule task 15:43:08 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12953’ 15:43:08 Still waiting to schedule task 15:43:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:45:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12954 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 15:45:05 Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout 15:45:10 using credential edgex-jenkins-ssh 15:45:10 Cloning the remote Git repository 15:45:10 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:10 > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 15:45:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:10 > git --version # timeout=10 15:45:10 > git --version # 'git version 2.17.1' 15:45:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:12 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 711907a7093aebb7ad96985bf4342a5fa26dd498 15:45:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:11 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:45:12 > git config core.sparsecheckout # timeout=10 15:45:12 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 15:45:12 > git remote # timeout=10 15:45:12 > git config --get remote.origin.url # timeout=10 15:45:12 Merge succeeded, producing 711907a7093aebb7ad96985bf4342a5fa26dd498 15:45:12 Checking out Revision 711907a7093aebb7ad96985bf4342a5fa26dd498 (PR-367) 15:45:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:12 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 15:45:12 > git rev-parse HEAD^{commit} # timeout=10 15:45:12 > git config core.sparsecheckout # timeout=10 15:45:12 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 15:45:17 Commit message: "Merge branch 'master' into issue-366" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:45:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:45:20 + sudo service docker restart 15:45:20 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:45:22 provisioning config files... 15:45:22 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/11@tmp/config1619257396010163005tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:23 ---> docker-login.sh 15:45:23 nexus3.edgexfoundry.org:10001 15:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:24 Configure a credential helper to remove this warning. See 15:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:24 15:45:24 Login Succeeded 15:45:24 nexus3.edgexfoundry.org:10002 15:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:25 Configure a credential helper to remove this warning. See 15:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:25 15:45:25 Login Succeeded 15:45:25 nexus3.edgexfoundry.org:10003 15:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:25 Configure a credential helper to remove this warning. See 15:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:25 15:45:25 Login Succeeded 15:45:25 nexus3.edgexfoundry.org:10004 15:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:26 Configure a credential helper to remove this warning. See 15:45:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:26 15:45:26 Login Succeeded 15:45:26 docker.io 15:45:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:27 Configure a credential helper to remove this warning. See 15:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:27 15:45:27 Login Succeeded 15:45:27 ---> docker-login.sh ends [Pipeline] } 15:45:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:45:27 ========================================================= 15:45:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:45:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:45:27 + 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 . 15:45:28 Sending build context to Docker daemon 1.925MB 15:45:28 Step 1/7 : ARG BASE=golang:1.15-alpine 15:45:28 Step 2/7 : FROM ${BASE} 15:45:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:45:28 b538f80385f9: Pulling fs layer 15:45:28 74f711af9a0d: Pulling fs layer 15:45:28 99f96fe45779: Pulling fs layer 15:45:28 8529a6b9a6be: Pulling fs layer 15:45:28 45590311c82a: Pulling fs layer 15:45:28 69ca0ff8b7b3: Pulling fs layer 15:45:28 209524e5b208: Pulling fs layer 15:45:28 8529a6b9a6be: Waiting 15:45:28 45590311c82a: Waiting 15:45:28 69ca0ff8b7b3: Waiting 15:45:28 209524e5b208: Waiting 15:45:28 99f96fe45779: Verifying Checksum 15:45:28 99f96fe45779: Download complete 15:45:28 74f711af9a0d: Download complete 15:45:28 45590311c82a: Verifying Checksum 15:45:28 45590311c82a: Download complete 15:45:28 69ca0ff8b7b3: Verifying Checksum 15:45:28 69ca0ff8b7b3: Download complete 15:45:29 b538f80385f9: Pull complete 15:45:30 74f711af9a0d: Pull complete 15:45:30 99f96fe45779: Pull complete 15:45:31 209524e5b208: Verifying Checksum 15:45:31 209524e5b208: Download complete 15:45:32 8529a6b9a6be: Verifying Checksum 15:45:32 8529a6b9a6be: Download complete 15:45:42 8529a6b9a6be: Pull complete 15:45:43 45590311c82a: Pull complete 15:45:43 69ca0ff8b7b3: Pull complete 15:45:46 209524e5b208: Pull complete 15:45:46 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:45:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:45:46 ---> 5bddaf1c2fca 15:45:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:45:50 ---> Running in 4cb0e175aa19 15:45:50 Removing intermediate container 4cb0e175aa19 15:45:50 ---> 4c36be8a84d4 15:45:50 Step 4/7 : RUN apk add bash 15:45:50 ---> Running in 25b085962379 15:45:50 Running on prd-centos7-docker-4c-2g-12955 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 15:45:50 Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout 15:45:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:53 using credential edgex-jenkins-ssh 15:45:53 OK: 142 MiB in 39 packages 15:45:53 Cloning the remote Git repository 15:45:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:53 > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 15:45:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:53 > git --version # timeout=10 15:45:53 > git --version # 'git version 2.16.5' 15:45:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:54 Removing intermediate container 25b085962379 15:45:54 ---> 359664fa738e 15:45:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:45:54 ---> Running in d30c9e373e7f 15:45:54 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 711907a7093aebb7ad96985bf4342a5fa26dd498 15:45:54 Merge succeeded, producing 711907a7093aebb7ad96985bf4342a5fa26dd498 15:45:54 Checking out Revision 711907a7093aebb7ad96985bf4342a5fa26dd498 (PR-367) 15:45:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:45:54 > git config core.sparsecheckout # timeout=10 15:45:54 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 15:45:54 > git remote # timeout=10 15:45:54 > git config --get remote.origin.url # timeout=10 15:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:54 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 15:45:54 > git rev-parse HEAD^{commit} # timeout=10 15:45:54 > git config core.sparsecheckout # timeout=10 15:45:54 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 15:45:55 Removing intermediate container d30c9e373e7f 15:45:55 ---> 0543436a14aa 15:45:55 Step 6/7 : COPY go.mod . 15:45:55 ---> b157925efd45 15:45:55 Step 7/7 : RUN go mod download 15:45:55 ---> Running in f494e0c66113 15:45:58 Commit message: "Merge branch 'master' into issue-366" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:46:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:46:00 + sudo service docker restart 15:46:00 + true 15:46:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:46:03 provisioning config files... 15:46:03 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/11@tmp/config4402109218211357904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:46:03 ---> docker-login.sh 15:46:03 nexus3.edgexfoundry.org:10001 15:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:04 Configure a credential helper to remove this warning. See 15:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:04 15:46:04 Login Succeeded 15:46:04 nexus3.edgexfoundry.org:10002 15:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:04 Configure a credential helper to remove this warning. See 15:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:04 15:46:04 Login Succeeded 15:46:04 nexus3.edgexfoundry.org:10003 15:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:04 Configure a credential helper to remove this warning. See 15:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:04 15:46:04 Login Succeeded 15:46:04 nexus3.edgexfoundry.org:10004 15:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:04 Configure a credential helper to remove this warning. See 15:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:04 15:46:04 Login Succeeded 15:46:04 docker.io 15:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:05 Configure a credential helper to remove this warning. See 15:46:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:05 15:46:05 Login Succeeded 15:46:05 ---> docker-login.sh ends [Pipeline] } 15:46:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:46:05 ========================================================= 15:46:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:46:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:46:05 + 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 . 15:46:05 Sending build context to Docker daemon 1.925MB 15:46:05 Step 1/7 : ARG BASE=golang:1.15-alpine 15:46:05 Step 2/7 : FROM ${BASE} 15:46:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:46:06 df20fa9351a1: Pulling fs layer 15:46:06 ed8968b2872e: Pulling fs layer 15:46:06 a92cc7c5fd73: Pulling fs layer 15:46:06 e871e8e8d7a9: Pulling fs layer 15:46:06 e73272ec9a57: Pulling fs layer 15:46:06 1e910a182e73: Pulling fs layer 15:46:06 4e634b169226: Pulling fs layer 15:46:06 e73272ec9a57: Waiting 15:46:06 1e910a182e73: Waiting 15:46:06 4e634b169226: Waiting 15:46:06 e871e8e8d7a9: Waiting 15:46:06 a92cc7c5fd73: Verifying Checksum 15:46:06 a92cc7c5fd73: Download complete 15:46:06 ed8968b2872e: Verifying Checksum 15:46:06 ed8968b2872e: Download complete 15:46:06 e73272ec9a57: Verifying Checksum 15:46:06 e73272ec9a57: Download complete 15:46:06 1e910a182e73: Verifying Checksum 15:46:06 1e910a182e73: Download complete 15:46:06 df20fa9351a1: Verifying Checksum 15:46:06 df20fa9351a1: Download complete 15:46:06 df20fa9351a1: Pull complete 15:46:06 ed8968b2872e: Pull complete 15:46:06 a92cc7c5fd73: Pull complete 15:46:08 4e634b169226: Verifying Checksum 15:46:08 4e634b169226: Download complete 15:46:08 e871e8e8d7a9: Verifying Checksum 15:46:08 e871e8e8d7a9: Download complete 15:46:11 Removing intermediate container f494e0c66113 15:46:11 ---> 0ed3bee258bc 15:46:11 Successfully built 0ed3bee258bc 15:46:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:46:11 + docker inspect -f . ci-base-image-arm64 15:46:11 . [Pipeline] withDockerContainer 15:46:11 prd-ubuntu18.04-docker-arm64-4c-16g-12954 does not seem to be running inside a container 15:46:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:46:13 $ docker top 29347469cb6d363d9320419339124bf8d755f0763eae67c71e060eba3342d3b1 -eo pid,comm 15:46:13 e871e8e8d7a9: Pull complete 15:46:13 e73272ec9a57: Pull complete [Pipeline] { [Pipeline] sh 15:46:14 1e910a182e73: Pull complete 15:46:15 + go version 15:46:15 go version go1.15.2 linux/arm64 [Pipeline] } 15:46:15 $ docker stop --time=1 29347469cb6d363d9320419339124bf8d755f0763eae67c71e060eba3342d3b1 15:46:16 $ docker rm -f 29347469cb6d363d9320419339124bf8d755f0763eae67c71e060eba3342d3b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:18 + docker inspect -f . ci-base-image-arm64 15:46:18 . [Pipeline] withDockerContainer 15:46:18 prd-ubuntu18.04-docker-arm64-4c-16g-12954 does not seem to be running inside a container 15:46:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:46:19 4e634b169226: Pull complete 15:46:19 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:46:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:46:19 ---> f7629b54cfaa 15:46:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:46:19 ---> Running in 60a75c724fea 15:46:19 Removing intermediate container 60a75c724fea 15:46:19 ---> 54aa86e6627c 15:46:19 Step 4/7 : RUN apk add bash 15:46:19 ---> Running in 4180725e6f8d 15:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:20 $ docker top 5ea9801e800f6cbc3def5850e2d5e1229acbd335dafde6f3bcac6a48046b6483 -eo pid,comm [Pipeline] { 15:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 15:46:20 OK: 166 MiB in 39 packages 15:46:21 Removing intermediate container 4180725e6f8d 15:46:21 ---> bd063fec6d58 15:46:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:46:21 ---> Running in fb64b766f087 15:46:21 + make test 15:46:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:46:21 Removing intermediate container fb64b766f087 15:46:21 ---> d6978af3bb34 15:46:21 Step 6/7 : COPY go.mod . 15:46:22 ---> 2e8a4e47e1e5 15:46:22 Step 7/7 : RUN go mod download 15:46:22 ---> Running in 2a09339d3012 15:46:34 Removing intermediate container 2a09339d3012 15:46:34 ---> 08f4b755566e 15:46:34 Successfully built 08f4b755566e 15:46:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:46:35 + docker inspect -f . ci-base-image-x86_64 15:46:35 . [Pipeline] withDockerContainer 15:46:35 prd-centos7-docker-4c-2g-12955 does not seem to be running inside a container 15:46:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:46:36 $ docker top 18fe82a7f81fb28cccde27dcc38d1fddae9d30789982370fa200d0d86ffb2196 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:36 + go version 15:46:36 go version go1.15.2 linux/amd64 [Pipeline] } 15:46:36 $ docker stop --time=1 18fe82a7f81fb28cccde27dcc38d1fddae9d30789982370fa200d0d86ffb2196 15:46:37 $ docker rm -f 18fe82a7f81fb28cccde27dcc38d1fddae9d30789982370fa200d0d86ffb2196 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:38 + docker inspect -f . ci-base-image-x86_64 15:46:38 . [Pipeline] withDockerContainer 15:46:38 prd-centos7-docker-4c-2g-12955 does not seem to be running inside a container 15:46:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:46:39 $ docker top efbaaa4bddcba7d6287dcb5a345cb469557ee13ed93892721e8d208e526459f1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:40 + make test 15:46:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:46:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:46:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.040s coverage: 85.7% of statements 15:46:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements 15:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements 15:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.055s coverage: 77.8% of statements 15:46:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 6.6% of statements 15:46:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.027s coverage: 85.7% of statements 15:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.008s coverage: 77.8% of statements 15:46:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 6.6% of statements 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.038s coverage: 14.7% of statements 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 15:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.021s coverage: 14.7% of statements 15:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements 15:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.064s coverage: 91.8% of statements 15:46:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:46:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements 15:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements 15:46:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.070s coverage: 91.8% of statements 15:46:49 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:46:49 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:46:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements 15:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 47.8% of statements 15:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.021s coverage: 63.0% of statements 15:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements 15:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements 15:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements 15:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 15:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.027s coverage: 81.5% of statements 15:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 15:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:46:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 29.1% of statements 15:46:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements 15:46:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements 15:46:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 15:46:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:46:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:46:52 gofmt -l . 15:46:53 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:46:53 $ docker stop --time=1 efbaaa4bddcba7d6287dcb5a345cb469557ee13ed93892721e8d208e526459f1 15:46:55 $ docker rm -f efbaaa4bddcba7d6287dcb5a345cb469557ee13ed93892721e8d208e526459f1 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.165s coverage: 63.0% of statements 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.038s coverage: 15.4% of statements 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements 15:46:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.064s coverage: 81.5% of statements 15:46:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 15:46:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.047s coverage: 29.1% of statements 15:46:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.071s coverage: 100.0% of statements 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] } 15:46:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.052s coverage: 94.4% of statements 15:46:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 15:46:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:46:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:47:03 gofmt -l . 15:47:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:47:03 $ docker stop --time=1 5ea9801e800f6cbc3def5850e2d5e1229acbd335dafde6f3bcac6a48046b6483 15:47:05 $ docker rm -f 5ea9801e800f6cbc3def5850e2d5e1229acbd335dafde6f3bcac6a48046b6483 [Pipeline] // withDockerContainer [Pipeline] sh 15:47:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:47:06 Warning: overwriting stash ‘coverage-report’ 15:47:07 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 15:47:09 provisioning config files... 15:47:09 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config5713898656213644010tmp [Pipeline] { [Pipeline] sh 15:47:09 + set +x 15:47:09 + bash -s -- 15:47:09 + curl -s https://codecov.io/bash 15:47:10 15:47:10 _____ _ 15:47:10 / ____| | | 15:47:10 | | ___ __| | ___ ___ _____ __ 15:47:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:47:10 | |___| (_) | (_| | __/ (_| (_) \ V / 15:47:10 \_____\___/ \__,_|\___|\___\___/ \_/ 15:47:10 Bash-20201116-eea08d9 15:47:10 15:47:10 15:47:10 ==> Jenkins CI detected. 15:47:10 project root: . 15:47:10 --> token set from env 15:47:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:47:10 ==> Running gcov in . (disable via -X gcov) 15:47:10 ==> Python coveragepy not found 15:47:10 ==> Searching for coverage reports in: 15:47:10 + . 15:47:10 -> Found 1 reports 15:47:10 ==> Detecting git/mercurial file structure 15:47:10 ==> Reading reports 15:47:10 + ./coverage.out bytes=107216 15:47:10 ==> Appending adjustments 15:47:10 https://docs.codecov.io/docs/fixing-reports 15:47:11 + Found adjustments 15:47:11 ==> Gzipping contents 15:47:11 ==> Uploading reports 15:47:11 url: https://codecov.io 15:47:11 query: branch=PR-367&commit=711907a7093aebb7ad96985bf4342a5fa26dd498&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F11%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 15:47:11 -> Pinging Codecov 15:47:11 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-367&commit=711907a7093aebb7ad96985bf4342a5fa26dd498&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F11%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 15:47:15 -> Uploading to 15:47:15 https://storage.googleapis.com/codecov/v4/raw/2020-11-20/71470A77251A30514AAF9C0BB2E5B6CE/711907a7093aebb7ad96985bf4342a5fa26dd498/764a9b19-f1fd-4803-bc27-dc93b9037037.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201120T154714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ad65c8c76cb68ca9c8976b4d542d90ab60d4842c7e6ee54f00dcfde5889439b1 15:47:15 % Total % Received % Xferd Average Speed Time Time Time Current 15:47:15 Dload Upload Total Spent Left Speed 15:47:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17314 0 0 100 17314 0 40974 --:--:-- --:--:-- --:--:-- 40931 15:47:15 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/711907a7093aebb7ad96985bf4342a5fa26dd498 [Pipeline] } 15:47:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:47:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:47:19 ---> package-listing.sh 15:47:19 ++ facter osfamily 15:47:19 ++ tr '[:upper:]' '[:lower:]' 15:47:19 + OS_FAMILY=redhat 15:47:19 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 15:47:19 + START_PACKAGES=/tmp/packages_start.txt 15:47:19 + END_PACKAGES=/tmp/packages_end.txt 15:47:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:47:19 + PACKAGES=/tmp/packages_start.txt 15:47:19 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 15:47:19 + PACKAGES=/tmp/packages_end.txt 15:47:19 + case "${OS_FAMILY}" in 15:47:19 + rpm -qa 15:47:19 + sort 15:47:23 + '[' -f /tmp/packages_start.txt ']' 15:47:23 + '[' -f /tmp/packages_end.txt ']' 15:47:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:47:23 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 15:47:23 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ 15:47:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [Pipeline] echo 15:47:23 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/dry_go-mod-core-contracts_PR-367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:47:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:47:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:47:24 15:47:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:47:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:47:24 alpine: Pulling from edgex-lftools-log-publisher 15:47:24 df20fa9351a1: Pulling fs layer 15:47:24 36b3adc4ff6f: Pulling fs layer 15:47:24 8ad3a11d3b57: Pulling fs layer 15:47:24 46f8f816bc3b: Pulling fs layer 15:47:24 93b61091891f: Pulling fs layer 15:47:24 93b9cdb0e59b: Pulling fs layer 15:47:24 5e14af77c1be: Pulling fs layer 15:47:24 01666e4c0597: Pulling fs layer 15:47:24 aa168da1d23b: Pulling fs layer 15:47:24 93b9cdb0e59b: Waiting 15:47:24 5e14af77c1be: Waiting 15:47:24 01666e4c0597: Waiting 15:47:24 46f8f816bc3b: Waiting 15:47:24 93b61091891f: Waiting 15:47:24 36b3adc4ff6f: Verifying Checksum 15:47:24 36b3adc4ff6f: Download complete 15:47:24 46f8f816bc3b: Verifying Checksum 15:47:24 46f8f816bc3b: Download complete 15:47:24 df20fa9351a1: Verifying Checksum 15:47:24 93b9cdb0e59b: Verifying Checksum 15:47:24 93b9cdb0e59b: Download complete 15:47:24 93b61091891f: Verifying Checksum 15:47:24 93b61091891f: Download complete 15:47:24 5e14af77c1be: Verifying Checksum 15:47:24 5e14af77c1be: Download complete 15:47:24 01666e4c0597: Verifying Checksum 15:47:24 01666e4c0597: Download complete 15:47:24 8ad3a11d3b57: Verifying Checksum 15:47:24 8ad3a11d3b57: Download complete 15:47:24 df20fa9351a1: Pull complete 15:47:25 36b3adc4ff6f: Pull complete 15:47:25 8ad3a11d3b57: Pull complete 15:47:25 46f8f816bc3b: Pull complete 15:47:26 93b61091891f: Pull complete 15:47:26 93b9cdb0e59b: Pull complete 15:47:26 aa168da1d23b: Verifying Checksum 15:47:26 aa168da1d23b: Download complete 15:47:26 5e14af77c1be: Pull complete 15:47:26 01666e4c0597: Pull complete 15:47:35 aa168da1d23b: Pull complete 15:47:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:47:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:47:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:47:35 prd-centos7-docker-4c-2g-12953 does not seem to be running inside a container 15:47:35 $ 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/dry_go-mod-core-contracts_PR-367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:47:39 $ docker top 0f3e48770dfcda1536b1ae3068cc8b36e1998492b65c3acbd408f29841ed471c -eo pid,comm [Pipeline] { [Pipeline] sh 15:47:39 + touch /tmp/pre-build-complete [Pipeline] sh 15:47:39 + mkdir -p /var/log/sa [Pipeline] sh 15:47:40 + ls /var/log/sa-host 15:47:40 + sadf -c /var/log/sa-host/sa05 15:47:40 file_magic: OK 15:47:40 HZ: Using current value: 100 15:47:40 file_header: OK 15:47:40 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 15:47:40 Statistics: 15:47:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:47:40 File successfully converted to sysstat format version 12.2.1 15:47:40 + sadf -c /var/log/sa-host/sa20 15:47:40 file_magic: OK 15:47:40 HZ: Using current value: 100 15:47:40 file_header: OK 15:47:40 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 15:47:40 Statistics: 15:47:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:47:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:40 provisioning config files... 15:47:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config1426317006220352587tmp [Pipeline] { [Pipeline] echo 15:47:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:47:41 ---> create-netrc.sh [Pipeline] } 15:47:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:47:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:47:42 ---> python-tools-install.sh [Pipeline] echo 15:47:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:47:42 ---> sudo-logs.sh 15:47:42 Archiving 'sudo' log.. [Pipeline] echo 15:47:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:47:42 ---> job-cost.sh 15:47:42 lf-activate-venv: SKIPPING 15:47:42 INFO: No Stack... 15:47:44 INFO: Retrieving Pricing Info for: v1-standard-2 15:47:44 INFO: Archiving Costs [Pipeline] echo 15:47:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:47:44 ---> logs-deploy.sh 15:47:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/11 15:47:44 INFO: archiving workspace using pattern(s): 15:47:46 Archives upload complete. 15:47:46 INFO: archiving logs to Nexus 15:47:47 ---> uname -a: 15:47:47 Linux prd-centos7-docker-4c-2g-12953.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:47:47 15:47:47