Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57049f3c08facc341889102bb6912c48e3a72412+d2188d43b05b3896e876a49d31725ed73587c144 (6b4a2fa9593dfdf9443d4d05bd68cbd95061a73c) 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-16018 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [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-692 # 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 57049f3c08facc341889102bb6912c48e3a72412 > 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/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57049f3c08facc341889102bb6912c48e3a72412 # timeout=10 Merge succeeded, producing b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 Checking out Revision b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 (PR-692) > 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 b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 # timeout=10 Commit message: "Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD" > git rev-list --no-walk 57049f3c08facc341889102bb6912c48e3a72412 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T02:42:04.408Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T02:42:04.715Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T02:42:04.842Z] ========================================================= [2020-12-15T02:42:04.842Z] EdgeX Global Pipelines Version Info [2020-12-15T02:42:04.842Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:42:06.325Z] ------------------- [2020-12-15T02:42:06.325Z] stable info: [2020-12-15T02:42:06.325Z] ------------------- [2020-12-15T02:42:06.325Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T02:42:06.325Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T02:42:06.325Z] Message: update stable to v1.0.172 [2020-12-15T02:42:07.270Z] ------------------- [2020-12-15T02:42:07.270Z] experimental info: [2020-12-15T02:42:07.270Z] ------------------- [2020-12-15T02:42:07.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T02:42:07.270Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T02:42:07.270Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T02:42:07.561Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-15T02:42:07.656Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-15T02:42:07.780Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T02:42:07.874Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T02:42:07.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T02:42:08.084Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T02:42:08.182Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T02:42:08.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T02:42:08.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-15T02:42:08.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T02:42:08.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T02:42:08.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-15T02:42:08.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T02:42:08.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T02:42:09.113Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T02:42:09.212Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T02:42:09.312Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T02:42:09.412Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T02:42:09.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T02:42:09.624Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-15T02:42:09.719Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T02:42:09.822Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T02:42:09.936Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-15T02:42:10.022Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-15T02:42:10.125Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-15T02:42:10.257Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T02:42:10.355Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-692 [Pipeline] echo [2020-12-15T02:42:10.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-692 [Pipeline] echo [2020-12-15T02:42:10.684Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-692 [Pipeline] echo [2020-12-15T02:42:10.807Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 [Pipeline] echo [2020-12-15T02:42:10.918Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b51476b [Pipeline] echo [2020-12-15T02:42:11.029Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T02:42:11.216Z] provisioning config files... [2020-12-15T02:42:11.243Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config7560192013450285960tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:42:11.629Z] ---> docker-login.sh [2020-12-15T02:42:11.630Z] nexus3.edgexfoundry.org:10001 [2020-12-15T02:42:11.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:42:11.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:42:11.893Z] Configure a credential helper to remove this warning. See [2020-12-15T02:42:11.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:42:11.893Z] [2020-12-15T02:42:11.893Z] Login Succeeded [2020-12-15T02:42:11.893Z] nexus3.edgexfoundry.org:10002 [2020-12-15T02:42:12.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:42:12.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:42:12.156Z] Configure a credential helper to remove this warning. See [2020-12-15T02:42:12.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:42:12.156Z] [2020-12-15T02:42:12.156Z] Login Succeeded [2020-12-15T02:42:12.156Z] nexus3.edgexfoundry.org:10003 [2020-12-15T02:42:12.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:42:12.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:42:12.418Z] Configure a credential helper to remove this warning. See [2020-12-15T02:42:12.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:42:12.418Z] [2020-12-15T02:42:12.418Z] Login Succeeded [2020-12-15T02:42:12.418Z] nexus3.edgexfoundry.org:10004 [2020-12-15T02:42:12.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:42:12.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:42:12.418Z] Configure a credential helper to remove this warning. See [2020-12-15T02:42:12.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:42:12.418Z] [2020-12-15T02:42:12.418Z] Login Succeeded [2020-12-15T02:42:12.680Z] docker.io [2020-12-15T02:42:12.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:42:12.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:42:12.943Z] Configure a credential helper to remove this warning. See [2020-12-15T02:42:12.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:42:12.943Z] [2020-12-15T02:42:12.943Z] Login Succeeded [2020-12-15T02:42:12.943Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T02:42:12.954Z] 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:42:13.883Z] + git log --format=format:%s -1 b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 [Pipeline] echo [2020-12-15T02:42:13.972Z] GIT_COMMIT: b51476b3eb5332e9f205f64ae55ba9fc3f7f6495, Commit Message: Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD [Pipeline] echo [2020-12-15T02:42:14.049Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:42:15.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T02:42:15.082Z] [2020-12-15T02:42:15.082Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:42:15.434Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T02:42:15.434Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T02:42:15.434Z] 31603596830f: Pulling fs layer [2020-12-15T02:42:15.434Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T02:42:15.434Z] 6ca5941a6612: Pulling fs layer [2020-12-15T02:42:15.434Z] ecc8261a40a4: Pulling fs layer [2020-12-15T02:42:15.434Z] ecc8261a40a4: Waiting [2020-12-15T02:42:15.434Z] 2a8b12db71e7: Verifying Checksum [2020-12-15T02:42:15.434Z] 2a8b12db71e7: Download complete [2020-12-15T02:42:15.434Z] 31603596830f: Verifying Checksum [2020-12-15T02:42:15.434Z] 31603596830f: Download complete [2020-12-15T02:42:15.695Z] ecc8261a40a4: Verifying Checksum [2020-12-15T02:42:15.695Z] ecc8261a40a4: Download complete [2020-12-15T02:42:15.695Z] 6ca5941a6612: Verifying Checksum [2020-12-15T02:42:15.695Z] 6ca5941a6612: Download complete [2020-12-15T02:42:15.962Z] 31603596830f: Pull complete [2020-12-15T02:42:15.962Z] 2a8b12db71e7: Pull complete [2020-12-15T02:42:16.913Z] 6ca5941a6612: Pull complete [2020-12-15T02:42:16.913Z] ecc8261a40a4: Pull complete [2020-12-15T02:42:16.913Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T02:42:16.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T02:42:16.913Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T02:42:17.080Z] prd-centos7-docker-4c-2g-16018 does not seem to be running inside a container [2020-12-15T02:42:17.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-692 -v /w/workspace/dgexfoundry_device-sdk-go_PR-692:/w/workspace/dgexfoundry_device-sdk-go_PR-692:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-692@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:42:19.849Z] $ docker top a20747d7e2fd3699fb73ea2ac2070385759ae3e49f6621172324850bc37f86b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T02:42:20.271Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T02:42:20.271Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T02:42:20.509Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T02:42:20.515Z] $ docker exec a20747d7e2fd3699fb73ea2ac2070385759ae3e49f6621172324850bc37f86b9 ssh-agent [2020-12-15T02:42:20.684Z] SSH_AUTH_SOCK=/tmp/ssh-PQFdwrJjPcVY/agent.11 [2020-12-15T02:42:20.684Z] SSH_AGENT_PID=17 [2020-12-15T02:42:20.695Z] Running ssh-add (command line suppressed) [2020-12-15T02:42:20.815Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_1277879249218795285.key (/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_1277879249218795285.key) [2020-12-15T02:42:20.863Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T02:42:21.272Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T02:42:21.295Z] $ docker exec --env ******** --env ******** a20747d7e2fd3699fb73ea2ac2070385759ae3e49f6621172324850bc37f86b9 ssh-agent -k [2020-12-15T02:42:21.424Z] unset SSH_AUTH_SOCK; [2020-12-15T02:42:21.425Z] unset SSH_AGENT_PID; [2020-12-15T02:42:21.425Z] echo Agent pid 17 killed; [2020-12-15T02:42:21.466Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T02:42:21.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T02:42:21.609Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T02:42:21.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T02:42:21.785Z] $ docker exec a20747d7e2fd3699fb73ea2ac2070385759ae3e49f6621172324850bc37f86b9 ssh-agent [2020-12-15T02:42:21.946Z] SSH_AUTH_SOCK=/tmp/ssh-raYRFybWWfHn/agent.46 [2020-12-15T02:42:21.946Z] SSH_AGENT_PID=51 [2020-12-15T02:42:21.953Z] Running ssh-add (command line suppressed) [2020-12-15T02:42:22.071Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_8023991264357696485.key (/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_8023991264357696485.key) [2020-12-15T02:42:22.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T02:42:22.458Z] + git semver init [2020-12-15T02:42:22.458Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T02:42:22.458Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-692/.git [2020-12-15T02:42:22.458Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-692 [2020-12-15T02:42:22.458Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T02:42:22.458Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T02:42:22.458Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T02:42:22.458Z] # $SEMVER_BRANCH = PR-692 [2020-12-15T02:42:22.458Z] # $SEMVER_TEMP = /tmp/semver-801407426 [2020-12-15T02:42:22.458Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-15T02:42:23.411Z] # '/tmp/semver-801407426' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-692/.semver' [2020-12-15T02:42:23.411Z] # -> Force: false [2020-12-15T02:42:23.411Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-692/.semver [Pipeline] } [2020-12-15T02:42:23.426Z] $ docker exec --env ******** --env ******** a20747d7e2fd3699fb73ea2ac2070385759ae3e49f6621172324850bc37f86b9 ssh-agent -k [2020-12-15T02:42:23.556Z] unset SSH_AUTH_SOCK; [2020-12-15T02:42:23.556Z] unset SSH_AGENT_PID; [2020-12-15T02:42:23.556Z] echo Agent pid 51 killed; [2020-12-15T02:42:23.597Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T02:42:24.074Z] + git semver [Pipeline] } [2020-12-15T02:42:24.096Z] $ docker stop --time=1 a20747d7e2fd3699fb73ea2ac2070385759ae3e49f6621172324850bc37f86b9 [2020-12-15T02:42:25.642Z] $ docker rm -f a20747d7e2fd3699fb73ea2ac2070385759ae3e49f6621172324850bc37f86b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T02:42:26.098Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T02:42:26.679Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T02:42:26.682Z] [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:42:42.276Z] Still waiting to schedule task [2020-12-15T02:42:42.277Z] ‘prd-centos7-builder-2c-1g-16011’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16020’ is offline [2020-12-15T02:42:42.279Z] Still waiting to schedule task [2020-12-15T02:42:42.279Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16016’ [2020-12-15T02:43:42.925Z] Running on prd-centos7-docker-4c-2g-16021 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [Pipeline] { [Pipeline] ws [2020-12-15T02:43:42.978Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-12-15T02:43:49.459Z] using credential edgex-jenkins-ssh [2020-12-15T02:43:49.515Z] Cloning the remote Git repository [2020-12-15T02:43:49.612Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:43:49.713Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-12-15T02:43:49.853Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:43:49.854Z] > git --version # timeout=10 [2020-12-15T02:43:49.890Z] > git --version # 'git version 2.24.3' [2020-12-15T02:43:49.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:43:49.931Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:43:51.896Z] Merging remotes/origin/master commit d2188d43b05b3896e876a49d31725ed73587c144 into PR head commit 57049f3c08facc341889102bb6912c48e3a72412 [2020-12-15T02:43:51.013Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:43:51.109Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:43:51.250Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:43:51.317Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:43:51.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:43:51.331Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T02:43:51.912Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:43:51.956Z] > git checkout -f 57049f3c08facc341889102bb6912c48e3a72412 # timeout=10 [2020-12-15T02:43:52.441Z] Merge succeeded, producing 740e34592fb7e91548c12b15e60c6db30db73f03 [2020-12-15T02:43:52.442Z] Checking out Revision 740e34592fb7e91548c12b15e60c6db30db73f03 (PR-692) [2020-12-15T02:43:52.271Z] > git remote # timeout=10 [2020-12-15T02:43:52.320Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T02:43:52.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:43:52.375Z] > git merge d2188d43b05b3896e876a49d31725ed73587c144 # timeout=10 [2020-12-15T02:43:52.415Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T02:43:52.447Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:43:52.498Z] > git checkout -f 740e34592fb7e91548c12b15e60c6db30db73f03 # timeout=10 [2020-12-15T02:43:57.033Z] Commit message: "Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD" [2020-12-15T02:43:57.045Z] > git rev-list --no-walk 57049f3c08facc341889102bb6912c48e3a72412 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T02:43:58.853Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:43:59.258Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:43:59.606Z] + sudo service docker restart [2020-12-15T02:43:59.606Z] + true [2020-12-15T02:43:59.606Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T02:44:01.665Z] provisioning config files... [2020-12-15T02:44:01.742Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config7914540436372299837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:44:02.221Z] ---> docker-login.sh [2020-12-15T02:44:02.221Z] nexus3.edgexfoundry.org:10001 [2020-12-15T02:44:02.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:44:03.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:44:03.168Z] Configure a credential helper to remove this warning. See [2020-12-15T02:44:03.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:44:03.168Z] [2020-12-15T02:44:03.168Z] Login Succeeded [2020-12-15T02:44:03.168Z] nexus3.edgexfoundry.org:10002 [2020-12-15T02:44:03.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:44:03.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:44:03.774Z] Configure a credential helper to remove this warning. See [2020-12-15T02:44:03.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:44:03.774Z] [2020-12-15T02:44:03.774Z] Login Succeeded [2020-12-15T02:44:03.774Z] nexus3.edgexfoundry.org:10003 [2020-12-15T02:44:04.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:44:04.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:44:04.075Z] Configure a credential helper to remove this warning. See [2020-12-15T02:44:04.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:44:04.075Z] [2020-12-15T02:44:04.075Z] Login Succeeded [2020-12-15T02:44:04.075Z] nexus3.edgexfoundry.org:10004 [2020-12-15T02:44:04.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:44:04.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:44:04.365Z] Configure a credential helper to remove this warning. See [2020-12-15T02:44:04.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:44:04.365Z] [2020-12-15T02:44:04.365Z] Login Succeeded [2020-12-15T02:44:04.365Z] docker.io [2020-12-15T02:44:04.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:44:04.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:44:04.969Z] Configure a credential helper to remove this warning. See [2020-12-15T02:44:04.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:44:04.969Z] [2020-12-15T02:44:04.969Z] Login Succeeded [2020-12-15T02:44:04.969Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T02:44:05.018Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T02:44:05.773Z] ========================================================= [2020-12-15T02:44:05.773Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T02:44:05.773Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:44:06.184Z] + 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:44:07.067Z] Sending build context to Docker daemon 2.38MB [2020-12-15T02:44:07.067Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-15T02:44:07.067Z] Step 2/8 : FROM ${BASE} [2020-12-15T02:44:07.067Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T02:44:07.067Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T02:44:07.067Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T02:44:07.067Z] de9db76c5a1d: Pulling fs layer [2020-12-15T02:44:07.067Z] bca2f99d35d6: Pulling fs layer [2020-12-15T02:44:07.067Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T02:44:07.067Z] 7c6f9722023f: Pulling fs layer [2020-12-15T02:44:07.067Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T02:44:07.067Z] 93359f2a8cfa: Waiting [2020-12-15T02:44:07.067Z] bca2f99d35d6: Waiting [2020-12-15T02:44:07.067Z] 7c6f9722023f: Waiting [2020-12-15T02:44:07.067Z] a35cf1a2eb13: Waiting [2020-12-15T02:44:07.067Z] de9db76c5a1d: Verifying Checksum [2020-12-15T02:44:07.067Z] de9db76c5a1d: Download complete [2020-12-15T02:44:07.067Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T02:44:07.067Z] 0ef7d3d256c8: Download complete [2020-12-15T02:44:07.067Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T02:44:07.067Z] 93359f2a8cfa: Download complete [2020-12-15T02:44:07.067Z] 7c6f9722023f: Verifying Checksum [2020-12-15T02:44:07.067Z] 7c6f9722023f: Download complete [2020-12-15T02:44:08.538Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T02:44:08.538Z] 188c0c94c7c5: Download complete [2020-12-15T02:44:08.867Z] 188c0c94c7c5: Pull complete [2020-12-15T02:44:09.261Z] 0ef7d3d256c8: Pull complete [2020-12-15T02:44:09.575Z] de9db76c5a1d: Pull complete [2020-12-15T02:44:13.084Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T02:44:13.084Z] a35cf1a2eb13: Download complete [2020-12-15T02:44:13.389Z] bca2f99d35d6: Verifying Checksum [2020-12-15T02:44:13.389Z] bca2f99d35d6: Download complete [2020-12-15T02:44:23.718Z] bca2f99d35d6: Pull complete [2020-12-15T02:44:23.718Z] 93359f2a8cfa: Pull complete [2020-12-15T02:44:23.718Z] 7c6f9722023f: Pull complete [2020-12-15T02:44:32.168Z] a35cf1a2eb13: Pull complete [2020-12-15T02:44:32.168Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T02:44:32.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T02:44:32.168Z] ---> a62c8e92a672 [2020-12-15T02:44:32.168Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:44:32.168Z] ---> Running in 8978cba3ae18 [2020-12-15T02:44:32.168Z] Removing intermediate container 8978cba3ae18 [2020-12-15T02:44:32.168Z] ---> b94c06bf4528 [2020-12-15T02:44:32.168Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:44:32.168Z] ---> Running in b61535477bd3 [2020-12-15T02:44:34.210Z] Removing intermediate container b61535477bd3 [2020-12-15T02:44:34.210Z] ---> f0383da3c5e0 [2020-12-15T02:44:34.210Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-15T02:44:34.644Z] ---> Running in b1c9c998f237 [2020-12-15T02:44:36.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T02:44:37.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T02:44:39.053Z] OK: 166 MiB in 39 packages [2020-12-15T02:44:40.062Z] Removing intermediate container b1c9c998f237 [2020-12-15T02:44:40.062Z] ---> 946765945d8d [2020-12-15T02:44:40.062Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-15T02:44:40.062Z] ---> Running in 92101d5b4e5d [2020-12-15T02:44:40.681Z] Removing intermediate container 92101d5b4e5d [2020-12-15T02:44:40.681Z] ---> 95e84c9d35f5 [2020-12-15T02:44:40.681Z] Step 7/8 : COPY . . [2020-12-15T02:44:42.151Z] ---> c83b636aac9b [2020-12-15T02:44:42.151Z] Step 8/8 : RUN go mod download [2020-12-15T02:44:42.151Z] ---> Running in d6125e6e18f6 [2020-12-15T02:45:09.124Z] Removing intermediate container d6125e6e18f6 [2020-12-15T02:45:09.124Z] ---> ce3363521596 [2020-12-15T02:45:09.124Z] Successfully built ce3363521596 [2020-12-15T02:45:09.124Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:45:09.497Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T02:45:10.160Z] . [Pipeline] withDockerContainer [2020-12-15T02:45:10.941Z] prd-centos7-docker-4c-2g-16021 does not seem to be running inside a container [2020-12-15T02:45:11.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T02:45:12.965Z] $ docker top 21e2aef2ac7a95f684cb9ea4ce90bdd67b2079f3b4b5465a4b869e4ab85e7ce0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:45:14.123Z] + go version [2020-12-15T02:45:14.123Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T02:45:14.197Z] $ docker stop --time=1 21e2aef2ac7a95f684cb9ea4ce90bdd67b2079f3b4b5465a4b869e4ab85e7ce0 [2020-12-15T02:45:15.872Z] $ docker rm -f 21e2aef2ac7a95f684cb9ea4ce90bdd67b2079f3b4b5465a4b869e4ab85e7ce0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:45:16.889Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T02:45:16.890Z] . [Pipeline] withDockerContainer [2020-12-15T02:45:17.393Z] prd-centos7-docker-4c-2g-16021 does not seem to be running inside a container [2020-12-15T02:45:17.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T02:45:18.645Z] $ docker top 4ff3608c757f005177882dc4f52667f06173f135c68d8485bd2a8fa4924c4553 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:45:19.416Z] + make test [2020-12-15T02:45:19.416Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T02:45:21.790Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16024 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [Pipeline] { [Pipeline] ws [2020-12-15T02:45:21.846Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-12-15T02:45:27.264Z] using credential edgex-jenkins-ssh [2020-12-15T02:45:27.334Z] Cloning the remote Git repository [2020-12-15T02:45:27.401Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:45:27.521Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-12-15T02:45:27.627Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:45:27.628Z] > git --version # timeout=10 [2020-12-15T02:45:27.657Z] > git --version # 'git version 2.17.1' [2020-12-15T02:45:27.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:45:27.708Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:45:28.828Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:45:28.848Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T02:45:28.877Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T02:45:28.922Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T02:45:28.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:45:28.947Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T02:45:29.513Z] Merging remotes/origin/master commit d2188d43b05b3896e876a49d31725ed73587c144 into PR head commit 57049f3c08facc341889102bb6912c48e3a72412 [2020-12-15T02:45:30.078Z] Merge succeeded, producing 6150ab7abe367c622c849ddffa115fc8e0a44fbc [2020-12-15T02:45:30.079Z] Checking out Revision 6150ab7abe367c622c849ddffa115fc8e0a44fbc (PR-692) [2020-12-15T02:45:29.534Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:45:29.560Z] > git checkout -f 57049f3c08facc341889102bb6912c48e3a72412 # timeout=10 [2020-12-15T02:45:29.684Z] > git remote # timeout=10 [2020-12-15T02:45:29.703Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T02:45:29.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T02:45:29.739Z] > git merge d2188d43b05b3896e876a49d31725ed73587c144 # timeout=10 [2020-12-15T02:45:30.024Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T02:45:30.198Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T02:45:30.281Z] > git checkout -f 6150ab7abe367c622c849ddffa115fc8e0a44fbc # timeout=10 [2020-12-15T02:45:32.174Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-15T02:45:34.603Z] Commit message: "Merge commit 'd2188d43b05b3896e876a49d31725ed73587c144' into HEAD" [2020-12-15T02:45:34.611Z] > git rev-list --no-walk 57049f3c08facc341889102bb6912c48e3a72412 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T02:45:37.228Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:45:37.637Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T02:45:37.980Z] + sudo service docker restart [2020-12-15T02:45:37.981Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T02:45:40.049Z] provisioning config files... [2020-12-15T02:45:40.089Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config313328337991927753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:45:40.524Z] ---> docker-login.sh [2020-12-15T02:45:40.524Z] nexus3.edgexfoundry.org:10001 [2020-12-15T02:45:41.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:41.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:41.790Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:41.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:41.790Z] [2020-12-15T02:45:41.790Z] Login Succeeded [2020-12-15T02:45:41.790Z] nexus3.edgexfoundry.org:10002 [2020-12-15T02:45:42.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:42.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:42.392Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:42.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:42.392Z] [2020-12-15T02:45:42.392Z] Login Succeeded [2020-12-15T02:45:42.392Z] nexus3.edgexfoundry.org:10003 [2020-12-15T02:45:43.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:43.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:43.276Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:43.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:43.276Z] [2020-12-15T02:45:43.276Z] Login Succeeded [2020-12-15T02:45:43.276Z] nexus3.edgexfoundry.org:10004 [2020-12-15T02:45:43.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:43.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:43.828Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:43.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:43.828Z] [2020-12-15T02:45:43.828Z] Login Succeeded [2020-12-15T02:45:43.828Z] docker.io [2020-12-15T02:45:44.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T02:45:44.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T02:45:44.706Z] Configure a credential helper to remove this warning. See [2020-12-15T02:45:44.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T02:45:44.706Z] [2020-12-15T02:45:44.706Z] Login Succeeded [2020-12-15T02:45:44.706Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T02:45:44.724Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T02:45:45.260Z] ========================================================= [2020-12-15T02:45:45.260Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T02:45:45.260Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:45:45.645Z] + 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:45:46.271Z] Sending build context to Docker daemon 2.379MB [2020-12-15T02:45:46.271Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-15T02:45:46.271Z] Step 2/8 : FROM ${BASE} [2020-12-15T02:45:46.271Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T02:45:46.271Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T02:45:46.271Z] a4357932f1b6: Pulling fs layer [2020-12-15T02:45:46.271Z] 18c013af1878: Pulling fs layer [2020-12-15T02:45:46.271Z] 00ac8860ef70: Pulling fs layer [2020-12-15T02:45:46.271Z] 63d7cb157983: Pulling fs layer [2020-12-15T02:45:46.271Z] b116817d02f9: Pulling fs layer [2020-12-15T02:45:46.271Z] 745a02a5169b: Pulling fs layer [2020-12-15T02:45:46.271Z] 00ac8860ef70: Waiting [2020-12-15T02:45:46.271Z] 63d7cb157983: Waiting [2020-12-15T02:45:46.271Z] b116817d02f9: Waiting [2020-12-15T02:45:46.271Z] 745a02a5169b: Waiting [2020-12-15T02:45:46.271Z] 18c013af1878: Verifying Checksum [2020-12-15T02:45:46.271Z] 18c013af1878: Download complete [2020-12-15T02:45:46.271Z] a4357932f1b6: Verifying Checksum [2020-12-15T02:45:46.271Z] a4357932f1b6: Download complete [2020-12-15T02:45:46.271Z] 63d7cb157983: Verifying Checksum [2020-12-15T02:45:46.271Z] 63d7cb157983: Download complete [2020-12-15T02:45:46.271Z] b116817d02f9: Verifying Checksum [2020-12-15T02:45:46.271Z] b116817d02f9: Download complete [2020-12-15T02:45:46.271Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T02:45:46.271Z] 5f621e34cdf4: Download complete [2020-12-15T02:45:47.272Z] 5f621e34cdf4: Pull complete [2020-12-15T02:45:47.550Z] a4357932f1b6: Pull complete [2020-12-15T02:45:47.830Z] 18c013af1878: Pull complete [2020-12-15T02:45:48.817Z] 745a02a5169b: Verifying Checksum [2020-12-15T02:45:48.817Z] 745a02a5169b: Download complete [2020-12-15T02:45:50.264Z] 00ac8860ef70: Verifying Checksum [2020-12-15T02:45:50.264Z] 00ac8860ef70: Download complete [2020-12-15T02:46:00.450Z] 00ac8860ef70: Pull complete [2020-12-15T02:46:00.450Z] 63d7cb157983: Pull complete [2020-12-15T02:46:00.724Z] b116817d02f9: Pull complete [2020-12-15T02:46:05.052Z] 745a02a5169b: Pull complete [2020-12-15T02:46:05.052Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T02:46:05.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T02:46:05.052Z] ---> b7e6874047d6 [2020-12-15T02:46:05.052Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:46:05.373Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-15T02:46:05.373Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-15T02:46:05.373Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-15T02:46:06.041Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.116s coverage: 20.6% of statements [2020-12-15T02:46:07.681Z] ---> Running in f78db9d6469e [2020-12-15T02:46:07.681Z] Removing intermediate container f78db9d6469e [2020-12-15T02:46:07.681Z] ---> 0c655fda078a [2020-12-15T02:46:07.681Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:46:07.960Z] ---> Running in 7dd553f912a5 [2020-12-15T02:46:10.592Z] Removing intermediate container 7dd553f912a5 [2020-12-15T02:46:10.592Z] ---> eac24e18e207 [2020-12-15T02:46:10.592Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-15T02:46:10.592Z] ---> Running in 6ce751fa0538 [2020-12-15T02:46:10.818Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.129s coverage: 97.1% of statements [2020-12-15T02:46:11.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T02:46:13.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T02:46:16.262Z] OK: 142 MiB in 39 packages [2020-12-15T02:46:17.242Z] Removing intermediate container 6ce751fa0538 [2020-12-15T02:46:17.242Z] ---> 351bb5f589cc [2020-12-15T02:46:17.242Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-15T02:46:17.517Z] ---> Running in dcf47c5d5b57 [2020-12-15T02:46:18.117Z] Removing intermediate container dcf47c5d5b57 [2020-12-15T02:46:18.117Z] ---> 23d8e7b9a290 [2020-12-15T02:46:18.117Z] Step 7/8 : COPY . . [2020-12-15T02:46:19.571Z] ---> 235d8f08ee91 [2020-12-15T02:46:19.571Z] Step 8/8 : RUN go mod download [2020-12-15T02:46:19.571Z] ---> Running in 62c8f95f8f87 [2020-12-15T02:46:38.186Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.149s coverage: 9.4% of statements [2020-12-15T02:46:38.186Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.078s coverage: 21.9% of statements [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-15T02:46:38.186Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.458s coverage: 42.5% of statements [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-15T02:46:38.186Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.920s coverage: 68.9% of statements [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-15T02:46:38.186Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.123s coverage: 52.6% of statements [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-15T02:46:38.186Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.337s coverage: 68.9% of statements [2020-12-15T02:46:38.186Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.100s coverage: 4.7% of statements [2020-12-15T02:46:38.186Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-15T02:46:38.186Z] GO111MODULE=on go vet ./... [2020-12-15T02:46:41.795Z] Removing intermediate container 62c8f95f8f87 [2020-12-15T02:46:41.795Z] ---> 83e90adcbcb7 [2020-12-15T02:46:41.795Z] Successfully built 83e90adcbcb7 [2020-12-15T02:46:41.795Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:46:42.136Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T02:46:42.136Z] . [Pipeline] withDockerContainer [2020-12-15T02:46:42.404Z] prd-ubuntu18.04-docker-arm64-4c-16g-16024 does not seem to be running inside a container [2020-12-15T02:46:42.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T02:46:43.950Z] $ docker top d42693c2e5a8e7a24e16a922c6b75bc68fa3529924a3c96c62d7310912c6babb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:46:45.003Z] + go version [2020-12-15T02:46:45.003Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T02:46:45.026Z] $ docker stop --time=1 d42693c2e5a8e7a24e16a922c6b75bc68fa3529924a3c96c62d7310912c6babb [2020-12-15T02:46:46.981Z] $ docker rm -f d42693c2e5a8e7a24e16a922c6b75bc68fa3529924a3c96c62d7310912c6babb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:46:48.074Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T02:46:48.074Z] . [Pipeline] withDockerContainer [2020-12-15T02:46:48.368Z] prd-ubuntu18.04-docker-arm64-4c-16g-16024 does not seem to be running inside a container [2020-12-15T02:46:48.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T02:46:50.147Z] $ docker top 0ee1c94d55d8c5e85302efba90bd08e3e809193061975f6cada51c82bd5dc9a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:46:51.335Z] + make test [2020-12-15T02:46:51.335Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T02:47:01.109Z] gofmt -l . [2020-12-15T02:47:01.110Z] [ "`gofmt -l .`" = "" ] [2020-12-15T02:47:01.110Z] ./bin/test-attribution-txt.sh [2020-12-15T02:47:01.110Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-15T02:47:01.203Z] $ docker stop --time=1 4ff3608c757f005177882dc4f52667f06173f135c68d8485bd2a8fa4924c4553 [2020-12-15T02:47:03.788Z] $ docker rm -f 4ff3608c757f005177882dc4f52667f06173f135c68d8485bd2a8fa4924c4553 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T02:47:04.736Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T02:47:05.302Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-15T02:47:08.182Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-15T02:47:08.549Z] + ls -al . [2020-12-15T02:47:08.549Z] total 208 [2020-12-15T02:47:08.549Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 15 02:47 . [2020-12-15T02:47:08.549Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 15 02:43 .. [2020-12-15T02:47:08.549Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 15 02:43 bin [2020-12-15T02:47:08.549Z] -rw-r--r--. 1 jenkins jenkins 127610 Dec 15 02:46 coverage.out [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 15 02:43 Dockerfile.build [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 15 02:43 .dockerignore [2020-12-15T02:47:08.549Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 15 02:43 example [2020-12-15T02:47:08.549Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 15 02:43 .git [2020-12-15T02:47:08.549Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 15 02:43 .github [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 15 02:43 .gitignore [2020-12-15T02:47:08.549Z] -rw-r--r--. 1 jenkins jenkins 518 Dec 15 02:46 go.mod [2020-12-15T02:47:08.549Z] -rw-r--r--. 1 jenkins jenkins 13734 Dec 15 02:47 go.sum [2020-12-15T02:47:08.549Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 15 02:43 internal [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 15 02:43 Jenkinsfile [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 15 02:43 LICENSE [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 15 02:43 Makefile [2020-12-15T02:47:08.549Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 15 02:43 openapi [2020-12-15T02:47:08.549Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 15 02:43 pkg [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 15 02:43 README.md [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 15 02:43 RELEASE-NOTES.txt [2020-12-15T02:47:08.549Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 15 02:43 snap [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 15 02:42 VERSION [2020-12-15T02:47:08.549Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 15 02:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:47:08.942Z] + 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=b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 --label arch=amd64 --label version=0.0.0 . [2020-12-15T02:47:10.075Z] Sending build context to Docker daemon 2.508MB [2020-12-15T02:47:10.075Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-15T02:47:10.075Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-15T02:47:10.075Z] ---> ce3363521596 [2020-12-15T02:47:10.075Z] Step 3/24 : ARG MAKE='make build' [2020-12-15T02:47:10.418Z] ---> Running in 5a68d67d0548 [2020-12-15T02:47:10.704Z] Removing intermediate container 5a68d67d0548 [2020-12-15T02:47:10.704Z] ---> 2988390dfd29 [2020-12-15T02:47:10.704Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-15T02:47:10.704Z] ---> Running in f43285f3b237 [2020-12-15T02:47:11.378Z] Removing intermediate container f43285f3b237 [2020-12-15T02:47:11.378Z] ---> a783bb615096 [2020-12-15T02:47:11.378Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:47:11.378Z] ---> Running in ebed4b19d896 [2020-12-15T02:47:11.691Z] Removing intermediate container ebed4b19d896 [2020-12-15T02:47:11.691Z] ---> e818abfba059 [2020-12-15T02:47:11.691Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:47:12.028Z] ---> Running in e57453786135 [2020-12-15T02:47:13.523Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-15T02:47:14.180Z] Removing intermediate container e57453786135 [2020-12-15T02:47:14.180Z] ---> cddf401e47d9 [2020-12-15T02:47:14.180Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-15T02:47:14.180Z] ---> Running in 5431bdb125fb [2020-12-15T02:47:15.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T02:47:16.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T02:47:17.791Z] OK: 166 MiB in 39 packages [2020-12-15T02:47:18.853Z] Removing intermediate container 5431bdb125fb [2020-12-15T02:47:18.853Z] ---> 88523311e9ae [2020-12-15T02:47:18.853Z] Step 8/24 : COPY . . [2020-12-15T02:47:21.005Z] ---> 61bafd459a3d [2020-12-15T02:47:21.005Z] Step 9/24 : RUN ${MAKE} [2020-12-15T02:47:21.005Z] ---> Running in 9506625e63d4 [2020-12-15T02:47:22.534Z] 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:47:50.575Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-15T02:47:50.575Z] Removing intermediate container 9506625e63d4 [2020-12-15T02:47:50.575Z] ---> 0d4748fec241 [2020-12-15T02:47:50.575Z] Step 10/24 : FROM scratch [2020-12-15T02:47:50.575Z] ---> [2020-12-15T02:47:50.575Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:47:50.575Z] ---> Running in e12deefc0862 [2020-12-15T02:47:50.575Z] Removing intermediate container e12deefc0862 [2020-12-15T02:47:50.575Z] ---> 966c6cbc07bb [2020-12-15T02:47:50.575Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-15T02:47:50.898Z] ---> Running in 3ef7ec7b18c9 [2020-12-15T02:47:51.193Z] Removing intermediate container 3ef7ec7b18c9 [2020-12-15T02:47:51.193Z] ---> 7b7eab4b8c59 [2020-12-15T02:47:51.193Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T02:47:51.193Z] ---> Running in c1376d98e2af [2020-12-15T02:47:51.482Z] Removing intermediate container c1376d98e2af [2020-12-15T02:47:51.482Z] ---> 72b190f3f7fe [2020-12-15T02:47:51.482Z] Step 14/24 : WORKDIR / [2020-12-15T02:47:51.785Z] ---> Running in 1912fddfa4d6 [2020-12-15T02:47:52.081Z] Removing intermediate container 1912fddfa4d6 [2020-12-15T02:47:52.081Z] ---> ae82c0777179 [2020-12-15T02:47:52.081Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-15T02:47:52.686Z] ---> b4ced65073ba [2020-12-15T02:47:52.686Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-15T02:47:53.400Z] ---> e78d20ebef69 [2020-12-15T02:47:53.400Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-15T02:47:53.673Z] ---> 3d666c7dbbc9 [2020-12-15T02:47:53.673Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-15T02:47:53.952Z] ---> a7241b64840a [2020-12-15T02:47:53.952Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-15T02:47:54.560Z] ---> 9e06f52d0a1c [2020-12-15T02:47:54.560Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-15T02:47:54.560Z] ---> Running in 518cdaa23fa1 [2020-12-15T02:47:54.876Z] Removing intermediate container 518cdaa23fa1 [2020-12-15T02:47:54.876Z] ---> 3dfbf2a08ac7 [2020-12-15T02:47:54.876Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T02:47:54.876Z] ---> Running in aa98823d4b27 [2020-12-15T02:47:55.168Z] Removing intermediate container aa98823d4b27 [2020-12-15T02:47:55.168Z] ---> 6d55a4bf77a5 [2020-12-15T02:47:55.168Z] Step 22/24 : LABEL arch=amd64 [2020-12-15T02:47:55.168Z] ---> Running in b096b5aa3b6f [2020-12-15T02:47:55.855Z] Removing intermediate container b096b5aa3b6f [2020-12-15T02:47:55.855Z] ---> 3cbbe9fbfae5 [2020-12-15T02:47:55.855Z] Step 23/24 : LABEL git_sha=b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 [2020-12-15T02:47:55.855Z] ---> Running in 4f601cfc2be0 [2020-12-15T02:47:56.470Z] Removing intermediate container 4f601cfc2be0 [2020-12-15T02:47:56.470Z] ---> c51c232d6579 [2020-12-15T02:47:56.470Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T02:47:56.470Z] ---> Running in 61b36935d712 [2020-12-15T02:47:56.753Z] Removing intermediate container 61b36935d712 [2020-12-15T02:47:56.753Z] ---> fe50e88a4056 [2020-12-15T02:47:56.753Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-15T02:47:56.753Z] Successfully built fe50e88a4056 [2020-12-15T02:47:56.753Z] 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:48:00.589Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-15T02:48:00.590Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-15T02:48:00.590Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-15T02:48:00.590Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.130s coverage: 20.6% of statements [2020-12-15T02:48:00.590Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.203s coverage: 97.1% of statements [2020-12-15T02:48:27.436Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.136s coverage: 9.4% of statements [2020-12-15T02:48:27.436Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.120s coverage: 21.9% of statements [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-15T02:48:27.436Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.625s coverage: 42.5% of statements [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-15T02:48:27.436Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.814s coverage: 68.9% of statements [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-15T02:48:27.436Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.213s coverage: 52.6% of statements [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-15T02:48:27.436Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-15T02:48:27.437Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.835s coverage: 68.9% of statements [2020-12-15T02:48:27.437Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.138s coverage: 4.7% of statements [2020-12-15T02:48:27.437Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-15T02:48:27.711Z] GO111MODULE=on go vet ./... [2020-12-15T02:49:06.764Z] gofmt -l . [2020-12-15T02:49:06.764Z] [ "`gofmt -l .`" = "" ] [2020-12-15T02:49:06.764Z] ./bin/test-attribution-txt.sh [2020-12-15T02:49:06.764Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-15T02:49:06.782Z] $ docker stop --time=1 0ee1c94d55d8c5e85302efba90bd08e3e809193061975f6cada51c82bd5dc9a6 [2020-12-15T02:49:09.106Z] $ docker rm -f 0ee1c94d55d8c5e85302efba90bd08e3e809193061975f6cada51c82bd5dc9a6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T02:49:10.325Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T02:49:10.407Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T02:49:11.415Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T02:49:12.194Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-15T02:49:12.553Z] + ls -al . [2020-12-15T02:49:12.553Z] total 244 [2020-12-15T02:49:12.553Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 02:49 . [2020-12-15T02:49:12.553Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:45 .. [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 02:45 .dockerignore [2020-12-15T02:49:12.553Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 02:45 .git [2020-12-15T02:49:12.553Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 02:45 .github [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 15 02:45 .gitignore [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 15 02:45 Dockerfile.build [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 15 02:45 Jenkinsfile [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 15 02:45 LICENSE [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 15 02:45 Makefile [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 15 02:45 README.md [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 15 02:45 RELEASE-NOTES.txt [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 02:42 VERSION [2020-12-15T02:49:12.553Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 02:45 bin [2020-12-15T02:49:12.553Z] -rw-r--r-- 1 jenkins jenkins 127611 Dec 15 02:48 coverage.out [2020-12-15T02:49:12.553Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:45 example [2020-12-15T02:49:12.553Z] -rw-r--r-- 1 jenkins jenkins 518 Dec 15 02:49 go.mod [2020-12-15T02:49:12.553Z] -rw-r--r-- 1 jenkins jenkins 13734 Dec 15 02:49 go.sum [2020-12-15T02:49:12.553Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 15 02:45 internal [2020-12-15T02:49:12.553Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:45 openapi [2020-12-15T02:49:12.553Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 15 02:45 pkg [2020-12-15T02:49:12.553Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 02:45 snap [2020-12-15T02:49:12.553Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 15 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:49:12.959Z] + 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=b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 --label arch=arm64 --label version=0.0.0 . [2020-12-15T02:49:13.584Z] Sending build context to Docker daemon 2.507MB [2020-12-15T02:49:13.584Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-15T02:49:13.584Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-15T02:49:13.584Z] ---> 83e90adcbcb7 [2020-12-15T02:49:13.584Z] Step 3/24 : ARG MAKE='make build' [2020-12-15T02:49:13.868Z] ---> Running in 7dc44e880774 [2020-12-15T02:49:14.466Z] Removing intermediate container 7dc44e880774 [2020-12-15T02:49:14.466Z] ---> 7cce407b552a [2020-12-15T02:49:14.466Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-15T02:49:14.466Z] ---> Running in 9f354ea222e6 [2020-12-15T02:49:14.736Z] Removing intermediate container 9f354ea222e6 [2020-12-15T02:49:14.736Z] ---> 015159675d2f [2020-12-15T02:49:14.736Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:49:15.007Z] ---> Running in 7c6771891218 [2020-12-15T02:49:15.281Z] Removing intermediate container 7c6771891218 [2020-12-15T02:49:15.281Z] ---> 96242713832d [2020-12-15T02:49:15.281Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T02:49:15.555Z] ---> Running in b9f77f6c3bfa [2020-12-15T02:49:17.529Z] Removing intermediate container b9f77f6c3bfa [2020-12-15T02:49:17.810Z] ---> 45ad13eb1c79 [2020-12-15T02:49:17.810Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-15T02:49:17.810Z] ---> Running in c0be54be0dfa [2020-12-15T02:49:19.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T02:49:20.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T02:49:21.688Z] OK: 142 MiB in 39 packages [2020-12-15T02:49:22.666Z] Removing intermediate container c0be54be0dfa [2020-12-15T02:49:22.666Z] ---> 132f28908267 [2020-12-15T02:49:22.666Z] Step 8/24 : COPY . . [2020-12-15T02:49:24.105Z] ---> 4b297062c873 [2020-12-15T02:49:24.105Z] Step 9/24 : RUN ${MAKE} [2020-12-15T02:49:24.105Z] ---> Running in a9926d5d231d [2020-12-15T02:49:25.086Z] 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:51.903Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-15T02:49:52.497Z] Removing intermediate container a9926d5d231d [2020-12-15T02:49:52.497Z] ---> 420c49808ca7 [2020-12-15T02:49:52.497Z] Step 10/24 : FROM scratch [2020-12-15T02:49:52.497Z] ---> [2020-12-15T02:49:52.497Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T02:49:52.777Z] ---> Running in e2762f0b2edc [2020-12-15T02:49:53.053Z] Removing intermediate container e2762f0b2edc [2020-12-15T02:49:53.053Z] ---> c7daa4cccfd3 [2020-12-15T02:49:53.053Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-15T02:49:53.053Z] ---> Running in 26518ab0ba26 [2020-12-15T02:49:53.649Z] Removing intermediate container 26518ab0ba26 [2020-12-15T02:49:53.649Z] ---> f8fbdbd84096 [2020-12-15T02:49:53.649Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T02:49:53.649Z] ---> Running in 8a6333f072e6 [2020-12-15T02:49:54.242Z] Removing intermediate container 8a6333f072e6 [2020-12-15T02:49:54.242Z] ---> e15bf7c46d7e [2020-12-15T02:49:54.242Z] Step 14/24 : WORKDIR / [2020-12-15T02:49:54.242Z] ---> Running in 6398142e2104 [2020-12-15T02:49:54.521Z] Removing intermediate container 6398142e2104 [2020-12-15T02:49:54.521Z] ---> 6e8b15705cad [2020-12-15T02:49:54.521Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-15T02:49:55.497Z] ---> 0d024f922800 [2020-12-15T02:49:55.497Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-15T02:49:56.093Z] ---> d92d25fe3e60 [2020-12-15T02:49:56.093Z] 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:57.073Z] ---> 051af7fb06fd [2020-12-15T02:49:57.073Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-15T02:49:57.669Z] ---> 68244fa24e2f [2020-12-15T02:49:57.669Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-15T02:49:58.268Z] ---> 85e051147401 [2020-12-15T02:49:58.268Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-15T02:49:58.543Z] ---> Running in 291cb6304558 [2020-12-15T02:49:58.816Z] Removing intermediate container 291cb6304558 [2020-12-15T02:49:58.816Z] ---> bcf9cce19d19 [2020-12-15T02:49:58.816Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T02:49:59.089Z] ---> Running in 352168c2fd3d [2020-12-15T02:49:59.685Z] Removing intermediate container 352168c2fd3d [2020-12-15T02:49:59.685Z] ---> 8c5772d2f669 [2020-12-15T02:49:59.685Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T02:49:59.685Z] ---> Running in 89a6573b66cb [2020-12-15T02:50:00.281Z] Removing intermediate container 89a6573b66cb [2020-12-15T02:50:00.281Z] ---> efbf50fc5d5b [2020-12-15T02:50:00.281Z] Step 23/24 : LABEL git_sha=b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 [2020-12-15T02:50:00.281Z] ---> Running in 8e3beb792661 [2020-12-15T02:50:00.882Z] Removing intermediate container 8e3beb792661 [2020-12-15T02:50:00.882Z] ---> a0f167ac86db [2020-12-15T02:50:00.882Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T02:50:00.882Z] ---> Running in 348e39482992 [2020-12-15T02:50:01.474Z] Removing intermediate container 348e39482992 [2020-12-15T02:50:01.474Z] ---> ab01d962bf02 [2020-12-15T02:50:01.474Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-15T02:50:01.474Z] Successfully built ab01d962bf02 [2020-12-15T02:50:01.474Z] 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:50:03.756Z] provisioning config files... [2020-12-15T02:50:03.773Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config1862401762258994048tmp [Pipeline] { [Pipeline] sh [2020-12-15T02:50:04.156Z] + set +x [2020-12-15T02:50:04.156Z] + curl -s https://codecov.io/bash [2020-12-15T02:50:04.156Z] + bash -s -- [2020-12-15T02:50:04.421Z] [2020-12-15T02:50:04.421Z] _____ _ [2020-12-15T02:50:04.421Z] / ____| | | [2020-12-15T02:50:04.421Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T02:50:04.421Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T02:50:04.421Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T02:50:04.421Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T02:50:04.421Z] Bash-20201130-cc6d3fe [2020-12-15T02:50:04.421Z] [2020-12-15T02:50:04.421Z] [2020-12-15T02:50:04.421Z] ==> Jenkins CI detected. [2020-12-15T02:50:04.421Z] project root: . [2020-12-15T02:50:04.421Z] --> token set from env [2020-12-15T02:50:04.421Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T02:50:04.421Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T02:50:04.421Z] ==> Python coveragepy not found [2020-12-15T02:50:04.421Z] ==> Searching for coverage reports in: [2020-12-15T02:50:04.421Z] + . [2020-12-15T02:50:04.421Z] -> Found 1 reports [2020-12-15T02:50:04.421Z] ==> Detecting git/mercurial file structure [2020-12-15T02:50:04.421Z] ==> Reading reports [2020-12-15T02:50:04.421Z] + ./coverage.out bytes=127611 [2020-12-15T02:50:04.421Z] ==> Appending adjustments [2020-12-15T02:50:04.421Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T02:50:04.997Z] + Found adjustments [2020-12-15T02:50:04.997Z] ==> Gzipping contents [2020-12-15T02:50:04.997Z] 24K /tmp/codecov.UBovdN.gz [2020-12-15T02:50:04.997Z] ==> Uploading reports [2020-12-15T02:50:04.997Z] url: https://codecov.io [2020-12-15T02:50:04.997Z] query: branch=PR-692&commit=b51476b3eb5332e9f205f64ae55ba9fc3f7f6495&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-692%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=692&job=&cmd_args= [2020-12-15T02:50:04.997Z] -> Pinging Codecov [2020-12-15T02:50:04.997Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-692&commit=b51476b3eb5332e9f205f64ae55ba9fc3f7f6495&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-692%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=692&job=&cmd_args= [2020-12-15T02:50:05.258Z] -> Uploading to [2020-12-15T02:50:05.258Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/7E55EF52A471D76F132DFD9A03CDDE97/b51476b3eb5332e9f205f64ae55ba9fc3f7f6495/b2c247a5-0fa6-4937-99e2-7547399ef80d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T025005Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=00f7c52576c73147ae56d328949c49da0a7e03f9e363d91b8e32cf2392fc5f8f [2020-12-15T02:50:05.258Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T02:50:05.258Z] Dload Upload Total Spent Left Speed [2020-12-15T02:50:05.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20891 0 0 100 20891 0 44053 --:--:-- --:--:-- --:--:-- 44073 [2020-12-15T02:50:05.834Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b51476b3eb5332e9f205f64ae55ba9fc3f7f6495 [Pipeline] } [2020-12-15T02:50:05.845Z] 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:50:08.346Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:50:08.649Z] ---> package-listing.sh [2020-12-15T02:50:08.649Z] ++ facter osfamily [2020-12-15T02:50:08.649Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T02:50:08.649Z] + OS_FAMILY=redhat [2020-12-15T02:50:08.649Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-692 [2020-12-15T02:50:08.649Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T02:50:08.649Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T02:50:08.649Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T02:50:08.649Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T02:50:08.649Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-692 ']' [2020-12-15T02:50:08.649Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T02:50:08.649Z] + case "${OS_FAMILY}" in [2020-12-15T02:50:08.649Z] + rpm -qa [2020-12-15T02:50:08.649Z] + sort [2020-12-15T02:50:13.963Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T02:50:13.963Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T02:50:13.963Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T02:50:13.963Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-692 ']' [2020-12-15T02:50:13.963Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-692/archives/ [2020-12-15T02:50:13.963Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-692/archives/ [Pipeline] echo [2020-12-15T02:50:13.977Z] 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-692/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:50:14.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:50:14.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T02:50:14.585Z] [2020-12-15T02:50:14.585Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T02:50:14.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T02:50:14.945Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T02:50:14.945Z] df20fa9351a1: Pulling fs layer [2020-12-15T02:50:14.945Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T02:50:14.945Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T02:50:14.945Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T02:50:14.945Z] 93b61091891f: Pulling fs layer [2020-12-15T02:50:14.945Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T02:50:14.945Z] 5e14af77c1be: Pulling fs layer [2020-12-15T02:50:14.945Z] 01666e4c0597: Pulling fs layer [2020-12-15T02:50:14.945Z] aa168da1d23b: Pulling fs layer [2020-12-15T02:50:14.945Z] 5e14af77c1be: Waiting [2020-12-15T02:50:14.945Z] 46f8f816bc3b: Waiting [2020-12-15T02:50:14.945Z] 01666e4c0597: Waiting [2020-12-15T02:50:14.945Z] 93b61091891f: Waiting [2020-12-15T02:50:14.945Z] aa168da1d23b: Waiting [2020-12-15T02:50:14.945Z] 93b9cdb0e59b: Waiting [2020-12-15T02:50:14.945Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T02:50:14.945Z] 36b3adc4ff6f: Download complete [2020-12-15T02:50:14.945Z] 46f8f816bc3b: Download complete [2020-12-15T02:50:14.945Z] df20fa9351a1: Download complete [2020-12-15T02:50:14.945Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T02:50:14.945Z] 93b9cdb0e59b: Download complete [2020-12-15T02:50:15.217Z] 93b61091891f: Verifying Checksum [2020-12-15T02:50:15.217Z] 93b61091891f: Download complete [2020-12-15T02:50:15.217Z] 5e14af77c1be: Download complete [2020-12-15T02:50:15.217Z] 01666e4c0597: Verifying Checksum [2020-12-15T02:50:15.217Z] 01666e4c0597: Download complete [2020-12-15T02:50:15.479Z] df20fa9351a1: Pull complete [2020-12-15T02:50:15.479Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T02:50:15.479Z] 8ad3a11d3b57: Download complete [2020-12-15T02:50:15.752Z] 36b3adc4ff6f: Pull complete [2020-12-15T02:50:16.358Z] 8ad3a11d3b57: Pull complete [2020-12-15T02:50:16.632Z] 46f8f816bc3b: Pull complete [2020-12-15T02:50:17.212Z] 93b61091891f: Pull complete [2020-12-15T02:50:17.477Z] aa168da1d23b: Verifying Checksum [2020-12-15T02:50:17.477Z] aa168da1d23b: Download complete [2020-12-15T02:50:17.478Z] 93b9cdb0e59b: Pull complete [2020-12-15T02:50:17.478Z] 5e14af77c1be: Pull complete [2020-12-15T02:50:17.742Z] 01666e4c0597: Pull complete [2020-12-15T02:50:24.368Z] aa168da1d23b: Pull complete [2020-12-15T02:50:24.368Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T02:50:24.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T02:50:24.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T02:50:24.502Z] prd-centos7-docker-4c-2g-16018 does not seem to be running inside a container [2020-12-15T02:50:24.549Z] $ 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-692/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-692 -v /w/workspace/dgexfoundry_device-sdk-go_PR-692:/w/workspace/dgexfoundry_device-sdk-go_PR-692:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-692@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:50:31.784Z] $ docker top 5fad49e0e9fd1bb802c61ba966fcc8c5f94b147f2ae867ecaaa1eae7bc80cf0e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T02:50:32.367Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T02:50:32.667Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T02:50:32.966Z] + ls /var/log/sa-host [2020-12-15T02:50:32.966Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T02:50:32.966Z] file_magic: OK [2020-12-15T02:50:32.966Z] HZ: Using current value: 100 [2020-12-15T02:50:32.966Z] file_header: OK [2020-12-15T02:50:32.966Z] 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:50:32.966Z] Statistics: [2020-12-15T02:50:32.966Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T02:50:32.966Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T02:50:32.966Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T02:50:32.966Z] file_magic: OK [2020-12-15T02:50:32.966Z] HZ: Using current value: 100 [2020-12-15T02:50:32.966Z] file_header: OK [2020-12-15T02:50:32.966Z] 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:50:32.966Z] Statistics: [2020-12-15T02:50:32.966Z] Hnuu...uuuununununu... [2020-12-15T02:50:32.966Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T02:50:33.261Z] provisioning config files... [2020-12-15T02:50:33.281Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config6046853378171871894tmp [Pipeline] { [Pipeline] echo [2020-12-15T02:50:33.367Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:50:33.668Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T02:50:33.679Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T02:50:33.793Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:50:34.142Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T02:50:34.153Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:50:34.452Z] ---> sudo-logs.sh [2020-12-15T02:50:34.452Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T02:50:34.463Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:50:34.759Z] ---> job-cost.sh [2020-12-15T02:50:34.759Z] lf-activate-venv: SKIPPING [2020-12-15T02:50:34.759Z] INFO: No Stack... [2020-12-15T02:50:35.705Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T02:50:36.279Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T02:50:36.293Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T02:50:36.590Z] ---> logs-deploy.sh [2020-12-15T02:50:36.590Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-692/2 [2020-12-15T02:50:36.590Z] INFO: archiving workspace using pattern(s): [2020-12-15T02:50:38.506Z] Archives upload complete. [2020-12-15T02:50:38.506Z] INFO: archiving logs to Nexus