Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5330e7a1e14f4aae69f926f73cef49e9e128662d 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:pre] ========================================================= [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: pre 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24384 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5330e7a1e14f4aae69f926f73cef49e9e128662d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 Commit message: "Merge pull request #475 from lenny-intel/ModelToDto" > git rev-list --no-walk 8f7953445b72aeaee75aad4ef61ff15b3674e342 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T18:37:57.419Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T18:37:57.644Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T18:37:57.740Z] ========================================================= [2021-02-01T18:37:57.740Z] EdgeX Global Pipelines Version Info [2021-02-01T18:37:57.740Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:37:59.237Z] ------------------- [2021-02-01T18:37:59.237Z] stable info: [2021-02-01T18:37:59.237Z] ------------------- [2021-02-01T18:37:59.237Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:37:59.237Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:37:59.237Z] Message: update stable to v1.0.179 [2021-02-01T18:38:00.185Z] ------------------- [2021-02-01T18:38:00.185Z] experimental info: [2021-02-01T18:38:00.185Z] ------------------- [2021-02-01T18:38:00.185Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:38:00.185Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:38:00.185Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T18:38:00.509Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-01T18:38:00.667Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-01T18:38:00.785Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T18:38:00.875Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T18:38:00.967Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T18:38:01.054Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T18:38:01.203Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T18:38:01.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T18:38:01.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-01T18:38:01.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T18:38:01.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T18:38:01.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-01T18:38:01.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T18:38:01.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T18:38:02.046Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:02.228Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:02.349Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:02.436Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:02.522Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T18:38:02.607Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-01T18:38:02.691Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-01T18:38:02.790Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-01T18:38:02.908Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-01T18:38:03.024Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-01T18:38:03.114Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-01T18:38:03.224Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T18:38:03.344Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T18:38:03.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-01T18:38:03.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-01T18:38:03.685Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-01T18:38:03.784Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] echo [2021-02-01T18:38:03.892Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5330e7a [Pipeline] echo [2021-02-01T18:38:04.002Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:38:04.712Z] + git log --format=format:%s -1 5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] echo [2021-02-01T18:38:04.794Z] GIT_COMMIT: 5330e7a1e14f4aae69f926f73cef49e9e128662d, Commit Message: Merge pull request #475 from lenny-intel/ModelToDto [Pipeline] echo [2021-02-01T18:38:04.840Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:38:05.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:38:05.717Z] [2021-02-01T18:38:05.717Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:38:06.165Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:38:06.165Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T18:38:06.165Z] 31603596830f: Pulling fs layer [2021-02-01T18:38:06.165Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T18:38:06.165Z] 6ca5941a6612: Pulling fs layer [2021-02-01T18:38:06.165Z] ecc8261a40a4: Pulling fs layer [2021-02-01T18:38:06.165Z] ecc8261a40a4: Waiting [2021-02-01T18:38:06.165Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T18:38:06.165Z] 2a8b12db71e7: Download complete [2021-02-01T18:38:06.434Z] 31603596830f: Verifying Checksum [2021-02-01T18:38:06.434Z] 31603596830f: Download complete [2021-02-01T18:38:06.434Z] ecc8261a40a4: Verifying Checksum [2021-02-01T18:38:06.434Z] ecc8261a40a4: Download complete [2021-02-01T18:38:06.434Z] 6ca5941a6612: Verifying Checksum [2021-02-01T18:38:06.434Z] 6ca5941a6612: Download complete [2021-02-01T18:38:06.704Z] 31603596830f: Pull complete [2021-02-01T18:38:06.978Z] 2a8b12db71e7: Pull complete [2021-02-01T18:38:07.929Z] 6ca5941a6612: Pull complete [2021-02-01T18:38:07.930Z] ecc8261a40a4: Pull complete [2021-02-01T18:38:07.930Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T18:38:07.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:38:07.930Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T18:38:08.122Z] prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container [2021-02-01T18:38:08.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:38:10.587Z] $ docker top 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:38:10.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:38:10.938Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:38:11.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:38:11.172Z] $ docker exec 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent [2021-02-01T18:38:11.350Z] SSH_AUTH_SOCK=/tmp/ssh-O0cCzN7R8P6W/agent.13 [2021-02-01T18:38:11.350Z] SSH_AGENT_PID=18 [2021-02-01T18:38:11.367Z] Running ssh-add (command line suppressed) [2021-02-01T18:38:11.511Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2770845487847542347.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2770845487847542347.key) [2021-02-01T18:38:11.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:38:11.908Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T18:38:11.933Z] $ docker exec --env ******** --env ******** 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent -k [2021-02-01T18:38:12.058Z] unset SSH_AUTH_SOCK; [2021-02-01T18:38:12.058Z] unset SSH_AGENT_PID; [2021-02-01T18:38:12.058Z] echo Agent pid 18 killed; [2021-02-01T18:38:12.105Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T18:38:12.253Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:38:12.253Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:38:12.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:38:12.427Z] $ docker exec 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent [2021-02-01T18:38:12.599Z] SSH_AUTH_SOCK=/tmp/ssh-W7L4Rm1MG96C/agent.46 [2021-02-01T18:38:12.599Z] SSH_AGENT_PID=51 [2021-02-01T18:38:12.606Z] Running ssh-add (command line suppressed) [2021-02-01T18:38:12.731Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6324247688938674483.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6324247688938674483.key) [2021-02-01T18:38:12.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:38:13.153Z] + git semver init [2021-02-01T18:38:13.153Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:38:13.153Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-01T18:38:13.153Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-01T18:38:13.153Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:38:13.153Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:38:13.153Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:38:13.153Z] # $SEMVER_BRANCH = master [2021-02-01T18:38:13.153Z] # $SEMVER_TEMP = /tmp/semver-555902690 [2021-02-01T18:38:13.153Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-01T18:38:13.730Z] # '/tmp/semver-555902690' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-02-01T18:38:13.995Z] # -> Force: false [2021-02-01T18:38:13.995Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-01T18:38:14.009Z] $ docker exec --env ******** --env ******** 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent -k [2021-02-01T18:38:14.130Z] unset SSH_AUTH_SOCK; [2021-02-01T18:38:14.131Z] unset SSH_AGENT_PID; [2021-02-01T18:38:14.131Z] echo Agent pid 51 killed; [2021-02-01T18:38:14.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:38:14.647Z] + git semver [Pipeline] } [2021-02-01T18:38:14.665Z] $ docker stop --time=1 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 [2021-02-01T18:38:16.533Z] $ docker rm -f 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:38:17.059Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T18:38:17.524Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T18:38:17.527Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.16 [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 [2021-02-01T18:38:33.027Z] Still waiting to schedule task [2021-02-01T18:38:33.027Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24385’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-01T18:38:33.031Z] Still waiting to schedule task [2021-02-01T18:38:33.031Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-01T18:39:46.159Z] Running on prd-centos7-docker-4c-2g-24388 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-01T18:39:46.215Z] Running in /w/workspace/go-mod-core-contracts/134 [Pipeline] { [Pipeline] checkout [2021-02-01T18:39:49.083Z] using credential edgex-jenkins-ssh [2021-02-01T18:39:49.140Z] Cloning the remote Git repository [2021-02-01T18:39:49.170Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-01T18:39:49.238Z] > git init /w/workspace/go-mod-core-contracts/134 # timeout=10 [2021-02-01T18:39:49.295Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-01T18:39:49.296Z] > git --version # timeout=10 [2021-02-01T18:39:49.305Z] > git --version # 'git version 2.24.3' [2021-02-01T18:39:49.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:39:49.337Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:39:50.458Z] Checking out Revision 5330e7a1e14f4aae69f926f73cef49e9e128662d (master) [2021-02-01T18:39:50.035Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-01T18:39:50.042Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:39:50.058Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-01T18:39:50.072Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-01T18:39:50.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:39:50.077Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:39:50.468Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:39:50.473Z] > git checkout -f 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 [2021-02-01T18:39:54.160Z] Commit message: "Merge pull request #475 from lenny-intel/ModelToDto" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:39:55.306Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:39:55.640Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:39:55.938Z] + sudo service docker restart [2021-02-01T18:39:55.938Z] + true [2021-02-01T18:39:55.938Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-01T18:39:57.024Z] ========================================================= [2021-02-01T18:39:57.024Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T18:39:57.024Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:39:57.381Z] + 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 . [2021-02-01T18:39:57.978Z] Sending build context to Docker daemon 2.472MB [2021-02-01T18:39:57.978Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:39:57.978Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:39:57.978Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T18:39:57.978Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:39:57.978Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:39:57.978Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:39:57.978Z] bca2f99d35d6: Pulling fs layer [2021-02-01T18:39:57.978Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T18:39:57.978Z] 7c6f9722023f: Pulling fs layer [2021-02-01T18:39:57.978Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T18:39:57.978Z] bca2f99d35d6: Waiting [2021-02-01T18:39:57.978Z] 7c6f9722023f: Waiting [2021-02-01T18:39:57.978Z] a35cf1a2eb13: Waiting [2021-02-01T18:39:57.978Z] 93359f2a8cfa: Waiting [2021-02-01T18:39:57.978Z] de9db76c5a1d: Verifying Checksum [2021-02-01T18:39:57.978Z] de9db76c5a1d: Download complete [2021-02-01T18:39:57.978Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T18:39:57.978Z] 0ef7d3d256c8: Download complete [2021-02-01T18:39:57.978Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T18:39:57.978Z] 93359f2a8cfa: Download complete [2021-02-01T18:39:57.978Z] 7c6f9722023f: Verifying Checksum [2021-02-01T18:39:57.978Z] 7c6f9722023f: Download complete [2021-02-01T18:39:57.978Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:39:57.978Z] 188c0c94c7c5: Download complete [2021-02-01T18:39:58.243Z] 188c0c94c7c5: Pull complete [2021-02-01T18:39:58.508Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:39:58.777Z] de9db76c5a1d: Pull complete [2021-02-01T18:40:00.722Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T18:40:00.722Z] a35cf1a2eb13: Download complete [2021-02-01T18:40:01.688Z] bca2f99d35d6: Verifying Checksum [2021-02-01T18:40:01.688Z] bca2f99d35d6: Download complete [2021-02-01T18:40:07.474Z] bca2f99d35d6: Pull complete [2021-02-01T18:40:07.474Z] 93359f2a8cfa: Pull complete [2021-02-01T18:40:07.474Z] 7c6f9722023f: Pull complete [2021-02-01T18:40:12.843Z] a35cf1a2eb13: Pull complete [2021-02-01T18:40:13.108Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T18:40:13.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T18:40:13.108Z] ---> a62c8e92a672 [2021-02-01T18:40:13.108Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T18:40:13.375Z] ---> Running in 537a2502ab2a [2021-02-01T18:40:13.651Z] Removing intermediate container 537a2502ab2a [2021-02-01T18:40:13.651Z] ---> e78a2c768afa [2021-02-01T18:40:13.651Z] Step 4/7 : RUN apk add bash [2021-02-01T18:40:13.651Z] ---> Running in 4a8195952fe6 [2021-02-01T18:40:14.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:40:15.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:40:16.138Z] OK: 166 MiB in 39 packages [2021-02-01T18:40:16.401Z] Removing intermediate container 4a8195952fe6 [2021-02-01T18:40:16.401Z] ---> ac2a58416cee [2021-02-01T18:40:16.401Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:40:16.664Z] ---> Running in d000781015a7 [2021-02-01T18:40:16.664Z] Removing intermediate container d000781015a7 [2021-02-01T18:40:16.664Z] ---> 427a0ff383c2 [2021-02-01T18:40:16.664Z] Step 6/7 : COPY go.mod . [2021-02-01T18:40:16.927Z] ---> ff74e41e16ab [2021-02-01T18:40:16.927Z] Step 7/7 : RUN go mod download [2021-02-01T18:40:16.927Z] ---> Running in 6609876e6e72 [2021-02-01T18:40:29.237Z] Removing intermediate container 6609876e6e72 [2021-02-01T18:40:29.237Z] ---> a5536362f080 [2021-02-01T18:40:29.237Z] Successfully built a5536362f080 [2021-02-01T18:40:29.237Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:40:29.561Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:40:29.561Z] . [Pipeline] withDockerContainer [2021-02-01T18:40:29.683Z] prd-centos7-docker-4c-2g-24388 does not seem to be running inside a container [2021-02-01T18:40:29.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@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 ******** ci-base-image-x86_64 cat [2021-02-01T18:40:30.545Z] $ docker top c875d44c14ddde307d0752ff2320a1e4a01a2b67baf575a917aacbdf914c8ed9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:40:31.136Z] + go version [2021-02-01T18:40:31.136Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T18:40:31.154Z] $ docker stop --time=1 c875d44c14ddde307d0752ff2320a1e4a01a2b67baf575a917aacbdf914c8ed9 [2021-02-01T18:40:32.515Z] $ docker rm -f c875d44c14ddde307d0752ff2320a1e4a01a2b67baf575a917aacbdf914c8ed9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:40:33.577Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:40:33.577Z] . [Pipeline] withDockerContainer [2021-02-01T18:40:33.681Z] prd-centos7-docker-4c-2g-24388 does not seem to be running inside a container [2021-02-01T18:40:33.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@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 ******** ci-base-image-x86_64 cat [2021-02-01T18:40:35.183Z] $ docker top dd8a05a841aef8d60a2b0da912babe4691145666d2780717c3649c8fdff4a6cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:40:35.839Z] + make test [2021-02-01T18:40:35.839Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-01T18:40:44.188Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-01T18:40:44.188Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.015s coverage: 85.7% of statements [2021-02-01T18:40:44.188Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.046s coverage: 100.0% of statements [2021-02-01T18:40:44.188Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.034s coverage: 45.4% of statements [2021-02-01T18:40:44.188Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements [2021-02-01T18:40:44.188Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-01T18:40:44.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.015s coverage: 26.3% of statements [2021-02-01T18:40:45.054Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.028s coverage: 14.7% of statements [2021-02-01T18:40:45.054Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements [2021-02-01T18:40:45.054Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements [2021-02-01T18:40:45.054Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-01T18:40:45.054Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-01T18:40:45.054Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements [2021-02-01T18:40:45.054Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements [2021-02-01T18:40:47.683Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.032s coverage: 63.0% of statements [2021-02-01T18:40:47.683Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements [2021-02-01T18:40:47.683Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements [2021-02-01T18:40:47.683Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.006s coverage: 15.4% of statements [2021-02-01T18:40:47.683Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.055s coverage: 14.3% of statements [2021-02-01T18:40:47.683Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-01T18:40:48.704Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.098s coverage: 84.8% of statements [2021-02-01T18:40:48.704Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-01T18:40:48.704Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-01T18:40:48.704Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-01T18:40:48.977Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.023s coverage: 55.2% of statements [2021-02-01T18:40:48.977Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 94.7% of statements [2021-02-01T18:40:49.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 93.0% of statements [2021-02-01T18:40:49.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements [2021-02-01T18:40:49.556Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-01T18:40:50.028Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-01T18:40:51.451Z] gofmt -l . [2021-02-01T18:40:51.713Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:40:51.993Z] $ docker stop --time=1 dd8a05a841aef8d60a2b0da912babe4691145666d2780717c3649c8fdff4a6cd [2021-02-01T18:40:54.456Z] $ docker rm -f dd8a05a841aef8d60a2b0da912babe4691145666d2780717c3649c8fdff4a6cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:40:55.143Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:40:55.602Z] 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] } [2021-02-01T18:41:41.811Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24393 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-01T18:41:41.870Z] Running in /w/workspace/go-mod-core-contracts/134 [Pipeline] { [Pipeline] checkout [2021-02-01T18:41:47.227Z] using credential edgex-jenkins-ssh [2021-02-01T18:41:47.302Z] Cloning the remote Git repository [2021-02-01T18:41:47.379Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-01T18:41:47.504Z] > git init /w/workspace/go-mod-core-contracts/134 # timeout=10 [2021-02-01T18:41:47.584Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-01T18:41:47.585Z] > git --version # timeout=10 [2021-02-01T18:41:47.603Z] > git --version # 'git version 2.17.1' [2021-02-01T18:41:47.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:41:47.678Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:41:49.309Z] Checking out Revision 5330e7a1e14f4aae69f926f73cef49e9e128662d (master) [2021-02-01T18:41:48.714Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-01T18:41:48.739Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:41:48.765Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-01T18:41:48.798Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-01T18:41:48.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:41:48.809Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:41:49.343Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:41:49.361Z] > git checkout -f 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 [2021-02-01T18:41:54.033Z] Commit message: "Merge pull request #475 from lenny-intel/ModelToDto" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:41:55.605Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:41:56.029Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:41:56.398Z] + + sudo servicetrue docker [2021-02-01T18:41:56.398Z] restart [Pipeline] unstash [Pipeline] echo [2021-02-01T18:41:59.339Z] ========================================================= [2021-02-01T18:41:59.339Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T18:41:59.339Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:41:59.733Z] + 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 . [2021-02-01T18:42:00.725Z] Sending build context to Docker daemon 2.471MB [2021-02-01T18:42:00.725Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:42:00.725Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:42:01.005Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T18:42:01.005Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T18:42:01.005Z] a4357932f1b6: Pulling fs layer [2021-02-01T18:42:01.005Z] 18c013af1878: Pulling fs layer [2021-02-01T18:42:01.005Z] 00ac8860ef70: Pulling fs layer [2021-02-01T18:42:01.005Z] 63d7cb157983: Pulling fs layer [2021-02-01T18:42:01.005Z] b116817d02f9: Pulling fs layer [2021-02-01T18:42:01.005Z] 745a02a5169b: Pulling fs layer [2021-02-01T18:42:01.005Z] 00ac8860ef70: Waiting [2021-02-01T18:42:01.005Z] 63d7cb157983: Waiting [2021-02-01T18:42:01.005Z] b116817d02f9: Waiting [2021-02-01T18:42:01.005Z] 745a02a5169b: Waiting [2021-02-01T18:42:01.005Z] 18c013af1878: Download complete [2021-02-01T18:42:01.005Z] a4357932f1b6: Verifying Checksum [2021-02-01T18:42:01.005Z] a4357932f1b6: Download complete [2021-02-01T18:42:01.005Z] 63d7cb157983: Verifying Checksum [2021-02-01T18:42:01.005Z] 63d7cb157983: Download complete [2021-02-01T18:42:01.005Z] b116817d02f9: Verifying Checksum [2021-02-01T18:42:01.005Z] b116817d02f9: Download complete [2021-02-01T18:42:01.620Z] 5f621e34cdf4: Download complete [2021-02-01T18:42:02.227Z] 5f621e34cdf4: Pull complete [2021-02-01T18:42:02.833Z] a4357932f1b6: Pull complete [2021-02-01T18:42:03.442Z] 18c013af1878: Pull complete [2021-02-01T18:42:04.056Z] 745a02a5169b: Verifying Checksum [2021-02-01T18:42:04.056Z] 745a02a5169b: Download complete [2021-02-01T18:42:05.046Z] 00ac8860ef70: Download complete [2021-02-01T18:42:15.249Z] 00ac8860ef70: Pull complete [2021-02-01T18:42:15.522Z] 63d7cb157983: Pull complete [2021-02-01T18:42:15.798Z] b116817d02f9: Pull complete [2021-02-01T18:42:20.127Z] 745a02a5169b: Pull complete [2021-02-01T18:42:20.127Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T18:42:20.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T18:42:20.127Z] ---> b7e6874047d6 [2021-02-01T18:42:20.127Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T18:42:22.753Z] ---> Running in bd6bbf8e8503 [2021-02-01T18:42:23.035Z] Removing intermediate container bd6bbf8e8503 [2021-02-01T18:42:23.035Z] ---> 461201c49aa8 [2021-02-01T18:42:23.035Z] Step 4/7 : RUN apk add bash [2021-02-01T18:42:23.035Z] ---> Running in 3ca1bfdd9636 [2021-02-01T18:42:24.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:25.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:26.448Z] OK: 142 MiB in 39 packages [2021-02-01T18:42:27.434Z] Removing intermediate container 3ca1bfdd9636 [2021-02-01T18:42:27.434Z] ---> 0ce86242fd19 [2021-02-01T18:42:27.434Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:42:27.706Z] ---> Running in c9e65b269b9e [2021-02-01T18:42:28.303Z] Removing intermediate container c9e65b269b9e [2021-02-01T18:42:28.303Z] ---> d9b236157a39 [2021-02-01T18:42:28.303Z] Step 6/7 : COPY go.mod . [2021-02-01T18:42:28.904Z] ---> 25322f429d16 [2021-02-01T18:42:28.904Z] Step 7/7 : RUN go mod download [2021-02-01T18:42:28.904Z] ---> Running in ede78fd02189 [2021-02-01T18:42:45.003Z] Removing intermediate container ede78fd02189 [2021-02-01T18:42:45.003Z] ---> e532f92a7f88 [2021-02-01T18:42:45.003Z] Successfully built e532f92a7f88 [2021-02-01T18:42:45.003Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:42:45.359Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:42:45.360Z] . [Pipeline] withDockerContainer [2021-02-01T18:42:45.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-24393 does not seem to be running inside a container [2021-02-01T18:42:45.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@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 ******** ci-base-image-arm64 cat [2021-02-01T18:42:47.318Z] $ docker top 8b732cad8f2f5d2d09c8fcc8769b024076bf20888d45a0884acf4dcd1e775ff7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:42:48.310Z] + go version [2021-02-01T18:42:48.310Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T18:42:48.334Z] $ docker stop --time=1 8b732cad8f2f5d2d09c8fcc8769b024076bf20888d45a0884acf4dcd1e775ff7 [2021-02-01T18:42:50.243Z] $ docker rm -f 8b732cad8f2f5d2d09c8fcc8769b024076bf20888d45a0884acf4dcd1e775ff7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:42:51.274Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:42:51.274Z] . [Pipeline] withDockerContainer [2021-02-01T18:42:51.546Z] prd-ubuntu18.04-docker-arm64-4c-16g-24393 does not seem to be running inside a container [2021-02-01T18:42:51.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@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 ******** ci-base-image-arm64 cat [2021-02-01T18:42:53.130Z] $ docker top a0ab2300ef80f692484d67156cf0d4d142abb1d5e8fe11eb17a5b0e0dfc278ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:42:54.160Z] + make test [2021-02-01T18:42:54.160Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-01T18:43:16.370Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-01T18:43:17.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.054s coverage: 85.7% of statements [2021-02-01T18:43:17.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.056s coverage: 100.0% of statements [2021-02-01T18:43:19.843Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements [2021-02-01T18:43:19.843Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.033s coverage: 77.8% of statements [2021-02-01T18:43:19.843Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-01T18:43:20.470Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.051s coverage: 26.3% of statements [2021-02-01T18:43:21.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.042s coverage: 14.7% of statements [2021-02-01T18:43:22.076Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements [2021-02-01T18:43:22.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements [2021-02-01T18:43:22.696Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-01T18:43:22.696Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-01T18:43:22.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.013s coverage: 100.0% of statements [2021-02-01T18:43:22.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 36.7% of statements [2021-02-01T18:43:29.449Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.118s coverage: 63.0% of statements [2021-02-01T18:43:29.449Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements [2021-02-01T18:43:29.449Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements [2021-02-01T18:43:29.449Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.053s coverage: 15.4% of statements [2021-02-01T18:43:29.449Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.048s coverage: 14.3% of statements [2021-02-01T18:43:29.449Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-01T18:43:31.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.300s coverage: 84.8% of statements [2021-02-01T18:43:31.445Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-01T18:43:31.445Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-01T18:43:31.726Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-01T18:43:32.330Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.108s coverage: 55.2% of statements [2021-02-01T18:43:32.937Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.039s coverage: 94.7% of statements [2021-02-01T18:43:34.378Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.141s coverage: 93.0% of statements [2021-02-01T18:43:34.378Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements [2021-02-01T18:43:34.378Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-01T18:43:34.378Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-01T18:43:39.884Z] gofmt -l . [2021-02-01T18:43:40.487Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:43:41.109Z] $ docker stop --time=1 a0ab2300ef80f692484d67156cf0d4d142abb1d5e8fe11eb17a5b0e0dfc278ca [2021-02-01T18:43:43.317Z] $ docker rm -f a0ab2300ef80f692484d67156cf0d4d142abb1d5e8fe11eb17a5b0e0dfc278ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:43:44.185Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:43:44.254Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T18:43:45.180Z] 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 [2021-02-01T18:43:46.998Z] provisioning config files... [2021-02-01T18:43:47.015Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config802031139531636953tmp [Pipeline] { [Pipeline] sh [2021-02-01T18:43:47.481Z] + set +x [2021-02-01T18:43:47.481Z] + curl -s https://codecov.io/bash [2021-02-01T18:43:47.481Z] + bash -s -- [2021-02-01T18:43:47.747Z] [2021-02-01T18:43:47.747Z] _____ _ [2021-02-01T18:43:47.747Z] / ____| | | [2021-02-01T18:43:47.747Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T18:43:47.747Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T18:43:47.747Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T18:43:47.747Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T18:43:47.747Z] Bash-20210129-7c25fce [2021-02-01T18:43:47.747Z] [2021-02-01T18:43:47.747Z] [2021-02-01T18:43:47.747Z] ==> git version 2.24.3 found [2021-02-01T18:43:47.747Z] ==> 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 [2021-02-01T18:43:47.747Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T18:43:47.747Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T18:43:47.747Z] ==> Jenkins CI detected. [2021-02-01T18:43:47.747Z] project root: . [2021-02-01T18:43:47.747Z] --> token set from env [2021-02-01T18:43:47.747Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T18:43:47.748Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T18:43:47.748Z] ==> Python coveragepy not found [2021-02-01T18:43:47.748Z] ==> Searching for coverage reports in: [2021-02-01T18:43:47.748Z] + . [2021-02-01T18:43:47.748Z] -> Found 1 reports [2021-02-01T18:43:47.748Z] ==> Detecting git/mercurial file structure [2021-02-01T18:43:47.748Z] ==> Reading reports [2021-02-01T18:43:47.748Z] + ./coverage.out bytes=142480 [2021-02-01T18:43:47.748Z] ==> Appending adjustments [2021-02-01T18:43:47.748Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T18:43:49.149Z] + Found adjustments [2021-02-01T18:43:49.149Z] ==> Gzipping contents [2021-02-01T18:43:49.149Z] 24K /tmp/codecov.KKvmeD.gz [2021-02-01T18:43:49.149Z] ==> Uploading reports [2021-02-01T18:43:49.149Z] url: https://codecov.io [2021-02-01T18:43:49.149Z] query: branch=master&commit=5330e7a1e14f4aae69f926f73cef49e9e128662d&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F134%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T18:43:49.149Z] -> Pinging Codecov [2021-02-01T18:43:49.149Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=5330e7a1e14f4aae69f926f73cef49e9e128662d&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F134%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T18:43:49.414Z] -> Uploading to [2021-02-01T18:43:49.414Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/71470A77251A30514AAF9C0BB2E5B6CE/5330e7a1e14f4aae69f926f73cef49e9e128662d/a028d2f6-99d6-4760-9791-da3f0395bf87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8f351bb64426d905cae1e6d0b50f6af71e70a98aa60678fbc7666f235eec20a7 [2021-02-01T18:43:49.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T18:43:49.414Z] Dload Upload Total Spent Left Speed [2021-02-01T18:43:49.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21799 0 0 100 21799 0 48817 --:--:-- --:--:-- --:--:-- 48876 [2021-02-01T18:43:49.677Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] } [2021-02-01T18:43:49.690Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-01T18:43:50.151Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-01T18:43:50.202Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:43:50.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:43:50.568Z] [2021-02-01T18:43:50.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:43:50.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:43:50.965Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-01T18:43:50.965Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:43:50.965Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:43:50.965Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:43:50.965Z] 0eba1c9be4d2: Pulling fs layer [2021-02-01T18:43:50.965Z] 0d57e429df01: Pulling fs layer [2021-02-01T18:43:50.965Z] 4e4be7b47b0d: Pulling fs layer [2021-02-01T18:43:50.965Z] e1f770b5df2f: Pulling fs layer [2021-02-01T18:43:50.965Z] 85a0685a4137: Pulling fs layer [2021-02-01T18:43:50.965Z] 0d57e429df01: Waiting [2021-02-01T18:43:50.965Z] 4e4be7b47b0d: Waiting [2021-02-01T18:43:50.965Z] e1f770b5df2f: Waiting [2021-02-01T18:43:50.965Z] 85a0685a4137: Waiting [2021-02-01T18:43:50.965Z] 0eba1c9be4d2: Waiting [2021-02-01T18:43:50.965Z] de9db76c5a1d: Download complete [2021-02-01T18:43:50.965Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T18:43:50.965Z] 0ef7d3d256c8: Download complete [2021-02-01T18:43:50.965Z] 0d57e429df01: Verifying Checksum [2021-02-01T18:43:50.965Z] 0d57e429df01: Download complete [2021-02-01T18:43:50.965Z] 4e4be7b47b0d: Verifying Checksum [2021-02-01T18:43:50.965Z] 4e4be7b47b0d: Download complete [2021-02-01T18:43:51.555Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:43:51.555Z] 188c0c94c7c5: Download complete [2021-02-01T18:43:52.144Z] 188c0c94c7c5: Pull complete [2021-02-01T18:43:52.415Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:43:52.415Z] e1f770b5df2f: Verifying Checksum [2021-02-01T18:43:52.415Z] e1f770b5df2f: Download complete [2021-02-01T18:43:52.681Z] de9db76c5a1d: Pull complete [2021-02-01T18:43:54.626Z] 0eba1c9be4d2: Verifying Checksum [2021-02-01T18:43:54.626Z] 0eba1c9be4d2: Download complete [2021-02-01T18:43:57.195Z] 85a0685a4137: Verifying Checksum [2021-02-01T18:43:57.195Z] 85a0685a4137: Download complete [2021-02-01T18:44:00.593Z] 0eba1c9be4d2: Pull complete [2021-02-01T18:44:00.857Z] 0d57e429df01: Pull complete [2021-02-01T18:44:00.857Z] 4e4be7b47b0d: Pull complete [2021-02-01T18:44:02.808Z] e1f770b5df2f: Pull complete [2021-02-01T18:44:11.017Z] 85a0685a4137: Pull complete [2021-02-01T18:44:11.017Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-01T18:44:11.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:44:11.017Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-01T18:44:11.331Z] prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container [2021-02-01T18:44:11.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-01T18:44:12.990Z] $ docker top 5fd192359fc5c873ff6a802cb03ad11ece3dc59c15a63dd30e518b4cf773591b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T18:44:13.197Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-01T18:44:13.497Z] + set -o pipefail [2021-02-01T18:44:13.497Z] + snyk monitor '--org=edgex-jenkins' [2021-02-01T18:44:17.749Z] [2021-02-01T18:44:17.749Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-02-01T18:44:17.749Z] [2021-02-01T18:44:17.749Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/29c87fd6-4a28-44db-8cee-773311682766 [2021-02-01T18:44:17.749Z] [2021-02-01T18:44:17.749Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-01T18:44:17.749Z] [2021-02-01T18:44:17.749Z] [Pipeline] } [2021-02-01T18:44:18.028Z] $ docker stop --time=1 5fd192359fc5c873ff6a802cb03ad11ece3dc59c15a63dd30e518b4cf773591b [2021-02-01T18:44:20.296Z] $ docker rm -f 5fd192359fc5c873ff6a802cb03ad11ece3dc59c15a63dd30e518b4cf773591b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-01T18:44:22.382Z] + git log --format=format:%s -1 5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:22.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:44:22.704Z] . [Pipeline] withDockerContainer [2021-02-01T18:44:22.827Z] prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container [2021-02-01T18:44:22.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:44:23.826Z] $ docker top fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:44:24.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:44:24.279Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:44:24.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:44:24.541Z] $ docker exec fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 ssh-agent [2021-02-01T18:44:24.758Z] SSH_AUTH_SOCK=/tmp/ssh-sXEWns9pyyAt/agent.11 [2021-02-01T18:44:24.758Z] SSH_AGENT_PID=16 [2021-02-01T18:44:24.768Z] Running ssh-add (command line suppressed) [2021-02-01T18:44:24.911Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8016780663700059337.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8016780663700059337.key) [2021-02-01T18:44:24.975Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:44:25.343Z] + git semver tag [2021-02-01T18:44:25.343Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:44:25.343Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-01T18:44:25.343Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-01T18:44:25.343Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:44:25.343Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:44:25.343Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:44:25.343Z] # $SEMVER_BRANCH = master [2021-02-01T18:44:25.343Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-01T18:44:25.343Z] # 5330e7a1e14f4aae69f926f73cef49e9e128662d HEAD [2021-02-01T18:44:25.607Z] # -> Force: false [2021-02-01T18:44:25.608Z] # 3d2ea07888aa725ed6bf92293d7632592361981b refs/tags/v2.0.0-dev.16 [Pipeline] } [2021-02-01T18:44:25.632Z] $ docker exec --env ******** --env ******** fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 ssh-agent -k [2021-02-01T18:44:25.794Z] unset SSH_AUTH_SOCK; [2021-02-01T18:44:25.794Z] unset SSH_AGENT_PID; [2021-02-01T18:44:25.794Z] echo Agent pid 16 killed; [2021-02-01T18:44:25.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:44:26.405Z] + git semver [Pipeline] } [2021-02-01T18:44:26.426Z] $ docker stop --time=1 fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 [2021-02-01T18:44:27.869Z] $ docker rm -f fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:28.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:44:28.535Z] [2021-02-01T18:44:28.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:28.885Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:44:28.885Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-01T18:44:28.885Z] ab5ef0e58194: Pulling fs layer [2021-02-01T18:44:28.885Z] 9712f1f96733: Pulling fs layer [2021-02-01T18:44:28.885Z] 63f879dbbcfc: Pulling fs layer [2021-02-01T18:44:28.885Z] 0d9ebad4ef96: Pulling fs layer [2021-02-01T18:44:28.885Z] e9a5061849ea: Pulling fs layer [2021-02-01T18:44:28.885Z] d747dcd14b5f: Pulling fs layer [2021-02-01T18:44:28.885Z] 2de7ff778b66: Pulling fs layer [2021-02-01T18:44:28.885Z] e9a5061849ea: Waiting [2021-02-01T18:44:28.885Z] 2de7ff778b66: Waiting [2021-02-01T18:44:28.885Z] d747dcd14b5f: Waiting [2021-02-01T18:44:28.885Z] 0d9ebad4ef96: Waiting [2021-02-01T18:44:28.885Z] 9712f1f96733: Verifying Checksum [2021-02-01T18:44:28.885Z] 9712f1f96733: Download complete [2021-02-01T18:44:33.145Z] 63f879dbbcfc: Verifying Checksum [2021-02-01T18:44:33.145Z] 63f879dbbcfc: Download complete [2021-02-01T18:44:33.734Z] e9a5061849ea: Verifying Checksum [2021-02-01T18:44:33.734Z] e9a5061849ea: Download complete [2021-02-01T18:44:33.734Z] d747dcd14b5f: Verifying Checksum [2021-02-01T18:44:33.734Z] d747dcd14b5f: Download complete [2021-02-01T18:44:34.065Z] 2de7ff778b66: Verifying Checksum [2021-02-01T18:44:34.065Z] 2de7ff778b66: Download complete [2021-02-01T18:44:34.648Z] 0d9ebad4ef96: Verifying Checksum [2021-02-01T18:44:34.648Z] 0d9ebad4ef96: Download complete [2021-02-01T18:44:34.648Z] ab5ef0e58194: Verifying Checksum [2021-02-01T18:44:34.648Z] ab5ef0e58194: Download complete [2021-02-01T18:44:40.312Z] ab5ef0e58194: Pull complete [2021-02-01T18:44:40.312Z] 9712f1f96733: Pull complete [2021-02-01T18:44:42.878Z] 63f879dbbcfc: Pull complete [2021-02-01T18:44:51.104Z] 0d9ebad4ef96: Pull complete [2021-02-01T18:44:53.040Z] e9a5061849ea: Pull complete [2021-02-01T18:44:53.620Z] d747dcd14b5f: Pull complete [2021-02-01T18:44:55.019Z] 2de7ff778b66: Pull complete [2021-02-01T18:44:55.019Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-01T18:44:55.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:44:55.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-01T18:44:55.229Z] prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container [2021-02-01T18:44:55.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-01T18:44:58.650Z] $ docker top 52b97df57ac1c7488b0b03cedb74393570f21ee79c15591ccbbbae35e26855f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:44:58.986Z] provisioning config files... [2021-02-01T18:44:58.997Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1738331068415696731tmp [2021-02-01T18:44:59.016Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3066190410531051114tmp [2021-02-01T18:44:59.031Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6425900493308860904tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:44:59.085Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:44:59.389Z] ---> sigul-configuration.sh [2021-02-01T18:44:59.389Z] gpg: directory `/root/.gnupg' created [2021-02-01T18:44:59.389Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-01T18:44:59.389Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-01T18:44:59.389Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-01T18:44:59.389Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-01T18:44:59.389Z] gpg: CAST5 encrypted data [2021-02-01T18:44:59.652Z] gpg: encrypted with 1 passphrase [2021-02-01T18:44:59.652Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-01T18:44:59.962Z] + mkdir /home/jenkins [2021-02-01T18:44:59.962Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-01T18:45:00.271Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-01T18:45:00.285Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:00.587Z] ---> sigul-install.sh [2021-02-01T18:45:08.807Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-01T18:45:09.110Z] + git tag --list [2021-02-01T18:45:09.110Z] v0.0.0 [2021-02-01T18:45:09.110Z] v0.0.1 [2021-02-01T18:45:09.110Z] v0.1.0 [2021-02-01T18:45:09.110Z] v0.1.1 [2021-02-01T18:45:09.110Z] v0.1.10 [2021-02-01T18:45:09.110Z] v0.1.100 [2021-02-01T18:45:09.110Z] v0.1.101 [2021-02-01T18:45:09.110Z] v0.1.102 [2021-02-01T18:45:09.110Z] v0.1.103 [2021-02-01T18:45:09.110Z] v0.1.104 [2021-02-01T18:45:09.110Z] v0.1.105 [2021-02-01T18:45:09.110Z] v0.1.106 [2021-02-01T18:45:09.110Z] v0.1.107 [2021-02-01T18:45:09.110Z] v0.1.108 [2021-02-01T18:45:09.110Z] v0.1.109 [2021-02-01T18:45:09.110Z] v0.1.11 [2021-02-01T18:45:09.110Z] v0.1.110 [2021-02-01T18:45:09.110Z] v0.1.111 [2021-02-01T18:45:09.110Z] v0.1.112 [2021-02-01T18:45:09.110Z] v0.1.113 [2021-02-01T18:45:09.110Z] v0.1.114 [2021-02-01T18:45:09.110Z] v0.1.115 [2021-02-01T18:45:09.110Z] v0.1.116 [2021-02-01T18:45:09.110Z] v0.1.117 [2021-02-01T18:45:09.110Z] v0.1.118 [2021-02-01T18:45:09.110Z] v0.1.119 [2021-02-01T18:45:09.110Z] v0.1.12 [2021-02-01T18:45:09.110Z] v0.1.120 [2021-02-01T18:45:09.110Z] v0.1.121 [2021-02-01T18:45:09.110Z] v0.1.122 [2021-02-01T18:45:09.110Z] v0.1.123 [2021-02-01T18:45:09.110Z] v0.1.124 [2021-02-01T18:45:09.110Z] v0.1.125 [2021-02-01T18:45:09.110Z] v0.1.126 [2021-02-01T18:45:09.110Z] v0.1.127 [2021-02-01T18:45:09.110Z] v0.1.128 [2021-02-01T18:45:09.110Z] v0.1.129 [2021-02-01T18:45:09.110Z] v0.1.13 [2021-02-01T18:45:09.111Z] v0.1.130 [2021-02-01T18:45:09.111Z] v0.1.131 [2021-02-01T18:45:09.111Z] v0.1.132 [2021-02-01T18:45:09.111Z] v0.1.133 [2021-02-01T18:45:09.111Z] v0.1.134 [2021-02-01T18:45:09.111Z] v0.1.135 [2021-02-01T18:45:09.111Z] v0.1.136 [2021-02-01T18:45:09.111Z] v0.1.137 [2021-02-01T18:45:09.111Z] v0.1.138 [2021-02-01T18:45:09.111Z] v0.1.139 [2021-02-01T18:45:09.111Z] v0.1.14 [2021-02-01T18:45:09.111Z] v0.1.140 [2021-02-01T18:45:09.111Z] v0.1.141 [2021-02-01T18:45:09.111Z] v0.1.142 [2021-02-01T18:45:09.111Z] v0.1.143 [2021-02-01T18:45:09.111Z] v0.1.144 [2021-02-01T18:45:09.111Z] v0.1.145 [2021-02-01T18:45:09.111Z] v0.1.146 [2021-02-01T18:45:09.111Z] v0.1.147 [2021-02-01T18:45:09.111Z] v0.1.148 [2021-02-01T18:45:09.111Z] v0.1.149 [2021-02-01T18:45:09.111Z] v0.1.15 [2021-02-01T18:45:09.111Z] v0.1.16 [2021-02-01T18:45:09.111Z] v0.1.17 [2021-02-01T18:45:09.111Z] v0.1.18 [2021-02-01T18:45:09.111Z] v0.1.19 [2021-02-01T18:45:09.111Z] v0.1.2 [2021-02-01T18:45:09.111Z] v0.1.20 [2021-02-01T18:45:09.111Z] v0.1.21 [2021-02-01T18:45:09.111Z] v0.1.22 [2021-02-01T18:45:09.111Z] v0.1.23 [2021-02-01T18:45:09.111Z] v0.1.24 [2021-02-01T18:45:09.111Z] v0.1.25 [2021-02-01T18:45:09.111Z] v0.1.26 [2021-02-01T18:45:09.111Z] v0.1.27 [2021-02-01T18:45:09.111Z] v0.1.28 [2021-02-01T18:45:09.111Z] v0.1.29 [2021-02-01T18:45:09.111Z] v0.1.3 [2021-02-01T18:45:09.111Z] v0.1.30 [2021-02-01T18:45:09.111Z] v0.1.31 [2021-02-01T18:45:09.111Z] v0.1.32 [2021-02-01T18:45:09.111Z] v0.1.33 [2021-02-01T18:45:09.111Z] v0.1.34 [2021-02-01T18:45:09.111Z] v0.1.35 [2021-02-01T18:45:09.111Z] v0.1.36 [2021-02-01T18:45:09.111Z] v0.1.37 [2021-02-01T18:45:09.111Z] v0.1.38 [2021-02-01T18:45:09.111Z] v0.1.39 [2021-02-01T18:45:09.111Z] v0.1.4 [2021-02-01T18:45:09.111Z] v0.1.40 [2021-02-01T18:45:09.111Z] v0.1.41 [2021-02-01T18:45:09.111Z] v0.1.42 [2021-02-01T18:45:09.111Z] v0.1.43 [2021-02-01T18:45:09.111Z] v0.1.44 [2021-02-01T18:45:09.111Z] v0.1.45 [2021-02-01T18:45:09.111Z] v0.1.46 [2021-02-01T18:45:09.111Z] v0.1.47 [2021-02-01T18:45:09.111Z] v0.1.48 [2021-02-01T18:45:09.111Z] v0.1.49 [2021-02-01T18:45:09.111Z] v0.1.5 [2021-02-01T18:45:09.111Z] v0.1.50 [2021-02-01T18:45:09.111Z] v0.1.51 [2021-02-01T18:45:09.111Z] v0.1.52 [2021-02-01T18:45:09.111Z] v0.1.53 [2021-02-01T18:45:09.111Z] v0.1.54 [2021-02-01T18:45:09.111Z] v0.1.55 [2021-02-01T18:45:09.111Z] v0.1.56 [2021-02-01T18:45:09.111Z] v0.1.57 [2021-02-01T18:45:09.111Z] v0.1.58 [2021-02-01T18:45:09.111Z] v0.1.59 [2021-02-01T18:45:09.111Z] v0.1.6 [2021-02-01T18:45:09.111Z] v0.1.60 [2021-02-01T18:45:09.111Z] v0.1.61 [2021-02-01T18:45:09.111Z] v0.1.62 [2021-02-01T18:45:09.111Z] v0.1.63 [2021-02-01T18:45:09.111Z] v0.1.64 [2021-02-01T18:45:09.111Z] v0.1.65 [2021-02-01T18:45:09.111Z] v0.1.66 [2021-02-01T18:45:09.111Z] v0.1.67 [2021-02-01T18:45:09.111Z] v0.1.68 [2021-02-01T18:45:09.111Z] v0.1.69 [2021-02-01T18:45:09.111Z] v0.1.7 [2021-02-01T18:45:09.111Z] v0.1.70 [2021-02-01T18:45:09.111Z] v0.1.71 [2021-02-01T18:45:09.111Z] v0.1.72 [2021-02-01T18:45:09.111Z] v0.1.73 [2021-02-01T18:45:09.111Z] v0.1.74 [2021-02-01T18:45:09.111Z] v0.1.75 [2021-02-01T18:45:09.111Z] v0.1.76 [2021-02-01T18:45:09.111Z] v0.1.77 [2021-02-01T18:45:09.111Z] v0.1.78 [2021-02-01T18:45:09.111Z] v0.1.79 [2021-02-01T18:45:09.111Z] v0.1.8 [2021-02-01T18:45:09.111Z] v0.1.80 [2021-02-01T18:45:09.111Z] v0.1.81 [2021-02-01T18:45:09.111Z] v0.1.82 [2021-02-01T18:45:09.111Z] v0.1.83 [2021-02-01T18:45:09.111Z] v0.1.84 [2021-02-01T18:45:09.111Z] v0.1.85 [2021-02-01T18:45:09.111Z] v0.1.86 [2021-02-01T18:45:09.111Z] v0.1.87 [2021-02-01T18:45:09.111Z] v0.1.88 [2021-02-01T18:45:09.111Z] v0.1.89 [2021-02-01T18:45:09.111Z] v0.1.9 [2021-02-01T18:45:09.111Z] v0.1.90 [2021-02-01T18:45:09.111Z] v0.1.91 [2021-02-01T18:45:09.111Z] v0.1.92 [2021-02-01T18:45:09.111Z] v0.1.93 [2021-02-01T18:45:09.111Z] v0.1.94 [2021-02-01T18:45:09.111Z] v0.1.95 [2021-02-01T18:45:09.111Z] v0.1.96 [2021-02-01T18:45:09.111Z] v0.1.97 [2021-02-01T18:45:09.111Z] v0.1.98 [2021-02-01T18:45:09.111Z] v0.1.99 [2021-02-01T18:45:09.111Z] v2.0.0-dev.1 [2021-02-01T18:45:09.111Z] v2.0.0-dev.10 [2021-02-01T18:45:09.111Z] v2.0.0-dev.11 [2021-02-01T18:45:09.111Z] v2.0.0-dev.12 [2021-02-01T18:45:09.111Z] v2.0.0-dev.13 [2021-02-01T18:45:09.111Z] v2.0.0-dev.14 [2021-02-01T18:45:09.111Z] v2.0.0-dev.15 [2021-02-01T18:45:09.111Z] v2.0.0-dev.16 [2021-02-01T18:45:09.111Z] v2.0.0-dev.2 [2021-02-01T18:45:09.111Z] v2.0.0-dev.3 [2021-02-01T18:45:09.111Z] v2.0.0-dev.4 [2021-02-01T18:45:09.111Z] v2.0.0-dev.5 [2021-02-01T18:45:09.111Z] v2.0.0-dev.6 [2021-02-01T18:45:09.111Z] v2.0.0-dev.7 [2021-02-01T18:45:09.111Z] v2.0.0-dev.8 [2021-02-01T18:45:09.111Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-01T18:45:09.416Z] + lftools sign git-tag v2.0.0-dev.16 [2021-02-01T18:45:10.881Z] Signing Git tag with Sigul... [2021-02-01T18:45:10.881Z] Signing v2.0.0-dev.16 [Pipeline] echo [2021-02-01T18:45:11.852Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:12.164Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-01T18:45:12.174Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-01T18:45:12.287Z] $ docker stop --time=1 52b97df57ac1c7488b0b03cedb74393570f21ee79c15591ccbbbae35e26855f8 [2021-02-01T18:45:14.379Z] $ docker rm -f 52b97df57ac1c7488b0b03cedb74393570f21ee79c15591ccbbbae35e26855f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:15.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:45:15.250Z] . [Pipeline] withDockerContainer [2021-02-01T18:45:15.363Z] prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container [2021-02-01T18:45:15.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:45:16.199Z] $ docker top a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:45:16.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:45:16.524Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:45:16.734Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:45:16.738Z] $ docker exec a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 ssh-agent [2021-02-01T18:45:16.913Z] SSH_AUTH_SOCK=/tmp/ssh-2YsP0WAD28ad/agent.11 [2021-02-01T18:45:16.913Z] SSH_AGENT_PID=16 [2021-02-01T18:45:16.920Z] Running ssh-add (command line suppressed) [2021-02-01T18:45:17.051Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5068654061884995495.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5068654061884995495.key) [2021-02-01T18:45:17.110Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:45:17.464Z] + git semver bump pre [2021-02-01T18:45:17.464Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:45:17.464Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-01T18:45:17.464Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-01T18:45:17.464Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:45:17.464Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:45:17.464Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:45:17.464Z] # $SEMVER_BRANCH = master [2021-02-01T18:45:17.464Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-01T18:45:17.464Z] 2.0.0-dev.17 [Pipeline] } [2021-02-01T18:45:17.476Z] $ docker exec --env ******** --env ******** a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 ssh-agent -k [2021-02-01T18:45:17.600Z] unset SSH_AUTH_SOCK; [2021-02-01T18:45:17.600Z] unset SSH_AGENT_PID; [2021-02-01T18:45:17.600Z] echo Agent pid 16 killed; [2021-02-01T18:45:17.652Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:45:18.247Z] + git semver [Pipeline] } [2021-02-01T18:45:18.267Z] $ docker stop --time=1 a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 [2021-02-01T18:45:19.642Z] $ docker rm -f a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:20.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:45:20.230Z] . [Pipeline] withDockerContainer [2021-02-01T18:45:20.349Z] prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container [2021-02-01T18:45:20.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:45:21.240Z] $ docker top fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:45:21.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:45:21.569Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:45:21.796Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:45:21.799Z] $ docker exec fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 ssh-agent [2021-02-01T18:45:21.990Z] SSH_AUTH_SOCK=/tmp/ssh-qVVfCUglkn31/agent.12 [2021-02-01T18:45:21.990Z] SSH_AGENT_PID=18 [2021-02-01T18:45:21.998Z] Running ssh-add (command line suppressed) [2021-02-01T18:45:22.127Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1915262488508285412.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1915262488508285412.key) [2021-02-01T18:45:22.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:45:22.533Z] + git semver push [2021-02-01T18:45:22.534Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:45:22.534Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-01T18:45:22.534Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-01T18:45:22.534Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:45:22.534Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:45:22.534Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:45:22.534Z] # $SEMVER_BRANCH = master [2021-02-01T18:45:22.534Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-01T18:45:29.186Z] $ docker exec --env ******** --env ******** fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 ssh-agent -k [2021-02-01T18:45:29.315Z] unset SSH_AUTH_SOCK; [2021-02-01T18:45:29.320Z] unset SSH_AGENT_PID; [2021-02-01T18:45:29.320Z] echo Agent pid 18 killed; [2021-02-01T18:45:29.379Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:45:29.982Z] + git semver [Pipeline] } [2021-02-01T18:45:30.007Z] $ docker stop --time=1 fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 [2021-02-01T18:45:31.392Z] $ docker rm -f fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:32.855Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:33.425Z] ---> package-listing.sh [2021-02-01T18:45:33.425Z] ++ facter osfamily [2021-02-01T18:45:33.425Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T18:45:33.425Z] + OS_FAMILY=redhat [2021-02-01T18:45:33.425Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-02-01T18:45:33.425Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T18:45:33.425Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T18:45:33.425Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T18:45:33.425Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T18:45:33.425Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-01T18:45:33.425Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T18:45:33.425Z] + case "${OS_FAMILY}" in [2021-02-01T18:45:33.425Z] + rpm -qa [2021-02-01T18:45:33.425Z] + sort [2021-02-01T18:45:38.743Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T18:45:38.743Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T18:45:38.743Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T18:45:38.743Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-01T18:45:38.744Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-02-01T18:45:38.744Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2021-02-01T18:45:38.764Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T18:45:39.093Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:39.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:45:39.422Z] [2021-02-01T18:45:39.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:39.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:45:39.779Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T18:45:39.779Z] df20fa9351a1: Pulling fs layer [2021-02-01T18:45:39.779Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T18:45:39.779Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T18:45:39.779Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T18:45:39.779Z] 93b61091891f: Pulling fs layer [2021-02-01T18:45:39.779Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T18:45:39.779Z] 5e14af77c1be: Pulling fs layer [2021-02-01T18:45:39.779Z] 01666e4c0597: Pulling fs layer [2021-02-01T18:45:39.779Z] aa168da1d23b: Pulling fs layer [2021-02-01T18:45:39.779Z] 93b9cdb0e59b: Waiting [2021-02-01T18:45:39.779Z] 46f8f816bc3b: Waiting [2021-02-01T18:45:39.779Z] 93b61091891f: Waiting [2021-02-01T18:45:39.779Z] 5e14af77c1be: Waiting [2021-02-01T18:45:39.779Z] 01666e4c0597: Waiting [2021-02-01T18:45:39.779Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T18:45:39.779Z] 36b3adc4ff6f: Download complete [2021-02-01T18:45:39.779Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T18:45:39.779Z] 46f8f816bc3b: Download complete [2021-02-01T18:45:39.779Z] df20fa9351a1: Verifying Checksum [2021-02-01T18:45:39.779Z] df20fa9351a1: Download complete [2021-02-01T18:45:39.779Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T18:45:39.779Z] 93b9cdb0e59b: Download complete [2021-02-01T18:45:39.779Z] 5e14af77c1be: Verifying Checksum [2021-02-01T18:45:39.779Z] 5e14af77c1be: Download complete [2021-02-01T18:45:40.041Z] 93b61091891f: Verifying Checksum [2021-02-01T18:45:40.042Z] 93b61091891f: Download complete [2021-02-01T18:45:40.042Z] 01666e4c0597: Download complete [2021-02-01T18:45:40.308Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T18:45:40.308Z] 8ad3a11d3b57: Download complete [2021-02-01T18:45:40.571Z] df20fa9351a1: Pull complete [2021-02-01T18:45:41.167Z] 36b3adc4ff6f: Pull complete [2021-02-01T18:45:42.130Z] 8ad3a11d3b57: Pull complete [2021-02-01T18:45:42.401Z] aa168da1d23b: Verifying Checksum [2021-02-01T18:45:42.401Z] aa168da1d23b: Download complete [2021-02-01T18:45:42.995Z] 46f8f816bc3b: Pull complete [2021-02-01T18:45:43.265Z] 93b61091891f: Pull complete [2021-02-01T18:45:43.265Z] 93b9cdb0e59b: Pull complete [2021-02-01T18:45:43.530Z] 5e14af77c1be: Pull complete [2021-02-01T18:45:43.530Z] 01666e4c0597: Pull complete [2021-02-01T18:45:50.186Z] aa168da1d23b: Pull complete [2021-02-01T18:45:50.455Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T18:45:50.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:45:50.455Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T18:45:50.620Z] prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container [2021-02-01T18:45:50.673Z] $ 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_master/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_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T18:45:53.693Z] $ docker top 704eb9ad6e81213dacc33803cb1a361485c06aaf28279a1f24b88979cf462d55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:45:54.186Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T18:45:54.486Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T18:45:54.784Z] + ls /var/log/sa-host [2021-02-01T18:45:54.784Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T18:45:54.784Z] file_magic: OK [2021-02-01T18:45:54.784Z] HZ: Using current value: 100 [2021-02-01T18:45:54.784Z] file_header: OK [2021-02-01T18:45:54.784Z] 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 [2021-02-01T18:45:54.784Z] Statistics: [2021-02-01T18:45:54.784Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T18:45:54.784Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T18:45:54.784Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T18:45:54.784Z] file_magic: OK [2021-02-01T18:45:54.784Z] HZ: Using current value: 100 [2021-02-01T18:45:54.784Z] file_header: OK [2021-02-01T18:45:54.784Z] 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 [2021-02-01T18:45:54.784Z] Statistics: [2021-02-01T18:45:54.784Z] Hnuu...uuuununununu... [2021-02-01T18:45:54.784Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:45:54.984Z] provisioning config files... [2021-02-01T18:45:55.007Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config709249721928283069tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:45:55.073Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:55.374Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T18:45:55.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T18:45:55.487Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:55.787Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T18:45:55.798Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:56.100Z] ---> sudo-logs.sh [2021-02-01T18:45:56.100Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T18:45:56.113Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:56.417Z] ---> job-cost.sh [2021-02-01T18:45:56.417Z] lf-activate-venv: SKIPPING [2021-02-01T18:45:56.417Z] INFO: No Stack... [2021-02-01T18:45:57.808Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T18:45:58.071Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T18:45:58.084Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:58.381Z] ---> logs-deploy.sh [2021-02-01T18:45:58.381Z] lf-activate-venv: SKIPPING [2021-02-01T18:45:58.381Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/134 [2021-02-01T18:45:58.381Z] INFO: archiving workspace using pattern(s): [2021-02-01T18:46:00.308Z] Archives upload complete. [2021-02-01T18:46:00.308Z] INFO: archiving logs to Nexus