Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2810485882268eab71dea1c3634af3fb61dca74c+d47b03cf12e2f169eefdaad978a8d5668b399891 (43327c969c6b41705188b217c4b5e043171070f6) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21044 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [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-728 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 2810485882268eab71dea1c3634af3fb61dca74c Merge succeeded, producing f749813a77af556e764caf9469477dd0bb905458 Checking out Revision f749813a77af556e764caf9469477dd0bb905458 (PR-728) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2810485882268eab71dea1c3634af3fb61dca74c # 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 d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f749813a77af556e764caf9469477dd0bb905458 # timeout=10 Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" > git rev-list --no-walk 2810485882268eab71dea1c3634af3fb61dca74c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T02:42:03.692Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T02:42:03.964Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T02:42:04.076Z] ========================================================= [2021-01-19T02:42:04.076Z] EdgeX Global Pipelines Version Info [2021-01-19T02:42:04.076Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:42:06.003Z] ------------------- [2021-01-19T02:42:06.003Z] stable info: [2021-01-19T02:42:06.003Z] ------------------- [2021-01-19T02:42:06.003Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T02:42:06.003Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T02:42:06.003Z] Message: update stable to v1.0.177 [2021-01-19T02:42:06.575Z] ------------------- [2021-01-19T02:42:06.575Z] experimental info: [2021-01-19T02:42:06.575Z] ------------------- [2021-01-19T02:42:06.575Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T02:42:06.575Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T02:42:06.575Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T02:42:06.872Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-19T02:42:06.983Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-19T02:42:07.079Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T02:42:07.172Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T02:42:07.274Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T02:42:07.365Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T02:42:07.451Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T02:42:07.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T02:42:07.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-19T02:42:07.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T02:42:07.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T02:42:07.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-19T02:42:08.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T02:42:08.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T02:42:08.231Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T02:42:08.316Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:42:08.401Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:42:08.496Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:42:08.582Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T02:42:08.668Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T02:42:08.762Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T02:42:08.851Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T02:42:08.935Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T02:42:09.024Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T02:42:09.108Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-19T02:42:09.200Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T02:42:09.287Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T02:42:09.386Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-728 [Pipeline] echo [2021-01-19T02:42:09.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-728 [Pipeline] echo [2021-01-19T02:42:09.577Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-728 [Pipeline] echo [2021-01-19T02:42:09.725Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f749813a77af556e764caf9469477dd0bb905458 [Pipeline] echo [2021-01-19T02:42:09.811Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f749813 [Pipeline] echo [2021-01-19T02:42:09.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T02:42:10.067Z] provisioning config files... [2021-01-19T02:42:10.098Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config3309266342713569092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:42:10.492Z] ---> docker-login.sh [2021-01-19T02:42:10.492Z] nexus3.edgexfoundry.org:10001 [2021-01-19T02:42:10.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:42:10.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:42:10.773Z] Configure a credential helper to remove this warning. See [2021-01-19T02:42:10.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:42:10.773Z] [2021-01-19T02:42:10.773Z] Login Succeeded [2021-01-19T02:42:11.036Z] nexus3.edgexfoundry.org:10002 [2021-01-19T02:42:11.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:42:11.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:42:11.036Z] Configure a credential helper to remove this warning. See [2021-01-19T02:42:11.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:42:11.036Z] [2021-01-19T02:42:11.036Z] Login Succeeded [2021-01-19T02:42:11.036Z] nexus3.edgexfoundry.org:10003 [2021-01-19T02:42:11.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:42:11.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:42:11.299Z] Configure a credential helper to remove this warning. See [2021-01-19T02:42:11.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:42:11.299Z] [2021-01-19T02:42:11.299Z] Login Succeeded [2021-01-19T02:42:11.299Z] nexus3.edgexfoundry.org:10004 [2021-01-19T02:42:11.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:42:11.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:42:11.565Z] Configure a credential helper to remove this warning. See [2021-01-19T02:42:11.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:42:11.565Z] [2021-01-19T02:42:11.565Z] Login Succeeded [2021-01-19T02:42:11.565Z] docker.io [2021-01-19T02:42:11.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:42:11.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:42:11.826Z] Configure a credential helper to remove this warning. See [2021-01-19T02:42:11.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:42:11.826Z] [2021-01-19T02:42:11.826Z] Login Succeeded [2021-01-19T02:42:11.826Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T02:42:11.836Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:42:12.655Z] + git log --format=format:%s -1 f749813a77af556e764caf9469477dd0bb905458 [Pipeline] echo [2021-01-19T02:42:12.722Z] GIT_COMMIT: f749813a77af556e764caf9469477dd0bb905458, Commit Message: Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD [Pipeline] echo [2021-01-19T02:42:12.767Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:42:13.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:42:13.372Z] [2021-01-19T02:42:13.372Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:42:13.723Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:42:13.723Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T02:42:13.723Z] 31603596830f: Pulling fs layer [2021-01-19T02:42:13.723Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T02:42:13.723Z] 6ca5941a6612: Pulling fs layer [2021-01-19T02:42:13.723Z] ecc8261a40a4: Pulling fs layer [2021-01-19T02:42:13.723Z] ecc8261a40a4: Waiting [2021-01-19T02:42:13.723Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T02:42:13.723Z] 2a8b12db71e7: Download complete [2021-01-19T02:42:13.723Z] 31603596830f: Verifying Checksum [2021-01-19T02:42:13.723Z] 31603596830f: Download complete [2021-01-19T02:42:13.990Z] ecc8261a40a4: Verifying Checksum [2021-01-19T02:42:13.990Z] ecc8261a40a4: Download complete [2021-01-19T02:42:13.990Z] 6ca5941a6612: Verifying Checksum [2021-01-19T02:42:13.990Z] 6ca5941a6612: Download complete [2021-01-19T02:42:14.254Z] 31603596830f: Pull complete [2021-01-19T02:42:14.519Z] 2a8b12db71e7: Pull complete [2021-01-19T02:42:15.468Z] 6ca5941a6612: Pull complete [2021-01-19T02:42:15.731Z] ecc8261a40a4: Pull complete [2021-01-19T02:42:15.731Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T02:42:15.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:42:15.731Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T02:42:15.934Z] prd-centos7-docker-4c-2g-21044 does not seem to be running inside a container [2021-01-19T02:42:16.191Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-728 -v /w/workspace/dgexfoundry_device-sdk-go_PR-728:/w/workspace/dgexfoundry_device-sdk-go_PR-728:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T02:42:18.807Z] $ docker top e9b051ece2cbb473a01f8553da52fb50a88ce004eec73ba80eacd26eec7e98b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T02:42:19.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:42:19.168Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:42:19.413Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:42:19.421Z] $ docker exec e9b051ece2cbb473a01f8553da52fb50a88ce004eec73ba80eacd26eec7e98b4 ssh-agent [2021-01-19T02:42:19.630Z] SSH_AUTH_SOCK=/tmp/ssh-fC7CmifnOdZ5/agent.13 [2021-01-19T02:42:19.630Z] SSH_AGENT_PID=19 [2021-01-19T02:42:19.734Z] Running ssh-add (command line suppressed) [2021-01-19T02:42:19.862Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_6092135324334652114.key (/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_6092135324334652114.key) [2021-01-19T02:42:19.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:42:20.262Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T02:42:20.290Z] $ docker exec --env ******** --env ******** e9b051ece2cbb473a01f8553da52fb50a88ce004eec73ba80eacd26eec7e98b4 ssh-agent -k [2021-01-19T02:42:20.422Z] unset SSH_AUTH_SOCK; [2021-01-19T02:42:20.423Z] unset SSH_AGENT_PID; [2021-01-19T02:42:20.423Z] echo Agent pid 19 killed; [2021-01-19T02:42:20.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T02:42:20.649Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:42:20.649Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:42:20.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:42:20.849Z] $ docker exec e9b051ece2cbb473a01f8553da52fb50a88ce004eec73ba80eacd26eec7e98b4 ssh-agent [2021-01-19T02:42:21.021Z] SSH_AUTH_SOCK=/tmp/ssh-ekx5q9WFQwBz/agent.48 [2021-01-19T02:42:21.021Z] SSH_AGENT_PID=53 [2021-01-19T02:42:21.028Z] Running ssh-add (command line suppressed) [2021-01-19T02:42:21.150Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_2105246692121599740.key (/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_2105246692121599740.key) [2021-01-19T02:42:21.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:42:21.550Z] + git semver init [2021-01-19T02:42:21.550Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T02:42:21.550Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-728/.git [2021-01-19T02:42:21.550Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-728 [2021-01-19T02:42:21.550Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T02:42:21.550Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T02:42:21.550Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T02:42:21.550Z] # $SEMVER_BRANCH = PR-728 [2021-01-19T02:42:21.550Z] # $SEMVER_TEMP = /tmp/semver-791341258 [2021-01-19T02:42:21.550Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-19T02:42:22.129Z] # '/tmp/semver-791341258' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-728/.semver' [2021-01-19T02:42:22.398Z] # -> Force: false [2021-01-19T02:42:22.398Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-728/.semver [Pipeline] } [2021-01-19T02:42:22.413Z] $ docker exec --env ******** --env ******** e9b051ece2cbb473a01f8553da52fb50a88ce004eec73ba80eacd26eec7e98b4 ssh-agent -k [2021-01-19T02:42:22.545Z] unset SSH_AUTH_SOCK; [2021-01-19T02:42:22.545Z] unset SSH_AGENT_PID; [2021-01-19T02:42:22.545Z] echo Agent pid 53 killed; [2021-01-19T02:42:22.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T02:42:23.118Z] + git semver [Pipeline] } [2021-01-19T02:42:23.137Z] $ docker stop --time=1 e9b051ece2cbb473a01f8553da52fb50a88ce004eec73ba80eacd26eec7e98b4 [2021-01-19T02:42:24.911Z] $ docker rm -f e9b051ece2cbb473a01f8553da52fb50a88ce004eec73ba80eacd26eec7e98b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:42:25.406Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T02:42:26.097Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T02:42:26.100Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T02:42:41.626Z] Still waiting to schedule task [2021-01-19T02:42:41.626Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21045’ is offline; ‘prd-centos7-docker-4c-2g-21047’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T02:42:41.629Z] Still waiting to schedule task [2021-01-19T02:42:41.629Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T02:43:34.397Z] Running on prd-centos7-docker-4c-2g-21051 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [Pipeline] { [Pipeline] ws [2021-01-19T02:43:34.453Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T02:43:37.046Z] using credential edgex-jenkins-ssh [2021-01-19T02:43:37.094Z] Cloning the remote Git repository [2021-01-19T02:43:36.943Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:43:37.071Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-01-19T02:43:37.197Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:43:37.198Z] > git --version # timeout=10 [2021-01-19T02:43:37.205Z] > git --version # 'git version 2.24.3' [2021-01-19T02:43:37.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:43:37.236Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:43:38.478Z] Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 2810485882268eab71dea1c3634af3fb61dca74c [2021-01-19T02:43:38.615Z] Merge succeeded, producing 0159569f168a3dde224c5fa92827340878ae62f4 [2021-01-19T02:43:38.616Z] Checking out Revision 0159569f168a3dde224c5fa92827340878ae62f4 (PR-728) [2021-01-19T02:43:37.975Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:43:37.981Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:43:37.995Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:43:38.011Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:43:38.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:43:38.015Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T02:43:38.421Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:43:38.429Z] > git checkout -f 2810485882268eab71dea1c3634af3fb61dca74c # timeout=10 [2021-01-19T02:43:38.495Z] > git remote # timeout=10 [2021-01-19T02:43:38.505Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T02:43:38.511Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:43:38.515Z] > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 [2021-01-19T02:43:38.550Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T02:43:38.560Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:43:38.564Z] > git checkout -f 0159569f168a3dde224c5fa92827340878ae62f4 # timeout=10 [2021-01-19T02:43:42.326Z] Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" [2021-01-19T02:43:42.331Z] > git rev-list --no-walk 2810485882268eab71dea1c3634af3fb61dca74c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:43:43.930Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:43:44.309Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:43:44.630Z] + sudo service docker restart [2021-01-19T02:43:44.630Z] + true [2021-01-19T02:43:44.630Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T02:43:46.110Z] provisioning config files... [2021-01-19T02:43:46.153Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config5103591824467608058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:43:46.523Z] ---> docker-login.sh [2021-01-19T02:43:46.523Z] nexus3.edgexfoundry.org:10001 [2021-01-19T02:43:46.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:46.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:46.787Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:46.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:46.787Z] [2021-01-19T02:43:46.787Z] Login Succeeded [2021-01-19T02:43:46.787Z] nexus3.edgexfoundry.org:10002 [2021-01-19T02:43:47.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:47.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:47.055Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:47.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:47.055Z] [2021-01-19T02:43:47.055Z] Login Succeeded [2021-01-19T02:43:47.055Z] nexus3.edgexfoundry.org:10003 [2021-01-19T02:43:47.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:47.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:47.318Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:47.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:47.318Z] [2021-01-19T02:43:47.318Z] Login Succeeded [2021-01-19T02:43:47.318Z] nexus3.edgexfoundry.org:10004 [2021-01-19T02:43:47.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:47.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:47.584Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:47.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:47.584Z] [2021-01-19T02:43:47.584Z] Login Succeeded [2021-01-19T02:43:47.584Z] docker.io [2021-01-19T02:43:47.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:47.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:47.848Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:47.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:47.848Z] [2021-01-19T02:43:47.848Z] Login Succeeded [2021-01-19T02:43:47.848Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T02:43:47.859Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T02:43:48.307Z] ========================================================= [2021-01-19T02:43:48.307Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T02:43:48.307Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:43:48.698Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T02:43:48.698Z] Sending build context to Docker daemon 2.52MB [2021-01-19T02:43:48.965Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:43:48.965Z] Step 2/8 : FROM ${BASE} [2021-01-19T02:43:48.965Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T02:43:48.965Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T02:43:48.965Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T02:43:48.965Z] de9db76c5a1d: Pulling fs layer [2021-01-19T02:43:48.965Z] bca2f99d35d6: Pulling fs layer [2021-01-19T02:43:48.965Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T02:43:48.965Z] 7c6f9722023f: Pulling fs layer [2021-01-19T02:43:48.965Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T02:43:48.965Z] bca2f99d35d6: Waiting [2021-01-19T02:43:48.965Z] 93359f2a8cfa: Waiting [2021-01-19T02:43:48.965Z] 7c6f9722023f: Waiting [2021-01-19T02:43:48.965Z] a35cf1a2eb13: Waiting [2021-01-19T02:43:48.965Z] de9db76c5a1d: Verifying Checksum [2021-01-19T02:43:48.965Z] de9db76c5a1d: Download complete [2021-01-19T02:43:48.965Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T02:43:48.965Z] 0ef7d3d256c8: Download complete [2021-01-19T02:43:48.965Z] 93359f2a8cfa: Download complete [2021-01-19T02:43:48.965Z] 7c6f9722023f: Verifying Checksum [2021-01-19T02:43:48.965Z] 7c6f9722023f: Download complete [2021-01-19T02:43:48.965Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T02:43:48.965Z] 188c0c94c7c5: Download complete [2021-01-19T02:43:49.243Z] 188c0c94c7c5: Pull complete [2021-01-19T02:43:49.521Z] 0ef7d3d256c8: Pull complete [2021-01-19T02:43:49.521Z] de9db76c5a1d: Pull complete [2021-01-19T02:43:53.761Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T02:43:53.761Z] a35cf1a2eb13: Download complete [2021-01-19T02:43:54.340Z] bca2f99d35d6: Verifying Checksum [2021-01-19T02:43:54.340Z] bca2f99d35d6: Download complete [2021-01-19T02:44:01.003Z] bca2f99d35d6: Pull complete [2021-01-19T02:44:01.003Z] 93359f2a8cfa: Pull complete [2021-01-19T02:44:01.003Z] 7c6f9722023f: Pull complete [2021-01-19T02:44:05.286Z] a35cf1a2eb13: Pull complete [2021-01-19T02:44:05.286Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T02:44:05.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T02:44:05.286Z] ---> a62c8e92a672 [2021-01-19T02:44:05.286Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:44:05.286Z] ---> Running in 624ad45820e4 [2021-01-19T02:44:05.554Z] Removing intermediate container 624ad45820e4 [2021-01-19T02:44:05.554Z] ---> 1f2deb212550 [2021-01-19T02:44:05.554Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:44:05.554Z] ---> Running in 7c316bb91093 [2021-01-19T02:44:06.990Z] Removing intermediate container 7c316bb91093 [2021-01-19T02:44:06.990Z] ---> 062519fc5b6e [2021-01-19T02:44:06.990Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T02:44:06.990Z] ---> Running in b2c563805d8d [2021-01-19T02:44:07.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T02:44:09.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T02:44:09.937Z] OK: 166 MiB in 39 packages [2021-01-19T02:44:10.524Z] Removing intermediate container b2c563805d8d [2021-01-19T02:44:10.524Z] ---> af195203d499 [2021-01-19T02:44:10.524Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T02:44:10.789Z] ---> Running in 2dab38995c32 [2021-01-19T02:44:11.050Z] Removing intermediate container 2dab38995c32 [2021-01-19T02:44:11.050Z] ---> 5dc5792b923f [2021-01-19T02:44:11.050Z] Step 7/8 : COPY . . [2021-01-19T02:44:12.455Z] ---> bebbe9283853 [2021-01-19T02:44:12.455Z] Step 8/8 : RUN go mod download [2021-01-19T02:44:12.455Z] ---> Running in b4b3f1c1d188 [2021-01-19T02:44:30.687Z] Removing intermediate container b4b3f1c1d188 [2021-01-19T02:44:30.687Z] ---> b1ad1c3944d4 [2021-01-19T02:44:30.687Z] Successfully built b1ad1c3944d4 [2021-01-19T02:44:30.687Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:44:31.009Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T02:44:31.009Z] . [Pipeline] withDockerContainer [2021-01-19T02:44:31.178Z] prd-centos7-docker-4c-2g-21051 does not seem to be running inside a container [2021-01-19T02:44:31.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T02:44:32.056Z] $ docker top 3742a6aa192650ee792533f7cd965271c7fb336a58b7b586394e24d4928a58af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:44:32.597Z] + go version [2021-01-19T02:44:32.597Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T02:44:32.613Z] $ docker stop --time=1 3742a6aa192650ee792533f7cd965271c7fb336a58b7b586394e24d4928a58af [2021-01-19T02:44:33.968Z] $ docker rm -f 3742a6aa192650ee792533f7cd965271c7fb336a58b7b586394e24d4928a58af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:44:34.769Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T02:44:34.770Z] . [Pipeline] withDockerContainer [2021-01-19T02:44:34.870Z] prd-centos7-docker-4c-2g-21051 does not seem to be running inside a container [2021-01-19T02:44:34.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T02:44:35.699Z] $ docker top bdab8e9b30dc22b5c8cd64072dd1d0c6e9e256be6860e0b4abd3bd19079bdbff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:44:36.211Z] + make test [2021-01-19T02:44:36.211Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T02:44:44.447Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T02:45:02.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T02:45:02.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T02:45:02.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T02:45:02.801Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.086s coverage: 19.4% of statements [2021-01-19T02:45:03.071Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.515s coverage: 97.1% of statements [2021-01-19T02:45:30.555Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21054 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [Pipeline] { [Pipeline] ws [2021-01-19T02:45:30.613Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.059s coverage: 9.4% of statements [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.054s coverage: 21.7% of statements [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.292s coverage: 42.9% of statements [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.335s coverage: 68.9% of statements [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.069s coverage: 53.8% of statements [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.087s coverage: 25.6% of statements [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.491s coverage: 68.9% of statements [2021-01-19T02:45:35.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.067s coverage: 4.2% of statements [2021-01-19T02:45:35.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T02:45:35.286Z] GO111MODULE=on go vet ./... [2021-01-19T02:45:36.236Z] using credential edgex-jenkins-ssh [2021-01-19T02:45:36.312Z] Cloning the remote Git repository [2021-01-19T02:45:36.369Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:45:36.489Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-01-19T02:45:36.567Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:45:36.567Z] > git --version # timeout=10 [2021-01-19T02:45:36.585Z] > git --version # 'git version 2.17.1' [2021-01-19T02:45:36.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:45:36.680Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:45:37.772Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:45:37.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:45:37.834Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:45:37.874Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:45:37.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:45:37.887Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T02:45:38.426Z] Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 2810485882268eab71dea1c3634af3fb61dca74c [2021-01-19T02:45:38.777Z] Merge succeeded, producing 3f43f3a74893761ca086b1fcd4d9cb0dae55a0ee [2021-01-19T02:45:38.778Z] Checking out Revision 3f43f3a74893761ca086b1fcd4d9cb0dae55a0ee (PR-728) [2021-01-19T02:45:38.445Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:45:38.476Z] > git checkout -f 2810485882268eab71dea1c3634af3fb61dca74c # timeout=10 [2021-01-19T02:45:38.615Z] > git remote # timeout=10 [2021-01-19T02:45:38.632Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T02:45:38.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:45:38.659Z] > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 [2021-01-19T02:45:38.761Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T02:45:38.783Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:45:38.795Z] > git checkout -f 3f43f3a74893761ca086b1fcd4d9cb0dae55a0ee # timeout=10 [2021-01-19T02:45:43.410Z] Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" [2021-01-19T02:45:43.416Z] > git rev-list --no-walk 2810485882268eab71dea1c3634af3fb61dca74c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:45:45.114Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:45:45.527Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:45:45.878Z] + sudo service docker restart+ [2021-01-19T02:45:45.878Z] true [2021-01-19T02:45:47.740Z] gofmt -l . [2021-01-19T02:45:47.740Z] [ "`gofmt -l .`" = "" ] [2021-01-19T02:45:47.740Z] ./bin/test-attribution-txt.sh [2021-01-19T02:45:47.740Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T02:45:47.764Z] $ docker stop --time=1 bdab8e9b30dc22b5c8cd64072dd1d0c6e9e256be6860e0b4abd3bd19079bdbff [2021-01-19T02:45:49.788Z] $ docker rm -f bdab8e9b30dc22b5c8cd64072dd1d0c6e9e256be6860e0b4abd3bd19079bdbff [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T02:45:50.352Z] provisioning config files... [2021-01-19T02:45:50.400Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config4338700364268055376tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:45:50.488Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T02:45:50.854Z] ---> docker-login.sh [2021-01-19T02:45:50.854Z] nexus3.edgexfoundry.org:10001 [2021-01-19T02:45:51.024Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-19T02:45:51.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-01-19T02:45:52.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:52.128Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:52.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:52.128Z] [2021-01-19T02:45:52.128Z] Login Succeeded [2021-01-19T02:45:52.128Z] nexus3.edgexfoundry.org:10002 [2021-01-19T02:45:52.204Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T02:45:52.504Z] + ls -al . [2021-01-19T02:45:52.504Z] total 224 [2021-01-19T02:45:52.504Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 02:45 . [2021-01-19T02:45:52.504Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 02:43 .. [2021-01-19T02:45:52.504Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 02:43 bin [2021-01-19T02:45:52.504Z] -rw-r--r--. 1 jenkins jenkins 144063 Jan 19 02:45 coverage.out [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 02:43 Dockerfile.build [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 02:43 .dockerignore [2021-01-19T02:45:52.504Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 02:43 example [2021-01-19T02:45:52.504Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 02:43 .git [2021-01-19T02:45:52.504Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 02:43 .github [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 02:43 .gitignore [2021-01-19T02:45:52.504Z] -rw-r--r--. 1 jenkins jenkins 491 Jan 19 02:45 go.mod [2021-01-19T02:45:52.504Z] -rw-r--r--. 1 jenkins jenkins 14214 Jan 19 02:45 go.sum [2021-01-19T02:45:52.504Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 02:43 internal [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 02:43 Jenkinsfile [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 02:43 LICENSE [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 02:43 Makefile [2021-01-19T02:45:52.504Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 02:43 openapi [2021-01-19T02:45:52.504Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 02:43 pkg [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 02:43 README.md [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 02:43 RELEASE-NOTES.txt [2021-01-19T02:45:52.504Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 02:43 snap [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 02:42 VERSION [2021-01-19T02:45:52.504Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 02:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:45:52.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:52.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:52.735Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:52.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:52.735Z] [2021-01-19T02:45:52.735Z] Login Succeeded [2021-01-19T02:45:52.735Z] nexus3.edgexfoundry.org:10003 [2021-01-19T02:45:52.816Z] + 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=f749813a77af556e764caf9469477dd0bb905458 --label arch=amd64 --label version=0.0.0 . [2021-01-19T02:45:53.079Z] Sending build context to Docker daemon 2.665MB [2021-01-19T02:45:53.079Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:45:53.079Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T02:45:53.079Z] ---> b1ad1c3944d4 [2021-01-19T02:45:53.079Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T02:45:53.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:53.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:53.338Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:53.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:53.338Z] [2021-01-19T02:45:53.338Z] Login Succeeded [2021-01-19T02:45:53.338Z] nexus3.edgexfoundry.org:10004 [2021-01-19T02:45:53.656Z] ---> Running in ad39c8521e28 [2021-01-19T02:45:53.920Z] Removing intermediate container ad39c8521e28 [2021-01-19T02:45:53.920Z] ---> f4d9adc899dc [2021-01-19T02:45:53.920Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T02:45:53.920Z] ---> Running in 3d8ca84e4785 [2021-01-19T02:45:53.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:53.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:53.941Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:53.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:53.941Z] [2021-01-19T02:45:53.941Z] Login Succeeded [2021-01-19T02:45:53.941Z] docker.io [2021-01-19T02:45:54.183Z] Removing intermediate container 3d8ca84e4785 [2021-01-19T02:45:54.183Z] ---> d889845dab54 [2021-01-19T02:45:54.183Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:45:54.183Z] ---> Running in 4d4c06e40145 [2021-01-19T02:45:54.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:54.449Z] Removing intermediate container 4d4c06e40145 [2021-01-19T02:45:54.449Z] ---> e71bf30ae480 [2021-01-19T02:45:54.449Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:45:54.449Z] ---> Running in 85c7c0ae03a9 [2021-01-19T02:45:54.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:54.818Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:54.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:54.818Z] [2021-01-19T02:45:54.818Z] Login Succeeded [2021-01-19T02:45:54.818Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T02:45:54.837Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T02:45:55.301Z] ========================================================= [2021-01-19T02:45:55.302Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T02:45:55.302Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:45:55.406Z] Removing intermediate container 85c7c0ae03a9 [2021-01-19T02:45:55.406Z] ---> cfec4f482d05 [2021-01-19T02:45:55.406Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T02:45:55.406Z] ---> Running in 66ee0d8d9156 [2021-01-19T02:45:55.732Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T02:45:55.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T02:45:56.345Z] Sending build context to Docker daemon 2.528MB [2021-01-19T02:45:56.345Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:45:56.345Z] Step 2/8 : FROM ${BASE} [2021-01-19T02:45:56.345Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T02:45:56.345Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T02:45:56.345Z] a4357932f1b6: Pulling fs layer [2021-01-19T02:45:56.345Z] 18c013af1878: Pulling fs layer [2021-01-19T02:45:56.345Z] 00ac8860ef70: Pulling fs layer [2021-01-19T02:45:56.345Z] 63d7cb157983: Pulling fs layer [2021-01-19T02:45:56.345Z] b116817d02f9: Pulling fs layer [2021-01-19T02:45:56.345Z] 745a02a5169b: Pulling fs layer [2021-01-19T02:45:56.345Z] 00ac8860ef70: Waiting [2021-01-19T02:45:56.345Z] b116817d02f9: Waiting [2021-01-19T02:45:56.345Z] 745a02a5169b: Waiting [2021-01-19T02:45:56.345Z] 63d7cb157983: Waiting [2021-01-19T02:45:56.345Z] 18c013af1878: Verifying Checksum [2021-01-19T02:45:56.345Z] 18c013af1878: Download complete [2021-01-19T02:45:56.345Z] a4357932f1b6: Verifying Checksum [2021-01-19T02:45:56.345Z] a4357932f1b6: Download complete [2021-01-19T02:45:56.345Z] 63d7cb157983: Verifying Checksum [2021-01-19T02:45:56.345Z] 63d7cb157983: Download complete [2021-01-19T02:45:56.345Z] b116817d02f9: Verifying Checksum [2021-01-19T02:45:56.345Z] b116817d02f9: Download complete [2021-01-19T02:45:56.628Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T02:45:56.628Z] 5f621e34cdf4: Download complete [2021-01-19T02:45:56.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T02:45:57.259Z] 5f621e34cdf4: Pull complete [2021-01-19T02:45:57.510Z] OK: 166 MiB in 39 packages [2021-01-19T02:45:58.089Z] Removing intermediate container 66ee0d8d9156 [2021-01-19T02:45:58.089Z] ---> c07d189e2d1a [2021-01-19T02:45:58.089Z] Step 8/24 : COPY . . [2021-01-19T02:45:58.286Z] a4357932f1b6: Pull complete [2021-01-19T02:45:58.561Z] 18c013af1878: Pull complete [2021-01-19T02:45:58.831Z] 745a02a5169b: Download complete [2021-01-19T02:45:59.046Z] ---> 70913d4a4432 [2021-01-19T02:45:59.046Z] Step 9/24 : RUN ${MAKE} [2021-01-19T02:45:59.046Z] ---> Running in f0bc78d65cc3 [2021-01-19T02:45:59.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T02:46:00.280Z] 00ac8860ef70: Verifying Checksum [2021-01-19T02:46:00.280Z] 00ac8860ef70: Download complete [2021-01-19T02:46:08.213Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T02:46:10.141Z] Removing intermediate container f0bc78d65cc3 [2021-01-19T02:46:10.141Z] ---> 078158f838ee [2021-01-19T02:46:10.141Z] Step 10/24 : FROM scratch [2021-01-19T02:46:10.141Z] ---> [2021-01-19T02:46:10.141Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:46:10.141Z] ---> Running in 90997f9f7a64 [2021-01-19T02:46:10.404Z] Removing intermediate container 90997f9f7a64 [2021-01-19T02:46:10.404Z] ---> 5499bf27314a [2021-01-19T02:46:10.404Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T02:46:10.404Z] ---> Running in 6c0f8b970441 [2021-01-19T02:46:10.453Z] 00ac8860ef70: Pull complete [2021-01-19T02:46:10.453Z] 63d7cb157983: Pull complete [2021-01-19T02:46:10.668Z] Removing intermediate container 6c0f8b970441 [2021-01-19T02:46:10.669Z] ---> d5f503d1c7a4 [2021-01-19T02:46:10.669Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T02:46:10.669Z] ---> Running in 1921b49e698a [2021-01-19T02:46:10.726Z] b116817d02f9: Pull complete [2021-01-19T02:46:10.930Z] Removing intermediate container 1921b49e698a [2021-01-19T02:46:10.930Z] ---> b342fa07a946 [2021-01-19T02:46:10.930Z] Step 14/24 : WORKDIR / [2021-01-19T02:46:10.930Z] ---> Running in c165bb2463c2 [2021-01-19T02:46:10.930Z] Removing intermediate container c165bb2463c2 [2021-01-19T02:46:10.930Z] ---> edcc830758d3 [2021-01-19T02:46:10.930Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T02:46:11.513Z] ---> e510329a6bd3 [2021-01-19T02:46:11.513Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T02:46:11.777Z] ---> 31b91ff70f4c [2021-01-19T02:46:11.777Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T02:46:12.040Z] ---> 3b3491f0696e [2021-01-19T02:46:12.040Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T02:46:12.307Z] ---> b37231ecf86b [2021-01-19T02:46:12.307Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T02:46:12.571Z] ---> 6748e53cbae7 [2021-01-19T02:46:12.571Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T02:46:12.571Z] ---> Running in f32b0d544b62 [2021-01-19T02:46:12.835Z] Removing intermediate container f32b0d544b62 [2021-01-19T02:46:12.836Z] ---> f4ee1d1cc8b3 [2021-01-19T02:46:12.836Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T02:46:12.836Z] ---> Running in 279f9c1a6554 [2021-01-19T02:46:13.099Z] Removing intermediate container 279f9c1a6554 [2021-01-19T02:46:13.099Z] ---> c00e34394551 [2021-01-19T02:46:13.099Z] Step 22/24 : LABEL arch=amd64 [2021-01-19T02:46:13.099Z] ---> Running in 3f244c0ad1f1 [2021-01-19T02:46:13.099Z] Removing intermediate container 3f244c0ad1f1 [2021-01-19T02:46:13.099Z] ---> 7468f0ef32a5 [2021-01-19T02:46:13.099Z] Step 23/24 : LABEL git_sha=f749813a77af556e764caf9469477dd0bb905458 [2021-01-19T02:46:13.364Z] ---> Running in 0d54aec7a07d [2021-01-19T02:46:13.364Z] Removing intermediate container 0d54aec7a07d [2021-01-19T02:46:13.364Z] ---> 723085b0cbbd [2021-01-19T02:46:13.364Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T02:46:13.629Z] ---> Running in 4530a59d4ca8 [2021-01-19T02:46:13.629Z] Removing intermediate container 4530a59d4ca8 [2021-01-19T02:46:13.629Z] ---> 79acfd20bb9b [2021-01-19T02:46:13.629Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T02:46:13.629Z] Successfully built 79acfd20bb9b [2021-01-19T02:46:13.629Z] 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] } [2021-01-19T02:46:15.072Z] 745a02a5169b: Pull complete [2021-01-19T02:46:15.072Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T02:46:15.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T02:46:15.072Z] ---> b7e6874047d6 [2021-01-19T02:46:15.072Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:46:17.752Z] ---> Running in cb963745e03b [2021-01-19T02:46:18.025Z] Removing intermediate container cb963745e03b [2021-01-19T02:46:18.025Z] ---> d484cfb98066 [2021-01-19T02:46:18.025Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:46:18.302Z] ---> Running in 7b656210fcf1 [2021-01-19T02:46:20.966Z] Removing intermediate container 7b656210fcf1 [2021-01-19T02:46:20.966Z] ---> c42d419b8c2d [2021-01-19T02:46:20.966Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T02:46:20.966Z] ---> Running in 14242f767782 [2021-01-19T02:46:21.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T02:46:22.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T02:46:23.941Z] OK: 142 MiB in 39 packages [2021-01-19T02:46:24.936Z] Removing intermediate container 14242f767782 [2021-01-19T02:46:24.936Z] ---> 6268b1ad58db [2021-01-19T02:46:24.936Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T02:46:24.936Z] ---> Running in d56ed8afb914 [2021-01-19T02:46:25.529Z] Removing intermediate container d56ed8afb914 [2021-01-19T02:46:25.529Z] ---> 7b21fe7fd91d [2021-01-19T02:46:25.529Z] Step 7/8 : COPY . . [2021-01-19T02:46:26.957Z] ---> 9ffa97d2a4fe [2021-01-19T02:46:26.957Z] Step 8/8 : RUN go mod download [2021-01-19T02:46:26.957Z] ---> Running in db7151da9d90 [2021-01-19T02:46:49.156Z] Removing intermediate container db7151da9d90 [2021-01-19T02:46:49.156Z] ---> a48293ea4ec2 [2021-01-19T02:46:49.156Z] Successfully built a48293ea4ec2 [2021-01-19T02:46:49.156Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:46:49.513Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T02:46:49.513Z] . [Pipeline] withDockerContainer [2021-01-19T02:46:49.836Z] prd-ubuntu18.04-docker-arm64-4c-16g-21054 does not seem to be running inside a container [2021-01-19T02:46:49.953Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T02:46:51.496Z] $ docker top 78db92921d300ec0870ac86dbd957b3b4243ac328b490ebe8bcc768e79dae4ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:46:52.540Z] + go version [2021-01-19T02:46:52.540Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T02:46:52.576Z] $ docker stop --time=1 78db92921d300ec0870ac86dbd957b3b4243ac328b490ebe8bcc768e79dae4ed [2021-01-19T02:46:54.590Z] $ docker rm -f 78db92921d300ec0870ac86dbd957b3b4243ac328b490ebe8bcc768e79dae4ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:46:55.654Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T02:46:55.654Z] . [Pipeline] withDockerContainer [2021-01-19T02:46:55.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-21054 does not seem to be running inside a container [2021-01-19T02:46:56.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T02:46:57.681Z] $ docker top c2065d5edb0609dbf7daa8b4178fd57cdc488c8eb386c87c54f592059a3ed5a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:46:58.741Z] + make test [2021-01-19T02:46:58.742Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T02:47:20.929Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T02:48:08.038Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T02:48:08.038Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T02:48:08.038Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T02:48:08.038Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.127s coverage: 19.4% of statements [2021-01-19T02:48:11.481Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.294s coverage: 97.1% of statements [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.165s coverage: 9.4% of statements [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.144s coverage: 21.7% of statements [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.678s coverage: 42.9% of statements [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.810s coverage: 68.9% of statements [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.206s coverage: 53.8% of statements [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.170s coverage: 25.6% of statements [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.991s coverage: 68.9% of statements [2021-01-19T02:48:38.314Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.151s coverage: 4.2% of statements [2021-01-19T02:48:38.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T02:48:38.314Z] GO111MODULE=on go vet ./... [2021-01-19T02:49:17.404Z] gofmt -l . [2021-01-19T02:49:17.404Z] [ "`gofmt -l .`" = "" ] [2021-01-19T02:49:17.404Z] ./bin/test-attribution-txt.sh [2021-01-19T02:49:17.404Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T02:49:17.423Z] $ docker stop --time=1 c2065d5edb0609dbf7daa8b4178fd57cdc488c8eb386c87c54f592059a3ed5a3 [2021-01-19T02:49:19.822Z] $ docker rm -f c2065d5edb0609dbf7daa8b4178fd57cdc488c8eb386c87c54f592059a3ed5a3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:49:21.018Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T02:49:21.042Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T02:49:22.093Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:49:22.869Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T02:49:23.218Z] + ls -al . [2021-01-19T02:49:23.218Z] total 260 [2021-01-19T02:49:23.218Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 02:49 . [2021-01-19T02:49:23.218Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:45 .. [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 02:45 .dockerignore [2021-01-19T02:49:23.218Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:45 .git [2021-01-19T02:49:23.218Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:45 .github [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 02:45 .gitignore [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 02:45 Dockerfile.build [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 02:45 Jenkinsfile [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 02:45 LICENSE [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 02:45 Makefile [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 02:45 README.md [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 02:45 RELEASE-NOTES.txt [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 02:42 VERSION [2021-01-19T02:49:23.218Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:45 bin [2021-01-19T02:49:23.218Z] -rw-r--r-- 1 jenkins jenkins 144063 Jan 19 02:48 coverage.out [2021-01-19T02:49:23.218Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:45 example [2021-01-19T02:49:23.218Z] -rw-r--r-- 1 jenkins jenkins 491 Jan 19 02:49 go.mod [2021-01-19T02:49:23.218Z] -rw-r--r-- 1 jenkins jenkins 14214 Jan 19 02:49 go.sum [2021-01-19T02:49:23.218Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 02:45 internal [2021-01-19T02:49:23.218Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:45 openapi [2021-01-19T02:49:23.218Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 02:45 pkg [2021-01-19T02:49:23.218Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:45 snap [2021-01-19T02:49:23.218Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:49:23.600Z] + 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=f749813a77af556e764caf9469477dd0bb905458 --label arch=arm64 --label version=0.0.0 . [2021-01-19T02:49:24.243Z] Sending build context to Docker daemon 2.673MB [2021-01-19T02:49:24.243Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:49:24.243Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T02:49:24.243Z] ---> a48293ea4ec2 [2021-01-19T02:49:24.243Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T02:49:24.533Z] ---> Running in 6f439b31a2a2 [2021-01-19T02:49:25.139Z] Removing intermediate container 6f439b31a2a2 [2021-01-19T02:49:25.139Z] ---> 21b923fcd9b8 [2021-01-19T02:49:25.139Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T02:49:25.139Z] ---> Running in 215c06c35043 [2021-01-19T02:49:25.737Z] Removing intermediate container 215c06c35043 [2021-01-19T02:49:25.737Z] ---> 43e890f50523 [2021-01-19T02:49:25.737Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:49:25.737Z] ---> Running in 0c191899a92e [2021-01-19T02:49:26.355Z] Removing intermediate container 0c191899a92e [2021-01-19T02:49:26.355Z] ---> c904147a3bc3 [2021-01-19T02:49:26.355Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:49:26.355Z] ---> Running in 42b52b82eeb3 [2021-01-19T02:49:28.995Z] Removing intermediate container 42b52b82eeb3 [2021-01-19T02:49:28.995Z] ---> 004d753b0396 [2021-01-19T02:49:28.995Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T02:49:28.995Z] ---> Running in 02b5e85f54d1 [2021-01-19T02:49:29.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T02:49:30.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T02:49:32.633Z] OK: 142 MiB in 39 packages [2021-01-19T02:49:32.919Z] Removing intermediate container 02b5e85f54d1 [2021-01-19T02:49:32.919Z] ---> 1a24c10d82fe [2021-01-19T02:49:32.919Z] Step 8/24 : COPY . . [2021-01-19T02:49:34.355Z] ---> fb76831b32e6 [2021-01-19T02:49:34.355Z] Step 9/24 : RUN ${MAKE} [2021-01-19T02:49:34.635Z] ---> Running in e826ee70e53b [2021-01-19T02:49:36.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T02:50:08.568Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T02:50:08.568Z] Removing intermediate container e826ee70e53b [2021-01-19T02:50:08.568Z] ---> c971a63ebe4b [2021-01-19T02:50:08.568Z] Step 10/24 : FROM scratch [2021-01-19T02:50:08.568Z] ---> [2021-01-19T02:50:08.568Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:50:08.568Z] ---> Running in d84326de4dfa [2021-01-19T02:50:09.167Z] Removing intermediate container d84326de4dfa [2021-01-19T02:50:09.167Z] ---> 28ee39b74f7c [2021-01-19T02:50:09.167Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T02:50:09.167Z] ---> Running in 780433949d79 [2021-01-19T02:50:09.774Z] Removing intermediate container 780433949d79 [2021-01-19T02:50:09.774Z] ---> a3cf6e8aa384 [2021-01-19T02:50:09.774Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T02:50:09.774Z] ---> Running in 2aaaf803e617 [2021-01-19T02:50:10.378Z] Removing intermediate container 2aaaf803e617 [2021-01-19T02:50:10.378Z] ---> d3d09a997810 [2021-01-19T02:50:10.378Z] Step 14/24 : WORKDIR / [2021-01-19T02:50:10.378Z] ---> Running in 67a03e8290d8 [2021-01-19T02:50:10.985Z] Removing intermediate container 67a03e8290d8 [2021-01-19T02:50:10.985Z] ---> 47e71b5f7ed4 [2021-01-19T02:50:10.985Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T02:50:11.992Z] ---> 5dd623f30dd1 [2021-01-19T02:50:11.992Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T02:50:13.009Z] ---> 802c9d100596 [2021-01-19T02:50:13.009Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T02:50:13.630Z] ---> 07823220a501 [2021-01-19T02:50:13.630Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T02:50:14.283Z] ---> d1a6640ec4d7 [2021-01-19T02:50:14.283Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T02:50:14.902Z] ---> 964a5a03d8f8 [2021-01-19T02:50:14.902Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T02:50:15.175Z] ---> Running in dba9727b2c8e [2021-01-19T02:50:15.804Z] Removing intermediate container dba9727b2c8e [2021-01-19T02:50:15.804Z] ---> edb3e73404d4 [2021-01-19T02:50:15.804Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T02:50:15.804Z] ---> Running in 083aeed74e8f [2021-01-19T02:50:16.460Z] Removing intermediate container 083aeed74e8f [2021-01-19T02:50:16.460Z] ---> 73d94d999fc6 [2021-01-19T02:50:16.460Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T02:50:16.460Z] ---> Running in c3ca7bbe688f [2021-01-19T02:50:16.737Z] Removing intermediate container c3ca7bbe688f [2021-01-19T02:50:16.737Z] ---> 8ba140532b7e [2021-01-19T02:50:16.737Z] Step 23/24 : LABEL git_sha=f749813a77af556e764caf9469477dd0bb905458 [2021-01-19T02:50:17.012Z] ---> Running in 231b8b4bdd8c [2021-01-19T02:50:17.614Z] Removing intermediate container 231b8b4bdd8c [2021-01-19T02:50:17.614Z] ---> a0114016ddb5 [2021-01-19T02:50:17.614Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T02:50:17.614Z] ---> Running in 2f2c21524b47 [2021-01-19T02:50:18.241Z] Removing intermediate container 2f2c21524b47 [2021-01-19T02:50:18.241Z] ---> 1275ce421c57 [2021-01-19T02:50:18.241Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T02:50:18.241Z] Successfully built 1275ce421c57 [2021-01-19T02:50:18.241Z] 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 [2021-01-19T02:50:19.669Z] provisioning config files... [2021-01-19T02:50:19.680Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config7526685602875624053tmp [Pipeline] { [Pipeline] sh [2021-01-19T02:50:20.070Z] + set +x [2021-01-19T02:50:20.070Z] + curl -s https://codecov.io/bash [2021-01-19T02:50:20.070Z] + bash -s -- [2021-01-19T02:50:20.343Z] [2021-01-19T02:50:20.343Z] _____ _ [2021-01-19T02:50:20.343Z] / ____| | | [2021-01-19T02:50:20.343Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T02:50:20.343Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T02:50:20.343Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T02:50:20.343Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T02:50:20.343Z] Bash-20210115-cec3c92 [2021-01-19T02:50:20.343Z] [2021-01-19T02:50:20.343Z] [2021-01-19T02:50:20.343Z] ==> git version 2.24.3 found [2021-01-19T02:50:20.343Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T02:50:20.343Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T02:50:20.343Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T02:50:20.343Z] ==> Jenkins CI detected. [2021-01-19T02:50:20.343Z] project root: . [2021-01-19T02:50:20.343Z] --> token set from env [2021-01-19T02:50:20.343Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T02:50:20.343Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T02:50:20.343Z] ==> Python coveragepy not found [2021-01-19T02:50:20.343Z] ==> Searching for coverage reports in: [2021-01-19T02:50:20.343Z] + . [2021-01-19T02:50:20.343Z] -> Found 1 reports [2021-01-19T02:50:20.343Z] ==> Detecting git/mercurial file structure [2021-01-19T02:50:20.343Z] ==> Reading reports [2021-01-19T02:50:20.343Z] + ./coverage.out bytes=144063 [2021-01-19T02:50:20.343Z] ==> Appending adjustments [2021-01-19T02:50:20.343Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T02:50:20.918Z] + Found adjustments [2021-01-19T02:50:20.918Z] ==> Gzipping contents [2021-01-19T02:50:20.918Z] 24K /tmp/codecov.Wc7lOt.gz [2021-01-19T02:50:20.918Z] ==> Uploading reports [2021-01-19T02:50:20.918Z] url: https://codecov.io [2021-01-19T02:50:20.918Z] query: branch=PR-728&commit=f749813a77af556e764caf9469477dd0bb905458&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-728%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=728&job=&cmd_args= [2021-01-19T02:50:20.918Z] -> Pinging Codecov [2021-01-19T02:50:20.918Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-728&commit=f749813a77af556e764caf9469477dd0bb905458&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-728%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=728&job=&cmd_args= [2021-01-19T02:50:21.180Z] -> Uploading to [2021-01-19T02:50:21.180Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/f749813a77af556e764caf9469477dd0bb905458/a697157d-44d2-492d-98e8-245abd039e56.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T025021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=91f6e90dd2ad6051fcdc24e3eeaa4cd1b1fe54bf4f83b5a4843fef86f21dc506 [2021-01-19T02:50:21.452Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T02:50:21.452Z] Dload Upload Total Spent Left Speed [2021-01-19T02:50:21.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22318 0 0 100 22318 0 43733 --:--:-- --:--:-- --:--:-- 43675 100 22318 0 0 100 22318 0 43717 --:--:-- --:--:-- --:--:-- 43675 [2021-01-19T02:50:21.724Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/f749813a77af556e764caf9469477dd0bb905458 [Pipeline] } [2021-01-19T02:50:21.742Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:50:24.555Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:50:25.127Z] ---> package-listing.sh [2021-01-19T02:50:25.127Z] ++ facter osfamily [2021-01-19T02:50:25.127Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T02:50:25.127Z] + OS_FAMILY=redhat [2021-01-19T02:50:25.127Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-728 [2021-01-19T02:50:25.127Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T02:50:25.127Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T02:50:25.127Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T02:50:25.127Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T02:50:25.127Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-728 ']' [2021-01-19T02:50:25.127Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T02:50:25.127Z] + case "${OS_FAMILY}" in [2021-01-19T02:50:25.127Z] + rpm -qa [2021-01-19T02:50:25.127Z] + sort [2021-01-19T02:50:30.446Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T02:50:30.446Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T02:50:30.446Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T02:50:30.446Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-728 ']' [2021-01-19T02:50:30.446Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-728/archives/ [2021-01-19T02:50:30.446Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-728/archives/ [Pipeline] echo [2021-01-19T02:50:30.460Z] 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-728/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T02:50:30.748Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:50:31.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:50:31.053Z] [2021-01-19T02:50:31.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:50:31.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:50:31.474Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T02:50:31.474Z] df20fa9351a1: Pulling fs layer [2021-01-19T02:50:31.474Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T02:50:31.474Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T02:50:31.474Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T02:50:31.474Z] 93b61091891f: Pulling fs layer [2021-01-19T02:50:31.474Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T02:50:31.474Z] 5e14af77c1be: Pulling fs layer [2021-01-19T02:50:31.474Z] 01666e4c0597: Pulling fs layer [2021-01-19T02:50:31.474Z] aa168da1d23b: Pulling fs layer [2021-01-19T02:50:31.474Z] 93b9cdb0e59b: Waiting [2021-01-19T02:50:31.474Z] 5e14af77c1be: Waiting [2021-01-19T02:50:31.474Z] 01666e4c0597: Waiting [2021-01-19T02:50:31.474Z] aa168da1d23b: Waiting [2021-01-19T02:50:31.474Z] 46f8f816bc3b: Waiting [2021-01-19T02:50:31.474Z] 93b61091891f: Waiting [2021-01-19T02:50:31.474Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T02:50:31.474Z] 36b3adc4ff6f: Download complete [2021-01-19T02:50:31.474Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T02:50:31.474Z] 46f8f816bc3b: Download complete [2021-01-19T02:50:31.784Z] df20fa9351a1: Verifying Checksum [2021-01-19T02:50:31.784Z] df20fa9351a1: Download complete [2021-01-19T02:50:31.784Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T02:50:31.784Z] 93b9cdb0e59b: Download complete [2021-01-19T02:50:31.784Z] 93b61091891f: Verifying Checksum [2021-01-19T02:50:31.784Z] 93b61091891f: Download complete [2021-01-19T02:50:31.784Z] 5e14af77c1be: Verifying Checksum [2021-01-19T02:50:31.784Z] 5e14af77c1be: Download complete [2021-01-19T02:50:31.784Z] 01666e4c0597: Download complete [2021-01-19T02:50:32.090Z] df20fa9351a1: Pull complete [2021-01-19T02:50:32.366Z] 36b3adc4ff6f: Pull complete [2021-01-19T02:50:33.359Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T02:50:33.359Z] 8ad3a11d3b57: Download complete [2021-01-19T02:50:33.952Z] 8ad3a11d3b57: Pull complete [2021-01-19T02:50:34.216Z] 46f8f816bc3b: Pull complete [2021-01-19T02:50:34.480Z] 93b61091891f: Pull complete [2021-01-19T02:50:34.743Z] 93b9cdb0e59b: Pull complete [2021-01-19T02:50:34.744Z] 5e14af77c1be: Pull complete [2021-01-19T02:50:35.007Z] 01666e4c0597: Pull complete [2021-01-19T02:50:37.575Z] aa168da1d23b: Verifying Checksum [2021-01-19T02:50:37.575Z] aa168da1d23b: Download complete [2021-01-19T02:50:44.220Z] aa168da1d23b: Pull complete [2021-01-19T02:50:44.220Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T02:50:44.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:50:44.220Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T02:50:44.391Z] prd-centos7-docker-4c-2g-21044 does not seem to be running inside a container [2021-01-19T02:50:44.448Z] $ 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-728/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-728 -v /w/workspace/dgexfoundry_device-sdk-go_PR-728:/w/workspace/dgexfoundry_device-sdk-go_PR-728:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T02:50:48.666Z] $ docker top f6216ee852a5796504dbf6b43aa73dd2b425a96c1f5dd4690c1cc850dae11b9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:50:49.232Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T02:50:49.550Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T02:50:49.878Z] + ls /var/log/sa-host [2021-01-19T02:50:49.878Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T02:50:49.878Z] file_magic: OK [2021-01-19T02:50:49.878Z] HZ: Using current value: 100 [2021-01-19T02:50:49.878Z] file_header: OK [2021-01-19T02:50:49.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T02:50:49.878Z] Statistics: [2021-01-19T02:50:49.878Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T02:50:49.878Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T02:50:49.878Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T02:50:49.878Z] file_magic: OK [2021-01-19T02:50:49.878Z] HZ: Using current value: 100 [2021-01-19T02:50:49.878Z] file_header: OK [2021-01-19T02:50:49.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T02:50:49.878Z] Statistics: [2021-01-19T02:50:49.878Z] Hnuu...uuuununununu... [2021-01-19T02:50:49.878Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T02:50:50.095Z] provisioning config files... [2021-01-19T02:50:50.114Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config5666167248695351590tmp [Pipeline] { [Pipeline] echo [2021-01-19T02:50:50.267Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:50:50.597Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T02:50:50.607Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T02:50:50.713Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:50:51.018Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T02:50:51.030Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:50:51.487Z] ---> sudo-logs.sh [2021-01-19T02:50:51.487Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T02:50:51.498Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:50:51.796Z] ---> job-cost.sh [2021-01-19T02:50:51.796Z] lf-activate-venv: SKIPPING [2021-01-19T02:50:51.796Z] INFO: No Stack... [2021-01-19T02:50:52.756Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T02:50:53.344Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T02:50:53.364Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:50:53.680Z] ---> logs-deploy.sh [2021-01-19T02:50:53.680Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-728/4 [2021-01-19T02:50:53.680Z] INFO: archiving workspace using pattern(s): [2021-01-19T02:50:55.625Z] Archives upload complete. [2021-01-19T02:50:55.625Z] INFO: archiving logs to Nexus