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 6a884aa5f7f50866f6957af0283855ad29b7b4cc 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-12897 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 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 6a884aa5f7f50866f6957af0283855ad29b7b4cc > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a884aa5f7f50866f6957af0283855ad29b7b4cc # timeout=10 Merge succeeded, producing 6c0e771c0096624374a3c802221b0578c6380887 Checking out Revision 6c0e771c0096624374a3c802221b0578c6380887 (PR-367) > 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 6c0e771c0096624374a3c802221b0578c6380887 # timeout=10 Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 89d8e938c3fc95f49ee989217129e1a92fe1a761 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:28:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:28:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:28:20 ========================================================= 02:28:20 EdgeX Global Pipelines Version Info 02:28:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:28:22 ------------------- 02:28:22 stable info: 02:28:22 ------------------- 02:28:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:28:22 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 02:28:22 Message: update stable to v1.0.167 02:28:23 ------------------- 02:28:23 experimental info: 02:28:23 ------------------- 02:28:23 Commited By: **** collab-it+edgex@linuxfoundation.org 02:28:23 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 02:28:23 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:28:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:28:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:28:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:28:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:28:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo 02:28:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo 02:28:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo 02:28:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c0e771c0096624374a3c802221b0578c6380887 [Pipeline] echo 02:28:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c0e771 [Pipeline] echo 02:28:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:28:28 provisioning config files... 02:28:28 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4503083135118966187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:28:28 ---> docker-login.sh 02:28:28 nexus3.edgexfoundry.org:10001 02:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:30 Configure a credential helper to remove this warning. See 02:28:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:30 02:28:30 Login Succeeded 02:28:30 nexus3.edgexfoundry.org:10002 02:28:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:30 Configure a credential helper to remove this warning. See 02:28:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:30 02:28:30 Login Succeeded 02:28:30 nexus3.edgexfoundry.org:10003 02:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:31 Configure a credential helper to remove this warning. See 02:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:31 02:28:31 Login Succeeded 02:28:31 nexus3.edgexfoundry.org:10004 02:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:31 Configure a credential helper to remove this warning. See 02:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:31 02:28:31 Login Succeeded 02:28:31 docker.io 02:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:32 Configure a credential helper to remove this warning. See 02:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:32 02:28:32 Login Succeeded 02:28:32 ---> docker-login.sh ends [Pipeline] } 02:28:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:28:34 + git log --format=format:%s -1 6c0e771c0096624374a3c802221b0578c6380887 [Pipeline] echo 02:28:34 GIT_COMMIT: 6c0e771c0096624374a3c802221b0578c6380887, Commit Message: Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD [Pipeline] echo 02:28:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:28:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:35 02:28:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:28:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:36 latest: Pulling from edgex-devops/git-semver 02:28:36 31603596830f: Pulling fs layer 02:28:36 2a8b12db71e7: Pulling fs layer 02:28:36 6ca5941a6612: Pulling fs layer 02:28:36 ecc8261a40a4: Pulling fs layer 02:28:36 ecc8261a40a4: Waiting 02:28:36 2a8b12db71e7: Verifying Checksum 02:28:36 2a8b12db71e7: Download complete 02:28:36 31603596830f: Verifying Checksum 02:28:36 31603596830f: Download complete 02:28:37 31603596830f: Pull complete 02:28:37 ecc8261a40a4: Verifying Checksum 02:28:37 ecc8261a40a4: Download complete 02:28:37 2a8b12db71e7: Pull complete 02:28:37 6ca5941a6612: Verifying Checksum 02:28:37 6ca5941a6612: Download complete 02:28:39 6ca5941a6612: Pull complete 02:28:39 ecc8261a40a4: Pull complete 02:28:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:28:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:28:39 prd-centos7-docker-4c-2g-12897 does not seem to be running inside a container 02:28:39 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:28:42 $ docker top 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:28:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:42 [ssh-agent] Looking for ssh-agent implementation... 02:28:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:42 $ docker exec 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent 02:28:43 SSH_AUTH_SOCK=/tmp/ssh-jkQsg7GrHAdL/agent.12 02:28:43 SSH_AGENT_PID=17 02:28:43 Running ssh-add (command line suppressed) 02:28:43 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2075823087692842409.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2075823087692842409.key) 02:28:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:43 + git tag --points-at HEAD [Pipeline] } 02:28:43 $ docker exec --env ******** --env ******** 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent -k 02:28:43 unset SSH_AUTH_SOCK; 02:28:43 unset SSH_AGENT_PID; 02:28:43 echo Agent pid 17 killed; 02:28:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:28:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:44 [ssh-agent] Looking for ssh-agent implementation... 02:28:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:44 $ docker exec 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent 02:28:44 SSH_AUTH_SOCK=/tmp/ssh-XkKGWfBvQVYy/agent.46 02:28:44 SSH_AGENT_PID=51 02:28:44 Running ssh-add (command line suppressed) 02:28:45 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1120943336558144345.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1120943336558144345.key) 02:28:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:45 + git semver init 02:28:45 # -> Open(): unable to determine branch for HEAD 02:28:45 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git 02:28:45 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 02:28:45 # $SEMVER_REMOTE_NAME = origin 02:28:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:28:45 # $SEMVER_USER_NAME = edgex-jenkins 02:28:45 # $SEMVER_BRANCH = PR-367 02:28:45 # $SEMVER_TEMP = /tmp/semver-030666626 02:28:45 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 02:28:47 # '/tmp/semver-030666626' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' 02:28:47 # -> Force: false 02:28:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } 02:28:47 $ docker exec --env ******** --env ******** 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent -k 02:28:47 unset SSH_AUTH_SOCK; 02:28:47 unset SSH_AGENT_PID; 02:28:47 echo Agent pid 51 killed; 02:28:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:28:48 + git semver [Pipeline] } 02:28:48 $ docker stop --time=1 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 02:28:49 $ docker rm -f 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 [Pipeline] // withDockerContainer [Pipeline] sh 02:28:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:28:51 Stashed 1 file(s) [Pipeline] echo 02:28:51 [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 02:29:07 Still waiting to schedule task 02:29:07 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12897’ 02:29:07 Still waiting to schedule task 02:29:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:31:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12898 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 02:31:14 Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout 02:31:19 using credential edgex-jenkins-ssh 02:31:19 Cloning the remote Git repository 02:31:19 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:31:19 > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 02:31:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:31:19 > git --version # timeout=10 02:31:19 > git --version # 'git version 2.17.1' 02:31:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:31:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:31:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:31:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:31:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:31:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:22 > 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 02:31:22 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 6a884aa5f7f50866f6957af0283855ad29b7b4cc 02:31:23 Merge succeeded, producing 9b4e18f4634aafb0aba77de97b5ad1271bc90a36 02:31:23 Checking out Revision 9b4e18f4634aafb0aba77de97b5ad1271bc90a36 (PR-367) 02:31:22 > git config core.sparsecheckout # timeout=10 02:31:22 > git checkout -f 6a884aa5f7f50866f6957af0283855ad29b7b4cc # timeout=10 02:31:22 > git remote # timeout=10 02:31:22 > git config --get remote.origin.url # timeout=10 02:31:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:22 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 02:31:23 > git rev-parse HEAD^{commit} # timeout=10 02:31:23 > git config core.sparsecheckout # timeout=10 02:31:23 > git checkout -f 9b4e18f4634aafb0aba77de97b5ad1271bc90a36 # timeout=10 02:31:27 Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" 02:31:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:31:27 > git rev-list --no-walk 89d8e938c3fc95f49ee989217129e1a92fe1a761 # timeout=10 02:31:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:31:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:31:29 + sudo service docker restart 02:31:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:31:32 provisioning config files... 02:31:32 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/10@tmp/config6871452560740158085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:31:33 ---> docker-login.sh 02:31:33 nexus3.edgexfoundry.org:10001 02:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:34 Configure a credential helper to remove this warning. See 02:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:34 02:31:34 Login Succeeded 02:31:34 nexus3.edgexfoundry.org:10002 02:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:34 Configure a credential helper to remove this warning. See 02:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:34 02:31:34 Login Succeeded 02:31:34 nexus3.edgexfoundry.org:10003 02:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:35 Configure a credential helper to remove this warning. See 02:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:35 02:31:35 Login Succeeded 02:31:35 nexus3.edgexfoundry.org:10004 02:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:36 Configure a credential helper to remove this warning. See 02:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:36 02:31:36 Login Succeeded 02:31:36 docker.io 02:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:31:36 Configure a credential helper to remove this warning. See 02:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:31:36 02:31:36 Login Succeeded 02:31:36 ---> docker-login.sh ends [Pipeline] } 02:31:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:31:37 ========================================================= 02:31:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:31:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:31:37 + 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 . 02:31:38 Sending build context to Docker daemon 1.925MB 02:31:38 Step 1/7 : ARG BASE=golang:1.15-alpine 02:31:38 Step 2/7 : FROM ${BASE} 02:31:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:31:38 b538f80385f9: Pulling fs layer 02:31:38 74f711af9a0d: Pulling fs layer 02:31:38 99f96fe45779: Pulling fs layer 02:31:38 8529a6b9a6be: Pulling fs layer 02:31:38 45590311c82a: Pulling fs layer 02:31:38 69ca0ff8b7b3: Pulling fs layer 02:31:38 209524e5b208: Pulling fs layer 02:31:38 45590311c82a: Waiting 02:31:38 69ca0ff8b7b3: Waiting 02:31:38 209524e5b208: Waiting 02:31:38 8529a6b9a6be: Waiting 02:31:38 99f96fe45779: Verifying Checksum 02:31:38 99f96fe45779: Download complete 02:31:38 74f711af9a0d: Verifying Checksum 02:31:38 74f711af9a0d: Download complete 02:31:38 45590311c82a: Verifying Checksum 02:31:38 45590311c82a: Download complete 02:31:38 69ca0ff8b7b3: Verifying Checksum 02:31:38 69ca0ff8b7b3: Download complete 02:31:39 b538f80385f9: Download complete 02:31:39 b538f80385f9: Pull complete 02:31:40 74f711af9a0d: Pull complete 02:31:40 99f96fe45779: Pull complete 02:31:43 209524e5b208: Verifying Checksum 02:31:43 209524e5b208: Download complete 02:31:46 8529a6b9a6be: Verifying Checksum 02:31:46 8529a6b9a6be: Download complete 02:31:57 8529a6b9a6be: Pull complete 02:31:57 45590311c82a: Pull complete 02:31:57 69ca0ff8b7b3: Pull complete 02:32:01 209524e5b208: Pull complete 02:32:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:32:01 ---> 5bddaf1c2fca 02:32:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:32:02 Running on prd-centos7-docker-4c-2g-12899 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 02:32:02 Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout 02:32:04 ---> Running in c4af45f856fd 02:32:04 Removing intermediate container c4af45f856fd 02:32:04 ---> 4776d20499da 02:32:04 Step 4/7 : RUN apk add bash 02:32:04 ---> Running in df6567093a59 02:32:06 using credential edgex-jenkins-ssh 02:32:06 Cloning the remote Git repository 02:32:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:32:06 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:32:06 > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 02:32:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:32:06 > git --version # timeout=10 02:32:06 > git --version # 'git version 2.16.5' 02:32:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:32:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:32:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:32:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:32:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:32:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:32:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:32:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:32:08 > 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 02:32:08 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 6a884aa5f7f50866f6957af0283855ad29b7b4cc 02:32:09 Merge succeeded, producing 7bbd74408afb9b278bbd277214ee279d75d1e695 02:32:09 Checking out Revision 7bbd74408afb9b278bbd277214ee279d75d1e695 (PR-367) 02:32:08 > git config core.sparsecheckout # timeout=10 02:32:08 > git checkout -f 6a884aa5f7f50866f6957af0283855ad29b7b4cc # timeout=10 02:32:08 > git remote # timeout=10 02:32:08 > git config --get remote.origin.url # timeout=10 02:32:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:32:08 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 02:32:08 > git rev-parse HEAD^{commit} # timeout=10 02:32:09 > git config core.sparsecheckout # timeout=10 02:32:09 > git checkout -f 7bbd74408afb9b278bbd277214ee279d75d1e695 # timeout=10 02:32:12 Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" 02:32:13 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:32:13 > git rev-list --no-walk 89d8e938c3fc95f49ee989217129e1a92fe1a761 # timeout=10 02:32:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:32:14 OK: 142 MiB in 39 packages 02:32:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:32:15 + sudo service docker restart 02:32:15 + true 02:32:15 Redirecting to /bin/systemctl restart docker.service 02:32:15 Removing intermediate container df6567093a59 02:32:15 ---> a85cf5154706 02:32:15 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:32:15 ---> Running in 0de67e56b02f 02:32:15 Removing intermediate container 0de67e56b02f 02:32:15 ---> 16c6c1937a77 02:32:15 Step 6/7 : COPY go.mod . 02:32:16 ---> 5973fe38cbc2 02:32:16 Step 7/7 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:32:16 provisioning config files... 02:32:16 ---> Running in 2390b6e6ff1a 02:32:16 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/10@tmp/config3291605689327549997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:32:17 ---> docker-login.sh 02:32:17 nexus3.edgexfoundry.org:10001 02:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:17 Configure a credential helper to remove this warning. See 02:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:17 02:32:17 Login Succeeded 02:32:17 nexus3.edgexfoundry.org:10002 02:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:18 Configure a credential helper to remove this warning. See 02:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:18 02:32:18 Login Succeeded 02:32:18 nexus3.edgexfoundry.org:10003 02:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:18 Configure a credential helper to remove this warning. See 02:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:18 02:32:18 Login Succeeded 02:32:18 nexus3.edgexfoundry.org:10004 02:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:18 Configure a credential helper to remove this warning. See 02:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:18 02:32:18 Login Succeeded 02:32:18 docker.io 02:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:18 Configure a credential helper to remove this warning. See 02:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:18 02:32:18 Login Succeeded 02:32:18 ---> docker-login.sh ends [Pipeline] } 02:32:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:32:19 ========================================================= 02:32:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:32:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:32:19 + 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 . 02:32:20 Sending build context to Docker daemon 1.924MB 02:32:20 Step 1/7 : ARG BASE=golang:1.15-alpine 02:32:20 Step 2/7 : FROM ${BASE} 02:32:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:32:20 df20fa9351a1: Pulling fs layer 02:32:20 ed8968b2872e: Pulling fs layer 02:32:20 a92cc7c5fd73: Pulling fs layer 02:32:20 e871e8e8d7a9: Pulling fs layer 02:32:20 e73272ec9a57: Pulling fs layer 02:32:20 1e910a182e73: Pulling fs layer 02:32:20 4e634b169226: Pulling fs layer 02:32:20 e73272ec9a57: Waiting 02:32:20 1e910a182e73: Waiting 02:32:20 4e634b169226: Waiting 02:32:20 e871e8e8d7a9: Waiting 02:32:20 a92cc7c5fd73: Verifying Checksum 02:32:20 a92cc7c5fd73: Download complete 02:32:20 ed8968b2872e: Download complete 02:32:20 e73272ec9a57: Verifying Checksum 02:32:20 e73272ec9a57: Download complete 02:32:20 1e910a182e73: Verifying Checksum 02:32:20 1e910a182e73: Download complete 02:32:20 df20fa9351a1: Verifying Checksum 02:32:20 df20fa9351a1: Download complete 02:32:21 df20fa9351a1: Pull complete 02:32:21 ed8968b2872e: Pull complete 02:32:21 a92cc7c5fd73: Pull complete 02:32:26 4e634b169226: Verifying Checksum 02:32:26 4e634b169226: Download complete 02:32:28 e871e8e8d7a9: Download complete 02:32:31 Removing intermediate container 2390b6e6ff1a 02:32:31 ---> 1502af567be3 02:32:31 Successfully built 1502af567be3 02:32:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:32:32 + docker inspect -f . ci-base-image-arm64 02:32:32 . [Pipeline] withDockerContainer 02:32:32 prd-ubuntu18.04-docker-arm64-4c-16g-12898 does not seem to be running inside a container 02:32:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:32:34 $ docker top 2b68779ed87ca18a84375868d92eff46df80400ee7933b143e896e1611cc88e9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:32:35 + go version 02:32:35 go version go1.15.2 linux/arm64 [Pipeline] } 02:32:35 $ docker stop --time=1 2b68779ed87ca18a84375868d92eff46df80400ee7933b143e896e1611cc88e9 02:32:36 e871e8e8d7a9: Pull complete 02:32:36 e73272ec9a57: Pull complete 02:32:36 1e910a182e73: Pull complete 02:32:37 $ docker rm -f 2b68779ed87ca18a84375868d92eff46df80400ee7933b143e896e1611cc88e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:32:38 + docker inspect -f . ci-base-image-arm64 02:32:38 . [Pipeline] withDockerContainer 02:32:39 prd-ubuntu18.04-docker-arm64-4c-16g-12898 does not seem to be running inside a container 02:32:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:32:40 4e634b169226: Pull complete 02:32:40 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:32:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:32:40 ---> f7629b54cfaa 02:32:40 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:32:40 $ docker top 79a2572ec47eb49f2f80107ebe79fa6b3c8d4c4400e3b8104bf85315b340cdc9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:32:41 ---> Running in 434aad2fdbba 02:32:41 Removing intermediate container 434aad2fdbba 02:32:41 ---> 16b456726f14 02:32:41 Step 4/7 : RUN apk add bash 02:32:41 ---> Running in 03b74ccf78ad 02:32:42 + make test 02:32:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:32:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:32:51 OK: 166 MiB in 39 packages 02:32:52 Removing intermediate container 03b74ccf78ad 02:32:52 ---> 93f0a54ac979 02:32:52 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:32:52 ---> Running in 9e04f0e6e563 02:32:52 Removing intermediate container 9e04f0e6e563 02:32:52 ---> dfcafc043104 02:32:52 Step 6/7 : COPY go.mod . 02:32:52 ---> 072f30d45c3e 02:32:52 Step 7/7 : RUN go mod download 02:32:52 ---> Running in 4c3e2f6cfb2f 02:33:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:33:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements 02:33:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.026s coverage: 100.0% of statements 02:33:05 Removing intermediate container 4c3e2f6cfb2f 02:33:05 ---> ea6b7cfddc5b 02:33:05 Successfully built ea6b7cfddc5b 02:33:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:33:05 + docker inspect -f . ci-base-image-x86_64 02:33:05 . [Pipeline] withDockerContainer 02:33:06 prd-centos7-docker-4c-2g-12899 does not seem to be running inside a container 02:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 02:33:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.062s coverage: 45.4% of statements 02:33:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.056s coverage: 77.8% of statements 02:33:06 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:33:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 6.6% of statements 02:33:07 $ docker top b91bf7b50af2875393cf605880a40c75965612f55045b2343bbccd49aedde4dc -eo pid,comm 02:33:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.051s coverage: 14.7% of statements 02:33:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.022s coverage: 100.0% of statements [Pipeline] { [Pipeline] sh 02:33:08 + go version 02:33:08 go version go1.15.2 linux/amd64 [Pipeline] } 02:33:09 $ docker stop --time=1 b91bf7b50af2875393cf605880a40c75965612f55045b2343bbccd49aedde4dc 02:33:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.065s coverage: 91.8% of statements 02:33:09 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:33:09 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:33:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.028s coverage: 100.0% of statements 02:33:09 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.032s coverage: 47.8% of statements 02:33:10 $ docker rm -f b91bf7b50af2875393cf605880a40c75965612f55045b2343bbccd49aedde4dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:33:12 + docker inspect -f . ci-base-image-x86_64 02:33:12 . [Pipeline] withDockerContainer 02:33:12 prd-centos7-docker-4c-2g-12899 does not seem to be running inside a container 02:33:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 02:33:13 $ docker top f957db08fa3065c963039233ac86563963e9d7a4a575d2136de7aa9d033b3726 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:14 + make test 02:33:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.158s coverage: 63.0% of statements 02:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements 02:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.032s coverage: 15.4% of statements 02:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.036s coverage: 15.4% of statements 02:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.031s coverage: 14.3% of statements 02:33:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:33:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.099s coverage: 81.5% of statements 02:33:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 02:33:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.051s coverage: 29.1% of statements 02:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.044s coverage: 100.0% of statements 02:33:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.065s coverage: 94.4% of statements 02:33:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 02:33:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:33:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:33:23 gofmt -l . 02:33:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:33:24 $ docker stop --time=1 79a2572ec47eb49f2f80107ebe79fa6b3c8d4c4400e3b8104bf85315b340cdc9 02:33:24 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:33:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.013s coverage: 85.7% of statements 02:33:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.058s coverage: 100.0% of statements 02:33:26 $ docker rm -f 79a2572ec47eb49f2f80107ebe79fa6b3c8d4c4400e3b8104bf85315b340cdc9 02:33:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.067s coverage: 45.4% of statements 02:33:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements 02:33:27 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [Pipeline] // withDockerContainer [Pipeline] sh 02:33:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.040s coverage: 6.6% of statements 02:33:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:33:28 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) 02:33:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.045s coverage: 14.7% of statements 02:33:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.051s coverage: 100.0% of statements 02:33:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.056s coverage: 91.8% of statements 02:33:28 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:33:28 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:33:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.068s coverage: 100.0% of statements 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] } 02:33:30 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.063s coverage: 47.8% of statements 02:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.046s coverage: 63.0% of statements 02:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements 02:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.030s coverage: 15.4% of statements 02:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.053s coverage: 15.4% of statements 02:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements 02:33:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:33:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.065s coverage: 81.5% of statements 02:33:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 02:33:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:33:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.046s coverage: 29.1% of statements 02:33:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.014s coverage: 100.0% of statements 02:33:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.029s coverage: 94.4% of statements 02:33:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.032s coverage: 100.0% of statements 02:33:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:33:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:33:39 gofmt -l . 02:33:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:33:39 $ docker stop --time=1 f957db08fa3065c963039233ac86563963e9d7a4a575d2136de7aa9d033b3726 02:33:42 $ docker rm -f f957db08fa3065c963039233ac86563963e9d7a4a575d2136de7aa9d033b3726 [Pipeline] // withDockerContainer [Pipeline] sh 02:33:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:33:43 Warning: overwriting stash ‘coverage-report’ 02:33:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:33:46 provisioning config files... 02:33:46 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config7395802036971344556tmp [Pipeline] { [Pipeline] sh 02:33:46 + set +x 02:33:46 + bash -s -- 02:33:46 + curl -s https://codecov.io/bash 02:33:47 02:33:47 _____ _ 02:33:47 / ____| | | 02:33:47 | | ___ __| | ___ ___ _____ __ 02:33:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:33:47 | |___| (_) | (_| | __/ (_| (_) \ V / 02:33:47 \_____\___/ \__,_|\___|\___\___/ \_/ 02:33:47 Bash-20201116-eea08d9 02:33:47 02:33:47 02:33:47 ==> Jenkins CI detected. 02:33:47 project root: . 02:33:47 --> token set from env 02:33:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:33:47 ==> Running gcov in . (disable via -X gcov) 02:33:47 ==> Python coveragepy not found 02:33:47 ==> Searching for coverage reports in: 02:33:47 + . 02:33:47 -> Found 1 reports 02:33:47 ==> Detecting git/mercurial file structure 02:33:47 ==> Reading reports 02:33:47 + ./coverage.out bytes=107216 02:33:47 ==> Appending adjustments 02:33:47 https://docs.codecov.io/docs/fixing-reports 02:33:48 + Found adjustments 02:33:48 ==> Gzipping contents 02:33:48 ==> Uploading reports 02:33:48 url: https://codecov.io 02:33:48 query: branch=PR-367&commit=6c0e771c0096624374a3c802221b0578c6380887&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 02:33:48 -> Pinging Codecov 02:33:48 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-367&commit=6c0e771c0096624374a3c802221b0578c6380887&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 02:33:49 -> Uploading to 02:33:49 https://storage.googleapis.com/codecov/v4/raw/2020-11-20/71470A77251A30514AAF9C0BB2E5B6CE/6c0e771c0096624374a3c802221b0578c6380887/f8686017-90c9-4ac9-84d5-471a83dc7c06.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201120T023349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=555c60c85f85623f6f8a7ac484f94488b5bc46dbcdc3d600c365385d4855df4b 02:33:49 % Total % Received % Xferd Average Speed Time Time Time Current 02:33:49 Dload Upload Total Spent Left Speed 02:33:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17423 0 0 100 17423 0 39749 --:--:-- --:--:-- --:--:-- 39687 02:33:49 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6c0e771c0096624374a3c802221b0578c6380887 [Pipeline] } 02:33:49 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 02:33:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:33:54 ---> package-listing.sh 02:33:54 ++ facter osfamily 02:33:54 ++ tr '[:upper:]' '[:lower:]' 02:33:54 + OS_FAMILY=redhat 02:33:54 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 02:33:54 + START_PACKAGES=/tmp/packages_start.txt 02:33:54 + END_PACKAGES=/tmp/packages_end.txt 02:33:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:33:54 + PACKAGES=/tmp/packages_start.txt 02:33:54 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 02:33:54 + PACKAGES=/tmp/packages_end.txt 02:33:54 + case "${OS_FAMILY}" in 02:33:54 + rpm -qa 02:33:54 + sort 02:34:01 + '[' -f /tmp/packages_start.txt ']' 02:34:01 + '[' -f /tmp/packages_end.txt ']' 02:34:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:34:01 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 02:34:01 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ 02:34:01 + 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 02:34:01 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 02:34:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:34:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:34:02 02:34:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:34:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:34:02 alpine: Pulling from edgex-lftools-log-publisher 02:34:02 df20fa9351a1: Pulling fs layer 02:34:02 36b3adc4ff6f: Pulling fs layer 02:34:02 8ad3a11d3b57: Pulling fs layer 02:34:02 46f8f816bc3b: Pulling fs layer 02:34:02 93b61091891f: Pulling fs layer 02:34:02 93b9cdb0e59b: Pulling fs layer 02:34:02 5e14af77c1be: Pulling fs layer 02:34:02 01666e4c0597: Pulling fs layer 02:34:02 aa168da1d23b: Pulling fs layer 02:34:02 46f8f816bc3b: Waiting 02:34:02 93b61091891f: Waiting 02:34:02 5e14af77c1be: Waiting 02:34:02 93b9cdb0e59b: Waiting 02:34:02 01666e4c0597: Waiting 02:34:02 aa168da1d23b: Waiting 02:34:03 36b3adc4ff6f: Verifying Checksum 02:34:03 36b3adc4ff6f: Download complete 02:34:03 46f8f816bc3b: Verifying Checksum 02:34:03 46f8f816bc3b: Download complete 02:34:03 df20fa9351a1: Verifying Checksum 02:34:03 df20fa9351a1: Download complete 02:34:03 93b9cdb0e59b: Verifying Checksum 02:34:03 93b9cdb0e59b: Download complete 02:34:03 5e14af77c1be: Download complete 02:34:03 01666e4c0597: Download complete 02:34:03 93b61091891f: Verifying Checksum 02:34:03 93b61091891f: Download complete 02:34:03 df20fa9351a1: Pull complete 02:34:03 36b3adc4ff6f: Pull complete 02:34:04 8ad3a11d3b57: Verifying Checksum 02:34:04 8ad3a11d3b57: Download complete 02:34:05 8ad3a11d3b57: Pull complete 02:34:05 46f8f816bc3b: Pull complete 02:34:06 93b61091891f: Pull complete 02:34:06 93b9cdb0e59b: Pull complete 02:34:06 5e14af77c1be: Pull complete 02:34:06 01666e4c0597: Pull complete 02:34:06 aa168da1d23b: Verifying Checksum 02:34:06 aa168da1d23b: Download complete 02:34:17 aa168da1d23b: Pull complete 02:34:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:34:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:34:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:34:17 prd-centos7-docker-4c-2g-12897 does not seem to be running inside a container 02:34:17 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:34:24 $ docker top 181dc697a7cf6dd2af864a73f160288ce69762e595069680884e776f039a3c24 -eo pid,comm [Pipeline] { [Pipeline] sh 02:34:25 + touch /tmp/pre-build-complete [Pipeline] sh 02:34:25 + mkdir -p /var/log/sa [Pipeline] sh 02:34:26 + ls /var/log/sa-host 02:34:26 + sadf -c /var/log/sa-host/sa05 02:34:26 file_magic: OK 02:34:26 HZ: Using current value: 100 02:34:26 file_header: OK 02:34:26 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 02:34:26 Statistics: 02:34:26 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:34:26 File successfully converted to sysstat format version 12.2.1 02:34:26 + sadf -c /var/log/sa-host/sa20 02:34:26 file_magic: OK 02:34:26 HZ: Using current value: 100 02:34:26 file_header: OK 02:34:26 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 02:34:26 Statistics: 02:34:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:34:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:34:26 provisioning config files... 02:34:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4149269227325061803tmp [Pipeline] { [Pipeline] echo 02:34:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:34:27 ---> create-netrc.sh [Pipeline] } 02:34:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:34:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:34:27 ---> python-tools-install.sh [Pipeline] echo 02:34:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:34:27 ---> sudo-logs.sh 02:34:27 Archiving 'sudo' log.. [Pipeline] echo 02:34:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:34:28 ---> job-cost.sh 02:34:28 lf-activate-venv: SKIPPING 02:34:28 INFO: No Stack... 02:34:29 INFO: Retrieving Pricing Info for: v1-standard-2 02:34:29 INFO: Archiving Costs [Pipeline] echo 02:34:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:34:30 ---> logs-deploy.sh 02:34:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/10 02:34:30 INFO: archiving workspace using pattern(s): 02:34:32 Archives upload complete. 02:34:32 INFO: archiving logs to Nexus