Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b054e30a1ca050dedc0171177f0940359ff92956+d47b03cf12e2f169eefdaad978a8d5668b399891 (6da4cd9c8b382ae9dfed25c8d5138f7bc50ad970) 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-21045 in /w/workspace/dgexfoundry_device-sdk-go_PR-727 [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-727 # 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 b054e30a1ca050dedc0171177f0940359ff92956 Merge succeeded, producing a464b56418e8fdefe04545dd4c0dfda115c3cb5b Checking out Revision a464b56418e8fdefe04545dd4c0dfda115c3cb5b (PR-727) > 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/727/head:refs/remotes/origin/PR-727 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b054e30a1ca050dedc0171177f0940359ff92956 # 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 a464b56418e8fdefe04545dd4c0dfda115c3cb5b # timeout=10 Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" > git rev-list --no-walk b054e30a1ca050dedc0171177f0940359ff92956 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T02:43:18.934Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T02:43:19.175Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T02:43:19.273Z] ========================================================= [2021-01-19T02:43:19.274Z] EdgeX Global Pipelines Version Info [2021-01-19T02:43:19.274Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:43:21.917Z] ------------------- [2021-01-19T02:43:21.917Z] stable info: [2021-01-19T02:43:21.917Z] ------------------- [2021-01-19T02:43:21.917Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T02:43:21.917Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T02:43:21.917Z] Message: update stable to v1.0.177 [2021-01-19T02:43:22.971Z] ------------------- [2021-01-19T02:43:22.971Z] experimental info: [2021-01-19T02:43:22.971Z] ------------------- [2021-01-19T02:43:22.971Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T02:43:22.971Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T02:43:22.971Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T02:43:23.265Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-19T02:43:23.343Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-19T02:43:23.422Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T02:43:23.500Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T02:43:23.581Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T02:43:23.719Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T02:43:23.800Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T02:43:23.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T02:43:23.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-19T02:43:24.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T02:43:24.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T02:43:24.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-19T02:43:24.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T02:43:24.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T02:43:24.481Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T02:43:24.570Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:43:24.653Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:43:24.741Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:43:24.826Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T02:43:24.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T02:43:25.010Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T02:43:25.093Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T02:43:25.176Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T02:43:25.259Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T02:43:25.384Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-19T02:43:25.477Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T02:43:25.568Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T02:43:25.653Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-727 [Pipeline] echo [2021-01-19T02:43:25.739Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-727 [Pipeline] echo [2021-01-19T02:43:25.820Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-727 [Pipeline] echo [2021-01-19T02:43:25.936Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a464b56418e8fdefe04545dd4c0dfda115c3cb5b [Pipeline] echo [2021-01-19T02:43:26.017Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a464b56 [Pipeline] echo [2021-01-19T02:43:26.097Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T02:43:26.255Z] provisioning config files... [2021-01-19T02:43:26.294Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp/config7031135366624535993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:43:26.701Z] ---> docker-login.sh [2021-01-19T02:43:26.701Z] nexus3.edgexfoundry.org:10001 [2021-01-19T02:43:27.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:27.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:27.701Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:27.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:27.701Z] [2021-01-19T02:43:27.701Z] Login Succeeded [2021-01-19T02:43:27.701Z] nexus3.edgexfoundry.org:10002 [2021-01-19T02:43:27.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:27.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:27.994Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:27.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:27.994Z] [2021-01-19T02:43:27.994Z] Login Succeeded [2021-01-19T02:43:27.994Z] nexus3.edgexfoundry.org:10003 [2021-01-19T02:43:28.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:28.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:28.276Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:28.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:28.276Z] [2021-01-19T02:43:28.276Z] Login Succeeded [2021-01-19T02:43:28.276Z] nexus3.edgexfoundry.org:10004 [2021-01-19T02:43:28.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:28.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:28.607Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:28.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:28.607Z] [2021-01-19T02:43:28.607Z] Login Succeeded [2021-01-19T02:43:28.607Z] docker.io [2021-01-19T02:43:29.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:43:29.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:43:29.544Z] Configure a credential helper to remove this warning. See [2021-01-19T02:43:29.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:43:29.544Z] [2021-01-19T02:43:29.544Z] Login Succeeded [2021-01-19T02:43:29.544Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T02:43:29.594Z] 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:43:30.526Z] + git log --format=format:%s -1 a464b56418e8fdefe04545dd4c0dfda115c3cb5b [Pipeline] echo [2021-01-19T02:43:30.662Z] GIT_COMMIT: a464b56418e8fdefe04545dd4c0dfda115c3cb5b, Commit Message: Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD [Pipeline] echo [2021-01-19T02:43:30.736Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:43:31.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:43:31.371Z] [2021-01-19T02:43:31.371Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:43:31.769Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:43:31.769Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T02:43:31.769Z] 31603596830f: Pulling fs layer [2021-01-19T02:43:31.769Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T02:43:31.769Z] 6ca5941a6612: Pulling fs layer [2021-01-19T02:43:31.769Z] ecc8261a40a4: Pulling fs layer [2021-01-19T02:43:31.769Z] ecc8261a40a4: Waiting [2021-01-19T02:43:31.769Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T02:43:31.769Z] 2a8b12db71e7: Download complete [2021-01-19T02:43:32.069Z] 31603596830f: Verifying Checksum [2021-01-19T02:43:32.069Z] 31603596830f: Download complete [2021-01-19T02:43:32.431Z] ecc8261a40a4: Verifying Checksum [2021-01-19T02:43:32.431Z] ecc8261a40a4: Download complete [2021-01-19T02:43:32.431Z] 6ca5941a6612: Verifying Checksum [2021-01-19T02:43:32.431Z] 6ca5941a6612: Download complete [2021-01-19T02:43:32.713Z] 31603596830f: Pull complete [2021-01-19T02:43:33.028Z] 2a8b12db71e7: Pull complete [2021-01-19T02:43:34.513Z] 6ca5941a6612: Pull complete [2021-01-19T02:43:35.143Z] ecc8261a40a4: Pull complete [2021-01-19T02:43:35.143Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T02:43:35.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:43:35.143Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T02:43:35.633Z] prd-centos7-docker-4c-2g-21045 does not seem to be running inside a container [2021-01-19T02:43:35.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-727 -v /w/workspace/dgexfoundry_device-sdk-go_PR-727:/w/workspace/dgexfoundry_device-sdk-go_PR-727:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-727@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T02:43:39.350Z] $ docker top 72f36424490aed1a82997495f206d16d087e25f50e6f361e2d7d859db4e328dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T02:43:39.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:43:39.770Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:43:40.141Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:43:40.148Z] $ docker exec 72f36424490aed1a82997495f206d16d087e25f50e6f361e2d7d859db4e328dd ssh-agent [2021-01-19T02:43:40.592Z] SSH_AUTH_SOCK=/tmp/ssh-o7Y7Y1G91tgg/agent.11 [2021-01-19T02:43:40.592Z] SSH_AGENT_PID=16 [2021-01-19T02:43:40.631Z] Running ssh-add (command line suppressed) [2021-01-19T02:43:40.947Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp/private_key_2334933109020938375.key (/w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp/private_key_2334933109020938375.key) [2021-01-19T02:43:41.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:43:41.394Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T02:43:41.446Z] $ docker exec --env ******** --env ******** 72f36424490aed1a82997495f206d16d087e25f50e6f361e2d7d859db4e328dd ssh-agent -k [2021-01-19T02:43:41.646Z] unset SSH_AUTH_SOCK; [2021-01-19T02:43:41.648Z] unset SSH_AGENT_PID; [2021-01-19T02:43:41.648Z] echo Agent pid 16 killed; [2021-01-19T02:43:41.722Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T02:43:41.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:43:41.864Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:43:42.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:43:42.230Z] $ docker exec 72f36424490aed1a82997495f206d16d087e25f50e6f361e2d7d859db4e328dd ssh-agent [2021-01-19T02:43:42.585Z] SSH_AUTH_SOCK=/tmp/ssh-duwww21Q8AQo/agent.45 [2021-01-19T02:43:42.585Z] SSH_AGENT_PID=50 [2021-01-19T02:43:42.605Z] Running ssh-add (command line suppressed) [2021-01-19T02:43:42.893Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp/private_key_7698641119659196514.key (/w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp/private_key_7698641119659196514.key) [2021-01-19T02:43:43.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:43:43.906Z] + git semver init [2021-01-19T02:43:43.906Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T02:43:43.906Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-727/.git [2021-01-19T02:43:43.906Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-727 [2021-01-19T02:43:43.906Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T02:43:43.906Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T02:43:43.906Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T02:43:43.906Z] # $SEMVER_BRANCH = PR-727 [2021-01-19T02:43:43.906Z] # $SEMVER_TEMP = /tmp/semver-971767513 [2021-01-19T02:43:43.906Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-19T02:43:44.918Z] # '/tmp/semver-971767513' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-727/.semver' [2021-01-19T02:43:44.918Z] # -> Force: false [2021-01-19T02:43:44.918Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-727/.semver [Pipeline] } [2021-01-19T02:43:44.939Z] $ docker exec --env ******** --env ******** 72f36424490aed1a82997495f206d16d087e25f50e6f361e2d7d859db4e328dd ssh-agent -k [2021-01-19T02:43:45.143Z] unset SSH_AUTH_SOCK; [2021-01-19T02:43:45.143Z] unset SSH_AGENT_PID; [2021-01-19T02:43:45.143Z] echo Agent pid 50 killed; [2021-01-19T02:43:45.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T02:43:45.817Z] + git semver [Pipeline] } [2021-01-19T02:43:45.857Z] $ docker stop --time=1 72f36424490aed1a82997495f206d16d087e25f50e6f361e2d7d859db4e328dd [2021-01-19T02:43:47.525Z] $ docker rm -f 72f36424490aed1a82997495f206d16d087e25f50e6f361e2d7d859db4e328dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:43:48.080Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T02:43:49.099Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T02:43:49.103Z] [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:44:04.634Z] Still waiting to schedule task [2021-01-19T02:44:04.634Z] ‘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-21052’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21048’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T02:44:04.638Z] Still waiting to schedule task [2021-01-19T02:44:04.638Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-19T02:45:17.918Z] Running on prd-centos7-docker-4c-2g-21056 in /w/workspace/dgexfoundry_device-sdk-go_PR-727 [Pipeline] { [Pipeline] ws [2021-01-19T02:45:17.983Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T02:45:20.751Z] using credential edgex-jenkins-ssh [2021-01-19T02:45:20.804Z] Cloning the remote Git repository [2021-01-19T02:45:20.674Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:45:20.751Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-01-19T02:45:20.826Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:45:20.826Z] > git --version # timeout=10 [2021-01-19T02:45:20.835Z] > git --version # 'git version 2.24.3' [2021-01-19T02:45:20.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:45:20.881Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:45:22.332Z] Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit b054e30a1ca050dedc0171177f0940359ff92956 [2021-01-19T02:45:21.835Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:45:21.844Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:45:21.867Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:45:21.891Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:45:21.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:45:21.896Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/727/head:refs/remotes/origin/PR-727 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T02:45:22.307Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:45:22.315Z] > git checkout -f b054e30a1ca050dedc0171177f0940359ff92956 # timeout=10 [2021-01-19T02:45:22.469Z] Merge succeeded, producing d9c1cf3445126771e8ea26a4463d6b23f7b83d1a [2021-01-19T02:45:22.469Z] Checking out Revision d9c1cf3445126771e8ea26a4463d6b23f7b83d1a (PR-727) [2021-01-19T02:45:22.372Z] > git remote # timeout=10 [2021-01-19T02:45:22.379Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T02:45:22.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:45:22.397Z] > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 [2021-01-19T02:45:22.437Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T02:45:22.448Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:45:22.452Z] > git checkout -f d9c1cf3445126771e8ea26a4463d6b23f7b83d1a # timeout=10 [2021-01-19T02:45:26.208Z] Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" [2021-01-19T02:45:26.215Z] > git rev-list --no-walk b054e30a1ca050dedc0171177f0940359ff92956 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:45:27.580Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:45:27.924Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:45:28.226Z] + true [2021-01-19T02:45:28.226Z] + sudo service docker restart [2021-01-19T02:45:28.226Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T02:45:29.694Z] provisioning config files... [2021-01-19T02:45:29.725Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config1754570785030656016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:45:30.123Z] ---> docker-login.sh [2021-01-19T02:45:30.123Z] nexus3.edgexfoundry.org:10001 [2021-01-19T02:45:30.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:30.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:30.663Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:30.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:30.663Z] [2021-01-19T02:45:30.663Z] Login Succeeded [2021-01-19T02:45:30.663Z] nexus3.edgexfoundry.org:10002 [2021-01-19T02:45:30.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:30.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:30.927Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:30.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:30.927Z] [2021-01-19T02:45:30.927Z] Login Succeeded [2021-01-19T02:45:30.927Z] nexus3.edgexfoundry.org:10003 [2021-01-19T02:45:30.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:30.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:30.928Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:30.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:30.928Z] [2021-01-19T02:45:30.928Z] Login Succeeded [2021-01-19T02:45:30.928Z] nexus3.edgexfoundry.org:10004 [2021-01-19T02:45:31.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:31.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:31.193Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:31.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:31.193Z] [2021-01-19T02:45:31.193Z] Login Succeeded [2021-01-19T02:45:31.193Z] docker.io [2021-01-19T02:45:31.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:45:31.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:45:31.726Z] Configure a credential helper to remove this warning. See [2021-01-19T02:45:31.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:45:31.726Z] [2021-01-19T02:45:31.726Z] Login Succeeded [2021-01-19T02:45:31.726Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T02:45:31.741Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T02:45:32.254Z] ========================================================= [2021-01-19T02:45:32.254Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T02:45:32.254Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:45:32.649Z] + 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:45:32.913Z] Sending build context to Docker daemon 2.529MB [2021-01-19T02:45:32.913Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:45:32.913Z] Step 2/8 : FROM ${BASE} [2021-01-19T02:45:32.913Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T02:45:32.913Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T02:45:32.913Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T02:45:32.913Z] de9db76c5a1d: Pulling fs layer [2021-01-19T02:45:32.913Z] bca2f99d35d6: Pulling fs layer [2021-01-19T02:45:32.913Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T02:45:32.913Z] 7c6f9722023f: Pulling fs layer [2021-01-19T02:45:32.913Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T02:45:32.913Z] bca2f99d35d6: Waiting [2021-01-19T02:45:32.913Z] 93359f2a8cfa: Waiting [2021-01-19T02:45:33.178Z] de9db76c5a1d: Verifying Checksum [2021-01-19T02:45:33.178Z] de9db76c5a1d: Download complete [2021-01-19T02:45:33.178Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T02:45:33.178Z] 0ef7d3d256c8: Download complete [2021-01-19T02:45:33.178Z] 93359f2a8cfa: Download complete [2021-01-19T02:45:33.178Z] 7c6f9722023f: Verifying Checksum [2021-01-19T02:45:33.178Z] 7c6f9722023f: Download complete [2021-01-19T02:45:33.178Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T02:45:33.178Z] 188c0c94c7c5: Download complete [2021-01-19T02:45:33.451Z] 188c0c94c7c5: Pull complete [2021-01-19T02:45:33.723Z] 0ef7d3d256c8: Pull complete [2021-01-19T02:45:34.003Z] de9db76c5a1d: Pull complete [2021-01-19T02:45:35.447Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T02:45:35.447Z] a35cf1a2eb13: Download complete [2021-01-19T02:45:36.422Z] bca2f99d35d6: Verifying Checksum [2021-01-19T02:45:36.422Z] bca2f99d35d6: Download complete [2021-01-19T02:45:44.644Z] bca2f99d35d6: Pull complete [2021-01-19T02:45:44.644Z] 93359f2a8cfa: Pull complete [2021-01-19T02:45:44.644Z] 7c6f9722023f: Pull complete [2021-01-19T02:45:51.311Z] a35cf1a2eb13: Pull complete [2021-01-19T02:45:51.311Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T02:45:51.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T02:45:51.311Z] ---> a62c8e92a672 [2021-01-19T02:45:51.311Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:45:51.311Z] ---> Running in 5a25b9a5db1d [2021-01-19T02:45:51.578Z] Removing intermediate container 5a25b9a5db1d [2021-01-19T02:45:51.578Z] ---> 8b431b4022dc [2021-01-19T02:45:51.578Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:45:51.578Z] ---> Running in 1f441741658e [2021-01-19T02:45:52.548Z] Removing intermediate container 1f441741658e [2021-01-19T02:45:52.548Z] ---> 712dc02ab17d [2021-01-19T02:45:52.548Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T02:45:52.815Z] ---> Running in 20229377e194 [2021-01-19T02:45:53.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T02:45:54.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T02:45:54.920Z] OK: 166 MiB in 39 packages [2021-01-19T02:45:55.183Z] Removing intermediate container 20229377e194 [2021-01-19T02:45:55.183Z] ---> 4adc724c9e6a [2021-01-19T02:45:55.183Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T02:45:55.183Z] ---> Running in ecd0d374e9be [2021-01-19T02:45:55.446Z] Removing intermediate container ecd0d374e9be [2021-01-19T02:45:55.446Z] ---> 38c6a70f0e0c [2021-01-19T02:45:55.446Z] Step 7/8 : COPY . . [2021-01-19T02:45:56.841Z] ---> 312db5dec8a7 [2021-01-19T02:45:56.841Z] Step 8/8 : RUN go mod download [2021-01-19T02:45:56.841Z] ---> Running in a9650563d653 [2021-01-19T02:46:15.056Z] Removing intermediate container a9650563d653 [2021-01-19T02:46:15.056Z] ---> d8ccb7903062 [2021-01-19T02:46:15.056Z] Successfully built d8ccb7903062 [2021-01-19T02:46:15.056Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:46:15.380Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T02:46:15.380Z] . [Pipeline] withDockerContainer [2021-01-19T02:46:15.506Z] prd-centos7-docker-4c-2g-21056 does not seem to be running inside a container [2021-01-19T02:46:15.564Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-19T02:46:16.356Z] $ docker top 66da509a75ad5a9d268505ba7dd75097df4c2914e0facabf414f8fe847f172cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:46:16.885Z] + go version [2021-01-19T02:46:16.886Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T02:46:16.906Z] $ docker stop --time=1 66da509a75ad5a9d268505ba7dd75097df4c2914e0facabf414f8fe847f172cd [2021-01-19T02:46:18.296Z] $ docker rm -f 66da509a75ad5a9d268505ba7dd75097df4c2914e0facabf414f8fe847f172cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:46:19.162Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T02:46:19.162Z] . [Pipeline] withDockerContainer [2021-01-19T02:46:19.281Z] prd-centos7-docker-4c-2g-21056 does not seem to be running inside a container [2021-01-19T02:46:19.343Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-19T02:46:20.066Z] $ docker top fbf3f4e52a0967c19aff0a462ca8961d567700c254cd90f7de114747001eab8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:46:20.566Z] + make test [2021-01-19T02:46:20.566Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T02:46:28.830Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T02:46:43.940Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T02:46:43.940Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T02:46:43.940Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T02:46:44.218Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 19.4% of statements [2021-01-19T02:46:48.491Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.494s coverage: 97.1% of statements [2021-01-19T02:46:56.388Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21058 in /w/workspace/dgexfoundry_device-sdk-go_PR-727 [Pipeline] { [Pipeline] ws [2021-01-19T02:46:56.448Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T02:47:02.498Z] using credential edgex-jenkins-ssh [2021-01-19T02:47:02.571Z] Cloning the remote Git repository [2021-01-19T02:47:02.656Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:47:02.795Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-01-19T02:47:02.902Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:47:02.904Z] > git --version # timeout=10 [2021-01-19T02:47:02.920Z] > git --version # 'git version 2.17.1' [2021-01-19T02:47:02.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:47:03.004Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:47:04.925Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:47:04.948Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:47:04.978Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T02:47:05.032Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T02:47:05.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:47:05.049Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/727/head:refs/remotes/origin/PR-727 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T02:47:05.579Z] Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit b054e30a1ca050dedc0171177f0940359ff92956 [2021-01-19T02:47:05.980Z] Merge succeeded, producing 5fe8653546f8dd05bbe09f1bc00a1d2b79af7c9b [2021-01-19T02:47:05.981Z] Checking out Revision 5fe8653546f8dd05bbe09f1bc00a1d2b79af7c9b (PR-727) [2021-01-19T02:47:05.607Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:47:05.629Z] > git checkout -f b054e30a1ca050dedc0171177f0940359ff92956 # timeout=10 [2021-01-19T02:47:05.778Z] > git remote # timeout=10 [2021-01-19T02:47:05.807Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T02:47:05.830Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:47:05.846Z] > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 [2021-01-19T02:47:05.962Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T02:47:05.993Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:47:06.016Z] > git checkout -f 5fe8653546f8dd05bbe09f1bc00a1d2b79af7c9b # timeout=10 [2021-01-19T02:47:10.644Z] Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" [2021-01-19T02:47:10.657Z] > git rev-list --no-walk b054e30a1ca050dedc0171177f0940359ff92956 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:47:12.634Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:47:13.255Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:47:13.610Z] + true [2021-01-19T02:47:13.610Z] + sudo service docker restart [2021-01-19T02:47:15.172Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.075s coverage: 9.4% of statements [2021-01-19T02:47:15.172Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.077s coverage: 21.7% of statements [2021-01-19T02:47:15.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T02:47:15.172Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.251s coverage: 42.9% of statements [2021-01-19T02:47:15.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T02:47:15.172Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.281s coverage: 68.9% of statements [2021-01-19T02:47:15.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T02:47:15.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T02:47:15.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T02:47:15.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T02:47:15.172Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.070s coverage: 53.8% of statements [2021-01-19T02:47:15.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T02:47:15.173Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T02:47:15.173Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.071s coverage: 25.6% of statements [2021-01-19T02:47:15.173Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.386s coverage: 68.9% of statements [2021-01-19T02:47:15.173Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 4.2% of statements [2021-01-19T02:47:15.173Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T02:47:15.440Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T02:47:16.345Z] provisioning config files... [2021-01-19T02:47:16.393Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config3683721878660455107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:47:16.816Z] ---> docker-login.sh [2021-01-19T02:47:16.816Z] nexus3.edgexfoundry.org:10001 [2021-01-19T02:47:17.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:47:18.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:47:18.077Z] Configure a credential helper to remove this warning. See [2021-01-19T02:47:18.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:47:18.077Z] [2021-01-19T02:47:18.077Z] Login Succeeded [2021-01-19T02:47:18.077Z] nexus3.edgexfoundry.org:10002 [2021-01-19T02:47:18.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:47:18.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:47:18.682Z] Configure a credential helper to remove this warning. See [2021-01-19T02:47:18.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:47:18.682Z] [2021-01-19T02:47:18.682Z] Login Succeeded [2021-01-19T02:47:18.682Z] nexus3.edgexfoundry.org:10003 [2021-01-19T02:47:19.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:47:19.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:47:19.301Z] Configure a credential helper to remove this warning. See [2021-01-19T02:47:19.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:47:19.301Z] [2021-01-19T02:47:19.301Z] Login Succeeded [2021-01-19T02:47:19.301Z] nexus3.edgexfoundry.org:10004 [2021-01-19T02:47:19.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:47:19.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:47:19.908Z] Configure a credential helper to remove this warning. See [2021-01-19T02:47:19.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:47:19.908Z] [2021-01-19T02:47:19.908Z] Login Succeeded [2021-01-19T02:47:19.908Z] docker.io [2021-01-19T02:47:20.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T02:47:20.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T02:47:20.798Z] Configure a credential helper to remove this warning. See [2021-01-19T02:47:20.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T02:47:20.798Z] [2021-01-19T02:47:20.798Z] Login Succeeded [2021-01-19T02:47:20.798Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T02:47:20.818Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T02:47:21.377Z] ========================================================= [2021-01-19T02:47:21.377Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T02:47:21.377Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:47:21.812Z] + 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:47:22.426Z] Sending build context to Docker daemon 2.519MB [2021-01-19T02:47:22.426Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:47:22.426Z] Step 2/8 : FROM ${BASE} [2021-01-19T02:47:22.710Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T02:47:22.710Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T02:47:22.710Z] a4357932f1b6: Pulling fs layer [2021-01-19T02:47:22.710Z] 18c013af1878: Pulling fs layer [2021-01-19T02:47:22.710Z] 00ac8860ef70: Pulling fs layer [2021-01-19T02:47:22.710Z] 63d7cb157983: Pulling fs layer [2021-01-19T02:47:22.710Z] b116817d02f9: Pulling fs layer [2021-01-19T02:47:22.710Z] 745a02a5169b: Pulling fs layer [2021-01-19T02:47:22.710Z] 745a02a5169b: Waiting [2021-01-19T02:47:22.710Z] 00ac8860ef70: Waiting [2021-01-19T02:47:22.710Z] b116817d02f9: Waiting [2021-01-19T02:47:22.710Z] 63d7cb157983: Waiting [2021-01-19T02:47:22.710Z] 18c013af1878: Verifying Checksum [2021-01-19T02:47:22.710Z] 18c013af1878: Download complete [2021-01-19T02:47:22.710Z] a4357932f1b6: Verifying Checksum [2021-01-19T02:47:22.710Z] a4357932f1b6: Download complete [2021-01-19T02:47:22.710Z] 63d7cb157983: Verifying Checksum [2021-01-19T02:47:22.710Z] 63d7cb157983: Download complete [2021-01-19T02:47:22.710Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T02:47:22.710Z] 5f621e34cdf4: Download complete [2021-01-19T02:47:22.710Z] b116817d02f9: Download complete [2021-01-19T02:47:23.734Z] 5f621e34cdf4: Pull complete [2021-01-19T02:47:24.341Z] a4357932f1b6: Pull complete [2021-01-19T02:47:25.780Z] 745a02a5169b: Verifying Checksum [2021-01-19T02:47:25.780Z] 18c013af1878: Pull complete [2021-01-19T02:47:26.391Z] 00ac8860ef70: Download complete [2021-01-19T02:47:27.828Z] gofmt -l . [2021-01-19T02:47:27.828Z] [ "`gofmt -l .`" = "" ] [2021-01-19T02:47:27.828Z] ./bin/test-attribution-txt.sh [2021-01-19T02:47:27.828Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T02:47:28.111Z] $ docker stop --time=1 fbf3f4e52a0967c19aff0a462ca8961d567700c254cd90f7de114747001eab8f [2021-01-19T02:47:30.210Z] $ docker rm -f fbf3f4e52a0967c19aff0a462ca8961d567700c254cd90f7de114747001eab8f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:47:31.181Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T02:47:31.566Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-19T02:47:32.788Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T02:47:33.101Z] + ls -al . [2021-01-19T02:47:33.101Z] total 224 [2021-01-19T02:47:33.101Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 02:47 . [2021-01-19T02:47:33.101Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 02:45 .. [2021-01-19T02:47:33.101Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 02:45 bin [2021-01-19T02:47:33.101Z] -rw-r--r--. 1 jenkins jenkins 144063 Jan 19 02:47 coverage.out [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 02:45 Dockerfile.build [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 02:45 .dockerignore [2021-01-19T02:47:33.101Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 02:45 example [2021-01-19T02:47:33.101Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 02:45 .git [2021-01-19T02:47:33.101Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 02:45 .github [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 02:45 .gitignore [2021-01-19T02:47:33.101Z] -rw-r--r--. 1 jenkins jenkins 491 Jan 19 02:47 go.mod [2021-01-19T02:47:33.101Z] -rw-r--r--. 1 jenkins jenkins 14124 Jan 19 02:47 go.sum [2021-01-19T02:47:33.101Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 02:45 internal [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 02:45 Jenkinsfile [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 02:45 LICENSE [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 02:45 Makefile [2021-01-19T02:47:33.101Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 02:45 openapi [2021-01-19T02:47:33.101Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 02:45 pkg [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 02:45 README.md [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 02:45 RELEASE-NOTES.txt [2021-01-19T02:47:33.101Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 02:45 snap [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 02:43 VERSION [2021-01-19T02:47:33.101Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:47:33.436Z] + 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=a464b56418e8fdefe04545dd4c0dfda115c3cb5b --label arch=amd64 --label version=0.0.0 . [2021-01-19T02:47:33.704Z] Sending build context to Docker daemon 2.674MB [2021-01-19T02:47:33.704Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:47:33.704Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T02:47:33.704Z] ---> d8ccb7903062 [2021-01-19T02:47:33.704Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T02:47:34.658Z] ---> Running in 503c16a62506 [2021-01-19T02:47:34.658Z] Removing intermediate container 503c16a62506 [2021-01-19T02:47:34.658Z] ---> 8c9707a95a8a [2021-01-19T02:47:34.658Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T02:47:34.658Z] ---> Running in a9a326f25a27 [2021-01-19T02:47:34.922Z] Removing intermediate container a9a326f25a27 [2021-01-19T02:47:34.922Z] ---> 3e0844a221d5 [2021-01-19T02:47:34.922Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:47:34.922Z] ---> Running in 9257f6486c92 [2021-01-19T02:47:35.186Z] Removing intermediate container 9257f6486c92 [2021-01-19T02:47:35.186Z] ---> b17ab12546c4 [2021-01-19T02:47:35.186Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:47:35.186Z] ---> Running in 1735a8455b86 [2021-01-19T02:47:36.584Z] 00ac8860ef70: Pull complete [2021-01-19T02:47:36.585Z] 63d7cb157983: Pull complete [2021-01-19T02:47:36.594Z] Removing intermediate container 1735a8455b86 [2021-01-19T02:47:36.594Z] ---> 90693a444b14 [2021-01-19T02:47:36.594Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T02:47:36.594Z] ---> Running in d83488b7e176 [2021-01-19T02:47:36.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T02:47:36.876Z] b116817d02f9: Pull complete [2021-01-19T02:47:37.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T02:47:38.428Z] OK: 166 MiB in 39 packages [2021-01-19T02:47:39.007Z] Removing intermediate container d83488b7e176 [2021-01-19T02:47:39.007Z] ---> ed47b3ad2d40 [2021-01-19T02:47:39.007Z] Step 8/24 : COPY . . [2021-01-19T02:47:40.368Z] 745a02a5169b: Pull complete [2021-01-19T02:47:40.646Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T02:47:40.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T02:47:40.646Z] ---> b7e6874047d6 [2021-01-19T02:47:40.646Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:47:40.979Z] ---> 22a4d73f66b0 [2021-01-19T02:47:40.979Z] Step 9/24 : RUN ${MAKE} [2021-01-19T02:47:40.979Z] ---> Running in 77f257110883 [2021-01-19T02:47:41.558Z] 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:47:44.081Z] ---> Running in 234a51696530 [2021-01-19T02:47:44.363Z] Removing intermediate container 234a51696530 [2021-01-19T02:47:44.363Z] ---> 3c088ac392f3 [2021-01-19T02:47:44.363Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:47:44.363Z] ---> Running in 2dfd10db2415 [2021-01-19T02:47:47.036Z] Removing intermediate container 2dfd10db2415 [2021-01-19T02:47:47.036Z] ---> 7ac7d1613e3e [2021-01-19T02:47:47.036Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T02:47:47.317Z] ---> Running in e7c2d91a59f5 [2021-01-19T02:47:48.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T02:47:49.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T02:47:50.374Z] OK: 142 MiB in 39 packages [2021-01-19T02:47:51.767Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T02:47:51.809Z] Removing intermediate container e7c2d91a59f5 [2021-01-19T02:47:51.809Z] ---> c0025cfa42bf [2021-01-19T02:47:51.809Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T02:47:51.809Z] ---> Running in 62010965c5c2 [2021-01-19T02:47:52.408Z] Removing intermediate container 62010965c5c2 [2021-01-19T02:47:52.408Z] ---> f3857cc3bc78 [2021-01-19T02:47:52.408Z] Step 7/8 : COPY . . [2021-01-19T02:47:52.714Z] Removing intermediate container 77f257110883 [2021-01-19T02:47:52.714Z] ---> d0acadd5726b [2021-01-19T02:47:52.714Z] Step 10/24 : FROM scratch [2021-01-19T02:47:52.714Z] ---> [2021-01-19T02:47:52.714Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:47:52.982Z] ---> Running in 67eccd290689 [2021-01-19T02:47:52.982Z] Removing intermediate container 67eccd290689 [2021-01-19T02:47:52.982Z] ---> 4ddf4af17a34 [2021-01-19T02:47:52.982Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T02:47:53.243Z] ---> Running in b83fa09c4e6c [2021-01-19T02:47:53.243Z] Removing intermediate container b83fa09c4e6c [2021-01-19T02:47:53.243Z] ---> 6704ff43a5ab [2021-01-19T02:47:53.243Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T02:47:53.243Z] ---> Running in 024bda57acfb [2021-01-19T02:47:53.509Z] Removing intermediate container 024bda57acfb [2021-01-19T02:47:53.509Z] ---> 30c4ae68a340 [2021-01-19T02:47:53.509Z] Step 14/24 : WORKDIR / [2021-01-19T02:47:53.509Z] ---> Running in feb392a2f337 [2021-01-19T02:47:53.777Z] Removing intermediate container feb392a2f337 [2021-01-19T02:47:53.777Z] ---> 594c7ec8a9d9 [2021-01-19T02:47:53.777Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T02:47:53.864Z] ---> f1fbb065e2eb [2021-01-19T02:47:53.864Z] Step 8/8 : RUN go mod download [2021-01-19T02:47:53.864Z] ---> Running in 5e5a94a97fe5 [2021-01-19T02:47:54.044Z] ---> 256fed907bd2 [2021-01-19T02:47:54.044Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T02:47:54.307Z] ---> 58a0955c1593 [2021-01-19T02:47:54.307Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T02:47:54.570Z] ---> f99c69a45f81 [2021-01-19T02:47:54.570Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T02:47:54.833Z] ---> 8b967af2ad50 [2021-01-19T02:47:54.833Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T02:47:55.097Z] ---> 41080f2bc798 [2021-01-19T02:47:55.097Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T02:47:55.097Z] ---> Running in 56c8520154a9 [2021-01-19T02:47:55.358Z] Removing intermediate container 56c8520154a9 [2021-01-19T02:47:55.358Z] ---> aacb498ecbd6 [2021-01-19T02:47:55.358Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T02:47:55.358Z] ---> Running in 6fc9c8c26010 [2021-01-19T02:47:55.619Z] Removing intermediate container 6fc9c8c26010 [2021-01-19T02:47:55.619Z] ---> 64fc9e628a29 [2021-01-19T02:47:55.619Z] Step 22/24 : LABEL arch=amd64 [2021-01-19T02:47:55.619Z] ---> Running in a5a522fadfed [2021-01-19T02:47:55.883Z] Removing intermediate container a5a522fadfed [2021-01-19T02:47:55.883Z] ---> 510a86251fb7 [2021-01-19T02:47:55.883Z] Step 23/24 : LABEL git_sha=a464b56418e8fdefe04545dd4c0dfda115c3cb5b [2021-01-19T02:47:55.883Z] ---> Running in 7332b33e0784 [2021-01-19T02:47:55.883Z] Removing intermediate container 7332b33e0784 [2021-01-19T02:47:55.883Z] ---> 22d47551091e [2021-01-19T02:47:55.883Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T02:47:56.149Z] ---> Running in bced62f5dc32 [2021-01-19T02:47:56.149Z] Removing intermediate container bced62f5dc32 [2021-01-19T02:47:56.149Z] ---> 5bca8f30d038 [2021-01-19T02:47:56.149Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T02:47:56.149Z] Successfully built 5bca8f30d038 [2021-01-19T02:47:56.149Z] 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:48:20.717Z] Removing intermediate container 5e5a94a97fe5 [2021-01-19T02:48:20.717Z] ---> 0252cd767d0d [2021-01-19T02:48:20.717Z] Successfully built 0252cd767d0d [2021-01-19T02:48:20.717Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:48:21.064Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T02:48:21.064Z] . [Pipeline] withDockerContainer [2021-01-19T02:48:21.370Z] prd-ubuntu18.04-docker-arm64-4c-16g-21058 does not seem to be running inside a container [2021-01-19T02:48:21.462Z] $ 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:48:23.178Z] $ docker top 9b80e40bf2c140ddec16b52191861150e23aca5179c7acc3bc56c1b7476ac728 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:48:24.327Z] + go version [2021-01-19T02:48:24.327Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T02:48:24.353Z] $ docker stop --time=1 9b80e40bf2c140ddec16b52191861150e23aca5179c7acc3bc56c1b7476ac728 [2021-01-19T02:48:26.401Z] $ docker rm -f 9b80e40bf2c140ddec16b52191861150e23aca5179c7acc3bc56c1b7476ac728 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:48:27.440Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T02:48:27.441Z] . [Pipeline] withDockerContainer [2021-01-19T02:48:27.752Z] prd-ubuntu18.04-docker-arm64-4c-16g-21058 does not seem to be running inside a container [2021-01-19T02:48:27.853Z] $ 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:48:29.619Z] $ docker top a468fb90212e849d3f48e02dfc26b916d8eef6b70ea4a9885dadabe715708074 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:48:30.728Z] + make test [2021-01-19T02:48:30.728Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T02:48:57.634Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T02:49:44.685Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T02:49:44.685Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T02:49:44.685Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T02:49:44.685Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.131s coverage: 19.4% of statements [2021-01-19T02:49:44.685Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.313s coverage: 97.1% of statements [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.141s coverage: 9.4% of statements [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.125s coverage: 21.7% of statements [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.586s coverage: 42.9% of statements [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.776s coverage: 68.9% of statements [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.191s coverage: 53.8% of statements [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.177s coverage: 25.6% of statements [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.789s coverage: 68.9% of statements [2021-01-19T02:50:17.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.153s coverage: 4.2% of statements [2021-01-19T02:50:17.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T02:50:17.083Z] GO111MODULE=on go vet ./... [2021-01-19T02:50:49.559Z] gofmt -l . [2021-01-19T02:50:49.559Z] [ "`gofmt -l .`" = "" ] [2021-01-19T02:50:49.559Z] ./bin/test-attribution-txt.sh [2021-01-19T02:50:49.559Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T02:50:49.596Z] $ docker stop --time=1 a468fb90212e849d3f48e02dfc26b916d8eef6b70ea4a9885dadabe715708074 [2021-01-19T02:50:51.903Z] $ docker rm -f a468fb90212e849d3f48e02dfc26b916d8eef6b70ea4a9885dadabe715708074 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:50:53.019Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T02:50:53.090Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T02:50:54.109Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:50:54.890Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T02:50:55.342Z] + ls -al . [2021-01-19T02:50:55.342Z] total 260 [2021-01-19T02:50:55.342Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 02:50 . [2021-01-19T02:50:55.342Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:47 .. [2021-01-19T02:50:55.342Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 02:47 .dockerignore [2021-01-19T02:50:55.342Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:47 .git [2021-01-19T02:50:55.342Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:47 .github [2021-01-19T02:50:55.342Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 02:47 .gitignore [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 02:47 Dockerfile.build [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 02:47 Jenkinsfile [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 02:47 LICENSE [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 02:47 Makefile [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 02:47 README.md [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 02:47 RELEASE-NOTES.txt [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 02:43 VERSION [2021-01-19T02:50:55.343Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:47 bin [2021-01-19T02:50:55.343Z] -rw-r--r-- 1 jenkins jenkins 144063 Jan 19 02:50 coverage.out [2021-01-19T02:50:55.343Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:47 example [2021-01-19T02:50:55.343Z] -rw-r--r-- 1 jenkins jenkins 491 Jan 19 02:50 go.mod [2021-01-19T02:50:55.343Z] -rw-r--r-- 1 jenkins jenkins 14124 Jan 19 02:50 go.sum [2021-01-19T02:50:55.343Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 02:47 internal [2021-01-19T02:50:55.343Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:47 openapi [2021-01-19T02:50:55.343Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 02:47 pkg [2021-01-19T02:50:55.343Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:47 snap [2021-01-19T02:50:55.343Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:50:55.773Z] + 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=a464b56418e8fdefe04545dd4c0dfda115c3cb5b --label arch=arm64 --label version=0.0.0 . [2021-01-19T02:50:56.399Z] Sending build context to Docker daemon 2.664MB [2021-01-19T02:50:56.399Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T02:50:56.399Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T02:50:56.399Z] ---> 0252cd767d0d [2021-01-19T02:50:56.399Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T02:50:56.674Z] ---> Running in 693a50a4c345 [2021-01-19T02:50:57.270Z] Removing intermediate container 693a50a4c345 [2021-01-19T02:50:57.270Z] ---> 515d593352ed [2021-01-19T02:50:57.270Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T02:50:57.270Z] ---> Running in cf077092893e [2021-01-19T02:50:57.866Z] Removing intermediate container cf077092893e [2021-01-19T02:50:57.866Z] ---> 93db5a55eb78 [2021-01-19T02:50:57.866Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:50:57.866Z] ---> Running in 546c7f57ae76 [2021-01-19T02:50:58.459Z] Removing intermediate container 546c7f57ae76 [2021-01-19T02:50:58.459Z] ---> ab2f4878f0d8 [2021-01-19T02:50:58.459Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T02:50:58.459Z] ---> Running in ae0a016dda7b [2021-01-19T02:51:00.472Z] Removing intermediate container ae0a016dda7b [2021-01-19T02:51:00.472Z] ---> 8842c9a36c7f [2021-01-19T02:51:00.472Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T02:51:00.755Z] ---> Running in 3ecf2e659933 [2021-01-19T02:51:01.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T02:51:02.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T02:51:03.327Z] OK: 142 MiB in 39 packages [2021-01-19T02:51:04.333Z] Removing intermediate container 3ecf2e659933 [2021-01-19T02:51:04.333Z] ---> e38770535101 [2021-01-19T02:51:04.333Z] Step 8/24 : COPY . . [2021-01-19T02:51:05.767Z] ---> e68a3c405c05 [2021-01-19T02:51:05.767Z] Step 9/24 : RUN ${MAKE} [2021-01-19T02:51:06.040Z] ---> Running in befa7d94aacb [2021-01-19T02:51:07.021Z] 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:51:33.882Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T02:51:34.163Z] Removing intermediate container befa7d94aacb [2021-01-19T02:51:34.163Z] ---> 89b65ae95747 [2021-01-19T02:51:34.163Z] Step 10/24 : FROM scratch [2021-01-19T02:51:34.163Z] ---> [2021-01-19T02:51:34.163Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T02:51:34.163Z] ---> Running in b9c9d43955da [2021-01-19T02:51:34.760Z] Removing intermediate container b9c9d43955da [2021-01-19T02:51:34.760Z] ---> f94ad467aebc [2021-01-19T02:51:34.760Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T02:51:34.760Z] ---> Running in 823523a20154 [2021-01-19T02:51:35.033Z] Removing intermediate container 823523a20154 [2021-01-19T02:51:35.033Z] ---> b939686cb564 [2021-01-19T02:51:35.033Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T02:51:35.309Z] ---> Running in 88e27a20a1ea [2021-01-19T02:51:35.584Z] Removing intermediate container 88e27a20a1ea [2021-01-19T02:51:35.584Z] ---> 5951c46bc067 [2021-01-19T02:51:35.584Z] Step 14/24 : WORKDIR / [2021-01-19T02:51:35.862Z] ---> Running in 5c0b75c4058f [2021-01-19T02:51:36.138Z] Removing intermediate container 5c0b75c4058f [2021-01-19T02:51:36.138Z] ---> f013959a434a [2021-01-19T02:51:36.138Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T02:51:37.574Z] ---> 37813cc8ab42 [2021-01-19T02:51:37.574Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T02:51:38.171Z] ---> 725b7b17331f [2021-01-19T02:51:38.171Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T02:51:38.773Z] ---> f9d08ed3ae65 [2021-01-19T02:51:38.773Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T02:51:39.751Z] ---> 8700fe681591 [2021-01-19T02:51:39.751Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T02:51:40.346Z] ---> f8f0cd84677f [2021-01-19T02:51:40.346Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T02:51:40.619Z] ---> Running in 0972b41e0cc9 [2021-01-19T02:51:40.892Z] Removing intermediate container 0972b41e0cc9 [2021-01-19T02:51:40.892Z] ---> 696bfcafcc9a [2021-01-19T02:51:40.892Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T02:51:41.165Z] ---> Running in 6d41247b97fa [2021-01-19T02:51:41.438Z] Removing intermediate container 6d41247b97fa [2021-01-19T02:51:41.438Z] ---> 4faace2f1cc4 [2021-01-19T02:51:41.438Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T02:51:41.711Z] ---> Running in 6587ee615e52 [2021-01-19T02:51:42.305Z] Removing intermediate container 6587ee615e52 [2021-01-19T02:51:42.306Z] ---> 80135bb7a4da [2021-01-19T02:51:42.306Z] Step 23/24 : LABEL git_sha=a464b56418e8fdefe04545dd4c0dfda115c3cb5b [2021-01-19T02:51:42.306Z] ---> Running in 3054f2e86bcb [2021-01-19T02:51:42.899Z] Removing intermediate container 3054f2e86bcb [2021-01-19T02:51:42.899Z] ---> 7ead1df6623c [2021-01-19T02:51:42.899Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T02:51:42.899Z] ---> Running in af9ccb5144f2 [2021-01-19T02:51:43.173Z] Removing intermediate container af9ccb5144f2 [2021-01-19T02:51:43.173Z] ---> dfea0a785b9e [2021-01-19T02:51:43.173Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T02:51:43.451Z] Successfully built dfea0a785b9e [2021-01-19T02:51:43.451Z] 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:51:44.926Z] provisioning config files... [2021-01-19T02:51:44.942Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp/config2266022176910513071tmp [Pipeline] { [Pipeline] sh [2021-01-19T02:51:45.412Z] + set +x [2021-01-19T02:51:45.412Z] + curl -s https://codecov.io/bash [2021-01-19T02:51:45.412Z] + bash -s -- [2021-01-19T02:51:45.687Z] [2021-01-19T02:51:45.687Z] _____ _ [2021-01-19T02:51:45.687Z] / ____| | | [2021-01-19T02:51:45.687Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T02:51:45.687Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T02:51:45.687Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T02:51:45.687Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T02:51:45.687Z] Bash-20210115-cec3c92 [2021-01-19T02:51:45.687Z] [2021-01-19T02:51:45.687Z] [2021-01-19T02:51:45.687Z] ==> git version 2.24.3 found [2021-01-19T02:51:45.687Z] ==> 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:51:45.687Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T02:51:45.687Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T02:51:45.687Z] ==> Jenkins CI detected. [2021-01-19T02:51:45.687Z] project root: . [2021-01-19T02:51:45.687Z] --> token set from env [2021-01-19T02:51:45.687Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T02:51:45.687Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T02:51:45.687Z] ==> Python coveragepy not found [2021-01-19T02:51:45.687Z] ==> Searching for coverage reports in: [2021-01-19T02:51:45.687Z] + . [2021-01-19T02:51:45.687Z] -> Found 1 reports [2021-01-19T02:51:45.687Z] ==> Detecting git/mercurial file structure [2021-01-19T02:51:45.956Z] ==> Reading reports [2021-01-19T02:51:45.956Z] + ./coverage.out bytes=144063 [2021-01-19T02:51:45.956Z] ==> Appending adjustments [2021-01-19T02:51:45.956Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T02:51:47.024Z] + Found adjustments [2021-01-19T02:51:47.024Z] ==> Gzipping contents [2021-01-19T02:51:47.024Z] 24K /tmp/codecov.YFGFvy.gz [2021-01-19T02:51:47.024Z] ==> Uploading reports [2021-01-19T02:51:47.024Z] url: https://codecov.io [2021-01-19T02:51:47.024Z] query: branch=PR-727&commit=a464b56418e8fdefe04545dd4c0dfda115c3cb5b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-727%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=727&job=&cmd_args= [2021-01-19T02:51:47.024Z] -> Pinging Codecov [2021-01-19T02:51:47.024Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-727&commit=a464b56418e8fdefe04545dd4c0dfda115c3cb5b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-727%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=727&job=&cmd_args= [2021-01-19T02:51:47.606Z] -> Uploading to [2021-01-19T02:51:47.606Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/a464b56418e8fdefe04545dd4c0dfda115c3cb5b/414a3d1d-57c5-4e66-98cd-e485dbfc9f2b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T025147Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c0ee81b186cd2e4e127f9f9e5f9570bc7a6e0bb97ea8089db46b7e4e97151e4d [2021-01-19T02:51:47.606Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T02:51:47.606Z] Dload Upload Total Spent Left Speed [2021-01-19T02:51:47.874Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22384 0 0 100 22384 0 42275 --:--:-- --:--:-- --:--:-- 42313 [2021-01-19T02:51:47.890Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a464b56418e8fdefe04545dd4c0dfda115c3cb5b [Pipeline] } [2021-01-19T02:51:47.893Z] 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:51:50.754Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:51:51.361Z] ---> package-listing.sh [2021-01-19T02:51:51.361Z] ++ facter osfamily [2021-01-19T02:51:51.361Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T02:51:51.629Z] + OS_FAMILY=redhat [2021-01-19T02:51:51.629Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-727 [2021-01-19T02:51:51.629Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T02:51:51.629Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T02:51:51.629Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T02:51:51.629Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T02:51:51.629Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-727 ']' [2021-01-19T02:51:51.629Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T02:51:51.629Z] + case "${OS_FAMILY}" in [2021-01-19T02:51:51.629Z] + sort [2021-01-19T02:51:51.629Z] + rpm -qa [2021-01-19T02:51:59.882Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T02:51:59.882Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T02:51:59.882Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T02:51:59.882Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-727 ']' [2021-01-19T02:51:59.882Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-727/archives/ [2021-01-19T02:51:59.882Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-727/archives/ [Pipeline] echo [2021-01-19T02:51:59.900Z] 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-727/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:52:00.231Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:52:00.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:52:01.172Z] [2021-01-19T02:52:01.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:52:01.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:52:01.873Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T02:52:01.873Z] df20fa9351a1: Pulling fs layer [2021-01-19T02:52:01.873Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T02:52:01.873Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T02:52:01.873Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T02:52:01.873Z] 93b61091891f: Pulling fs layer [2021-01-19T02:52:01.873Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T02:52:01.873Z] 5e14af77c1be: Pulling fs layer [2021-01-19T02:52:01.873Z] 01666e4c0597: Pulling fs layer [2021-01-19T02:52:01.873Z] aa168da1d23b: Pulling fs layer [2021-01-19T02:52:01.873Z] 46f8f816bc3b: Waiting [2021-01-19T02:52:01.873Z] 93b61091891f: Waiting [2021-01-19T02:52:01.873Z] 93b9cdb0e59b: Waiting [2021-01-19T02:52:01.873Z] 5e14af77c1be: Waiting [2021-01-19T02:52:01.873Z] 01666e4c0597: Waiting [2021-01-19T02:52:01.873Z] aa168da1d23b: Waiting [2021-01-19T02:52:02.194Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T02:52:02.194Z] 36b3adc4ff6f: Download complete [2021-01-19T02:52:02.194Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T02:52:02.194Z] 46f8f816bc3b: Download complete [2021-01-19T02:52:02.488Z] df20fa9351a1: Verifying Checksum [2021-01-19T02:52:02.488Z] df20fa9351a1: Download complete [2021-01-19T02:52:02.488Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T02:52:02.488Z] 93b9cdb0e59b: Download complete [2021-01-19T02:52:02.488Z] 5e14af77c1be: Verifying Checksum [2021-01-19T02:52:02.488Z] 5e14af77c1be: Download complete [2021-01-19T02:52:02.488Z] 93b61091891f: Verifying Checksum [2021-01-19T02:52:02.488Z] 93b61091891f: Download complete [2021-01-19T02:52:02.488Z] 01666e4c0597: Verifying Checksum [2021-01-19T02:52:02.488Z] 01666e4c0597: Download complete [2021-01-19T02:52:03.578Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T02:52:03.578Z] 8ad3a11d3b57: Download complete [2021-01-19T02:52:03.578Z] df20fa9351a1: Pull complete [2021-01-19T02:52:04.576Z] 36b3adc4ff6f: Pull complete [2021-01-19T02:52:08.370Z] 8ad3a11d3b57: Pull complete [2021-01-19T02:52:08.370Z] 46f8f816bc3b: Pull complete [2021-01-19T02:52:09.181Z] 93b61091891f: Pull complete [2021-01-19T02:52:09.848Z] 93b9cdb0e59b: Pull complete [2021-01-19T02:52:10.764Z] 5e14af77c1be: Pull complete [2021-01-19T02:52:11.049Z] 01666e4c0597: Pull complete [2021-01-19T02:52:11.345Z] aa168da1d23b: Verifying Checksum [2021-01-19T02:52:11.345Z] aa168da1d23b: Download complete [2021-01-19T02:52:30.024Z] aa168da1d23b: Pull complete [2021-01-19T02:52:30.024Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T02:52:30.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:52:30.024Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T02:52:30.502Z] prd-centos7-docker-4c-2g-21045 does not seem to be running inside a container [2021-01-19T02:52:30.755Z] $ 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-727/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-727 -v /w/workspace/dgexfoundry_device-sdk-go_PR-727:/w/workspace/dgexfoundry_device-sdk-go_PR-727:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-727@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T02:52:37.843Z] $ docker top a2d0c910c73a182fe79121aea24fa3e964ffec881f084fd2f47c647bc7c42b80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:52:39.043Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T02:52:39.474Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T02:52:39.951Z] + ls /var/log/sa-host [2021-01-19T02:52:39.951Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T02:52:39.951Z] file_magic: OK [2021-01-19T02:52:39.951Z] HZ: Using current value: 100 [2021-01-19T02:52:39.951Z] file_header: OK [2021-01-19T02:52:39.951Z] 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:52:39.951Z] Statistics: [2021-01-19T02:52:39.951Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T02:52:39.951Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T02:52:39.951Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T02:52:39.951Z] file_magic: OK [2021-01-19T02:52:39.951Z] HZ: Using current value: 100 [2021-01-19T02:52:39.951Z] file_header: OK [2021-01-19T02:52:39.951Z] 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:52:39.951Z] Statistics: [2021-01-19T02:52:39.951Z] Hnuu...uuuununununu... [2021-01-19T02:52:39.951Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T02:52:40.188Z] provisioning config files... [2021-01-19T02:52:40.210Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-727@tmp/config3287110765584235885tmp [Pipeline] { [Pipeline] echo [2021-01-19T02:52:40.289Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:52:40.632Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T02:52:40.935Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T02:52:41.022Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:52:41.818Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T02:52:41.888Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:52:42.583Z] ---> sudo-logs.sh [2021-01-19T02:52:42.583Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T02:52:42.599Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:52:42.964Z] ---> job-cost.sh [2021-01-19T02:52:43.234Z] lf-activate-venv: SKIPPING [2021-01-19T02:52:43.234Z] INFO: No Stack... [2021-01-19T02:52:44.218Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T02:52:44.810Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T02:52:44.831Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:52:45.205Z] ---> logs-deploy.sh [2021-01-19T02:52:45.205Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-727/4 [2021-01-19T02:52:45.205Z] INFO: archiving workspace using pattern(s): [2021-01-19T02:52:48.704Z] Archives upload complete. [2021-01-19T02:52:48.704Z] INFO: archiving logs to Nexus