Pull request #652 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from b6110b295e59031ad53410b0c05ed17e33075c85+43893dea7cdf8ffe29fac0bba279684163774e51 (efed05116a343751992e69b431f79c8401f539f3) 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com: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-12723 in /w/workspace/dgexfoundry_device-sdk-go_PR-652 [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-652 # 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 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit b6110b295e59031ad53410b0c05ed17e33075c85 Merge succeeded, producing b6110b295e59031ad53410b0c05ed17e33075c85 Checking out Revision b6110b295e59031ad53410b0c05ed17e33075c85 (PR-652) > 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/652/head:refs/remotes/origin/PR-652 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # 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 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 Commit message: "feat: remove AdminState check for callback api route" > git rev-list --no-walk 4cd2f7720bf62c622db016cd8dddaf78c410fdd5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T10:05:20.510Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T10:05:20.887Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T10:05:21.013Z] ========================================================= [2020-11-19T10:05:21.013Z] EdgeX Global Pipelines Version Info [2020-11-19T10:05:21.014Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:05:23.175Z] ------------------- [2020-11-19T10:05:23.176Z] stable info: [2020-11-19T10:05:23.176Z] ------------------- [2020-11-19T10:05:23.176Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T10:05:23.176Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T10:05:23.176Z] Message: update stable to v1.0.166 [2020-11-19T10:05:23.757Z] ------------------- [2020-11-19T10:05:23.757Z] experimental info: [2020-11-19T10:05:23.757Z] ------------------- [2020-11-19T10:05:23.757Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T10:05:23.757Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T10:05:23.757Z] Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-19T10:05:24.279Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-19T10:05:24.392Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-19T10:05:24.516Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T10:05:24.651Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T10:05:24.765Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T10:05:24.884Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T10:05:25.020Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T10:05:25.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T10:05:25.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-19T10:05:25.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T10:05:25.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T10:05:25.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-19T10:05:25.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T10:05:25.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T10:05:25.945Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T10:05:26.057Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T10:05:26.172Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T10:05:26.283Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T10:05:26.386Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-19T10:05:26.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-19T10:05:26.617Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-19T10:05:26.725Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-19T10:05:26.843Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-19T10:05:26.965Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-19T10:05:27.075Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-19T10:05:27.183Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T10:05:27.280Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-652 [Pipeline] echo [2020-11-19T10:05:27.376Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-652 [Pipeline] echo [2020-11-19T10:05:27.477Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-652 [Pipeline] echo [2020-11-19T10:05:27.599Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6110b295e59031ad53410b0c05ed17e33075c85 [Pipeline] echo [2020-11-19T10:05:27.701Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6110b2 [Pipeline] echo [2020-11-19T10:05:27.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T10:05:27.991Z] provisioning config files... [2020-11-19T10:05:28.024Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/config1052357036562982493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:05:28.401Z] ---> docker-login.sh [2020-11-19T10:05:28.401Z] nexus3.edgexfoundry.org:10001 [2020-11-19T10:05:28.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:05:29.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:05:29.251Z] Configure a credential helper to remove this warning. See [2020-11-19T10:05:29.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:05:29.251Z] [2020-11-19T10:05:29.251Z] Login Succeeded [2020-11-19T10:05:29.251Z] nexus3.edgexfoundry.org:10002 [2020-11-19T10:05:29.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:05:29.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:05:29.514Z] Configure a credential helper to remove this warning. See [2020-11-19T10:05:29.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:05:29.514Z] [2020-11-19T10:05:29.514Z] Login Succeeded [2020-11-19T10:05:29.514Z] nexus3.edgexfoundry.org:10003 [2020-11-19T10:05:29.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:05:29.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:05:29.514Z] Configure a credential helper to remove this warning. See [2020-11-19T10:05:29.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:05:29.514Z] [2020-11-19T10:05:29.514Z] Login Succeeded [2020-11-19T10:05:29.514Z] nexus3.edgexfoundry.org:10004 [2020-11-19T10:05:29.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:05:29.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:05:29.779Z] Configure a credential helper to remove this warning. See [2020-11-19T10:05:29.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:05:29.779Z] [2020-11-19T10:05:29.779Z] Login Succeeded [2020-11-19T10:05:29.779Z] docker.io [2020-11-19T10:05:30.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:05:30.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:05:30.328Z] Configure a credential helper to remove this warning. See [2020-11-19T10:05:30.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:05:30.328Z] [2020-11-19T10:05:30.328Z] Login Succeeded [2020-11-19T10:05:30.328Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T10:05:30.339Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T10:05:31.233Z] + git log --format=format:%s -1 b6110b295e59031ad53410b0c05ed17e33075c85 [Pipeline] echo [2020-11-19T10:05:31.355Z] GIT_COMMIT: b6110b295e59031ad53410b0c05ed17e33075c85, Commit Message: feat: remove AdminState check for callback api route [Pipeline] echo [2020-11-19T10:05:31.406Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:05:32.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T10:05:32.511Z] [2020-11-19T10:05:32.511Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:05:32.881Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T10:05:32.882Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T10:05:32.882Z] 31603596830f: Pulling fs layer [2020-11-19T10:05:32.882Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T10:05:32.882Z] 6ca5941a6612: Pulling fs layer [2020-11-19T10:05:32.882Z] ecc8261a40a4: Pulling fs layer [2020-11-19T10:05:32.882Z] ecc8261a40a4: Waiting [2020-11-19T10:05:32.882Z] 2a8b12db71e7: Verifying Checksum [2020-11-19T10:05:32.882Z] 2a8b12db71e7: Download complete [2020-11-19T10:05:33.166Z] 31603596830f: Verifying Checksum [2020-11-19T10:05:33.166Z] 31603596830f: Download complete [2020-11-19T10:05:33.430Z] ecc8261a40a4: Verifying Checksum [2020-11-19T10:05:33.430Z] ecc8261a40a4: Download complete [2020-11-19T10:05:33.430Z] 6ca5941a6612: Verifying Checksum [2020-11-19T10:05:33.430Z] 6ca5941a6612: Download complete [2020-11-19T10:05:33.696Z] 31603596830f: Pull complete [2020-11-19T10:05:33.696Z] 2a8b12db71e7: Pull complete [2020-11-19T10:05:34.660Z] 6ca5941a6612: Pull complete [2020-11-19T10:05:34.924Z] ecc8261a40a4: Pull complete [2020-11-19T10:05:34.924Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T10:05:34.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T10:05:34.925Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T10:05:35.076Z] prd-centos7-docker-4c-2g-12723 does not seem to be running inside a container [2020-11-19T10:05:35.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-652 -v /w/workspace/dgexfoundry_device-sdk-go_PR-652:/w/workspace/dgexfoundry_device-sdk-go_PR-652:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-652@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:10004/edgex-devops/git-semver:latest cat [2020-11-19T10:05:38.104Z] $ docker top 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T10:05:38.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T10:05:38.559Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T10:05:38.822Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T10:05:38.828Z] $ docker exec 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent [2020-11-19T10:05:39.050Z] SSH_AUTH_SOCK=/tmp/ssh-tIznGXltqOCI/agent.11 [2020-11-19T10:05:39.050Z] SSH_AGENT_PID=17 [2020-11-19T10:05:39.068Z] Running ssh-add (command line suppressed) [2020-11-19T10:05:39.216Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_605442042686728244.key (/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_605442042686728244.key) [2020-11-19T10:05:39.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T10:05:39.634Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T10:05:39.665Z] $ docker exec --env ******** --env ******** 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent -k [2020-11-19T10:05:39.917Z] unset SSH_AUTH_SOCK; [2020-11-19T10:05:39.918Z] unset SSH_AGENT_PID; [2020-11-19T10:05:39.918Z] echo Agent pid 17 killed; [2020-11-19T10:05:39.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T10:05:40.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T10:05:40.199Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T10:05:40.402Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T10:05:40.407Z] $ docker exec 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent [2020-11-19T10:05:40.594Z] SSH_AUTH_SOCK=/tmp/ssh-yUbSt36Jogsv/agent.47 [2020-11-19T10:05:40.594Z] SSH_AGENT_PID=52 [2020-11-19T10:05:40.602Z] Running ssh-add (command line suppressed) [2020-11-19T10:05:40.776Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_1530142839457945282.key (/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_1530142839457945282.key) [2020-11-19T10:05:40.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T10:05:41.225Z] + git semver init [2020-11-19T10:05:41.225Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T10:05:41.225Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-652/.git [2020-11-19T10:05:41.225Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-652 [2020-11-19T10:05:41.225Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T10:05:41.225Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T10:05:41.225Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T10:05:41.225Z] # $SEMVER_BRANCH = PR-652 [2020-11-19T10:05:41.225Z] # $SEMVER_TEMP = /tmp/semver-831745647 [2020-11-19T10:05:41.225Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-19T10:05:42.240Z] # '/tmp/semver-831745647' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-652/.semver' [2020-11-19T10:05:42.240Z] # -> Force: false [2020-11-19T10:05:42.240Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-652/.semver [Pipeline] } [2020-11-19T10:05:42.259Z] $ docker exec --env ******** --env ******** 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent -k [2020-11-19T10:05:42.394Z] unset SSH_AUTH_SOCK; [2020-11-19T10:05:42.396Z] unset SSH_AGENT_PID; [2020-11-19T10:05:42.396Z] echo Agent pid 52 killed; [2020-11-19T10:05:42.450Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T10:05:42.976Z] + git semver [Pipeline] } [2020-11-19T10:05:42.998Z] $ docker stop --time=1 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a [2020-11-19T10:05:44.522Z] $ docker rm -f 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T10:05:45.038Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T10:05:45.613Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T10:05:45.616Z] [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-19T10:06:01.296Z] Still waiting to schedule task [2020-11-19T10:06:01.296Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12723’ [2020-11-19T10:06:01.299Z] Still waiting to schedule task [2020-11-19T10:06:01.299Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-19T10:08:00.988Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12724 in /w/workspace/dgexfoundry_device-sdk-go_PR-652 [Pipeline] { [Pipeline] ws [2020-11-19T10:08:01.196Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-11-19T10:08:06.520Z] using credential edgex-jenkins-ssh [2020-11-19T10:08:06.605Z] Cloning the remote Git repository [2020-11-19T10:08:06.673Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-19T10:08:06.800Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-11-19T10:08:06.877Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-19T10:08:06.878Z] > git --version # timeout=10 [2020-11-19T10:08:06.895Z] > git --version # 'git version 2.17.1' [2020-11-19T10:08:06.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:08:07.011Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T10:08:08.783Z] Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit b6110b295e59031ad53410b0c05ed17e33075c85 [2020-11-19T10:08:08.064Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-19T10:08:08.084Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T10:08:08.122Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-19T10:08:08.154Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-19T10:08:08.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:08:08.166Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/652/head:refs/remotes/origin/PR-652 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T10:08:08.808Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T10:08:08.822Z] > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 [2020-11-19T10:08:09.016Z] Merge succeeded, producing b6110b295e59031ad53410b0c05ed17e33075c85 [2020-11-19T10:08:09.016Z] Checking out Revision b6110b295e59031ad53410b0c05ed17e33075c85 (PR-652) [2020-11-19T10:08:08.946Z] > git remote # timeout=10 [2020-11-19T10:08:08.962Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T10:08:08.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:08:08.986Z] > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-11-19T10:08:09.008Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T10:08:09.029Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T10:08:09.039Z] > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 [2020-11-19T10:08:13.325Z] Commit message: "feat: remove AdminState check for callback api route" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T10:08:14.179Z] provisioning config files... [2020-11-19T10:08:14.234Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6286603653193953324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:08:15.233Z] ---> docker-login.sh [2020-11-19T10:08:15.233Z] nexus3.edgexfoundry.org:10001 [2020-11-19T10:08:15.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:16.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:16.450Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:16.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:16.450Z] [2020-11-19T10:08:16.450Z] Login Succeeded [2020-11-19T10:08:16.450Z] nexus3.edgexfoundry.org:10002 [2020-11-19T10:08:16.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:17.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:17.003Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:17.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:17.003Z] [2020-11-19T10:08:17.003Z] Login Succeeded [2020-11-19T10:08:17.003Z] nexus3.edgexfoundry.org:10003 [2020-11-19T10:08:17.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:17.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:17.550Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:17.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:17.550Z] [2020-11-19T10:08:17.550Z] Login Succeeded [2020-11-19T10:08:17.551Z] nexus3.edgexfoundry.org:10004 [2020-11-19T10:08:17.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:18.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:18.098Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:18.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:18.098Z] [2020-11-19T10:08:18.098Z] Login Succeeded [2020-11-19T10:08:18.098Z] docker.io [2020-11-19T10:08:18.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:18.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:18.649Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:18.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:18.649Z] [2020-11-19T10:08:18.649Z] Login Succeeded [2020-11-19T10:08:18.649Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T10:08:18.728Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T10:08:19.421Z] ========================================================= [2020-11-19T10:08:19.421Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T10:08:19.421Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:08:19.839Z] + 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-19T10:08:20.146Z] Sending build context to Docker daemon 2.367MB [2020-11-19T10:08:20.427Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T10:08:20.427Z] Step 2/8 : FROM ${BASE} [2020-11-19T10:08:20.427Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T10:08:20.427Z] b538f80385f9: Pulling fs layer [2020-11-19T10:08:20.427Z] 74f711af9a0d: Pulling fs layer [2020-11-19T10:08:20.427Z] 99f96fe45779: Pulling fs layer [2020-11-19T10:08:20.427Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T10:08:20.427Z] 45590311c82a: Pulling fs layer [2020-11-19T10:08:20.427Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T10:08:20.427Z] 209524e5b208: Pulling fs layer [2020-11-19T10:08:20.427Z] 8529a6b9a6be: Waiting [2020-11-19T10:08:20.427Z] 45590311c82a: Waiting [2020-11-19T10:08:20.427Z] 69ca0ff8b7b3: Waiting [2020-11-19T10:08:20.427Z] 209524e5b208: Waiting [2020-11-19T10:08:20.427Z] 99f96fe45779: Verifying Checksum [2020-11-19T10:08:20.427Z] 99f96fe45779: Download complete [2020-11-19T10:08:20.427Z] 74f711af9a0d: Verifying Checksum [2020-11-19T10:08:20.427Z] 45590311c82a: Verifying Checksum [2020-11-19T10:08:20.427Z] 45590311c82a: Download complete [2020-11-19T10:08:20.705Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-19T10:08:20.706Z] 69ca0ff8b7b3: Download complete [2020-11-19T10:08:20.706Z] b538f80385f9: Verifying Checksum [2020-11-19T10:08:20.706Z] b538f80385f9: Download complete [2020-11-19T10:08:21.313Z] b538f80385f9: Pull complete [2020-11-19T10:08:21.930Z] 74f711af9a0d: Pull complete [2020-11-19T10:08:22.209Z] 99f96fe45779: Pull complete [2020-11-19T10:08:23.663Z] 209524e5b208: Verifying Checksum [2020-11-19T10:08:23.663Z] 209524e5b208: Download complete [2020-11-19T10:08:25.124Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T10:08:25.124Z] 8529a6b9a6be: Download complete [2020-11-19T10:08:35.386Z] 8529a6b9a6be: Pull complete [2020-11-19T10:08:35.386Z] 45590311c82a: Pull complete [2020-11-19T10:08:35.386Z] 69ca0ff8b7b3: Pull complete [2020-11-19T10:08:39.709Z] 209524e5b208: Pull complete [2020-11-19T10:08:39.709Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T10:08:39.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T10:08:39.709Z] ---> 5bddaf1c2fca [2020-11-19T10:08:39.709Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-19T10:08:42.338Z] ---> Running in d20f0f6bcea3 [2020-11-19T10:08:42.338Z] Removing intermediate container d20f0f6bcea3 [2020-11-19T10:08:42.338Z] ---> be240d06d30e [2020-11-19T10:08:42.338Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:08:42.611Z] ---> Running in bf619c444b64 [2020-11-19T10:08:45.255Z] Removing intermediate container bf619c444b64 [2020-11-19T10:08:45.255Z] ---> bf1d1ecc07be [2020-11-19T10:08:45.255Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-19T10:08:45.255Z] ---> Running in 01bc6ca5d0f1 [2020-11-19T10:08:46.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:08:47.076Z] Running on prd-centos7-docker-4c-2g-12725 in /w/workspace/dgexfoundry_device-sdk-go_PR-652 [Pipeline] { [Pipeline] ws [2020-11-19T10:08:47.136Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-11-19T10:08:47.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:08:48.275Z] OK: 142 MiB in 39 packages [2020-11-19T10:08:49.256Z] Removing intermediate container 01bc6ca5d0f1 [2020-11-19T10:08:49.256Z] ---> edcf2a31b340 [2020-11-19T10:08:49.256Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-19T10:08:49.535Z] ---> Running in c017e48926d3 [2020-11-19T10:08:50.130Z] Removing intermediate container c017e48926d3 [2020-11-19T10:08:50.130Z] ---> 49abd103be7e [2020-11-19T10:08:50.130Z] Step 7/8 : COPY . . [2020-11-19T10:08:50.224Z] using credential edgex-jenkins-ssh [2020-11-19T10:08:50.287Z] Cloning the remote Git repository [2020-11-19T10:08:50.320Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-19T10:08:50.392Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-11-19T10:08:50.452Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-19T10:08:50.452Z] > git --version # timeout=10 [2020-11-19T10:08:50.463Z] > git --version # 'git version 2.16.5' [2020-11-19T10:08:50.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:08:50.491Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T10:08:51.590Z] ---> 4e0d53c15260 [2020-11-19T10:08:51.590Z] Step 8/8 : RUN go mod download [2020-11-19T10:08:51.590Z] ---> Running in c0423cb6b5e5 [2020-11-19T10:08:51.706Z] Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit b6110b295e59031ad53410b0c05ed17e33075c85 [2020-11-19T10:08:51.805Z] Merge succeeded, producing b6110b295e59031ad53410b0c05ed17e33075c85 [2020-11-19T10:08:51.806Z] Checking out Revision b6110b295e59031ad53410b0c05ed17e33075c85 (PR-652) [2020-11-19T10:08:51.186Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-19T10:08:51.193Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T10:08:51.208Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-19T10:08:51.220Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-19T10:08:51.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:08:51.225Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/652/head:refs/remotes/origin/PR-652 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T10:08:51.717Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T10:08:51.722Z] > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 [2020-11-19T10:08:51.774Z] > git remote # timeout=10 [2020-11-19T10:08:51.780Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T10:08:51.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:08:51.789Z] > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-11-19T10:08:51.800Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T10:08:51.811Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T10:08:51.827Z] > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 [2020-11-19T10:08:55.486Z] Commit message: "feat: remove AdminState check for callback api route" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T10:08:56.213Z] provisioning config files... [2020-11-19T10:08:56.245Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config7848270309820903273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:08:56.989Z] ---> docker-login.sh [2020-11-19T10:08:56.989Z] nexus3.edgexfoundry.org:10001 [2020-11-19T10:08:57.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:57.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:57.253Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:57.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:57.253Z] [2020-11-19T10:08:57.253Z] Login Succeeded [2020-11-19T10:08:57.253Z] nexus3.edgexfoundry.org:10002 [2020-11-19T10:08:57.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:57.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:57.517Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:57.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:57.517Z] [2020-11-19T10:08:57.517Z] Login Succeeded [2020-11-19T10:08:57.517Z] nexus3.edgexfoundry.org:10003 [2020-11-19T10:08:57.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:57.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:57.779Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:57.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:57.779Z] [2020-11-19T10:08:57.779Z] Login Succeeded [2020-11-19T10:08:57.779Z] nexus3.edgexfoundry.org:10004 [2020-11-19T10:08:57.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:58.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:58.041Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:58.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:58.041Z] [2020-11-19T10:08:58.041Z] Login Succeeded [2020-11-19T10:08:58.041Z] docker.io [2020-11-19T10:08:58.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:08:58.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:08:58.305Z] Configure a credential helper to remove this warning. See [2020-11-19T10:08:58.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:08:58.305Z] [2020-11-19T10:08:58.305Z] Login Succeeded [2020-11-19T10:08:58.305Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T10:08:58.344Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T10:08:58.665Z] ========================================================= [2020-11-19T10:08:58.665Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T10:08:58.665Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:08:59.016Z] + 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-19T10:08:59.279Z] Sending build context to Docker daemon 2.367MB [2020-11-19T10:08:59.279Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T10:08:59.279Z] Step 2/8 : FROM ${BASE} [2020-11-19T10:08:59.279Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T10:08:59.279Z] df20fa9351a1: Pulling fs layer [2020-11-19T10:08:59.279Z] ed8968b2872e: Pulling fs layer [2020-11-19T10:08:59.279Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T10:08:59.279Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T10:08:59.279Z] e73272ec9a57: Pulling fs layer [2020-11-19T10:08:59.279Z] 1e910a182e73: Pulling fs layer [2020-11-19T10:08:59.279Z] 4e634b169226: Pulling fs layer [2020-11-19T10:08:59.279Z] e871e8e8d7a9: Waiting [2020-11-19T10:08:59.279Z] e73272ec9a57: Waiting [2020-11-19T10:08:59.279Z] 1e910a182e73: Waiting [2020-11-19T10:08:59.279Z] 4e634b169226: Waiting [2020-11-19T10:08:59.279Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T10:08:59.279Z] a92cc7c5fd73: Download complete [2020-11-19T10:08:59.279Z] ed8968b2872e: Download complete [2020-11-19T10:08:59.279Z] e73272ec9a57: Verifying Checksum [2020-11-19T10:08:59.279Z] e73272ec9a57: Download complete [2020-11-19T10:08:59.543Z] df20fa9351a1: Verifying Checksum [2020-11-19T10:08:59.543Z] 1e910a182e73: Verifying Checksum [2020-11-19T10:08:59.543Z] 1e910a182e73: Download complete [2020-11-19T10:08:59.807Z] df20fa9351a1: Pull complete [2020-11-19T10:09:00.072Z] ed8968b2872e: Pull complete [2020-11-19T10:09:00.336Z] a92cc7c5fd73: Pull complete [2020-11-19T10:09:01.739Z] 4e634b169226: Verifying Checksum [2020-11-19T10:09:02.319Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T10:09:02.319Z] e871e8e8d7a9: Download complete [2020-11-19T10:09:07.674Z] e871e8e8d7a9: Pull complete [2020-11-19T10:09:07.674Z] e73272ec9a57: Pull complete [2020-11-19T10:09:07.938Z] 1e910a182e73: Pull complete [2020-11-19T10:09:13.288Z] 4e634b169226: Pull complete [2020-11-19T10:09:13.288Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T10:09:13.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T10:09:13.288Z] ---> f7629b54cfaa [2020-11-19T10:09:13.288Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-19T10:09:13.288Z] ---> Running in 22958eaecbf9 [2020-11-19T10:09:13.553Z] Removing intermediate container 22958eaecbf9 [2020-11-19T10:09:13.553Z] ---> 8f64aa45abf0 [2020-11-19T10:09:13.553Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:09:13.553Z] ---> Running in 1bb9f3464769 [2020-11-19T10:09:13.765Z] Removing intermediate container c0423cb6b5e5 [2020-11-19T10:09:13.765Z] ---> a18f48fe588b [2020-11-19T10:09:13.765Z] Successfully built a18f48fe588b [2020-11-19T10:09:13.765Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:09:14.109Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T10:09:14.109Z] . [Pipeline] withDockerContainer [2020-11-19T10:09:14.348Z] prd-ubuntu18.04-docker-arm64-4c-16g-12724 does not seem to be running inside a container [2020-11-19T10:09:14.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-19T10:09:14.958Z] Removing intermediate container 1bb9f3464769 [2020-11-19T10:09:14.958Z] ---> 0de209ba0ff7 [2020-11-19T10:09:14.958Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-19T10:09:14.958Z] ---> Running in 22dca5783f6b [2020-11-19T10:09:15.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:09:16.388Z] $ docker top f01f5b3dfaddd1dc452a58e82daa61611d89253cc0c876937291d840d8180bad -eo pid,comm [2020-11-19T10:09:16.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [2020-11-19T10:09:16.759Z] OK: 166 MiB in 39 packages [Pipeline] sh [2020-11-19T10:09:17.338Z] Removing intermediate container 22dca5783f6b [2020-11-19T10:09:17.338Z] ---> 6988fedd9379 [2020-11-19T10:09:17.338Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-19T10:09:17.338Z] ---> Running in 9f1cbc5e8146 [2020-11-19T10:09:17.338Z] Removing intermediate container 9f1cbc5e8146 [2020-11-19T10:09:17.338Z] ---> ce3759eeac17 [2020-11-19T10:09:17.338Z] Step 7/8 : COPY . . [2020-11-19T10:09:17.842Z] + go version [2020-11-19T10:09:17.842Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T10:09:17.878Z] $ docker stop --time=1 f01f5b3dfaddd1dc452a58e82daa61611d89253cc0c876937291d840d8180bad [2020-11-19T10:09:18.738Z] ---> 562b3a787cf0 [2020-11-19T10:09:18.738Z] Step 8/8 : RUN go mod download [2020-11-19T10:09:18.738Z] ---> Running in ef29f17435ba [2020-11-19T10:09:19.775Z] $ docker rm -f f01f5b3dfaddd1dc452a58e82daa61611d89253cc0c876937291d840d8180bad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:09:20.895Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T10:09:20.895Z] . [Pipeline] withDockerContainer [2020-11-19T10:09:21.128Z] prd-ubuntu18.04-docker-arm64-4c-16g-12724 does not seem to be running inside a container [2020-11-19T10:09:21.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-19T10:09:23.007Z] $ docker top aeb88dc3b70e741266c8ef17f9a24186bad260934decf3e828177ba278155567 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:09:24.486Z] + make test [2020-11-19T10:09:24.486Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-19T10:09:36.926Z] Removing intermediate container ef29f17435ba [2020-11-19T10:09:36.926Z] ---> 752ffc1e7767 [2020-11-19T10:09:36.926Z] Successfully built 752ffc1e7767 [2020-11-19T10:09:36.926Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:09:37.245Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T10:09:37.513Z] . [Pipeline] withDockerContainer [2020-11-19T10:09:37.628Z] prd-centos7-docker-4c-2g-12725 does not seem to be running inside a container [2020-11-19T10:09:37.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T10:09:38.640Z] $ docker top 58943f13f61ec8bf54250be2338413c1bbc09119f71e005284d9b35403dde8c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:09:39.168Z] + go version [2020-11-19T10:09:39.168Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T10:09:39.186Z] $ docker stop --time=1 58943f13f61ec8bf54250be2338413c1bbc09119f71e005284d9b35403dde8c3 [2020-11-19T10:09:40.536Z] $ docker rm -f 58943f13f61ec8bf54250be2338413c1bbc09119f71e005284d9b35403dde8c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:09:41.580Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T10:09:41.580Z] . [Pipeline] withDockerContainer [2020-11-19T10:09:41.715Z] prd-centos7-docker-4c-2g-12725 does not seem to be running inside a container [2020-11-19T10:09:41.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T10:09:42.368Z] $ docker top 96f08c6687f7b7a9942e9b2fe03747aaaa10a46a0b144693048aa324a5421218 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:09:42.848Z] + make test [2020-11-19T10:09:42.848Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-19T10:09:46.680Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-19T10:09:49.508Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-19T10:10:04.563Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-19T10:10:04.563Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-19T10:10:04.563Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-19T10:10:04.563Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.049s coverage: 20.6% of statements [2020-11-19T10:10:04.828Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.456s coverage: 97.1% of statements [2020-11-19T10:10:25.739Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-19T10:10:25.739Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-19T10:10:25.739Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-19T10:10:25.739Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.132s coverage: 20.6% of statements [2020-11-19T10:10:30.070Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.151s coverage: 97.1% of statements [2020-11-19T10:10:37.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.063s coverage: 9.4% of statements [2020-11-19T10:10:37.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-19T10:10:37.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.215s coverage: 42.5% of statements [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-19T10:10:37.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.269s coverage: 68.9% of statements [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-19T10:10:37.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-19T10:10:37.007Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.346s coverage: 68.9% of statements [2020-11-19T10:10:37.007Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.7% of statements [2020-11-19T10:10:37.007Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-19T10:10:37.007Z] GO111MODULE=on go vet ./... [2020-11-19T10:10:43.694Z] gofmt -l . [2020-11-19T10:10:43.958Z] [ "`gofmt -l .`" = "" ] [2020-11-19T10:10:43.958Z] ./bin/test-attribution-txt.sh [2020-11-19T10:10:44.908Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-19T10:10:44.929Z] $ docker stop --time=1 96f08c6687f7b7a9942e9b2fe03747aaaa10a46a0b144693048aa324a5421218 [2020-11-19T10:10:46.848Z] $ docker rm -f 96f08c6687f7b7a9942e9b2fe03747aaaa10a46a0b144693048aa324a5421218 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T10:10:47.544Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-19T10:10:47.895Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-19T10:10:50.823Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-19T10:10:51.124Z] + ls -al . [2020-11-19T10:10:51.124Z] total 208 [2020-11-19T10:10:51.124Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 19 10:10 . [2020-11-19T10:10:51.124Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 19 10:08 .. [2020-11-19T10:10:51.124Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 19 10:08 bin [2020-11-19T10:10:51.124Z] -rw-r--r--. 1 jenkins jenkins 127610 Nov 19 10:10 coverage.out [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 19 10:08 Dockerfile.build [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 19 10:08 .dockerignore [2020-11-19T10:10:51.124Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 19 10:08 example [2020-11-19T10:10:51.124Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 19 10:08 .git [2020-11-19T10:10:51.124Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 19 10:08 .github [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 19 10:08 .gitignore [2020-11-19T10:10:51.124Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 19 10:10 go.mod [2020-11-19T10:10:51.124Z] -rw-r--r--. 1 jenkins jenkins 13436 Nov 19 10:10 go.sum [2020-11-19T10:10:51.124Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 19 10:08 internal [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 19 10:08 Jenkinsfile [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 19 10:08 LICENSE [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 19 10:08 Makefile [2020-11-19T10:10:51.124Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 19 10:08 openapi [2020-11-19T10:10:51.124Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 19 10:08 pkg [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 19 10:08 README.md [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 19 10:08 RELEASE-NOTES.txt [2020-11-19T10:10:51.124Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 19 10:08 snap [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 19 10:05 VERSION [2020-11-19T10:10:51.124Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 19 10:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:10:51.439Z] + 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=b6110b295e59031ad53410b0c05ed17e33075c85 --label arch=amd64 --label version=0.0.0 . [2020-11-19T10:10:51.702Z] Sending build context to Docker daemon 2.496MB [2020-11-19T10:10:51.702Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-19T10:10:51.702Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-19T10:10:51.702Z] ---> 752ffc1e7767 [2020-11-19T10:10:51.702Z] Step 3/24 : ARG MAKE='make build' [2020-11-19T10:10:52.279Z] ---> Running in d1f2f98abc26 [2020-11-19T10:10:52.542Z] Removing intermediate container d1f2f98abc26 [2020-11-19T10:10:52.542Z] ---> 5997c4ffa09e [2020-11-19T10:10:52.542Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-19T10:10:52.542Z] ---> Running in f10bcceba609 [2020-11-19T10:10:52.816Z] Removing intermediate container f10bcceba609 [2020-11-19T10:10:52.816Z] ---> ffaaa695346a [2020-11-19T10:10:52.816Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-19T10:10:52.816Z] ---> Running in 4b231a48939e [2020-11-19T10:10:53.088Z] Removing intermediate container 4b231a48939e [2020-11-19T10:10:53.088Z] ---> 033ab4a4b10d [2020-11-19T10:10:53.088Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:10:53.088Z] ---> Running in af2452626f7d [2020-11-19T10:10:54.043Z] Removing intermediate container af2452626f7d [2020-11-19T10:10:54.043Z] ---> 92ce1a2a49cc [2020-11-19T10:10:54.043Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-19T10:10:54.043Z] ---> Running in feb4e1939179 [2020-11-19T10:10:54.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:10:55.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:10:55.775Z] OK: 166 MiB in 39 packages [2020-11-19T10:10:56.039Z] Removing intermediate container feb4e1939179 [2020-11-19T10:10:56.039Z] ---> ab08573fec85 [2020-11-19T10:10:56.039Z] Step 8/24 : COPY . . [2020-11-19T10:10:56.996Z] ---> 6f459e76603a [2020-11-19T10:10:56.996Z] Step 9/24 : RUN ${MAKE} [2020-11-19T10:10:57.260Z] ---> Running in 32ad7317d5f7 [2020-11-19T10:10:57.535Z] 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-19T10:11:02.414Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.163s coverage: 9.4% of statements [2020-11-19T10:11:02.414Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.124s coverage: 21.9% of statements [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-19T10:11:02.414Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.535s coverage: 42.5% of statements [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-19T10:11:02.414Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.773s coverage: 68.9% of statements [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-19T10:11:02.414Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.196s coverage: 52.6% of statements [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-19T10:11:02.414Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.905s coverage: 68.9% of statements [2020-11-19T10:11:02.414Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.138s coverage: 4.7% of statements [2020-11-19T10:11:02.414Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-19T10:11:02.414Z] GO111MODULE=on go vet ./... [2020-11-19T10:11:05.819Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-19T10:11:07.746Z] Removing intermediate container 32ad7317d5f7 [2020-11-19T10:11:07.746Z] ---> c28be0e5bb7c [2020-11-19T10:11:07.746Z] Step 10/24 : FROM scratch [2020-11-19T10:11:07.746Z] ---> [2020-11-19T10:11:07.746Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-19T10:11:07.746Z] ---> Running in 3a5b3da63ef7 [2020-11-19T10:11:08.324Z] Removing intermediate container 3a5b3da63ef7 [2020-11-19T10:11:08.324Z] ---> 8b3c6de64530 [2020-11-19T10:11:08.324Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-19T10:11:08.324Z] ---> Running in bb7e969ba2f5 [2020-11-19T10:11:08.324Z] Removing intermediate container bb7e969ba2f5 [2020-11-19T10:11:08.324Z] ---> cf61970fab91 [2020-11-19T10:11:08.324Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T10:11:08.588Z] ---> Running in 177ff7c84a8a [2020-11-19T10:11:08.588Z] Removing intermediate container 177ff7c84a8a [2020-11-19T10:11:08.588Z] ---> 49677595908e [2020-11-19T10:11:08.588Z] Step 14/24 : WORKDIR / [2020-11-19T10:11:08.588Z] ---> Running in 48aa18ccb569 [2020-11-19T10:11:08.854Z] Removing intermediate container 48aa18ccb569 [2020-11-19T10:11:08.854Z] ---> 90e4668802e9 [2020-11-19T10:11:08.854Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-19T10:11:09.429Z] ---> 9aed1401d932 [2020-11-19T10:11:09.429Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-19T10:11:09.693Z] ---> 036b482e973e [2020-11-19T10:11:09.693Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-19T10:11:09.693Z] ---> 0369d4fbb1a8 [2020-11-19T10:11:09.693Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-19T10:11:09.956Z] ---> d1f8b46682a8 [2020-11-19T10:11:09.956Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-19T10:11:10.219Z] ---> fac7a02a9b74 [2020-11-19T10:11:10.219Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-19T10:11:10.483Z] ---> Running in ed0fe3bf0765 [2020-11-19T10:11:10.483Z] Removing intermediate container ed0fe3bf0765 [2020-11-19T10:11:10.483Z] ---> a834fc79dca5 [2020-11-19T10:11:10.483Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:11:10.483Z] ---> Running in 7ad127bfbd5c [2020-11-19T10:11:10.746Z] Removing intermediate container 7ad127bfbd5c [2020-11-19T10:11:10.746Z] ---> 7a8e9da07d8a [2020-11-19T10:11:10.746Z] Step 22/24 : LABEL arch=amd64 [2020-11-19T10:11:10.746Z] ---> Running in e5cf71bef454 [2020-11-19T10:11:11.010Z] Removing intermediate container e5cf71bef454 [2020-11-19T10:11:11.010Z] ---> e14a42572098 [2020-11-19T10:11:11.010Z] Step 23/24 : LABEL git_sha=b6110b295e59031ad53410b0c05ed17e33075c85 [2020-11-19T10:11:11.010Z] ---> Running in 87cd4f2934de [2020-11-19T10:11:11.272Z] Removing intermediate container 87cd4f2934de [2020-11-19T10:11:11.272Z] ---> 659a6069c670 [2020-11-19T10:11:11.272Z] Step 24/24 : LABEL version=0.0.0 [2020-11-19T10:11:11.272Z] ---> Running in 5036b5e0adc6 [2020-11-19T10:11:11.538Z] Removing intermediate container 5036b5e0adc6 [2020-11-19T10:11:11.538Z] ---> 4ded14c96899 [2020-11-19T10:11:11.538Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-19T10:11:11.538Z] Successfully built 4ded14c96899 [2020-11-19T10:11:11.538Z] 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-19T10:11:29.247Z] gofmt -l . [2020-11-19T10:11:29.248Z] [ "`gofmt -l .`" = "" ] [2020-11-19T10:11:29.248Z] ./bin/test-attribution-txt.sh [2020-11-19T10:11:29.248Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-19T10:11:29.280Z] $ docker stop --time=1 aeb88dc3b70e741266c8ef17f9a24186bad260934decf3e828177ba278155567 [2020-11-19T10:11:31.509Z] $ docker rm -f aeb88dc3b70e741266c8ef17f9a24186bad260934decf3e828177ba278155567 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T10:11:32.684Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-19T10:11:32.706Z] Warning: overwriting stash ‘coverage-report’ [2020-11-19T10:11:33.738Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T10:11:34.534Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-19T10:11:34.904Z] + ls -al . [2020-11-19T10:11:34.904Z] total 244 [2020-11-19T10:11:34.904Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 19 10:11 . [2020-11-19T10:11:34.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 .. [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 19 10:08 .dockerignore [2020-11-19T10:11:34.904Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 19 10:08 .git [2020-11-19T10:11:34.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 19 10:08 .github [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 19 10:08 .gitignore [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 19 10:08 Dockerfile.build [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 19 10:08 Jenkinsfile [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 19 10:08 LICENSE [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 19 10:08 Makefile [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 19 10:08 README.md [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 19 10:08 RELEASE-NOTES.txt [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 19 10:05 VERSION [2020-11-19T10:11:34.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 19 10:08 bin [2020-11-19T10:11:34.904Z] -rw-r--r-- 1 jenkins jenkins 127610 Nov 19 10:10 coverage.out [2020-11-19T10:11:34.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 example [2020-11-19T10:11:34.904Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 19 10:11 go.mod [2020-11-19T10:11:34.904Z] -rw-r--r-- 1 jenkins jenkins 13436 Nov 19 10:11 go.sum [2020-11-19T10:11:34.904Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 19 10:08 internal [2020-11-19T10:11:34.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 openapi [2020-11-19T10:11:34.904Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 19 10:08 pkg [2020-11-19T10:11:34.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 snap [2020-11-19T10:11:34.904Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 19 10:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:11:35.280Z] + 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=b6110b295e59031ad53410b0c05ed17e33075c85 --label arch=arm64 --label version=0.0.0 . [2020-11-19T10:11:35.926Z] Sending build context to Docker daemon 2.496MB [2020-11-19T10:11:35.926Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-19T10:11:35.926Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-19T10:11:35.926Z] ---> a18f48fe588b [2020-11-19T10:11:35.926Z] Step 3/24 : ARG MAKE='make build' [2020-11-19T10:11:36.199Z] ---> Running in 26a3f5ed4d39 [2020-11-19T10:11:36.471Z] Removing intermediate container 26a3f5ed4d39 [2020-11-19T10:11:36.472Z] ---> 74467fb20c42 [2020-11-19T10:11:36.472Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-19T10:11:36.743Z] ---> Running in d8e542ddf276 [2020-11-19T10:11:37.020Z] Removing intermediate container d8e542ddf276 [2020-11-19T10:11:37.020Z] ---> 6a2f970fda2f [2020-11-19T10:11:37.020Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-19T10:11:37.294Z] ---> Running in 88740ec2b0c7 [2020-11-19T10:11:37.570Z] Removing intermediate container 88740ec2b0c7 [2020-11-19T10:11:37.570Z] ---> 9250784f180d [2020-11-19T10:11:37.570Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:11:37.843Z] ---> Running in f49f56cd2e75 [2020-11-19T10:11:40.463Z] Removing intermediate container f49f56cd2e75 [2020-11-19T10:11:40.463Z] ---> 722a29a4c140 [2020-11-19T10:11:40.463Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-19T10:11:40.463Z] ---> Running in 058b067c55d8 [2020-11-19T10:11:41.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:11:42.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:11:43.085Z] OK: 142 MiB in 39 packages [2020-11-19T10:11:44.520Z] Removing intermediate container 058b067c55d8 [2020-11-19T10:11:44.520Z] ---> 240426711167 [2020-11-19T10:11:44.520Z] Step 8/24 : COPY . . [2020-11-19T10:11:45.497Z] ---> 9f0817a31f7f [2020-11-19T10:11:45.497Z] Step 9/24 : RUN ${MAKE} [2020-11-19T10:11:45.771Z] ---> Running in 3569ba248a81 [2020-11-19T10:11:47.208Z] 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-19T10:12:14.048Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-19T10:12:14.048Z] Removing intermediate container 3569ba248a81 [2020-11-19T10:12:14.048Z] ---> 0563c52c3b59 [2020-11-19T10:12:14.048Z] Step 10/24 : FROM scratch [2020-11-19T10:12:14.048Z] ---> [2020-11-19T10:12:14.048Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-19T10:12:14.048Z] ---> Running in 74eaa525fcea [2020-11-19T10:12:14.321Z] Removing intermediate container 74eaa525fcea [2020-11-19T10:12:14.321Z] ---> 42b3a012c0f6 [2020-11-19T10:12:14.321Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-19T10:12:14.595Z] ---> Running in fb3fb243cfee [2020-11-19T10:12:14.867Z] Removing intermediate container fb3fb243cfee [2020-11-19T10:12:14.867Z] ---> a30fae1cdb6d [2020-11-19T10:12:14.867Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T10:12:15.138Z] ---> Running in e276ff767125 [2020-11-19T10:12:15.409Z] Removing intermediate container e276ff767125 [2020-11-19T10:12:15.409Z] ---> f61fe46eb355 [2020-11-19T10:12:15.409Z] Step 14/24 : WORKDIR / [2020-11-19T10:12:15.680Z] ---> Running in e69228a8a55d [2020-11-19T10:12:15.955Z] Removing intermediate container e69228a8a55d [2020-11-19T10:12:15.955Z] ---> aaa9b0d6b487 [2020-11-19T10:12:15.955Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-19T10:12:17.391Z] ---> e9a20e8c306d [2020-11-19T10:12:17.391Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-19T10:12:17.991Z] ---> ceb0b8b5ed95 [2020-11-19T10:12:17.991Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-19T10:12:18.586Z] ---> 451baa3aa566 [2020-11-19T10:12:18.586Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-19T10:12:19.562Z] ---> 0d42e616a3d0 [2020-11-19T10:12:19.562Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-19T10:12:20.162Z] ---> cce75c1dc57c [2020-11-19T10:12:20.162Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-19T10:12:20.162Z] ---> Running in 9c62d86c328b [2020-11-19T10:12:20.761Z] Removing intermediate container 9c62d86c328b [2020-11-19T10:12:20.761Z] ---> f654b40ed149 [2020-11-19T10:12:20.761Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:12:20.761Z] ---> Running in ae56ac0dd21a [2020-11-19T10:12:21.357Z] Removing intermediate container ae56ac0dd21a [2020-11-19T10:12:21.358Z] ---> 1abb6c80b695 [2020-11-19T10:12:21.358Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T10:12:21.358Z] ---> Running in 3e7f87372881 [2020-11-19T10:12:21.951Z] Removing intermediate container 3e7f87372881 [2020-11-19T10:12:21.951Z] ---> ce3f0bd05009 [2020-11-19T10:12:21.951Z] Step 23/24 : LABEL git_sha=b6110b295e59031ad53410b0c05ed17e33075c85 [2020-11-19T10:12:21.951Z] ---> Running in 480d9ea4a2ae [2020-11-19T10:12:22.547Z] Removing intermediate container 480d9ea4a2ae [2020-11-19T10:12:22.547Z] ---> e53d4883b719 [2020-11-19T10:12:22.547Z] Step 24/24 : LABEL version=0.0.0 [2020-11-19T10:12:22.547Z] ---> Running in e8a0178e30a6 [2020-11-19T10:12:23.140Z] Removing intermediate container e8a0178e30a6 [2020-11-19T10:12:23.140Z] ---> f1aa813c4532 [2020-11-19T10:12:23.140Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-19T10:12:23.140Z] Successfully built f1aa813c4532 [2020-11-19T10:12:23.140Z] 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-19T10:12:25.232Z] provisioning config files... [2020-11-19T10:12:25.253Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/config868511675489511567tmp [Pipeline] { [Pipeline] sh [2020-11-19T10:12:25.771Z] + set +x [2020-11-19T10:12:25.771Z] + bash -s -- [2020-11-19T10:12:25.771Z] + curl -s https://codecov.io/bash [2020-11-19T10:12:26.037Z] [2020-11-19T10:12:26.037Z] _____ _ [2020-11-19T10:12:26.037Z] / ____| | | [2020-11-19T10:12:26.037Z] | | ___ __| | ___ ___ _____ __ [2020-11-19T10:12:26.037Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-19T10:12:26.038Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-19T10:12:26.038Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-19T10:12:26.038Z] Bash-20201116-eea08d9 [2020-11-19T10:12:26.038Z] [2020-11-19T10:12:26.038Z] [2020-11-19T10:12:26.038Z] ==> Jenkins CI detected. [2020-11-19T10:12:26.038Z] project root: . [2020-11-19T10:12:26.038Z] --> token set from env [2020-11-19T10:12:26.038Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-19T10:12:26.321Z] ==> Running gcov in . (disable via -X gcov) [2020-11-19T10:12:26.321Z] ==> Python coveragepy not found [2020-11-19T10:12:26.321Z] ==> Searching for coverage reports in: [2020-11-19T10:12:26.321Z] + . [2020-11-19T10:12:26.321Z] -> Found 1 reports [2020-11-19T10:12:26.321Z] ==> Detecting git/mercurial file structure [2020-11-19T10:12:26.321Z] ==> Reading reports [2020-11-19T10:12:26.321Z] + ./coverage.out bytes=127610 [2020-11-19T10:12:26.321Z] ==> Appending adjustments [2020-11-19T10:12:26.321Z] https://docs.codecov.io/docs/fixing-reports [2020-11-19T10:12:26.899Z] + Found adjustments [2020-11-19T10:12:26.899Z] ==> Gzipping contents [2020-11-19T10:12:26.899Z] ==> Uploading reports [2020-11-19T10:12:26.899Z] url: https://codecov.io [2020-11-19T10:12:26.899Z] query: branch=PR-652&commit=b6110b295e59031ad53410b0c05ed17e33075c85&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-652%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=652&job=&cmd_args= [2020-11-19T10:12:26.899Z] -> Pinging Codecov [2020-11-19T10:12:26.899Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-652&commit=b6110b295e59031ad53410b0c05ed17e33075c85&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-652%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=652&job=&cmd_args= [2020-11-19T10:12:28.869Z] -> Uploading to [2020-11-19T10:12:28.869Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-19/7E55EF52A471D76F132DFD9A03CDDE97/b6110b295e59031ad53410b0c05ed17e33075c85/3fd9e769-a138-40ac-a5c2-92148e60e109.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T101228Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4c2f946808b1a5b0f5e16fe457d42e632524bd686da8470bc9e920556d7beed [2020-11-19T10:12:28.869Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:12:28.869Z] Dload Upload Total Spent Left Speed [2020-11-19T10:12:29.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20898 0 0 100 20898 0 45565 --:--:-- --:--:-- --:--:-- 45529 [2020-11-19T10:12:29.153Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b6110b295e59031ad53410b0c05ed17e33075c85 [Pipeline] } [2020-11-19T10:12:29.165Z] 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-19T10:12:32.406Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:12:33.008Z] ---> package-listing.sh [2020-11-19T10:12:33.008Z] ++ facter osfamily [2020-11-19T10:12:33.008Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T10:12:33.274Z] + OS_FAMILY=redhat [2020-11-19T10:12:33.274Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-652 [2020-11-19T10:12:33.274Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T10:12:33.274Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T10:12:33.274Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T10:12:33.274Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T10:12:33.274Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-652 ']' [2020-11-19T10:12:33.274Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T10:12:33.274Z] + case "${OS_FAMILY}" in [2020-11-19T10:12:33.274Z] + rpm -qa [2020-11-19T10:12:33.274Z] + sort [2020-11-19T10:12:37.570Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T10:12:37.570Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T10:12:37.570Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T10:12:37.570Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-652 ']' [2020-11-19T10:12:37.570Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-652/archives/ [2020-11-19T10:12:37.570Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-652/archives/ [Pipeline] echo [2020-11-19T10:12:37.591Z] 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-652/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T10:12:37.985Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:12:38.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T10:12:38.379Z] [2020-11-19T10:12:38.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:12:38.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T10:12:38.978Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T10:12:38.978Z] df20fa9351a1: Pulling fs layer [2020-11-19T10:12:38.978Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T10:12:38.978Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T10:12:38.978Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T10:12:38.978Z] 93b61091891f: Pulling fs layer [2020-11-19T10:12:38.978Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T10:12:38.978Z] 5e14af77c1be: Pulling fs layer [2020-11-19T10:12:38.978Z] 01666e4c0597: Pulling fs layer [2020-11-19T10:12:38.978Z] aa168da1d23b: Pulling fs layer [2020-11-19T10:12:38.978Z] 93b9cdb0e59b: Waiting [2020-11-19T10:12:38.978Z] 5e14af77c1be: Waiting [2020-11-19T10:12:38.978Z] 01666e4c0597: Waiting [2020-11-19T10:12:38.978Z] 46f8f816bc3b: Waiting [2020-11-19T10:12:38.978Z] 93b61091891f: Waiting [2020-11-19T10:12:38.978Z] aa168da1d23b: Waiting [2020-11-19T10:12:39.263Z] 36b3adc4ff6f: Verifying Checksum [2020-11-19T10:12:39.263Z] 36b3adc4ff6f: Download complete [2020-11-19T10:12:39.263Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T10:12:39.263Z] 46f8f816bc3b: Download complete [2020-11-19T10:12:39.263Z] df20fa9351a1: Verifying Checksum [2020-11-19T10:12:39.263Z] df20fa9351a1: Download complete [2020-11-19T10:12:39.557Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T10:12:39.557Z] 93b9cdb0e59b: Download complete [2020-11-19T10:12:39.557Z] 5e14af77c1be: Verifying Checksum [2020-11-19T10:12:39.557Z] 5e14af77c1be: Download complete [2020-11-19T10:12:39.557Z] 01666e4c0597: Download complete [2020-11-19T10:12:40.214Z] 93b61091891f: Verifying Checksum [2020-11-19T10:12:40.214Z] 93b61091891f: Download complete [2020-11-19T10:12:40.214Z] df20fa9351a1: Pull complete [2020-11-19T10:12:40.492Z] 36b3adc4ff6f: Pull complete [2020-11-19T10:12:40.767Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T10:12:40.767Z] 8ad3a11d3b57: Download complete [2020-11-19T10:12:42.411Z] 8ad3a11d3b57: Pull complete [2020-11-19T10:12:42.411Z] 46f8f816bc3b: Pull complete [2020-11-19T10:12:42.701Z] 93b61091891f: Pull complete [2020-11-19T10:12:42.968Z] 93b9cdb0e59b: Pull complete [2020-11-19T10:12:43.272Z] 5e14af77c1be: Pull complete [2020-11-19T10:12:43.582Z] 01666e4c0597: Pull complete [2020-11-19T10:12:45.156Z] aa168da1d23b: Verifying Checksum [2020-11-19T10:12:45.156Z] aa168da1d23b: Download complete [2020-11-19T10:12:55.300Z] aa168da1d23b: Pull complete [2020-11-19T10:12:55.300Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T10:12:55.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T10:12:55.300Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T10:12:55.585Z] prd-centos7-docker-4c-2g-12723 does not seem to be running inside a container [2020-11-19T10:12:55.657Z] $ 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-652/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-652 -v /w/workspace/dgexfoundry_device-sdk-go_PR-652:/w/workspace/dgexfoundry_device-sdk-go_PR-652:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T10:12:58.276Z] $ docker top c6b652605d6706d1174af3b2d93cf3d3f76f889b110e0f15be2ac24c5c02238c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:12:58.980Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T10:12:59.329Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T10:12:59.690Z] + ls /var/log/sa-host [2020-11-19T10:12:59.690Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T10:12:59.690Z] file_magic: OK [2020-11-19T10:12:59.690Z] HZ: Using current value: 100 [2020-11-19T10:12:59.690Z] file_header: OK [2020-11-19T10:12:59.690Z] 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-19T10:12:59.690Z] Statistics: [2020-11-19T10:12:59.690Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T10:12:59.690Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T10:12:59.690Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T10:12:59.690Z] file_magic: OK [2020-11-19T10:12:59.690Z] HZ: Using current value: 100 [2020-11-19T10:12:59.690Z] file_header: OK [2020-11-19T10:12:59.690Z] 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-19T10:12:59.690Z] Statistics: [2020-11-19T10:12:59.690Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T10:12:59.690Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T10:13:00.275Z] provisioning config files... [2020-11-19T10:13:00.306Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/config7021436321227884251tmp [Pipeline] { [Pipeline] echo [2020-11-19T10:13:00.418Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:13:00.802Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T10:13:00.814Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T10:13:00.903Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:13:01.286Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T10:13:01.306Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:13:01.654Z] ---> sudo-logs.sh [2020-11-19T10:13:01.655Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T10:13:01.672Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:13:02.028Z] ---> job-cost.sh [2020-11-19T10:13:02.028Z] lf-activate-venv: SKIPPING [2020-11-19T10:13:02.028Z] INFO: No Stack... [2020-11-19T10:13:02.992Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T10:13:03.269Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T10:13:03.301Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:13:04.045Z] ---> logs-deploy.sh [2020-11-19T10:13:04.045Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-652/2 [2020-11-19T10:13:04.045Z] INFO: archiving workspace using pattern(s): [2020-11-19T10:13:06.823Z] Archives upload complete. [2020-11-19T10:13:06.823Z] INFO: archiving logs to Nexus