Pull request #375 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67f7fce190624ea6fb44a5b6f1830f09981f4492+8a718e290533859c774e852d824bb07c45d7c8e0 (16330d157b987cee85a32a0022e63d0393b31e55) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13832 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-375 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a718e290533859c774e852d824bb07c45d7c8e0 into PR head commit 67f7fce190624ea6fb44a5b6f1830f09981f4492 Merge succeeded, producing 67f7fce190624ea6fb44a5b6f1830f09981f4492 Checking out Revision 67f7fce190624ea6fb44a5b6f1830f09981f4492 (PR-375) > git config core.sparsecheckout # timeout=10 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-30T08:46:40.914Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 48faebd91f61d19e21ea743e835884d7a2936305 # timeout=10 [Pipeline] withCredentials [2020-11-30T08:46:41.244Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-30T08:46:41.375Z] ========================================================= [2020-11-30T08:46:41.375Z] EdgeX Global Pipelines Version Info [2020-11-30T08:46:41.375Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:46:42.901Z] ------------------- [2020-11-30T08:46:42.901Z] stable info: [2020-11-30T08:46:42.901Z] ------------------- [2020-11-30T08:46:42.901Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-30T08:46:42.901Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-30T08:46:42.901Z] Message: update stable to v1.0.167 [2020-11-30T08:46:43.850Z] ------------------- [2020-11-30T08:46:43.850Z] experimental info: [2020-11-30T08:46:43.850Z] ------------------- [2020-11-30T08:46:43.850Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-30T08:46:43.850Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-30T08:46:43.850Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-30T08:46:44.316Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-30T08:46:44.433Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-30T08:46:44.546Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-30T08:46:44.646Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-30T08:46:44.750Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-30T08:46:44.858Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-30T08:46:44.970Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-30T08:46:45.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-30T08:46:45.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-30T08:46:45.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-30T08:46:45.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-30T08:46:45.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-30T08:46:45.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-30T08:46:45.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-30T08:46:45.829Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:46:45.973Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:46:46.065Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:46:46.204Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:46:46.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-30T08:46:46.447Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-30T08:46:46.578Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-30T08:46:46.912Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-30T08:46:47.008Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-30T08:46:47.102Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-30T08:46:47.232Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-30T08:46:47.324Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-30T08:46:47.416Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-375 [Pipeline] echo [2020-11-30T08:46:47.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-375 [Pipeline] echo [2020-11-30T08:46:47.606Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-375 [Pipeline] echo [2020-11-30T08:46:47.700Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67f7fce190624ea6fb44a5b6f1830f09981f4492 [Pipeline] echo [2020-11-30T08:46:47.822Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67f7fce [Pipeline] echo [2020-11-30T08:46:47.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T08:46:48.153Z] provisioning config files... [2020-11-30T08:46:48.181Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config1411719926117940427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:46:48.552Z] ---> docker-login.sh [2020-11-30T08:46:48.552Z] nexus3.edgexfoundry.org:10001 [2020-11-30T08:46:48.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:49.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:49.077Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:49.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:49.077Z] [2020-11-30T08:46:49.077Z] Login Succeeded [2020-11-30T08:46:49.077Z] nexus3.edgexfoundry.org:10002 [2020-11-30T08:46:49.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:49.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:49.077Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:49.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:49.077Z] [2020-11-30T08:46:49.077Z] Login Succeeded [2020-11-30T08:46:49.077Z] nexus3.edgexfoundry.org:10003 [2020-11-30T08:46:49.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:49.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:49.340Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:49.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:49.340Z] [2020-11-30T08:46:49.340Z] Login Succeeded [2020-11-30T08:46:49.340Z] nexus3.edgexfoundry.org:10004 [2020-11-30T08:46:49.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:49.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:49.602Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:49.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:49.602Z] [2020-11-30T08:46:49.602Z] Login Succeeded [2020-11-30T08:46:49.602Z] docker.io [2020-11-30T08:46:49.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:49.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:49.865Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:49.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:49.865Z] [2020-11-30T08:46:49.865Z] Login Succeeded [2020-11-30T08:46:49.865Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T08:46:49.874Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T08:46:50.785Z] + git log --format=format:%s -1 67f7fce190624ea6fb44a5b6f1830f09981f4492 [Pipeline] echo [2020-11-30T08:46:50.854Z] GIT_COMMIT: 67f7fce190624ea6fb44a5b6f1830f09981f4492, Commit Message: build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0 [Pipeline] echo [2020-11-30T08:46:50.901Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:46:51.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:46:51.497Z] [2020-11-30T08:46:51.497Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:46:51.852Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:46:51.852Z] latest: Pulling from edgex-devops/git-semver [2020-11-30T08:46:51.852Z] 31603596830f: Pulling fs layer [2020-11-30T08:46:51.852Z] 2a8b12db71e7: Pulling fs layer [2020-11-30T08:46:51.852Z] 6ca5941a6612: Pulling fs layer [2020-11-30T08:46:51.852Z] ecc8261a40a4: Pulling fs layer [2020-11-30T08:46:51.852Z] ecc8261a40a4: Waiting [2020-11-30T08:46:51.852Z] 2a8b12db71e7: Verifying Checksum [2020-11-30T08:46:51.852Z] 2a8b12db71e7: Download complete [2020-11-30T08:46:51.852Z] 31603596830f: Verifying Checksum [2020-11-30T08:46:51.852Z] 31603596830f: Download complete [2020-11-30T08:46:52.119Z] ecc8261a40a4: Verifying Checksum [2020-11-30T08:46:52.119Z] ecc8261a40a4: Download complete [2020-11-30T08:46:52.119Z] 6ca5941a6612: Verifying Checksum [2020-11-30T08:46:52.119Z] 6ca5941a6612: Download complete [2020-11-30T08:46:52.388Z] 31603596830f: Pull complete [2020-11-30T08:46:52.388Z] 2a8b12db71e7: Pull complete [2020-11-30T08:46:53.372Z] 6ca5941a6612: Pull complete [2020-11-30T08:46:53.372Z] ecc8261a40a4: Pull complete [2020-11-30T08:46:53.372Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-30T08:46:53.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:46:53.639Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-30T08:46:53.780Z] prd-centos7-docker-4c-2g-13832 does not seem to be running inside a container [2020-11-30T08:46:53.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-375 -v /w/workspace/dry_go-mod-core-contracts_PR-375:/w/workspace/dry_go-mod-core-contracts_PR-375:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-375@tmp:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-30T08:46:56.102Z] $ docker top a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T08:46:56.408Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T08:46:56.408Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T08:46:56.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T08:46:56.636Z] $ docker exec a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent [2020-11-30T08:46:56.806Z] SSH_AUTH_SOCK=/tmp/ssh-q2p4NyOM5GXv/agent.11 [2020-11-30T08:46:56.806Z] SSH_AGENT_PID=17 [2020-11-30T08:46:56.818Z] Running ssh-add (command line suppressed) [2020-11-30T08:46:56.941Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_1683712220826192836.key (/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_1683712220826192836.key) [2020-11-30T08:46:56.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T08:46:57.353Z] + git tag --points-at HEAD [Pipeline] } [2020-11-30T08:46:57.374Z] $ docker exec --env ******** --env ******** a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent -k [2020-11-30T08:46:57.491Z] unset SSH_AUTH_SOCK; [2020-11-30T08:46:57.491Z] unset SSH_AGENT_PID; [2020-11-30T08:46:57.491Z] echo Agent pid 17 killed; [2020-11-30T08:46:57.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-30T08:46:57.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T08:46:57.720Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T08:46:57.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T08:46:57.917Z] $ docker exec a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent [2020-11-30T08:46:58.082Z] SSH_AUTH_SOCK=/tmp/ssh-dyKK5QX7NDGs/agent.46 [2020-11-30T08:46:58.082Z] SSH_AGENT_PID=51 [2020-11-30T08:46:58.092Z] Running ssh-add (command line suppressed) [2020-11-30T08:46:58.216Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_4229365558319434771.key (/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_4229365558319434771.key) [2020-11-30T08:46:58.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T08:46:58.618Z] + git semver init [2020-11-30T08:46:58.619Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T08:46:58.619Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-375/.git [2020-11-30T08:46:58.619Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-375 [2020-11-30T08:46:58.619Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T08:46:58.619Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T08:46:58.619Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T08:46:58.619Z] # $SEMVER_BRANCH = PR-375 [2020-11-30T08:46:58.619Z] # $SEMVER_TEMP = /tmp/semver-060702624 [2020-11-30T08:46:58.619Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-30T08:46:59.211Z] # '/tmp/semver-060702624' -> '/w/workspace/dry_go-mod-core-contracts_PR-375/.semver' [2020-11-30T08:46:59.211Z] # -> Force: false [2020-11-30T08:46:59.211Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-375/.semver [Pipeline] } [2020-11-30T08:46:59.224Z] $ docker exec --env ******** --env ******** a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a ssh-agent -k [2020-11-30T08:46:59.337Z] unset SSH_AUTH_SOCK; [2020-11-30T08:46:59.337Z] unset SSH_AGENT_PID; [2020-11-30T08:46:59.337Z] echo Agent pid 51 killed; [2020-11-30T08:46:59.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T08:46:59.908Z] + git semver [Pipeline] } [2020-11-30T08:46:59.927Z] $ docker stop --time=1 a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a [2020-11-30T08:47:01.754Z] $ docker rm -f a1f57d78eb40840a34f4f378df78a04044b13eda90e10e1813a1f01944d88f5a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T08:47:02.245Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-30T08:47:02.841Z] Stashed 1 file(s) [Pipeline] echo [2020-11-30T08:47:02.844Z] [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 [2020-11-30T08:47:18.462Z] Still waiting to schedule task [2020-11-30T08:47:18.462Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-30T08:47:18.465Z] Still waiting to schedule task [2020-11-30T08:47:18.465Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-30T08:47:49.671Z] Running on prd-centos7-docker-4c-2g-13835 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [Pipeline] ws [2020-11-30T08:47:49.737Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-11-30T08:47:54.509Z] using credential edgex-jenkins-ssh [2020-11-30T08:47:54.564Z] Cloning the remote Git repository [2020-11-30T08:47:54.626Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:47:54.707Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-11-30T08:47:54.793Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:47:54.794Z] > git --version # timeout=10 [2020-11-30T08:47:54.807Z] > git --version # 'git version 2.24.3' [2020-11-30T08:47:54.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:47:54.841Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:47:55.565Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:47:55.639Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:47:55.687Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:47:55.736Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:47:55.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:47:55.752Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T08:47:56.203Z] Merging remotes/origin/master commit 8a718e290533859c774e852d824bb07c45d7c8e0 into PR head commit 67f7fce190624ea6fb44a5b6f1830f09981f4492 [2020-11-30T08:47:56.480Z] Merge succeeded, producing 67f7fce190624ea6fb44a5b6f1830f09981f4492 [2020-11-30T08:47:56.481Z] Checking out Revision 67f7fce190624ea6fb44a5b6f1830f09981f4492 (PR-375) [2020-11-30T08:47:56.217Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T08:47:56.253Z] > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 [2020-11-30T08:47:56.344Z] > git remote # timeout=10 [2020-11-30T08:47:56.381Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T08:47:56.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:47:56.428Z] > git merge 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 [2020-11-30T08:47:56.453Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T08:47:56.490Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T08:47:56.518Z] > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 [2020-11-30T08:48:00.635Z] Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T08:48:02.529Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:48:03.159Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:48:03.520Z] + sudo service docker restart [2020-11-30T08:48:03.520Z] + true [2020-11-30T08:48:03.520Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T08:48:05.025Z] provisioning config files... [2020-11-30T08:48:05.063Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config7626220148512184571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:48:05.470Z] ---> docker-login.sh [2020-11-30T08:48:05.470Z] nexus3.edgexfoundry.org:10001 [2020-11-30T08:48:05.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:48:06.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:48:06.183Z] Configure a credential helper to remove this warning. See [2020-11-30T08:48:06.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:48:06.183Z] [2020-11-30T08:48:06.183Z] Login Succeeded [2020-11-30T08:48:06.183Z] nexus3.edgexfoundry.org:10002 [2020-11-30T08:48:06.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:48:06.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:48:06.735Z] Configure a credential helper to remove this warning. See [2020-11-30T08:48:06.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:48:06.735Z] [2020-11-30T08:48:06.735Z] Login Succeeded [2020-11-30T08:48:06.735Z] nexus3.edgexfoundry.org:10003 [2020-11-30T08:48:06.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:48:07.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:48:07.013Z] Configure a credential helper to remove this warning. See [2020-11-30T08:48:07.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:48:07.013Z] [2020-11-30T08:48:07.013Z] Login Succeeded [2020-11-30T08:48:07.013Z] nexus3.edgexfoundry.org:10004 [2020-11-30T08:48:07.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:48:07.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:48:07.301Z] Configure a credential helper to remove this warning. See [2020-11-30T08:48:07.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:48:07.301Z] [2020-11-30T08:48:07.301Z] Login Succeeded [2020-11-30T08:48:07.301Z] docker.io [2020-11-30T08:48:07.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:48:07.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:48:07.573Z] Configure a credential helper to remove this warning. See [2020-11-30T08:48:07.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:48:07.573Z] [2020-11-30T08:48:07.573Z] Login Succeeded [2020-11-30T08:48:07.573Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T08:48:07.586Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T08:48:08.031Z] ========================================================= [2020-11-30T08:48:08.031Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-30T08:48:08.031Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:48:08.424Z] + 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 . [2020-11-30T08:48:08.706Z] Sending build context to Docker daemon 1.854MB [2020-11-30T08:48:08.706Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T08:48:08.706Z] Step 2/7 : FROM ${BASE} [2020-11-30T08:48:08.706Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-30T08:48:08.706Z] df20fa9351a1: Pulling fs layer [2020-11-30T08:48:08.706Z] ed8968b2872e: Pulling fs layer [2020-11-30T08:48:08.706Z] a92cc7c5fd73: Pulling fs layer [2020-11-30T08:48:08.706Z] e871e8e8d7a9: Pulling fs layer [2020-11-30T08:48:08.706Z] e73272ec9a57: Pulling fs layer [2020-11-30T08:48:08.706Z] 1e910a182e73: Pulling fs layer [2020-11-30T08:48:08.706Z] 4e634b169226: Pulling fs layer [2020-11-30T08:48:08.706Z] e73272ec9a57: Waiting [2020-11-30T08:48:08.706Z] 1e910a182e73: Waiting [2020-11-30T08:48:08.706Z] 4e634b169226: Waiting [2020-11-30T08:48:08.706Z] e871e8e8d7a9: Waiting [2020-11-30T08:48:08.706Z] a92cc7c5fd73: Verifying Checksum [2020-11-30T08:48:08.706Z] a92cc7c5fd73: Download complete [2020-11-30T08:48:08.706Z] ed8968b2872e: Verifying Checksum [2020-11-30T08:48:08.706Z] ed8968b2872e: Download complete [2020-11-30T08:48:08.706Z] e73272ec9a57: Verifying Checksum [2020-11-30T08:48:08.706Z] e73272ec9a57: Download complete [2020-11-30T08:48:09.002Z] 1e910a182e73: Verifying Checksum [2020-11-30T08:48:09.002Z] 1e910a182e73: Download complete [2020-11-30T08:48:09.298Z] df20fa9351a1: Verifying Checksum [2020-11-30T08:48:09.298Z] df20fa9351a1: Download complete [2020-11-30T08:48:09.588Z] df20fa9351a1: Pull complete [2020-11-30T08:48:09.865Z] ed8968b2872e: Pull complete [2020-11-30T08:48:10.134Z] a92cc7c5fd73: Pull complete [2020-11-30T08:48:12.170Z] 4e634b169226: Verifying Checksum [2020-11-30T08:48:12.170Z] 4e634b169226: Download complete [2020-11-30T08:48:12.770Z] e871e8e8d7a9: Verifying Checksum [2020-11-30T08:48:12.770Z] e871e8e8d7a9: Download complete [2020-11-30T08:48:19.643Z] e871e8e8d7a9: Pull complete [2020-11-30T08:48:19.937Z] e73272ec9a57: Pull complete [2020-11-30T08:48:19.937Z] 1e910a182e73: Pull complete [2020-11-30T08:48:26.790Z] 4e634b169226: Pull complete [2020-11-30T08:48:26.790Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-30T08:48:26.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-30T08:48:26.790Z] ---> f7629b54cfaa [2020-11-30T08:48:26.790Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-30T08:48:26.790Z] ---> Running in aa799e482118 [2020-11-30T08:48:26.790Z] Removing intermediate container aa799e482118 [2020-11-30T08:48:26.790Z] ---> 8297f2eef616 [2020-11-30T08:48:26.790Z] Step 4/7 : RUN apk add bash [2020-11-30T08:48:27.067Z] ---> Running in 27cff310109e [2020-11-30T08:48:27.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-30T08:48:28.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-30T08:48:30.597Z] OK: 166 MiB in 39 packages [2020-11-30T08:48:30.862Z] Removing intermediate container 27cff310109e [2020-11-30T08:48:30.862Z] ---> 0ebbaa56bfa7 [2020-11-30T08:48:30.862Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T08:48:30.862Z] ---> Running in 3057289e62ea [2020-11-30T08:48:31.133Z] Removing intermediate container 3057289e62ea [2020-11-30T08:48:31.133Z] ---> e29de59d2456 [2020-11-30T08:48:31.133Z] Step 6/7 : COPY go.mod . [2020-11-30T08:48:31.423Z] ---> 47800fe0b576 [2020-11-30T08:48:31.423Z] Step 7/7 : RUN go mod download [2020-11-30T08:48:31.423Z] ---> Running in 61021370f4d5 [2020-11-30T08:48:46.830Z] Removing intermediate container 61021370f4d5 [2020-11-30T08:48:46.830Z] ---> 84fc7f7d9af5 [2020-11-30T08:48:46.830Z] Successfully built 84fc7f7d9af5 [2020-11-30T08:48:46.830Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:48:47.192Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T08:48:47.192Z] . [Pipeline] withDockerContainer [2020-11-30T08:48:47.429Z] prd-centos7-docker-4c-2g-13835 does not seem to be running inside a container [2020-11-30T08:48:47.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T08:48:48.479Z] $ docker top 7b9d870ddb9ff65d62d4afb37a527a30594d7417c58b8303a13f5828a6921f0c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:48:49.148Z] + go version [2020-11-30T08:48:49.148Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-30T08:48:49.197Z] $ docker stop --time=1 7b9d870ddb9ff65d62d4afb37a527a30594d7417c58b8303a13f5828a6921f0c [2020-11-30T08:48:50.845Z] $ docker rm -f 7b9d870ddb9ff65d62d4afb37a527a30594d7417c58b8303a13f5828a6921f0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:48:51.871Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T08:48:51.871Z] . [Pipeline] withDockerContainer [2020-11-30T08:48:52.060Z] prd-centos7-docker-4c-2g-13835 does not seem to be running inside a container [2020-11-30T08:48:52.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T08:48:53.205Z] $ docker top 4b252f0851b8bb25d73faa7375d883caadbb77cec38510051257144a12ff0a25 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:48:54.293Z] + make test [2020-11-30T08:48:54.293Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T08:49:04.831Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-30T08:49:05.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements [2020-11-30T08:49:06.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements [2020-11-30T08:49:06.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements [2020-11-30T08:49:06.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements [2020-11-30T08:49:06.525Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-30T08:49:07.212Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.126s coverage: 6.6% of statements [2020-11-30T08:49:08.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.079s coverage: 14.7% of statements [2020-11-30T08:49:08.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.028s coverage: 100.0% of statements [2020-11-30T08:49:08.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.052s coverage: 91.8% of statements [2020-11-30T08:49:08.607Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-30T08:49:08.607Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-30T08:49:08.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements [2020-11-30T08:49:09.669Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 47.8% of statements [2020-11-30T08:49:13.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.069s coverage: 63.0% of statements [2020-11-30T08:49:13.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.048s coverage: 26.3% of statements [2020-11-30T08:49:13.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements [2020-11-30T08:49:13.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.007s coverage: 15.4% of statements [2020-11-30T08:49:13.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements [2020-11-30T08:49:13.144Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-30T08:49:13.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.062s coverage: 81.5% of statements [2020-11-30T08:49:13.144Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-30T08:49:13.144Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-30T08:49:13.785Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.025s coverage: 29.1% of statements [2020-11-30T08:49:13.785Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.020s coverage: 100.0% of statements [2020-11-30T08:49:13.785Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.044s coverage: 94.4% of statements [2020-11-30T08:49:14.058Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 100.0% of statements [2020-11-30T08:49:14.058Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-30T08:49:14.335Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T08:49:16.460Z] gofmt -l . [2020-11-30T08:49:16.757Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T08:49:17.058Z] $ docker stop --time=1 4b252f0851b8bb25d73faa7375d883caadbb77cec38510051257144a12ff0a25 [2020-11-30T08:49:19.443Z] $ docker rm -f 4b252f0851b8bb25d73faa7375d883caadbb77cec38510051257144a12ff0a25 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T08:49:20.211Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T08:49:20.760Z] 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] } [2020-11-30T08:50:08.230Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13836 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [Pipeline] ws [2020-11-30T08:50:08.287Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-11-30T08:50:13.202Z] using credential edgex-jenkins-ssh [2020-11-30T08:50:13.293Z] Cloning the remote Git repository [2020-11-30T08:50:13.344Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:50:13.451Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-11-30T08:50:13.522Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:50:13.523Z] > git --version # timeout=10 [2020-11-30T08:50:13.540Z] > git --version # 'git version 2.17.1' [2020-11-30T08:50:13.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:50:13.619Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:50:14.558Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:50:15.185Z] Merging remotes/origin/master commit 8a718e290533859c774e852d824bb07c45d7c8e0 into PR head commit 67f7fce190624ea6fb44a5b6f1830f09981f4492 [2020-11-30T08:50:15.577Z] Merge succeeded, producing 67f7fce190624ea6fb44a5b6f1830f09981f4492 [2020-11-30T08:50:15.577Z] Checking out Revision 67f7fce190624ea6fb44a5b6f1830f09981f4492 (PR-375) [2020-11-30T08:50:14.585Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:50:14.615Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:50:14.646Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:50:14.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:50:14.658Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T08:50:15.199Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T08:50:15.220Z] > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 [2020-11-30T08:50:15.400Z] > git remote # timeout=10 [2020-11-30T08:50:15.423Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T08:50:15.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:50:15.474Z] > git merge 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 [2020-11-30T08:50:15.535Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T08:50:15.579Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T08:50:15.592Z] > git checkout -f 67f7fce190624ea6fb44a5b6f1830f09981f4492 # timeout=10 [2020-11-30T08:50:19.839Z] Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T08:50:21.613Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:50:22.017Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:50:22.355Z] + true [2020-11-30T08:50:22.355Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T08:50:24.415Z] provisioning config files... [2020-11-30T08:50:24.459Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config1573562200387677063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:50:25.096Z] ---> docker-login.sh [2020-11-30T08:50:25.096Z] nexus3.edgexfoundry.org:10001 [2020-11-30T08:50:25.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:50:26.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:50:26.292Z] Configure a credential helper to remove this warning. See [2020-11-30T08:50:26.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:50:26.292Z] [2020-11-30T08:50:26.292Z] Login Succeeded [2020-11-30T08:50:26.292Z] nexus3.edgexfoundry.org:10002 [2020-11-30T08:50:26.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:50:26.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:50:26.842Z] Configure a credential helper to remove this warning. See [2020-11-30T08:50:26.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:50:26.842Z] [2020-11-30T08:50:26.842Z] Login Succeeded [2020-11-30T08:50:26.842Z] nexus3.edgexfoundry.org:10003 [2020-11-30T08:50:27.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:50:27.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:50:27.116Z] Configure a credential helper to remove this warning. See [2020-11-30T08:50:27.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:50:27.116Z] [2020-11-30T08:50:27.116Z] Login Succeeded [2020-11-30T08:50:27.116Z] nexus3.edgexfoundry.org:10004 [2020-11-30T08:50:27.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:50:27.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:50:27.715Z] Configure a credential helper to remove this warning. See [2020-11-30T08:50:27.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:50:27.715Z] [2020-11-30T08:50:27.715Z] Login Succeeded [2020-11-30T08:50:27.715Z] docker.io [2020-11-30T08:50:28.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:50:28.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:50:28.587Z] Configure a credential helper to remove this warning. See [2020-11-30T08:50:28.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:50:28.587Z] [2020-11-30T08:50:28.587Z] Login Succeeded [2020-11-30T08:50:28.587Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T08:50:28.605Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T08:50:29.023Z] ========================================================= [2020-11-30T08:50:29.023Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-30T08:50:29.023Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:50:29.405Z] + 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 . [2020-11-30T08:50:30.011Z] Sending build context to Docker daemon 1.853MB [2020-11-30T08:50:30.011Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T08:50:30.011Z] Step 2/7 : FROM ${BASE} [2020-11-30T08:50:30.011Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-30T08:50:30.011Z] b538f80385f9: Pulling fs layer [2020-11-30T08:50:30.011Z] 74f711af9a0d: Pulling fs layer [2020-11-30T08:50:30.011Z] 99f96fe45779: Pulling fs layer [2020-11-30T08:50:30.011Z] 8529a6b9a6be: Pulling fs layer [2020-11-30T08:50:30.011Z] 45590311c82a: Pulling fs layer [2020-11-30T08:50:30.011Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-30T08:50:30.011Z] 209524e5b208: Pulling fs layer [2020-11-30T08:50:30.011Z] 45590311c82a: Waiting [2020-11-30T08:50:30.011Z] 69ca0ff8b7b3: Waiting [2020-11-30T08:50:30.011Z] 209524e5b208: Waiting [2020-11-30T08:50:30.011Z] 8529a6b9a6be: Waiting [2020-11-30T08:50:30.011Z] 99f96fe45779: Verifying Checksum [2020-11-30T08:50:30.011Z] 99f96fe45779: Download complete [2020-11-30T08:50:30.011Z] 74f711af9a0d: Verifying Checksum [2020-11-30T08:50:30.011Z] 74f711af9a0d: Download complete [2020-11-30T08:50:30.011Z] 45590311c82a: Verifying Checksum [2020-11-30T08:50:30.011Z] 45590311c82a: Download complete [2020-11-30T08:50:30.011Z] 69ca0ff8b7b3: Download complete [2020-11-30T08:50:30.292Z] b538f80385f9: Verifying Checksum [2020-11-30T08:50:30.292Z] b538f80385f9: Download complete [2020-11-30T08:50:30.895Z] b538f80385f9: Pull complete [2020-11-30T08:50:31.508Z] 74f711af9a0d: Pull complete [2020-11-30T08:50:31.785Z] 99f96fe45779: Pull complete [2020-11-30T08:50:32.379Z] 209524e5b208: Verifying Checksum [2020-11-30T08:50:32.379Z] 209524e5b208: Download complete [2020-11-30T08:50:33.354Z] 8529a6b9a6be: Verifying Checksum [2020-11-30T08:50:33.354Z] 8529a6b9a6be: Download complete [2020-11-30T08:50:43.522Z] 8529a6b9a6be: Pull complete [2020-11-30T08:50:43.795Z] 45590311c82a: Pull complete [2020-11-30T08:50:44.068Z] 69ca0ff8b7b3: Pull complete [2020-11-30T08:50:48.387Z] 209524e5b208: Pull complete [2020-11-30T08:50:48.387Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-30T08:50:48.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-30T08:50:48.387Z] ---> 5bddaf1c2fca [2020-11-30T08:50:48.387Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-30T08:50:50.410Z] ---> Running in 9b8e49036302 [2020-11-30T08:50:51.010Z] Removing intermediate container 9b8e49036302 [2020-11-30T08:50:51.010Z] ---> 157fdd851b0d [2020-11-30T08:50:51.010Z] Step 4/7 : RUN apk add bash [2020-11-30T08:50:51.010Z] ---> Running in b37ac7154a08 [2020-11-30T08:50:52.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-30T08:50:53.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-30T08:50:54.852Z] OK: 142 MiB in 39 packages [2020-11-30T08:50:56.289Z] Removing intermediate container b37ac7154a08 [2020-11-30T08:50:56.289Z] ---> 94606dde2efb [2020-11-30T08:50:56.289Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T08:50:56.289Z] ---> Running in 6fcd58eb8b6d [2020-11-30T08:50:56.575Z] Removing intermediate container 6fcd58eb8b6d [2020-11-30T08:50:56.575Z] ---> 75d336071b5c [2020-11-30T08:50:56.575Z] Step 6/7 : COPY go.mod . [2020-11-30T08:50:57.559Z] ---> f498a94cfced [2020-11-30T08:50:57.559Z] Step 7/7 : RUN go mod download [2020-11-30T08:50:57.559Z] ---> Running in 90ddb300f01e [2020-11-30T08:51:12.665Z] Removing intermediate container 90ddb300f01e [2020-11-30T08:51:12.665Z] ---> 9ce2553ab6a3 [2020-11-30T08:51:12.665Z] Successfully built 9ce2553ab6a3 [2020-11-30T08:51:12.665Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:51:13.002Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T08:51:13.002Z] . [Pipeline] withDockerContainer [2020-11-30T08:51:13.244Z] prd-ubuntu18.04-docker-arm64-4c-16g-13836 does not seem to be running inside a container [2020-11-30T08:51:13.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-30T08:51:14.732Z] $ docker top 5800583aade3f86d3fa58ae8cec462c904f9d4d1ef7650559e96b83b980ddff4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:51:15.712Z] + go version [2020-11-30T08:51:15.712Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-30T08:51:15.739Z] $ docker stop --time=1 5800583aade3f86d3fa58ae8cec462c904f9d4d1ef7650559e96b83b980ddff4 [2020-11-30T08:51:17.713Z] $ docker rm -f 5800583aade3f86d3fa58ae8cec462c904f9d4d1ef7650559e96b83b980ddff4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:51:18.784Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T08:51:18.784Z] . [Pipeline] withDockerContainer [2020-11-30T08:51:19.055Z] prd-ubuntu18.04-docker-arm64-4c-16g-13836 does not seem to be running inside a container [2020-11-30T08:51:19.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-30T08:51:20.613Z] $ docker top 15b3b1960649b67452e1ac6fa6b8417bc4a3b368c73280681523d43da300bee2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:51:21.663Z] + make test [2020-11-30T08:51:21.663Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T08:51:43.882Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-30T08:51:44.488Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.048s coverage: 85.7% of statements [2020-11-30T08:51:44.488Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-11-30T08:51:46.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.080s coverage: 45.4% of statements [2020-11-30T08:51:46.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.027s coverage: 77.8% of statements [2020-11-30T08:51:46.491Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-30T08:51:46.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.026s coverage: 6.6% of statements [2020-11-30T08:51:48.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements [2020-11-30T08:51:48.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.058s coverage: 100.0% of statements [2020-11-30T08:51:49.951Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements [2020-11-30T08:51:49.951Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-30T08:51:49.951Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-30T08:51:49.951Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.010s coverage: 100.0% of statements [2020-11-30T08:51:50.228Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.032s coverage: 47.8% of statements [2020-11-30T08:51:55.670Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.159s coverage: 63.0% of statements [2020-11-30T08:51:55.670Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.034s coverage: 26.3% of statements [2020-11-30T08:51:55.670Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.040s coverage: 15.4% of statements [2020-11-30T08:51:55.670Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements [2020-11-30T08:51:55.670Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.029s coverage: 14.3% of statements [2020-11-30T08:51:55.670Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-30T08:51:57.665Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.050s coverage: 81.5% of statements [2020-11-30T08:51:57.665Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-30T08:51:57.665Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-30T08:51:57.665Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.042s coverage: 29.1% of statements [2020-11-30T08:51:57.665Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.049s coverage: 100.0% of statements [2020-11-30T08:51:59.101Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.054s coverage: 94.4% of statements [2020-11-30T08:51:59.101Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-11-30T08:51:59.101Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-30T08:51:59.101Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T08:52:03.431Z] gofmt -l . [2020-11-30T08:52:03.705Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T08:52:04.397Z] $ docker stop --time=1 15b3b1960649b67452e1ac6fa6b8417bc4a3b368c73280681523d43da300bee2 [2020-11-30T08:52:06.619Z] $ docker rm -f 15b3b1960649b67452e1ac6fa6b8417bc4a3b368c73280681523d43da300bee2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T08:52:07.557Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T08:52:07.598Z] Warning: overwriting stash ‘coverage-report’ [2020-11-30T08:52:08.616Z] 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 [2020-11-30T08:52:22.153Z] provisioning config files... [2020-11-30T08:52:22.163Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config3725355801321765536tmp [Pipeline] { [Pipeline] sh [2020-11-30T08:52:22.541Z] + set +x [2020-11-30T08:52:22.541Z] + curl -s https://codecov.io/bash [2020-11-30T08:52:22.541Z] + bash -s -- [2020-11-30T08:52:22.803Z] [2020-11-30T08:52:22.803Z] _____ _ [2020-11-30T08:52:22.803Z] / ____| | | [2020-11-30T08:52:22.803Z] | | ___ __| | ___ ___ _____ __ [2020-11-30T08:52:22.803Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-30T08:52:22.803Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-30T08:52:22.803Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-30T08:52:22.803Z] Bash-20201124-79cbc08 [2020-11-30T08:52:22.803Z] [2020-11-30T08:52:22.803Z] [2020-11-30T08:52:22.803Z] ==> Jenkins CI detected. [2020-11-30T08:52:22.803Z] project root: . [2020-11-30T08:52:22.803Z] --> token set from env [2020-11-30T08:52:22.803Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-30T08:52:22.803Z] ==> Running gcov in . (disable via -X gcov) [2020-11-30T08:52:22.803Z] ==> Python coveragepy not found [2020-11-30T08:52:22.803Z] ==> Searching for coverage reports in: [2020-11-30T08:52:22.803Z] + . [2020-11-30T08:52:22.803Z] -> Found 1 reports [2020-11-30T08:52:22.803Z] ==> Detecting git/mercurial file structure [2020-11-30T08:52:22.803Z] ==> Reading reports [2020-11-30T08:52:22.803Z] + ./coverage.out bytes=107122 [2020-11-30T08:52:22.803Z] ==> Appending adjustments [2020-11-30T08:52:22.803Z] https://docs.codecov.io/docs/fixing-reports [2020-11-30T08:52:23.752Z] + Found adjustments [2020-11-30T08:52:23.752Z] ==> Gzipping contents [2020-11-30T08:52:23.752Z] 20K /tmp/codecov.CRELXK.gz [2020-11-30T08:52:23.752Z] ==> Uploading reports [2020-11-30T08:52:23.752Z] url: https://codecov.io [2020-11-30T08:52:23.752Z] query: branch=PR-375&commit=67f7fce190624ea6fb44a5b6f1830f09981f4492&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-375%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=375&job=&cmd_args= [2020-11-30T08:52:23.752Z] -> Pinging Codecov [2020-11-30T08:52:23.752Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-375&commit=67f7fce190624ea6fb44a5b6f1830f09981f4492&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-375%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=375&job=&cmd_args= [2020-11-30T08:52:24.015Z] -> Uploading to [2020-11-30T08:52:24.015Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-30/71470A77251A30514AAF9C0BB2E5B6CE/67f7fce190624ea6fb44a5b6f1830f09981f4492/96ed7c3a-8ae1-40c8-8e61-421d0f52d9cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T085223Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2bbae8b5426b6c820644f2adc36163442ed658d86bd0f0578f0893f39de73cae [2020-11-30T08:52:24.280Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-30T08:52:24.280Z] Dload Upload Total Spent Left Speed [2020-11-30T08:52:24.545Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17376 0 0 100 17376 0 41094 --:--:-- --:--:-- --:--:-- 41175 [2020-11-30T08:52:24.545Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/67f7fce190624ea6fb44a5b6f1830f09981f4492 [Pipeline] } [2020-11-30T08:52:24.558Z] 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 [2020-11-30T08:52:27.290Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:52:27.607Z] ---> package-listing.sh [2020-11-30T08:52:27.607Z] ++ facter osfamily [2020-11-30T08:52:27.607Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-30T08:52:27.607Z] + OS_FAMILY=redhat [2020-11-30T08:52:27.607Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-375 [2020-11-30T08:52:27.607Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-30T08:52:27.607Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-30T08:52:27.607Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-30T08:52:27.607Z] + PACKAGES=/tmp/packages_start.txt [2020-11-30T08:52:27.607Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-375 ']' [2020-11-30T08:52:27.607Z] + PACKAGES=/tmp/packages_end.txt [2020-11-30T08:52:27.607Z] + case "${OS_FAMILY}" in [2020-11-30T08:52:27.607Z] + rpm -qa [2020-11-30T08:52:27.607Z] + sort [2020-11-30T08:52:32.931Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-30T08:52:32.931Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-30T08:52:32.931Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-30T08:52:32.931Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-375 ']' [2020-11-30T08:52:32.931Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-375/archives/ [2020-11-30T08:52:32.931Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-375/archives/ [Pipeline] echo [2020-11-30T08:52:32.948Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-375/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-30T08:52:33.238Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:52:33.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T08:52:33.554Z] [2020-11-30T08:52:33.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:52:33.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T08:52:33.908Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-30T08:52:33.908Z] df20fa9351a1: Pulling fs layer [2020-11-30T08:52:33.908Z] 36b3adc4ff6f: Pulling fs layer [2020-11-30T08:52:33.908Z] 8ad3a11d3b57: Pulling fs layer [2020-11-30T08:52:33.908Z] 46f8f816bc3b: Pulling fs layer [2020-11-30T08:52:33.908Z] 93b61091891f: Pulling fs layer [2020-11-30T08:52:33.908Z] 93b9cdb0e59b: Pulling fs layer [2020-11-30T08:52:33.908Z] 5e14af77c1be: Pulling fs layer [2020-11-30T08:52:33.908Z] 01666e4c0597: Pulling fs layer [2020-11-30T08:52:33.908Z] aa168da1d23b: Pulling fs layer [2020-11-30T08:52:33.908Z] 93b9cdb0e59b: Waiting [2020-11-30T08:52:33.908Z] 5e14af77c1be: Waiting [2020-11-30T08:52:33.908Z] 01666e4c0597: Waiting [2020-11-30T08:52:33.908Z] aa168da1d23b: Waiting [2020-11-30T08:52:33.908Z] 46f8f816bc3b: Waiting [2020-11-30T08:52:33.908Z] 93b61091891f: Waiting [2020-11-30T08:52:33.908Z] 36b3adc4ff6f: Download complete [2020-11-30T08:52:33.908Z] 46f8f816bc3b: Verifying Checksum [2020-11-30T08:52:33.908Z] 46f8f816bc3b: Download complete [2020-11-30T08:52:33.908Z] df20fa9351a1: Verifying Checksum [2020-11-30T08:52:33.908Z] df20fa9351a1: Download complete [2020-11-30T08:52:34.175Z] 93b9cdb0e59b: Verifying Checksum [2020-11-30T08:52:34.175Z] 93b9cdb0e59b: Download complete [2020-11-30T08:52:34.175Z] 5e14af77c1be: Verifying Checksum [2020-11-30T08:52:34.175Z] 5e14af77c1be: Download complete [2020-11-30T08:52:34.175Z] 93b61091891f: Verifying Checksum [2020-11-30T08:52:34.175Z] 93b61091891f: Download complete [2020-11-30T08:52:34.175Z] 01666e4c0597: Verifying Checksum [2020-11-30T08:52:34.175Z] 01666e4c0597: Download complete [2020-11-30T08:52:34.441Z] df20fa9351a1: Pull complete [2020-11-30T08:52:34.441Z] 8ad3a11d3b57: Verifying Checksum [2020-11-30T08:52:34.441Z] 8ad3a11d3b57: Download complete [2020-11-30T08:52:34.705Z] 36b3adc4ff6f: Pull complete [2020-11-30T08:52:35.292Z] 8ad3a11d3b57: Pull complete [2020-11-30T08:52:35.558Z] 46f8f816bc3b: Pull complete [2020-11-30T08:52:36.165Z] 93b61091891f: Pull complete [2020-11-30T08:52:36.165Z] aa168da1d23b: Verifying Checksum [2020-11-30T08:52:36.165Z] aa168da1d23b: Download complete [2020-11-30T08:52:36.428Z] 93b9cdb0e59b: Pull complete [2020-11-30T08:52:36.428Z] 5e14af77c1be: Pull complete [2020-11-30T08:52:36.428Z] 01666e4c0597: Pull complete [2020-11-30T08:52:44.661Z] aa168da1d23b: Pull complete [2020-11-30T08:52:44.661Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-30T08:52:44.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T08:52:44.661Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-30T08:52:44.830Z] prd-centos7-docker-4c-2g-13832 does not seem to be running inside a container [2020-11-30T08:52:44.879Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-375/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-375 -v /w/workspace/dry_go-mod-core-contracts_PR-375:/w/workspace/dry_go-mod-core-contracts_PR-375:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-375@tmp:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-30T08:52:48.259Z] $ docker top b7cf676380f2a7d8f53c406e18fcb231a291501500c400d354af8928f69ff0d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:52:48.802Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-30T08:52:49.103Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-30T08:52:49.402Z] + ls /var/log/sa-host [2020-11-30T08:52:49.402Z] + sadf -c /var/log/sa-host/sa23 [2020-11-30T08:52:49.402Z] file_magic: OK [2020-11-30T08:52:49.402Z] HZ: Using current value: 100 [2020-11-30T08:52:49.402Z] file_header: OK [2020-11-30T08:52:49.402Z] 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 [2020-11-30T08:52:49.402Z] Statistics: [2020-11-30T08:52:49.402Z] Hnuu...uuuununununu... [2020-11-30T08:52:49.402Z] File successfully converted to sysstat format version 12.2.1 [2020-11-30T08:52:49.402Z] + sadf -c /var/log/sa-host/sa30 [2020-11-30T08:52:49.402Z] file_magic: OK [2020-11-30T08:52:49.402Z] HZ: Using current value: 100 [2020-11-30T08:52:49.402Z] file_header: OK [2020-11-30T08:52:49.402Z] 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 [2020-11-30T08:52:49.402Z] Statistics: [2020-11-30T08:52:49.402Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-30T08:52:49.402Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-30T08:52:49.599Z] provisioning config files... [2020-11-30T08:52:49.616Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config1050762943099664958tmp [Pipeline] { [Pipeline] echo [2020-11-30T08:52:49.691Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:52:49.989Z] ---> create-netrc.sh [Pipeline] } [2020-11-30T08:52:49.999Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-30T08:52:50.145Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:52:50.445Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-30T08:52:50.457Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:52:50.775Z] ---> sudo-logs.sh [2020-11-30T08:52:50.775Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-30T08:52:50.786Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:52:51.085Z] ---> job-cost.sh [2020-11-30T08:52:51.085Z] lf-activate-venv: SKIPPING [2020-11-30T08:52:51.085Z] INFO: No Stack... [2020-11-30T08:52:52.041Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-30T08:52:52.616Z] INFO: Archiving Costs [Pipeline] echo [2020-11-30T08:52:52.629Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:52:52.929Z] ---> logs-deploy.sh [2020-11-30T08:52:52.929Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-375/3 [2020-11-30T08:52:52.929Z] INFO: archiving workspace using pattern(s): [2020-11-30T08:52:54.328Z] Archives upload complete. [2020-11-30T08:52:54.328Z] INFO: archiving logs to Nexus