Pull request #741 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 76f379e117d47d347c778e665035e6da3d1541dc+69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (0002b5f92ad15b4757e949970c7dc51abe112458) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21160 in /w/workspace/dgexfoundry_device-sdk-go_PR-741 [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-741 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit 76f379e117d47d347c778e665035e6da3d1541dc Merge succeeded, producing 76f379e117d47d347c778e665035e6da3d1541dc Checking out Revision 76f379e117d47d347c778e665035e6da3d1541dc (PR-741) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/741/head:refs/remotes/origin/PR-741 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # 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 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 24c286e808a2121fb212f10ca9ebc6d8f0e8e456 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T07:43:41.345Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T07:43:41.588Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T07:43:41.685Z] ========================================================= [2021-01-19T07:43:41.685Z] EdgeX Global Pipelines Version Info [2021-01-19T07:43:41.685Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:43:43.765Z] ------------------- [2021-01-19T07:43:43.765Z] stable info: [2021-01-19T07:43:43.765Z] ------------------- [2021-01-19T07:43:43.765Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T07:43:43.765Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T07:43:43.765Z] Message: update stable to v1.0.177 [2021-01-19T07:43:44.345Z] ------------------- [2021-01-19T07:43:44.345Z] experimental info: [2021-01-19T07:43:44.345Z] ------------------- [2021-01-19T07:43:44.345Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T07:43:44.345Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T07:43:44.345Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T07:43:44.640Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-19T07:43:44.734Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-19T07:43:44.849Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T07:43:44.973Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T07:43:45.109Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T07:43:45.249Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T07:43:45.395Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T07:43:45.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T07:43:45.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-19T07:43:45.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T07:43:45.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T07:43:45.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-19T07:43:45.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T07:43:46.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T07:43:46.171Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T07:43:46.251Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T07:43:46.333Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T07:43:46.420Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T07:43:46.515Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T07:43:46.600Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T07:43:46.686Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T07:43:46.774Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T07:43:46.861Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T07:43:46.969Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T07:43:47.102Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-19T07:43:47.188Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T07:43:47.280Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T07:43:47.397Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-741 [Pipeline] echo [2021-01-19T07:43:47.495Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-741 [Pipeline] echo [2021-01-19T07:43:47.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-741 [Pipeline] echo [2021-01-19T07:43:47.821Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 76f379e117d47d347c778e665035e6da3d1541dc [Pipeline] echo [2021-01-19T07:43:47.928Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 76f379e [Pipeline] echo [2021-01-19T07:43:48.019Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T07:43:48.193Z] provisioning config files... [2021-01-19T07:43:48.221Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/config6854276798729581629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:43:48.581Z] ---> docker-login.sh [2021-01-19T07:43:48.581Z] nexus3.edgexfoundry.org:10001 [2021-01-19T07:43:48.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:48.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:48.854Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:48.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:48.854Z] [2021-01-19T07:43:48.854Z] Login Succeeded [2021-01-19T07:43:48.854Z] nexus3.edgexfoundry.org:10002 [2021-01-19T07:43:49.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:49.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:49.117Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:49.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:49.117Z] [2021-01-19T07:43:49.117Z] Login Succeeded [2021-01-19T07:43:49.117Z] nexus3.edgexfoundry.org:10003 [2021-01-19T07:43:49.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:49.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:49.387Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:49.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:49.387Z] [2021-01-19T07:43:49.387Z] Login Succeeded [2021-01-19T07:43:49.387Z] nexus3.edgexfoundry.org:10004 [2021-01-19T07:43:49.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:49.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:49.652Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:49.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:49.652Z] [2021-01-19T07:43:49.652Z] Login Succeeded [2021-01-19T07:43:49.652Z] docker.io [2021-01-19T07:43:49.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:49.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:49.917Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:49.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:49.917Z] [2021-01-19T07:43:49.917Z] Login Succeeded [2021-01-19T07:43:49.917Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T07:43:49.930Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T07:43:50.776Z] + git log --format=format:%s -1 76f379e117d47d347c778e665035e6da3d1541dc [Pipeline] echo [2021-01-19T07:43:50.847Z] GIT_COMMIT: 76f379e117d47d347c778e665035e6da3d1541dc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo [2021-01-19T07:43:50.908Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:43:51.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:43:51.469Z] [2021-01-19T07:43:51.469Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:43:51.822Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:43:51.822Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T07:43:51.822Z] 31603596830f: Pulling fs layer [2021-01-19T07:43:51.822Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T07:43:51.822Z] 6ca5941a6612: Pulling fs layer [2021-01-19T07:43:51.822Z] ecc8261a40a4: Pulling fs layer [2021-01-19T07:43:51.822Z] ecc8261a40a4: Waiting [2021-01-19T07:43:51.822Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T07:43:51.822Z] 2a8b12db71e7: Download complete [2021-01-19T07:43:52.098Z] 31603596830f: Download complete [2021-01-19T07:43:52.098Z] ecc8261a40a4: Verifying Checksum [2021-01-19T07:43:52.098Z] ecc8261a40a4: Download complete [2021-01-19T07:43:52.363Z] 6ca5941a6612: Verifying Checksum [2021-01-19T07:43:52.363Z] 6ca5941a6612: Download complete [2021-01-19T07:43:52.363Z] 31603596830f: Pull complete [2021-01-19T07:43:52.631Z] 2a8b12db71e7: Pull complete [2021-01-19T07:43:53.590Z] 6ca5941a6612: Pull complete [2021-01-19T07:43:53.853Z] ecc8261a40a4: Pull complete [2021-01-19T07:43:53.853Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T07:43:53.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:43:53.853Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T07:43:54.004Z] prd-centos7-docker-4c-2g-21160 does not seem to be running inside a container [2021-01-19T07:43:54.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-741 -v /w/workspace/dgexfoundry_device-sdk-go_PR-741:/w/workspace/dgexfoundry_device-sdk-go_PR-741:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T07:43:56.134Z] $ docker top 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T07:43:56.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T07:43:56.464Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T07:43:56.724Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T07:43:56.729Z] $ docker exec 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent [2021-01-19T07:43:56.925Z] SSH_AUTH_SOCK=/tmp/ssh-JD3jbyVUBhqH/agent.13 [2021-01-19T07:43:56.925Z] SSH_AGENT_PID=19 [2021-01-19T07:43:56.937Z] Running ssh-add (command line suppressed) [2021-01-19T07:43:57.090Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_2139004027330783134.key (/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_2139004027330783134.key) [2021-01-19T07:43:57.150Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T07:43:57.483Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T07:43:57.505Z] $ docker exec --env ******** --env ******** 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent -k [2021-01-19T07:43:57.630Z] unset SSH_AUTH_SOCK; [2021-01-19T07:43:57.630Z] unset SSH_AGENT_PID; [2021-01-19T07:43:57.630Z] echo Agent pid 19 killed; [2021-01-19T07:43:57.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T07:43:57.837Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T07:43:57.837Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T07:43:58.030Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T07:43:58.035Z] $ docker exec 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent [2021-01-19T07:43:58.205Z] SSH_AUTH_SOCK=/tmp/ssh-POsXoaZ3XP5o/agent.48 [2021-01-19T07:43:58.205Z] SSH_AGENT_PID=53 [2021-01-19T07:43:58.212Z] Running ssh-add (command line suppressed) [2021-01-19T07:43:58.342Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_4527555483349414368.key (/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_4527555483349414368.key) [2021-01-19T07:43:58.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T07:43:58.730Z] + git semver init [2021-01-19T07:43:58.730Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T07:43:58.730Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-741/.git [2021-01-19T07:43:58.730Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-741 [2021-01-19T07:43:58.730Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T07:43:58.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T07:43:58.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T07:43:58.730Z] # $SEMVER_BRANCH = PR-741 [2021-01-19T07:43:58.730Z] # $SEMVER_TEMP = /tmp/semver-831692836 [2021-01-19T07:43:58.730Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-19T07:43:59.684Z] # '/tmp/semver-831692836' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-741/.semver' [2021-01-19T07:43:59.684Z] # -> Force: false [2021-01-19T07:43:59.684Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-741/.semver [Pipeline] } [2021-01-19T07:43:59.698Z] $ docker exec --env ******** --env ******** 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent -k [2021-01-19T07:43:59.817Z] unset SSH_AUTH_SOCK; [2021-01-19T07:43:59.817Z] unset SSH_AGENT_PID; [2021-01-19T07:43:59.817Z] echo Agent pid 53 killed; [2021-01-19T07:43:59.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T07:44:00.391Z] + git semver [Pipeline] } [2021-01-19T07:44:00.409Z] $ docker stop --time=1 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 [2021-01-19T07:44:01.779Z] $ docker rm -f 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T07:44:02.301Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T07:44:02.893Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T07:44:02.896Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T07:44:18.352Z] Still waiting to schedule task [2021-01-19T07:44:18.352Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21156’ is offline; ‘prd-centos7-docker-4c-2g-21162’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T07:44:18.354Z] Still waiting to schedule task [2021-01-19T07:44:18.354Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T07:47:45.925Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21164 in /w/workspace/dgexfoundry_device-sdk-go_PR-741 [Pipeline] { [Pipeline] ws [2021-01-19T07:47:45.980Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-19T07:47:50.897Z] using credential edgex-jenkins-ssh [2021-01-19T07:47:50.959Z] Cloning the remote Git repository [2021-01-19T07:47:51.045Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:47:51.166Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-19T07:47:51.254Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:47:51.255Z] > git --version # timeout=10 [2021-01-19T07:47:51.272Z] > git --version # 'git version 2.17.1' [2021-01-19T07:47:51.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:47:51.365Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:47:53.222Z] Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit 76f379e117d47d347c778e665035e6da3d1541dc [2021-01-19T07:47:52.515Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:47:52.541Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:47:52.575Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:47:52.626Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:47:52.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:47:52.642Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/741/head:refs/remotes/origin/PR-741 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T07:47:53.249Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T07:47:53.265Z] > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 [2021-01-19T07:47:53.445Z] > git remote # timeout=10 [2021-01-19T07:47:53.493Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T07:47:53.620Z] Merge succeeded, producing 76f379e117d47d347c778e665035e6da3d1541dc [2021-01-19T07:47:53.620Z] Checking out Revision 76f379e117d47d347c778e665035e6da3d1541dc (PR-741) [2021-01-19T07:47:53.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:47:53.541Z] > git merge 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 [2021-01-19T07:47:53.578Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T07:47:53.628Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T07:47:53.662Z] > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 [2021-01-19T07:47:58.147Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T07:47:59.786Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:48:00.275Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:48:00.640Z] + sudo service docker+ restart [2021-01-19T07:48:00.640Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T07:48:03.390Z] provisioning config files... [2021-01-19T07:48:03.434Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1246875729316530934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:48:03.844Z] ---> docker-login.sh [2021-01-19T07:48:03.844Z] nexus3.edgexfoundry.org:10001 [2021-01-19T07:48:04.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:48:05.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:48:05.112Z] Configure a credential helper to remove this warning. See [2021-01-19T07:48:05.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:48:05.112Z] [2021-01-19T07:48:05.112Z] Login Succeeded [2021-01-19T07:48:05.112Z] nexus3.edgexfoundry.org:10002 [2021-01-19T07:48:05.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:48:05.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:48:05.658Z] Configure a credential helper to remove this warning. See [2021-01-19T07:48:05.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:48:05.658Z] [2021-01-19T07:48:05.658Z] Login Succeeded [2021-01-19T07:48:05.658Z] nexus3.edgexfoundry.org:10003 [2021-01-19T07:48:05.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:48:05.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:48:05.933Z] Configure a credential helper to remove this warning. See [2021-01-19T07:48:05.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:48:05.933Z] [2021-01-19T07:48:05.933Z] Login Succeeded [2021-01-19T07:48:06.206Z] nexus3.edgexfoundry.org:10004 [2021-01-19T07:48:06.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:48:06.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:48:06.479Z] Configure a credential helper to remove this warning. See [2021-01-19T07:48:06.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:48:06.479Z] [2021-01-19T07:48:06.479Z] Login Succeeded [2021-01-19T07:48:06.479Z] docker.io [2021-01-19T07:48:06.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:48:07.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:48:07.356Z] Configure a credential helper to remove this warning. See [2021-01-19T07:48:07.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:48:07.356Z] [2021-01-19T07:48:07.356Z] Login Succeeded [2021-01-19T07:48:07.356Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T07:48:07.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T07:48:07.898Z] ========================================================= [2021-01-19T07:48:07.898Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T07:48:07.898Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:48:08.291Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T07:48:08.918Z] Sending build context to Docker daemon 2.528MB [2021-01-19T07:48:08.918Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:48:08.918Z] Step 2/8 : FROM ${BASE} [2021-01-19T07:48:08.918Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T07:48:08.918Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T07:48:08.918Z] a4357932f1b6: Pulling fs layer [2021-01-19T07:48:08.918Z] 18c013af1878: Pulling fs layer [2021-01-19T07:48:08.918Z] 00ac8860ef70: Pulling fs layer [2021-01-19T07:48:08.918Z] 63d7cb157983: Pulling fs layer [2021-01-19T07:48:08.918Z] b116817d02f9: Pulling fs layer [2021-01-19T07:48:08.918Z] 745a02a5169b: Pulling fs layer [2021-01-19T07:48:08.918Z] 00ac8860ef70: Waiting [2021-01-19T07:48:08.918Z] 63d7cb157983: Waiting [2021-01-19T07:48:08.918Z] b116817d02f9: Waiting [2021-01-19T07:48:08.918Z] 745a02a5169b: Waiting [2021-01-19T07:48:08.918Z] a4357932f1b6: Verifying Checksum [2021-01-19T07:48:08.918Z] 18c013af1878: Verifying Checksum [2021-01-19T07:48:08.918Z] 18c013af1878: Download complete [2021-01-19T07:48:08.918Z] a4357932f1b6: Download complete [2021-01-19T07:48:08.918Z] 63d7cb157983: Verifying Checksum [2021-01-19T07:48:08.918Z] 63d7cb157983: Download complete [2021-01-19T07:48:08.918Z] b116817d02f9: Verifying Checksum [2021-01-19T07:48:08.918Z] b116817d02f9: Download complete [2021-01-19T07:48:08.918Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T07:48:08.918Z] 5f621e34cdf4: Download complete [2021-01-19T07:48:09.530Z] 5f621e34cdf4: Pull complete [2021-01-19T07:48:10.565Z] a4357932f1b6: Pull complete [2021-01-19T07:48:10.837Z] 18c013af1878: Pull complete [2021-01-19T07:48:11.829Z] 745a02a5169b: Verifying Checksum [2021-01-19T07:48:11.829Z] 745a02a5169b: Download complete [2021-01-19T07:48:12.804Z] 00ac8860ef70: Verifying Checksum [2021-01-19T07:48:12.804Z] 00ac8860ef70: Download complete [2021-01-19T07:48:22.974Z] 00ac8860ef70: Pull complete [2021-01-19T07:48:22.974Z] 63d7cb157983: Pull complete [2021-01-19T07:48:23.246Z] b116817d02f9: Pull complete [2021-01-19T07:48:27.558Z] 745a02a5169b: Pull complete [2021-01-19T07:48:27.558Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T07:48:27.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T07:48:27.558Z] ---> b7e6874047d6 [2021-01-19T07:48:27.558Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:48:30.177Z] ---> Running in 2b3bf5b5e174 [2021-01-19T07:48:30.453Z] Removing intermediate container 2b3bf5b5e174 [2021-01-19T07:48:30.453Z] ---> 30938db8114e [2021-01-19T07:48:30.453Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:48:30.453Z] ---> Running in 46f207e04230 [2021-01-19T07:48:33.074Z] Removing intermediate container 46f207e04230 [2021-01-19T07:48:33.074Z] ---> 01987dfffce8 [2021-01-19T07:48:33.074Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T07:48:33.074Z] ---> Running in 98427c270905 [2021-01-19T07:48:34.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T07:48:35.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T07:48:35.633Z] OK: 142 MiB in 39 packages [2021-01-19T07:48:36.613Z] Removing intermediate container 98427c270905 [2021-01-19T07:48:36.614Z] ---> c804e7db7117 [2021-01-19T07:48:36.614Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T07:48:36.886Z] ---> Running in 9500f6dcacf3 [2021-01-19T07:48:37.481Z] Removing intermediate container 9500f6dcacf3 [2021-01-19T07:48:37.481Z] ---> c6257002e887 [2021-01-19T07:48:37.481Z] Step 7/8 : COPY . . [2021-01-19T07:48:38.908Z] ---> 73379d7ec05e [2021-01-19T07:48:38.908Z] Step 8/8 : RUN go mod download [2021-01-19T07:48:38.908Z] ---> Running in bcd485cc95cf [2021-01-19T07:49:01.087Z] Removing intermediate container bcd485cc95cf [2021-01-19T07:49:01.087Z] ---> ceb1e4a8daf0 [2021-01-19T07:49:01.087Z] Successfully built ceb1e4a8daf0 [2021-01-19T07:49:01.087Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:49:01.433Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T07:49:01.433Z] . [Pipeline] withDockerContainer [2021-01-19T07:49:01.711Z] prd-ubuntu18.04-docker-arm64-4c-16g-21164 does not seem to be running inside a container [2021-01-19T07:49:01.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T07:49:03.211Z] $ docker top 3f0362a195a0e992ff4af48da365e90b561287e4beb8c43a8ae75704c5b0f3f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:49:04.203Z] + go version [2021-01-19T07:49:04.203Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T07:49:04.228Z] $ docker stop --time=1 3f0362a195a0e992ff4af48da365e90b561287e4beb8c43a8ae75704c5b0f3f2 [2021-01-19T07:49:06.294Z] $ docker rm -f 3f0362a195a0e992ff4af48da365e90b561287e4beb8c43a8ae75704c5b0f3f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:49:07.257Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T07:49:07.257Z] . [Pipeline] withDockerContainer [2021-01-19T07:49:07.477Z] prd-ubuntu18.04-docker-arm64-4c-16g-21164 does not seem to be running inside a container [2021-01-19T07:49:07.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T07:49:09.189Z] $ docker top eaa2d7e59c9f7d131fcfb572e5d05cac600a2f94b69b6776738c9603ac3c8fdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:49:10.172Z] + make test [2021-01-19T07:49:10.172Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T07:49:13.752Z] Running on prd-centos7-docker-4c-2g-21165 in /w/workspace/dgexfoundry_device-sdk-go_PR-741 [Pipeline] { [Pipeline] ws [2021-01-19T07:49:13.803Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-19T07:49:19.925Z] using credential edgex-jenkins-ssh [2021-01-19T07:49:20.064Z] Cloning the remote Git repository [2021-01-19T07:49:20.210Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:49:20.314Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-19T07:49:20.434Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:49:20.435Z] > git --version # timeout=10 [2021-01-19T07:49:20.497Z] > git --version # 'git version 2.24.3' [2021-01-19T07:49:20.498Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:49:20.584Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:49:22.736Z] Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit 76f379e117d47d347c778e665035e6da3d1541dc [2021-01-19T07:49:21.643Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:49:21.697Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:49:21.745Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:49:21.843Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:49:21.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:49:22.161Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/741/head:refs/remotes/origin/PR-741 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T07:49:22.758Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T07:49:22.821Z] > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 [2021-01-19T07:49:23.145Z] Merge succeeded, producing 76f379e117d47d347c778e665035e6da3d1541dc [2021-01-19T07:49:23.145Z] Checking out Revision 76f379e117d47d347c778e665035e6da3d1541dc (PR-741) [2021-01-19T07:49:22.949Z] > git remote # timeout=10 [2021-01-19T07:49:22.983Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T07:49:23.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:49:23.024Z] > git merge 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 [2021-01-19T07:49:23.102Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T07:49:23.176Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T07:49:23.253Z] > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 [2021-01-19T07:49:27.677Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T07:49:29.251Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:49:29.669Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:49:30.015Z] + sudo service docker restart [2021-01-19T07:49:30.015Z] + true [2021-01-19T07:49:30.015Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T07:49:31.531Z] provisioning config files... [2021-01-19T07:49:31.622Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config4658668496852236593tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:49:32.171Z] ---> docker-login.sh [2021-01-19T07:49:32.171Z] nexus3.edgexfoundry.org:10001 [2021-01-19T07:49:32.390Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T07:49:33.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:49:33.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:49:33.418Z] Configure a credential helper to remove this warning. See [2021-01-19T07:49:33.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:49:33.418Z] [2021-01-19T07:49:33.418Z] Login Succeeded [2021-01-19T07:49:33.418Z] nexus3.edgexfoundry.org:10002 [2021-01-19T07:49:33.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:49:33.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:49:33.710Z] Configure a credential helper to remove this warning. See [2021-01-19T07:49:33.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:49:33.710Z] [2021-01-19T07:49:33.710Z] Login Succeeded [2021-01-19T07:49:33.710Z] nexus3.edgexfoundry.org:10003 [2021-01-19T07:49:34.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:49:34.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:49:34.008Z] Configure a credential helper to remove this warning. See [2021-01-19T07:49:34.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:49:34.008Z] [2021-01-19T07:49:34.008Z] Login Succeeded [2021-01-19T07:49:34.008Z] nexus3.edgexfoundry.org:10004 [2021-01-19T07:49:34.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:49:34.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:49:34.313Z] Configure a credential helper to remove this warning. See [2021-01-19T07:49:34.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:49:34.313Z] [2021-01-19T07:49:34.313Z] Login Succeeded [2021-01-19T07:49:34.594Z] docker.io [2021-01-19T07:49:34.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:49:35.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:49:35.182Z] Configure a credential helper to remove this warning. See [2021-01-19T07:49:35.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:49:35.182Z] [2021-01-19T07:49:35.182Z] Login Succeeded [2021-01-19T07:49:35.182Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T07:49:35.219Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T07:49:35.720Z] ========================================================= [2021-01-19T07:49:35.720Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T07:49:35.720Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:49:36.322Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T07:49:36.593Z] Sending build context to Docker daemon 2.522MB [2021-01-19T07:49:36.593Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:49:36.593Z] Step 2/8 : FROM ${BASE} [2021-01-19T07:49:36.866Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T07:49:36.866Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T07:49:36.866Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T07:49:36.866Z] de9db76c5a1d: Pulling fs layer [2021-01-19T07:49:36.866Z] bca2f99d35d6: Pulling fs layer [2021-01-19T07:49:36.866Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T07:49:36.866Z] 7c6f9722023f: Pulling fs layer [2021-01-19T07:49:36.866Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T07:49:36.866Z] bca2f99d35d6: Waiting [2021-01-19T07:49:36.866Z] 93359f2a8cfa: Waiting [2021-01-19T07:49:36.866Z] 7c6f9722023f: Waiting [2021-01-19T07:49:36.866Z] a35cf1a2eb13: Waiting [2021-01-19T07:49:36.866Z] de9db76c5a1d: Verifying Checksum [2021-01-19T07:49:36.866Z] de9db76c5a1d: Download complete [2021-01-19T07:49:36.866Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T07:49:36.866Z] 0ef7d3d256c8: Download complete [2021-01-19T07:49:36.866Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T07:49:36.866Z] 93359f2a8cfa: Download complete [2021-01-19T07:49:37.453Z] 7c6f9722023f: Verifying Checksum [2021-01-19T07:49:37.453Z] 7c6f9722023f: Download complete [2021-01-19T07:49:37.720Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T07:49:37.720Z] 188c0c94c7c5: Download complete [2021-01-19T07:49:38.019Z] 188c0c94c7c5: Pull complete [2021-01-19T07:49:38.342Z] 0ef7d3d256c8: Pull complete [2021-01-19T07:49:38.619Z] de9db76c5a1d: Pull complete [2021-01-19T07:49:42.209Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T07:49:42.209Z] a35cf1a2eb13: Download complete [2021-01-19T07:49:43.681Z] bca2f99d35d6: Verifying Checksum [2021-01-19T07:49:43.681Z] bca2f99d35d6: Download complete [2021-01-19T07:49:56.213Z] bca2f99d35d6: Pull complete [2021-01-19T07:49:56.213Z] 93359f2a8cfa: Pull complete [2021-01-19T07:49:56.213Z] 7c6f9722023f: Pull complete [2021-01-19T07:50:01.885Z] a35cf1a2eb13: Pull complete [2021-01-19T07:50:01.886Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T07:50:01.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T07:50:01.886Z] ---> a62c8e92a672 [2021-01-19T07:50:01.886Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:50:01.886Z] ---> Running in eb732bd17d8c [2021-01-19T07:50:02.182Z] Removing intermediate container eb732bd17d8c [2021-01-19T07:50:02.182Z] ---> 3746a9550fda [2021-01-19T07:50:02.182Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:50:02.487Z] ---> Running in d6121dd3c4a9 [2021-01-19T07:50:05.190Z] Removing intermediate container d6121dd3c4a9 [2021-01-19T07:50:05.190Z] ---> 4d8cfdd12a18 [2021-01-19T07:50:05.190Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T07:50:05.190Z] ---> Running in 4bf30423bcfa [2021-01-19T07:50:06.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T07:50:06.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T07:50:07.432Z] OK: 166 MiB in 39 packages [2021-01-19T07:50:08.029Z] Removing intermediate container 4bf30423bcfa [2021-01-19T07:50:08.029Z] ---> 7c8574e99897 [2021-01-19T07:50:08.029Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T07:50:08.325Z] ---> Running in 18aff80957c5 [2021-01-19T07:50:08.603Z] Removing intermediate container 18aff80957c5 [2021-01-19T07:50:08.603Z] ---> a71d728ebebd [2021-01-19T07:50:08.603Z] Step 7/8 : COPY . . [2021-01-19T07:50:10.678Z] ---> fbff5cc06c71 [2021-01-19T07:50:10.678Z] Step 8/8 : RUN go mod download [2021-01-19T07:50:10.678Z] ---> Running in 35c1a8fd2005 [2021-01-19T07:50:11.425Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T07:50:11.425Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T07:50:11.425Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T07:50:12.420Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.136s coverage: 19.4% of statements [2021-01-19T07:50:17.845Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.175s coverage: 97.1% of statements [2021-01-19T07:50:37.962Z] Removing intermediate container 35c1a8fd2005 [2021-01-19T07:50:37.963Z] ---> 9a65577f80c8 [2021-01-19T07:50:37.963Z] Successfully built 9a65577f80c8 [2021-01-19T07:50:37.963Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:50:38.341Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T07:50:38.341Z] . [Pipeline] withDockerContainer [2021-01-19T07:50:39.152Z] prd-centos7-docker-4c-2g-21165 does not seem to be running inside a container [2021-01-19T07:50:39.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T07:50:41.175Z] $ docker top eec048ced5a9c25189a570a3f475a9acf2fe7ef7e970deb47498bf2d50174028 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:50:42.175Z] + go version [2021-01-19T07:50:42.175Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T07:50:42.192Z] $ docker stop --time=1 eec048ced5a9c25189a570a3f475a9acf2fe7ef7e970deb47498bf2d50174028 [2021-01-19T07:50:43.728Z] $ docker rm -f eec048ced5a9c25189a570a3f475a9acf2fe7ef7e970deb47498bf2d50174028 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:50:44.852Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T07:50:44.852Z] . [Pipeline] withDockerContainer [2021-01-19T07:50:45.017Z] prd-centos7-docker-4c-2g-21165 does not seem to be running inside a container [2021-01-19T07:50:45.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T07:50:46.358Z] $ docker top a5409063fe37338dc3b136272bdfa82bf9b5de3d17253a7ac98f32223ec3bc9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:50:46.980Z] + make test [2021-01-19T07:50:46.980Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T07:50:50.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.135s coverage: 9.4% of statements [2021-01-19T07:50:50.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.138s coverage: 21.7% of statements [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T07:50:50.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.605s coverage: 43.2% of statements [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T07:50:50.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.750s coverage: 68.9% of statements [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T07:50:50.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.182s coverage: 53.8% of statements [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T07:50:50.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.159s coverage: 26.8% of statements [2021-01-19T07:50:50.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.705s coverage: 68.9% of statements [2021-01-19T07:50:50.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.130s coverage: 4.2% of statements [2021-01-19T07:50:50.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T07:50:50.290Z] GO111MODULE=on go vet ./... [2021-01-19T07:51:02.385Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T07:51:22.899Z] gofmt -l . [2021-01-19T07:51:22.899Z] [ "`gofmt -l .`" = "" ] [2021-01-19T07:51:22.899Z] ./bin/test-attribution-txt.sh [2021-01-19T07:51:22.899Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T07:51:22.922Z] $ docker stop --time=1 eaa2d7e59c9f7d131fcfb572e5d05cac600a2f94b69b6776738c9603ac3c8fdd [2021-01-19T07:51:24.973Z] $ docker rm -f eaa2d7e59c9f7d131fcfb572e5d05cac600a2f94b69b6776738c9603ac3c8fdd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T07:51:26.061Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T07:51:26.861Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T07:51:28.102Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T07:51:28.441Z] + ls -al . [2021-01-19T07:51:28.441Z] total 260 [2021-01-19T07:51:28.441Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 07:51 . [2021-01-19T07:51:28.441Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 .. [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 07:47 .dockerignore [2021-01-19T07:51:28.441Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 07:47 .git [2021-01-19T07:51:28.441Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:47 .github [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 07:47 .gitignore [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 07:47 Dockerfile.build [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 07:47 Jenkinsfile [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 07:47 LICENSE [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 07:47 Makefile [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 07:47 README.md [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 07:47 RELEASE-NOTES.txt [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 07:44 VERSION [2021-01-19T07:51:28.441Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:47 bin [2021-01-19T07:51:28.441Z] -rw-r--r-- 1 jenkins jenkins 143471 Jan 19 07:50 coverage.out [2021-01-19T07:51:28.441Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 example [2021-01-19T07:51:28.441Z] -rw-r--r-- 1 jenkins jenkins 491 Jan 19 07:51 go.mod [2021-01-19T07:51:28.441Z] -rw-r--r-- 1 jenkins jenkins 14014 Jan 19 07:51 go.sum [2021-01-19T07:51:28.441Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 07:47 internal [2021-01-19T07:51:28.441Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 openapi [2021-01-19T07:51:28.441Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 07:47 pkg [2021-01-19T07:51:28.441Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 snap [2021-01-19T07:51:28.441Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 07:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:51:28.786Z] + 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=76f379e117d47d347c778e665035e6da3d1541dc --label arch=arm64 --label version=0.0.0 . [2021-01-19T07:51:29.383Z] Sending build context to Docker daemon 2.673MB [2021-01-19T07:51:29.383Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:51:29.383Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T07:51:29.383Z] ---> ceb1e4a8daf0 [2021-01-19T07:51:29.383Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T07:51:29.656Z] ---> Running in c5fe17d210ed [2021-01-19T07:51:30.253Z] Removing intermediate container c5fe17d210ed [2021-01-19T07:51:30.253Z] ---> ec9d147dbefd [2021-01-19T07:51:30.253Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T07:51:30.253Z] ---> Running in 3860c483e2bc [2021-01-19T07:51:30.852Z] Removing intermediate container 3860c483e2bc [2021-01-19T07:51:30.852Z] ---> 886180c43b86 [2021-01-19T07:51:30.852Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:51:30.852Z] ---> Running in 2d633e2d3700 [2021-01-19T07:51:31.452Z] Removing intermediate container 2d633e2d3700 [2021-01-19T07:51:31.452Z] ---> 00a60d4d7f2e [2021-01-19T07:51:31.452Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:51:31.452Z] ---> Running in af42a61c78c7 [2021-01-19T07:51:33.425Z] Removing intermediate container af42a61c78c7 [2021-01-19T07:51:33.425Z] ---> 9d5e454c145e [2021-01-19T07:51:33.425Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T07:51:33.714Z] ---> Running in 7c52e5364994 [2021-01-19T07:51:34.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T07:51:35.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T07:51:35.519Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T07:51:35.519Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T07:51:35.519Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T07:51:35.519Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.098s coverage: 19.4% of statements [2021-01-19T07:51:35.519Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.089s coverage: 97.1% of statements [2021-01-19T07:51:36.317Z] OK: 142 MiB in 39 packages [2021-01-19T07:51:37.304Z] Removing intermediate container 7c52e5364994 [2021-01-19T07:51:37.304Z] ---> 75f04eb4801f [2021-01-19T07:51:37.304Z] Step 8/24 : COPY . . [2021-01-19T07:51:38.740Z] ---> fa3bd0aca5df [2021-01-19T07:51:38.740Z] Step 9/24 : RUN ${MAKE} [2021-01-19T07:51:38.740Z] ---> Running in 40bece21864a [2021-01-19T07:51:39.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T07:52:06.527Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T07:52:06.528Z] Removing intermediate container 40bece21864a [2021-01-19T07:52:06.528Z] ---> 486f8a901141 [2021-01-19T07:52:06.528Z] Step 10/24 : FROM scratch [2021-01-19T07:52:06.528Z] ---> [2021-01-19T07:52:06.528Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:52:06.802Z] ---> Running in 07c3df30a813 [2021-01-19T07:52:07.074Z] Removing intermediate container 07c3df30a813 [2021-01-19T07:52:07.074Z] ---> 4508b9da3823 [2021-01-19T07:52:07.074Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T07:52:07.347Z] ---> Running in f402b8fdb6b5 [2021-01-19T07:52:07.619Z] Removing intermediate container f402b8fdb6b5 [2021-01-19T07:52:07.619Z] ---> 87716f9e7503 [2021-01-19T07:52:07.619Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T07:52:07.891Z] ---> Running in 454703304d54 [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.119s coverage: 9.4% of statements [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.121s coverage: 21.7% of statements [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.424s coverage: 43.2% of statements [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.454s coverage: 68.9% of statements [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.138s coverage: 53.8% of statements [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.143s coverage: 26.8% of statements [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.803s coverage: 68.9% of statements [2021-01-19T07:52:08.039Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.105s coverage: 4.2% of statements [2021-01-19T07:52:08.039Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T07:52:08.039Z] GO111MODULE=on go vet ./... [2021-01-19T07:52:08.164Z] Removing intermediate container 454703304d54 [2021-01-19T07:52:08.164Z] ---> e817f5cbf57c [2021-01-19T07:52:08.164Z] Step 14/24 : WORKDIR / [2021-01-19T07:52:08.164Z] ---> Running in 2d3244f3e646 [2021-01-19T07:52:08.755Z] Removing intermediate container 2d3244f3e646 [2021-01-19T07:52:08.755Z] ---> 21d32d1b4eb3 [2021-01-19T07:52:08.755Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T07:52:09.734Z] ---> a6220b31078c [2021-01-19T07:52:09.734Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T07:52:10.334Z] ---> 22c1db7dd936 [2021-01-19T07:52:10.334Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T07:52:11.317Z] ---> 7e84597404a9 [2021-01-19T07:52:11.317Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T07:52:11.917Z] ---> 6d74037bf97e [2021-01-19T07:52:11.917Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T07:52:12.510Z] ---> 61a0fa400fee [2021-01-19T07:52:12.510Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T07:52:12.784Z] ---> Running in 064d13a2bc58 [2021-01-19T07:52:13.060Z] Removing intermediate container 064d13a2bc58 [2021-01-19T07:52:13.060Z] ---> 43198b5f5be3 [2021-01-19T07:52:13.060Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T07:52:13.333Z] ---> Running in 17f83d6ec5dc [2021-01-19T07:52:13.929Z] Removing intermediate container 17f83d6ec5dc [2021-01-19T07:52:13.929Z] ---> 0cbc00595fde [2021-01-19T07:52:13.929Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T07:52:13.929Z] ---> Running in 5091b2752781 [2021-01-19T07:52:14.523Z] Removing intermediate container 5091b2752781 [2021-01-19T07:52:14.523Z] ---> 051da2442e78 [2021-01-19T07:52:14.523Z] Step 23/24 : LABEL git_sha=76f379e117d47d347c778e665035e6da3d1541dc [2021-01-19T07:52:14.523Z] ---> Running in 9a6c2c472cf3 [2021-01-19T07:52:14.801Z] Removing intermediate container 9a6c2c472cf3 [2021-01-19T07:52:14.801Z] ---> bdc8116b9f34 [2021-01-19T07:52:14.801Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T07:52:15.072Z] ---> Running in 3b638ed5c660 [2021-01-19T07:52:15.344Z] Removing intermediate container 3b638ed5c660 [2021-01-19T07:52:15.344Z] ---> 8b12d951eec3 [2021-01-19T07:52:15.344Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T07:52:15.614Z] Successfully built 8b12d951eec3 [2021-01-19T07:52:15.614Z] 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] } [2021-01-19T07:52:30.747Z] gofmt -l . [2021-01-19T07:52:30.747Z] [ "`gofmt -l .`" = "" ] [2021-01-19T07:52:30.747Z] ./bin/test-attribution-txt.sh [2021-01-19T07:52:31.369Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T07:52:31.713Z] $ docker stop --time=1 a5409063fe37338dc3b136272bdfa82bf9b5de3d17253a7ac98f32223ec3bc9e [2021-01-19T07:52:34.369Z] $ docker rm -f a5409063fe37338dc3b136272bdfa82bf9b5de3d17253a7ac98f32223ec3bc9e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T07:52:35.364Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T07:52:35.390Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T07:52:36.185Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-19T07:52:36.897Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T07:52:37.274Z] + ls -al . [2021-01-19T07:52:37.274Z] total 224 [2021-01-19T07:52:37.274Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 07:52 . [2021-01-19T07:52:37.274Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 07:49 .. [2021-01-19T07:52:37.274Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 07:49 bin [2021-01-19T07:52:37.274Z] -rw-r--r--. 1 jenkins jenkins 143471 Jan 19 07:52 coverage.out [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 07:49 Dockerfile.build [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 07:49 .dockerignore [2021-01-19T07:52:37.274Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 07:49 example [2021-01-19T07:52:37.274Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 07:49 .git [2021-01-19T07:52:37.274Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 07:49 .github [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 07:49 .gitignore [2021-01-19T07:52:37.274Z] -rw-r--r--. 1 jenkins jenkins 491 Jan 19 07:52 go.mod [2021-01-19T07:52:37.274Z] -rw-r--r--. 1 jenkins jenkins 14014 Jan 19 07:52 go.sum [2021-01-19T07:52:37.274Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 07:49 internal [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 07:49 Jenkinsfile [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 07:49 LICENSE [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 07:49 Makefile [2021-01-19T07:52:37.274Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 07:49 openapi [2021-01-19T07:52:37.274Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 07:49 pkg [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 07:49 README.md [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 07:49 RELEASE-NOTES.txt [2021-01-19T07:52:37.274Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 07:49 snap [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 07:44 VERSION [2021-01-19T07:52:37.274Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 07:49 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:52:37.715Z] + 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=76f379e117d47d347c778e665035e6da3d1541dc --label arch=amd64 --label version=0.0.0 . [2021-01-19T07:52:38.352Z] Sending build context to Docker daemon 2.666MB [2021-01-19T07:52:38.352Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:52:38.352Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T07:52:38.352Z] ---> 9a65577f80c8 [2021-01-19T07:52:38.352Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T07:52:38.946Z] ---> Running in f4e5974c167e [2021-01-19T07:52:39.224Z] Removing intermediate container f4e5974c167e [2021-01-19T07:52:39.224Z] ---> 8a76d6b4b701 [2021-01-19T07:52:39.224Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T07:52:39.224Z] ---> Running in 5701346821e2 [2021-01-19T07:52:39.542Z] Removing intermediate container 5701346821e2 [2021-01-19T07:52:39.542Z] ---> 799f3a31b424 [2021-01-19T07:52:39.542Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:52:39.542Z] ---> Running in 2330ff641435 [2021-01-19T07:52:40.186Z] Removing intermediate container 2330ff641435 [2021-01-19T07:52:40.186Z] ---> 4d6393a78248 [2021-01-19T07:52:40.186Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:52:40.186Z] ---> Running in 7b870f6b385c [2021-01-19T07:52:42.279Z] Removing intermediate container 7b870f6b385c [2021-01-19T07:52:42.279Z] ---> 0fd651cf36f4 [2021-01-19T07:52:42.279Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T07:52:42.279Z] ---> Running in b954455b4603 [2021-01-19T07:52:43.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T07:52:44.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T07:52:44.639Z] OK: 166 MiB in 39 packages [2021-01-19T07:52:45.698Z] Removing intermediate container b954455b4603 [2021-01-19T07:52:45.698Z] ---> 3d18ee648633 [2021-01-19T07:52:45.698Z] Step 8/24 : COPY . . [2021-01-19T07:52:47.259Z] ---> c9e8a2b64fc4 [2021-01-19T07:52:47.259Z] Step 9/24 : RUN ${MAKE} [2021-01-19T07:52:47.259Z] ---> Running in e9059c497825 [2021-01-19T07:52:48.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T07:53:12.096Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T07:53:15.588Z] Removing intermediate container e9059c497825 [2021-01-19T07:53:15.588Z] ---> b41ff64e9835 [2021-01-19T07:53:15.588Z] Step 10/24 : FROM scratch [2021-01-19T07:53:15.588Z] ---> [2021-01-19T07:53:15.588Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:53:15.945Z] ---> Running in b86fa005d83e [2021-01-19T07:53:16.300Z] Removing intermediate container b86fa005d83e [2021-01-19T07:53:16.300Z] ---> 7fb9d2d35de2 [2021-01-19T07:53:16.300Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T07:53:16.300Z] ---> Running in f9f0ecf085fc [2021-01-19T07:53:16.576Z] Removing intermediate container f9f0ecf085fc [2021-01-19T07:53:16.576Z] ---> 0ea4cc4788d3 [2021-01-19T07:53:16.576Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T07:53:16.576Z] ---> Running in 3dee23f6fbe4 [2021-01-19T07:53:17.207Z] Removing intermediate container 3dee23f6fbe4 [2021-01-19T07:53:17.207Z] ---> 15a05e30c00e [2021-01-19T07:53:17.207Z] Step 14/24 : WORKDIR / [2021-01-19T07:53:17.207Z] ---> Running in 1c7afb386861 [2021-01-19T07:53:17.526Z] Removing intermediate container 1c7afb386861 [2021-01-19T07:53:17.526Z] ---> 01c1c53262c4 [2021-01-19T07:53:17.526Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T07:53:18.747Z] ---> ca40b928f2ee [2021-01-19T07:53:18.747Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T07:53:19.400Z] ---> 13a7b93b53d8 [2021-01-19T07:53:19.400Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T07:53:19.705Z] ---> 856086abd744 [2021-01-19T07:53:19.705Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T07:53:20.004Z] ---> b1a3992b977d [2021-01-19T07:53:20.004Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T07:53:20.662Z] ---> d1daf372fe8e [2021-01-19T07:53:20.662Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T07:53:20.662Z] ---> Running in a7071877052e [2021-01-19T07:53:21.061Z] Removing intermediate container a7071877052e [2021-01-19T07:53:21.061Z] ---> 741a4296103f [2021-01-19T07:53:21.061Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T07:53:21.061Z] ---> Running in dccb92262471 [2021-01-19T07:53:21.731Z] Removing intermediate container dccb92262471 [2021-01-19T07:53:21.731Z] ---> 01a5f71e9100 [2021-01-19T07:53:21.731Z] Step 22/24 : LABEL arch=amd64 [2021-01-19T07:53:21.731Z] ---> Running in f9e36a3a07e1 [2021-01-19T07:53:22.007Z] Removing intermediate container f9e36a3a07e1 [2021-01-19T07:53:22.007Z] ---> 6612ce9c0724 [2021-01-19T07:53:22.007Z] Step 23/24 : LABEL git_sha=76f379e117d47d347c778e665035e6da3d1541dc [2021-01-19T07:53:22.289Z] ---> Running in 5f6c3e6ffd8b [2021-01-19T07:53:22.577Z] Removing intermediate container 5f6c3e6ffd8b [2021-01-19T07:53:22.577Z] ---> bb54863f7acd [2021-01-19T07:53:22.577Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T07:53:22.577Z] ---> Running in 82d1604ae6a1 [2021-01-19T07:53:22.849Z] Removing intermediate container 82d1604ae6a1 [2021-01-19T07:53:22.849Z] ---> ce601c100d57 [2021-01-19T07:53:22.849Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T07:53:22.849Z] Successfully built ce601c100d57 [2021-01-19T07:53:23.130Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T07:53:24.745Z] provisioning config files... [2021-01-19T07:53:24.757Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/config7856565360450137285tmp [Pipeline] { [Pipeline] sh [2021-01-19T07:53:25.156Z] + set +x [2021-01-19T07:53:25.156Z] + curl -s https://codecov.io/bash [2021-01-19T07:53:25.156Z] + bash -s -- [2021-01-19T07:53:25.420Z] [2021-01-19T07:53:25.420Z] _____ _ [2021-01-19T07:53:25.420Z] / ____| | | [2021-01-19T07:53:25.420Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T07:53:25.420Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T07:53:25.420Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T07:53:25.420Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T07:53:25.420Z] Bash-20210115-cec3c92 [2021-01-19T07:53:25.420Z] [2021-01-19T07:53:25.420Z] [2021-01-19T07:53:25.420Z] ==> git version 2.24.3 found [2021-01-19T07:53:25.420Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T07:53:25.420Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T07:53:25.420Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T07:53:25.420Z] ==> Jenkins CI detected. [2021-01-19T07:53:25.420Z] project root: . [2021-01-19T07:53:25.420Z] --> token set from env [2021-01-19T07:53:25.420Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T07:53:25.420Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T07:53:25.420Z] ==> Python coveragepy not found [2021-01-19T07:53:25.420Z] ==> Searching for coverage reports in: [2021-01-19T07:53:25.420Z] + . [2021-01-19T07:53:25.420Z] -> Found 1 reports [2021-01-19T07:53:25.420Z] ==> Detecting git/mercurial file structure [2021-01-19T07:53:25.420Z] ==> Reading reports [2021-01-19T07:53:25.420Z] + ./coverage.out bytes=143471 [2021-01-19T07:53:25.420Z] ==> Appending adjustments [2021-01-19T07:53:25.420Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T07:53:25.997Z] + Found adjustments [2021-01-19T07:53:25.997Z] ==> Gzipping contents [2021-01-19T07:53:25.997Z] 24K /tmp/codecov.1G9pSm.gz [2021-01-19T07:53:25.997Z] ==> Uploading reports [2021-01-19T07:53:25.997Z] url: https://codecov.io [2021-01-19T07:53:25.997Z] query: branch=PR-741&commit=76f379e117d47d347c778e665035e6da3d1541dc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-741%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=741&job=&cmd_args= [2021-01-19T07:53:25.997Z] -> Pinging Codecov [2021-01-19T07:53:25.997Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-741&commit=76f379e117d47d347c778e665035e6da3d1541dc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-741%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=741&job=&cmd_args= [2021-01-19T07:53:26.571Z] -> Uploading to [2021-01-19T07:53:26.571Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/76f379e117d47d347c778e665035e6da3d1541dc/28dd0b4a-a35b-4d84-832e-f4444a8c067e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T075326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dcfdedc58e3f722c37fbc61f60227316cbe813847922acd1ad744609e23079f3 [2021-01-19T07:53:26.571Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T07:53:26.571Z] Dload Upload Total Spent Left Speed [2021-01-19T07:53:27.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22209 0 0 100 22209 0 40031 --:--:-- --:--:-- --:--:-- 40088 [2021-01-19T07:53:27.146Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/76f379e117d47d347c778e665035e6da3d1541dc [Pipeline] } [2021-01-19T07:53:27.156Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:53:29.576Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:53:29.883Z] ---> package-listing.sh [2021-01-19T07:53:29.884Z] ++ facter osfamily [2021-01-19T07:53:29.884Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T07:53:29.884Z] + OS_FAMILY=redhat [2021-01-19T07:53:29.884Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-741 [2021-01-19T07:53:29.884Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T07:53:29.884Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T07:53:29.884Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T07:53:29.884Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T07:53:29.884Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-741 ']' [2021-01-19T07:53:29.884Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T07:53:29.884Z] + case "${OS_FAMILY}" in [2021-01-19T07:53:29.884Z] + rpm -qa [2021-01-19T07:53:29.884Z] + sort [2021-01-19T07:53:35.197Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T07:53:35.197Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T07:53:35.197Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T07:53:35.197Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-741 ']' [2021-01-19T07:53:35.197Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-741/archives/ [2021-01-19T07:53:35.197Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-741/archives/ [Pipeline] echo [2021-01-19T07:53:35.211Z] 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-741/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T07:53:35.512Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:53:35.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T07:53:35.828Z] [2021-01-19T07:53:35.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:53:36.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T07:53:36.221Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T07:53:36.221Z] df20fa9351a1: Pulling fs layer [2021-01-19T07:53:36.221Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T07:53:36.221Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T07:53:36.221Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T07:53:36.221Z] 93b61091891f: Pulling fs layer [2021-01-19T07:53:36.221Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T07:53:36.221Z] 5e14af77c1be: Pulling fs layer [2021-01-19T07:53:36.221Z] 01666e4c0597: Pulling fs layer [2021-01-19T07:53:36.221Z] aa168da1d23b: Pulling fs layer [2021-01-19T07:53:36.221Z] 93b9cdb0e59b: Waiting [2021-01-19T07:53:36.221Z] 5e14af77c1be: Waiting [2021-01-19T07:53:36.221Z] 01666e4c0597: Waiting [2021-01-19T07:53:36.221Z] aa168da1d23b: Waiting [2021-01-19T07:53:36.221Z] 46f8f816bc3b: Waiting [2021-01-19T07:53:36.221Z] 93b61091891f: Waiting [2021-01-19T07:53:36.221Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T07:53:36.221Z] 36b3adc4ff6f: Download complete [2021-01-19T07:53:36.484Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T07:53:36.484Z] 46f8f816bc3b: Download complete [2021-01-19T07:53:36.484Z] df20fa9351a1: Verifying Checksum [2021-01-19T07:53:36.484Z] 93b9cdb0e59b: Download complete [2021-01-19T07:53:36.484Z] 93b61091891f: Download complete [2021-01-19T07:53:36.484Z] 5e14af77c1be: Verifying Checksum [2021-01-19T07:53:36.484Z] 01666e4c0597: Verifying Checksum [2021-01-19T07:53:36.484Z] 01666e4c0597: Download complete [2021-01-19T07:53:36.746Z] df20fa9351a1: Pull complete [2021-01-19T07:53:37.013Z] 36b3adc4ff6f: Pull complete [2021-01-19T07:53:37.281Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T07:53:37.281Z] 8ad3a11d3b57: Download complete [2021-01-19T07:53:38.255Z] 8ad3a11d3b57: Pull complete [2021-01-19T07:53:38.255Z] 46f8f816bc3b: Pull complete [2021-01-19T07:53:39.216Z] aa168da1d23b: Verifying Checksum [2021-01-19T07:53:39.216Z] aa168da1d23b: Download complete [2021-01-19T07:53:39.216Z] 93b61091891f: Pull complete [2021-01-19T07:53:39.801Z] 93b9cdb0e59b: Pull complete [2021-01-19T07:53:39.801Z] 5e14af77c1be: Pull complete [2021-01-19T07:53:40.062Z] 01666e4c0597: Pull complete [2021-01-19T07:53:46.723Z] aa168da1d23b: Pull complete [2021-01-19T07:53:46.723Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T07:53:46.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T07:53:46.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T07:53:46.858Z] prd-centos7-docker-4c-2g-21160 does not seem to be running inside a container [2021-01-19T07:53:46.907Z] $ 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-741/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-741 -v /w/workspace/dgexfoundry_device-sdk-go_PR-741:/w/workspace/dgexfoundry_device-sdk-go_PR-741:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T07:53:50.863Z] $ docker top 25f7b2efcc56900379e1cdacf07f28bb2c6a32f5b387857cedc62b96246e2e57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:53:51.469Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T07:53:51.769Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T07:53:52.090Z] + ls /var/log/sa-host [2021-01-19T07:53:52.090Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T07:53:52.090Z] file_magic: OK [2021-01-19T07:53:52.090Z] HZ: Using current value: 100 [2021-01-19T07:53:52.090Z] file_header: OK [2021-01-19T07:53:52.090Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T07:53:52.090Z] Statistics: [2021-01-19T07:53:52.090Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T07:53:52.090Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T07:53:52.090Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T07:53:52.090Z] file_magic: OK [2021-01-19T07:53:52.090Z] HZ: Using current value: 100 [2021-01-19T07:53:52.090Z] file_header: OK [2021-01-19T07:53:52.090Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T07:53:52.090Z] Statistics: [2021-01-19T07:53:52.090Z] Hnuu...uuuununununu... [2021-01-19T07:53:52.090Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T07:53:52.301Z] provisioning config files... [2021-01-19T07:53:52.318Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/config8995158491528177573tmp [Pipeline] { [Pipeline] echo [2021-01-19T07:53:52.397Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:53:52.696Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T07:53:52.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T07:53:52.805Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:53:53.105Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T07:53:53.117Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:53:53.414Z] ---> sudo-logs.sh [2021-01-19T07:53:53.414Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T07:53:53.426Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:53:53.721Z] ---> job-cost.sh [2021-01-19T07:53:53.722Z] lf-activate-venv: SKIPPING [2021-01-19T07:53:53.722Z] INFO: No Stack... [2021-01-19T07:53:54.670Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T07:53:55.244Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T07:53:55.257Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:53:55.551Z] ---> logs-deploy.sh [2021-01-19T07:53:55.551Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-741/2 [2021-01-19T07:53:55.551Z] INFO: archiving workspace using pattern(s): [2021-01-19T07:53:57.466Z] Archives upload complete. [2021-01-19T07:53:57.466Z] INFO: archiving logs to Nexus