Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4870bf09809a11a22b530c385dd0cf0f620020d4+d38291b108151c678147caa989c3776b19aa5fc1 (19e335a9555ea128b18c2d18642be9dfed18afa3) 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: device-sdk-go-settings PROJECT: device-sdk-go 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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@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-27782 in /w/workspace/dgexfoundry_device-sdk-go_PR-799 [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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-799 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.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/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/799/head:refs/remotes/origin/PR-799 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 4870bf09809a11a22b530c385dd0cf0f620020d4 Merge succeeded, producing 6601b249950d14e725e02b5aef7ef760e48ce997 Checking out Revision 6601b249950d14e725e02b5aef7ef760e48ce997 (PR-799) > git config core.sparsecheckout # timeout=10 > git checkout -f 4870bf09809a11a22b530c385dd0cf0f620020d4 # 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 d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6601b249950d14e725e02b5aef7ef760e48ce997 # timeout=10 Commit message: "Merge commit 'd38291b108151c678147caa989c3776b19aa5fc1' into HEAD" > git rev-list --no-walk 4870bf09809a11a22b530c385dd0cf0f620020d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T02:41:34.192Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T02:41:34.496Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T02:41:34.605Z] ========================================================= [2021-02-26T02:41:34.605Z] EdgeX Global Pipelines Version Info [2021-02-26T02:41:34.605Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:41:36.129Z] ------------------- [2021-02-26T02:41:36.129Z] stable info: [2021-02-26T02:41:36.129Z] ------------------- [2021-02-26T02:41:36.129Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T02:41:36.129Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T02:41:36.129Z] Message: update stable to v1.0.182 [2021-02-26T02:41:37.072Z] ------------------- [2021-02-26T02:41:37.072Z] experimental info: [2021-02-26T02:41:37.072Z] ------------------- [2021-02-26T02:41:37.072Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T02:41:37.072Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T02:41:37.072Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T02:41:37.357Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-26T02:41:37.451Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-26T02:41:37.544Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T02:41:37.638Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T02:41:37.738Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T02:41:37.833Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T02:41:37.935Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T02:41:38.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T02:41:38.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-26T02:41:38.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T02:41:38.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T02:41:38.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-26T02:41:38.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T02:41:38.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T02:41:38.763Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T02:41:38.856Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T02:41:38.947Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T02:41:39.039Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T02:41:39.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T02:41:39.235Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-26T02:41:39.349Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-26T02:41:39.440Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-26T02:41:39.533Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-26T02:41:39.644Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-26T02:41:39.748Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-26T02:41:39.842Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T02:41:39.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-799 [Pipeline] echo [2021-02-26T02:41:40.023Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-799 [Pipeline] echo [2021-02-26T02:41:40.121Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-799 [Pipeline] echo [2021-02-26T02:41:40.231Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6601b249950d14e725e02b5aef7ef760e48ce997 [Pipeline] echo [2021-02-26T02:41:40.374Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6601b24 [Pipeline] echo [2021-02-26T02:41:40.540Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T02:41:40.740Z] provisioning config files... [2021-02-26T02:41:40.775Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp/config5465630950038099846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:41:41.128Z] ---> docker-login.sh [2021-02-26T02:41:41.128Z] nexus3.edgexfoundry.org:10001 [2021-02-26T02:41:41.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:41:41.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:41:41.652Z] Configure a credential helper to remove this warning. See [2021-02-26T02:41:41.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:41:41.652Z] [2021-02-26T02:41:41.652Z] Login Succeeded [2021-02-26T02:41:41.652Z] nexus3.edgexfoundry.org:10002 [2021-02-26T02:41:41.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:41:41.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:41:41.653Z] Configure a credential helper to remove this warning. See [2021-02-26T02:41:41.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:41:41.653Z] [2021-02-26T02:41:41.653Z] Login Succeeded [2021-02-26T02:41:41.653Z] nexus3.edgexfoundry.org:10003 [2021-02-26T02:41:41.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:41:41.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:41:41.916Z] Configure a credential helper to remove this warning. See [2021-02-26T02:41:41.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:41:41.916Z] [2021-02-26T02:41:41.916Z] Login Succeeded [2021-02-26T02:41:41.916Z] nexus3.edgexfoundry.org:10004 [2021-02-26T02:41:42.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:41:42.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:41:42.177Z] Configure a credential helper to remove this warning. See [2021-02-26T02:41:42.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:41:42.177Z] [2021-02-26T02:41:42.177Z] Login Succeeded [2021-02-26T02:41:42.177Z] docker.io [2021-02-26T02:41:42.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:41:42.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:41:42.440Z] Configure a credential helper to remove this warning. See [2021-02-26T02:41:42.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:41:42.440Z] [2021-02-26T02:41:42.440Z] Login Succeeded [2021-02-26T02:41:42.440Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T02:41:42.450Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T02:41:43.594Z] + git log --format=format:%s -1 6601b249950d14e725e02b5aef7ef760e48ce997 [Pipeline] echo [2021-02-26T02:41:43.656Z] GIT_COMMIT: 6601b249950d14e725e02b5aef7ef760e48ce997, Commit Message: Merge commit 'd38291b108151c678147caa989c3776b19aa5fc1' into HEAD [Pipeline] echo [2021-02-26T02:41:43.702Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:41:44.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T02:41:44.706Z] [2021-02-26T02:41:44.706Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:41:45.048Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T02:41:45.049Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T02:41:45.049Z] 31603596830f: Pulling fs layer [2021-02-26T02:41:45.049Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T02:41:45.049Z] 6ca5941a6612: Pulling fs layer [2021-02-26T02:41:45.049Z] ecc8261a40a4: Pulling fs layer [2021-02-26T02:41:45.049Z] ecc8261a40a4: Waiting [2021-02-26T02:41:45.049Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T02:41:45.049Z] 2a8b12db71e7: Download complete [2021-02-26T02:41:45.312Z] 31603596830f: Verifying Checksum [2021-02-26T02:41:45.312Z] 31603596830f: Download complete [2021-02-26T02:41:45.312Z] 6ca5941a6612: Verifying Checksum [2021-02-26T02:41:45.312Z] 6ca5941a6612: Download complete [2021-02-26T02:41:45.312Z] ecc8261a40a4: Verifying Checksum [2021-02-26T02:41:45.312Z] ecc8261a40a4: Download complete [2021-02-26T02:41:45.579Z] 31603596830f: Pull complete [2021-02-26T02:41:45.579Z] 2a8b12db71e7: Pull complete [2021-02-26T02:41:46.537Z] 6ca5941a6612: Pull complete [2021-02-26T02:41:46.808Z] ecc8261a40a4: Pull complete [2021-02-26T02:41:46.808Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T02:41:46.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T02:41:46.808Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T02:41:46.919Z] prd-centos7-docker-4c-2g-27782 does not seem to be running inside a container [2021-02-26T02:41:46.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-799 -v /w/workspace/dgexfoundry_device-sdk-go_PR-799:/w/workspace/dgexfoundry_device-sdk-go_PR-799:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-799@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T02:41:48.841Z] $ docker top 331747e523ca7a7c2ce9f4b8c5b058153ad8630bb6c2c22eaa9896a79862d9d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T02:41:49.142Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T02:41:49.142Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T02:41:49.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T02:41:49.356Z] $ docker exec 331747e523ca7a7c2ce9f4b8c5b058153ad8630bb6c2c22eaa9896a79862d9d5 ssh-agent [2021-02-26T02:41:49.523Z] SSH_AUTH_SOCK=/tmp/ssh-qVinNdsJkGz9/agent.12 [2021-02-26T02:41:49.523Z] SSH_AGENT_PID=17 [2021-02-26T02:41:49.532Z] Running ssh-add (command line suppressed) [2021-02-26T02:41:49.652Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp/private_key_3119760517511283641.key (/w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp/private_key_3119760517511283641.key) [2021-02-26T02:41:49.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T02:41:50.264Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T02:41:50.286Z] $ docker exec --env ******** --env ******** 331747e523ca7a7c2ce9f4b8c5b058153ad8630bb6c2c22eaa9896a79862d9d5 ssh-agent -k [2021-02-26T02:41:50.403Z] unset SSH_AUTH_SOCK; [2021-02-26T02:41:50.404Z] unset SSH_AGENT_PID; [2021-02-26T02:41:50.404Z] echo Agent pid 17 killed; [2021-02-26T02:41:50.448Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T02:41:50.621Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T02:41:50.621Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T02:41:50.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T02:41:50.790Z] $ docker exec 331747e523ca7a7c2ce9f4b8c5b058153ad8630bb6c2c22eaa9896a79862d9d5 ssh-agent [2021-02-26T02:41:50.947Z] SSH_AUTH_SOCK=/tmp/ssh-rejXCFTNYcvZ/agent.47 [2021-02-26T02:41:50.947Z] SSH_AGENT_PID=52 [2021-02-26T02:41:50.954Z] Running ssh-add (command line suppressed) [2021-02-26T02:41:51.077Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp/private_key_2828128075998768480.key (/w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp/private_key_2828128075998768480.key) [2021-02-26T02:41:51.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T02:41:51.508Z] + git semver init [2021-02-26T02:41:51.508Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T02:41:51.508Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-799/.git [2021-02-26T02:41:51.508Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-799 [2021-02-26T02:41:51.508Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T02:41:51.508Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T02:41:51.508Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T02:41:51.508Z] # $SEMVER_BRANCH = PR-799 [2021-02-26T02:41:51.508Z] # $SEMVER_TEMP = /tmp/semver-299970015 [2021-02-26T02:41:51.508Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-26T02:41:52.089Z] # '/tmp/semver-299970015' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-799/.semver' [2021-02-26T02:41:52.089Z] # -> Force: false [2021-02-26T02:41:52.089Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-799/.semver [Pipeline] } [2021-02-26T02:41:52.108Z] $ docker exec --env ******** --env ******** 331747e523ca7a7c2ce9f4b8c5b058153ad8630bb6c2c22eaa9896a79862d9d5 ssh-agent -k [2021-02-26T02:41:52.219Z] unset SSH_AUTH_SOCK; [2021-02-26T02:41:52.219Z] unset SSH_AGENT_PID; [2021-02-26T02:41:52.219Z] echo Agent pid 52 killed; [2021-02-26T02:41:52.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T02:41:52.757Z] + git semver [Pipeline] } [2021-02-26T02:41:52.775Z] $ docker stop --time=1 331747e523ca7a7c2ce9f4b8c5b058153ad8630bb6c2c22eaa9896a79862d9d5 [2021-02-26T02:41:54.352Z] $ docker rm -f 331747e523ca7a7c2ce9f4b8c5b058153ad8630bb6c2c22eaa9896a79862d9d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T02:41:54.813Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T02:41:55.155Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T02:41:55.158Z] [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-02-26T02:42:10.678Z] Still waiting to schedule task [2021-02-26T02:42:10.678Z] ‘prd-centos7-blackbox-4c-2g-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27783’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-26T02:42:10.681Z] Still waiting to schedule task [2021-02-26T02:42:10.681Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-26T02:43:55.703Z] Running on prd-centos7-docker-4c-2g-27785 in /w/workspace/dgexfoundry_device-sdk-go_PR-799 [Pipeline] { [Pipeline] ws [2021-02-26T02:43:55.773Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-26T02:43:58.356Z] using credential edgex-jenkins-ssh [2021-02-26T02:43:58.409Z] Cloning the remote Git repository [2021-02-26T02:43:57.947Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-26T02:43:58.032Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-26T02:43:58.096Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-26T02:43:58.096Z] > git --version # timeout=10 [2021-02-26T02:43:58.103Z] > git --version # 'git version 2.24.3' [2021-02-26T02:43:58.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T02:43:58.140Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T02:43:59.955Z] Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 4870bf09809a11a22b530c385dd0cf0f620020d4 [2021-02-26T02:44:00.114Z] Merge succeeded, producing 5cbbc51815cc12c08bf3e215c590b2ffe520de4c [2021-02-26T02:44:00.115Z] Checking out Revision 5cbbc51815cc12c08bf3e215c590b2ffe520de4c (PR-799) [2021-02-26T02:43:59.179Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-26T02:43:59.191Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T02:43:59.203Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-26T02:43:59.217Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-26T02:43:59.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T02:43:59.222Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/799/head:refs/remotes/origin/PR-799 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T02:43:59.607Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T02:43:59.617Z] > git checkout -f 4870bf09809a11a22b530c385dd0cf0f620020d4 # timeout=10 [2021-02-26T02:43:59.677Z] > git remote # timeout=10 [2021-02-26T02:43:59.683Z] > git config --get remote.origin.url # timeout=10 [2021-02-26T02:43:59.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T02:43:59.707Z] > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 [2021-02-26T02:43:59.751Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-26T02:43:59.771Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T02:43:59.775Z] > git checkout -f 5cbbc51815cc12c08bf3e215c590b2ffe520de4c # timeout=10 [2021-02-26T02:44:01.185Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27784 in /w/workspace/dgexfoundry_device-sdk-go_PR-799 [Pipeline] { [Pipeline] ws [2021-02-26T02:44:01.240Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-26T02:44:03.523Z] Commit message: "Merge commit 'd38291b108151c678147caa989c3776b19aa5fc1' into HEAD" [2021-02-26T02:44:03.463Z] > git rev-list --no-walk 4870bf09809a11a22b530c385dd0cf0f620020d4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T02:44:04.943Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T02:44:05.277Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T02:44:05.575Z] + sudo service docker restart [2021-02-26T02:44:05.575Z] + true [2021-02-26T02:44:05.575Z] Redirecting to /bin/systemctl restart docker.service [2021-02-26T02:44:06.091Z] using credential edgex-jenkins-ssh [2021-02-26T02:44:06.181Z] Cloning the remote Git repository [2021-02-26T02:44:06.241Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T02:44:07.055Z] provisioning config files... [2021-02-26T02:44:07.086Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8431405448100973922tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:44:06.342Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-26T02:44:06.411Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-26T02:44:06.412Z] > git --version # timeout=10 [2021-02-26T02:44:06.428Z] > git --version # 'git version 2.17.1' [2021-02-26T02:44:06.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T02:44:06.494Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T02:44:07.513Z] ---> docker-login.sh [2021-02-26T02:44:07.513Z] nexus3.edgexfoundry.org:10001 [2021-02-26T02:44:07.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:07.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:07.776Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:07.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:07.776Z] [2021-02-26T02:44:07.776Z] Login Succeeded [2021-02-26T02:44:07.776Z] nexus3.edgexfoundry.org:10002 [2021-02-26T02:44:08.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:08.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:08.039Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:08.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:08.039Z] [2021-02-26T02:44:08.039Z] Login Succeeded [2021-02-26T02:44:08.039Z] nexus3.edgexfoundry.org:10003 [2021-02-26T02:44:08.177Z] Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 4870bf09809a11a22b530c385dd0cf0f620020d4 [2021-02-26T02:44:08.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:08.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:08.301Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:08.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:08.301Z] [2021-02-26T02:44:08.301Z] Login Succeeded [2021-02-26T02:44:08.301Z] nexus3.edgexfoundry.org:10004 [2021-02-26T02:44:08.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:08.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:08.301Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:08.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:08.301Z] [2021-02-26T02:44:08.301Z] Login Succeeded [2021-02-26T02:44:08.486Z] Merge succeeded, producing e232cd275b2cd0c262920d61745be54e1517ad5b [2021-02-26T02:44:08.487Z] Checking out Revision e232cd275b2cd0c262920d61745be54e1517ad5b (PR-799) [2021-02-26T02:44:08.564Z] docker.io [2021-02-26T02:44:08.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:07.592Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-26T02:44:07.608Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T02:44:07.634Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-26T02:44:07.665Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-26T02:44:07.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T02:44:07.677Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/799/head:refs/remotes/origin/PR-799 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T02:44:08.200Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T02:44:08.226Z] > git checkout -f 4870bf09809a11a22b530c385dd0cf0f620020d4 # timeout=10 [2021-02-26T02:44:08.341Z] > git remote # timeout=10 [2021-02-26T02:44:08.356Z] > git config --get remote.origin.url # timeout=10 [2021-02-26T02:44:08.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T02:44:08.386Z] > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 [2021-02-26T02:44:08.470Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-26T02:44:08.494Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T02:44:08.507Z] > git checkout -f e232cd275b2cd0c262920d61745be54e1517ad5b # timeout=10 [2021-02-26T02:44:08.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:08.826Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:08.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:08.826Z] [2021-02-26T02:44:08.826Z] Login Succeeded [2021-02-26T02:44:08.826Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T02:44:08.835Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T02:44:09.228Z] ========================================================= [2021-02-26T02:44:09.228Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T02:44:09.228Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:44:09.571Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-26T02:44:09.571Z] Sending build context to Docker daemon 2.411MB [2021-02-26T02:44:09.571Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T02:44:09.571Z] Step 2/8 : FROM ${BASE} [2021-02-26T02:44:09.835Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T02:44:09.835Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T02:44:09.835Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T02:44:09.835Z] de9db76c5a1d: Pulling fs layer [2021-02-26T02:44:09.835Z] bca2f99d35d6: Pulling fs layer [2021-02-26T02:44:09.835Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T02:44:09.835Z] 7c6f9722023f: Pulling fs layer [2021-02-26T02:44:09.835Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T02:44:09.835Z] 93359f2a8cfa: Waiting [2021-02-26T02:44:09.835Z] bca2f99d35d6: Waiting [2021-02-26T02:44:09.835Z] 7c6f9722023f: Waiting [2021-02-26T02:44:09.835Z] de9db76c5a1d: Verifying Checksum [2021-02-26T02:44:09.835Z] de9db76c5a1d: Download complete [2021-02-26T02:44:09.835Z] 0ef7d3d256c8: Download complete [2021-02-26T02:44:09.835Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T02:44:09.835Z] 93359f2a8cfa: Download complete [2021-02-26T02:44:10.100Z] 7c6f9722023f: Verifying Checksum [2021-02-26T02:44:10.100Z] 7c6f9722023f: Download complete [2021-02-26T02:44:10.100Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T02:44:10.100Z] 188c0c94c7c5: Download complete [2021-02-26T02:44:10.363Z] 188c0c94c7c5: Pull complete [2021-02-26T02:44:10.625Z] 0ef7d3d256c8: Pull complete [2021-02-26T02:44:10.892Z] de9db76c5a1d: Pull complete [2021-02-26T02:44:12.292Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T02:44:12.292Z] a35cf1a2eb13: Download complete [2021-02-26T02:44:12.873Z] bca2f99d35d6: Verifying Checksum [2021-02-26T02:44:12.873Z] bca2f99d35d6: Download complete [2021-02-26T02:44:12.891Z] Commit message: "Merge commit 'd38291b108151c678147caa989c3776b19aa5fc1' into HEAD" [2021-02-26T02:44:12.898Z] > git rev-list --no-walk 4870bf09809a11a22b530c385dd0cf0f620020d4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T02:44:14.421Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T02:44:14.829Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T02:44:15.171Z] + true [2021-02-26T02:44:15.171Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T02:44:17.886Z] provisioning config files... [2021-02-26T02:44:17.929Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6950924152390500369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:44:18.192Z] bca2f99d35d6: Pull complete [2021-02-26T02:44:18.192Z] 93359f2a8cfa: Pull complete [2021-02-26T02:44:18.192Z] 7c6f9722023f: Pull complete [2021-02-26T02:44:18.430Z] ---> docker-login.sh [2021-02-26T02:44:18.431Z] nexus3.edgexfoundry.org:10001 [2021-02-26T02:44:19.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:19.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:19.699Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:19.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:19.699Z] [2021-02-26T02:44:19.699Z] Login Succeeded [2021-02-26T02:44:19.699Z] nexus3.edgexfoundry.org:10002 [2021-02-26T02:44:19.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:20.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:20.247Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:20.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:20.247Z] [2021-02-26T02:44:20.247Z] Login Succeeded [2021-02-26T02:44:20.247Z] nexus3.edgexfoundry.org:10003 [2021-02-26T02:44:20.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:20.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:20.804Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:20.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:20.804Z] [2021-02-26T02:44:20.804Z] Login Succeeded [2021-02-26T02:44:20.804Z] nexus3.edgexfoundry.org:10004 [2021-02-26T02:44:21.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:21.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:21.350Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:21.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:21.350Z] [2021-02-26T02:44:21.350Z] Login Succeeded [2021-02-26T02:44:21.350Z] docker.io [2021-02-26T02:44:21.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T02:44:21.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T02:44:21.896Z] Configure a credential helper to remove this warning. See [2021-02-26T02:44:21.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T02:44:21.896Z] [2021-02-26T02:44:21.896Z] Login Succeeded [2021-02-26T02:44:21.896Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T02:44:21.915Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T02:44:22.429Z] ========================================================= [2021-02-26T02:44:22.429Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T02:44:22.429Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:44:22.810Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-26T02:44:23.086Z] Sending build context to Docker daemon 2.41MB [2021-02-26T02:44:23.364Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T02:44:23.365Z] Step 2/8 : FROM ${BASE} [2021-02-26T02:44:23.365Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T02:44:23.365Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T02:44:23.365Z] a4357932f1b6: Pulling fs layer [2021-02-26T02:44:23.365Z] 18c013af1878: Pulling fs layer [2021-02-26T02:44:23.365Z] 00ac8860ef70: Pulling fs layer [2021-02-26T02:44:23.365Z] 63d7cb157983: Pulling fs layer [2021-02-26T02:44:23.365Z] b116817d02f9: Pulling fs layer [2021-02-26T02:44:23.365Z] 745a02a5169b: Pulling fs layer [2021-02-26T02:44:23.365Z] 00ac8860ef70: Waiting [2021-02-26T02:44:23.365Z] 63d7cb157983: Waiting [2021-02-26T02:44:23.365Z] b116817d02f9: Waiting [2021-02-26T02:44:23.365Z] 745a02a5169b: Waiting [2021-02-26T02:44:23.365Z] 18c013af1878: Download complete [2021-02-26T02:44:23.365Z] a4357932f1b6: Verifying Checksum [2021-02-26T02:44:23.365Z] a4357932f1b6: Download complete [2021-02-26T02:44:23.365Z] 63d7cb157983: Verifying Checksum [2021-02-26T02:44:23.365Z] 63d7cb157983: Download complete [2021-02-26T02:44:23.365Z] b116817d02f9: Verifying Checksum [2021-02-26T02:44:23.365Z] b116817d02f9: Download complete [2021-02-26T02:44:23.365Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T02:44:23.365Z] 5f621e34cdf4: Download complete [2021-02-26T02:44:24.355Z] 5f621e34cdf4: Pull complete [2021-02-26T02:44:24.960Z] a4357932f1b6: Pull complete [2021-02-26T02:44:25.233Z] 18c013af1878: Pull complete [2021-02-26T02:44:26.680Z] 745a02a5169b: Verifying Checksum [2021-02-26T02:44:26.680Z] 745a02a5169b: Download complete [2021-02-26T02:44:27.278Z] 00ac8860ef70: Verifying Checksum [2021-02-26T02:44:27.278Z] 00ac8860ef70: Download complete [2021-02-26T02:44:28.222Z] a35cf1a2eb13: Pull complete [2021-02-26T02:44:28.222Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T02:44:28.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T02:44:28.222Z] ---> a62c8e92a672 [2021-02-26T02:44:28.222Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-26T02:44:28.222Z] ---> Running in 0ab71f2ffea1 [2021-02-26T02:44:28.222Z] Removing intermediate container 0ab71f2ffea1 [2021-02-26T02:44:28.222Z] ---> b7f5b9792d42 [2021-02-26T02:44:28.222Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T02:44:28.222Z] ---> Running in 0ce6e0724879 [2021-02-26T02:44:28.799Z] Removing intermediate container 0ce6e0724879 [2021-02-26T02:44:28.799Z] ---> af671c616e7b [2021-02-26T02:44:28.799Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-26T02:44:28.799Z] ---> Running in 3c694ca7edc6 [2021-02-26T02:44:29.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T02:44:30.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T02:44:30.897Z] OK: 166 MiB in 39 packages [2021-02-26T02:44:31.159Z] Removing intermediate container 3c694ca7edc6 [2021-02-26T02:44:31.159Z] ---> 447a544d5d30 [2021-02-26T02:44:31.159Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-26T02:44:31.421Z] ---> Running in 8b07645963e0 [2021-02-26T02:44:31.421Z] Removing intermediate container 8b07645963e0 [2021-02-26T02:44:31.421Z] ---> 281fb7d0c3ad [2021-02-26T02:44:31.421Z] Step 7/8 : COPY . . [2021-02-26T02:44:32.814Z] ---> 69ab200cfe31 [2021-02-26T02:44:32.814Z] Step 8/8 : RUN go mod download [2021-02-26T02:44:32.814Z] ---> Running in cd07013969e3 [2021-02-26T02:44:37.432Z] 00ac8860ef70: Pull complete [2021-02-26T02:44:37.706Z] 63d7cb157983: Pull complete [2021-02-26T02:44:37.980Z] b116817d02f9: Pull complete [2021-02-26T02:44:42.296Z] 745a02a5169b: Pull complete [2021-02-26T02:44:42.296Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T02:44:42.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T02:44:42.296Z] ---> b7e6874047d6 [2021-02-26T02:44:42.296Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-26T02:44:44.923Z] ---> Running in 1476cf2490b3 [2021-02-26T02:44:44.923Z] Removing intermediate container 1476cf2490b3 [2021-02-26T02:44:44.923Z] ---> 8abbe66fb7a1 [2021-02-26T02:44:44.923Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T02:44:45.197Z] ---> Running in 4fc559d8a547 [2021-02-26T02:44:47.832Z] Removing intermediate container 4fc559d8a547 [2021-02-26T02:44:47.832Z] ---> 884bc5547b71 [2021-02-26T02:44:47.832Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-26T02:44:47.832Z] ---> Running in 6795fcecee5c [2021-02-26T02:44:48.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T02:44:49.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T02:44:50.406Z] OK: 142 MiB in 39 packages [2021-02-26T02:44:51.387Z] Removing intermediate container 6795fcecee5c [2021-02-26T02:44:51.387Z] ---> f71dc27c5fb6 [2021-02-26T02:44:51.388Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-26T02:44:51.661Z] ---> Running in b3bf1552c30f [2021-02-26T02:44:52.254Z] Removing intermediate container b3bf1552c30f [2021-02-26T02:44:52.254Z] ---> 7f33b82744e2 [2021-02-26T02:44:52.254Z] Step 7/8 : COPY . . [2021-02-26T02:44:53.233Z] ---> 1a29c894d674 [2021-02-26T02:44:53.233Z] Step 8/8 : RUN go mod download [2021-02-26T02:44:53.506Z] ---> Running in b012ff1d0318 [2021-02-26T02:44:54.853Z] Removing intermediate container cd07013969e3 [2021-02-26T02:44:54.853Z] ---> b2653a6d77b7 [2021-02-26T02:44:54.854Z] Successfully built b2653a6d77b7 [2021-02-26T02:44:54.854Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:44:55.524Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T02:44:55.524Z] . [Pipeline] withDockerContainer [2021-02-26T02:44:55.652Z] prd-centos7-docker-4c-2g-27785 does not seem to be running inside a container [2021-02-26T02:44:55.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T02:44:56.513Z] $ docker top d3cbfa9d2648d4797039d8a7bb0929dea5a85cb2b1e649f18ec9876db285087c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T02:44:56.995Z] + go version [2021-02-26T02:44:56.995Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T02:44:57.010Z] $ docker stop --time=1 d3cbfa9d2648d4797039d8a7bb0929dea5a85cb2b1e649f18ec9876db285087c [2021-02-26T02:44:58.358Z] $ docker rm -f d3cbfa9d2648d4797039d8a7bb0929dea5a85cb2b1e649f18ec9876db285087c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:44:59.192Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T02:44:59.192Z] . [Pipeline] withDockerContainer [2021-02-26T02:44:59.286Z] prd-centos7-docker-4c-2g-27785 does not seem to be running inside a container [2021-02-26T02:44:59.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T02:44:59.886Z] $ docker top 9235ba2146f7dac28982a1491100f9379480bce1a9229f90015d98e1685e3386 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T02:45:00.354Z] + make test [2021-02-26T02:45:00.355Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T02:45:08.584Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-26T02:45:16.838Z] # github.com/edgexfoundry/device-sdk-go/v2/pkg/models [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:30:25: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:405:23: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:409:30: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:415:23: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:419:30: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:435:21: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:436:11: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:437:28: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:16.838Z] pkg/models/commandvalue.go:438:11: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:20.317Z] Removing intermediate container b012ff1d0318 [2021-02-26T02:45:20.317Z] ---> 69aeee4f83c1 [2021-02-26T02:45:20.317Z] Successfully built 69aeee4f83c1 [2021-02-26T02:45:20.317Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:45:20.656Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T02:45:20.657Z] . [Pipeline] withDockerContainer [2021-02-26T02:45:20.923Z] prd-ubuntu18.04-docker-arm64-4c-16g-27784 does not seem to be running inside a container [2021-02-26T02:45:21.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-26T02:45:21.103Z] # github.com/edgexfoundry/device-sdk-go/v2/pkg/models [github.com/edgexfoundry/device-sdk-go/v2/pkg/models.test] [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:30: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:405: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:409: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:415: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:419: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:435: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:436: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:437: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:21.103Z] pkg/models/commandvalue.go:438: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:45:22.679Z] $ docker top f4d788bed3def37ca2e7acd687b016c92d3d59e26ecd16da0ddd379b0002b947 -eo pid,comm [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] [2021-02-26T02:45:23.048Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.045s coverage: 12.5% of statements [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller [build failed] [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [build failed] [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http [build failed] [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/models [build failed] [2021-02-26T02:45:23.048Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] [2021-02-26T02:45:23.048Z] make: *** [Makefile:32: test] Error 2 [Pipeline] { [Pipeline] } [2021-02-26T02:45:23.133Z] $ docker stop --time=1 9235ba2146f7dac28982a1491100f9379480bce1a9229f90015d98e1685e3386 [2021-02-26T02:45:26.571Z] $ docker rm -f 9235ba2146f7dac28982a1491100f9379480bce1a9229f90015d98e1685e3386 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [2021-02-26T02:45:27.441Z] + go version [2021-02-26T02:45:27.441Z] go version go1.15.5 linux/arm64 [Pipeline] // stage [Pipeline] } [2021-02-26T02:45:27.516Z] $ docker stop --time=1 f4d788bed3def37ca2e7acd687b016c92d3d59e26ecd16da0ddd379b0002b947 [2021-02-26T02:45:29.493Z] $ docker rm -f f4d788bed3def37ca2e7acd687b016c92d3d59e26ecd16da0ddd379b0002b947 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // script [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage Post stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:45:30.640Z] ---> job-cost.sh [2021-02-26T02:45:30.640Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yUsb [2021-02-26T02:45:30.823Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T02:45:30.824Z] . [Pipeline] withDockerContainer [2021-02-26T02:45:31.078Z] prd-ubuntu18.04-docker-arm64-4c-16g-27784 does not seem to be running inside a container [2021-02-26T02:45:31.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-26T02:45:32.819Z] $ docker top baede265ea917bb219f7d304ed11dee7493711c55669492400655e0ecdaf619a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T02:45:33.808Z] + make test [2021-02-26T02:45:33.808Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T02:45:45.565Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T02:45:56.004Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-26T02:46:17.731Z] lf-activate-venv(): INFO: Adding /tmp/venv-yUsb/bin to PATH [2021-02-26T02:46:17.732Z] INFO: No Stack... [2021-02-26T02:46:17.732Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T02:46:17.732Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T02:46:18.049Z] + cut -d, -f6 [2021-02-26T02:46:18.049Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock [2021-02-26T02:46:18.122Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] [2021-02-26T02:46:18.134Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] did not exist. Created. [2021-02-26T02:46:18.134Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T02:46:18.532Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-26T02:46:18.876Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T02:46:18.891Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T02:46:19.539Z] Failed in branch amd64 [2021-02-26T02:46:22.871Z] # github.com/edgexfoundry/device-sdk-go/v2/pkg/models [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:30:25: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:405:23: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:409:30: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:415:23: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:419:30: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:435:21: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:436:11: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:437:28: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:22.871Z] pkg/models/commandvalue.go:438:11: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:35.310Z] # github.com/edgexfoundry/device-sdk-go/v2/pkg/models [github.com/edgexfoundry/device-sdk-go/v2/pkg/models.test] [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:30: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:405: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:409: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:415: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:419: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:435: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:436: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".Base64Encoding [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:437: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:35.310Z] pkg/models/commandvalue.go:438: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models".ENotation [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] [2021-02-26T02:46:35.310Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.109s coverage: 12.5% of statements [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller [build failed] [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [build failed] [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http [build failed] [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/models [build failed] [2021-02-26T02:46:35.310Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] [2021-02-26T02:46:35.909Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2021-02-26T02:46:35.943Z] $ docker stop --time=1 baede265ea917bb219f7d304ed11dee7493711c55669492400655e0ecdaf619a [2021-02-26T02:46:38.202Z] $ docker rm -f baede265ea917bb219f7d304ed11dee7493711c55669492400655e0ecdaf619a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:46:39.711Z] ---> job-cost.sh [2021-02-26T02:46:39.711Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Msr9 [2021-02-26T02:47:18.741Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T02:49:25.544Z] lf-activate-venv(): INFO: Adding /tmp/venv-Msr9/bin to PATH [2021-02-26T02:49:25.544Z] INFO: No Stack... [2021-02-26T02:49:25.544Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T02:49:25.544Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T02:49:25.889Z] + cut -d, -f6 [2021-02-26T02:49:25.890Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock [2021-02-26T02:49:26.002Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] [2021-02-26T02:49:26.013Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] did not exist. Created. [2021-02-26T02:49:26.013Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T02:49:26.480Z] /w/workspace/device-sdk-go/2@tmp/durable-f0328799/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-f0328799/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-26T02:49:26.825Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T02:49:26.922Z] Warning: overwriting stash ‘stack-cost’ [2021-02-26T02:49:27.777Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T02:49:27.789Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-799-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T02:49:28.568Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:49:31.494Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:49:31.800Z] ---> package-listing.sh [2021-02-26T02:49:31.800Z] ++ facter osfamily [2021-02-26T02:49:31.800Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T02:49:31.800Z] + OS_FAMILY=redhat [2021-02-26T02:49:31.800Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-799 [2021-02-26T02:49:31.800Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T02:49:31.800Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T02:49:31.800Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T02:49:31.800Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T02:49:31.800Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-799 ']' [2021-02-26T02:49:31.800Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T02:49:31.800Z] + case "${OS_FAMILY}" in [2021-02-26T02:49:31.800Z] + rpm -qa [2021-02-26T02:49:31.800Z] + sort [2021-02-26T02:49:37.116Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T02:49:37.116Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T02:49:37.116Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T02:49:37.116Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-799 ']' [2021-02-26T02:49:37.116Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-799/archives/ [2021-02-26T02:49:37.116Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-799/archives/ [Pipeline] echo [2021-02-26T02:49:37.133Z] 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/dgexfoundry_device-sdk-go_PR-799/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-26T02:49:37.428Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:49:37.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T02:49:37.740Z] [2021-02-26T02:49:37.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T02:49:38.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T02:49:38.098Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T02:49:38.098Z] df20fa9351a1: Pulling fs layer [2021-02-26T02:49:38.098Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T02:49:38.098Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T02:49:38.098Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T02:49:38.098Z] 93b61091891f: Pulling fs layer [2021-02-26T02:49:38.098Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T02:49:38.098Z] 5e14af77c1be: Pulling fs layer [2021-02-26T02:49:38.098Z] 01666e4c0597: Pulling fs layer [2021-02-26T02:49:38.098Z] aa168da1d23b: Pulling fs layer [2021-02-26T02:49:38.098Z] 93b9cdb0e59b: Waiting [2021-02-26T02:49:38.098Z] 5e14af77c1be: Waiting [2021-02-26T02:49:38.098Z] 01666e4c0597: Waiting [2021-02-26T02:49:38.098Z] aa168da1d23b: Waiting [2021-02-26T02:49:38.098Z] 46f8f816bc3b: Waiting [2021-02-26T02:49:38.098Z] 93b61091891f: Waiting [2021-02-26T02:49:38.098Z] 36b3adc4ff6f: Download complete [2021-02-26T02:49:38.098Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T02:49:38.370Z] df20fa9351a1: Verifying Checksum [2021-02-26T02:49:38.370Z] df20fa9351a1: Download complete [2021-02-26T02:49:38.370Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T02:49:38.370Z] 93b9cdb0e59b: Download complete [2021-02-26T02:49:38.370Z] 5e14af77c1be: Verifying Checksum [2021-02-26T02:49:38.370Z] 5e14af77c1be: Download complete [2021-02-26T02:49:38.370Z] 93b61091891f: Download complete [2021-02-26T02:49:38.370Z] 01666e4c0597: Verifying Checksum [2021-02-26T02:49:38.370Z] 01666e4c0597: Download complete [2021-02-26T02:49:38.635Z] df20fa9351a1: Pull complete [2021-02-26T02:49:38.899Z] 36b3adc4ff6f: Pull complete [2021-02-26T02:49:38.899Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T02:49:38.899Z] 8ad3a11d3b57: Download complete [2021-02-26T02:49:39.860Z] 8ad3a11d3b57: Pull complete [2021-02-26T02:49:39.860Z] 46f8f816bc3b: Pull complete [2021-02-26T02:49:40.435Z] 93b61091891f: Pull complete [2021-02-26T02:49:40.697Z] aa168da1d23b: Verifying Checksum [2021-02-26T02:49:40.697Z] aa168da1d23b: Download complete [2021-02-26T02:49:40.961Z] 93b9cdb0e59b: Pull complete [2021-02-26T02:49:40.961Z] 5e14af77c1be: Pull complete [2021-02-26T02:49:41.225Z] 01666e4c0597: Pull complete [2021-02-26T02:49:47.847Z] aa168da1d23b: Pull complete [2021-02-26T02:49:47.847Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T02:49:47.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T02:49:47.847Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T02:49:48.019Z] prd-centos7-docker-4c-2g-27782 does not seem to be running inside a container [2021-02-26T02:49:48.070Z] $ 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/dgexfoundry_device-sdk-go_PR-799/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-799 -v /w/workspace/dgexfoundry_device-sdk-go_PR-799:/w/workspace/dgexfoundry_device-sdk-go_PR-799:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T02:49:51.876Z] $ docker top 1c38ea3fc58fa87a2eaed8c117a926dc63b15dc69cf81f5c66ebfd9330aca4e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T02:49:52.443Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T02:49:52.745Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T02:49:53.048Z] + ls /var/log/sa-host [2021-02-26T02:49:53.048Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T02:49:53.048Z] file_magic: OK [2021-02-26T02:49:53.048Z] HZ: Using current value: 100 [2021-02-26T02:49:53.048Z] file_header: OK [2021-02-26T02:49:53.048Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T02:49:53.048Z] Statistics: [2021-02-26T02:49:53.048Z] Hnuu...uuuununununu... [2021-02-26T02:49:53.048Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T02:49:53.048Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T02:49:53.048Z] file_magic: OK [2021-02-26T02:49:53.048Z] HZ: Using current value: 100 [2021-02-26T02:49:53.048Z] file_header: OK [2021-02-26T02:49:53.048Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T02:49:53.048Z] Statistics: [2021-02-26T02:49:53.048Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-26T02:49:53.048Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T02:49:53.887Z] provisioning config files... [2021-02-26T02:49:53.917Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-799@tmp/config188969944349502902tmp [Pipeline] { [Pipeline] echo [2021-02-26T02:49:53.994Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:49:54.299Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T02:49:54.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T02:49:54.415Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:49:54.717Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T02:49:54.729Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:49:55.029Z] ---> sudo-logs.sh [2021-02-26T02:49:55.029Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T02:49:55.134Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:49:55.434Z] ---> job-cost.sh [2021-02-26T02:49:55.434Z] lf-activate-venv: SKIPPING [2021-02-26T02:49:55.434Z] DEBUG: total: 0.20999999344348907 [2021-02-26T02:49:55.434Z] INFO: Retrieving Stack Cost... [2021-02-26T02:49:56.380Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T02:49:56.642Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T02:49:56.657Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T02:49:56.958Z] ---> logs-deploy.sh [2021-02-26T02:49:56.958Z] lf-activate-venv: SKIPPING [2021-02-26T02:49:56.958Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-799/2 [2021-02-26T02:49:56.958Z] INFO: archiving workspace using pattern(s): [2021-02-26T02:49:58.467Z] Archives upload complete. [2021-02-26T02:49:58.782Z] INFO: archiving logs to Nexus