Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 58a3244429e7a477f98db1630e9f7196231c69d5+4525aed633a2d28dffb46d50cb0e81f75e767df3 (ca843eadf912e60b4987bd408bfed05420741883) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16244 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [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-676 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Merging remotes/origin/master commit 4525aed633a2d28dffb46d50cb0e81f75e767df3 into PR head commit 58a3244429e7a477f98db1630e9f7196231c69d5 Merge succeeded, producing b8caea373e3e833cab8afdd4767ddd081809616d Checking out Revision b8caea373e3e833cab8afdd4767ddd081809616d (PR-676) 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/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # 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 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8caea373e3e833cab8afdd4767ddd081809616d # timeout=10 Commit message: "Merge commit '4525aed633a2d28dffb46d50cb0e81f75e767df3' into HEAD" > git rev-list --no-walk 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T02:41:37.844Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T02:41:38.129Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T02:41:38.247Z] ========================================================= [2020-12-16T02:41:38.247Z] EdgeX Global Pipelines Version Info [2020-12-16T02:41:38.247Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:41:39.738Z] ------------------- [2020-12-16T02:41:39.738Z] stable info: [2020-12-16T02:41:39.738Z] ------------------- [2020-12-16T02:41:39.738Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T02:41:39.738Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T02:41:39.738Z] Message: update stable to v1.0.172 [2020-12-16T02:41:40.685Z] ------------------- [2020-12-16T02:41:40.685Z] experimental info: [2020-12-16T02:41:40.685Z] ------------------- [2020-12-16T02:41:40.685Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T02:41:40.685Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T02:41:40.685Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T02:41:41.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-16T02:41:41.105Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-16T02:41:41.203Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T02:41:41.315Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T02:41:41.407Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T02:41:41.536Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T02:41:41.637Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T02:41:41.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T02:41:41.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-16T02:41:41.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T02:41:42.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T02:41:42.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-16T02:41:42.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T02:41:42.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T02:41:42.442Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T02:41:42.536Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T02:41:42.624Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T02:41:42.722Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T02:41:42.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T02:41:42.937Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-16T02:41:43.032Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T02:41:43.124Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T02:41:43.211Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-16T02:41:43.344Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-16T02:41:43.446Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-16T02:41:43.544Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T02:41:43.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-676 [Pipeline] echo [2020-12-16T02:41:43.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-676 [Pipeline] echo [2020-12-16T02:41:43.880Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-676 [Pipeline] echo [2020-12-16T02:41:43.979Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b8caea373e3e833cab8afdd4767ddd081809616d [Pipeline] echo [2020-12-16T02:41:44.097Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b8caea3 [Pipeline] echo [2020-12-16T02:41:44.199Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T02:41:44.401Z] provisioning config files... [2020-12-16T02:41:44.538Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config7508551081751126350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:41:44.906Z] ---> docker-login.sh [2020-12-16T02:41:44.906Z] nexus3.edgexfoundry.org:10001 [2020-12-16T02:41:45.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:41:45.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:41:45.432Z] Configure a credential helper to remove this warning. See [2020-12-16T02:41:45.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:41:45.432Z] [2020-12-16T02:41:45.432Z] Login Succeeded [2020-12-16T02:41:45.432Z] nexus3.edgexfoundry.org:10002 [2020-12-16T02:41:45.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:41:45.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:41:45.694Z] Configure a credential helper to remove this warning. See [2020-12-16T02:41:45.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:41:45.694Z] [2020-12-16T02:41:45.694Z] Login Succeeded [2020-12-16T02:41:45.694Z] nexus3.edgexfoundry.org:10003 [2020-12-16T02:41:45.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:41:45.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:41:45.694Z] Configure a credential helper to remove this warning. See [2020-12-16T02:41:45.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:41:45.694Z] [2020-12-16T02:41:45.694Z] Login Succeeded [2020-12-16T02:41:45.694Z] nexus3.edgexfoundry.org:10004 [2020-12-16T02:41:45.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:41:45.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:41:45.957Z] Configure a credential helper to remove this warning. See [2020-12-16T02:41:45.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:41:45.957Z] [2020-12-16T02:41:45.957Z] Login Succeeded [2020-12-16T02:41:45.957Z] docker.io [2020-12-16T02:41:45.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:41:46.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:41:46.223Z] Configure a credential helper to remove this warning. See [2020-12-16T02:41:46.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:41:46.223Z] [2020-12-16T02:41:46.223Z] Login Succeeded [2020-12-16T02:41:46.223Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T02:41:46.232Z] 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 [2020-12-16T02:41:47.092Z] + git log --format=format:%s -1 b8caea373e3e833cab8afdd4767ddd081809616d [Pipeline] echo [2020-12-16T02:41:47.157Z] GIT_COMMIT: b8caea373e3e833cab8afdd4767ddd081809616d, Commit Message: Merge commit '4525aed633a2d28dffb46d50cb0e81f75e767df3' into HEAD [Pipeline] echo [2020-12-16T02:41:47.204Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:41:48.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T02:41:48.191Z] [2020-12-16T02:41:48.191Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:41:48.583Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T02:41:48.583Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T02:41:48.583Z] 31603596830f: Pulling fs layer [2020-12-16T02:41:48.583Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T02:41:48.583Z] 6ca5941a6612: Pulling fs layer [2020-12-16T02:41:48.583Z] ecc8261a40a4: Pulling fs layer [2020-12-16T02:41:48.583Z] ecc8261a40a4: Waiting [2020-12-16T02:41:48.583Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T02:41:48.583Z] 2a8b12db71e7: Download complete [2020-12-16T02:41:48.846Z] 31603596830f: Verifying Checksum [2020-12-16T02:41:48.846Z] 31603596830f: Download complete [2020-12-16T02:41:48.846Z] ecc8261a40a4: Verifying Checksum [2020-12-16T02:41:48.846Z] ecc8261a40a4: Download complete [2020-12-16T02:41:48.846Z] 6ca5941a6612: Verifying Checksum [2020-12-16T02:41:48.846Z] 6ca5941a6612: Download complete [2020-12-16T02:41:49.108Z] 31603596830f: Pull complete [2020-12-16T02:41:49.374Z] 2a8b12db71e7: Pull complete [2020-12-16T02:41:49.948Z] 6ca5941a6612: Pull complete [2020-12-16T02:41:50.210Z] ecc8261a40a4: Pull complete [2020-12-16T02:41:50.210Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T02:41:50.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T02:41:50.472Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T02:41:50.579Z] prd-centos7-docker-4c-2g-16244 does not seem to be running inside a container [2020-12-16T02:41:50.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-676 -v /w/workspace/dgexfoundry_device-sdk-go_PR-676:/w/workspace/dgexfoundry_device-sdk-go_PR-676:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T02:41:53.010Z] $ docker top d1e1856ca060ff148047e98fe282c21a11869aaf502a01efc6f059fb9aca38ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T02:41:53.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T02:41:53.401Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T02:41:53.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T02:41:53.637Z] $ docker exec d1e1856ca060ff148047e98fe282c21a11869aaf502a01efc6f059fb9aca38ad ssh-agent [2020-12-16T02:41:53.802Z] SSH_AUTH_SOCK=/tmp/ssh-AhkEdmDqDOAt/agent.12 [2020-12-16T02:41:53.802Z] SSH_AGENT_PID=17 [2020-12-16T02:41:53.817Z] Running ssh-add (command line suppressed) [2020-12-16T02:41:53.948Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_7256686061733424238.key (/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_7256686061733424238.key) [2020-12-16T02:41:53.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T02:41:54.482Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T02:41:54.564Z] $ docker exec --env ******** --env ******** d1e1856ca060ff148047e98fe282c21a11869aaf502a01efc6f059fb9aca38ad ssh-agent -k [2020-12-16T02:41:54.683Z] unset SSH_AUTH_SOCK; [2020-12-16T02:41:54.683Z] unset SSH_AGENT_PID; [2020-12-16T02:41:54.683Z] echo Agent pid 17 killed; [2020-12-16T02:41:54.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T02:41:54.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T02:41:54.925Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T02:41:55.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T02:41:55.103Z] $ docker exec d1e1856ca060ff148047e98fe282c21a11869aaf502a01efc6f059fb9aca38ad ssh-agent [2020-12-16T02:41:55.277Z] SSH_AUTH_SOCK=/tmp/ssh-FAIiZ49iebnu/agent.46 [2020-12-16T02:41:55.277Z] SSH_AGENT_PID=52 [2020-12-16T02:41:55.287Z] Running ssh-add (command line suppressed) [2020-12-16T02:41:55.426Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_6112540694371653090.key (/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_6112540694371653090.key) [2020-12-16T02:41:55.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T02:41:55.840Z] + git semver init [2020-12-16T02:41:55.840Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T02:41:55.840Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-676/.git [2020-12-16T02:41:55.840Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-676 [2020-12-16T02:41:55.840Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T02:41:55.840Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T02:41:55.840Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T02:41:55.840Z] # $SEMVER_BRANCH = PR-676 [2020-12-16T02:41:55.840Z] # $SEMVER_TEMP = /tmp/semver-409846820 [2020-12-16T02:41:55.840Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-16T02:41:56.443Z] # '/tmp/semver-409846820' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-676/.semver' [2020-12-16T02:41:56.443Z] # -> Force: false [2020-12-16T02:41:56.443Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-676/.semver [Pipeline] } [2020-12-16T02:41:56.483Z] $ docker exec --env ******** --env ******** d1e1856ca060ff148047e98fe282c21a11869aaf502a01efc6f059fb9aca38ad ssh-agent -k [2020-12-16T02:41:56.599Z] unset SSH_AUTH_SOCK; [2020-12-16T02:41:56.600Z] unset SSH_AGENT_PID; [2020-12-16T02:41:56.600Z] echo Agent pid 52 killed; [2020-12-16T02:41:56.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T02:41:57.153Z] + git semver [Pipeline] } [2020-12-16T02:41:57.177Z] $ docker stop --time=1 d1e1856ca060ff148047e98fe282c21a11869aaf502a01efc6f059fb9aca38ad [2020-12-16T02:41:58.748Z] $ docker rm -f d1e1856ca060ff148047e98fe282c21a11869aaf502a01efc6f059fb9aca38ad [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T02:41:59.215Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T02:41:59.604Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T02:41:59.607Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-16T02:42:15.231Z] Still waiting to schedule task [2020-12-16T02:42:15.232Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16245’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-16225’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-12-16T02:42:15.234Z] Still waiting to schedule task [2020-12-16T02:42:15.234Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-16T02:43:44.780Z] Running on prd-centos7-docker-4c-2g-16246 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [Pipeline] { [Pipeline] ws [2020-12-16T02:43:44.830Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-12-16T02:43:49.607Z] using credential edgex-jenkins-ssh [2020-12-16T02:43:49.679Z] Cloning the remote Git repository [2020-12-16T02:43:49.742Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-16T02:43:49.827Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-12-16T02:43:49.912Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-16T02:43:49.913Z] > git --version # timeout=10 [2020-12-16T02:43:49.923Z] > git --version # 'git version 2.24.3' [2020-12-16T02:43:49.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T02:43:49.979Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T02:43:51.516Z] Merging remotes/origin/master commit 4525aed633a2d28dffb46d50cb0e81f75e767df3 into PR head commit 58a3244429e7a477f98db1630e9f7196231c69d5 [2020-12-16T02:43:50.790Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-16T02:43:50.835Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T02:43:50.896Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-16T02:43:50.957Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-16T02:43:50.957Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T02:43:50.973Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T02:43:51.547Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T02:43:51.572Z] > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 [2020-12-16T02:43:51.819Z] Merge succeeded, producing 492ae01f21371a190bc04109b3f94be41c5d7190 [2020-12-16T02:43:51.819Z] Checking out Revision 492ae01f21371a190bc04109b3f94be41c5d7190 (PR-676) [2020-12-16T02:43:51.682Z] > git remote # timeout=10 [2020-12-16T02:43:51.736Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T02:43:51.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T02:43:51.752Z] > git merge 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 [2020-12-16T02:43:51.809Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T02:43:51.825Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T02:43:51.836Z] > git checkout -f 492ae01f21371a190bc04109b3f94be41c5d7190 # timeout=10 [2020-12-16T02:43:55.991Z] Commit message: "Merge commit '4525aed633a2d28dffb46d50cb0e81f75e767df3' into HEAD" [2020-12-16T02:43:55.998Z] > git rev-list --no-walk 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T02:43:57.685Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T02:43:58.156Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T02:43:58.482Z] + sudo service docker restart [2020-12-16T02:43:58.482Z] + true [2020-12-16T02:43:58.482Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T02:44:00.535Z] provisioning config files... [2020-12-16T02:44:00.570Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config3006972886767079589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:44:00.990Z] ---> docker-login.sh [2020-12-16T02:44:00.990Z] nexus3.edgexfoundry.org:10001 [2020-12-16T02:44:01.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:01.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:01.885Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:01.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:01.885Z] [2020-12-16T02:44:01.885Z] Login Succeeded [2020-12-16T02:44:01.885Z] nexus3.edgexfoundry.org:10002 [2020-12-16T02:44:02.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:02.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:02.171Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:02.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:02.171Z] [2020-12-16T02:44:02.171Z] Login Succeeded [2020-12-16T02:44:02.171Z] nexus3.edgexfoundry.org:10003 [2020-12-16T02:44:02.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:02.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:02.456Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:02.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:02.456Z] [2020-12-16T02:44:02.456Z] Login Succeeded [2020-12-16T02:44:02.456Z] nexus3.edgexfoundry.org:10004 [2020-12-16T02:44:02.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:02.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:02.747Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:02.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:02.747Z] [2020-12-16T02:44:02.747Z] Login Succeeded [2020-12-16T02:44:02.747Z] docker.io [2020-12-16T02:44:03.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:03.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:03.312Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:03.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:03.312Z] [2020-12-16T02:44:03.312Z] Login Succeeded [2020-12-16T02:44:03.312Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T02:44:03.351Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T02:44:03.951Z] ========================================================= [2020-12-16T02:44:03.951Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T02:44:03.951Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:44:04.316Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-16T02:44:04.591Z] Sending build context to Docker daemon 2.402MB [2020-12-16T02:44:04.591Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-16T02:44:04.591Z] Step 2/8 : FROM ${BASE} [2020-12-16T02:44:04.591Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T02:44:04.591Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T02:44:04.591Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T02:44:04.591Z] de9db76c5a1d: Pulling fs layer [2020-12-16T02:44:04.591Z] bca2f99d35d6: Pulling fs layer [2020-12-16T02:44:04.591Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T02:44:04.591Z] 7c6f9722023f: Pulling fs layer [2020-12-16T02:44:04.591Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T02:44:04.591Z] bca2f99d35d6: Waiting [2020-12-16T02:44:04.591Z] 93359f2a8cfa: Waiting [2020-12-16T02:44:04.591Z] 7c6f9722023f: Waiting [2020-12-16T02:44:04.591Z] a35cf1a2eb13: Waiting [2020-12-16T02:44:04.858Z] de9db76c5a1d: Verifying Checksum [2020-12-16T02:44:04.858Z] de9db76c5a1d: Download complete [2020-12-16T02:44:04.858Z] 0ef7d3d256c8: Verifying Checksum [2020-12-16T02:44:04.858Z] 0ef7d3d256c8: Download complete [2020-12-16T02:44:04.858Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T02:44:04.858Z] 93359f2a8cfa: Download complete [2020-12-16T02:44:05.485Z] 7c6f9722023f: Verifying Checksum [2020-12-16T02:44:05.485Z] 7c6f9722023f: Download complete [2020-12-16T02:44:05.485Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T02:44:05.485Z] 188c0c94c7c5: Download complete [2020-12-16T02:44:06.104Z] 188c0c94c7c5: Pull complete [2020-12-16T02:44:06.104Z] 0ef7d3d256c8: Pull complete [2020-12-16T02:44:06.388Z] de9db76c5a1d: Pull complete [2020-12-16T02:44:09.039Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T02:44:09.039Z] a35cf1a2eb13: Download complete [2020-12-16T02:44:10.066Z] bca2f99d35d6: Verifying Checksum [2020-12-16T02:44:10.066Z] bca2f99d35d6: Download complete [2020-12-16T02:44:14.978Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16247 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [Pipeline] { [Pipeline] ws [2020-12-16T02:44:15.036Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-12-16T02:44:20.119Z] using credential edgex-jenkins-ssh [2020-12-16T02:44:20.195Z] Cloning the remote Git repository [2020-12-16T02:44:20.264Z] bca2f99d35d6: Pull complete [2020-12-16T02:44:20.264Z] 93359f2a8cfa: Pull complete [2020-12-16T02:44:20.264Z] 7c6f9722023f: Pull complete [2020-12-16T02:44:20.266Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-16T02:44:20.381Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-12-16T02:44:20.455Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-16T02:44:20.455Z] > git --version # timeout=10 [2020-12-16T02:44:20.478Z] > git --version # 'git version 2.17.1' [2020-12-16T02:44:20.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T02:44:20.570Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T02:44:22.321Z] Merging remotes/origin/master commit 4525aed633a2d28dffb46d50cb0e81f75e767df3 into PR head commit 58a3244429e7a477f98db1630e9f7196231c69d5 [2020-12-16T02:44:22.612Z] Merge succeeded, producing 54620c98f133ab240173f6e0de1d2578d9493093 [2020-12-16T02:44:22.612Z] Checking out Revision 54620c98f133ab240173f6e0de1d2578d9493093 (PR-676) [2020-12-16T02:44:21.717Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-16T02:44:21.735Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T02:44:21.767Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-16T02:44:21.815Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-16T02:44:21.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T02:44:21.833Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T02:44:22.345Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T02:44:22.361Z] > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 [2020-12-16T02:44:22.470Z] > git remote # timeout=10 [2020-12-16T02:44:22.487Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T02:44:22.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T02:44:22.511Z] > git merge 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 [2020-12-16T02:44:22.601Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T02:44:22.624Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T02:44:22.636Z] > git checkout -f 54620c98f133ab240173f6e0de1d2578d9493093 # timeout=10 [2020-12-16T02:44:25.694Z] a35cf1a2eb13: Pull complete [2020-12-16T02:44:25.695Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T02:44:25.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T02:44:25.695Z] ---> a62c8e92a672 [2020-12-16T02:44:25.695Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T02:44:25.695Z] ---> Running in a6c88cdcf14b [2020-12-16T02:44:25.995Z] Removing intermediate container a6c88cdcf14b [2020-12-16T02:44:25.995Z] ---> 9d7878ca9388 [2020-12-16T02:44:25.995Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T02:44:25.995Z] ---> Running in cb59a0be4513 [2020-12-16T02:44:27.057Z] Commit message: "Merge commit '4525aed633a2d28dffb46d50cb0e81f75e767df3' into HEAD" [2020-12-16T02:44:27.069Z] > git rev-list --no-walk 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T02:44:28.074Z] Removing intermediate container cb59a0be4513 [2020-12-16T02:44:28.074Z] ---> 3749e147cfa0 [2020-12-16T02:44:28.074Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-16T02:44:28.074Z] ---> Running in fabaaf02f39e [2020-12-16T02:44:28.642Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T02:44:29.049Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T02:44:29.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T02:44:29.455Z] + true [2020-12-16T02:44:29.455Z] + sudo service docker restart [2020-12-16T02:44:29.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T02:44:30.515Z] OK: 166 MiB in 39 packages [2020-12-16T02:44:31.138Z] Removing intermediate container fabaaf02f39e [2020-12-16T02:44:31.138Z] ---> e856586747ee [2020-12-16T02:44:31.138Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-16T02:44:31.138Z] ---> Running in 247f05bf69af [2020-12-16T02:44:31.447Z] Removing intermediate container 247f05bf69af [2020-12-16T02:44:31.447Z] ---> b8efd4709c00 [2020-12-16T02:44:31.447Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T02:44:32.192Z] provisioning config files... [2020-12-16T02:44:32.231Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config6419528065029315979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:44:32.448Z] ---> 8031c90b0159 [2020-12-16T02:44:32.448Z] Step 8/8 : RUN go mod download [2020-12-16T02:44:32.652Z] ---> docker-login.sh [2020-12-16T02:44:32.652Z] nexus3.edgexfoundry.org:10001 [2020-12-16T02:44:32.728Z] ---> Running in 8c30d3faec19 [2020-12-16T02:44:33.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:33.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:33.914Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:33.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:33.914Z] [2020-12-16T02:44:33.914Z] Login Succeeded [2020-12-16T02:44:33.914Z] nexus3.edgexfoundry.org:10002 [2020-12-16T02:44:34.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:34.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:34.189Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:34.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:34.189Z] [2020-12-16T02:44:34.189Z] Login Succeeded [2020-12-16T02:44:34.189Z] nexus3.edgexfoundry.org:10003 [2020-12-16T02:44:34.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:34.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:34.787Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:34.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:34.787Z] [2020-12-16T02:44:34.787Z] Login Succeeded [2020-12-16T02:44:34.787Z] nexus3.edgexfoundry.org:10004 [2020-12-16T02:44:35.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:35.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:35.336Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:35.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:35.336Z] [2020-12-16T02:44:35.336Z] Login Succeeded [2020-12-16T02:44:35.336Z] docker.io [2020-12-16T02:44:35.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T02:44:36.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T02:44:36.207Z] Configure a credential helper to remove this warning. See [2020-12-16T02:44:36.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T02:44:36.207Z] [2020-12-16T02:44:36.207Z] Login Succeeded [2020-12-16T02:44:36.207Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T02:44:36.224Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T02:44:36.660Z] ========================================================= [2020-12-16T02:44:36.661Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T02:44:36.661Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:44:37.041Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-16T02:44:37.683Z] Sending build context to Docker daemon 2.4MB [2020-12-16T02:44:37.683Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-16T02:44:37.683Z] Step 2/8 : FROM ${BASE} [2020-12-16T02:44:37.683Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T02:44:37.683Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T02:44:37.683Z] a4357932f1b6: Pulling fs layer [2020-12-16T02:44:37.683Z] 18c013af1878: Pulling fs layer [2020-12-16T02:44:37.683Z] 00ac8860ef70: Pulling fs layer [2020-12-16T02:44:37.683Z] 63d7cb157983: Pulling fs layer [2020-12-16T02:44:37.683Z] b116817d02f9: Pulling fs layer [2020-12-16T02:44:37.683Z] 745a02a5169b: Pulling fs layer [2020-12-16T02:44:37.683Z] b116817d02f9: Waiting [2020-12-16T02:44:37.683Z] 00ac8860ef70: Waiting [2020-12-16T02:44:37.683Z] 745a02a5169b: Waiting [2020-12-16T02:44:37.683Z] 63d7cb157983: Waiting [2020-12-16T02:44:37.683Z] 18c013af1878: Verifying Checksum [2020-12-16T02:44:37.683Z] 18c013af1878: Download complete [2020-12-16T02:44:37.683Z] a4357932f1b6: Verifying Checksum [2020-12-16T02:44:37.683Z] a4357932f1b6: Download complete [2020-12-16T02:44:37.683Z] 63d7cb157983: Verifying Checksum [2020-12-16T02:44:37.683Z] 63d7cb157983: Download complete [2020-12-16T02:44:38.084Z] b116817d02f9: Verifying Checksum [2020-12-16T02:44:38.084Z] b116817d02f9: Download complete [2020-12-16T02:44:38.359Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T02:44:38.359Z] 5f621e34cdf4: Download complete [2020-12-16T02:44:39.349Z] 5f621e34cdf4: Pull complete [2020-12-16T02:44:39.624Z] a4357932f1b6: Pull complete [2020-12-16T02:44:40.226Z] 18c013af1878: Pull complete [2020-12-16T02:44:41.209Z] 745a02a5169b: Verifying Checksum [2020-12-16T02:44:41.209Z] 745a02a5169b: Download complete [2020-12-16T02:44:42.194Z] 00ac8860ef70: Verifying Checksum [2020-12-16T02:44:42.194Z] 00ac8860ef70: Download complete [2020-12-16T02:44:52.356Z] 00ac8860ef70: Pull complete [2020-12-16T02:44:52.948Z] 63d7cb157983: Pull complete [2020-12-16T02:44:52.948Z] b116817d02f9: Pull complete [2020-12-16T02:44:55.062Z] Removing intermediate container 8c30d3faec19 [2020-12-16T02:44:55.062Z] ---> 3d048429e5b1 [2020-12-16T02:44:55.062Z] Successfully built 3d048429e5b1 [2020-12-16T02:44:55.062Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:44:55.409Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T02:44:55.687Z] . [Pipeline] withDockerContainer [2020-12-16T02:44:55.865Z] prd-centos7-docker-4c-2g-16246 does not seem to be running inside a container [2020-12-16T02:44:55.945Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T02:44:57.273Z] 745a02a5169b: Pull complete [2020-12-16T02:44:57.273Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T02:44:57.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T02:44:57.273Z] ---> b7e6874047d6 [2020-12-16T02:44:57.273Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T02:44:57.519Z] $ docker top bfa1164fab67e8a3159537470a1d64fc0968686d8ea9f50f2c1f266bdad9c18f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T02:44:58.733Z] + go version [2020-12-16T02:44:58.733Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T02:44:58.774Z] $ docker stop --time=1 bfa1164fab67e8a3159537470a1d64fc0968686d8ea9f50f2c1f266bdad9c18f [2020-12-16T02:44:59.895Z] ---> Running in c3d16daccc42 [2020-12-16T02:44:59.895Z] Removing intermediate container c3d16daccc42 [2020-12-16T02:44:59.895Z] ---> 5f0dde6a3220 [2020-12-16T02:44:59.895Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T02:45:00.168Z] ---> Running in 4284890a395b [2020-12-16T02:45:00.466Z] $ docker rm -f bfa1164fab67e8a3159537470a1d64fc0968686d8ea9f50f2c1f266bdad9c18f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:45:01.436Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T02:45:01.436Z] . [Pipeline] withDockerContainer [2020-12-16T02:45:01.623Z] prd-centos7-docker-4c-2g-16246 does not seem to be running inside a container [2020-12-16T02:45:01.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T02:45:02.661Z] $ docker top f9ce09a05cea15e72e838112c08eb1124f227a8b42657747daed326c85eb6e1e -eo pid,comm [2020-12-16T02:45:02.808Z] Removing intermediate container 4284890a395b [2020-12-16T02:45:02.808Z] ---> 3c3c198e3987 [2020-12-16T02:45:02.808Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-16T02:45:02.808Z] ---> Running in de5079137628 [Pipeline] { [Pipeline] sh [2020-12-16T02:45:03.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T02:45:03.975Z] + make test [2020-12-16T02:45:03.975Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T02:45:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T02:45:05.024Z] OK: 142 MiB in 39 packages [2020-12-16T02:45:06.458Z] Removing intermediate container de5079137628 [2020-12-16T02:45:06.458Z] ---> 1e63067976a4 [2020-12-16T02:45:06.458Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-16T02:45:06.458Z] ---> Running in 5c5021f310c8 [2020-12-16T02:45:06.735Z] Removing intermediate container 5c5021f310c8 [2020-12-16T02:45:06.735Z] ---> 9ae21becc010 [2020-12-16T02:45:06.735Z] Step 7/8 : COPY . . [2020-12-16T02:45:08.192Z] ---> e274c54a48ae [2020-12-16T02:45:08.192Z] Step 8/8 : RUN go mod download [2020-12-16T02:45:08.192Z] ---> Running in ccf44cad4b02 [2020-12-16T02:45:16.622Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-16T02:45:30.385Z] Removing intermediate container ccf44cad4b02 [2020-12-16T02:45:30.386Z] ---> 795171d39b0d [2020-12-16T02:45:30.386Z] Successfully built 795171d39b0d [2020-12-16T02:45:30.386Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:45:30.726Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T02:45:30.726Z] . [Pipeline] withDockerContainer [2020-12-16T02:45:31.000Z] prd-ubuntu18.04-docker-arm64-4c-16g-16247 does not seem to be running inside a container [2020-12-16T02:45:31.084Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 [2020-12-16T02:45:32.457Z] $ docker top 173c0ac17a52adc30214ffe7b2089432d70a6ea7927a5f5aee22062a0fa7a0a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T02:45:33.476Z] + go version [2020-12-16T02:45:33.476Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T02:45:33.505Z] $ docker stop --time=1 173c0ac17a52adc30214ffe7b2089432d70a6ea7927a5f5aee22062a0fa7a0a9 [2020-12-16T02:45:35.364Z] $ docker rm -f 173c0ac17a52adc30214ffe7b2089432d70a6ea7927a5f5aee22062a0fa7a0a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:45:36.301Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T02:45:36.301Z] . [Pipeline] withDockerContainer [2020-12-16T02:45:36.525Z] prd-ubuntu18.04-docker-arm64-4c-16g-16247 does not seem to be running inside a container [2020-12-16T02:45:36.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 [2020-12-16T02:45:38.058Z] $ docker top 6e27ab9a7f1e20cbcf782f09f646347a96ea7d96d7d7e68d3b09ca8d335ada95 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T02:45:39.061Z] + make test [2020-12-16T02:45:39.061Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T02:45:43.875Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-16T02:45:43.875Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-16T02:45:43.875Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-16T02:45:43.875Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.072s coverage: 20.0% of statements [2020-12-16T02:45:44.505Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.761s coverage: 97.1% of statements [2020-12-16T02:46:01.242Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-16T02:46:17.268Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.183s coverage: 9.4% of statements [2020-12-16T02:46:17.268Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.061s coverage: 21.9% of statements [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-16T02:46:17.268Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.338s coverage: 42.5% of statements [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-16T02:46:17.268Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.450s coverage: 68.9% of statements [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-16T02:46:17.268Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.130s coverage: 53.8% of statements [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-16T02:46:17.268Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.257s coverage: 68.9% of statements [2020-12-16T02:46:17.268Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.271s coverage: 4.6% of statements [2020-12-16T02:46:17.268Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-16T02:46:17.268Z] GO111MODULE=on go vet ./... [2020-12-16T02:46:32.762Z] gofmt -l . [2020-12-16T02:46:33.033Z] [ "`gofmt -l .`" = "" ] [2020-12-16T02:46:33.326Z] ./bin/test-attribution-txt.sh [2020-12-16T02:46:34.311Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-16T02:46:34.941Z] $ docker stop --time=1 f9ce09a05cea15e72e838112c08eb1124f227a8b42657747daed326c85eb6e1e [2020-12-16T02:46:37.035Z] $ docker rm -f f9ce09a05cea15e72e838112c08eb1124f227a8b42657747daed326c85eb6e1e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T02:46:37.865Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T02:46:38.663Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-16T02:46:40.389Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-16T02:46:40.389Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-16T02:46:40.389Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-16T02:46:40.389Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.119s coverage: 20.0% of statements [Pipeline] sh [2020-12-16T02:46:41.264Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-16T02:46:41.602Z] + ls -al . [2020-12-16T02:46:41.602Z] total 208 [2020-12-16T02:46:41.602Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 16 02:46 . [2020-12-16T02:46:41.602Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 16 02:43 .. [2020-12-16T02:46:41.602Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 16 02:43 bin [2020-12-16T02:46:41.602Z] -rw-r--r--. 1 jenkins jenkins 128917 Dec 16 02:46 coverage.out [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 16 02:43 Dockerfile.build [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 16 02:43 .dockerignore [2020-12-16T02:46:41.602Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 16 02:43 example [2020-12-16T02:46:41.602Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 16 02:43 .git [2020-12-16T02:46:41.602Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 16 02:43 .github [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 16 02:43 .gitignore [2020-12-16T02:46:41.602Z] -rw-r--r--. 1 jenkins jenkins 488 Dec 16 02:46 go.mod [2020-12-16T02:46:41.602Z] -rw-r--r--. 1 jenkins jenkins 13521 Dec 16 02:46 go.sum [2020-12-16T02:46:41.602Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 16 02:43 internal [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 16 02:43 Jenkinsfile [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 16 02:43 LICENSE [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 16 02:43 Makefile [2020-12-16T02:46:41.602Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 16 02:43 openapi [2020-12-16T02:46:41.602Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 16 02:43 pkg [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 16 02:43 README.md [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 16 02:43 RELEASE-NOTES.txt [2020-12-16T02:46:41.602Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 16 02:43 snap [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 16 02:41 VERSION [2020-12-16T02:46:41.602Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 16 02:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:46:41.958Z] + 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=b8caea373e3e833cab8afdd4767ddd081809616d --label arch=amd64 --label version=0.0.0 . [2020-12-16T02:46:42.998Z] Sending build context to Docker daemon 2.531MB [2020-12-16T02:46:42.998Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-16T02:46:42.998Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-16T02:46:42.998Z] ---> 3d048429e5b1 [2020-12-16T02:46:42.998Z] Step 3/24 : ARG MAKE='make build' [2020-12-16T02:46:42.998Z] ---> Running in 366bad378da3 [2020-12-16T02:46:43.271Z] Removing intermediate container 366bad378da3 [2020-12-16T02:46:43.271Z] ---> 10eb00ddd30a [2020-12-16T02:46:43.271Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-16T02:46:43.577Z] ---> Running in f86d2713d915 [2020-12-16T02:46:43.577Z] Removing intermediate container f86d2713d915 [2020-12-16T02:46:43.577Z] ---> f4c6c4a7cef0 [2020-12-16T02:46:43.577Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T02:46:43.864Z] ---> Running in 41af44753841 [2020-12-16T02:46:44.142Z] Removing intermediate container 41af44753841 [2020-12-16T02:46:44.142Z] ---> 55994089f5ac [2020-12-16T02:46:44.142Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T02:46:44.142Z] ---> Running in 43ea6756d285 [2020-12-16T02:46:44.701Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.194s coverage: 97.1% of statements [2020-12-16T02:46:45.655Z] Removing intermediate container 43ea6756d285 [2020-12-16T02:46:45.655Z] ---> 2f278c4e4c58 [2020-12-16T02:46:45.655Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-16T02:46:45.954Z] ---> Running in 9047a18378eb [2020-12-16T02:46:46.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T02:46:48.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T02:46:49.051Z] OK: 166 MiB in 39 packages [2020-12-16T02:46:49.641Z] Removing intermediate container 9047a18378eb [2020-12-16T02:46:49.641Z] ---> a76c2e70b166 [2020-12-16T02:46:49.641Z] Step 8/24 : COPY . . [2020-12-16T02:46:50.620Z] ---> a3609d1cb2b6 [2020-12-16T02:46:50.620Z] Step 9/24 : RUN ${MAKE} [2020-12-16T02:46:50.620Z] ---> Running in 01ebd51fcc96 [2020-12-16T02:46:52.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-16T02:47:11.878Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.131s coverage: 9.4% of statements [2020-12-16T02:47:11.878Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.119s coverage: 21.9% of statements [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-16T02:47:11.878Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.586s coverage: 42.5% of statements [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-16T02:47:11.878Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.804s coverage: 68.9% of statements [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-16T02:47:11.878Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.253s coverage: 53.8% of statements [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-16T02:47:11.878Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.030s coverage: 68.9% of statements [2020-12-16T02:47:11.878Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.141s coverage: 4.6% of statements [2020-12-16T02:47:11.878Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-16T02:47:11.878Z] GO111MODULE=on go vet ./... [2020-12-16T02:47:16.912Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-16T02:47:16.912Z] Removing intermediate container 01ebd51fcc96 [2020-12-16T02:47:16.912Z] ---> 9c5156ef71f6 [2020-12-16T02:47:16.912Z] Step 10/24 : FROM scratch [2020-12-16T02:47:16.912Z] ---> [2020-12-16T02:47:16.912Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T02:47:16.912Z] ---> Running in 2f830f42d692 [2020-12-16T02:47:16.912Z] Removing intermediate container 2f830f42d692 [2020-12-16T02:47:16.912Z] ---> 047be1e66a13 [2020-12-16T02:47:16.912Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-16T02:47:17.189Z] ---> Running in 837e13a53521 [2020-12-16T02:47:17.189Z] Removing intermediate container 837e13a53521 [2020-12-16T02:47:17.189Z] ---> fe20517e5be5 [2020-12-16T02:47:17.189Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T02:47:17.457Z] ---> Running in ead3ff388be8 [2020-12-16T02:47:17.735Z] Removing intermediate container ead3ff388be8 [2020-12-16T02:47:17.735Z] ---> 08f1f019328e [2020-12-16T02:47:17.735Z] Step 14/24 : WORKDIR / [2020-12-16T02:47:17.735Z] ---> Running in 134c8e9484ce [2020-12-16T02:47:18.330Z] Removing intermediate container 134c8e9484ce [2020-12-16T02:47:18.330Z] ---> 3342c7876717 [2020-12-16T02:47:18.330Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-16T02:47:19.359Z] ---> bc97632c616d [2020-12-16T02:47:19.359Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-16T02:47:19.953Z] ---> 5553bb90770a [2020-12-16T02:47:19.953Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-16T02:47:20.247Z] ---> f5f42fca378a [2020-12-16T02:47:20.247Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-16T02:47:21.336Z] ---> d51adcdda4e6 [2020-12-16T02:47:21.336Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-16T02:47:21.630Z] ---> 6c878cd6abc4 [2020-12-16T02:47:21.630Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-16T02:47:21.630Z] ---> Running in 68421ebd14e7 [2020-12-16T02:47:21.910Z] Removing intermediate container 68421ebd14e7 [2020-12-16T02:47:21.910Z] ---> b61acceeb430 [2020-12-16T02:47:21.910Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T02:47:22.189Z] ---> Running in 6bab89711292 [2020-12-16T02:47:22.467Z] Removing intermediate container 6bab89711292 [2020-12-16T02:47:22.467Z] ---> 4fd7a0dcee77 [2020-12-16T02:47:22.467Z] Step 22/24 : LABEL arch=amd64 [2020-12-16T02:47:22.467Z] ---> Running in 1d91b24a9589 [2020-12-16T02:47:22.738Z] Removing intermediate container 1d91b24a9589 [2020-12-16T02:47:22.738Z] ---> 3720cb287687 [2020-12-16T02:47:22.738Z] Step 23/24 : LABEL git_sha=b8caea373e3e833cab8afdd4767ddd081809616d [2020-12-16T02:47:22.738Z] ---> Running in 60fa0d317ac8 [2020-12-16T02:47:23.085Z] Removing intermediate container 60fa0d317ac8 [2020-12-16T02:47:23.085Z] ---> 4de27bf91e94 [2020-12-16T02:47:23.085Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T02:47:23.085Z] ---> Running in 38a0ae6ab8a9 [2020-12-16T02:47:23.423Z] Removing intermediate container 38a0ae6ab8a9 [2020-12-16T02:47:23.423Z] ---> aaabdf2b8c91 [2020-12-16T02:47:23.423Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-16T02:47:23.702Z] Successfully built aaabdf2b8c91 [2020-12-16T02:47:23.702Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-16T02:47:44.247Z] gofmt -l . [2020-12-16T02:47:44.247Z] [ "`gofmt -l .`" = "" ] [2020-12-16T02:47:44.247Z] ./bin/test-attribution-txt.sh [2020-12-16T02:47:44.247Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-16T02:47:44.272Z] $ docker stop --time=1 6e27ab9a7f1e20cbcf782f09f646347a96ea7d96d7d7e68d3b09ca8d335ada95 [2020-12-16T02:47:46.390Z] $ docker rm -f 6e27ab9a7f1e20cbcf782f09f646347a96ea7d96d7d7e68d3b09ca8d335ada95 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T02:47:47.465Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T02:47:47.535Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T02:47:48.401Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T02:47:49.144Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-16T02:47:49.481Z] + ls -al . [2020-12-16T02:47:49.481Z] total 244 [2020-12-16T02:47:49.481Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 16 02:47 . [2020-12-16T02:47:49.481Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 02:44 .. [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 16 02:44 .dockerignore [2020-12-16T02:47:49.481Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 16 02:44 .git [2020-12-16T02:47:49.481Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 16 02:44 .github [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 16 02:44 .gitignore [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 16 02:44 Dockerfile.build [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 16 02:44 Jenkinsfile [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 16 02:44 LICENSE [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 16 02:44 Makefile [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 16 02:44 README.md [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 16 02:44 RELEASE-NOTES.txt [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 16 02:41 VERSION [2020-12-16T02:47:49.481Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 16 02:44 bin [2020-12-16T02:47:49.481Z] -rw-r--r-- 1 jenkins jenkins 128916 Dec 16 02:47 coverage.out [2020-12-16T02:47:49.481Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 02:44 example [2020-12-16T02:47:49.481Z] -rw-r--r-- 1 jenkins jenkins 488 Dec 16 02:47 go.mod [2020-12-16T02:47:49.481Z] -rw-r--r-- 1 jenkins jenkins 13521 Dec 16 02:47 go.sum [2020-12-16T02:47:49.481Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 16 02:44 internal [2020-12-16T02:47:49.481Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 02:44 openapi [2020-12-16T02:47:49.481Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 16 02:44 pkg [2020-12-16T02:47:49.481Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 02:44 snap [2020-12-16T02:47:49.481Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 16 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:47:49.825Z] + 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=b8caea373e3e833cab8afdd4767ddd081809616d --label arch=arm64 --label version=0.0.0 . [2020-12-16T02:47:50.097Z] Sending build context to Docker daemon 2.53MB [2020-12-16T02:47:50.375Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-16T02:47:50.375Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-16T02:47:50.375Z] ---> 795171d39b0d [2020-12-16T02:47:50.376Z] Step 3/24 : ARG MAKE='make build' [2020-12-16T02:47:50.376Z] ---> Running in 9fb5c08006e7 [2020-12-16T02:47:50.966Z] Removing intermediate container 9fb5c08006e7 [2020-12-16T02:47:50.966Z] ---> 26c32a273fb4 [2020-12-16T02:47:50.966Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-16T02:47:50.966Z] ---> Running in 2ae8b0579d9b [2020-12-16T02:47:51.560Z] Removing intermediate container 2ae8b0579d9b [2020-12-16T02:47:51.560Z] ---> 33f80021d074 [2020-12-16T02:47:51.560Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T02:47:51.832Z] ---> Running in 1fdcc3cf1866 [2020-12-16T02:47:52.105Z] Removing intermediate container 1fdcc3cf1866 [2020-12-16T02:47:52.105Z] ---> 878b2f88c0da [2020-12-16T02:47:52.105Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T02:47:52.391Z] ---> Running in 7faaacdedca7 [2020-12-16T02:47:54.369Z] Removing intermediate container 7faaacdedca7 [2020-12-16T02:47:54.369Z] ---> d430aac12b04 [2020-12-16T02:47:54.369Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-16T02:47:54.369Z] ---> Running in a3630554c036 [2020-12-16T02:47:55.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T02:47:56.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T02:47:56.996Z] OK: 142 MiB in 39 packages [2020-12-16T02:47:57.972Z] Removing intermediate container a3630554c036 [2020-12-16T02:47:57.972Z] ---> a82463d1b2b2 [2020-12-16T02:47:57.972Z] Step 8/24 : COPY . . [2020-12-16T02:47:59.403Z] ---> ba26df47b711 [2020-12-16T02:47:59.403Z] Step 9/24 : RUN ${MAKE} [2020-12-16T02:47:59.679Z] ---> Running in 736e820e1835 [2020-12-16T02:48:00.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-16T02:48:27.497Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-16T02:48:27.497Z] Removing intermediate container 736e820e1835 [2020-12-16T02:48:27.497Z] ---> 50bb60d2d36f [2020-12-16T02:48:27.497Z] Step 10/24 : FROM scratch [2020-12-16T02:48:27.497Z] ---> [2020-12-16T02:48:27.497Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-16T02:48:27.497Z] ---> Running in 494a3c772eff [2020-12-16T02:48:27.497Z] Removing intermediate container 494a3c772eff [2020-12-16T02:48:27.497Z] ---> dd4df31999c3 [2020-12-16T02:48:27.497Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-16T02:48:27.497Z] ---> Running in 6c828195d496 [2020-12-16T02:48:28.091Z] Removing intermediate container 6c828195d496 [2020-12-16T02:48:28.091Z] ---> 8c76a7d4f78f [2020-12-16T02:48:28.091Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T02:48:28.091Z] ---> Running in f07ddbb7a3b5 [2020-12-16T02:48:28.686Z] Removing intermediate container f07ddbb7a3b5 [2020-12-16T02:48:28.686Z] ---> 0a8746516350 [2020-12-16T02:48:28.686Z] Step 14/24 : WORKDIR / [2020-12-16T02:48:28.686Z] ---> Running in fe4182a0b928 [2020-12-16T02:48:29.286Z] Removing intermediate container fe4182a0b928 [2020-12-16T02:48:29.286Z] ---> 5a018c174142 [2020-12-16T02:48:29.286Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-16T02:48:30.272Z] ---> 65d7fcb56ea8 [2020-12-16T02:48:30.272Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-16T02:48:31.258Z] ---> 569275897d5c [2020-12-16T02:48:31.258Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-16T02:48:31.853Z] ---> 0a6f3b8fffa4 [2020-12-16T02:48:31.853Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-16T02:48:32.447Z] ---> 200d1f56308f [2020-12-16T02:48:32.447Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-16T02:48:33.428Z] ---> c4a2840f14b8 [2020-12-16T02:48:33.428Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-16T02:48:33.428Z] ---> Running in 01bb565bfb81 [2020-12-16T02:48:33.699Z] Removing intermediate container 01bb565bfb81 [2020-12-16T02:48:33.699Z] ---> 7a84494e1f24 [2020-12-16T02:48:33.699Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T02:48:33.969Z] ---> Running in 0ad0d30db51b [2020-12-16T02:48:34.240Z] Removing intermediate container 0ad0d30db51b [2020-12-16T02:48:34.240Z] ---> f32651b31a9e [2020-12-16T02:48:34.240Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T02:48:34.510Z] ---> Running in 0e8cb21108ea [2020-12-16T02:48:34.779Z] Removing intermediate container 0e8cb21108ea [2020-12-16T02:48:34.779Z] ---> 1e5398627c8a [2020-12-16T02:48:34.779Z] Step 23/24 : LABEL git_sha=b8caea373e3e833cab8afdd4767ddd081809616d [2020-12-16T02:48:35.052Z] ---> Running in eea8a6df8e68 [2020-12-16T02:48:35.323Z] Removing intermediate container eea8a6df8e68 [2020-12-16T02:48:35.323Z] ---> 7a181fb4eb3a [2020-12-16T02:48:35.323Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T02:48:35.595Z] ---> Running in 541bc5925a5e [2020-12-16T02:48:35.867Z] Removing intermediate container 541bc5925a5e [2020-12-16T02:48:35.867Z] ---> e475a635fc87 [2020-12-16T02:48:35.867Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-16T02:48:35.867Z] Successfully built e475a635fc87 [2020-12-16T02:48:36.138Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-16T02:48:37.945Z] provisioning config files... [2020-12-16T02:48:37.958Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config8934877874379774941tmp [Pipeline] { [Pipeline] sh [2020-12-16T02:48:38.357Z] + set +x [2020-12-16T02:48:38.357Z] + curl -s https://codecov.io/bash [2020-12-16T02:48:38.357Z] + bash -s -- [2020-12-16T02:48:38.620Z] [2020-12-16T02:48:38.620Z] _____ _ [2020-12-16T02:48:38.620Z] / ____| | | [2020-12-16T02:48:38.620Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T02:48:38.620Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T02:48:38.620Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T02:48:38.620Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T02:48:38.620Z] Bash-20201130-cc6d3fe [2020-12-16T02:48:38.620Z] [2020-12-16T02:48:38.620Z] [2020-12-16T02:48:38.620Z] ==> Jenkins CI detected. [2020-12-16T02:48:38.620Z] project root: . [2020-12-16T02:48:38.620Z] --> token set from env [2020-12-16T02:48:38.620Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T02:48:38.620Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T02:48:38.620Z] ==> Python coveragepy not found [2020-12-16T02:48:38.620Z] ==> Searching for coverage reports in: [2020-12-16T02:48:38.620Z] + . [2020-12-16T02:48:38.620Z] -> Found 1 reports [2020-12-16T02:48:38.620Z] ==> Detecting git/mercurial file structure [2020-12-16T02:48:38.620Z] ==> Reading reports [2020-12-16T02:48:38.620Z] + ./coverage.out bytes=128916 [2020-12-16T02:48:38.620Z] ==> Appending adjustments [2020-12-16T02:48:38.620Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T02:48:39.193Z] + Found adjustments [2020-12-16T02:48:39.193Z] ==> Gzipping contents [2020-12-16T02:48:39.193Z] 24K /tmp/codecov.XuhZwU.gz [2020-12-16T02:48:39.193Z] ==> Uploading reports [2020-12-16T02:48:39.193Z] url: https://codecov.io [2020-12-16T02:48:39.193Z] query: branch=PR-676&commit=b8caea373e3e833cab8afdd4767ddd081809616d&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-676%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=676&job=&cmd_args= [2020-12-16T02:48:39.193Z] -> Pinging Codecov [2020-12-16T02:48:39.193Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-676&commit=b8caea373e3e833cab8afdd4767ddd081809616d&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-676%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=676&job=&cmd_args= [2020-12-16T02:48:39.460Z] -> Uploading to [2020-12-16T02:48:39.460Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/7E55EF52A471D76F132DFD9A03CDDE97/b8caea373e3e833cab8afdd4767ddd081809616d/b1bc1a87-8f51-4d0c-82aa-aeef9b3361a7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T024839Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45411f99224ce7d758fc6fdb293ee56138efd7efe0fca1ba3c1eee907a0a8746 [2020-12-16T02:48:39.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T02:48:39.460Z] Dload Upload Total Spent Left Speed [2020-12-16T02:48:39.986Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21036 0 0 100 21036 0 43125 --:--:-- --:--:-- --:--:-- 43106 [2020-12-16T02:48:39.986Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b8caea373e3e833cab8afdd4767ddd081809616d [Pipeline] } [2020-12-16T02:48:39.997Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:48:43.128Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:48:43.446Z] ---> package-listing.sh [2020-12-16T02:48:43.446Z] ++ facter osfamily [2020-12-16T02:48:43.446Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T02:48:43.446Z] + OS_FAMILY=redhat [2020-12-16T02:48:43.446Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-676 [2020-12-16T02:48:43.446Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T02:48:43.446Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T02:48:43.446Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T02:48:43.446Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T02:48:43.446Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-676 ']' [2020-12-16T02:48:43.446Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T02:48:43.446Z] + case "${OS_FAMILY}" in [2020-12-16T02:48:43.446Z] + rpm -qa [2020-12-16T02:48:43.446Z] + sort [2020-12-16T02:48:47.688Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T02:48:47.688Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T02:48:47.688Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T02:48:47.688Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-676 ']' [2020-12-16T02:48:47.688Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-676/archives/ [2020-12-16T02:48:47.688Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-676/archives/ [Pipeline] echo [2020-12-16T02:48:47.704Z] 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-676/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T02:48:48.006Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:48:48.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T02:48:48.320Z] [2020-12-16T02:48:48.320Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T02:48:48.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T02:48:48.682Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T02:48:48.682Z] df20fa9351a1: Pulling fs layer [2020-12-16T02:48:48.682Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T02:48:48.682Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T02:48:48.682Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T02:48:48.682Z] 93b61091891f: Pulling fs layer [2020-12-16T02:48:48.682Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T02:48:48.682Z] 5e14af77c1be: Pulling fs layer [2020-12-16T02:48:48.682Z] 01666e4c0597: Pulling fs layer [2020-12-16T02:48:48.682Z] aa168da1d23b: Pulling fs layer [2020-12-16T02:48:48.682Z] 46f8f816bc3b: Waiting [2020-12-16T02:48:48.682Z] 93b61091891f: Waiting [2020-12-16T02:48:48.682Z] 93b9cdb0e59b: Waiting [2020-12-16T02:48:48.682Z] 5e14af77c1be: Waiting [2020-12-16T02:48:48.682Z] aa168da1d23b: Waiting [2020-12-16T02:48:48.682Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T02:48:48.682Z] 36b3adc4ff6f: Download complete [2020-12-16T02:48:48.682Z] 46f8f816bc3b: Download complete [2020-12-16T02:48:48.946Z] df20fa9351a1: Verifying Checksum [2020-12-16T02:48:48.946Z] df20fa9351a1: Download complete [2020-12-16T02:48:48.946Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T02:48:48.946Z] 93b9cdb0e59b: Download complete [2020-12-16T02:48:48.946Z] 93b61091891f: Verifying Checksum [2020-12-16T02:48:48.946Z] 93b61091891f: Download complete [2020-12-16T02:48:48.946Z] 5e14af77c1be: Verifying Checksum [2020-12-16T02:48:48.946Z] 5e14af77c1be: Download complete [2020-12-16T02:48:48.946Z] 01666e4c0597: Verifying Checksum [2020-12-16T02:48:48.946Z] 01666e4c0597: Download complete [2020-12-16T02:48:49.210Z] df20fa9351a1: Pull complete [2020-12-16T02:48:49.475Z] 36b3adc4ff6f: Pull complete [2020-12-16T02:48:49.744Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T02:48:49.744Z] 8ad3a11d3b57: Download complete [2020-12-16T02:48:50.323Z] 8ad3a11d3b57: Pull complete [2020-12-16T02:48:50.590Z] 46f8f816bc3b: Pull complete [2020-12-16T02:48:50.854Z] 93b61091891f: Pull complete [2020-12-16T02:48:51.119Z] 93b9cdb0e59b: Pull complete [2020-12-16T02:48:51.119Z] 5e14af77c1be: Pull complete [2020-12-16T02:48:51.383Z] 01666e4c0597: Pull complete [2020-12-16T02:48:52.790Z] aa168da1d23b: Verifying Checksum [2020-12-16T02:48:52.790Z] aa168da1d23b: Download complete [2020-12-16T02:48:59.417Z] aa168da1d23b: Pull complete [2020-12-16T02:48:59.417Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T02:48:59.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T02:48:59.417Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T02:48:59.555Z] prd-centos7-docker-4c-2g-16244 does not seem to be running inside a container [2020-12-16T02:48:59.607Z] $ 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-676/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-676 -v /w/workspace/dgexfoundry_device-sdk-go_PR-676:/w/workspace/dgexfoundry_device-sdk-go_PR-676:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T02:49:02.676Z] $ docker top 4ab075b50eed620f5fa05e6a4fcdf2a0b01ea9966942aa3061bf7bbee56c328c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T02:49:03.279Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T02:49:03.581Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T02:49:03.889Z] + ls /var/log/sa-host [2020-12-16T02:49:03.889Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T02:49:03.889Z] file_magic: OK [2020-12-16T02:49:03.889Z] HZ: Using current value: 100 [2020-12-16T02:49:03.889Z] file_header: OK [2020-12-16T02:49:03.889Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-16T02:49:03.889Z] Statistics: [2020-12-16T02:49:03.889Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T02:49:03.889Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T02:49:03.889Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T02:49:03.889Z] file_magic: OK [2020-12-16T02:49:03.889Z] HZ: Using current value: 100 [2020-12-16T02:49:03.889Z] file_header: OK [2020-12-16T02:49:03.889Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-16T02:49:03.889Z] Statistics: [2020-12-16T02:49:03.889Z] Hnuu...uuuununununu... [2020-12-16T02:49:03.889Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T02:49:04.501Z] provisioning config files... [2020-12-16T02:49:04.524Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config8932103946663075356tmp [Pipeline] { [Pipeline] echo [2020-12-16T02:49:04.648Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:49:04.965Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T02:49:04.981Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T02:49:05.074Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:49:05.387Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T02:49:05.403Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:49:05.728Z] ---> sudo-logs.sh [2020-12-16T02:49:05.728Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T02:49:05.744Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:49:06.046Z] ---> job-cost.sh [2020-12-16T02:49:06.046Z] lf-activate-venv: SKIPPING [2020-12-16T02:49:06.046Z] INFO: No Stack... [2020-12-16T02:49:07.437Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T02:49:07.699Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T02:49:07.712Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T02:49:08.010Z] ---> logs-deploy.sh [2020-12-16T02:49:08.010Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-676/6 [2020-12-16T02:49:08.010Z] INFO: archiving workspace using pattern(s): [2020-12-16T02:49:09.934Z] Archives upload complete. [2020-12-16T02:49:09.934Z] INFO: archiving logs to Nexus