Pull request #439 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 747e68f9da97596da4a07287b22afd0d9f009cce rather than 0fbb782fac82979460cfccb74ba5fe105311f8c6 Obtained Jenkinsfile from 747e68f9da97596da4a07287b22afd0d9f009cce 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23947 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-439 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 747e68f9da97596da4a07287b22afd0d9f009cce into PR head commit 0fbb782fac82979460cfccb74ba5fe105311f8c6 Merge succeeded, producing 0fbb782fac82979460cfccb74ba5fe105311f8c6 Checking out Revision 0fbb782fac82979460cfccb74ba5fe105311f8c6 (PR-439) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 Commit message: "feat(notifications): Create Subscription DTO and Model" First time build. Skipping changelog. > git rev-list --no-walk 38d9eb37a18e8c627722459648eae7226c2d87a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T09:33:40.832Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T09:33:41.104Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T09:33:41.276Z] ========================================================= [2021-01-29T09:33:41.276Z] EdgeX Global Pipelines Version Info [2021-01-29T09:33:41.276Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:33:43.623Z] ------------------- [2021-01-29T09:33:43.623Z] stable info: [2021-01-29T09:33:43.624Z] ------------------- [2021-01-29T09:33:43.624Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T09:33:43.624Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T09:33:43.624Z] Message: update stable to v1.0.179 [2021-01-29T09:33:44.224Z] ------------------- [2021-01-29T09:33:44.224Z] experimental info: [2021-01-29T09:33:44.224Z] ------------------- [2021-01-29T09:33:44.224Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T09:33:44.224Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T09:33:44.224Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T09:33:44.507Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-29T09:33:44.600Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-29T09:33:44.696Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T09:33:44.786Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T09:33:44.894Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T09:33:45.020Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T09:33:45.114Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T09:33:45.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T09:33:45.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-29T09:33:45.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T09:33:45.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T09:33:45.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-29T09:33:45.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T09:33:45.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T09:33:45.873Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T09:33:45.965Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T09:33:46.056Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T09:33:46.155Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T09:33:46.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T09:33:46.359Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-29T09:33:46.450Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-29T09:33:46.557Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-29T09:33:46.658Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-29T09:33:46.761Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-29T09:33:46.853Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-29T09:33:46.951Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T09:33:47.151Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T09:33:47.256Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-439 [Pipeline] echo [2021-01-29T09:33:47.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-439 [Pipeline] echo [2021-01-29T09:33:47.435Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-439 [Pipeline] echo [2021-01-29T09:33:47.526Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fbb782fac82979460cfccb74ba5fe105311f8c6 [Pipeline] echo [2021-01-29T09:33:47.613Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fbb782 [Pipeline] echo [2021-01-29T09:33:47.699Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T09:33:48.452Z] + git log --format=format:%s -1 0fbb782fac82979460cfccb74ba5fe105311f8c6 [Pipeline] echo [2021-01-29T09:33:48.540Z] GIT_COMMIT: 0fbb782fac82979460cfccb74ba5fe105311f8c6, Commit Message: feat(notifications): Create Subscription DTO and Model [Pipeline] echo [2021-01-29T09:33:48.587Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:33:49.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T09:33:49.794Z] [2021-01-29T09:33:49.794Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:33:50.208Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T09:33:50.496Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T09:33:50.496Z] 31603596830f: Pulling fs layer [2021-01-29T09:33:50.496Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T09:33:50.496Z] 6ca5941a6612: Pulling fs layer [2021-01-29T09:33:50.496Z] ecc8261a40a4: Pulling fs layer [2021-01-29T09:33:50.496Z] ecc8261a40a4: Waiting [2021-01-29T09:33:50.496Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T09:33:50.496Z] 2a8b12db71e7: Download complete [2021-01-29T09:33:50.798Z] 31603596830f: Verifying Checksum [2021-01-29T09:33:50.798Z] 31603596830f: Download complete [2021-01-29T09:33:50.798Z] ecc8261a40a4: Verifying Checksum [2021-01-29T09:33:50.798Z] ecc8261a40a4: Download complete [2021-01-29T09:33:51.089Z] 6ca5941a6612: Download complete [2021-01-29T09:33:51.396Z] 31603596830f: Pull complete [2021-01-29T09:33:51.675Z] 2a8b12db71e7: Pull complete [2021-01-29T09:33:53.113Z] 6ca5941a6612: Pull complete [2021-01-29T09:33:53.706Z] ecc8261a40a4: Pull complete [2021-01-29T09:33:53.706Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T09:33:53.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T09:33:53.706Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T09:33:53.917Z] prd-centos7-docker-4c-2g-23947 does not seem to be running inside a container [2021-01-29T09:33:54.032Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T09:33:57.212Z] $ docker top 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T09:33:57.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T09:33:57.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T09:33:58.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T09:33:58.197Z] $ docker exec 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent [2021-01-29T09:33:58.730Z] SSH_AUTH_SOCK=/tmp/ssh-q5COZRjIbPbV/agent.11 [2021-01-29T09:33:58.730Z] SSH_AGENT_PID=16 [2021-01-29T09:33:58.792Z] Running ssh-add (command line suppressed) [2021-01-29T09:33:59.080Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_5757926632409134131.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_5757926632409134131.key) [2021-01-29T09:33:59.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T09:33:59.588Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T09:33:59.643Z] $ docker exec --env ******** --env ******** 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent -k [2021-01-29T09:33:59.838Z] unset SSH_AUTH_SOCK; [2021-01-29T09:33:59.839Z] unset SSH_AGENT_PID; [2021-01-29T09:33:59.839Z] echo Agent pid 16 killed; [2021-01-29T09:33:59.911Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T09:34:00.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T09:34:00.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T09:34:00.443Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T09:34:00.450Z] $ docker exec 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent [2021-01-29T09:34:00.991Z] SSH_AUTH_SOCK=/tmp/ssh-84KFnCpbWG8Z/agent.45 [2021-01-29T09:34:00.991Z] SSH_AGENT_PID=51 [2021-01-29T09:34:01.003Z] Running ssh-add (command line suppressed) [2021-01-29T09:34:01.201Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4304283858364924528.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4304283858364924528.key) [2021-01-29T09:34:01.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T09:34:01.690Z] + git semver init [2021-01-29T09:34:01.690Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T09:34:01.690Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.git [2021-01-29T09:34:01.690Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-439 [2021-01-29T09:34:01.690Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T09:34:01.690Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T09:34:01.690Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T09:34:01.690Z] # $SEMVER_BRANCH = PR-439 [2021-01-29T09:34:01.690Z] # $SEMVER_TEMP = /tmp/semver-636652724 [2021-01-29T09:34:01.690Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-29T09:34:03.155Z] # '/tmp/semver-636652724' -> '/w/workspace/dry_go-mod-core-contracts_PR-439/.semver' [2021-01-29T09:34:03.430Z] # -> Force: false [2021-01-29T09:34:03.430Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.semver [Pipeline] } [2021-01-29T09:34:03.466Z] $ docker exec --env ******** --env ******** 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent -k [2021-01-29T09:34:03.713Z] unset SSH_AUTH_SOCK; [2021-01-29T09:34:03.716Z] unset SSH_AGENT_PID; [2021-01-29T09:34:03.716Z] echo Agent pid 51 killed; [2021-01-29T09:34:03.782Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T09:34:04.402Z] + git semver [Pipeline] } [2021-01-29T09:34:04.471Z] $ docker stop --time=1 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e [2021-01-29T09:34:06.077Z] $ docker rm -f 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T09:34:06.601Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T09:34:07.471Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T09:34:07.474Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-29T09:34:22.951Z] Still waiting to schedule task [2021-01-29T09:34:22.951Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-23947’ [2021-01-29T09:34:22.953Z] Still waiting to schedule task [2021-01-29T09:34:22.953Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-29T09:36:04.561Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23948 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-01-29T09:36:04.624Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2021-01-29T09:36:09.327Z] using credential edgex-jenkins-ssh [2021-01-29T09:36:09.397Z] Cloning the remote Git repository [2021-01-29T09:36:09.452Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T09:36:09.558Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2021-01-29T09:36:09.630Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T09:36:09.630Z] > git --version # timeout=10 [2021-01-29T09:36:09.649Z] > git --version # 'git version 2.17.1' [2021-01-29T09:36:09.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:36:09.725Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:36:10.754Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T09:36:10.776Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:36:10.808Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T09:36:10.842Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T09:36:10.843Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:36:10.856Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T09:36:11.522Z] Merging remotes/origin/master commit 747e68f9da97596da4a07287b22afd0d9f009cce into PR head commit 0fbb782fac82979460cfccb74ba5fe105311f8c6 [2021-01-29T09:36:11.791Z] Merge succeeded, producing 0fbb782fac82979460cfccb74ba5fe105311f8c6 [2021-01-29T09:36:11.791Z] Checking out Revision 0fbb782fac82979460cfccb74ba5fe105311f8c6 (PR-439) [2021-01-29T09:36:11.540Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:36:11.560Z] > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 [2021-01-29T09:36:11.700Z] > git remote # timeout=10 [2021-01-29T09:36:11.724Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T09:36:11.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:36:11.749Z] > git merge 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 [2021-01-29T09:36:11.772Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T09:36:11.795Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:36:11.806Z] > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 [2021-01-29T09:36:16.243Z] Commit message: "feat(notifications): Create Subscription DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T09:36:17.669Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T09:36:18.086Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T09:36:18.431Z] + true [2021-01-29T09:36:18.431Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-29T09:36:21.398Z] ========================================================= [2021-01-29T09:36:21.399Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T09:36:21.399Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:36:21.783Z] + 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-01-29T09:36:22.771Z] Sending build context to Docker daemon 2.478MB [2021-01-29T09:36:22.771Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-29T09:36:22.771Z] Step 2/7 : FROM ${BASE} [2021-01-29T09:36:23.058Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T09:36:23.058Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T09:36:23.058Z] a4357932f1b6: Pulling fs layer [2021-01-29T09:36:23.058Z] 18c013af1878: Pulling fs layer [2021-01-29T09:36:23.058Z] 00ac8860ef70: Pulling fs layer [2021-01-29T09:36:23.058Z] 63d7cb157983: Pulling fs layer [2021-01-29T09:36:23.058Z] b116817d02f9: Pulling fs layer [2021-01-29T09:36:23.058Z] 745a02a5169b: Pulling fs layer [2021-01-29T09:36:23.058Z] 00ac8860ef70: Waiting [2021-01-29T09:36:23.058Z] b116817d02f9: Waiting [2021-01-29T09:36:23.058Z] 63d7cb157983: Waiting [2021-01-29T09:36:23.058Z] 745a02a5169b: Waiting [2021-01-29T09:36:23.058Z] 18c013af1878: Verifying Checksum [2021-01-29T09:36:23.058Z] 18c013af1878: Download complete [2021-01-29T09:36:23.058Z] a4357932f1b6: Download complete [2021-01-29T09:36:23.059Z] 63d7cb157983: Verifying Checksum [2021-01-29T09:36:23.059Z] 63d7cb157983: Download complete [2021-01-29T09:36:23.331Z] b116817d02f9: Verifying Checksum [2021-01-29T09:36:23.331Z] b116817d02f9: Download complete [2021-01-29T09:36:23.607Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T09:36:23.607Z] 5f621e34cdf4: Download complete [2021-01-29T09:36:24.209Z] 5f621e34cdf4: Pull complete [2021-01-29T09:36:24.816Z] a4357932f1b6: Pull complete [2021-01-29T09:36:25.427Z] 18c013af1878: Pull complete [2021-01-29T09:36:26.030Z] 745a02a5169b: Verifying Checksum [2021-01-29T09:36:26.030Z] 745a02a5169b: Download complete [2021-01-29T09:36:27.017Z] 00ac8860ef70: Verifying Checksum [2021-01-29T09:36:27.017Z] 00ac8860ef70: Download complete [2021-01-29T09:36:37.193Z] 00ac8860ef70: Pull complete [2021-01-29T09:36:37.467Z] 63d7cb157983: Pull complete [2021-01-29T09:36:37.742Z] b116817d02f9: Pull complete [2021-01-29T09:36:41.168Z] 745a02a5169b: Pull complete [2021-01-29T09:36:41.442Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T09:36:41.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T09:36:41.442Z] ---> b7e6874047d6 [2021-01-29T09:36:41.442Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-29T09:36:44.067Z] ---> Running in 96120be5a3be [2021-01-29T09:36:44.338Z] Removing intermediate container 96120be5a3be [2021-01-29T09:36:44.338Z] ---> 2fcf0ec65dc5 [2021-01-29T09:36:44.338Z] Step 4/7 : RUN apk add bash [2021-01-29T09:36:44.612Z] ---> Running in fdd5bd5d28bf [2021-01-29T09:36:45.413Z] Running on prd-centos7-docker-4c-2g-23949 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-01-29T09:36:45.473Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2021-01-29T09:36:45.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:36:46.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:36:47.576Z] OK: 142 MiB in 39 packages [2021-01-29T09:36:47.891Z] using credential edgex-jenkins-ssh [2021-01-29T09:36:47.944Z] Cloning the remote Git repository [2021-01-29T09:36:48.558Z] Removing intermediate container fdd5bd5d28bf [2021-01-29T09:36:48.558Z] ---> 083a135f7df5 [2021-01-29T09:36:48.558Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-29T09:36:48.558Z] ---> Running in d653229706cf [2021-01-29T09:36:47.696Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T09:36:47.769Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2021-01-29T09:36:47.839Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T09:36:47.840Z] > git --version # timeout=10 [2021-01-29T09:36:47.849Z] > git --version # 'git version 2.24.3' [2021-01-29T09:36:47.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:36:47.880Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:36:49.152Z] Removing intermediate container d653229706cf [2021-01-29T09:36:49.152Z] ---> 7b57aef00923 [2021-01-29T09:36:49.152Z] Step 6/7 : COPY go.mod . [2021-01-29T09:36:49.485Z] Merging remotes/origin/master commit 747e68f9da97596da4a07287b22afd0d9f009cce into PR head commit 0fbb782fac82979460cfccb74ba5fe105311f8c6 [2021-01-29T09:36:49.602Z] Merge succeeded, producing 0fbb782fac82979460cfccb74ba5fe105311f8c6 [2021-01-29T09:36:49.602Z] Checking out Revision 0fbb782fac82979460cfccb74ba5fe105311f8c6 (PR-439) [2021-01-29T09:36:49.752Z] ---> 1bb878aab90a [2021-01-29T09:36:49.752Z] Step 7/7 : RUN go mod download [2021-01-29T09:36:48.708Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T09:36:48.716Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:36:48.731Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T09:36:48.747Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T09:36:48.748Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:36:48.752Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T09:36:49.342Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:36:49.349Z] > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 [2021-01-29T09:36:49.420Z] > git remote # timeout=10 [2021-01-29T09:36:49.428Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T09:36:49.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:36:49.440Z] > git merge 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 [2021-01-29T09:36:49.452Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T09:36:49.463Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:36:49.469Z] > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 [2021-01-29T09:36:50.026Z] ---> Running in ddda22632107 [2021-01-29T09:36:53.126Z] Commit message: "feat(notifications): Create Subscription DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T09:36:54.261Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T09:36:54.592Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T09:36:54.889Z] + sudo service docker restart [2021-01-29T09:36:54.889Z] + true [2021-01-29T09:36:54.889Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-29T09:36:55.989Z] ========================================================= [2021-01-29T09:36:55.989Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T09:36:55.989Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:36:56.336Z] + 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-01-29T09:36:56.606Z] Sending build context to Docker daemon 2.479MB [2021-01-29T09:36:56.870Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-29T09:36:56.870Z] Step 2/7 : FROM ${BASE} [2021-01-29T09:36:56.870Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T09:36:56.870Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T09:36:56.870Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T09:36:56.870Z] de9db76c5a1d: Pulling fs layer [2021-01-29T09:36:56.870Z] bca2f99d35d6: Pulling fs layer [2021-01-29T09:36:56.870Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T09:36:56.870Z] 7c6f9722023f: Pulling fs layer [2021-01-29T09:36:56.870Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T09:36:56.870Z] 93359f2a8cfa: Waiting [2021-01-29T09:36:56.870Z] 7c6f9722023f: Waiting [2021-01-29T09:36:56.870Z] a35cf1a2eb13: Waiting [2021-01-29T09:36:56.870Z] bca2f99d35d6: Waiting [2021-01-29T09:36:56.870Z] de9db76c5a1d: Verifying Checksum [2021-01-29T09:36:56.870Z] de9db76c5a1d: Download complete [2021-01-29T09:36:56.870Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T09:36:56.870Z] 0ef7d3d256c8: Download complete [2021-01-29T09:36:56.870Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T09:36:56.870Z] 93359f2a8cfa: Download complete [2021-01-29T09:36:56.870Z] 7c6f9722023f: Verifying Checksum [2021-01-29T09:36:56.870Z] 7c6f9722023f: Download complete [2021-01-29T09:36:56.870Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T09:36:56.870Z] 188c0c94c7c5: Download complete [2021-01-29T09:36:57.133Z] 188c0c94c7c5: Pull complete [2021-01-29T09:36:57.399Z] 0ef7d3d256c8: Pull complete [2021-01-29T09:36:57.662Z] de9db76c5a1d: Pull complete [2021-01-29T09:36:58.606Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T09:36:58.606Z] a35cf1a2eb13: Download complete [2021-01-29T09:36:59.183Z] bca2f99d35d6: Verifying Checksum [2021-01-29T09:36:59.183Z] bca2f99d35d6: Download complete [2021-01-29T09:37:04.582Z] bca2f99d35d6: Pull complete [2021-01-29T09:37:04.582Z] 93359f2a8cfa: Pull complete [2021-01-29T09:37:04.582Z] 7c6f9722023f: Pull complete [2021-01-29T09:37:05.148Z] Removing intermediate container ddda22632107 [2021-01-29T09:37:05.148Z] ---> 9dd298e89bff [2021-01-29T09:37:05.148Z] Successfully built 9dd298e89bff [2021-01-29T09:37:05.148Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:37:05.492Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T09:37:05.492Z] . [Pipeline] withDockerContainer [2021-01-29T09:37:05.764Z] prd-ubuntu18.04-docker-arm64-4c-16g-23948 does not seem to be running inside a container [2021-01-29T09:37:05.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T09:37:07.473Z] $ docker top e6288cc185c5abf1ac0938e22f55513382e5456e1dc10f11e01dcbc19bb13f2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:37:08.482Z] + go version [2021-01-29T09:37:08.482Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T09:37:08.505Z] $ docker stop --time=1 e6288cc185c5abf1ac0938e22f55513382e5456e1dc10f11e01dcbc19bb13f2b [2021-01-29T09:37:10.382Z] $ docker rm -f e6288cc185c5abf1ac0938e22f55513382e5456e1dc10f11e01dcbc19bb13f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:37:11.464Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T09:37:11.464Z] . [Pipeline] withDockerContainer [2021-01-29T09:37:11.685Z] prd-ubuntu18.04-docker-arm64-4c-16g-23948 does not seem to be running inside a container [2021-01-29T09:37:11.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T09:37:12.933Z] a35cf1a2eb13: Pull complete [2021-01-29T09:37:12.933Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T09:37:12.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T09:37:12.933Z] ---> a62c8e92a672 [2021-01-29T09:37:12.933Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-29T09:37:12.933Z] ---> Running in 74bc654cfc64 [2021-01-29T09:37:12.933Z] Removing intermediate container 74bc654cfc64 [2021-01-29T09:37:12.933Z] ---> ec58b5a05700 [2021-01-29T09:37:12.933Z] Step 4/7 : RUN apk add bash [2021-01-29T09:37:12.933Z] ---> Running in 0a7c1e606819 [2021-01-29T09:37:13.355Z] $ docker top 8658c32d4492fafa002c821e0581288a57fad3c4b8952a438efb46df687bad2b -eo pid,comm [2021-01-29T09:37:13.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-01-29T09:37:14.390Z] + make test [2021-01-29T09:37:14.390Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-29T09:37:14.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:37:15.035Z] OK: 166 MiB in 39 packages [2021-01-29T09:37:15.612Z] Removing intermediate container 0a7c1e606819 [2021-01-29T09:37:15.612Z] ---> 6239899fd957 [2021-01-29T09:37:15.612Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-29T09:37:15.612Z] ---> Running in 8d7ac7847fe5 [2021-01-29T09:37:15.876Z] Removing intermediate container 8d7ac7847fe5 [2021-01-29T09:37:15.876Z] ---> 43979e5296e9 [2021-01-29T09:37:15.876Z] Step 6/7 : COPY go.mod . [2021-01-29T09:37:15.876Z] ---> 776c20309512 [2021-01-29T09:37:15.876Z] Step 7/7 : RUN go mod download [2021-01-29T09:37:16.143Z] ---> Running in f3dc2e9922e1 [2021-01-29T09:37:26.209Z] Removing intermediate container f3dc2e9922e1 [2021-01-29T09:37:26.209Z] ---> 339266d11e45 [2021-01-29T09:37:26.209Z] Successfully built 339266d11e45 [2021-01-29T09:37:26.209Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:37:26.789Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T09:37:26.789Z] . [Pipeline] withDockerContainer [2021-01-29T09:37:26.902Z] prd-centos7-docker-4c-2g-23949 does not seem to be running inside a container [2021-01-29T09:37:26.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T09:37:27.735Z] $ docker top d3d69ce3b88d30f1ebe5dc72958edfb84df17b74012f90a951ea9d4d59081021 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:37:28.228Z] + go version [2021-01-29T09:37:28.228Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T09:37:28.244Z] $ docker stop --time=1 d3d69ce3b88d30f1ebe5dc72958edfb84df17b74012f90a951ea9d4d59081021 [2021-01-29T09:37:29.593Z] $ docker rm -f d3d69ce3b88d30f1ebe5dc72958edfb84df17b74012f90a951ea9d4d59081021 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:37:30.446Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T09:37:30.446Z] . [Pipeline] withDockerContainer [2021-01-29T09:37:30.546Z] prd-centos7-docker-4c-2g-23949 does not seem to be running inside a container [2021-01-29T09:37:30.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T09:37:31.257Z] $ docker top 960dfb446969e85acc42b9c45d0ff7c3927d323e0903d687a510b0e877c2c5a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:37:31.764Z] + make test [2021-01-29T09:37:31.764Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-29T09:37:36.590Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-29T09:37:38.036Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.023s coverage: 85.7% of statements [2021-01-29T09:37:38.036Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.037s coverage: 100.0% of statements [2021-01-29T09:37:38.501Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-29T09:37:38.501Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.018s coverage: 85.7% of statements [2021-01-29T09:37:38.501Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements [2021-01-29T09:37:39.093Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.026s coverage: 45.4% of statements [2021-01-29T09:37:39.093Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.014s coverage: 77.8% of statements [2021-01-29T09:37:39.093Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-29T09:37:40.040Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.051s coverage: 45.4% of statements [2021-01-29T09:37:40.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements [2021-01-29T09:37:40.041Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-29T09:37:40.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.017s coverage: 26.3% of statements [2021-01-29T09:37:40.084Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.010s coverage: 26.3% of statements [2021-01-29T09:37:40.084Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.037s coverage: 14.7% of statements [2021-01-29T09:37:40.084Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements [2021-01-29T09:37:40.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.038s coverage: 91.8% of statements [2021-01-29T09:37:40.354Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-29T09:37:40.354Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-29T09:37:40.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements [2021-01-29T09:37:40.621Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.7% of statements [2021-01-29T09:37:41.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.059s coverage: 14.7% of statements [2021-01-29T09:37:42.109Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.034s coverage: 100.0% of statements [2021-01-29T09:37:42.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.080s coverage: 91.8% of statements [2021-01-29T09:37:42.384Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-29T09:37:42.384Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-29T09:37:42.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.016s coverage: 100.0% of statements [2021-01-29T09:37:42.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.013s coverage: 36.7% of statements [2021-01-29T09:37:42.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.017s coverage: 63.0% of statements [2021-01-29T09:37:42.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements [2021-01-29T09:37:42.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.020s coverage: 15.4% of statements [2021-01-29T09:37:42.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements [2021-01-29T09:37:42.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements [2021-01-29T09:37:42.607Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-29T09:37:44.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.073s coverage: 84.8% of statements [2021-01-29T09:37:44.043Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-29T09:37:44.043Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-29T09:37:44.043Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-29T09:37:44.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.014s coverage: 33.2% of statements [2021-01-29T09:37:44.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.015s coverage: 94.4% of statements [2021-01-29T09:37:44.618Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.035s coverage: 88.7% of statements [2021-01-29T09:37:44.618Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-01-29T09:37:44.618Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-29T09:37:44.618Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-29T09:37:46.549Z] gofmt -l . [2021-01-29T09:37:46.549Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-29T09:37:46.567Z] $ docker stop --time=1 960dfb446969e85acc42b9c45d0ff7c3927d323e0903d687a510b0e877c2c5a4 [2021-01-29T09:37:48.879Z] $ docker rm -f 960dfb446969e85acc42b9c45d0ff7c3927d323e0903d687a510b0e877c2c5a4 [2021-01-29T09:37:49.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.138s coverage: 63.0% of statements [2021-01-29T09:37:49.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements [2021-01-29T09:37:49.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.025s coverage: 15.4% of statements [2021-01-29T09:37:49.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.023s coverage: 15.4% of statements [2021-01-29T09:37:49.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.027s coverage: 14.3% of statements [2021-01-29T09:37:49.110Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T09:37:49.456Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-29T09:37:49.877Z] 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 [2021-01-29T09:37:51.111Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.239s coverage: 84.8% of statements [2021-01-29T09:37:51.111Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-29T09:37:51.111Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T09:37:51.394Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-29T09:37:51.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.039s coverage: 33.2% of statements [2021-01-29T09:37:52.838Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.063s coverage: 94.4% of statements [2021-01-29T09:37:54.270Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.143s coverage: 88.7% of statements [2021-01-29T09:37:54.270Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements [2021-01-29T09:37:54.270Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-29T09:37:54.543Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-29T09:37:59.965Z] gofmt -l . [2021-01-29T09:38:00.238Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-29T09:38:00.855Z] $ docker stop --time=1 8658c32d4492fafa002c821e0581288a57fad3c4b8952a438efb46df687bad2b [2021-01-29T09:38:03.222Z] $ docker rm -f 8658c32d4492fafa002c821e0581288a57fad3c4b8952a438efb46df687bad2b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T09:38:04.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-29T09:38:04.067Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T09:38:05.071Z] 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-01-29T09:38:06.901Z] provisioning config files... [2021-01-29T09:38:06.922Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config4621830207834391697tmp [Pipeline] { [Pipeline] sh [2021-01-29T09:38:07.330Z] + set +x [2021-01-29T09:38:07.330Z] + curl -s https://codecov.io/bash [2021-01-29T09:38:07.330Z] + bash -s -- [2021-01-29T09:38:07.600Z] [2021-01-29T09:38:07.600Z] _____ _ [2021-01-29T09:38:07.600Z] / ____| | | [2021-01-29T09:38:07.600Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T09:38:07.600Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T09:38:07.600Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T09:38:07.600Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T09:38:07.600Z] Bash-20210128-d4071a2 [2021-01-29T09:38:07.600Z] [2021-01-29T09:38:07.600Z] [2021-01-29T09:38:07.600Z] ==> git version 2.24.3 found [2021-01-29T09:38:07.600Z] ==> 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-01-29T09:38:07.600Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T09:38:07.600Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T09:38:07.600Z] ==> Jenkins CI detected. [2021-01-29T09:38:07.600Z] project root: . [2021-01-29T09:38:07.600Z] --> token set from env [2021-01-29T09:38:07.600Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T09:38:07.600Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T09:38:07.600Z] ==> Python coveragepy not found [2021-01-29T09:38:07.600Z] ==> Searching for coverage reports in: [2021-01-29T09:38:07.600Z] + . [2021-01-29T09:38:07.600Z] -> Found 1 reports [2021-01-29T09:38:07.600Z] ==> Detecting git/mercurial file structure [2021-01-29T09:38:07.875Z] ==> Reading reports [2021-01-29T09:38:07.875Z] + ./coverage.out bytes=140427 [2021-01-29T09:38:07.875Z] ==> Appending adjustments [2021-01-29T09:38:07.875Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T09:38:09.307Z] + Found adjustments [2021-01-29T09:38:09.307Z] ==> Gzipping contents [2021-01-29T09:38:09.307Z] 24K /tmp/codecov.LAfhfM.gz [2021-01-29T09:38:09.307Z] ==> Uploading reports [2021-01-29T09:38:09.307Z] url: https://codecov.io [2021-01-29T09:38:09.307Z] query: branch=PR-439&commit=0fbb782fac82979460cfccb74ba5fe105311f8c6&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= [2021-01-29T09:38:09.307Z] -> Pinging Codecov [2021-01-29T09:38:09.307Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-439&commit=0fbb782fac82979460cfccb74ba5fe105311f8c6&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= [2021-01-29T09:38:11.257Z] -> Uploading to [2021-01-29T09:38:11.257Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/71470A77251A30514AAF9C0BB2E5B6CE/0fbb782fac82979460cfccb74ba5fe105311f8c6/c80ea472-07c6-42a9-9bde-af8ec9cddb2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T093810Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc7544f9490d4fc30d0704070a0f246df4e41807291f8ce617c9757f6569f926 [2021-01-29T09:38:11.257Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T09:38:11.257Z] Dload Upload Total Spent Left Speed [2021-01-29T09:38:11.528Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21638 0 0 100 21638 0 40109 --:--:-- --:--:-- --:--:-- 40070 [2021-01-29T09:38:11.528Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/0fbb782fac82979460cfccb74ba5fe105311f8c6 [Pipeline] } [2021-01-29T09:38:11.541Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:13.989Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:14.945Z] ---> package-listing.sh [2021-01-29T09:38:14.945Z] ++ facter osfamily [2021-01-29T09:38:14.945Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T09:38:15.212Z] + OS_FAMILY=redhat [2021-01-29T09:38:15.212Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-439 [2021-01-29T09:38:15.212Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T09:38:15.212Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T09:38:15.212Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T09:38:15.212Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T09:38:15.212Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-01-29T09:38:15.212Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T09:38:15.212Z] + case "${OS_FAMILY}" in [2021-01-29T09:38:15.212Z] + rpm -qa [2021-01-29T09:38:15.212Z] + sort [2021-01-29T09:38:21.894Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T09:38:21.894Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T09:38:21.894Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T09:38:21.894Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-01-29T09:38:21.894Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [2021-01-29T09:38:21.894Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [Pipeline] echo [2021-01-29T09:38:21.914Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T09:38:22.221Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:38:22.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T09:38:22.819Z] [2021-01-29T09:38:22.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:38:23.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T09:38:23.204Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T09:38:23.204Z] df20fa9351a1: Pulling fs layer [2021-01-29T09:38:23.204Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T09:38:23.204Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T09:38:23.204Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T09:38:23.204Z] 93b61091891f: Pulling fs layer [2021-01-29T09:38:23.204Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T09:38:23.204Z] 5e14af77c1be: Pulling fs layer [2021-01-29T09:38:23.204Z] 01666e4c0597: Pulling fs layer [2021-01-29T09:38:23.204Z] aa168da1d23b: Pulling fs layer [2021-01-29T09:38:23.204Z] 46f8f816bc3b: Waiting [2021-01-29T09:38:23.204Z] 93b61091891f: Waiting [2021-01-29T09:38:23.204Z] 93b9cdb0e59b: Waiting [2021-01-29T09:38:23.204Z] 5e14af77c1be: Waiting [2021-01-29T09:38:23.204Z] 01666e4c0597: Waiting [2021-01-29T09:38:23.204Z] aa168da1d23b: Waiting [2021-01-29T09:38:23.204Z] 36b3adc4ff6f: Download complete [2021-01-29T09:38:23.498Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T09:38:23.498Z] 46f8f816bc3b: Download complete [2021-01-29T09:38:23.498Z] df20fa9351a1: Verifying Checksum [2021-01-29T09:38:23.498Z] df20fa9351a1: Download complete [2021-01-29T09:38:23.498Z] 93b9cdb0e59b: Download complete [2021-01-29T09:38:23.498Z] 93b61091891f: Verifying Checksum [2021-01-29T09:38:23.498Z] 93b61091891f: Download complete [2021-01-29T09:38:23.498Z] 5e14af77c1be: Verifying Checksum [2021-01-29T09:38:23.498Z] 5e14af77c1be: Download complete [2021-01-29T09:38:23.498Z] 01666e4c0597: Verifying Checksum [2021-01-29T09:38:23.498Z] 01666e4c0597: Download complete [2021-01-29T09:38:23.772Z] 8ad3a11d3b57: Download complete [2021-01-29T09:38:24.051Z] df20fa9351a1: Pull complete [2021-01-29T09:38:24.657Z] 36b3adc4ff6f: Pull complete [2021-01-29T09:38:26.112Z] 8ad3a11d3b57: Pull complete [2021-01-29T09:38:26.394Z] 46f8f816bc3b: Pull complete [2021-01-29T09:38:27.392Z] 93b61091891f: Pull complete [2021-01-29T09:38:27.392Z] 93b9cdb0e59b: Pull complete [2021-01-29T09:38:27.703Z] 5e14af77c1be: Pull complete [2021-01-29T09:38:27.970Z] aa168da1d23b: Verifying Checksum [2021-01-29T09:38:27.970Z] aa168da1d23b: Download complete [2021-01-29T09:38:28.250Z] 01666e4c0597: Pull complete [2021-01-29T09:38:40.742Z] aa168da1d23b: Pull complete [2021-01-29T09:38:40.742Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T09:38:40.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T09:38:40.742Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T09:38:41.225Z] prd-centos7-docker-4c-2g-23947 does not seem to be running inside a container [2021-01-29T09:38:41.416Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T09:38:44.770Z] $ docker top 867cbcdb3692a4ca6c1b3e194df744bb93eb89c3eecff449390178472188666b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:38:45.459Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T09:38:45.822Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T09:38:46.175Z] + ls /var/log/sa-host [2021-01-29T09:38:46.175Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T09:38:46.175Z] file_magic: OK [2021-01-29T09:38:46.175Z] HZ: Using current value: 100 [2021-01-29T09:38:46.175Z] file_header: OK [2021-01-29T09:38:46.175Z] 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-01-29T09:38:46.175Z] Statistics: [2021-01-29T09:38:46.175Z] Hnuu...uuuununununu... [2021-01-29T09:38:46.175Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T09:38:46.175Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T09:38:46.175Z] file_magic: OK [2021-01-29T09:38:46.175Z] HZ: Using current value: 100 [2021-01-29T09:38:46.175Z] file_header: OK [2021-01-29T09:38:46.175Z] 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-01-29T09:38:46.175Z] Statistics: [2021-01-29T09:38:46.175Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-29T09:38:46.175Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T09:38:46.424Z] provisioning config files... [2021-01-29T09:38:46.448Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config4927709404195151702tmp [Pipeline] { [Pipeline] echo [2021-01-29T09:38:46.524Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:47.194Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T09:38:47.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T09:38:47.342Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:47.703Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T09:38:47.726Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:48.069Z] ---> sudo-logs.sh [2021-01-29T09:38:48.069Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T09:38:48.105Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:48.493Z] ---> job-cost.sh [2021-01-29T09:38:48.769Z] lf-activate-venv: SKIPPING [2021-01-29T09:38:48.769Z] INFO: No Stack... [2021-01-29T09:38:50.180Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T09:38:50.452Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T09:38:50.467Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:50.826Z] ---> logs-deploy.sh [2021-01-29T09:38:50.826Z] lf-activate-venv: SKIPPING [2021-01-29T09:38:50.826Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-439/12 [2021-01-29T09:38:50.826Z] INFO: archiving workspace using pattern(s): [2021-01-29T09:38:54.190Z] Archives upload complete. [2021-01-29T09:38:54.190Z] INFO: archiving logs to Nexus [2021-01-29T09:38:55.610Z] ---> uname -a: [2021-01-29T09:38:55.610Z] Linux prd-centos7-docker-4c-2g-23947.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-29T09:38:55.610Z] [2021-01-29T09:38:55.610Z] [2021-01-29T09:38:55.610Z] ---> lscpu: [2021-01-29T09:38:55.611Z] Architecture: x86_64 [2021-01-29T09:38:55.611Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-29T09:38:55.611Z] Byte Order: Little Endian [2021-01-29T09:38:55.611Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-29T09:38:55.611Z] CPU(s): 4 [2021-01-29T09:38:55.611Z] On-line CPU(s) list: 0-3 [2021-01-29T09:38:55.611Z] Thread(s) per core: 1 [2021-01-29T09:38:55.611Z] Core(s) per socket: 1 [2021-01-29T09:38:55.611Z] Socket(s): 4 [2021-01-29T09:38:55.611Z] NUMA node(s): 1 [2021-01-29T09:38:55.611Z] Vendor ID: GenuineIntel [2021-01-29T09:38:55.611Z] CPU family: 6 [2021-01-29T09:38:55.611Z] Model: 44 [2021-01-29T09:38:55.611Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-29T09:38:55.611Z] Stepping: 1 [2021-01-29T09:38:55.611Z] CPU MHz: 2933.438 [2021-01-29T09:38:55.611Z] BogoMIPS: 5866.87 [2021-01-29T09:38:55.611Z] Virtualization: VT-x [2021-01-29T09:38:55.611Z] Hypervisor vendor: KVM [2021-01-29T09:38:55.611Z] Virtualization type: full [2021-01-29T09:38:55.611Z] L1d cache: 128 KiB [2021-01-29T09:38:55.611Z] L1i cache: 128 KiB [2021-01-29T09:38:55.611Z] L2 cache: 16 MiB [2021-01-29T09:38:55.611Z] L3 cache: 64 MiB [2021-01-29T09:38:55.611Z] NUMA node0 CPU(s): 0-3 [2021-01-29T09:38:55.611Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-29T09:38:55.611Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-29T09:38:55.611Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-29T09:38:55.611Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-29T09:38:55.611Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-29T09:38:55.611Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-29T09:38:55.611Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-29T09:38:55.611Z] Vulnerability Srbds: Not affected [2021-01-29T09:38:55.611Z] Vulnerability Tsx async abort: Not affected [2021-01-29T09:38:55.611Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-29T09:38:55.611Z] [2021-01-29T09:38:55.611Z] [2021-01-29T09:38:55.611Z] ---> nproc: [2021-01-29T09:38:55.611Z] 4 [2021-01-29T09:38:55.611Z] [2021-01-29T09:38:55.611Z] [2021-01-29T09:38:55.611Z] ---> df -h: [2021-01-29T09:38:55.611Z] Filesystem Size Used Available Use% Mounted on [2021-01-29T09:38:55.611Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-29T09:38:55.611Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-29T09:38:55.611Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-29T09:38:55.611Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-439 [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-439@tmp [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-29T09:38:55.611Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-29T09:38:55.611Z] [2021-01-29T09:38:55.611Z]