Pull request #417 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 hahattan for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 5dbd0348e12a845f32a07f96ca3394e7956e9069 rather than aedff5752bddb11db1a791ff846103420008a398 Obtained Jenkinsfile from 5dbd0348e12a845f32a07f96ca3394e7956e9069 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18633 in /w/workspace/dry_go-mod-core-contracts_PR-417 [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-417 # 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 Merging remotes/origin/master commit 5dbd0348e12a845f32a07f96ca3394e7956e9069 into PR head commit aedff5752bddb11db1a791ff846103420008a398 Merge succeeded, producing aedff5752bddb11db1a791ff846103420008a398 Checking out Revision aedff5752bddb11db1a791ff846103420008a398 (PR-417) > 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/417/head:refs/remotes/origin/PR-417 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aedff5752bddb11db1a791ff846103420008a398 # 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 5dbd0348e12a845f32a07f96ca3394e7956e9069 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aedff5752bddb11db1a791ff846103420008a398 # timeout=10 Commit message: "feat(meta): create ProvisionWatcher Model and DTO" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk cbd5ffe356d986b82f627fc41854a95d817e2677 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:26:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:26:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:26:31 ========================================================= 05:26:31 EdgeX Global Pipelines Version Info 05:26:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:26:32 ------------------- 05:26:32 stable info: 05:26:32 ------------------- 05:26:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:26:32 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:26:32 Message: update stable to v1.0.173 05:26:33 ------------------- 05:26:33 experimental info: 05:26:33 ------------------- 05:26:33 Commited By: **** collab-it+edgex@linuxfoundation.org 05:26:33 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:26:33 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:26:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:26:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:26:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:26:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:26:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-417 [Pipeline] echo 05:26:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-417 [Pipeline] echo 05:26:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-417 [Pipeline] echo 05:26:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aedff5752bddb11db1a791ff846103420008a398 [Pipeline] echo 05:26:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aedff57 [Pipeline] echo 05:26:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:26:38 + git log --format=format:%s -1 aedff5752bddb11db1a791ff846103420008a398 [Pipeline] echo 05:26:38 GIT_COMMIT: aedff5752bddb11db1a791ff846103420008a398, Commit Message: feat(meta): create ProvisionWatcher Model and DTO [Pipeline] echo 05:26:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:26:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:26:39 05:26:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:26:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:26:40 latest: Pulling from edgex-devops/git-semver 05:26:40 31603596830f: Pulling fs layer 05:26:40 2a8b12db71e7: Pulling fs layer 05:26:40 6ca5941a6612: Pulling fs layer 05:26:40 ecc8261a40a4: Pulling fs layer 05:26:40 ecc8261a40a4: Waiting 05:26:40 2a8b12db71e7: Verifying Checksum 05:26:40 2a8b12db71e7: Download complete 05:26:40 31603596830f: Verifying Checksum 05:26:40 31603596830f: Download complete 05:26:40 ecc8261a40a4: Verifying Checksum 05:26:40 ecc8261a40a4: Download complete 05:26:40 6ca5941a6612: Verifying Checksum 05:26:40 6ca5941a6612: Download complete 05:26:40 31603596830f: Pull complete 05:26:40 2a8b12db71e7: Pull complete 05:26:41 6ca5941a6612: Pull complete 05:26:41 ecc8261a40a4: Pull complete 05:26:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:26:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:26:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:26:42 prd-centos7-docker-4c-2g-18633 does not seem to be running inside a container 05:26:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-417 -v /w/workspace/dry_go-mod-core-contracts_PR-417:/w/workspace/dry_go-mod-core-contracts_PR-417:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-417@tmp:/w/workspace/dry_go-mod-core-contracts_PR-417@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 05:26:44 $ docker top 7df381b35fcc6b7bb563131e7cda3c50e8f89f941cb786719d50783addcfed21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:26:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:26:45 [ssh-agent] Looking for ssh-agent implementation... 05:26:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:26:45 $ docker exec 7df381b35fcc6b7bb563131e7cda3c50e8f89f941cb786719d50783addcfed21 ssh-agent 05:26:45 SSH_AUTH_SOCK=/tmp/ssh-Hmp052cCsGyA/agent.12 05:26:45 SSH_AGENT_PID=17 05:26:45 Running ssh-add (command line suppressed) 05:26:45 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-417@tmp/private_key_5950383760084907465.key (/w/workspace/dry_go-mod-core-contracts_PR-417@tmp/private_key_5950383760084907465.key) 05:26:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:26:45 + git tag --points-at HEAD [Pipeline] } 05:26:46 $ docker exec --env ******** --env ******** 7df381b35fcc6b7bb563131e7cda3c50e8f89f941cb786719d50783addcfed21 ssh-agent -k 05:26:46 unset SSH_AUTH_SOCK; 05:26:46 unset SSH_AGENT_PID; 05:26:46 echo Agent pid 17 killed; 05:26:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:26:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:26:46 [ssh-agent] Looking for ssh-agent implementation... 05:26:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:26:46 $ docker exec 7df381b35fcc6b7bb563131e7cda3c50e8f89f941cb786719d50783addcfed21 ssh-agent 05:26:46 SSH_AUTH_SOCK=/tmp/ssh-x3wKo2Wsvpme/agent.46 05:26:46 SSH_AGENT_PID=51 05:26:46 Running ssh-add (command line suppressed) 05:26:46 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-417@tmp/private_key_6386404817932400256.key (/w/workspace/dry_go-mod-core-contracts_PR-417@tmp/private_key_6386404817932400256.key) 05:26:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:26:47 + git semver init 05:26:47 # -> Open(): unable to determine branch for HEAD 05:26:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-417/.git 05:26:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-417 05:26:47 # $SEMVER_REMOTE_NAME = origin 05:26:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:26:47 # $SEMVER_USER_NAME = edgex-jenkins 05:26:47 # $SEMVER_BRANCH = PR-417 05:26:47 # $SEMVER_TEMP = /tmp/semver-737549607 05:26:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:26:47 # '/tmp/semver-737549607' -> '/w/workspace/dry_go-mod-core-contracts_PR-417/.semver' 05:26:47 # -> Force: false 05:26:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-417/.semver [Pipeline] } 05:26:47 $ docker exec --env ******** --env ******** 7df381b35fcc6b7bb563131e7cda3c50e8f89f941cb786719d50783addcfed21 ssh-agent -k 05:26:47 unset SSH_AUTH_SOCK; 05:26:47 unset SSH_AGENT_PID; 05:26:47 echo Agent pid 51 killed; 05:26:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:26:48 + git semver [Pipeline] } 05:26:48 $ docker stop --time=1 7df381b35fcc6b7bb563131e7cda3c50e8f89f941cb786719d50783addcfed21 05:26:50 $ docker rm -f 7df381b35fcc6b7bb563131e7cda3c50e8f89f941cb786719d50783addcfed21 [Pipeline] // withDockerContainer [Pipeline] sh 05:26:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:26:51 Stashed 1 file(s) [Pipeline] echo 05:26: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 05:27:07 Still waiting to schedule task 05:27:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:27:07 Still waiting to schedule task 05:27:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 05:28:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18634 in /w/workspace/dry_go-mod-core-contracts_PR-417 [Pipeline] { [Pipeline] ws 05:28:52 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 05:28:57 using credential edgex-jenkins-ssh 05:28:57 Cloning the remote Git repository 05:28:57 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:28:57 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 05:28:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:28:57 > git --version # timeout=10 05:28:57 > git --version # 'git version 2.17.1' 05:28:57 using GIT_SSH to set credentials SSH Credentials for GitHub 05:28:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:28:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:28:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:28:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:28:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:28:59 using GIT_SSH to set credentials SSH Credentials for GitHub 05:28:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/417/head:refs/remotes/origin/PR-417 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:28:59 Merging remotes/origin/master commit 5dbd0348e12a845f32a07f96ca3394e7956e9069 into PR head commit aedff5752bddb11db1a791ff846103420008a398 05:28:59 Merge succeeded, producing aedff5752bddb11db1a791ff846103420008a398 05:28:59 Checking out Revision aedff5752bddb11db1a791ff846103420008a398 (PR-417) 05:28:59 > git config core.sparsecheckout # timeout=10 05:28:59 > git checkout -f aedff5752bddb11db1a791ff846103420008a398 # timeout=10 05:28:59 > git remote # timeout=10 05:28:59 > git config --get remote.origin.url # timeout=10 05:28:59 using GIT_SSH to set credentials SSH Credentials for GitHub 05:28:59 > git merge 5dbd0348e12a845f32a07f96ca3394e7956e9069 # timeout=10 05:28:59 > git rev-parse HEAD^{commit} # timeout=10 05:28:59 > git config core.sparsecheckout # timeout=10 05:28:59 > git checkout -f aedff5752bddb11db1a791ff846103420008a398 # timeout=10 05:29:04 Commit message: "feat(meta): create ProvisionWatcher Model and DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:29:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:29:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:29:06 + true 05:29:06 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 05:29:09 ========================================================= 05:29:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:29:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:29:10 + 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 . 05:29:11 Sending build context to Docker daemon 2.128MB 05:29:11 Step 1/7 : ARG BASE=golang:1.15-alpine 05:29:11 Step 2/7 : FROM ${BASE} 05:29:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:29:11 5f621e34cdf4: Pulling fs layer 05:29:11 a4357932f1b6: Pulling fs layer 05:29:11 18c013af1878: Pulling fs layer 05:29:11 00ac8860ef70: Pulling fs layer 05:29:11 63d7cb157983: Pulling fs layer 05:29:11 b116817d02f9: Pulling fs layer 05:29:11 745a02a5169b: Pulling fs layer 05:29:11 745a02a5169b: Waiting 05:29:11 b116817d02f9: Waiting 05:29:11 00ac8860ef70: Waiting 05:29:11 63d7cb157983: Waiting 05:29:11 18c013af1878: Download complete 05:29:11 a4357932f1b6: Download complete 05:29:11 63d7cb157983: Download complete 05:29:11 b116817d02f9: Verifying Checksum 05:29:11 b116817d02f9: Download complete 05:29:11 5f621e34cdf4: Verifying Checksum 05:29:11 5f621e34cdf4: Download complete 05:29:12 5f621e34cdf4: Pull complete 05:29:13 a4357932f1b6: Pull complete 05:29:13 18c013af1878: Pull complete 05:29:13 745a02a5169b: Verifying Checksum 05:29:13 745a02a5169b: Download complete 05:29:15 00ac8860ef70: Verifying Checksum 05:29:15 00ac8860ef70: Download complete 05:29:25 00ac8860ef70: Pull complete 05:29:25 63d7cb157983: Pull complete 05:29:25 b116817d02f9: Pull complete 05:29:30 745a02a5169b: Pull complete 05:29:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:29:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:29:30 ---> b7e6874047d6 05:29:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:29:32 ---> Running in 7ada8dd70b66 05:29:32 Removing intermediate container 7ada8dd70b66 05:29:32 ---> f753dc74c559 05:29:32 Step 4/7 : RUN apk add bash 05:29:33 ---> Running in 91c604288ad0 05:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:29:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:29:36 OK: 142 MiB in 39 packages 05:29:36 Running on prd-centos7-docker-4c-2g-18635 in /w/workspace/dry_go-mod-core-contracts_PR-417 [Pipeline] { [Pipeline] ws 05:29:37 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { 05:29:37 Removing intermediate container 91c604288ad0 05:29:37 ---> 1547fc9799d2 05:29:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:29:37 ---> Running in 5f2c259256d8 [Pipeline] checkout 05:29:37 Removing intermediate container 5f2c259256d8 05:29:37 ---> c6d324c62ce5 05:29:37 Step 6/7 : COPY go.mod . 05:29:38 ---> 38f868e7ad80 05:29:38 Step 7/7 : RUN go mod download 05:29:38 ---> Running in 5b379041eab5 05:29:39 using credential edgex-jenkins-ssh 05:29:39 Cloning the remote Git repository 05:29:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:29:39 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 05:29:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:29:39 > git --version # timeout=10 05:29:39 > git --version # 'git version 2.24.3' 05:29:39 using GIT_SSH to set credentials SSH Credentials for GitHub 05:29:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:29:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:29:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:29:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:29:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:29:40 using GIT_SSH to set credentials SSH Credentials for GitHub 05:29:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/417/head:refs/remotes/origin/PR-417 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:29:41 Merging remotes/origin/master commit 5dbd0348e12a845f32a07f96ca3394e7956e9069 into PR head commit aedff5752bddb11db1a791ff846103420008a398 05:29:41 Merge succeeded, producing aedff5752bddb11db1a791ff846103420008a398 05:29:41 Checking out Revision aedff5752bddb11db1a791ff846103420008a398 (PR-417) 05:29:41 > git config core.sparsecheckout # timeout=10 05:29:41 > git checkout -f aedff5752bddb11db1a791ff846103420008a398 # timeout=10 05:29:41 > git remote # timeout=10 05:29:41 > git config --get remote.origin.url # timeout=10 05:29:41 using GIT_SSH to set credentials SSH Credentials for GitHub 05:29:41 > git merge 5dbd0348e12a845f32a07f96ca3394e7956e9069 # timeout=10 05:29:41 > git rev-parse HEAD^{commit} # timeout=10 05:29:41 > git config core.sparsecheckout # timeout=10 05:29:41 > git checkout -f aedff5752bddb11db1a791ff846103420008a398 # timeout=10 05:29:45 Commit message: "feat(meta): create ProvisionWatcher Model and DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:29:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:29:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:29:46 + sudo service docker restart 05:29:46 + true 05:29:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 05:29:48 ========================================================= 05:29:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:29:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:29:48 + 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 . 05:29:49 Sending build context to Docker daemon 2.129MB 05:29:49 Step 1/7 : ARG BASE=golang:1.15-alpine 05:29:49 Step 2/7 : FROM ${BASE} 05:29:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:29:49 188c0c94c7c5: Pulling fs layer 05:29:49 0ef7d3d256c8: Pulling fs layer 05:29:49 de9db76c5a1d: Pulling fs layer 05:29:49 bca2f99d35d6: Pulling fs layer 05:29:49 93359f2a8cfa: Pulling fs layer 05:29:49 7c6f9722023f: Pulling fs layer 05:29:49 a35cf1a2eb13: Pulling fs layer 05:29:49 93359f2a8cfa: Waiting 05:29:49 a35cf1a2eb13: Waiting 05:29:49 7c6f9722023f: Waiting 05:29:49 bca2f99d35d6: Waiting 05:29:49 de9db76c5a1d: Verifying Checksum 05:29:49 de9db76c5a1d: Download complete 05:29:49 0ef7d3d256c8: Verifying Checksum 05:29:49 0ef7d3d256c8: Download complete 05:29:49 93359f2a8cfa: Verifying Checksum 05:29:49 93359f2a8cfa: Download complete 05:29:49 188c0c94c7c5: Verifying Checksum 05:29:49 188c0c94c7c5: Download complete 05:29:49 7c6f9722023f: Verifying Checksum 05:29:49 7c6f9722023f: Download complete 05:29:49 188c0c94c7c5: Pull complete 05:29:49 0ef7d3d256c8: Pull complete 05:29:50 de9db76c5a1d: Pull complete 05:29:51 a35cf1a2eb13: Verifying Checksum 05:29:51 a35cf1a2eb13: Download complete 05:29:51 bca2f99d35d6: Verifying Checksum 05:29:51 bca2f99d35d6: Download complete 05:29:53 Removing intermediate container 5b379041eab5 05:29:53 ---> b83327613844 05:29:53 Successfully built b83327613844 05:29:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:29:53 + docker inspect -f . ci-base-image-arm64 05:29:53 . [Pipeline] withDockerContainer 05:29:54 prd-ubuntu18.04-docker-arm64-4c-16g-18634 does not seem to be running inside a container 05:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:29:55 $ docker top d7b637b090b9a1fbaf0e3bd1297b2044b33e08a91b59d8cb93641a0f9ff763ec -eo pid,comm [Pipeline] { [Pipeline] sh 05:29:56 + go version 05:29:56 go version go1.15.5 linux/arm64 [Pipeline] } 05:29:56 $ docker stop --time=1 d7b637b090b9a1fbaf0e3bd1297b2044b33e08a91b59d8cb93641a0f9ff763ec 05:29:56 bca2f99d35d6: Pull complete 05:29:57 93359f2a8cfa: Pull complete 05:29:57 7c6f9722023f: Pull complete 05:29:58 $ docker rm -f d7b637b090b9a1fbaf0e3bd1297b2044b33e08a91b59d8cb93641a0f9ff763ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:29:59 + docker inspect -f . ci-base-image-arm64 05:29:59 . [Pipeline] withDockerContainer 05:30:00 prd-ubuntu18.04-docker-arm64-4c-16g-18634 does not seem to be running inside a container 05:30:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:30:01 $ docker top b997b9057beadea3f2202edaebb0dbe657a9b8fdd592d2c6944636c8b42e272f -eo pid,comm [Pipeline] { [Pipeline] sh 05:30:02 + make test 05:30:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:30:05 a35cf1a2eb13: Pull complete 05:30:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:30:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:30:05 ---> a62c8e92a672 05:30:05 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:30:05 ---> Running in 450d7c725ef1 05:30:05 Removing intermediate container 450d7c725ef1 05:30:05 ---> 646344877d30 05:30:05 Step 4/7 : RUN apk add bash 05:30:05 ---> Running in b1150d9f1dc5 05:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:30:06 OK: 166 MiB in 39 packages 05:30:07 Removing intermediate container b1150d9f1dc5 05:30:07 ---> ff935227b70f 05:30:07 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:30:07 ---> Running in e4397a0a8f3d 05:30:07 Removing intermediate container e4397a0a8f3d 05:30:07 ---> 5869f7ddd8e3 05:30:07 Step 6/7 : COPY go.mod . 05:30:07 ---> ecbd5dc835b6 05:30:07 Step 7/7 : RUN go mod download 05:30:07 ---> Running in 3efcf69fdf10 05:30:20 Removing intermediate container 3efcf69fdf10 05:30:20 ---> 74b109ffe45a 05:30:20 Successfully built 74b109ffe45a 05:30:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:30:20 + docker inspect -f . ci-base-image-x86_64 05:30:20 . [Pipeline] withDockerContainer 05:30:20 prd-centos7-docker-4c-2g-18635 does not seem to be running inside a container 05:30:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:30:21 $ docker top a5080c682a90e847dbe14b413296f8e0ad9396aea45f6deb5e668535088489e8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:30:21 + go version 05:30:21 go version go1.15.5 linux/amd64 [Pipeline] } 05:30:21 $ docker stop --time=1 a5080c682a90e847dbe14b413296f8e0ad9396aea45f6deb5e668535088489e8 05:30:23 $ docker rm -f a5080c682a90e847dbe14b413296f8e0ad9396aea45f6deb5e668535088489e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:30:24 + docker inspect -f . ci-base-image-x86_64 05:30:24 . [Pipeline] withDockerContainer 05:30:24 prd-centos7-docker-4c-2g-18635 does not seem to be running inside a container 05:30:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:30:24 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 05:30:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements 05:30:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.041s coverage: 100.0% of statements 05:30:25 $ docker top 9daca3fd1da367b731ae24dfb3a682f8b35a4714e997115d39bceebbac1a5e8b -eo pid,comm [Pipeline] { [Pipeline] sh 05:30:25 + make test 05:30:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:30:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.055s coverage: 45.4% of statements 05:30:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.033s coverage: 77.8% of statements 05:30:25 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 05:30:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.044s coverage: 26.3% of statements 05:30:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.051s coverage: 14.7% of statements 05:30:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.039s coverage: 100.0% of statements 05:30:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.108s coverage: 91.8% of statements 05:30:30 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 05:30:30 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 05:30:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.007s coverage: 100.0% of statements 05:30:30 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.034s coverage: 47.8% of statements 05:30:34 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 05:30:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.017s coverage: 85.7% of statements 05:30:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.040s coverage: 100.0% of statements 05:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.057s coverage: 45.4% of statements 05:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.011s coverage: 77.8% of statements 05:30:35 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 05:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.150s coverage: 63.0% of statements 05:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.079s coverage: 26.3% of statements 05:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements 05:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements 05:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.016s coverage: 14.3% of statements 05:30:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 05:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 26.3% of statements 05:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.025s coverage: 14.7% of statements 05:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.021s coverage: 100.0% of statements 05:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.040s coverage: 91.8% of statements 05:30:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 05:30:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 05:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements 05:30:37 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.022s coverage: 47.8% of statements 05:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.142s coverage: 84.4% of statements 05:30:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 05:30:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.033s coverage: 44.1% of statements 05:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.031s coverage: 94.4% of statements 05:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.142s coverage: 93.2% of statements 05:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.024s coverage: 63.0% of statements 05:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements 05:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.004s coverage: 15.4% of statements 05:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.012s coverage: 15.4% of statements 05:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.052s coverage: 14.3% of statements 05:30:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 05:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 05:30:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 05:30:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.052s coverage: 84.4% of statements 05:30:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 05:30:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 44.1% of statements 05:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.041s coverage: 94.4% of statements 05:30:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.047s coverage: 93.2% of statements 05:30:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 05:30:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 05:30:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:30:43 gofmt -l . 05:30:43 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:30:43 $ docker stop --time=1 9daca3fd1da367b731ae24dfb3a682f8b35a4714e997115d39bceebbac1a5e8b 05:30:45 gofmt -l . 05:30:45 [ "`gofmt -l .`" = "" ] 05:30:45 $ docker rm -f 9daca3fd1da367b731ae24dfb3a682f8b35a4714e997115d39bceebbac1a5e8b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 05:30:46 $ docker stop --time=1 b997b9057beadea3f2202edaebb0dbe657a9b8fdd592d2c6944636c8b42e272f 05:30:46 + sudo chown -R jenkins:jenkins . 05:30:48 $ docker rm -f b997b9057beadea3f2202edaebb0dbe657a9b8fdd592d2c6944636c8b42e272f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash 05:30:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:30:49 Warning: overwriting stash ‘coverage-report’ 05:30:49 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) 05:30:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 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 05:30:53 provisioning config files... 05:30:53 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-417@tmp/config8801232364447486063tmp [Pipeline] { [Pipeline] sh 05:30:53 + set +x 05:30:53 + curl -s https://codecov.io/bash 05:30:53 + bash -s -- 05:30:53 05:30:53 _____ _ 05:30:53 / ____| | | 05:30:53 | | ___ __| | ___ ___ _____ __ 05:30:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:30:53 | |___| (_) | (_| | __/ (_| (_) \ V / 05:30:53 \_____\___/ \__,_|\___|\___\___/ \_/ 05:30:53 Bash-20201231-23d4836 05:30:53 05:30:53 05:30:53 ==> git version 2.24.3 found 05:30:53 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:30:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:30:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:30:53 ==> Jenkins CI detected. 05:30:53 project root: . 05:30:53 --> token set from env 05:30:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:30:53 ==> Running gcov in . (disable via -X gcov) 05:30:53 ==> Python coveragepy not found 05:30:53 ==> Searching for coverage reports in: 05:30:53 + . 05:30:53 -> Found 1 reports 05:30:53 ==> Detecting git/mercurial file structure 05:30:53 ==> Reading reports 05:30:53 + ./coverage.out bytes=119868 05:30:53 ==> Appending adjustments 05:30:53 https://docs.codecov.io/docs/fixing-reports 05:30:54 + Found adjustments 05:30:54 ==> Gzipping contents 05:30:54 20K /tmp/codecov.ORkthW.gz 05:30:54 ==> Uploading reports 05:30:54 url: https://codecov.io 05:30:54 query: branch=PR-417&commit=aedff5752bddb11db1a791ff846103420008a398&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-417%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=417&job=&cmd_args= 05:30:54 -> Pinging Codecov 05:30:54 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-417&commit=aedff5752bddb11db1a791ff846103420008a398&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-417%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=417&job=&cmd_args= 05:30:55 -> Uploading to 05:30:55 https://storage.googleapis.com/codecov/v4/raw/2021-01-06/71470A77251A30514AAF9C0BB2E5B6CE/aedff5752bddb11db1a791ff846103420008a398/8e008e4f-7820-49d8-a001-5a6e31809e90.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210106T053055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb4ad50615f7e95f75b12ae190d0ded051cf628ff3ca145d18c7b29d69d20977 05:30:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:30:55 Dload Upload Total Spent Left Speed 05:30:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19093 0 0 100 19093 0 39373 --:--:-- --:--:-- --:--:-- 39448 05:30:55 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/aedff5752bddb11db1a791ff846103420008a398 [Pipeline] } 05:30:55 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 05:30:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:30:59 ---> package-listing.sh 05:30:59 ++ facter osfamily 05:30:59 ++ tr '[:upper:]' '[:lower:]' 05:30:59 + OS_FAMILY=redhat 05:30:59 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-417 05:30:59 + START_PACKAGES=/tmp/packages_start.txt 05:30:59 + END_PACKAGES=/tmp/packages_end.txt 05:30:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:30:59 + PACKAGES=/tmp/packages_start.txt 05:30:59 + '[' /w/workspace/dry_go-mod-core-contracts_PR-417 ']' 05:30:59 + PACKAGES=/tmp/packages_end.txt 05:30:59 + case "${OS_FAMILY}" in 05:30:59 + rpm -qa 05:30:59 + sort 05:31:04 + '[' -f /tmp/packages_start.txt ']' 05:31:04 + '[' -f /tmp/packages_end.txt ']' 05:31:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:31:04 + '[' /w/workspace/dry_go-mod-core-contracts_PR-417 ']' 05:31:04 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-417/archives/ 05:31:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-417/archives/ [Pipeline] echo 05:31:04 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-417/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:31:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:31:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:31:04 05:31:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:31:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:31:05 alpine: Pulling from edgex-lftools-log-publisher 05:31:05 df20fa9351a1: Pulling fs layer 05:31:05 36b3adc4ff6f: Pulling fs layer 05:31:05 8ad3a11d3b57: Pulling fs layer 05:31:05 46f8f816bc3b: Pulling fs layer 05:31:05 93b61091891f: Pulling fs layer 05:31:05 93b9cdb0e59b: Pulling fs layer 05:31:05 5e14af77c1be: Pulling fs layer 05:31:05 01666e4c0597: Pulling fs layer 05:31:05 aa168da1d23b: Pulling fs layer 05:31:05 93b61091891f: Waiting 05:31:05 93b9cdb0e59b: Waiting 05:31:05 5e14af77c1be: Waiting 05:31:05 01666e4c0597: Waiting 05:31:05 aa168da1d23b: Waiting 05:31:05 46f8f816bc3b: Waiting 05:31:05 36b3adc4ff6f: Download complete 05:31:05 46f8f816bc3b: Verifying Checksum 05:31:05 46f8f816bc3b: Download complete 05:31:05 df20fa9351a1: Verifying Checksum 05:31:05 df20fa9351a1: Download complete 05:31:05 93b9cdb0e59b: Verifying Checksum 05:31:05 93b9cdb0e59b: Download complete 05:31:05 5e14af77c1be: Verifying Checksum 05:31:05 5e14af77c1be: Download complete 05:31:05 93b61091891f: Verifying Checksum 05:31:05 93b61091891f: Download complete 05:31:05 01666e4c0597: Verifying Checksum 05:31:05 01666e4c0597: Download complete 05:31:05 8ad3a11d3b57: Verifying Checksum 05:31:05 8ad3a11d3b57: Download complete 05:31:05 df20fa9351a1: Pull complete 05:31:06 36b3adc4ff6f: Pull complete 05:31:07 aa168da1d23b: Verifying Checksum 05:31:07 aa168da1d23b: Download complete 05:31:07 8ad3a11d3b57: Pull complete 05:31:07 46f8f816bc3b: Pull complete 05:31:08 93b61091891f: Pull complete 05:31:08 93b9cdb0e59b: Pull complete 05:31:08 5e14af77c1be: Pull complete 05:31:08 01666e4c0597: Pull complete 05:31:14 aa168da1d23b: Pull complete 05:31:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:31:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:31:15 prd-centos7-docker-4c-2g-18633 does not seem to be running inside a container 05:31:15 $ 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-417/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-417 -v /w/workspace/dry_go-mod-core-contracts_PR-417:/w/workspace/dry_go-mod-core-contracts_PR-417:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-417@tmp:/w/workspace/dry_go-mod-core-contracts_PR-417@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 05:31:18 $ docker top 51aff5a9374933b1cb98e1d9469847c7634db4408db2a26df708ba38cf2366e1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:31:19 + touch /tmp/pre-build-complete [Pipeline] sh 05:31:19 + mkdir -p /var/log/sa [Pipeline] sh 05:31:19 + ls /var/log/sa-host 05:31:19 + sadf -c /var/log/sa-host/sa06 05:31:19 file_magic: OK 05:31:19 HZ: Using current value: 100 05:31:19 file_header: OK 05:31:19 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 05:31:19 Statistics: 05:31:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:31:19 File successfully converted to sysstat format version 12.2.1 05:31:19 + sadf -c /var/log/sa-host/sa23 05:31:19 file_magic: OK 05:31:19 HZ: Using current value: 100 05:31:19 file_header: OK 05:31:19 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 05:31:19 Statistics: 05:31:19 Hnuu...uuuununununu... 05:31:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:31:20 provisioning config files... 05:31:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-417@tmp/config6974242690184457058tmp [Pipeline] { [Pipeline] echo 05:31:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:31:20 ---> create-netrc.sh [Pipeline] } 05:31:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:31:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:31:21 ---> python-tools-install.sh [Pipeline] echo 05:31:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:31:21 ---> sudo-logs.sh 05:31:21 Archiving 'sudo' log.. [Pipeline] echo 05:31:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:31:22 ---> job-cost.sh 05:31:22 lf-activate-venv: SKIPPING 05:31:22 INFO: No Stack... 05:31:23 INFO: Retrieving Pricing Info for: v1-standard-2 05:31:23 INFO: Archiving Costs [Pipeline] echo 05:31:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:31:24 ---> logs-deploy.sh 05:31:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-417/2 05:31:24 INFO: archiving workspace using pattern(s): 05:31:25 Archives upload complete. 05:31:25 INFO: archiving logs to Nexus