Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0de6da588f01c1930e2dca8a684f0dc474102734+d2188d43b05b3896e876a49d31725ed73587c144 (f3cbb5f357b960b88553e7cb25bfa3bb5b2e9ed1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16020 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-676 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d2188d43b05b3896e876a49d31725ed73587c144 into PR head commit 0de6da588f01c1930e2dca8a684f0dc474102734 Merge succeeded, producing 743a47ef2e5c958eb1b6337d67cec952a56aa5a7 Checking out Revision 743a47ef2e5c958eb1b6337d67cec952a56aa5a7 (PR-676) > 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/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0de6da588f01c1930e2dca8a684f0dc474102734 # 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 d2188d43b05b3896e876a49d31725ed73587c144 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 743a47ef2e5c958eb1b6337d67cec952a56aa5a7 # timeout=10 Commit message: "Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 67765ccd095832d86dea2c2ec5c684ca94c60b30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T02:42:53.737Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T02:42:53.998Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T02:42:54.096Z] ========================================================= [2020-12-15T02:42:54.096Z] EdgeX Global Pipelines Version Info [2020-12-15T02:42:54.096Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:42:55.538Z] ------------------- [2020-12-15T02:42:55.538Z] stable info: [2020-12-15T02:42:55.538Z] ------------------- [2020-12-15T02:42:55.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T02:42:55.538Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T02:42:55.538Z] Message: update stable to v1.0.172 [2020-12-15T02:42:56.492Z] ------------------- [2020-12-15T02:42:56.492Z] experimental info: [2020-12-15T02:42:56.492Z] ------------------- [2020-12-15T02:42:56.492Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T02:42:56.492Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T02:42:56.492Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T02:42:56.886Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-15T02:42:56.978Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-15T02:42:57.092Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T02:42:57.184Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T02:42:57.275Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T02:42:57.387Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T02:42:57.476Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T02:42:57.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T02:42:57.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-15T02:42:57.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T02:42:57.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T02:42:57.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-15T02:42:58.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T02:42:58.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T02:42:58.295Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T02:42:58.386Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T02:42:58.477Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T02:42:58.570Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T02:42:58.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T02:42:58.775Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-15T02:42:58.865Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T02:42:58.955Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T02:42:59.042Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-15T02:42:59.137Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-15T02:42:59.266Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-15T02:42:59.356Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T02:42:59.462Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-676 [Pipeline] echo [2020-12-15T02:42:59.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-676 [Pipeline] echo [2020-12-15T02:42:59.660Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-676 [Pipeline] echo [2020-12-15T02:42:59.750Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 743a47ef2e5c958eb1b6337d67cec952a56aa5a7 [Pipeline] echo [2020-12-15T02:42:59.840Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 743a47e [Pipeline] echo [2020-12-15T02:42:59.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T02:43:00.100Z] provisioning config files... [2020-12-15T02:43:00.129Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config4841831413034171792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:43:00.495Z] ---> docker-login.sh [2020-12-15T02:43:00.496Z] nexus3.edgexfoundry.org:10001 [2020-12-15T02:43:00.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:43:01.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:43:01.021Z] Configure a credential helper to remove this warning. See [2020-12-15T02:43:01.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:43:01.021Z] [2020-12-15T02:43:01.021Z] Login Succeeded [2020-12-15T02:43:01.021Z] nexus3.edgexfoundry.org:10002 [2020-12-15T02:43:01.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:43:01.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:43:01.285Z] Configure a credential helper to remove this warning. See [2020-12-15T02:43:01.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:43:01.285Z] [2020-12-15T02:43:01.285Z] Login Succeeded [2020-12-15T02:43:01.285Z] nexus3.edgexfoundry.org:10003 [2020-12-15T02:43:01.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:43:01.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:43:01.285Z] Configure a credential helper to remove this warning. See [2020-12-15T02:43:01.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:43:01.285Z] [2020-12-15T02:43:01.285Z] Login Succeeded [2020-12-15T02:43:01.285Z] nexus3.edgexfoundry.org:10004 [2020-12-15T02:43:01.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:43:01.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:43:01.549Z] Configure a credential helper to remove this warning. See [2020-12-15T02:43:01.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:43:01.549Z] [2020-12-15T02:43:01.549Z] Login Succeeded [2020-12-15T02:43:01.549Z] docker.io [2020-12-15T02:43:01.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:43:02.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:43:02.080Z] Configure a credential helper to remove this warning. See [2020-12-15T02:43:02.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:43:02.080Z] [2020-12-15T02:43:02.080Z] Login Succeeded [2020-12-15T02:43:02.080Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T02:43:02.091Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T02:43:02.978Z] + git log --format=format:%s -1 743a47ef2e5c958eb1b6337d67cec952a56aa5a7 [Pipeline] echo [2020-12-15T02:43:03.046Z] GIT_COMMIT: 743a47ef2e5c958eb1b6337d67cec952a56aa5a7, Commit Message: Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD [Pipeline] echo [2020-12-15T02:43:03.095Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:43:03.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T02:43:03.746Z] [2020-12-15T02:43:03.746Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:43:04.104Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T02:43:04.104Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T02:43:04.104Z] 31603596830f: Pulling fs layer [2020-12-15T02:43:04.104Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T02:43:04.104Z] 6ca5941a6612: Pulling fs layer [2020-12-15T02:43:04.104Z] ecc8261a40a4: Pulling fs layer [2020-12-15T02:43:04.104Z] 2a8b12db71e7: Verifying Checksum [2020-12-15T02:43:04.104Z] 2a8b12db71e7: Download complete [2020-12-15T02:43:04.104Z] 31603596830f: Verifying Checksum [2020-12-15T02:43:04.104Z] 31603596830f: Download complete [2020-12-15T02:43:04.366Z] ecc8261a40a4: Verifying Checksum [2020-12-15T02:43:04.366Z] ecc8261a40a4: Download complete [2020-12-15T02:43:04.366Z] 6ca5941a6612: Verifying Checksum [2020-12-15T02:43:04.367Z] 6ca5941a6612: Download complete [2020-12-15T02:43:04.629Z] 31603596830f: Pull complete [2020-12-15T02:43:04.892Z] 2a8b12db71e7: Pull complete [2020-12-15T02:43:05.840Z] 6ca5941a6612: Pull complete [2020-12-15T02:43:06.103Z] ecc8261a40a4: Pull complete [2020-12-15T02:43:06.103Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T02:43:06.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T02:43:06.103Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T02:43:06.219Z] prd-centos7-docker-4c-2g-16020 does not seem to be running inside a container [2020-12-15T02:43:06.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-676 -v /w/workspace/dgexfoundry_device-sdk-go_PR-676:/w/workspace/dgexfoundry_device-sdk-go_PR-676:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T02:43:08.263Z] $ docker top 8d7abc9bc59c953beb7b73a29ddfb16ff626266c664595d6d271b548edd2ec42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T02:43:08.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T02:43:08.596Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T02:43:08.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T02:43:08.874Z] $ docker exec 8d7abc9bc59c953beb7b73a29ddfb16ff626266c664595d6d271b548edd2ec42 ssh-agent [2020-12-15T02:43:09.265Z] SSH_AUTH_SOCK=/tmp/ssh-XmEyD9qJ3Hcj/agent.12 [2020-12-15T02:43:09.265Z] SSH_AGENT_PID=17 [2020-12-15T02:43:09.400Z] Running ssh-add (command line suppressed) [2020-12-15T02:43:09.556Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_2931089965935619774.key (/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_2931089965935619774.key) [2020-12-15T02:43:09.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T02:43:09.954Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T02:43:09.985Z] $ docker exec --env ******** --env ******** 8d7abc9bc59c953beb7b73a29ddfb16ff626266c664595d6d271b548edd2ec42 ssh-agent -k [2020-12-15T02:43:10.106Z] unset SSH_AUTH_SOCK; [2020-12-15T02:43:10.107Z] unset SSH_AGENT_PID; [2020-12-15T02:43:10.107Z] echo Agent pid 17 killed; [2020-12-15T02:43:10.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T02:43:10.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T02:43:10.509Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T02:43:10.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T02:43:10.700Z] $ docker exec 8d7abc9bc59c953beb7b73a29ddfb16ff626266c664595d6d271b548edd2ec42 ssh-agent [2020-12-15T02:43:10.871Z] SSH_AUTH_SOCK=/tmp/ssh-Y3HpMk0umZdU/agent.47 [2020-12-15T02:43:10.871Z] SSH_AGENT_PID=52 [2020-12-15T02:43:10.879Z] Running ssh-add (command line suppressed) [2020-12-15T02:43:10.998Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_8071433794731892638.key (/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_8071433794731892638.key) [2020-12-15T02:43:11.048Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T02:43:11.488Z] + git semver init [2020-12-15T02:43:11.489Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T02:43:11.489Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-676/.git [2020-12-15T02:43:11.489Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-676 [2020-12-15T02:43:11.489Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T02:43:11.489Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T02:43:11.489Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T02:43:11.489Z] # $SEMVER_BRANCH = PR-676 [2020-12-15T02:43:11.489Z] # $SEMVER_TEMP = /tmp/semver-041281007 [2020-12-15T02:43:11.489Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-15T02:43:12.088Z] # '/tmp/semver-041281007' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-676/.semver' [2020-12-15T02:43:12.088Z] # -> Force: false [2020-12-15T02:43:12.088Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-676/.semver [Pipeline] } [2020-12-15T02:43:12.107Z] $ docker exec --env ******** --env ******** 8d7abc9bc59c953beb7b73a29ddfb16ff626266c664595d6d271b548edd2ec42 ssh-agent -k [2020-12-15T02:43:12.245Z] unset SSH_AUTH_SOCK; [2020-12-15T02:43:12.245Z] unset SSH_AGENT_PID; [2020-12-15T02:43:12.245Z] echo Agent pid 52 killed; [2020-12-15T02:43:12.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T02:43:12.796Z] + git semver [Pipeline] } [2020-12-15T02:43:12.817Z] $ docker stop --time=1 8d7abc9bc59c953beb7b73a29ddfb16ff626266c664595d6d271b548edd2ec42 [2020-12-15T02:43:14.377Z] $ docker rm -f 8d7abc9bc59c953beb7b73a29ddfb16ff626266c664595d6d271b548edd2ec42 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T02:43:14.907Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T02:43:15.476Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T02:43:15.478Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-15T02:43:31.003Z] Still waiting to schedule task [2020-12-15T02:43:31.003Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16021’ is offline; ‘prd-centos7-docker-4c-2g-16022’ is offline [2020-12-15T02:43:31.005Z] Still waiting to schedule task [2020-12-15T02:43:31.005Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16016’ [2020-12-15T02:45:07.990Z] Running on prd-centos7-docker-4c-2g-16025 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [Pipeline] { [Pipeline] ws [2020-12-15T02:45:08.052Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-15T02:45:15.695Z] using credential edgex-jenkins-ssh [2020-12-15T02:45:15.757Z] Cloning the remote Git repository [2020-12-15T02:45:15.796Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:45:15.873Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-12-15T02:45:16.016Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:45:16.016Z] > git --version # timeout=10 [2020-12-15T02:45:16.073Z] > git --version # 'git version 2.24.3' [2020-12-15T02:45:16.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:45:16.128Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:45:17.735Z] Merging remotes/origin/master commit d2188d43b05b3896e876a49d31725ed73587c144 into PR head commit 0de6da588f01c1930e2dca8a684f0dc474102734 [2020-12-15T02:45:16.989Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:45:17.069Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:45:17.143Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:45:17.216Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:45:17.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:45:17.241Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T02:45:17.751Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:45:17.776Z] > git checkout -f 0de6da588f01c1930e2dca8a684f0dc474102734 # timeout=10 [2020-12-15T02:45:18.052Z] Merge succeeded, producing 21e9d62bc6438bc7f7ad80d5ce464cf829eb262e [2020-12-15T02:45:18.052Z] Checking out Revision 21e9d62bc6438bc7f7ad80d5ce464cf829eb262e (PR-676) [2020-12-15T02:45:17.870Z] > git remote # timeout=10 [2020-12-15T02:45:17.910Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T02:45:17.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:45:17.938Z] > git merge d2188d43b05b3896e876a49d31725ed73587c144 # timeout=10 [2020-12-15T02:45:18.004Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T02:45:18.059Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:45:18.093Z] > git checkout -f 21e9d62bc6438bc7f7ad80d5ce464cf829eb262e # timeout=10 [2020-12-15T02:45:23.140Z] Commit message: "Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD" [2020-12-15T02:45:23.287Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2020-12-15T02:45:23.150Z] > git rev-list --no-walk 67765ccd095832d86dea2c2ec5c684ca94c60b30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T02:45:25.060Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:45:25.642Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:45:26.022Z] + sudo service docker restart [2020-12-15T02:45:26.022Z] + true [2020-12-15T02:45:26.022Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T02:45:28.088Z] provisioning config files... [2020-12-15T02:45:28.125Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1064676584179008620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:45:28.539Z] ---> docker-login.sh [2020-12-15T02:45:28.539Z] nexus3.edgexfoundry.org:10001 [2020-12-15T02:45:29.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:29.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:29.437Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:29.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:29.437Z] [2020-12-15T02:45:29.437Z] Login Succeeded [2020-12-15T02:45:29.437Z] nexus3.edgexfoundry.org:10002 [2020-12-15T02:45:29.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:29.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:29.738Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:29.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:29.738Z] [2020-12-15T02:45:29.738Z] Login Succeeded [2020-12-15T02:45:29.738Z] nexus3.edgexfoundry.org:10003 [2020-12-15T02:45:30.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:30.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:30.751Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:30.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:30.751Z] [2020-12-15T02:45:30.751Z] Login Succeeded [2020-12-15T02:45:30.751Z] nexus3.edgexfoundry.org:10004 [2020-12-15T02:45:31.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:31.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:31.054Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:31.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:31.054Z] [2020-12-15T02:45:31.054Z] Login Succeeded [2020-12-15T02:45:31.054Z] docker.io [2020-12-15T02:45:31.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:31.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:31.601Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:31.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:31.601Z] [2020-12-15T02:45:31.601Z] Login Succeeded [2020-12-15T02:45:31.601Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T02:45:31.618Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T02:45:32.529Z] ========================================================= [2020-12-15T02:45:32.529Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T02:45:32.529Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:45:33.111Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-15T02:45:33.914Z] Sending build context to Docker daemon 2.38MB [2020-12-15T02:45:33.914Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-15T02:45:33.914Z] Step 2/8 : FROM ${BASE} [2020-12-15T02:45:34.212Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T02:45:34.212Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T02:45:34.212Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T02:45:34.212Z] de9db76c5a1d: Pulling fs layer [2020-12-15T02:45:34.212Z] bca2f99d35d6: Pulling fs layer [2020-12-15T02:45:34.212Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T02:45:34.212Z] 7c6f9722023f: Pulling fs layer [2020-12-15T02:45:34.212Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T02:45:34.212Z] bca2f99d35d6: Waiting [2020-12-15T02:45:34.212Z] 93359f2a8cfa: Waiting [2020-12-15T02:45:34.212Z] 7c6f9722023f: Waiting [2020-12-15T02:45:34.212Z] a35cf1a2eb13: Waiting [2020-12-15T02:45:34.212Z] de9db76c5a1d: Verifying Checksum [2020-12-15T02:45:34.212Z] de9db76c5a1d: Download complete [2020-12-15T02:45:34.212Z] 0ef7d3d256c8: Download complete [2020-12-15T02:45:34.212Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T02:45:34.212Z] 93359f2a8cfa: Download complete [2020-12-15T02:45:34.212Z] 7c6f9722023f: Verifying Checksum [2020-12-15T02:45:34.212Z] 7c6f9722023f: Download complete [2020-12-15T02:45:35.220Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T02:45:35.220Z] 188c0c94c7c5: Download complete [2020-12-15T02:45:36.305Z] 188c0c94c7c5: Pull complete [2020-12-15T02:45:36.969Z] 0ef7d3d256c8: Pull complete [2020-12-15T02:45:37.309Z] de9db76c5a1d: Pull complete [2020-12-15T02:45:48.052Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T02:45:48.052Z] a35cf1a2eb13: Download complete [2020-12-15T02:45:48.052Z] bca2f99d35d6: Verifying Checksum [2020-12-15T02:45:48.052Z] bca2f99d35d6: Download complete [2020-12-15T02:46:06.592Z] bca2f99d35d6: Pull complete [2020-12-15T02:46:06.592Z] 93359f2a8cfa: Pull complete [2020-12-15T02:46:06.592Z] 7c6f9722023f: Pull complete [2020-12-15T02:46:15.165Z] a35cf1a2eb13: Pull complete [2020-12-15T02:46:15.165Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T02:46:15.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T02:46:15.165Z] ---> a62c8e92a672 [2020-12-15T02:46:15.165Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:46:15.165Z] ---> Running in a53ae67e7c8c [2020-12-15T02:46:15.165Z] Removing intermediate container a53ae67e7c8c [2020-12-15T02:46:15.165Z] ---> 61caba50386f [2020-12-15T02:46:15.165Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:46:15.489Z] ---> Running in f731d0d6fb2a [2020-12-15T02:46:18.498Z] Removing intermediate container f731d0d6fb2a [2020-12-15T02:46:18.498Z] ---> f45fdf40c6aa [2020-12-15T02:46:18.498Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-15T02:46:18.498Z] ---> Running in 6f7aef522299 [2020-12-15T02:46:19.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T02:46:21.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T02:46:22.398Z] OK: 166 MiB in 39 packages [2020-12-15T02:46:23.423Z] Removing intermediate container 6f7aef522299 [2020-12-15T02:46:23.423Z] ---> 2f0fe462bbf1 [2020-12-15T02:46:23.423Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-15T02:46:23.423Z] ---> Running in c79067825896 [2020-12-15T02:46:23.706Z] Removing intermediate container c79067825896 [2020-12-15T02:46:23.706Z] ---> f9c89563dfec [2020-12-15T02:46:23.706Z] Step 7/8 : COPY . . [2020-12-15T02:46:25.188Z] ---> 444778b6ce5b [2020-12-15T02:46:25.188Z] Step 8/8 : RUN go mod download [2020-12-15T02:46:25.188Z] ---> Running in f39a5b233e0b [2020-12-15T02:46:52.304Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16028 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [Pipeline] { [Pipeline] ws [2020-12-15T02:46:52.392Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-15T02:46:57.788Z] using credential edgex-jenkins-ssh [2020-12-15T02:46:57.866Z] Cloning the remote Git repository [2020-12-15T02:46:58.003Z] Removing intermediate container f39a5b233e0b [2020-12-15T02:46:58.003Z] ---> c0a04ed7b36b [2020-12-15T02:46:58.003Z] Successfully built c0a04ed7b36b [2020-12-15T02:46:58.003Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:46:58.403Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T02:46:57.929Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:46:58.049Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-12-15T02:46:58.140Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:46:58.146Z] > git --version # timeout=10 [2020-12-15T02:46:58.167Z] > git --version # 'git version 2.17.1' [2020-12-15T02:46:58.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:46:58.262Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:46:59.026Z] . [Pipeline] withDockerContainer [2020-12-15T02:46:59.494Z] prd-centos7-docker-4c-2g-16025 does not seem to be running inside a container [2020-12-15T02:46:59.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T02:46:59.458Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:46:59.486Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:46:59.513Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:46:59.547Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:46:59.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:46:59.561Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T02:47:00.047Z] Merging remotes/origin/master commit d2188d43b05b3896e876a49d31725ed73587c144 into PR head commit 0de6da588f01c1930e2dca8a684f0dc474102734 [2020-12-15T02:47:00.375Z] Merge succeeded, producing e3ad887bbbadd41d255375af73240d23a7784eda [2020-12-15T02:47:00.375Z] Checking out Revision e3ad887bbbadd41d255375af73240d23a7784eda (PR-676) [2020-12-15T02:47:00.055Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:47:00.070Z] > git checkout -f 0de6da588f01c1930e2dca8a684f0dc474102734 # timeout=10 [2020-12-15T02:47:00.191Z] > git remote # timeout=10 [2020-12-15T02:47:00.210Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T02:47:00.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:47:00.237Z] > git merge d2188d43b05b3896e876a49d31725ed73587c144 # timeout=10 [2020-12-15T02:47:00.345Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T02:47:00.370Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:47:00.383Z] > git checkout -f e3ad887bbbadd41d255375af73240d23a7784eda # timeout=10 [2020-12-15T02:47:01.575Z] $ docker top bb9871f9820cc0d4cbc716ed7eeef699af80e1c1deecbf625989d2da2cb5b083 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:47:03.014Z] + go version [2020-12-15T02:47:03.014Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T02:47:03.084Z] $ docker stop --time=1 bb9871f9820cc0d4cbc716ed7eeef699af80e1c1deecbf625989d2da2cb5b083 [2020-12-15T02:47:04.625Z] $ docker rm -f bb9871f9820cc0d4cbc716ed7eeef699af80e1c1deecbf625989d2da2cb5b083 [Pipeline] // withDockerContainer [2020-12-15T02:47:04.861Z] Commit message: "Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD" [Pipeline] } [2020-12-15T02:47:04.887Z] First time build. Skipping changelog. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-15T02:47:05.555Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T02:47:05.556Z] . [Pipeline] withDockerContainer [2020-12-15T02:47:05.798Z] prd-centos7-docker-4c-2g-16025 does not seem to be running inside a container [2020-12-15T02:47:04.858Z] > git rev-list --no-walk 67765ccd095832d86dea2c2ec5c684ca94c60b30 # timeout=10 [2020-12-15T02:47:06.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T02:47:07.337Z] $ docker top 27c71b8dde373bb701d6a40c61dcd52671f63c46fa4f0058f55258ca616da918 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T02:47:08.104Z] + make test [2020-12-15T02:47:08.104Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T02:47:08.838Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:47:09.247Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:47:09.587Z] + + sudo service docker restart [2020-12-15T02:47:09.587Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T02:47:11.630Z] provisioning config files... [2020-12-15T02:47:11.670Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4376571519606254499tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:47:12.085Z] ---> docker-login.sh [2020-12-15T02:47:12.085Z] nexus3.edgexfoundry.org:10001 [2020-12-15T02:47:12.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:47:13.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:47:13.278Z] Configure a credential helper to remove this warning. See [2020-12-15T02:47:13.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:47:13.278Z] [2020-12-15T02:47:13.278Z] Login Succeeded [2020-12-15T02:47:13.278Z] nexus3.edgexfoundry.org:10002 [2020-12-15T02:47:13.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:47:13.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:47:13.827Z] Configure a credential helper to remove this warning. See [2020-12-15T02:47:13.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:47:13.827Z] [2020-12-15T02:47:13.827Z] Login Succeeded [2020-12-15T02:47:13.827Z] nexus3.edgexfoundry.org:10003 [2020-12-15T02:47:14.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:47:14.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:47:14.387Z] Configure a credential helper to remove this warning. See [2020-12-15T02:47:14.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:47:14.387Z] [2020-12-15T02:47:14.387Z] Login Succeeded [2020-12-15T02:47:14.387Z] nexus3.edgexfoundry.org:10004 [2020-12-15T02:47:14.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:47:14.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:47:14.936Z] Configure a credential helper to remove this warning. See [2020-12-15T02:47:14.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:47:14.936Z] [2020-12-15T02:47:14.936Z] Login Succeeded [2020-12-15T02:47:14.936Z] docker.io [2020-12-15T02:47:15.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:47:15.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:47:15.806Z] Configure a credential helper to remove this warning. See [2020-12-15T02:47:15.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:47:15.806Z] [2020-12-15T02:47:15.806Z] Login Succeeded [2020-12-15T02:47:15.806Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T02:47:15.825Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T02:47:16.277Z] ========================================================= [2020-12-15T02:47:16.277Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T02:47:16.277Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:47:16.672Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-15T02:47:17.285Z] Sending build context to Docker daemon 2.38MB [2020-12-15T02:47:17.285Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-15T02:47:17.285Z] Step 2/8 : FROM ${BASE} [2020-12-15T02:47:17.285Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T02:47:17.285Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T02:47:17.285Z] a4357932f1b6: Pulling fs layer [2020-12-15T02:47:17.285Z] 18c013af1878: Pulling fs layer [2020-12-15T02:47:17.285Z] 00ac8860ef70: Pulling fs layer [2020-12-15T02:47:17.285Z] 63d7cb157983: Pulling fs layer [2020-12-15T02:47:17.285Z] b116817d02f9: Pulling fs layer [2020-12-15T02:47:17.285Z] 745a02a5169b: Pulling fs layer [2020-12-15T02:47:17.285Z] 00ac8860ef70: Waiting [2020-12-15T02:47:17.285Z] 63d7cb157983: Waiting [2020-12-15T02:47:17.285Z] b116817d02f9: Waiting [2020-12-15T02:47:17.285Z] 745a02a5169b: Waiting [2020-12-15T02:47:17.285Z] a4357932f1b6: Verifying Checksum [2020-12-15T02:47:17.285Z] a4357932f1b6: Download complete [2020-12-15T02:47:17.285Z] 18c013af1878: Verifying Checksum [2020-12-15T02:47:17.285Z] 18c013af1878: Download complete [2020-12-15T02:47:17.285Z] 63d7cb157983: Verifying Checksum [2020-12-15T02:47:17.285Z] 63d7cb157983: Download complete [2020-12-15T02:47:17.576Z] b116817d02f9: Verifying Checksum [2020-12-15T02:47:17.576Z] b116817d02f9: Download complete [2020-12-15T02:47:17.576Z] 5f621e34cdf4: Download complete [2020-12-15T02:47:18.200Z] 5f621e34cdf4: Pull complete [2020-12-15T02:47:18.812Z] a4357932f1b6: Pull complete [2020-12-15T02:47:19.412Z] 18c013af1878: Pull complete [2020-12-15T02:47:20.395Z] 745a02a5169b: Verifying Checksum [2020-12-15T02:47:20.395Z] 745a02a5169b: Download complete [2020-12-15T02:47:21.833Z] 00ac8860ef70: Download complete [2020-12-15T02:47:23.693Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-15T02:47:31.981Z] 00ac8860ef70: Pull complete [2020-12-15T02:47:31.981Z] 63d7cb157983: Pull complete [2020-12-15T02:47:31.981Z] b116817d02f9: Pull complete [2020-12-15T02:47:34.602Z] 745a02a5169b: Pull complete [2020-12-15T02:47:34.602Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T02:47:34.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T02:47:34.602Z] ---> b7e6874047d6 [2020-12-15T02:47:34.602Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:47:38.026Z] ---> Running in 47ea5aa17716 [2020-12-15T02:47:38.299Z] Removing intermediate container 47ea5aa17716 [2020-12-15T02:47:38.299Z] ---> e7fb9eee5770 [2020-12-15T02:47:38.299Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:47:38.573Z] ---> Running in 9257ac58e26d [2020-12-15T02:47:41.228Z] Removing intermediate container 9257ac58e26d [2020-12-15T02:47:41.228Z] ---> 1936c9c7c2a5 [2020-12-15T02:47:41.228Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-15T02:47:41.228Z] ---> Running in add1b13a35db [2020-12-15T02:47:42.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T02:47:43.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T02:47:44.192Z] OK: 142 MiB in 39 packages [2020-12-15T02:47:45.182Z] Removing intermediate container add1b13a35db [2020-12-15T02:47:45.182Z] ---> a7703ab5dc69 [2020-12-15T02:47:45.182Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-15T02:47:45.457Z] ---> Running in cfcc52c799b7 [2020-12-15T02:47:46.059Z] Removing intermediate container cfcc52c799b7 [2020-12-15T02:47:46.059Z] ---> 50b2a620d993 [2020-12-15T02:47:46.059Z] Step 7/8 : COPY . . [2020-12-15T02:47:47.504Z] ---> 282eb36f873a [2020-12-15T02:47:47.504Z] Step 8/8 : RUN go mod download [2020-12-15T02:47:47.504Z] ---> Running in 4f66d6af3ed8 [2020-12-15T02:47:56.686Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-15T02:47:56.686Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-15T02:47:56.686Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-15T02:47:56.686Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.145s coverage: 20.6% of statements [2020-12-15T02:47:56.686Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.630s coverage: 97.1% of statements [2020-12-15T02:48:09.739Z] Removing intermediate container 4f66d6af3ed8 [2020-12-15T02:48:09.739Z] ---> da8853eec631 [2020-12-15T02:48:10.011Z] Successfully built da8853eec631 [2020-12-15T02:48:10.011Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:48:10.368Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T02:48:10.368Z] . [Pipeline] withDockerContainer [2020-12-15T02:48:10.650Z] prd-ubuntu18.04-docker-arm64-4c-16g-16028 does not seem to be running inside a container [2020-12-15T02:48:10.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T02:48:12.233Z] $ docker top 379ed8699f0c36c3097bd5cab29568a3fe451f0edc3a7e9931e620d03a2d5ccc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:48:13.295Z] + go version [2020-12-15T02:48:13.295Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T02:48:13.313Z] $ docker stop --time=1 379ed8699f0c36c3097bd5cab29568a3fe451f0edc3a7e9931e620d03a2d5ccc [2020-12-15T02:48:15.310Z] $ docker rm -f 379ed8699f0c36c3097bd5cab29568a3fe451f0edc3a7e9931e620d03a2d5ccc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:48:16.435Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T02:48:16.435Z] . [Pipeline] withDockerContainer [2020-12-15T02:48:16.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-16028 does not seem to be running inside a container [2020-12-15T02:48:16.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T02:48:18.442Z] $ docker top 0bbdde8939f5540915c852dc4eb4a35edd0bbcbf89c0416e5e83138cad24a18d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:48:19.520Z] + make test [2020-12-15T02:48:19.521Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T02:48:29.170Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.139s coverage: 9.4% of statements [2020-12-15T02:48:29.170Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.267s coverage: 21.9% of statements [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-15T02:48:29.170Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.491s coverage: 42.5% of statements [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-15T02:48:29.170Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.385s coverage: 68.9% of statements [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-15T02:48:29.170Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.126s coverage: 52.6% of statements [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-15T02:48:29.170Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.900s coverage: 68.9% of statements [2020-12-15T02:48:29.170Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.098s coverage: 4.7% of statements [2020-12-15T02:48:29.170Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-15T02:48:29.170Z] GO111MODULE=on go vet ./... [2020-12-15T02:48:41.716Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-15T02:48:47.973Z] gofmt -l . [2020-12-15T02:48:47.974Z] [ "`gofmt -l .`" = "" ] [2020-12-15T02:48:47.974Z] ./bin/test-attribution-txt.sh [2020-12-15T02:48:47.974Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-15T02:48:48.001Z] $ docker stop --time=1 27c71b8dde373bb701d6a40c61dcd52671f63c46fa4f0058f55258ca616da918 [2020-12-15T02:48:50.220Z] $ docker rm -f 27c71b8dde373bb701d6a40c61dcd52671f63c46fa4f0058f55258ca616da918 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T02:48:51.173Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T02:48:51.907Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-15T02:48:53.288Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-15T02:48:53.612Z] + ls -al . [2020-12-15T02:48:53.612Z] total 208 [2020-12-15T02:48:53.612Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 15 02:48 . [2020-12-15T02:48:53.612Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 15 02:45 .. [2020-12-15T02:48:53.612Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 15 02:45 bin [2020-12-15T02:48:53.612Z] -rw-r--r--. 1 jenkins jenkins 127610 Dec 15 02:48 coverage.out [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 15 02:45 Dockerfile.build [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 15 02:45 .dockerignore [2020-12-15T02:48:53.612Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 15 02:45 example [2020-12-15T02:48:53.612Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 15 02:45 .git [2020-12-15T02:48:53.612Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 15 02:45 .github [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 15 02:45 .gitignore [2020-12-15T02:48:53.612Z] -rw-r--r--. 1 jenkins jenkins 518 Dec 15 02:48 go.mod [2020-12-15T02:48:53.612Z] -rw-r--r--. 1 jenkins jenkins 13521 Dec 15 02:48 go.sum [2020-12-15T02:48:53.612Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 15 02:45 internal [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 15 02:45 Jenkinsfile [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 15 02:45 LICENSE [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 15 02:45 Makefile [2020-12-15T02:48:53.612Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 15 02:45 openapi [2020-12-15T02:48:53.612Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 15 02:45 pkg [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 15 02:45 README.md [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 15 02:45 RELEASE-NOTES.txt [2020-12-15T02:48:53.612Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 15 02:45 snap [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 15 02:43 VERSION [2020-12-15T02:48:53.612Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 15 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:48:53.940Z] + 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=743a47ef2e5c958eb1b6337d67cec952a56aa5a7 --label arch=amd64 --label version=0.0.0 . [2020-12-15T02:48:54.224Z] Sending build context to Docker daemon 2.508MB [2020-12-15T02:48:54.224Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-15T02:48:54.224Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-15T02:48:54.224Z] ---> c0a04ed7b36b [2020-12-15T02:48:54.224Z] Step 3/24 : ARG MAKE='make build' [2020-12-15T02:48:54.822Z] ---> Running in 7fb4810d9711 [2020-12-15T02:48:55.119Z] Removing intermediate container 7fb4810d9711 [2020-12-15T02:48:55.119Z] ---> d3ac4a64fbb1 [2020-12-15T02:48:55.119Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-15T02:48:55.119Z] ---> Running in d6bd57dff786 [2020-12-15T02:48:55.732Z] Removing intermediate container d6bd57dff786 [2020-12-15T02:48:55.732Z] ---> a80a537069d4 [2020-12-15T02:48:55.732Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:48:55.732Z] ---> Running in 8b7770c07682 [2020-12-15T02:48:56.042Z] Removing intermediate container 8b7770c07682 [2020-12-15T02:48:56.042Z] ---> 5fbb35a56a23 [2020-12-15T02:48:56.042Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:48:56.042Z] ---> Running in d36e14665d47 [2020-12-15T02:48:58.943Z] Removing intermediate container d36e14665d47 [2020-12-15T02:48:58.943Z] ---> cfdbd666da0c [2020-12-15T02:48:58.943Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-15T02:48:58.943Z] ---> Running in 17464c7ac775 [2020-12-15T02:48:59.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T02:49:00.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T02:49:01.691Z] OK: 166 MiB in 39 packages [2020-12-15T02:49:02.689Z] Removing intermediate container 17464c7ac775 [2020-12-15T02:49:02.689Z] ---> 26bae142e700 [2020-12-15T02:49:02.689Z] Step 8/24 : COPY . . [2020-12-15T02:49:03.727Z] ---> 7d83a056d1a2 [2020-12-15T02:49:03.727Z] Step 9/24 : RUN ${MAKE} [2020-12-15T02:49:04.001Z] ---> Running in 9a5cffae7e34 [2020-12-15T02:49:04.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-15T02:49:23.277Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-15T02:49:23.571Z] Removing intermediate container 9a5cffae7e34 [2020-12-15T02:49:23.571Z] ---> 31cfb59df5c4 [2020-12-15T02:49:23.571Z] Step 10/24 : FROM scratch [2020-12-15T02:49:23.571Z] ---> [2020-12-15T02:49:23.571Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:49:23.867Z] ---> Running in d0e4a9191416 [2020-12-15T02:49:24.141Z] Removing intermediate container d0e4a9191416 [2020-12-15T02:49:24.141Z] ---> f3d965189608 [2020-12-15T02:49:24.141Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-15T02:49:24.141Z] ---> Running in 44daa5c894ae [2020-12-15T02:49:24.445Z] Removing intermediate container 44daa5c894ae [2020-12-15T02:49:24.445Z] ---> 0d671daa7bd1 [2020-12-15T02:49:24.445Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T02:49:24.445Z] ---> Running in 93677ef564c7 [2020-12-15T02:49:25.029Z] Removing intermediate container 93677ef564c7 [2020-12-15T02:49:25.029Z] ---> 1e06d0c45901 [2020-12-15T02:49:25.029Z] Step 14/24 : WORKDIR / [2020-12-15T02:49:25.029Z] ---> Running in 1e502b090ee2 [2020-12-15T02:49:25.029Z] Removing intermediate container 1e502b090ee2 [2020-12-15T02:49:25.029Z] ---> 9e7c8cf4719f [2020-12-15T02:49:25.029Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-15T02:49:26.021Z] ---> 79fdb826e688 [2020-12-15T02:49:26.021Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-15T02:49:26.291Z] ---> 8d49a4ecf582 [2020-12-15T02:49:26.291Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-15T02:49:26.559Z] ---> be5872730009 [2020-12-15T02:49:26.559Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-15T02:49:27.170Z] ---> 97bd391ef020 [2020-12-15T02:49:27.170Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-15T02:49:27.793Z] ---> 0a6349dfb316 [2020-12-15T02:49:27.793Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-15T02:49:27.793Z] ---> Running in 9c140b51bab1 [2020-12-15T02:49:27.793Z] Removing intermediate container 9c140b51bab1 [2020-12-15T02:49:27.793Z] ---> e2ae0a2abb23 [2020-12-15T02:49:27.793Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T02:49:28.064Z] ---> Running in c1d518986819 [2020-12-15T02:49:28.337Z] Removing intermediate container c1d518986819 [2020-12-15T02:49:28.337Z] ---> 419ee4e3c4f0 [2020-12-15T02:49:28.337Z] Step 22/24 : LABEL arch=amd64 [2020-12-15T02:49:28.337Z] ---> Running in 2957c349bf72 [2020-12-15T02:49:28.609Z] Removing intermediate container 2957c349bf72 [2020-12-15T02:49:28.609Z] ---> 691a1fddfe2e [2020-12-15T02:49:28.609Z] Step 23/24 : LABEL git_sha=743a47ef2e5c958eb1b6337d67cec952a56aa5a7 [2020-12-15T02:49:28.609Z] ---> Running in 1a46d3589350 [2020-12-15T02:49:28.771Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-15T02:49:28.771Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-15T02:49:28.771Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-15T02:49:28.771Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.123s coverage: 20.6% of statements [2020-12-15T02:49:28.771Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.276s coverage: 97.1% of statements [2020-12-15T02:49:28.883Z] Removing intermediate container 1a46d3589350 [2020-12-15T02:49:28.883Z] ---> 3c5277c58027 [2020-12-15T02:49:28.883Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T02:49:28.883Z] ---> Running in 4f91eb7ee7ee [2020-12-15T02:49:29.162Z] Removing intermediate container 4f91eb7ee7ee [2020-12-15T02:49:29.162Z] ---> 72e690fb34ae [2020-12-15T02:49:29.162Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-15T02:49:29.162Z] Successfully built 72e690fb34ae [2020-12-15T02:49:29.162Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T02:49:55.616Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.123s coverage: 9.4% of statements [2020-12-15T02:49:55.616Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.122s coverage: 21.9% of statements [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-15T02:49:55.616Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.626s coverage: 42.5% of statements [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-15T02:49:55.616Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.845s coverage: 68.9% of statements [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-15T02:49:55.616Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.197s coverage: 52.6% of statements [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-15T02:49:55.616Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.768s coverage: 68.9% of statements [2020-12-15T02:49:55.616Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.132s coverage: 4.7% of statements [2020-12-15T02:49:55.616Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-15T02:49:55.616Z] GO111MODULE=on go vet ./... [2020-12-15T02:50:28.457Z] gofmt -l . [2020-12-15T02:50:28.457Z] [ "`gofmt -l .`" = "" ] [2020-12-15T02:50:28.457Z] ./bin/test-attribution-txt.sh [2020-12-15T02:50:28.457Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-15T02:50:29.064Z] $ docker stop --time=1 0bbdde8939f5540915c852dc4eb4a35edd0bbcbf89c0416e5e83138cad24a18d [2020-12-15T02:50:31.263Z] $ docker rm -f 0bbdde8939f5540915c852dc4eb4a35edd0bbcbf89c0416e5e83138cad24a18d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T02:50:32.298Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T02:50:32.362Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T02:50:33.105Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T02:50:33.825Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-15T02:50:34.163Z] + ls -al . [2020-12-15T02:50:34.163Z] total 244 [2020-12-15T02:50:34.163Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 02:50 . [2020-12-15T02:50:34.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:46 .. [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 02:47 .dockerignore [2020-12-15T02:50:34.163Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 02:47 .git [2020-12-15T02:50:34.163Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 02:47 .github [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 15 02:47 .gitignore [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 15 02:47 Dockerfile.build [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 15 02:47 Jenkinsfile [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 15 02:47 LICENSE [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 15 02:47 Makefile [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 15 02:47 README.md [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 15 02:47 RELEASE-NOTES.txt [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 02:43 VERSION [2020-12-15T02:50:34.163Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 02:47 bin [2020-12-15T02:50:34.163Z] -rw-r--r-- 1 jenkins jenkins 127610 Dec 15 02:49 coverage.out [2020-12-15T02:50:34.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:47 example [2020-12-15T02:50:34.163Z] -rw-r--r-- 1 jenkins jenkins 518 Dec 15 02:50 go.mod [2020-12-15T02:50:34.163Z] -rw-r--r-- 1 jenkins jenkins 13521 Dec 15 02:50 go.sum [2020-12-15T02:50:34.163Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 15 02:47 internal [2020-12-15T02:50:34.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:47 openapi [2020-12-15T02:50:34.163Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 15 02:47 pkg [2020-12-15T02:50:34.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:47 snap [2020-12-15T02:50:34.163Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 15 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:50:34.508Z] + 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=743a47ef2e5c958eb1b6337d67cec952a56aa5a7 --label arch=arm64 --label version=0.0.0 . [2020-12-15T02:50:34.782Z] Sending build context to Docker daemon 2.509MB [2020-12-15T02:50:35.055Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-15T02:50:35.055Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-15T02:50:35.055Z] ---> da8853eec631 [2020-12-15T02:50:35.055Z] Step 3/24 : ARG MAKE='make build' [2020-12-15T02:50:35.329Z] ---> Running in da4026818ceb [2020-12-15T02:50:35.924Z] Removing intermediate container da4026818ceb [2020-12-15T02:50:35.924Z] ---> c8c55b07ea13 [2020-12-15T02:50:35.924Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-15T02:50:35.924Z] ---> Running in ddf1db35ab73 [2020-12-15T02:50:36.518Z] Removing intermediate container ddf1db35ab73 [2020-12-15T02:50:36.518Z] ---> 246d2a19f8c3 [2020-12-15T02:50:36.518Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:50:36.518Z] ---> Running in 8d9c4523aca2 [2020-12-15T02:50:36.790Z] Removing intermediate container 8d9c4523aca2 [2020-12-15T02:50:36.790Z] ---> 2fcb7e390d8f [2020-12-15T02:50:36.790Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:50:37.065Z] ---> Running in 3be2c2f15483 [2020-12-15T02:50:39.040Z] Removing intermediate container 3be2c2f15483 [2020-12-15T02:50:39.040Z] ---> 6c30ca3eb7cb [2020-12-15T02:50:39.040Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-15T02:50:39.040Z] ---> Running in 934bd553e31d [2020-12-15T02:50:40.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T02:50:40.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T02:50:41.978Z] OK: 142 MiB in 39 packages [2020-12-15T02:50:42.959Z] Removing intermediate container 934bd553e31d [2020-12-15T02:50:42.959Z] ---> fb89ad50cd2f [2020-12-15T02:50:42.959Z] Step 8/24 : COPY . . [2020-12-15T02:50:44.393Z] ---> d4ca3a11f16d [2020-12-15T02:50:44.393Z] Step 9/24 : RUN ${MAKE} [2020-12-15T02:50:44.393Z] ---> Running in 056368d52912 [2020-12-15T02:50:45.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-15T02:51:12.187Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-15T02:51:12.187Z] Removing intermediate container 056368d52912 [2020-12-15T02:51:12.187Z] ---> 6f32b3ca6030 [2020-12-15T02:51:12.187Z] Step 10/24 : FROM scratch [2020-12-15T02:51:12.187Z] ---> [2020-12-15T02:51:12.187Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:51:12.187Z] ---> Running in f77ccd440e2f [2020-12-15T02:51:12.187Z] Removing intermediate container f77ccd440e2f [2020-12-15T02:51:12.187Z] ---> 74f1e2e03fcd [2020-12-15T02:51:12.187Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-15T02:51:12.460Z] ---> Running in 3871ce3c9893 [2020-12-15T02:51:12.733Z] Removing intermediate container 3871ce3c9893 [2020-12-15T02:51:12.733Z] ---> fa75737c0a19 [2020-12-15T02:51:12.733Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T02:51:13.007Z] ---> Running in 1f59b4a2c49b [2020-12-15T02:51:13.279Z] Removing intermediate container 1f59b4a2c49b [2020-12-15T02:51:13.279Z] ---> 994a9b6b2d74 [2020-12-15T02:51:13.279Z] Step 14/24 : WORKDIR / [2020-12-15T02:51:13.551Z] ---> Running in c8347399c9ce [2020-12-15T02:51:13.825Z] Removing intermediate container c8347399c9ce [2020-12-15T02:51:13.825Z] ---> 0679a5ebfd94 [2020-12-15T02:51:13.825Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-15T02:51:15.268Z] ---> d15a2f1b25b1 [2020-12-15T02:51:15.268Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-15T02:51:15.863Z] ---> 89b404a88901 [2020-12-15T02:51:15.863Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-15T02:51:16.456Z] ---> 2787fe33e19e [2020-12-15T02:51:16.456Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-15T02:51:17.053Z] ---> fd3943410a9b [2020-12-15T02:51:17.053Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-15T02:51:18.025Z] ---> 240bc709cfd7 [2020-12-15T02:51:18.025Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-15T02:51:18.025Z] ---> Running in 6d12854850e0 [2020-12-15T02:51:18.297Z] Removing intermediate container 6d12854850e0 [2020-12-15T02:51:18.297Z] ---> fc652e7d1b9a [2020-12-15T02:51:18.297Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T02:51:18.583Z] ---> Running in 826e9f58d01f [2020-12-15T02:51:18.855Z] Removing intermediate container 826e9f58d01f [2020-12-15T02:51:18.855Z] ---> 58adffb3a043 [2020-12-15T02:51:18.855Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T02:51:19.127Z] ---> Running in 8815c940c2e7 [2020-12-15T02:51:19.400Z] Removing intermediate container 8815c940c2e7 [2020-12-15T02:51:19.400Z] ---> 8f1c307f7354 [2020-12-15T02:51:19.400Z] Step 23/24 : LABEL git_sha=743a47ef2e5c958eb1b6337d67cec952a56aa5a7 [2020-12-15T02:51:19.672Z] ---> Running in 830feee16b06 [2020-12-15T02:51:19.948Z] Removing intermediate container 830feee16b06 [2020-12-15T02:51:19.948Z] ---> cb3899368fc9 [2020-12-15T02:51:19.948Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T02:51:20.221Z] ---> Running in bc59583db847 [2020-12-15T02:51:20.495Z] Removing intermediate container bc59583db847 [2020-12-15T02:51:20.495Z] ---> 25be525a1888 [2020-12-15T02:51:20.495Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-15T02:51:20.764Z] Successfully built 25be525a1888 [2020-12-15T02:51:20.765Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-15T02:51:22.573Z] provisioning config files... [2020-12-15T02:51:22.587Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config7446639447621971551tmp [Pipeline] { [Pipeline] sh [2020-12-15T02:51:22.994Z] + set +x [2020-12-15T02:51:22.994Z] + curl -s https://codecov.io/bash [2020-12-15T02:51:22.994Z] + bash -s -- [2020-12-15T02:51:23.258Z] [2020-12-15T02:51:23.258Z] _____ _ [2020-12-15T02:51:23.258Z] / ____| | | [2020-12-15T02:51:23.258Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T02:51:23.258Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T02:51:23.258Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T02:51:23.258Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T02:51:23.258Z] Bash-20201130-cc6d3fe [2020-12-15T02:51:23.258Z] [2020-12-15T02:51:23.258Z] [2020-12-15T02:51:23.258Z] ==> Jenkins CI detected. [2020-12-15T02:51:23.258Z] project root: . [2020-12-15T02:51:23.258Z] --> token set from env [2020-12-15T02:51:23.258Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T02:51:23.258Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T02:51:23.258Z] ==> Python coveragepy not found [2020-12-15T02:51:23.258Z] ==> Searching for coverage reports in: [2020-12-15T02:51:23.258Z] + . [2020-12-15T02:51:23.258Z] -> Found 1 reports [2020-12-15T02:51:23.258Z] ==> Detecting git/mercurial file structure [2020-12-15T02:51:23.258Z] ==> Reading reports [2020-12-15T02:51:23.258Z] + ./coverage.out bytes=127610 [2020-12-15T02:51:23.258Z] ==> Appending adjustments [2020-12-15T02:51:23.258Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T02:51:23.834Z] + Found adjustments [2020-12-15T02:51:23.834Z] ==> Gzipping contents [2020-12-15T02:51:23.834Z] 24K /tmp/codecov.kvbh2u.gz [2020-12-15T02:51:23.834Z] ==> Uploading reports [2020-12-15T02:51:23.834Z] url: https://codecov.io [2020-12-15T02:51:23.834Z] query: branch=PR-676&commit=743a47ef2e5c958eb1b6337d67cec952a56aa5a7&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-676%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=676&job=&cmd_args= [2020-12-15T02:51:23.834Z] -> Pinging Codecov [2020-12-15T02:51:23.834Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-676&commit=743a47ef2e5c958eb1b6337d67cec952a56aa5a7&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-676%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=676&job=&cmd_args= [2020-12-15T02:51:24.098Z] -> Uploading to [2020-12-15T02:51:24.098Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/7E55EF52A471D76F132DFD9A03CDDE97/743a47ef2e5c958eb1b6337d67cec952a56aa5a7/3eca136f-aa24-413f-8a84-bcc1f3d953a0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T025123Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9702c4d7eaafb953536220df7a992a7f02e2ef4e42507de53ac19a3a946de9ab [2020-12-15T02:51:24.098Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T02:51:24.098Z] Dload Upload Total Spent Left Speed [2020-12-15T02:51:24.674Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20884 0 0 100 20884 0 39722 --:--:-- --:--:-- --:--:-- 39779 [2020-12-15T02:51:24.674Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/743a47ef2e5c958eb1b6337d67cec952a56aa5a7 [Pipeline] } [2020-12-15T02:51:24.685Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:51:27.287Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:51:27.866Z] ---> package-listing.sh [2020-12-15T02:51:27.866Z] ++ facter osfamily [2020-12-15T02:51:27.867Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T02:51:27.867Z] + OS_FAMILY=redhat [2020-12-15T02:51:27.867Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-676 [2020-12-15T02:51:27.867Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T02:51:27.867Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T02:51:27.867Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T02:51:27.867Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T02:51:27.867Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-676 ']' [2020-12-15T02:51:27.867Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T02:51:27.867Z] + case "${OS_FAMILY}" in [2020-12-15T02:51:27.867Z] + rpm -qa [2020-12-15T02:51:27.867Z] + sort [2020-12-15T02:51:33.189Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T02:51:33.189Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T02:51:33.189Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T02:51:33.189Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-676 ']' [2020-12-15T02:51:33.189Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-676/archives/ [2020-12-15T02:51:33.189Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-676/archives/ [Pipeline] echo [2020-12-15T02:51:33.206Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-676/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T02:51:33.508Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:51:33.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T02:51:33.821Z] [2020-12-15T02:51:33.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:51:34.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T02:51:34.175Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T02:51:34.175Z] df20fa9351a1: Pulling fs layer [2020-12-15T02:51:34.175Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T02:51:34.175Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T02:51:34.175Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T02:51:34.175Z] 93b61091891f: Pulling fs layer [2020-12-15T02:51:34.175Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T02:51:34.175Z] 5e14af77c1be: Pulling fs layer [2020-12-15T02:51:34.175Z] 01666e4c0597: Pulling fs layer [2020-12-15T02:51:34.175Z] aa168da1d23b: Pulling fs layer [2020-12-15T02:51:34.175Z] 93b9cdb0e59b: Waiting [2020-12-15T02:51:34.175Z] 5e14af77c1be: Waiting [2020-12-15T02:51:34.175Z] 01666e4c0597: Waiting [2020-12-15T02:51:34.175Z] aa168da1d23b: Waiting [2020-12-15T02:51:34.175Z] 46f8f816bc3b: Waiting [2020-12-15T02:51:34.175Z] 93b61091891f: Waiting [2020-12-15T02:51:34.175Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T02:51:34.175Z] 36b3adc4ff6f: Download complete [2020-12-15T02:51:34.175Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T02:51:34.175Z] 46f8f816bc3b: Download complete [2020-12-15T02:51:34.438Z] df20fa9351a1: Verifying Checksum [2020-12-15T02:51:34.438Z] df20fa9351a1: Download complete [2020-12-15T02:51:34.438Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T02:51:34.438Z] 93b9cdb0e59b: Download complete [2020-12-15T02:51:34.438Z] 93b61091891f: Download complete [2020-12-15T02:51:34.438Z] 5e14af77c1be: Verifying Checksum [2020-12-15T02:51:34.438Z] 5e14af77c1be: Download complete [2020-12-15T02:51:34.438Z] 01666e4c0597: Verifying Checksum [2020-12-15T02:51:34.438Z] 01666e4c0597: Download complete [2020-12-15T02:51:34.703Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T02:51:34.703Z] 8ad3a11d3b57: Download complete [2020-12-15T02:51:34.703Z] df20fa9351a1: Pull complete [2020-12-15T02:51:34.970Z] 36b3adc4ff6f: Pull complete [2020-12-15T02:51:35.936Z] 8ad3a11d3b57: Pull complete [2020-12-15T02:51:36.207Z] 46f8f816bc3b: Pull complete [2020-12-15T02:51:36.788Z] aa168da1d23b: Verifying Checksum [2020-12-15T02:51:36.788Z] aa168da1d23b: Download complete [2020-12-15T02:51:36.788Z] 93b61091891f: Pull complete [2020-12-15T02:51:36.788Z] 93b9cdb0e59b: Pull complete [2020-12-15T02:51:37.054Z] 5e14af77c1be: Pull complete [2020-12-15T02:51:37.054Z] 01666e4c0597: Pull complete [2020-12-15T02:51:45.248Z] aa168da1d23b: Pull complete [2020-12-15T02:51:45.248Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T02:51:45.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T02:51:45.248Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T02:51:45.476Z] prd-centos7-docker-4c-2g-16020 does not seem to be running inside a container [2020-12-15T02:51:45.532Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-676/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-676 -v /w/workspace/dgexfoundry_device-sdk-go_PR-676:/w/workspace/dgexfoundry_device-sdk-go_PR-676:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T02:51:48.899Z] $ docker top 7bf3faaae0de22eb2cc842b052bd5ff5348354ceee6c13d5cc16e0b6f695aede -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:51:49.464Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T02:51:49.768Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T02:51:50.075Z] + ls /var/log/sa-host [2020-12-15T02:51:50.075Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T02:51:50.075Z] file_magic: OK [2020-12-15T02:51:50.075Z] HZ: Using current value: 100 [2020-12-15T02:51:50.075Z] file_header: OK [2020-12-15T02:51:50.075Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T02:51:50.075Z] Statistics: [2020-12-15T02:51:50.075Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T02:51:50.075Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T02:51:50.075Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T02:51:50.075Z] file_magic: OK [2020-12-15T02:51:50.075Z] HZ: Using current value: 100 [2020-12-15T02:51:50.075Z] file_header: OK [2020-12-15T02:51:50.075Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T02:51:50.075Z] Statistics: [2020-12-15T02:51:50.075Z] Hnuu...uuuununununu... [2020-12-15T02:51:50.075Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T02:51:50.319Z] provisioning config files... [2020-12-15T02:51:50.340Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config6988723813608726240tmp [Pipeline] { [Pipeline] echo [2020-12-15T02:51:50.456Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:51:50.761Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T02:51:50.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T02:51:50.881Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:51:51.183Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T02:51:51.195Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:51:51.494Z] ---> sudo-logs.sh [2020-12-15T02:51:51.495Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T02:51:51.506Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:51:51.807Z] ---> job-cost.sh [2020-12-15T02:51:51.808Z] lf-activate-venv: SKIPPING [2020-12-15T02:51:51.808Z] INFO: No Stack... [2020-12-15T02:51:52.759Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T02:51:53.336Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T02:51:53.353Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:51:53.655Z] ---> logs-deploy.sh [2020-12-15T02:51:53.656Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-676/3 [2020-12-15T02:51:53.656Z] INFO: archiving workspace using pattern(s): [2020-12-15T02:51:55.578Z] Archives upload complete. [2020-12-15T02:51:55.578Z] INFO: archiving logs to Nexus