Pull request #375 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67f7fce190624ea6fb44a5b6f1830f09981f4492+8a718e290533859c774e852d824bb07c45d7c8e0 (16330d157b987cee85a32a0022e63d0393b31e55) 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-13832 in /w/workspace/dry_go-mod-core-contracts_PR-375 [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-375 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-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 --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a718e290533859c774e852d824bb07c45d7c8e0 into PR head commit 67f7fce190624ea6fb44a5b6f1830f09981f4492 Merge succeeded, producing 67f7fce190624ea6fb44a5b6f1830f09981f4492 Checking out Revision 67f7fce190624ea6fb44a5b6f1830f09981f4492 (PR-375) > git config core.sparsecheckout # timeout=10 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # 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 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:46:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 48faebd91f61d19e21ea743e835884d7a2936305 # timeout=10 [Pipeline] withCredentials 08:46:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:46:41 ========================================================= 08:46:41 EdgeX Global Pipelines Version Info 08:46:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:46:42 ------------------- 08:46:42 stable info: 08:46:42 ------------------- 08:46:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:46:42 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 08:46:42 Message: update stable to v1.0.167 08:46:43 ------------------- 08:46:43 experimental info: 08:46:43 ------------------- 08:46:43 Commited By: **** collab-it+edgex@linuxfoundation.org 08:46:43 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 08:46:43 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:46:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:46:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:46:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:46:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:46:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:46:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:46:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:46:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:46:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:46:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:46:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 08:46:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:46:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:46:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-375 [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-375 [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-375 [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67f7fce190624ea6fb44a5b6f1830f09981f4492 [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67f7fce [Pipeline] echo 08:46:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:46:48 provisioning config files... 08:46:48 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config1411719926117940427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:46:48 ---> docker-login.sh 08:46:48 nexus3.edgexfoundry.org:10001 08:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 nexus3.edgexfoundry.org:10002 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 nexus3.edgexfoundry.org:10003 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 nexus3.edgexfoundry.org:10004 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 docker.io 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 ---> docker-login.sh ends [Pipeline] } 08:46:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:46:50 + git log --format=format:%s -1 67f7fce190624ea6fb44a5b6f1830f09981f4492 [Pipeline] echo 08:46:50 GIT_COMMIT: 67f7fce190624ea6fb44a5b6f1830f09981f4492, Commit Message: build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0 [Pipeline] echo 08:46:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:46:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:46:51 08:46:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:46:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:46:51 latest: Pulling from edgex-devops/git-semver 08:46:51 31603596830f: Pulling fs layer 08:46:51 2a8b12db71e7: Pulling fs layer 08:46:51 6ca5941a6612: Pulling fs layer 08:46:51 ecc8261a40a4: Pulling fs layer 08:46:51 ecc8261a40a4: Waiting 08:46:51 2a8b12db71e7: Verifying Checksum 08:46:51 2a8b12db71e7: Download complete 08:46:51 31603596830f: Verifying Checksum 08:46:51 31603596830f: Download complete 08:46:52 ecc8261a40a4: Verifying Checksum 08:46:52 ecc8261a40a4: Download complete 08:46:52 6ca5941a6612: Verifying Checksum 08:46:52 6ca5941a6612: Download complete 08:46:52 31603596830f: Pull complete 08:46:52 2a8b12db71e7: Pull complete 08:46:53 6ca5941a6612: Pull complete 08:46:53 ecc8261a40a4: Pull complete 08:46:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:46:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:46:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:46:53 prd-centos7-docker-4c-2g-13832 does not seem to be running inside a container 08:46:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-375 -v /w/workspace/dry_go-mod-core-contracts_PR-375:/w/workspace/dry_go-mod-core-contracts_PR-375:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-375@tmp:/w/workspace/dry_go-mod-core-contracts_PR-375@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:46:56 $ docker top a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:46:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:46:56 [ssh-agent] Looking for ssh-agent implementation... 08:46:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:46:56 $ docker exec a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent 08:46:56 SSH_AUTH_SOCK=/tmp/ssh-q2p4NyOM5GXv/agent.11 08:46:56 SSH_AGENT_PID=17 08:46:56 Running ssh-add (command line suppressed) 08:46:56 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_1683712220826192836.key (/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_1683712220826192836.key) 08:46:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:46:57 + git tag --points-at HEAD [Pipeline] } 08:46:57 $ docker exec --env ******** --env ******** a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent -k 08:46:57 unset SSH_AUTH_SOCK; 08:46:57 unset SSH_AGENT_PID; 08:46:57 echo Agent pid 17 killed; 08:46:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:46:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:46:57 [ssh-agent] Looking for ssh-agent implementation... 08:46:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:46:57 $ docker exec a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent 08:46:58 SSH_AUTH_SOCK=/tmp/ssh-dyKK5QX7NDGs/agent.46 08:46:58 SSH_AGENT_PID=51 08:46:58 Running ssh-add (command line suppressed) 08:46:58 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_4229365558319434771.key (/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_4229365558319434771.key) 08:46:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:46:58 + git semver init 08:46:58 # -> Open(): unable to determine branch for HEAD 08:46:58 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-375/.git 08:46:58 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-375 08:46:58 # $SEMVER_REMOTE_NAME = origin 08:46:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:46:58 # $SEMVER_USER_NAME = edgex-jenkins 08:46:58 # $SEMVER_BRANCH = PR-375 08:46:58 # $SEMVER_TEMP = /tmp/semver-060702624 08:46:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:46:59 # '/tmp/semver-060702624' -> '/w/workspace/dry_go-mod-core-contracts_PR-375/.semver' 08:46:59 # -> Force: false 08:46:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-375/.semver [Pipeline] } 08:46:59 $ docker exec --env ******** --env ******** a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent -k 08:46:59 unset SSH_AUTH_SOCK; 08:46:59 unset SSH_AGENT_PID; 08:46:59 echo Agent pid 51 killed; 08:46:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:46:59 + git semver [Pipeline] } 08:46:59 $ docker stop --time=1 a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a 08:47:01 $ docker rm -f a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a [Pipeline] // withDockerContainer [Pipeline] sh 08:47:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:47:02 Stashed 1 file(s) [Pipeline] echo 08:47:02 [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 08:47:18 Still waiting to schedule task 08:47:18 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:47:18 Still waiting to schedule task 08:47:18 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:47:49 Running on prd-centos7-docker-4c-2g-13835 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [Pipeline] ws 08:47:49 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 08:47:54 using credential edgex-jenkins-ssh 08:47:54 Cloning the remote Git repository 08:47:54 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:54 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 08:47:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:54 > git --version # timeout=10 08:47:54 > git --version # 'git version 2.24.3' 08:47:54 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:47:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:47:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:47:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:47:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:55 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:47:56 Merging remotes/origin/master commit 8a718e290533859c774e852d824bb07c45d7c8e0 into PR head commit 67f7fce190624ea6fb44a5b6f1830f09981f4492 08:47:56 Merge succeeded, producing 67f7fce190624ea6fb44a5b6f1830f09981f4492 08:47:56 Checking out Revision 67f7fce190624ea6fb44a5b6f1830f09981f4492 (PR-375) 08:47:56 > git config core.sparsecheckout # timeout=10 08:47:56 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 08:47:56 > git remote # timeout=10 08:47:56 > git config --get remote.origin.url # timeout=10 08:47:56 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:56 > git merge 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 08:47:56 > git rev-parse HEAD^{commit} # timeout=10 08:47:56 > git config core.sparsecheckout # timeout=10 08:47:56 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 08:48:00 Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:48:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:48:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:48:03 + sudo service docker restart 08:48:03 + true 08:48:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:48:05 provisioning config files... 08:48:05 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config7626220148512184571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:48:05 ---> docker-login.sh 08:48:05 nexus3.edgexfoundry.org:10001 08:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:48:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:48:06 Configure a credential helper to remove this warning. See 08:48:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:48:06 08:48:06 Login Succeeded 08:48:06 nexus3.edgexfoundry.org:10002 08:48:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:48:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:48:06 Configure a credential helper to remove this warning. See 08:48:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:48:06 08:48:06 Login Succeeded 08:48:06 nexus3.edgexfoundry.org:10003 08:48:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:48:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:48:07 Configure a credential helper to remove this warning. See 08:48:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:48:07 08:48:07 Login Succeeded 08:48:07 nexus3.edgexfoundry.org:10004 08:48:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:48:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:48:07 Configure a credential helper to remove this warning. See 08:48:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:48:07 08:48:07 Login Succeeded 08:48:07 docker.io 08:48:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:48:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:48:07 Configure a credential helper to remove this warning. See 08:48:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:48:07 08:48:07 Login Succeeded 08:48:07 ---> docker-login.sh ends [Pipeline] } 08:48:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:48:08 ========================================================= 08:48:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:48:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:48:08 + 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 . 08:48:08 Sending build context to Docker daemon 1.854MB 08:48:08 Step 1/7 : ARG BASE=golang:1.15-alpine 08:48:08 Step 2/7 : FROM ${BASE} 08:48:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:48:08 df20fa9351a1: Pulling fs layer 08:48:08 ed8968b2872e: Pulling fs layer 08:48:08 a92cc7c5fd73: Pulling fs layer 08:48:08 e871e8e8d7a9: Pulling fs layer 08:48:08 e73272ec9a57: Pulling fs layer 08:48:08 1e910a182e73: Pulling fs layer 08:48:08 4e634b169226: Pulling fs layer 08:48:08 e73272ec9a57: Waiting 08:48:08 1e910a182e73: Waiting 08:48:08 4e634b169226: Waiting 08:48:08 e871e8e8d7a9: Waiting 08:48:08 a92cc7c5fd73: Verifying Checksum 08:48:08 a92cc7c5fd73: Download complete 08:48:08 ed8968b2872e: Verifying Checksum 08:48:08 ed8968b2872e: Download complete 08:48:08 e73272ec9a57: Verifying Checksum 08:48:08 e73272ec9a57: Download complete 08:48:09 1e910a182e73: Verifying Checksum 08:48:09 1e910a182e73: Download complete 08:48:09 df20fa9351a1: Verifying Checksum 08:48:09 df20fa9351a1: Download complete 08:48:09 df20fa9351a1: Pull complete 08:48:09 ed8968b2872e: Pull complete 08:48:10 a92cc7c5fd73: Pull complete 08:48:12 4e634b169226: Verifying Checksum 08:48:12 4e634b169226: Download complete 08:48:12 e871e8e8d7a9: Verifying Checksum 08:48:12 e871e8e8d7a9: Download complete 08:48:19 e871e8e8d7a9: Pull complete 08:48:19 e73272ec9a57: Pull complete 08:48:19 1e910a182e73: Pull complete 08:48:26 4e634b169226: Pull complete 08:48:26 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:48:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:48:26 ---> f7629b54cfaa 08:48:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:48:26 ---> Running in aa799e482118 08:48:26 Removing intermediate container aa799e482118 08:48:26 ---> 8297f2eef616 08:48:26 Step 4/7 : RUN apk add bash 08:48:27 ---> Running in 27cff310109e 08:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:30 OK: 166 MiB in 39 packages 08:48:30 Removing intermediate container 27cff310109e 08:48:30 ---> 0ebbaa56bfa7 08:48:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:48:30 ---> Running in 3057289e62ea 08:48:31 Removing intermediate container 3057289e62ea 08:48:31 ---> e29de59d2456 08:48:31 Step 6/7 : COPY go.mod . 08:48:31 ---> 47800fe0b576 08:48:31 Step 7/7 : RUN go mod download 08:48:31 ---> Running in 61021370f4d5 08:48:46 Removing intermediate container 61021370f4d5 08:48:46 ---> 84fc7f7d9af5 08:48:46 Successfully built 84fc7f7d9af5 08:48:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:48:47 + docker inspect -f . ci-base-image-x86_64 08:48:47 . [Pipeline] withDockerContainer 08:48:47 prd-centos7-docker-4c-2g-13835 does not seem to be running inside a container 08:48:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-x86_64 cat 08:48:48 $ docker top 7b9d870ddb9ff65d62d4afb37a527a30594d7417c58b8303a13f5828a6921f0c -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:49 + go version 08:48:49 go version go1.15.2 linux/amd64 [Pipeline] } 08:48:49 $ docker stop --time=1 7b9d870ddb9ff65d62d4afb37a527a30594d7417c58b8303a13f5828a6921f0c 08:48:50 $ docker rm -f 7b9d870ddb9ff65d62d4afb37a527a30594d7417c58b8303a13f5828a6921f0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:48:51 + docker inspect -f . ci-base-image-x86_64 08:48:51 . [Pipeline] withDockerContainer 08:48:52 prd-centos7-docker-4c-2g-13835 does not seem to be running inside a container 08:48:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-x86_64 cat 08:48:53 $ docker top 4b252f0851b8bb25d73faa7375d883caadbb77cec38510051257144a12ff0a25 -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:54 + make test 08:48:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:49:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:49:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements 08:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements 08:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements 08:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements 08:49:06 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:49:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.126s coverage: 6.6% of statements 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.079s coverage: 14.7% of statements 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.028s coverage: 100.0% of statements 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.052s coverage: 91.8% of statements 08:49:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:49:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements 08:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 47.8% of statements 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.069s coverage: 63.0% of statements 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.048s coverage: 26.3% of statements 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.007s coverage: 15.4% of statements 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements 08:49:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.062s coverage: 81.5% of statements 08:49:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:49:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.025s coverage: 29.1% of statements 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.020s coverage: 100.0% of statements 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.044s coverage: 94.4% of statements 08:49:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 100.0% of statements 08:49:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:49:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:49:16 gofmt -l . 08:49:16 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:49:17 $ docker stop --time=1 4b252f0851b8bb25d73faa7375d883caadbb77cec38510051257144a12ff0a25 08:49:19 $ docker rm -f 4b252f0851b8bb25d73faa7375d883caadbb77cec38510051257144a12ff0a25 [Pipeline] // withDockerContainer [Pipeline] sh 08:49:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:49:20 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] } 08:50:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13836 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [Pipeline] ws 08:50:08 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 08:50:13 using credential edgex-jenkins-ssh 08:50:13 Cloning the remote Git repository 08:50:13 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:50:13 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 08:50:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:50:13 > git --version # timeout=10 08:50:13 > git --version # 'git version 2.17.1' 08:50:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:50:15 Merging remotes/origin/master commit 8a718e290533859c774e852d824bb07c45d7c8e0 into PR head commit 67f7fce190624ea6fb44a5b6f1830f09981f4492 08:50:15 Merge succeeded, producing 67f7fce190624ea6fb44a5b6f1830f09981f4492 08:50:15 Checking out Revision 67f7fce190624ea6fb44a5b6f1830f09981f4492 (PR-375) 08:50:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:50:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:50:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:50:15 > git config core.sparsecheckout # timeout=10 08:50:15 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 08:50:15 > git remote # timeout=10 08:50:15 > git config --get remote.origin.url # timeout=10 08:50:15 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:15 > git merge 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 08:50:15 > git rev-parse HEAD^{commit} # timeout=10 08:50:15 > git config core.sparsecheckout # timeout=10 08:50:15 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 08:50:19 Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:50:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:50:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:50:22 + true 08:50:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:50:24 provisioning config files... 08:50:24 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config1573562200387677063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:25 ---> docker-login.sh 08:50:25 nexus3.edgexfoundry.org:10001 08:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:50:26 Configure a credential helper to remove this warning. See 08:50:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:50:26 08:50:26 Login Succeeded 08:50:26 nexus3.edgexfoundry.org:10002 08:50:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:50:26 Configure a credential helper to remove this warning. See 08:50:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:50:26 08:50:26 Login Succeeded 08:50:26 nexus3.edgexfoundry.org:10003 08:50:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:50:27 Configure a credential helper to remove this warning. See 08:50:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:50:27 08:50:27 Login Succeeded 08:50:27 nexus3.edgexfoundry.org:10004 08:50:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:50:27 Configure a credential helper to remove this warning. See 08:50:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:50:27 08:50:27 Login Succeeded 08:50:27 docker.io 08:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:50:28 Configure a credential helper to remove this warning. See 08:50:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:50:28 08:50:28 Login Succeeded 08:50:28 ---> docker-login.sh ends [Pipeline] } 08:50:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:50:29 ========================================================= 08:50:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:50:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:50:29 + 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 . 08:50:30 Sending build context to Docker daemon 1.853MB 08:50:30 Step 1/7 : ARG BASE=golang:1.15-alpine 08:50:30 Step 2/7 : FROM ${BASE} 08:50:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:50:30 b538f80385f9: Pulling fs layer 08:50:30 74f711af9a0d: Pulling fs layer 08:50:30 99f96fe45779: Pulling fs layer 08:50:30 8529a6b9a6be: Pulling fs layer 08:50:30 45590311c82a: Pulling fs layer 08:50:30 69ca0ff8b7b3: Pulling fs layer 08:50:30 209524e5b208: Pulling fs layer 08:50:30 45590311c82a: Waiting 08:50:30 69ca0ff8b7b3: Waiting 08:50:30 209524e5b208: Waiting 08:50:30 8529a6b9a6be: Waiting 08:50:30 99f96fe45779: Verifying Checksum 08:50:30 99f96fe45779: Download complete 08:50:30 74f711af9a0d: Verifying Checksum 08:50:30 74f711af9a0d: Download complete 08:50:30 45590311c82a: Verifying Checksum 08:50:30 45590311c82a: Download complete 08:50:30 69ca0ff8b7b3: Download complete 08:50:30 b538f80385f9: Verifying Checksum 08:50:30 b538f80385f9: Download complete 08:50:30 b538f80385f9: Pull complete 08:50:31 74f711af9a0d: Pull complete 08:50:31 99f96fe45779: Pull complete 08:50:32 209524e5b208: Verifying Checksum 08:50:32 209524e5b208: Download complete 08:50:33 8529a6b9a6be: Verifying Checksum 08:50:33 8529a6b9a6be: Download complete 08:50:43 8529a6b9a6be: Pull complete 08:50:43 45590311c82a: Pull complete 08:50:44 69ca0ff8b7b3: Pull complete 08:50:48 209524e5b208: Pull complete 08:50:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:50:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:50:48 ---> 5bddaf1c2fca 08:50:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:50:50 ---> Running in 9b8e49036302 08:50:51 Removing intermediate container 9b8e49036302 08:50:51 ---> 157fdd851b0d 08:50:51 Step 4/7 : RUN apk add bash 08:50:51 ---> Running in b37ac7154a08 08:50:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:54 OK: 142 MiB in 39 packages 08:50:56 Removing intermediate container b37ac7154a08 08:50:56 ---> 94606dde2efb 08:50:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:50:56 ---> Running in 6fcd58eb8b6d 08:50:56 Removing intermediate container 6fcd58eb8b6d 08:50:56 ---> 75d336071b5c 08:50:56 Step 6/7 : COPY go.mod . 08:50:57 ---> f498a94cfced 08:50:57 Step 7/7 : RUN go mod download 08:50:57 ---> Running in 90ddb300f01e 08:51:12 Removing intermediate container 90ddb300f01e 08:51:12 ---> 9ce2553ab6a3 08:51:12 Successfully built 9ce2553ab6a3 08:51:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:51:13 + docker inspect -f . ci-base-image-arm64 08:51:13 . [Pipeline] withDockerContainer 08:51:13 prd-ubuntu18.04-docker-arm64-4c-16g-13836 does not seem to be running inside a container 08:51:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-arm64 cat 08:51:14 $ docker top 5800583aade3f86d3fa58ae8cec462c904f9d4d1ef7650559e96b83b980ddff4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:15 + go version 08:51:15 go version go1.15.2 linux/arm64 [Pipeline] } 08:51:15 $ docker stop --time=1 5800583aade3f86d3fa58ae8cec462c904f9d4d1ef7650559e96b83b980ddff4 08:51:17 $ docker rm -f 5800583aade3f86d3fa58ae8cec462c904f9d4d1ef7650559e96b83b980ddff4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:51:18 + docker inspect -f . ci-base-image-arm64 08:51:18 . [Pipeline] withDockerContainer 08:51:19 prd-ubuntu18.04-docker-arm64-4c-16g-13836 does not seem to be running inside a container 08:51:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-arm64 cat 08:51:20 $ docker top 15b3b1960649b67452e1ac6fa6b8417bc4a3b368c73280681523d43da300bee2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:21 + make test 08:51:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:51:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:51:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.048s coverage: 85.7% of statements 08:51:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements 08:51:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.080s coverage: 45.4% of statements 08:51:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.027s coverage: 77.8% of statements 08:51:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:51:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.026s coverage: 6.6% of statements 08:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements 08:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.058s coverage: 100.0% of statements 08:51:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements 08:51:49 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:51:49 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:51:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.010s coverage: 100.0% of statements 08:51:50 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.032s coverage: 47.8% of statements 08:51:55 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.159s coverage: 63.0% of statements 08:51:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.034s coverage: 26.3% of statements 08:51:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.040s coverage: 15.4% of statements 08:51:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements 08:51:55 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.029s coverage: 14.3% of statements 08:51:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:51:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.050s coverage: 81.5% of statements 08:51:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:51:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:51:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.042s coverage: 29.1% of statements 08:51:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.049s coverage: 100.0% of statements 08:51:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.054s coverage: 94.4% of statements 08:51:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 08:51:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:51:59 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:52:03 gofmt -l . 08:52:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:52:04 $ docker stop --time=1 15b3b1960649b67452e1ac6fa6b8417bc4a3b368c73280681523d43da300bee2 08:52:06 $ docker rm -f 15b3b1960649b67452e1ac6fa6b8417bc4a3b368c73280681523d43da300bee2 [Pipeline] // withDockerContainer [Pipeline] sh 08:52:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:52:07 Warning: overwriting stash ‘coverage-report’ 08:52:08 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 08:52:22 provisioning config files... 08:52:22 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config3725355801321765536tmp [Pipeline] { [Pipeline] sh 08:52:22 + set +x 08:52:22 + curl -s https://codecov.io/bash 08:52:22 + bash -s -- 08:52:22 08:52:22 _____ _ 08:52:22 / ____| | | 08:52:22 | | ___ __| | ___ ___ _____ __ 08:52:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:52:22 | |___| (_) | (_| | __/ (_| (_) \ V / 08:52:22 \_____\___/ \__,_|\___|\___\___/ \_/ 08:52:22 Bash-20201124-79cbc08 08:52:22 08:52:22 08:52:22 ==> Jenkins CI detected. 08:52:22 project root: . 08:52:22 --> token set from env 08:52:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:52:22 ==> Running gcov in . (disable via -X gcov) 08:52:22 ==> Python coveragepy not found 08:52:22 ==> Searching for coverage reports in: 08:52:22 + . 08:52:22 -> Found 1 reports 08:52:22 ==> Detecting git/mercurial file structure 08:52:22 ==> Reading reports 08:52:22 + ./coverage.out bytes=107122 08:52:22 ==> Appending adjustments 08:52:22 https://docs.codecov.io/docs/fixing-reports 08:52:23 + Found adjustments 08:52:23 ==> Gzipping contents 08:52:23 20K /tmp/codecov.CRELXK.gz 08:52:23 ==> Uploading reports 08:52:23 url: https://codecov.io 08:52:23 query: branch=PR-375&commit=67f7fce190624ea6fb44a5b6f1830f09981f4492&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-375%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=375&job=&cmd_args= 08:52:23 -> Pinging Codecov 08:52:23 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-375&commit=67f7fce190624ea6fb44a5b6f1830f09981f4492&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-375%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=375&job=&cmd_args= 08:52:24 -> Uploading to 08:52:24 https://storage.googleapis.com/codecov/v4/raw/2020-11-30/71470A77251A30514AAF9C0BB2E5B6CE/67f7fce190624ea6fb44a5b6f1830f09981f4492/96ed7c3a-8ae1-40c8-8e61-421d0f52d9cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T085223Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2bbae8b5426b6c820644f2adc36163442ed658d86bd0f0578f0893f39de73cae 08:52:24 % Total % Received % Xferd Average Speed Time Time Time Current 08:52:24 Dload Upload Total Spent Left Speed 08:52:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17376 0 0 100 17376 0 41094 --:--:-- --:--:-- --:--:-- 41175 08:52:24 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/67f7fce190624ea6fb44a5b6f1830f09981f4492 [Pipeline] } 08:52:24 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 08:52:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:52:27 ---> package-listing.sh 08:52:27 ++ facter osfamily 08:52:27 ++ tr '[:upper:]' '[:lower:]' 08:52:27 + OS_FAMILY=redhat 08:52:27 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-375 08:52:27 + START_PACKAGES=/tmp/packages_start.txt 08:52:27 + END_PACKAGES=/tmp/packages_end.txt 08:52:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:52:27 + PACKAGES=/tmp/packages_start.txt 08:52:27 + '[' /w/workspace/dry_go-mod-core-contracts_PR-375 ']' 08:52:27 + PACKAGES=/tmp/packages_end.txt 08:52:27 + case "${OS_FAMILY}" in 08:52:27 + rpm -qa 08:52:27 + sort 08:52:32 + '[' -f /tmp/packages_start.txt ']' 08:52:32 + '[' -f /tmp/packages_end.txt ']' 08:52:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:52:32 + '[' /w/workspace/dry_go-mod-core-contracts_PR-375 ']' 08:52:32 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-375/archives/ 08:52:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-375/archives/ [Pipeline] echo 08:52:32 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-375/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:52:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:52:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:33 08:52:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:52:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:33 alpine: Pulling from edgex-lftools-log-publisher 08:52:33 df20fa9351a1: Pulling fs layer 08:52:33 36b3adc4ff6f: Pulling fs layer 08:52:33 8ad3a11d3b57: Pulling fs layer 08:52:33 46f8f816bc3b: Pulling fs layer 08:52:33 93b61091891f: Pulling fs layer 08:52:33 93b9cdb0e59b: Pulling fs layer 08:52:33 5e14af77c1be: Pulling fs layer 08:52:33 01666e4c0597: Pulling fs layer 08:52:33 aa168da1d23b: Pulling fs layer 08:52:33 93b9cdb0e59b: Waiting 08:52:33 5e14af77c1be: Waiting 08:52:33 01666e4c0597: Waiting 08:52:33 aa168da1d23b: Waiting 08:52:33 46f8f816bc3b: Waiting 08:52:33 93b61091891f: Waiting 08:52:33 36b3adc4ff6f: Download complete 08:52:33 46f8f816bc3b: Verifying Checksum 08:52:33 46f8f816bc3b: Download complete 08:52:33 df20fa9351a1: Verifying Checksum 08:52:33 df20fa9351a1: Download complete 08:52:34 93b9cdb0e59b: Verifying Checksum 08:52:34 93b9cdb0e59b: Download complete 08:52:34 5e14af77c1be: Verifying Checksum 08:52:34 5e14af77c1be: Download complete 08:52:34 93b61091891f: Verifying Checksum 08:52:34 93b61091891f: Download complete 08:52:34 01666e4c0597: Verifying Checksum 08:52:34 01666e4c0597: Download complete 08:52:34 df20fa9351a1: Pull complete 08:52:34 8ad3a11d3b57: Verifying Checksum 08:52:34 8ad3a11d3b57: Download complete 08:52:34 36b3adc4ff6f: Pull complete 08:52:35 8ad3a11d3b57: Pull complete 08:52:35 46f8f816bc3b: Pull complete 08:52:36 93b61091891f: Pull complete 08:52:36 aa168da1d23b: Verifying Checksum 08:52:36 aa168da1d23b: Download complete 08:52:36 93b9cdb0e59b: Pull complete 08:52:36 5e14af77c1be: Pull complete 08:52:36 01666e4c0597: Pull complete 08:52:44 aa168da1d23b: Pull complete 08:52:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:52:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:52:44 prd-centos7-docker-4c-2g-13832 does not seem to be running inside a container 08:52:44 $ 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-375/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-375 -v /w/workspace/dry_go-mod-core-contracts_PR-375:/w/workspace/dry_go-mod-core-contracts_PR-375:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-375@tmp:/w/workspace/dry_go-mod-core-contracts_PR-375@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:10003/edgex-lftools-log-publisher:alpine cat 08:52:48 $ docker top b7cf676380f2a7d8f53c406e18fcb231a291501500c400d354af8928f69ff0d1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:48 + touch /tmp/pre-build-complete [Pipeline] sh 08:52:49 + mkdir -p /var/log/sa [Pipeline] sh 08:52:49 + ls /var/log/sa-host 08:52:49 + sadf -c /var/log/sa-host/sa23 08:52:49 file_magic: OK 08:52:49 HZ: Using current value: 100 08:52:49 file_header: OK 08:52:49 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 08:52:49 Statistics: 08:52:49 Hnuu...uuuununununu... 08:52:49 File successfully converted to sysstat format version 12.2.1 08:52:49 + sadf -c /var/log/sa-host/sa30 08:52:49 file_magic: OK 08:52:49 HZ: Using current value: 100 08:52:49 file_header: OK 08:52:49 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 08:52:49 Statistics: 08:52:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:52:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:52:49 provisioning config files... 08:52:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config1050762943099664958tmp [Pipeline] { [Pipeline] echo 08:52:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:52:49 ---> create-netrc.sh [Pipeline] } 08:52:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:52:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:52:50 ---> python-tools-install.sh [Pipeline] echo 08:52:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:52:50 ---> sudo-logs.sh 08:52:50 Archiving 'sudo' log.. [Pipeline] echo 08:52:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:52:51 ---> job-cost.sh 08:52:51 lf-activate-venv: SKIPPING 08:52:51 INFO: No Stack... 08:52:52 INFO: Retrieving Pricing Info for: v1-standard-2 08:52:52 INFO: Archiving Costs [Pipeline] echo 08:52:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:52:52 ---> logs-deploy.sh 08:52:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-375/3 08:52:52 INFO: archiving workspace using pattern(s): 08:52:54 Archives upload complete. 08:52:54 INFO: archiving logs to Nexus