Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cc046fc61b77b3872e1e4d069c09d9b904ba72b4+34e320ac99befae92f8b4aae2047dc1351ba020b (f4224a283b7bbcb3db0ae200fb6d1a42a5355eee) 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: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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-13045 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 Merge succeeded, producing 1327217935a4b81366492dd01d0c63c752111fdc Checking out Revision 1327217935a4b81366492dd01d0c63c752111fdc (PR-584) > 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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # 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 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1327217935a4b81366492dd01d0c63c752111fdc # timeout=10 Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" > git rev-list --no-walk cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-21T02:43:45.906Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-21T02:43:46.181Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-21T02:43:46.291Z] ========================================================= [2020-11-21T02:43:46.291Z] EdgeX Global Pipelines Version Info [2020-11-21T02:43:46.291Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:43:48.435Z] ------------------- [2020-11-21T02:43:48.435Z] stable info: [2020-11-21T02:43:48.435Z] ------------------- [2020-11-21T02:43:48.435Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-21T02:43:48.435Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-21T02:43:48.435Z] Message: update stable to v1.0.167 [2020-11-21T02:43:49.426Z] ------------------- [2020-11-21T02:43:49.426Z] experimental info: [2020-11-21T02:43:49.426Z] ------------------- [2020-11-21T02:43:49.426Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-21T02:43:49.426Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-21T02:43:49.426Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-21T02:43:49.776Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-21T02:43:49.864Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-21T02:43:49.954Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-21T02:43:50.049Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-21T02:43:50.132Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-21T02:43:50.215Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-21T02:43:50.318Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-21T02:43:50.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-21T02:43:50.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-21T02:43:50.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-21T02:43:50.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-21T02:43:50.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-21T02:43:50.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-21T02:43:51.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-21T02:43:51.131Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-21T02:43:51.225Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T02:43:51.314Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T02:43:51.395Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T02:43:51.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-21T02:43:51.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-21T02:43:51.672Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-21T02:43:51.773Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-21T02:43:51.873Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-21T02:43:51.984Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-21T02:43:52.115Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-21T02:43:52.209Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-21T02:43:52.306Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-11-21T02:43:52.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-11-21T02:43:52.490Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-11-21T02:43:52.656Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1327217935a4b81366492dd01d0c63c752111fdc [Pipeline] echo [2020-11-21T02:43:52.742Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1327217 [Pipeline] echo [2020-11-21T02:43:52.864Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T02:43:53.045Z] provisioning config files... [2020-11-21T02:43:53.075Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config7028274122548567555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:43:53.497Z] ---> docker-login.sh [2020-11-21T02:43:53.497Z] nexus3.edgexfoundry.org:10001 [2020-11-21T02:43:54.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:54.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:54.766Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:54.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:54.766Z] [2020-11-21T02:43:54.766Z] Login Succeeded [2020-11-21T02:43:54.766Z] nexus3.edgexfoundry.org:10002 [2020-11-21T02:43:54.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:55.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:55.034Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:55.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:55.034Z] [2020-11-21T02:43:55.034Z] Login Succeeded [2020-11-21T02:43:55.034Z] nexus3.edgexfoundry.org:10003 [2020-11-21T02:43:55.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:55.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:55.312Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:55.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:55.312Z] [2020-11-21T02:43:55.312Z] Login Succeeded [2020-11-21T02:43:55.312Z] nexus3.edgexfoundry.org:10004 [2020-11-21T02:43:55.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:55.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:55.579Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:55.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:55.579Z] [2020-11-21T02:43:55.579Z] Login Succeeded [2020-11-21T02:43:55.579Z] docker.io [2020-11-21T02:43:55.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:56.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:56.166Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:56.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:56.166Z] [2020-11-21T02:43:56.166Z] Login Succeeded [2020-11-21T02:43:56.166Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T02:43:56.195Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:43:57.177Z] + git log --format=format:%s -1 1327217935a4b81366492dd01d0c63c752111fdc [Pipeline] echo [2020-11-21T02:43:57.297Z] GIT_COMMIT: 1327217935a4b81366492dd01d0c63c752111fdc, Commit Message: Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD [Pipeline] echo [2020-11-21T02:43:57.339Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:43:58.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T02:43:58.058Z] [2020-11-21T02:43:58.058Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:43:58.511Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T02:43:58.511Z] latest: Pulling from edgex-devops/git-semver [2020-11-21T02:43:58.511Z] 31603596830f: Pulling fs layer [2020-11-21T02:43:58.511Z] 2a8b12db71e7: Pulling fs layer [2020-11-21T02:43:58.511Z] 6ca5941a6612: Pulling fs layer [2020-11-21T02:43:58.511Z] ecc8261a40a4: Pulling fs layer [2020-11-21T02:43:58.511Z] ecc8261a40a4: Waiting [2020-11-21T02:43:58.511Z] 2a8b12db71e7: Verifying Checksum [2020-11-21T02:43:58.511Z] 2a8b12db71e7: Download complete [2020-11-21T02:43:58.826Z] 31603596830f: Verifying Checksum [2020-11-21T02:43:58.826Z] 31603596830f: Download complete [2020-11-21T02:43:59.138Z] 6ca5941a6612: Verifying Checksum [2020-11-21T02:43:59.138Z] 6ca5941a6612: Download complete [2020-11-21T02:43:59.138Z] ecc8261a40a4: Verifying Checksum [2020-11-21T02:43:59.138Z] ecc8261a40a4: Download complete [2020-11-21T02:43:59.409Z] 31603596830f: Pull complete [2020-11-21T02:43:59.687Z] 2a8b12db71e7: Pull complete [2020-11-21T02:44:01.189Z] 6ca5941a6612: Pull complete [2020-11-21T02:44:01.797Z] ecc8261a40a4: Pull complete [2020-11-21T02:44:01.797Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-21T02:44:01.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T02:44:01.797Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-21T02:44:01.996Z] prd-centos7-docker-4c-2g-13045 does not seem to be running inside a container [2020-11-21T02:44:02.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 [2020-11-21T02:44:04.602Z] $ docker top cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T02:44:04.935Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T02:44:04.935Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T02:44:05.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T02:44:05.235Z] $ docker exec cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent [2020-11-21T02:44:05.506Z] SSH_AUTH_SOCK=/tmp/ssh-ReOOz1PuunvY/agent.12 [2020-11-21T02:44:05.506Z] SSH_AGENT_PID=18 [2020-11-21T02:44:05.535Z] Running ssh-add (command line suppressed) [2020-11-21T02:44:05.751Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5640589917704135245.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5640589917704135245.key) [2020-11-21T02:44:05.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T02:44:06.193Z] + git tag --points-at HEAD [Pipeline] } [2020-11-21T02:44:06.223Z] $ docker exec --env ******** --env ******** cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent -k [2020-11-21T02:44:06.398Z] unset SSH_AUTH_SOCK; [2020-11-21T02:44:06.399Z] unset SSH_AGENT_PID; [2020-11-21T02:44:06.399Z] echo Agent pid 18 killed; [2020-11-21T02:44:06.464Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-21T02:44:06.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T02:44:06.617Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T02:44:06.865Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T02:44:06.872Z] $ docker exec cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent [2020-11-21T02:44:07.134Z] SSH_AUTH_SOCK=/tmp/ssh-RnTCjyhLgiGC/agent.47 [2020-11-21T02:44:07.134Z] SSH_AGENT_PID=52 [2020-11-21T02:44:07.143Z] Running ssh-add (command line suppressed) [2020-11-21T02:44:07.366Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1644550792141829820.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1644550792141829820.key) [2020-11-21T02:44:07.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T02:44:07.930Z] + git semver init [2020-11-21T02:44:08.220Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T02:44:08.220Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-11-21T02:44:08.220Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-11-21T02:44:08.220Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T02:44:08.220Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T02:44:08.220Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T02:44:08.220Z] # $SEMVER_BRANCH = PR-584 [2020-11-21T02:44:08.220Z] # $SEMVER_TEMP = /tmp/semver-565530575 [2020-11-21T02:44:08.220Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-21T02:44:09.207Z] # '/tmp/semver-565530575' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-11-21T02:44:09.207Z] # -> Force: false [2020-11-21T02:44:09.207Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-11-21T02:44:09.225Z] $ docker exec --env ******** --env ******** cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent -k [2020-11-21T02:44:09.388Z] unset SSH_AUTH_SOCK; [2020-11-21T02:44:09.391Z] unset SSH_AGENT_PID; [2020-11-21T02:44:09.391Z] echo Agent pid 52 killed; [2020-11-21T02:44:09.461Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T02:44:10.012Z] + git semver [Pipeline] } [2020-11-21T02:44:10.035Z] $ docker stop --time=1 cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 [2020-11-21T02:44:11.733Z] $ docker rm -f cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T02:44:12.374Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-21T02:44:13.033Z] Stashed 1 file(s) [Pipeline] echo [2020-11-21T02:44:13.036Z] [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-21T02:44:28.576Z] Still waiting to schedule task [2020-11-21T02:44:28.576Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-21T02:44:28.579Z] Still waiting to schedule task [2020-11-21T02:44:28.579Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-21T02:46:31.881Z] Running on prd-centos7-docker-4c-2g-13050 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-11-21T02:46:31.970Z] Running in /w/workspace/device-sdk-go/34 [Pipeline] { [Pipeline] checkout [2020-11-21T02:46:39.375Z] using credential edgex-jenkins-ssh [2020-11-21T02:46:39.431Z] Cloning the remote Git repository [2020-11-21T02:46:39.466Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:46:39.549Z] > git init /w/workspace/device-sdk-go/34 # timeout=10 [2020-11-21T02:46:39.617Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:46:39.618Z] > git --version # timeout=10 [2020-11-21T02:46:39.627Z] > git --version # 'git version 2.16.5' [2020-11-21T02:46:39.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:46:40.913Z] Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 [2020-11-21T02:46:39.660Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:46:40.444Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:46:40.452Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:46:40.467Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:46:40.492Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:46:40.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:46:40.499Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-21T02:46:40.928Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:46:40.941Z] > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [2020-11-21T02:46:41.083Z] Merge succeeded, producing bb2e62b828492d2598bcc4e506b7fc095bbf14a3 [2020-11-21T02:46:41.084Z] Checking out Revision bb2e62b828492d2598bcc4e506b7fc095bbf14a3 (PR-584) [2020-11-21T02:46:41.003Z] > git remote # timeout=10 [2020-11-21T02:46:41.014Z] > git config --get remote.origin.url # timeout=10 [2020-11-21T02:46:41.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:46:41.037Z] > git merge 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 [2020-11-21T02:46:41.072Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-21T02:46:41.091Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:46:41.098Z] > git checkout -f bb2e62b828492d2598bcc4e506b7fc095bbf14a3 # timeout=10 [2020-11-21T02:46:44.928Z] Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" [2020-11-21T02:46:44.937Z] > git rev-list --no-walk cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:46:46.592Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:46:46.989Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:46:47.309Z] + sudo service docker restart [2020-11-21T02:46:47.309Z] + true [2020-11-21T02:46:47.309Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T02:46:48.902Z] provisioning config files... [2020-11-21T02:46:48.938Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/34@tmp/config3134041564587079099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:46:49.363Z] ---> docker-login.sh [2020-11-21T02:46:49.363Z] nexus3.edgexfoundry.org:10001 [2020-11-21T02:46:50.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:46:50.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:46:50.336Z] Configure a credential helper to remove this warning. See [2020-11-21T02:46:50.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:46:50.336Z] [2020-11-21T02:46:50.603Z] Login Succeeded [2020-11-21T02:46:50.603Z] nexus3.edgexfoundry.org:10002 [2020-11-21T02:46:50.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:46:50.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:46:50.880Z] Configure a credential helper to remove this warning. See [2020-11-21T02:46:50.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:46:50.880Z] [2020-11-21T02:46:50.880Z] Login Succeeded [2020-11-21T02:46:50.880Z] nexus3.edgexfoundry.org:10003 [2020-11-21T02:46:50.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:46:51.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:46:51.162Z] Configure a credential helper to remove this warning. See [2020-11-21T02:46:51.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:46:51.162Z] [2020-11-21T02:46:51.162Z] Login Succeeded [2020-11-21T02:46:51.162Z] nexus3.edgexfoundry.org:10004 [2020-11-21T02:46:51.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:46:51.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:46:51.432Z] Configure a credential helper to remove this warning. See [2020-11-21T02:46:51.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:46:51.432Z] [2020-11-21T02:46:51.432Z] Login Succeeded [2020-11-21T02:46:51.432Z] docker.io [2020-11-21T02:46:51.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:46:52.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:46:52.018Z] Configure a credential helper to remove this warning. See [2020-11-21T02:46:52.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:46:52.018Z] [2020-11-21T02:46:52.018Z] Login Succeeded [2020-11-21T02:46:52.018Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T02:46:52.033Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T02:46:52.847Z] ========================================================= [2020-11-21T02:46:52.847Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-21T02:46:52.847Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:46:53.264Z] + 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-21T02:46:53.537Z] Sending build context to Docker daemon 2.36MB [2020-11-21T02:46:53.537Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-21T02:46:53.537Z] Step 2/8 : FROM ${BASE} [2020-11-21T02:46:53.538Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-21T02:46:53.538Z] df20fa9351a1: Pulling fs layer [2020-11-21T02:46:53.538Z] ed8968b2872e: Pulling fs layer [2020-11-21T02:46:53.538Z] a92cc7c5fd73: Pulling fs layer [2020-11-21T02:46:53.538Z] e871e8e8d7a9: Pulling fs layer [2020-11-21T02:46:53.538Z] e73272ec9a57: Pulling fs layer [2020-11-21T02:46:53.538Z] 1e910a182e73: Pulling fs layer [2020-11-21T02:46:53.538Z] 4e634b169226: Pulling fs layer [2020-11-21T02:46:53.538Z] e871e8e8d7a9: Waiting [2020-11-21T02:46:53.538Z] e73272ec9a57: Waiting [2020-11-21T02:46:53.538Z] 1e910a182e73: Waiting [2020-11-21T02:46:53.538Z] 4e634b169226: Waiting [2020-11-21T02:46:53.818Z] a92cc7c5fd73: Verifying Checksum [2020-11-21T02:46:53.818Z] a92cc7c5fd73: Download complete [2020-11-21T02:46:53.818Z] ed8968b2872e: Verifying Checksum [2020-11-21T02:46:53.818Z] ed8968b2872e: Download complete [2020-11-21T02:46:53.818Z] e73272ec9a57: Verifying Checksum [2020-11-21T02:46:53.818Z] e73272ec9a57: Download complete [2020-11-21T02:46:53.818Z] 1e910a182e73: Verifying Checksum [2020-11-21T02:46:53.818Z] 1e910a182e73: Download complete [2020-11-21T02:46:53.818Z] df20fa9351a1: Verifying Checksum [2020-11-21T02:46:53.818Z] df20fa9351a1: Download complete [2020-11-21T02:46:54.099Z] df20fa9351a1: Pull complete [2020-11-21T02:46:54.376Z] ed8968b2872e: Pull complete [2020-11-21T02:46:54.647Z] a92cc7c5fd73: Pull complete [2020-11-21T02:46:58.092Z] 4e634b169226: Verifying Checksum [2020-11-21T02:46:58.092Z] 4e634b169226: Download complete [2020-11-21T02:46:59.566Z] e871e8e8d7a9: Verifying Checksum [2020-11-21T02:46:59.566Z] e871e8e8d7a9: Download complete [2020-11-21T02:47:07.912Z] e871e8e8d7a9: Pull complete [2020-11-21T02:47:07.912Z] e73272ec9a57: Pull complete [2020-11-21T02:47:07.912Z] 1e910a182e73: Pull complete [2020-11-21T02:47:14.774Z] 4e634b169226: Pull complete [2020-11-21T02:47:14.774Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-21T02:47:14.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-21T02:47:14.774Z] ---> f7629b54cfaa [2020-11-21T02:47:14.775Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:47:14.775Z] ---> Running in e26922eda8ce [2020-11-21T02:47:14.775Z] Removing intermediate container e26922eda8ce [2020-11-21T02:47:14.775Z] ---> 944ca87d7f59 [2020-11-21T02:47:14.775Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:47:14.775Z] ---> Running in 88accb7318c1 [2020-11-21T02:47:16.803Z] Removing intermediate container 88accb7318c1 [2020-11-21T02:47:16.803Z] ---> ee8cf715ce2b [2020-11-21T02:47:16.803Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-21T02:47:16.803Z] ---> Running in d63dcaa2ce80 [2020-11-21T02:47:17.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T02:47:18.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T02:47:18.616Z] OK: 166 MiB in 39 packages [2020-11-21T02:47:19.230Z] Removing intermediate container d63dcaa2ce80 [2020-11-21T02:47:19.230Z] ---> 2347cf1959b9 [2020-11-21T02:47:19.230Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-21T02:47:19.230Z] ---> Running in 532a0a42c723 [2020-11-21T02:47:19.507Z] Removing intermediate container 532a0a42c723 [2020-11-21T02:47:19.507Z] ---> 09cd2d49face [2020-11-21T02:47:19.507Z] Step 7/8 : COPY . . [2020-11-21T02:47:21.499Z] ---> fde60ee7af93 [2020-11-21T02:47:21.499Z] Step 8/8 : RUN go mod download [2020-11-21T02:47:21.499Z] ---> Running in 8de49de2acf0 [2020-11-21T02:47:23.832Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13052 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-11-21T02:47:23.889Z] Running in /w/workspace/device-sdk-go/34 [Pipeline] { [Pipeline] checkout [2020-11-21T02:47:29.217Z] using credential edgex-jenkins-ssh [2020-11-21T02:47:29.285Z] Cloning the remote Git repository [2020-11-21T02:47:29.346Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:47:29.464Z] > git init /w/workspace/device-sdk-go/34 # timeout=10 [2020-11-21T02:47:29.545Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:47:29.546Z] > git --version # timeout=10 [2020-11-21T02:47:29.564Z] > git --version # 'git version 2.17.1' [2020-11-21T02:47:29.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:47:29.657Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:47:30.893Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:47:30.910Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:47:30.937Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:47:30.972Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:47:30.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:47:30.985Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-21T02:47:31.543Z] Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 [2020-11-21T02:47:31.932Z] Merge succeeded, producing d2c987f8eb86e8218ed0f39be88e06506734629e [2020-11-21T02:47:31.932Z] Checking out Revision d2c987f8eb86e8218ed0f39be88e06506734629e (PR-584) [2020-11-21T02:47:31.568Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:47:31.592Z] > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [2020-11-21T02:47:31.712Z] > git remote # timeout=10 [2020-11-21T02:47:31.730Z] > git config --get remote.origin.url # timeout=10 [2020-11-21T02:47:31.753Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:47:31.763Z] > git merge 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 [2020-11-21T02:47:31.855Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-21T02:47:31.943Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:47:31.964Z] > git checkout -f d2c987f8eb86e8218ed0f39be88e06506734629e # timeout=10 [2020-11-21T02:47:36.457Z] Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" [2020-11-21T02:47:36.468Z] > git rev-list --no-walk cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:47:38.201Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:47:38.670Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:47:39.016Z] + sudo service docker restart [2020-11-21T02:47:39.016Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T02:47:41.728Z] provisioning config files... [2020-11-21T02:47:41.771Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/34@tmp/config7238614193965994389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:47:42.187Z] ---> docker-login.sh [2020-11-21T02:47:42.187Z] nexus3.edgexfoundry.org:10001 [2020-11-21T02:47:43.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:43.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:43.183Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:43.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:43.183Z] [2020-11-21T02:47:43.183Z] Login Succeeded [2020-11-21T02:47:43.458Z] nexus3.edgexfoundry.org:10002 [2020-11-21T02:47:43.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:43.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:43.734Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:43.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:43.734Z] [2020-11-21T02:47:43.734Z] Login Succeeded [2020-11-21T02:47:44.008Z] nexus3.edgexfoundry.org:10003 [2020-11-21T02:47:44.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:44.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:44.562Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:44.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:44.562Z] [2020-11-21T02:47:44.562Z] Login Succeeded [2020-11-21T02:47:44.562Z] nexus3.edgexfoundry.org:10004 [2020-11-21T02:47:44.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:44.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:44.838Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:44.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:44.838Z] [2020-11-21T02:47:44.838Z] Login Succeeded [2020-11-21T02:47:44.838Z] docker.io [2020-11-21T02:47:45.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:45.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:45.711Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:45.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:45.711Z] [2020-11-21T02:47:45.711Z] Login Succeeded [2020-11-21T02:47:45.711Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T02:47:45.733Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T02:47:46.265Z] ========================================================= [2020-11-21T02:47:46.265Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-21T02:47:46.265Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:47:46.659Z] + 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-21T02:47:46.934Z] Sending build context to Docker daemon 2.359MB [2020-11-21T02:47:46.934Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-21T02:47:46.934Z] Step 2/8 : FROM ${BASE} [2020-11-21T02:47:47.207Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-21T02:47:47.207Z] b538f80385f9: Pulling fs layer [2020-11-21T02:47:47.207Z] 74f711af9a0d: Pulling fs layer [2020-11-21T02:47:47.207Z] 99f96fe45779: Pulling fs layer [2020-11-21T02:47:47.207Z] 8529a6b9a6be: Pulling fs layer [2020-11-21T02:47:47.207Z] 45590311c82a: Pulling fs layer [2020-11-21T02:47:47.207Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-21T02:47:47.207Z] 209524e5b208: Pulling fs layer [2020-11-21T02:47:47.207Z] 8529a6b9a6be: Waiting [2020-11-21T02:47:47.207Z] 45590311c82a: Waiting [2020-11-21T02:47:47.207Z] 69ca0ff8b7b3: Waiting [2020-11-21T02:47:47.207Z] 209524e5b208: Waiting [2020-11-21T02:47:47.207Z] 99f96fe45779: Download complete [2020-11-21T02:47:47.207Z] 74f711af9a0d: Verifying Checksum [2020-11-21T02:47:47.207Z] 74f711af9a0d: Download complete [2020-11-21T02:47:47.207Z] 45590311c82a: Verifying Checksum [2020-11-21T02:47:47.207Z] 45590311c82a: Download complete [2020-11-21T02:47:47.207Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-21T02:47:47.207Z] 69ca0ff8b7b3: Download complete [2020-11-21T02:47:47.482Z] b538f80385f9: Verifying Checksum [2020-11-21T02:47:47.483Z] b538f80385f9: Download complete [2020-11-21T02:47:48.083Z] b538f80385f9: Pull complete [2020-11-21T02:47:48.252Z] Removing intermediate container 8de49de2acf0 [2020-11-21T02:47:48.252Z] ---> c1a0c2cc8ab7 [2020-11-21T02:47:48.252Z] Successfully built c1a0c2cc8ab7 [2020-11-21T02:47:48.252Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:47:48.599Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T02:47:48.696Z] 74f711af9a0d: Pull complete [2020-11-21T02:47:48.871Z] . [Pipeline] withDockerContainer [2020-11-21T02:47:48.973Z] 99f96fe45779: Pull complete [2020-11-21T02:47:49.025Z] prd-centos7-docker-4c-2g-13050 does not seem to be running inside a container [2020-11-21T02:47:49.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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-21T02:47:49.572Z] 209524e5b208: Verifying Checksum [2020-11-21T02:47:49.573Z] 209524e5b208: Download complete [2020-11-21T02:47:50.167Z] $ docker top ee01bc485180eea3bffc5f96acfeb307fee60e0ab56b2ae8b3eecc58d0d009db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:47:50.782Z] + go version [2020-11-21T02:47:50.782Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-21T02:47:50.804Z] $ docker stop --time=1 ee01bc485180eea3bffc5f96acfeb307fee60e0ab56b2ae8b3eecc58d0d009db [2020-11-21T02:47:51.004Z] 8529a6b9a6be: Verifying Checksum [2020-11-21T02:47:51.004Z] 8529a6b9a6be: Download complete [2020-11-21T02:47:52.244Z] $ docker rm -f ee01bc485180eea3bffc5f96acfeb307fee60e0ab56b2ae8b3eecc58d0d009db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:47:54.503Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T02:47:54.503Z] . [Pipeline] withDockerContainer [2020-11-21T02:47:54.679Z] prd-centos7-docker-4c-2g-13050 does not seem to be running inside a container [2020-11-21T02:47:54.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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-21T02:47:55.724Z] $ docker top 935eb554e320dd06aadb1706da8de5091099c4b645439aa57584c8ed9c103ad9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:47:56.321Z] + make test [2020-11-21T02:47:56.321Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-21T02:48:01.178Z] 8529a6b9a6be: Pull complete [2020-11-21T02:48:01.178Z] 45590311c82a: Pull complete [2020-11-21T02:48:01.455Z] 69ca0ff8b7b3: Pull complete [2020-11-21T02:48:05.783Z] 209524e5b208: Pull complete [2020-11-21T02:48:05.783Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-21T02:48:05.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-21T02:48:05.783Z] ---> 5bddaf1c2fca [2020-11-21T02:48:05.783Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:48:07.781Z] ---> Running in cb88cd2dfa2b [2020-11-21T02:48:08.056Z] Removing intermediate container cb88cd2dfa2b [2020-11-21T02:48:08.056Z] ---> d2c8bc9a9d28 [2020-11-21T02:48:08.056Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:48:08.330Z] ---> Running in 481959f107b1 [2020-11-21T02:48:09.292Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-21T02:48:10.965Z] Removing intermediate container 481959f107b1 [2020-11-21T02:48:10.965Z] ---> 881acf3a8544 [2020-11-21T02:48:10.965Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-21T02:48:10.966Z] ---> Running in 93da9df28fef [2020-11-21T02:48:12.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T02:48:13.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T02:48:13.999Z] OK: 142 MiB in 39 packages [2020-11-21T02:48:15.433Z] Removing intermediate container 93da9df28fef [2020-11-21T02:48:15.433Z] ---> 16412644148f [2020-11-21T02:48:15.433Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-21T02:48:15.433Z] ---> Running in e72c98048ea8 [2020-11-21T02:48:15.715Z] Removing intermediate container e72c98048ea8 [2020-11-21T02:48:15.715Z] ---> 1a7090984411 [2020-11-21T02:48:15.715Z] Step 7/8 : COPY . . [2020-11-21T02:48:17.157Z] ---> 0121ba0c9526 [2020-11-21T02:48:17.157Z] Step 8/8 : RUN go mod download [2020-11-21T02:48:17.157Z] ---> Running in 8972e97d8b04 [2020-11-21T02:48:31.751Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-21T02:48:31.752Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-21T02:48:31.752Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-21T02:48:31.752Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.093s coverage: 20.6% of statements [2020-11-21T02:48:34.549Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.816s coverage: 97.1% of statements [2020-11-21T02:48:39.337Z] Removing intermediate container 8972e97d8b04 [2020-11-21T02:48:39.337Z] ---> 314a522ce4e6 [2020-11-21T02:48:39.337Z] Successfully built 314a522ce4e6 [2020-11-21T02:48:39.337Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:48:39.678Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T02:48:39.679Z] . [Pipeline] withDockerContainer [2020-11-21T02:48:39.955Z] prd-ubuntu18.04-docker-arm64-4c-16g-13052 does not seem to be running inside a container [2020-11-21T02:48:40.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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-21T02:48:41.953Z] $ docker top c8c26419fbe9228137671b5896d9db3c98f2eb82c05ea64eb2cf41bdf9db9465 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:48:43.338Z] + go version [2020-11-21T02:48:43.338Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-21T02:48:43.364Z] $ docker stop --time=1 c8c26419fbe9228137671b5896d9db3c98f2eb82c05ea64eb2cf41bdf9db9465 [2020-11-21T02:48:45.336Z] $ docker rm -f c8c26419fbe9228137671b5896d9db3c98f2eb82c05ea64eb2cf41bdf9db9465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:48:46.370Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T02:48:46.370Z] . [Pipeline] withDockerContainer [2020-11-21T02:48:46.624Z] prd-ubuntu18.04-docker-arm64-4c-16g-13052 does not seem to be running inside a container [2020-11-21T02:48:46.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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-21T02:48:48.518Z] $ docker top 96dccd5e685e97df040daee2a424b022d2da5b62211961866dfd85dee92b6dff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:48:49.945Z] + make test [2020-11-21T02:48:49.946Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-21T02:49:06.944Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.100s coverage: 9.4% of statements [2020-11-21T02:49:06.944Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.082s coverage: 21.9% of statements [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-21T02:49:06.944Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.578s coverage: 42.5% of statements [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-21T02:49:06.944Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.353s coverage: 68.9% of statements [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-21T02:49:06.944Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.121s coverage: 52.6% of statements [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-21T02:49:06.944Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.878s coverage: 68.9% of statements [2020-11-21T02:49:06.944Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.070s coverage: 4.7% of statements [2020-11-21T02:49:06.944Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-21T02:49:06.944Z] GO111MODULE=on go vet ./... [2020-11-21T02:49:12.123Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-21T02:49:19.602Z] gofmt -l . [2020-11-21T02:49:19.602Z] [ "`gofmt -l .`" = "" ] [2020-11-21T02:49:19.602Z] ./bin/test-attribution-txt.sh [2020-11-21T02:49:21.046Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-21T02:49:21.703Z] $ docker stop --time=1 935eb554e320dd06aadb1706da8de5091099c4b645439aa57584c8ed9c103ad9 [2020-11-21T02:49:23.916Z] $ docker rm -f 935eb554e320dd06aadb1706da8de5091099c4b645439aa57584c8ed9c103ad9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T02:49:24.972Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-21T02:49:25.547Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-21T02:49:26.866Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-21T02:49:27.231Z] + ls -al . [2020-11-21T02:49:27.231Z] total 208 [2020-11-21T02:49:27.231Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 21 02:49 . [2020-11-21T02:49:27.231Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 21 02:46 .. [2020-11-21T02:49:27.231Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 21 02:46 bin [2020-11-21T02:49:27.231Z] -rw-r--r--. 1 jenkins jenkins 127610 Nov 21 02:49 coverage.out [2020-11-21T02:49:27.231Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 21 02:46 Dockerfile.build [2020-11-21T02:49:27.231Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 21 02:46 .dockerignore [2020-11-21T02:49:27.231Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 21 02:46 example [2020-11-21T02:49:27.231Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 21 02:46 .git [2020-11-21T02:49:27.231Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 21 02:46 .github [2020-11-21T02:49:27.231Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 21 02:46 .gitignore [2020-11-21T02:49:27.231Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 21 02:49 go.mod [2020-11-21T02:49:27.231Z] -rw-r--r--. 1 jenkins jenkins 13521 Nov 21 02:49 go.sum [2020-11-21T02:49:27.231Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 21 02:46 internal [2020-11-21T02:49:27.232Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 21 02:46 Jenkinsfile [2020-11-21T02:49:27.232Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 21 02:46 LICENSE [2020-11-21T02:49:27.232Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 21 02:46 Makefile [2020-11-21T02:49:27.232Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 21 02:46 openapi [2020-11-21T02:49:27.232Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 21 02:46 pkg [2020-11-21T02:49:27.232Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 21 02:46 README.md [2020-11-21T02:49:27.232Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 21 02:46 RELEASE-NOTES.txt [2020-11-21T02:49:27.232Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 21 02:46 snap [2020-11-21T02:49:27.232Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 21 02:44 VERSION [2020-11-21T02:49:27.232Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 21 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:49:27.612Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1327217935a4b81366492dd01d0c63c752111fdc --label arch=amd64 --label version=0.0.0 . [2020-11-21T02:49:28.237Z] Sending build context to Docker daemon 2.488MB [2020-11-21T02:49:28.237Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-21T02:49:28.237Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-21T02:49:28.237Z] ---> c1a0c2cc8ab7 [2020-11-21T02:49:28.237Z] Step 3/24 : ARG MAKE='make build' [2020-11-21T02:49:28.533Z] ---> Running in ea2a9c9e8da0 [2020-11-21T02:49:28.835Z] Removing intermediate container ea2a9c9e8da0 [2020-11-21T02:49:28.835Z] ---> ebea7801cc5f [2020-11-21T02:49:28.835Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-21T02:49:29.100Z] ---> Running in 0e891d74793d [2020-11-21T02:49:29.365Z] Removing intermediate container 0e891d74793d [2020-11-21T02:49:29.365Z] ---> e1462e4623ff [2020-11-21T02:49:29.365Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:49:29.365Z] ---> Running in 7c643181251d [2020-11-21T02:49:29.637Z] Removing intermediate container 7c643181251d [2020-11-21T02:49:29.637Z] ---> d78d8f1faa42 [2020-11-21T02:49:29.637Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:49:29.637Z] ---> Running in 1de44a61d9cb [2020-11-21T02:49:31.202Z] Removing intermediate container 1de44a61d9cb [2020-11-21T02:49:31.202Z] ---> 23947875301c [2020-11-21T02:49:31.202Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-21T02:49:31.202Z] ---> Running in d90172d8f9c1 [2020-11-21T02:49:31.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T02:49:32.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T02:49:32.644Z] OK: 166 MiB in 39 packages [2020-11-21T02:49:33.234Z] Removing intermediate container d90172d8f9c1 [2020-11-21T02:49:33.234Z] ---> 2baafcb9bc84 [2020-11-21T02:49:33.234Z] Step 8/24 : COPY . . [2020-11-21T02:49:34.200Z] ---> 8c239d4a5e96 [2020-11-21T02:49:34.200Z] Step 9/24 : RUN ${MAKE} [2020-11-21T02:49:34.200Z] ---> Running in 391b8881103e [2020-11-21T02:49:35.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-21T02:49:50.577Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-21T02:49:50.854Z] Removing intermediate container 391b8881103e [2020-11-21T02:49:50.854Z] ---> 5ed24042fd80 [2020-11-21T02:49:50.854Z] Step 10/24 : FROM scratch [2020-11-21T02:49:50.854Z] ---> [2020-11-21T02:49:50.854Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:49:50.854Z] ---> Running in 82a1fdb165d8 [2020-11-21T02:49:51.174Z] Removing intermediate container 82a1fdb165d8 [2020-11-21T02:49:51.174Z] ---> 6d48870172e5 [2020-11-21T02:49:51.174Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-21T02:49:51.174Z] ---> Running in 38043492bd47 [2020-11-21T02:49:51.457Z] Removing intermediate container 38043492bd47 [2020-11-21T02:49:51.457Z] ---> 6939c5e2e4a0 [2020-11-21T02:49:51.457Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T02:49:51.457Z] ---> Running in 469ec0cb6f4a [2020-11-21T02:49:51.778Z] Removing intermediate container 469ec0cb6f4a [2020-11-21T02:49:51.778Z] ---> 5a2223469f92 [2020-11-21T02:49:51.778Z] Step 14/24 : WORKDIR / [2020-11-21T02:49:51.778Z] ---> Running in 14e1987864f2 [2020-11-21T02:49:52.150Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-21T02:49:52.150Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-21T02:49:52.150Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-21T02:49:52.150Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.157s coverage: 20.6% of statements [2020-11-21T02:49:52.368Z] Removing intermediate container 14e1987864f2 [2020-11-21T02:49:52.368Z] ---> 027f4d8ad1dd [2020-11-21T02:49:52.368Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-21T02:49:52.958Z] ---> 6c572cf9b3f1 [2020-11-21T02:49:52.958Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-21T02:49:53.230Z] ---> 55ebda3377b7 [2020-11-21T02:49:53.230Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-21T02:49:53.500Z] ---> b13f98339966 [2020-11-21T02:49:53.500Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-21T02:49:53.768Z] ---> b07914bcbb64 [2020-11-21T02:49:53.768Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-21T02:49:54.357Z] ---> 8c634b6ddeb3 [2020-11-21T02:49:54.357Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-21T02:49:54.357Z] ---> Running in 9ae3a5ec24d4 [2020-11-21T02:49:54.357Z] Removing intermediate container 9ae3a5ec24d4 [2020-11-21T02:49:54.357Z] ---> 41527154e10f [2020-11-21T02:49:54.357Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T02:49:54.623Z] ---> Running in 86a0cbd3dbd7 [2020-11-21T02:49:54.623Z] Removing intermediate container 86a0cbd3dbd7 [2020-11-21T02:49:54.623Z] ---> fe45e37b1f8d [2020-11-21T02:49:54.623Z] Step 22/24 : LABEL arch=amd64 [2020-11-21T02:49:54.889Z] ---> Running in edf68f141c79 [2020-11-21T02:49:55.156Z] Removing intermediate container edf68f141c79 [2020-11-21T02:49:55.156Z] ---> 1150c959abeb [2020-11-21T02:49:55.156Z] Step 23/24 : LABEL git_sha=1327217935a4b81366492dd01d0c63c752111fdc [2020-11-21T02:49:55.156Z] ---> Running in 57f9f53653ba [2020-11-21T02:49:55.423Z] Removing intermediate container 57f9f53653ba [2020-11-21T02:49:55.423Z] ---> ff7263131ea4 [2020-11-21T02:49:55.423Z] Step 24/24 : LABEL version=0.0.0 [2020-11-21T02:49:55.423Z] ---> Running in 79bd24fa40ba [2020-11-21T02:49:55.564Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.174s coverage: 97.1% of statements [2020-11-21T02:49:55.688Z] Removing intermediate container 79bd24fa40ba [2020-11-21T02:49:55.689Z] ---> 8f14f32d955a [2020-11-21T02:49:55.689Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-21T02:49:55.689Z] Successfully built 8f14f32d955a [2020-11-21T02:49:55.689Z] Successfully tagged docker-device-sdk-simple:latest [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-21T02:50:22.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.111s coverage: 9.4% of statements [2020-11-21T02:50:22.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.150s coverage: 21.9% of statements [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-21T02:50:22.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.558s coverage: 42.5% of statements [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-21T02:50:22.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.829s coverage: 68.9% of statements [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-21T02:50:22.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.189s coverage: 52.6% of statements [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-21T02:50:22.387Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.690s coverage: 68.9% of statements [2020-11-21T02:50:22.387Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.132s coverage: 4.7% of statements [2020-11-21T02:50:22.387Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-21T02:50:22.387Z] GO111MODULE=on go vet ./... [2020-11-21T02:50:54.905Z] gofmt -l . [2020-11-21T02:50:54.905Z] [ "`gofmt -l .`" = "" ] [2020-11-21T02:50:54.905Z] ./bin/test-attribution-txt.sh [2020-11-21T02:50:54.905Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-21T02:50:54.930Z] $ docker stop --time=1 96dccd5e685e97df040daee2a424b022d2da5b62211961866dfd85dee92b6dff [2020-11-21T02:50:57.119Z] $ docker rm -f 96dccd5e685e97df040daee2a424b022d2da5b62211961866dfd85dee92b6dff [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T02:50:58.211Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-21T02:50:58.231Z] Warning: overwriting stash ‘coverage-report’ [2020-11-21T02:50:59.023Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:50:59.810Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-21T02:51:00.148Z] + ls -al . [2020-11-21T02:51:00.148Z] total 244 [2020-11-21T02:51:00.148Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 21 02:50 . [2020-11-21T02:51:00.148Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 .. [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 21 02:47 .dockerignore [2020-11-21T02:51:00.148Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 21 02:47 .git [2020-11-21T02:51:00.148Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 21 02:47 .github [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 21 02:47 .gitignore [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 21 02:47 Dockerfile.build [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 21 02:47 Jenkinsfile [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 21 02:47 LICENSE [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 21 02:47 Makefile [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 21 02:47 README.md [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 21 02:47 RELEASE-NOTES.txt [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 21 02:44 VERSION [2020-11-21T02:51:00.148Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 21 02:47 bin [2020-11-21T02:51:00.148Z] -rw-r--r-- 1 jenkins jenkins 127610 Nov 21 02:50 coverage.out [2020-11-21T02:51:00.148Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 example [2020-11-21T02:51:00.148Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 21 02:50 go.mod [2020-11-21T02:51:00.148Z] -rw-r--r-- 1 jenkins jenkins 13521 Nov 21 02:50 go.sum [2020-11-21T02:51:00.148Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 21 02:47 internal [2020-11-21T02:51:00.148Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 openapi [2020-11-21T02:51:00.148Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 21 02:47 pkg [2020-11-21T02:51:00.148Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 snap [2020-11-21T02:51:00.148Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 21 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:51:00.492Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1327217935a4b81366492dd01d0c63c752111fdc --label arch=arm64 --label version=0.0.0 . [2020-11-21T02:51:01.092Z] Sending build context to Docker daemon 2.488MB [2020-11-21T02:51:01.092Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-21T02:51:01.092Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-21T02:51:01.092Z] ---> 314a522ce4e6 [2020-11-21T02:51:01.092Z] Step 3/24 : ARG MAKE='make build' [2020-11-21T02:51:01.092Z] ---> Running in ee85874fc526 [2020-11-21T02:51:01.691Z] Removing intermediate container ee85874fc526 [2020-11-21T02:51:01.691Z] ---> 7aacad03ea7a [2020-11-21T02:51:01.691Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-21T02:51:01.691Z] ---> Running in c994d5ec280e [2020-11-21T02:51:02.294Z] Removing intermediate container c994d5ec280e [2020-11-21T02:51:02.294Z] ---> c189f42ad90c [2020-11-21T02:51:02.294Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:51:02.294Z] ---> Running in e4899205e8ba [2020-11-21T02:51:02.894Z] Removing intermediate container e4899205e8ba [2020-11-21T02:51:02.894Z] ---> 96823efb63cb [2020-11-21T02:51:02.894Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:51:02.894Z] ---> Running in 12f175bfc97f [2020-11-21T02:51:05.513Z] Removing intermediate container 12f175bfc97f [2020-11-21T02:51:05.513Z] ---> 4cf0145914df [2020-11-21T02:51:05.513Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-21T02:51:05.513Z] ---> Running in fac363977d38 [2020-11-21T02:51:06.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T02:51:07.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T02:51:08.143Z] OK: 142 MiB in 39 packages [2020-11-21T02:51:09.584Z] Removing intermediate container fac363977d38 [2020-11-21T02:51:09.584Z] ---> 2ce344f573f5 [2020-11-21T02:51:09.584Z] Step 8/24 : COPY . . [2020-11-21T02:51:10.563Z] ---> c51fc032346e [2020-11-21T02:51:10.563Z] Step 9/24 : RUN ${MAKE} [2020-11-21T02:51:10.837Z] ---> Running in 3163ad8610c3 [2020-11-21T02:51:12.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-21T02:51:39.114Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-21T02:51:39.114Z] Removing intermediate container 3163ad8610c3 [2020-11-21T02:51:39.114Z] ---> 9723f2ce2cd3 [2020-11-21T02:51:39.114Z] Step 10/24 : FROM scratch [2020-11-21T02:51:39.114Z] ---> [2020-11-21T02:51:39.114Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:51:39.114Z] ---> Running in 22ea239606c0 [2020-11-21T02:51:39.387Z] Removing intermediate container 22ea239606c0 [2020-11-21T02:51:39.387Z] ---> 754f19dd7693 [2020-11-21T02:51:39.387Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-21T02:51:39.387Z] ---> Running in 7a00d4c72592 [2020-11-21T02:51:39.986Z] Removing intermediate container 7a00d4c72592 [2020-11-21T02:51:39.986Z] ---> d3ca1a8c6bed [2020-11-21T02:51:39.986Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T02:51:39.986Z] ---> Running in eba0e3111894 [2020-11-21T02:51:40.583Z] Removing intermediate container eba0e3111894 [2020-11-21T02:51:40.583Z] ---> 5f1218cee2e8 [2020-11-21T02:51:40.583Z] Step 14/24 : WORKDIR / [2020-11-21T02:51:40.583Z] ---> Running in b041e0e063c4 [2020-11-21T02:51:40.855Z] Removing intermediate container b041e0e063c4 [2020-11-21T02:51:40.855Z] ---> f841370fe2d8 [2020-11-21T02:51:40.855Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-21T02:51:42.294Z] ---> 5c6c20733b83 [2020-11-21T02:51:42.294Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-21T02:51:42.889Z] ---> 14aa47e5b9de [2020-11-21T02:51:42.889Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-21T02:51:43.489Z] ---> 2cb9b819c8ed [2020-11-21T02:51:43.489Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-21T02:51:44.083Z] ---> b54c6fba4162 [2020-11-21T02:51:44.083Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-21T02:51:45.062Z] ---> 62d38c0b5b47 [2020-11-21T02:51:45.062Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-21T02:51:45.062Z] ---> Running in e3fee8cb973d [2020-11-21T02:51:45.657Z] Removing intermediate container e3fee8cb973d [2020-11-21T02:51:45.657Z] ---> 41b897859de6 [2020-11-21T02:51:45.657Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T02:51:45.657Z] ---> Running in fb2a6581571b [2020-11-21T02:51:45.930Z] Removing intermediate container fb2a6581571b [2020-11-21T02:51:45.930Z] ---> 0729d91d9bc0 [2020-11-21T02:51:45.930Z] Step 22/24 : LABEL arch=arm64 [2020-11-21T02:51:46.203Z] ---> Running in 56adf9a64999 [2020-11-21T02:51:46.798Z] Removing intermediate container 56adf9a64999 [2020-11-21T02:51:46.798Z] ---> 4bd4e7530197 [2020-11-21T02:51:46.798Z] Step 23/24 : LABEL git_sha=1327217935a4b81366492dd01d0c63c752111fdc [2020-11-21T02:51:46.798Z] ---> Running in 7ce47e65e7bc [2020-11-21T02:51:47.070Z] Removing intermediate container 7ce47e65e7bc [2020-11-21T02:51:47.070Z] ---> 217b9f497558 [2020-11-21T02:51:47.070Z] Step 24/24 : LABEL version=0.0.0 [2020-11-21T02:51:47.343Z] ---> Running in 577a07b81a82 [2020-11-21T02:51:47.936Z] Removing intermediate container 577a07b81a82 [2020-11-21T02:51:47.936Z] ---> be2951fb567b [2020-11-21T02:51:47.936Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-21T02:51:47.936Z] Successfully built be2951fb567b [2020-11-21T02:51:47.936Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [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-21T02:51:50.944Z] provisioning config files... [2020-11-21T02:51:50.961Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2770483235043047070tmp [Pipeline] { [Pipeline] sh [2020-11-21T02:51:51.348Z] + set +x [2020-11-21T02:51:51.348Z] + curl -s https://codecov.io/bash [2020-11-21T02:51:51.348Z] + bash -s -- [2020-11-21T02:51:51.626Z] [2020-11-21T02:51:51.626Z] _____ _ [2020-11-21T02:51:51.626Z] / ____| | | [2020-11-21T02:51:51.626Z] | | ___ __| | ___ ___ _____ __ [2020-11-21T02:51:51.626Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-21T02:51:51.626Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-21T02:51:51.626Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-21T02:51:51.626Z] Bash-20201116-eea08d9 [2020-11-21T02:51:51.626Z] [2020-11-21T02:51:51.626Z] [2020-11-21T02:51:51.626Z] ==> Jenkins CI detected. [2020-11-21T02:51:51.626Z] project root: . [2020-11-21T02:51:51.626Z] --> token set from env [2020-11-21T02:51:51.626Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-21T02:51:51.626Z] ==> Running gcov in . (disable via -X gcov) [2020-11-21T02:51:51.626Z] ==> Python coveragepy not found [2020-11-21T02:51:51.626Z] ==> Searching for coverage reports in: [2020-11-21T02:51:51.626Z] + . [2020-11-21T02:51:51.626Z] -> Found 1 reports [2020-11-21T02:51:51.626Z] ==> Detecting git/mercurial file structure [2020-11-21T02:51:51.626Z] ==> Reading reports [2020-11-21T02:51:51.898Z] + ./coverage.out bytes=127610 [2020-11-21T02:51:51.898Z] ==> Appending adjustments [2020-11-21T02:51:51.898Z] https://docs.codecov.io/docs/fixing-reports [2020-11-21T02:51:52.500Z] + Found adjustments [2020-11-21T02:51:52.500Z] ==> Gzipping contents [2020-11-21T02:51:52.500Z] ==> Uploading reports [2020-11-21T02:51:52.500Z] url: https://codecov.io [2020-11-21T02:51:52.500Z] query: branch=PR-584&commit=1327217935a4b81366492dd01d0c63c752111fdc&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-11-21T02:51:52.500Z] -> Pinging Codecov [2020-11-21T02:51:52.500Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-584&commit=1327217935a4b81366492dd01d0c63c752111fdc&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-11-21T02:51:53.090Z] -> Uploading to [2020-11-21T02:51:53.090Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-21/7E55EF52A471D76F132DFD9A03CDDE97/1327217935a4b81366492dd01d0c63c752111fdc/3b799228-21a1-49bc-bcc3-c0a213ae9103.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T025152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d666c25fa37cc7a3c734db2889745cb4f7f740b612488897fb5af5493c41629e [2020-11-21T02:51:53.090Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T02:51:53.090Z] Dload Upload Total Spent Left Speed [2020-11-21T02:51:53.690Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20868 0 0 100 20868 0 46568 --:--:-- --:--:-- --:--:-- 46684 [2020-11-21T02:51:53.690Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1327217935a4b81366492dd01d0c63c752111fdc [Pipeline] } [2020-11-21T02:51:53.705Z] 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-21T02:51:56.479Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:51:57.524Z] ---> package-listing.sh [2020-11-21T02:51:57.524Z] ++ facter osfamily [2020-11-21T02:51:57.524Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-21T02:51:57.798Z] + OS_FAMILY=redhat [2020-11-21T02:51:57.798Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-11-21T02:51:57.798Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-21T02:51:57.798Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-21T02:51:57.798Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-21T02:51:57.798Z] + PACKAGES=/tmp/packages_start.txt [2020-11-21T02:51:57.798Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-11-21T02:51:57.798Z] + PACKAGES=/tmp/packages_end.txt [2020-11-21T02:51:57.798Z] + case "${OS_FAMILY}" in [2020-11-21T02:51:57.798Z] + rpm -qa [2020-11-21T02:51:57.798Z] + sort [2020-11-21T02:52:08.074Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-21T02:52:08.074Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-21T02:52:08.074Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-21T02:52:08.074Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-11-21T02:52:08.074Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-11-21T02:52:08.075Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] echo [2020-11-21T02:52:08.115Z] 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-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-21T02:52:08.548Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:52:09.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T02:52:09.566Z] [2020-11-21T02:52:09.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:52:09.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T02:52:09.946Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-21T02:52:09.946Z] df20fa9351a1: Pulling fs layer [2020-11-21T02:52:09.946Z] 36b3adc4ff6f: Pulling fs layer [2020-11-21T02:52:09.946Z] 8ad3a11d3b57: Pulling fs layer [2020-11-21T02:52:09.946Z] 46f8f816bc3b: Pulling fs layer [2020-11-21T02:52:09.946Z] 93b61091891f: Pulling fs layer [2020-11-21T02:52:09.946Z] 93b9cdb0e59b: Pulling fs layer [2020-11-21T02:52:09.946Z] 5e14af77c1be: Pulling fs layer [2020-11-21T02:52:09.946Z] 01666e4c0597: Pulling fs layer [2020-11-21T02:52:09.946Z] aa168da1d23b: Pulling fs layer [2020-11-21T02:52:09.946Z] 93b61091891f: Waiting [2020-11-21T02:52:09.946Z] 93b9cdb0e59b: Waiting [2020-11-21T02:52:09.946Z] 5e14af77c1be: Waiting [2020-11-21T02:52:09.946Z] 01666e4c0597: Waiting [2020-11-21T02:52:09.946Z] aa168da1d23b: Waiting [2020-11-21T02:52:09.946Z] 46f8f816bc3b: Waiting [2020-11-21T02:52:09.946Z] 36b3adc4ff6f: Verifying Checksum [2020-11-21T02:52:09.946Z] 36b3adc4ff6f: Download complete [2020-11-21T02:52:09.946Z] 46f8f816bc3b: Verifying Checksum [2020-11-21T02:52:09.946Z] 46f8f816bc3b: Download complete [2020-11-21T02:52:10.237Z] df20fa9351a1: Verifying Checksum [2020-11-21T02:52:10.237Z] df20fa9351a1: Download complete [2020-11-21T02:52:10.237Z] 93b9cdb0e59b: Verifying Checksum [2020-11-21T02:52:10.237Z] 93b9cdb0e59b: Download complete [2020-11-21T02:52:10.237Z] 5e14af77c1be: Verifying Checksum [2020-11-21T02:52:10.237Z] 5e14af77c1be: Download complete [2020-11-21T02:52:10.237Z] 01666e4c0597: Verifying Checksum [2020-11-21T02:52:10.237Z] 01666e4c0597: Download complete [2020-11-21T02:52:10.237Z] 93b61091891f: Verifying Checksum [2020-11-21T02:52:10.237Z] 93b61091891f: Download complete [2020-11-21T02:52:10.843Z] df20fa9351a1: Pull complete [2020-11-21T02:52:10.843Z] 8ad3a11d3b57: Verifying Checksum [2020-11-21T02:52:10.843Z] 8ad3a11d3b57: Download complete [2020-11-21T02:52:11.122Z] 36b3adc4ff6f: Pull complete [2020-11-21T02:52:14.573Z] 8ad3a11d3b57: Pull complete [2020-11-21T02:52:14.573Z] 46f8f816bc3b: Pull complete [2020-11-21T02:52:14.858Z] aa168da1d23b: Verifying Checksum [2020-11-21T02:52:14.858Z] aa168da1d23b: Download complete [2020-11-21T02:52:14.858Z] 93b61091891f: Pull complete [2020-11-21T02:52:15.126Z] 93b9cdb0e59b: Pull complete [2020-11-21T02:52:15.126Z] 5e14af77c1be: Pull complete [2020-11-21T02:52:15.426Z] 01666e4c0597: Pull complete [2020-11-21T02:52:27.963Z] aa168da1d23b: Pull complete [2020-11-21T02:52:27.963Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-21T02:52:27.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T02:52:27.963Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-21T02:52:28.455Z] prd-centos7-docker-4c-2g-13045 does not seem to be running inside a container [2020-11-21T02:52:28.611Z] $ 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-584/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-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 [2020-11-21T02:52:35.971Z] $ docker top 04b90171dd0d81239e08d9e66ae9667b7ea2e092105342b8cfc98d552da929e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:52:37.038Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-21T02:52:37.375Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-21T02:52:37.738Z] + ls /var/log/sa-host [2020-11-21T02:52:37.738Z] + sadf -c /var/log/sa-host/sa05 [2020-11-21T02:52:37.738Z] file_magic: OK [2020-11-21T02:52:37.738Z] HZ: Using current value: 100 [2020-11-21T02:52:37.738Z] file_header: OK [2020-11-21T02:52:37.738Z] 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-21T02:52:37.738Z] Statistics: [2020-11-21T02:52:37.738Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T02:52:37.738Z] File successfully converted to sysstat format version 12.2.1 [2020-11-21T02:52:37.738Z] + sadf -c /var/log/sa-host/sa21 [2020-11-21T02:52:37.738Z] file_magic: OK [2020-11-21T02:52:37.738Z] HZ: Using current value: 100 [2020-11-21T02:52:37.738Z] file_header: OK [2020-11-21T02:52:37.738Z] 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-21T02:52:37.738Z] Statistics: [2020-11-21T02:52:37.738Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T02:52:37.738Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-21T02:52:37.968Z] provisioning config files... [2020-11-21T02:52:38.009Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config6791382296872055005tmp [Pipeline] { [Pipeline] echo [2020-11-21T02:52:38.091Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:52:38.872Z] ---> create-netrc.sh [Pipeline] } [2020-11-21T02:52:38.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-21T02:52:38.995Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:52:39.369Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-21T02:52:39.402Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:52:39.802Z] ---> sudo-logs.sh [2020-11-21T02:52:39.802Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-21T02:52:40.099Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:52:40.815Z] ---> job-cost.sh [2020-11-21T02:52:40.815Z] lf-activate-venv: SKIPPING [2020-11-21T02:52:40.815Z] INFO: No Stack... [2020-11-21T02:52:41.801Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-21T02:52:42.428Z] INFO: Archiving Costs [Pipeline] echo [2020-11-21T02:52:42.480Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:52:42.875Z] ---> logs-deploy.sh [2020-11-21T02:52:42.875Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/34 [2020-11-21T02:52:42.875Z] INFO: archiving workspace using pattern(s): [2020-11-21T02:52:45.498Z] Archives upload complete. [2020-11-21T02:52:45.766Z] INFO: archiving logs to Nexus