Pull request #661 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at cbcd560d226450c2fc49532ec953a0990705dfef rather than 6ffcb36bac324bdb103c371a18dba23397e99ba6 Obtained Jenkinsfile from cbcd560d226450c2fc49532ec953a0990705dfef 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14163 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [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-661 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 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/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 6ffcb36bac324bdb103c371a18dba23397e99ba6 Merge succeeded, producing 6ffcb36bac324bdb103c371a18dba23397e99ba6 Checking out Revision 6ffcb36bac324bdb103c371a18dba23397e99ba6 (PR-661) > git config core.sparsecheckout # timeout=10 > git checkout -f 6ffcb36bac324bdb103c371a18dba23397e99ba6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ffcb36bac324bdb103c371a18dba23397e99ba6 # timeout=10 Commit message: "feat: add a comment to explain why use buffer for sending event" First time build. Skipping changelog. > git rev-list --no-walk 9574d67936ccb2209c5ca4c21c9efb44b9c64fab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-02T09:02:23.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-02T09:02:23.596Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-02T09:02:23.698Z] ========================================================= [2020-12-02T09:02:23.698Z] EdgeX Global Pipelines Version Info [2020-12-02T09:02:23.698Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:02:25.986Z] ------------------- [2020-12-02T09:02:25.986Z] stable info: [2020-12-02T09:02:25.986Z] ------------------- [2020-12-02T09:02:25.986Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-02T09:02:25.986Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T09:02:25.986Z] Message: update stable to v1.0.169 [2020-12-02T09:02:26.578Z] ------------------- [2020-12-02T09:02:26.578Z] experimental info: [2020-12-02T09:02:26.578Z] ------------------- [2020-12-02T09:02:26.578Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-02T09:02:26.578Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T09:02:26.578Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T09:02:27.002Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-02T09:02:27.100Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-02T09:02:27.198Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-02T09:02:27.293Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-02T09:02:27.388Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-02T09:02:27.517Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-02T09:02:27.623Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-02T09:02:27.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-02T09:02:27.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-02T09:02:27.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-02T09:02:28.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-02T09:02:28.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-02T09:02:28.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-02T09:02:28.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-02T09:02:28.508Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T09:02:28.599Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T09:02:28.694Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T09:02:28.790Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T09:02:28.879Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-02T09:02:28.968Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-02T09:02:29.057Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-02T09:02:29.157Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-02T09:02:29.252Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-02T09:02:29.348Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-02T09:02:29.469Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-02T09:02:29.562Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-02T09:02:29.656Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-661 [Pipeline] echo [2020-12-02T09:02:29.747Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-661 [Pipeline] echo [2020-12-02T09:02:29.936Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-661 [Pipeline] echo [2020-12-02T09:02:30.029Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ffcb36bac324bdb103c371a18dba23397e99ba6 [Pipeline] echo [2020-12-02T09:02:30.144Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ffcb36 [Pipeline] echo [2020-12-02T09:02:30.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T09:02:30.436Z] provisioning config files... [2020-12-02T09:02:30.474Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config75770520315501335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:02:30.949Z] ---> docker-login.sh [2020-12-02T09:02:30.949Z] nexus3.edgexfoundry.org:10001 [2020-12-02T09:02:31.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:02:31.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:02:31.488Z] Configure a credential helper to remove this warning. See [2020-12-02T09:02:31.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:02:31.488Z] [2020-12-02T09:02:31.488Z] Login Succeeded [2020-12-02T09:02:31.488Z] nexus3.edgexfoundry.org:10002 [2020-12-02T09:02:31.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:02:31.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:02:31.771Z] Configure a credential helper to remove this warning. See [2020-12-02T09:02:31.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:02:31.771Z] [2020-12-02T09:02:31.771Z] Login Succeeded [2020-12-02T09:02:31.771Z] nexus3.edgexfoundry.org:10003 [2020-12-02T09:02:32.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:02:32.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:02:32.335Z] Configure a credential helper to remove this warning. See [2020-12-02T09:02:32.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:02:32.335Z] [2020-12-02T09:02:32.335Z] Login Succeeded [2020-12-02T09:02:32.335Z] nexus3.edgexfoundry.org:10004 [2020-12-02T09:02:32.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:02:32.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:02:32.651Z] Configure a credential helper to remove this warning. See [2020-12-02T09:02:32.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:02:32.651Z] [2020-12-02T09:02:32.651Z] Login Succeeded [2020-12-02T09:02:32.651Z] docker.io [2020-12-02T09:02:32.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:02:33.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:02:33.196Z] Configure a credential helper to remove this warning. See [2020-12-02T09:02:33.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:02:33.196Z] [2020-12-02T09:02:33.196Z] Login Succeeded [2020-12-02T09:02:33.196Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T09:02:33.211Z] 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-02T09:02:34.111Z] + git log --format=format:%s -1 6ffcb36bac324bdb103c371a18dba23397e99ba6 [Pipeline] echo [2020-12-02T09:02:34.233Z] GIT_COMMIT: 6ffcb36bac324bdb103c371a18dba23397e99ba6, Commit Message: feat: add a comment to explain why use buffer for sending event [Pipeline] echo [2020-12-02T09:02:34.281Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:02:35.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T09:02:35.408Z] [2020-12-02T09:02:35.408Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:02:35.813Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T09:02:36.104Z] latest: Pulling from edgex-devops/git-semver [2020-12-02T09:02:36.104Z] 31603596830f: Pulling fs layer [2020-12-02T09:02:36.104Z] 2a8b12db71e7: Pulling fs layer [2020-12-02T09:02:36.104Z] 6ca5941a6612: Pulling fs layer [2020-12-02T09:02:36.104Z] ecc8261a40a4: Pulling fs layer [2020-12-02T09:02:36.104Z] ecc8261a40a4: Waiting [2020-12-02T09:02:36.104Z] 2a8b12db71e7: Verifying Checksum [2020-12-02T09:02:36.104Z] 2a8b12db71e7: Download complete [2020-12-02T09:02:36.104Z] 31603596830f: Verifying Checksum [2020-12-02T09:02:36.104Z] 31603596830f: Download complete [2020-12-02T09:02:36.391Z] 6ca5941a6612: Verifying Checksum [2020-12-02T09:02:36.391Z] 6ca5941a6612: Download complete [2020-12-02T09:02:36.654Z] ecc8261a40a4: Verifying Checksum [2020-12-02T09:02:36.654Z] ecc8261a40a4: Download complete [2020-12-02T09:02:36.654Z] 31603596830f: Pull complete [2020-12-02T09:02:36.654Z] 2a8b12db71e7: Pull complete [2020-12-02T09:02:37.625Z] 6ca5941a6612: Pull complete [2020-12-02T09:02:38.213Z] ecc8261a40a4: Pull complete [2020-12-02T09:02:38.213Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-02T09:02:38.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T09:02:38.213Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-02T09:02:38.493Z] prd-centos7-docker-4c-2g-14163 does not seem to be running inside a container [2020-12-02T09:02:38.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T09:02:41.073Z] $ docker top 522139b2db967d00ec7c18496b13fcfb495c584b72fc46a718b4d4e7abfd2c7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T09:02:41.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T09:02:41.554Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T09:02:41.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T09:02:41.969Z] $ docker exec 522139b2db967d00ec7c18496b13fcfb495c584b72fc46a718b4d4e7abfd2c7a ssh-agent [2020-12-02T09:02:42.404Z] SSH_AUTH_SOCK=/tmp/ssh-ss0kFBoAIG1X/agent.11 [2020-12-02T09:02:42.404Z] SSH_AGENT_PID=16 [2020-12-02T09:02:42.421Z] Running ssh-add (command line suppressed) [2020-12-02T09:02:42.573Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_1081007139429343731.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_1081007139429343731.key) [2020-12-02T09:02:42.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T09:02:43.009Z] + git tag --points-at HEAD [Pipeline] } [2020-12-02T09:02:43.050Z] $ docker exec --env ******** --env ******** 522139b2db967d00ec7c18496b13fcfb495c584b72fc46a718b4d4e7abfd2c7a ssh-agent -k [2020-12-02T09:02:43.261Z] unset SSH_AUTH_SOCK; [2020-12-02T09:02:43.262Z] unset SSH_AGENT_PID; [2020-12-02T09:02:43.262Z] echo Agent pid 16 killed; [2020-12-02T09:02:43.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-02T09:02:43.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T09:02:43.488Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T09:02:43.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T09:02:43.842Z] $ docker exec 522139b2db967d00ec7c18496b13fcfb495c584b72fc46a718b4d4e7abfd2c7a ssh-agent [2020-12-02T09:02:44.169Z] SSH_AUTH_SOCK=/tmp/ssh-P6zVpKyUEeaI/agent.45 [2020-12-02T09:02:44.169Z] SSH_AGENT_PID=51 [2020-12-02T09:02:44.179Z] Running ssh-add (command line suppressed) [2020-12-02T09:02:44.369Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_7874845300114782711.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_7874845300114782711.key) [2020-12-02T09:02:44.472Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T09:02:45.207Z] + git semver init [2020-12-02T09:02:45.208Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T09:02:45.208Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.git [2020-12-02T09:02:45.208Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-12-02T09:02:45.208Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T09:02:45.208Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T09:02:45.208Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T09:02:45.208Z] # $SEMVER_BRANCH = PR-661 [2020-12-02T09:02:45.208Z] # $SEMVER_TEMP = /tmp/semver-620021490 [2020-12-02T09:02:45.208Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-02T09:02:45.857Z] # '/tmp/semver-620021490' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver' [2020-12-02T09:02:46.121Z] # -> Force: false [2020-12-02T09:02:46.122Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver [Pipeline] } [2020-12-02T09:02:46.140Z] $ docker exec --env ******** --env ******** 522139b2db967d00ec7c18496b13fcfb495c584b72fc46a718b4d4e7abfd2c7a ssh-agent -k [2020-12-02T09:02:46.331Z] unset SSH_AUTH_SOCK; [2020-12-02T09:02:46.332Z] unset SSH_AGENT_PID; [2020-12-02T09:02:46.332Z] echo Agent pid 51 killed; [2020-12-02T09:02:46.397Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T09:02:46.885Z] + git semver [Pipeline] } [2020-12-02T09:02:46.914Z] $ docker stop --time=1 522139b2db967d00ec7c18496b13fcfb495c584b72fc46a718b4d4e7abfd2c7a [2020-12-02T09:02:48.525Z] $ docker rm -f 522139b2db967d00ec7c18496b13fcfb495c584b72fc46a718b4d4e7abfd2c7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T09:02:49.036Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-02T09:02:49.892Z] Stashed 1 file(s) [Pipeline] echo [2020-12-02T09:02:49.895Z] [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-02T09:03:05.688Z] Still waiting to schedule task [2020-12-02T09:03:05.689Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-02T09:03:05.691Z] Still waiting to schedule task [2020-12-02T09:03:05.691Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-02T09:05:02.025Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14164 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-12-02T09:05:02.089Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-12-02T09:05:07.013Z] using credential edgex-jenkins-ssh [2020-12-02T09:05:07.102Z] Cloning the remote Git repository [2020-12-02T09:05:07.166Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T09:05:07.282Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-12-02T09:05:07.385Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T09:05:07.386Z] > git --version # timeout=10 [2020-12-02T09:05:07.403Z] > git --version # 'git version 2.17.1' [2020-12-02T09:05:07.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T09:05:07.483Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T09:05:09.254Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 6ffcb36bac324bdb103c371a18dba23397e99ba6 [2020-12-02T09:05:09.638Z] Merge succeeded, producing 6ffcb36bac324bdb103c371a18dba23397e99ba6 [2020-12-02T09:05:09.639Z] Checking out Revision 6ffcb36bac324bdb103c371a18dba23397e99ba6 (PR-661) [2020-12-02T09:05:08.557Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T09:05:08.580Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T09:05:08.605Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T09:05:08.646Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T09:05:08.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T09:05:08.658Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T09:05:09.279Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T09:05:09.301Z] > git checkout -f 6ffcb36bac324bdb103c371a18dba23397e99ba6 # timeout=10 [2020-12-02T09:05:09.454Z] > git remote # timeout=10 [2020-12-02T09:05:09.500Z] > git config --get remote.origin.url # timeout=10 [2020-12-02T09:05:09.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T09:05:09.563Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-12-02T09:05:09.614Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-02T09:05:09.647Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T09:05:09.691Z] > git checkout -f 6ffcb36bac324bdb103c371a18dba23397e99ba6 # timeout=10 [2020-12-02T09:05:13.999Z] Commit message: "feat: add a comment to explain why use buffer for sending event" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T09:05:15.710Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-02T09:05:16.192Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T09:05:16.535Z] + sudo service docker restart [2020-12-02T09:05:16.535Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T09:05:19.278Z] provisioning config files... [2020-12-02T09:05:19.319Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config2680395592337134553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:05:19.753Z] ---> docker-login.sh [2020-12-02T09:05:19.754Z] nexus3.edgexfoundry.org:10001 [2020-12-02T09:05:20.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:20.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:20.956Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:20.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:20.956Z] [2020-12-02T09:05:20.956Z] Login Succeeded [2020-12-02T09:05:20.956Z] nexus3.edgexfoundry.org:10002 [2020-12-02T09:05:21.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:21.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:21.506Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:21.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:21.506Z] [2020-12-02T09:05:21.506Z] Login Succeeded [2020-12-02T09:05:21.506Z] nexus3.edgexfoundry.org:10003 [2020-12-02T09:05:21.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:22.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:22.059Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:22.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:22.059Z] [2020-12-02T09:05:22.059Z] Login Succeeded [2020-12-02T09:05:22.059Z] nexus3.edgexfoundry.org:10004 [2020-12-02T09:05:22.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:22.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:22.333Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:22.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:22.333Z] [2020-12-02T09:05:22.333Z] Login Succeeded [2020-12-02T09:05:22.333Z] docker.io [2020-12-02T09:05:22.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:23.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:23.211Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:23.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:23.211Z] [2020-12-02T09:05:23.211Z] Login Succeeded [2020-12-02T09:05:23.211Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T09:05:23.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T09:05:23.735Z] ========================================================= [2020-12-02T09:05:23.735Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-02T09:05:23.735Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:05:24.140Z] + 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-02T09:05:24.764Z] Sending build context to Docker daemon 2.388MB [2020-12-02T09:05:24.764Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T09:05:24.764Z] Step 2/8 : FROM ${BASE} [2020-12-02T09:05:24.764Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-02T09:05:24.764Z] 5f621e34cdf4: Pulling fs layer [2020-12-02T09:05:24.764Z] a4357932f1b6: Pulling fs layer [2020-12-02T09:05:24.764Z] 18c013af1878: Pulling fs layer [2020-12-02T09:05:24.764Z] 00ac8860ef70: Pulling fs layer [2020-12-02T09:05:24.764Z] 63d7cb157983: Pulling fs layer [2020-12-02T09:05:24.764Z] b116817d02f9: Pulling fs layer [2020-12-02T09:05:24.764Z] 745a02a5169b: Pulling fs layer [2020-12-02T09:05:24.764Z] 63d7cb157983: Waiting [2020-12-02T09:05:24.764Z] b116817d02f9: Waiting [2020-12-02T09:05:24.764Z] 745a02a5169b: Waiting [2020-12-02T09:05:24.764Z] 00ac8860ef70: Waiting [2020-12-02T09:05:24.764Z] 18c013af1878: Verifying Checksum [2020-12-02T09:05:24.764Z] 18c013af1878: Download complete [2020-12-02T09:05:24.764Z] a4357932f1b6: Verifying Checksum [2020-12-02T09:05:24.764Z] a4357932f1b6: Download complete [2020-12-02T09:05:25.361Z] 63d7cb157983: Download complete [2020-12-02T09:05:25.361Z] 5f621e34cdf4: Verifying Checksum [2020-12-02T09:05:25.361Z] 5f621e34cdf4: Download complete [2020-12-02T09:05:25.361Z] b116817d02f9: Download complete [2020-12-02T09:05:25.967Z] 5f621e34cdf4: Pull complete [2020-12-02T09:05:26.573Z] a4357932f1b6: Pull complete [2020-12-02T09:05:26.850Z] 18c013af1878: Pull complete [2020-12-02T09:05:28.291Z] 745a02a5169b: Verifying Checksum [2020-12-02T09:05:28.291Z] 745a02a5169b: Download complete [2020-12-02T09:05:28.887Z] 00ac8860ef70: Verifying Checksum [2020-12-02T09:05:28.887Z] 00ac8860ef70: Download complete [2020-12-02T09:05:35.682Z] Running on prd-centos7-docker-4c-2g-14166 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-12-02T09:05:35.743Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-12-02T09:05:38.180Z] using credential edgex-jenkins-ssh [2020-12-02T09:05:38.242Z] Cloning the remote Git repository [2020-12-02T09:05:39.071Z] 00ac8860ef70: Pull complete [2020-12-02T09:05:39.071Z] 63d7cb157983: Pull complete [2020-12-02T09:05:39.071Z] b116817d02f9: Pull complete [2020-12-02T09:05:37.923Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T09:05:37.995Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-12-02T09:05:38.058Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T09:05:38.059Z] > git --version # timeout=10 [2020-12-02T09:05:38.068Z] > git --version # 'git version 2.24.3' [2020-12-02T09:05:38.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T09:05:38.106Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T09:05:38.811Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T09:05:38.817Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T09:05:38.827Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T09:05:38.840Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T09:05:38.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T09:05:38.845Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T09:05:39.568Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 6ffcb36bac324bdb103c371a18dba23397e99ba6 [2020-12-02T09:05:39.685Z] Merge succeeded, producing 6ffcb36bac324bdb103c371a18dba23397e99ba6 [2020-12-02T09:05:39.685Z] Checking out Revision 6ffcb36bac324bdb103c371a18dba23397e99ba6 (PR-661) [2020-12-02T09:05:39.341Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T09:05:39.346Z] > git checkout -f 6ffcb36bac324bdb103c371a18dba23397e99ba6 # timeout=10 [2020-12-02T09:05:39.408Z] > git remote # timeout=10 [2020-12-02T09:05:39.415Z] > git config --get remote.origin.url # timeout=10 [2020-12-02T09:05:39.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T09:05:39.426Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-12-02T09:05:39.438Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-02T09:05:39.462Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T09:05:39.474Z] > git checkout -f 6ffcb36bac324bdb103c371a18dba23397e99ba6 # timeout=10 [2020-12-02T09:05:43.136Z] Commit message: "feat: add a comment to explain why use buffer for sending event" [2020-12-02T09:05:43.386Z] 745a02a5169b: Pull complete [2020-12-02T09:05:43.387Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-02T09:05:43.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-02T09:05:43.387Z] ---> b7e6874047d6 [2020-12-02T09:05:43.387Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T09:05:44.461Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-02T09:05:44.790Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T09:05:45.085Z] + true [2020-12-02T09:05:45.085Z] + sudo service docker restart [2020-12-02T09:05:45.086Z] Redirecting to /bin/systemctl restart docker.service [2020-12-02T09:05:46.016Z] ---> Running in 4b144b0d3377 [2020-12-02T09:05:46.016Z] Removing intermediate container 4b144b0d3377 [2020-12-02T09:05:46.016Z] ---> ce81f5ff0ea0 [2020-12-02T09:05:46.016Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T09:05:46.289Z] ---> Running in 64b307faa1c2 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T09:05:46.541Z] provisioning config files... [2020-12-02T09:05:46.567Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config3290770358213240727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:05:46.944Z] ---> docker-login.sh [2020-12-02T09:05:46.944Z] nexus3.edgexfoundry.org:10001 [2020-12-02T09:05:47.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:47.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:47.210Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:47.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:47.210Z] [2020-12-02T09:05:47.210Z] Login Succeeded [2020-12-02T09:05:47.210Z] nexus3.edgexfoundry.org:10002 [2020-12-02T09:05:47.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:47.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:47.472Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:47.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:47.472Z] [2020-12-02T09:05:47.472Z] Login Succeeded [2020-12-02T09:05:47.472Z] nexus3.edgexfoundry.org:10003 [2020-12-02T09:05:47.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:47.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:47.732Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:47.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:47.732Z] [2020-12-02T09:05:47.732Z] Login Succeeded [2020-12-02T09:05:47.732Z] nexus3.edgexfoundry.org:10004 [2020-12-02T09:05:47.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:47.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:47.994Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:47.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:47.994Z] [2020-12-02T09:05:47.994Z] Login Succeeded [2020-12-02T09:05:47.994Z] docker.io [2020-12-02T09:05:47.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T09:05:48.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T09:05:48.255Z] Configure a credential helper to remove this warning. See [2020-12-02T09:05:48.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T09:05:48.255Z] [2020-12-02T09:05:48.255Z] Login Succeeded [2020-12-02T09:05:48.255Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T09:05:48.265Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T09:05:48.598Z] ========================================================= [2020-12-02T09:05:48.598Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-02T09:05:48.598Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:05:48.914Z] Removing intermediate container 64b307faa1c2 [2020-12-02T09:05:48.914Z] ---> 51f67e5772f2 [2020-12-02T09:05:48.914Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-02T09:05:48.914Z] ---> Running in 6f52fb615b35 [2020-12-02T09:05:48.943Z] + 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-02T09:05:48.943Z] Sending build context to Docker daemon 2.389MB [2020-12-02T09:05:48.943Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T09:05:48.943Z] Step 2/8 : FROM ${BASE} [2020-12-02T09:05:49.208Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-02T09:05:49.208Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T09:05:49.208Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T09:05:49.208Z] de9db76c5a1d: Pulling fs layer [2020-12-02T09:05:49.208Z] bca2f99d35d6: Pulling fs layer [2020-12-02T09:05:49.208Z] 93359f2a8cfa: Pulling fs layer [2020-12-02T09:05:49.208Z] 7c6f9722023f: Pulling fs layer [2020-12-02T09:05:49.208Z] a35cf1a2eb13: Pulling fs layer [2020-12-02T09:05:49.208Z] bca2f99d35d6: Waiting [2020-12-02T09:05:49.208Z] 93359f2a8cfa: Waiting [2020-12-02T09:05:49.208Z] 7c6f9722023f: Waiting [2020-12-02T09:05:49.208Z] a35cf1a2eb13: Waiting [2020-12-02T09:05:49.208Z] de9db76c5a1d: Verifying Checksum [2020-12-02T09:05:49.208Z] de9db76c5a1d: Download complete [2020-12-02T09:05:49.208Z] 0ef7d3d256c8: Verifying Checksum [2020-12-02T09:05:49.208Z] 0ef7d3d256c8: Download complete [2020-12-02T09:05:49.208Z] 93359f2a8cfa: Verifying Checksum [2020-12-02T09:05:49.208Z] 93359f2a8cfa: Download complete [2020-12-02T09:05:49.208Z] 7c6f9722023f: Verifying Checksum [2020-12-02T09:05:49.208Z] 7c6f9722023f: Download complete [2020-12-02T09:05:49.208Z] 188c0c94c7c5: Verifying Checksum [2020-12-02T09:05:49.208Z] 188c0c94c7c5: Download complete [2020-12-02T09:05:49.472Z] 188c0c94c7c5: Pull complete [2020-12-02T09:05:49.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T09:05:49.733Z] 0ef7d3d256c8: Pull complete [2020-12-02T09:05:49.733Z] de9db76c5a1d: Pull complete [2020-12-02T09:05:50.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T09:05:51.129Z] a35cf1a2eb13: Verifying Checksum [2020-12-02T09:05:51.129Z] a35cf1a2eb13: Download complete [2020-12-02T09:05:51.390Z] bca2f99d35d6: Verifying Checksum [2020-12-02T09:05:51.390Z] bca2f99d35d6: Download complete [2020-12-02T09:05:52.900Z] OK: 142 MiB in 39 packages [2020-12-02T09:05:53.880Z] Removing intermediate container 6f52fb615b35 [2020-12-02T09:05:53.880Z] ---> edda4549f4c2 [2020-12-02T09:05:53.880Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-02T09:05:54.155Z] ---> Running in 9449a9d2a0d5 [2020-12-02T09:05:54.750Z] Removing intermediate container 9449a9d2a0d5 [2020-12-02T09:05:54.750Z] ---> adcb7f98ea6a [2020-12-02T09:05:54.750Z] Step 7/8 : COPY . . [2020-12-02T09:05:56.195Z] ---> b7ac4653b0b5 [2020-12-02T09:05:56.195Z] Step 8/8 : RUN go mod download [2020-12-02T09:05:56.195Z] ---> Running in a5537d0cbec0 [2020-12-02T09:05:56.727Z] bca2f99d35d6: Pull complete [2020-12-02T09:05:56.727Z] 93359f2a8cfa: Pull complete [2020-12-02T09:05:56.727Z] 7c6f9722023f: Pull complete [2020-12-02T09:06:03.355Z] a35cf1a2eb13: Pull complete [2020-12-02T09:06:03.355Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-02T09:06:03.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-02T09:06:03.355Z] ---> a62c8e92a672 [2020-12-02T09:06:03.355Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T09:06:03.355Z] ---> Running in 27b3f609e5ea [2020-12-02T09:06:03.355Z] Removing intermediate container 27b3f609e5ea [2020-12-02T09:06:03.355Z] ---> 62385d5dc62f [2020-12-02T09:06:03.355Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T09:06:03.355Z] ---> Running in 2d0bbb310cb1 [2020-12-02T09:06:04.313Z] Removing intermediate container 2d0bbb310cb1 [2020-12-02T09:06:04.313Z] ---> 0dfcdb2cdf9b [2020-12-02T09:06:04.313Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-02T09:06:04.626Z] ---> Running in b59420e9d9ae [2020-12-02T09:06:05.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T09:06:05.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T09:06:06.449Z] OK: 166 MiB in 39 packages [2020-12-02T09:06:06.712Z] Removing intermediate container b59420e9d9ae [2020-12-02T09:06:06.712Z] ---> 716bb35c78bc [2020-12-02T09:06:06.712Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-02T09:06:06.712Z] ---> Running in d0460aee2678 [2020-12-02T09:06:06.976Z] Removing intermediate container d0460aee2678 [2020-12-02T09:06:06.976Z] ---> 6de12bee0861 [2020-12-02T09:06:06.976Z] Step 7/8 : COPY . . [2020-12-02T09:06:08.376Z] ---> c754a7aee3b8 [2020-12-02T09:06:08.376Z] Step 8/8 : RUN go mod download [2020-12-02T09:06:08.376Z] ---> Running in 8e220fa4a8ae [2020-12-02T09:06:18.372Z] Removing intermediate container a5537d0cbec0 [2020-12-02T09:06:18.372Z] ---> a88975daa433 [2020-12-02T09:06:18.372Z] Successfully built a88975daa433 [2020-12-02T09:06:18.372Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:06:18.714Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T09:06:18.714Z] . [Pipeline] withDockerContainer [2020-12-02T09:06:19.003Z] prd-ubuntu18.04-docker-arm64-4c-16g-14164 does not seem to be running inside a container [2020-12-02T09:06:19.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T09:06:20.593Z] $ docker top d8278d57be002a1fb98161ecffb7961e2b30cfb2e298f1c323ce8b069944defc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T09:06:21.656Z] + go version [2020-12-02T09:06:21.656Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-02T09:06:21.678Z] $ docker stop --time=1 d8278d57be002a1fb98161ecffb7961e2b30cfb2e298f1c323ce8b069944defc [2020-12-02T09:06:23.639Z] $ docker rm -f d8278d57be002a1fb98161ecffb7961e2b30cfb2e298f1c323ce8b069944defc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:06:24.772Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T09:06:24.772Z] . [Pipeline] withDockerContainer [2020-12-02T09:06:25.038Z] prd-ubuntu18.04-docker-arm64-4c-16g-14164 does not seem to be running inside a container [2020-12-02T09:06:25.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T09:06:26.579Z] Removing intermediate container 8e220fa4a8ae [2020-12-02T09:06:26.579Z] ---> 783994d82ea3 [2020-12-02T09:06:26.579Z] Successfully built 783994d82ea3 [2020-12-02T09:06:26.579Z] Successfully tagged ci-base-image-x86_64:latest [2020-12-02T09:06:26.680Z] $ docker top 0ca7e4de2e9034f32421a59701bfae973b1e6284a76f73145f95131121294fda -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:06:27.539Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T09:06:27.539Z] . [Pipeline] withDockerContainer [2020-12-02T09:06:27.788Z] + make test [2020-12-02T09:06:27.788Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-02T09:06:27.805Z] prd-centos7-docker-4c-2g-14166 does not seem to be running inside a container [2020-12-02T09:06:27.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T09:06:28.484Z] $ docker top f36ca81e1f347804cf7b9e4373a5df24f48931fe629dd6505774b39252b71aaf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T09:06:28.980Z] + go version [2020-12-02T09:06:28.980Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-02T09:06:28.996Z] $ docker stop --time=1 f36ca81e1f347804cf7b9e4373a5df24f48931fe629dd6505774b39252b71aaf [2020-12-02T09:06:30.325Z] $ docker rm -f f36ca81e1f347804cf7b9e4373a5df24f48931fe629dd6505774b39252b71aaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:06:31.222Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T09:06:31.222Z] . [Pipeline] withDockerContainer [2020-12-02T09:06:31.321Z] prd-centos7-docker-4c-2g-14166 does not seem to be running inside a container [2020-12-02T09:06:31.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T09:06:32.008Z] $ docker top 44a1dc33eb84cd51e59dcda4238ecfaba74c8b10684d39ef737dbe7102d569e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T09:06:32.648Z] + make test [2020-12-02T09:06:32.648Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-02T09:06:39.313Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-02T09:06:49.998Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-02T09:06:54.333Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-02T09:06:54.333Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-02T09:06:54.333Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-02T09:06:54.333Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.056s coverage: 20.0% of statements [2020-12-02T09:06:55.311Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.453s coverage: 97.1% of statements [2020-12-02T09:07:27.477Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.056s coverage: 9.4% of statements [2020-12-02T09:07:27.477Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.058s coverage: 21.9% of statements [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-02T09:07:27.477Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.228s coverage: 42.5% of statements [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-02T09:07:27.477Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.303s coverage: 68.9% of statements [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-02T09:07:27.477Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-02T09:07:27.477Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.456s coverage: 68.9% of statements [2020-12-02T09:07:27.477Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.7% of statements [2020-12-02T09:07:27.477Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-02T09:07:27.477Z] GO111MODULE=on go vet ./... [2020-12-02T09:07:29.044Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-02T09:07:29.044Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-02T09:07:29.044Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-02T09:07:29.044Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.123s coverage: 20.0% of statements [2020-12-02T09:07:31.058Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.145s coverage: 97.1% of statements [2020-12-02T09:07:34.150Z] gofmt -l . [2020-12-02T09:07:34.150Z] [ "`gofmt -l .`" = "" ] [2020-12-02T09:07:34.150Z] ./bin/test-attribution-txt.sh [2020-12-02T09:07:34.412Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T09:07:34.694Z] $ docker stop --time=1 44a1dc33eb84cd51e59dcda4238ecfaba74c8b10684d39ef737dbe7102d569e3 [2020-12-02T09:07:36.597Z] $ docker rm -f 44a1dc33eb84cd51e59dcda4238ecfaba74c8b10684d39ef737dbe7102d569e3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T09:07:37.348Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T09:07:37.718Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-02T09:07:40.302Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T09:07:40.608Z] + ls -al . [2020-12-02T09:07:40.608Z] total 208 [2020-12-02T09:07:40.609Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 2 09:07 . [2020-12-02T09:07:40.609Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 2 09:05 .. [2020-12-02T09:07:40.609Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 2 09:05 bin [2020-12-02T09:07:40.609Z] -rw-r--r--. 1 jenkins jenkins 127698 Dec 2 09:07 coverage.out [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 2 09:05 Dockerfile.build [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 2 09:05 .dockerignore [2020-12-02T09:07:40.609Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 2 09:05 example [2020-12-02T09:07:40.609Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 2 09:05 .git [2020-12-02T09:07:40.609Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 2 09:05 .github [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 2 09:05 .gitignore [2020-12-02T09:07:40.609Z] -rw-r--r--. 1 jenkins jenkins 518 Dec 2 09:07 go.mod [2020-12-02T09:07:40.609Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 2 09:07 go.sum [2020-12-02T09:07:40.609Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 2 09:05 internal [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 2 09:05 Jenkinsfile [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 2 09:05 LICENSE [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 2 09:05 Makefile [2020-12-02T09:07:40.609Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 2 09:05 openapi [2020-12-02T09:07:40.609Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 2 09:05 pkg [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 2 09:05 README.md [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 2 09:05 RELEASE-NOTES.txt [2020-12-02T09:07:40.609Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 2 09:05 snap [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 2 09:02 VERSION [2020-12-02T09:07:40.609Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 2 09:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:07:40.914Z] + 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=6ffcb36bac324bdb103c371a18dba23397e99ba6 --label arch=amd64 --label version=0.0.0 . [2020-12-02T09:07:41.177Z] Sending build context to Docker daemon 2.518MB [2020-12-02T09:07:41.177Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-02T09:07:41.177Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-02T09:07:41.177Z] ---> 783994d82ea3 [2020-12-02T09:07:41.177Z] Step 3/24 : ARG MAKE='make build' [2020-12-02T09:07:41.763Z] ---> Running in a299f7667a2c [2020-12-02T09:07:41.763Z] Removing intermediate container a299f7667a2c [2020-12-02T09:07:41.763Z] ---> b3dcaab2dd31 [2020-12-02T09:07:41.763Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-02T09:07:41.763Z] ---> Running in 132a8bb094d9 [2020-12-02T09:07:42.027Z] Removing intermediate container 132a8bb094d9 [2020-12-02T09:07:42.027Z] ---> a634e44bc308 [2020-12-02T09:07:42.027Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T09:07:42.027Z] ---> Running in 1889863a7d89 [2020-12-02T09:07:42.293Z] Removing intermediate container 1889863a7d89 [2020-12-02T09:07:42.293Z] ---> eae43b1ce194 [2020-12-02T09:07:42.293Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T09:07:42.293Z] ---> Running in c1ab408486ff [2020-12-02T09:07:43.248Z] Removing intermediate container c1ab408486ff [2020-12-02T09:07:43.248Z] ---> 95ff19509f43 [2020-12-02T09:07:43.248Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-02T09:07:43.248Z] ---> Running in 2c8523eae991 [2020-12-02T09:07:43.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T09:07:44.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T09:07:44.986Z] OK: 166 MiB in 39 packages [2020-12-02T09:07:45.563Z] Removing intermediate container 2c8523eae991 [2020-12-02T09:07:45.563Z] ---> 0d9cd1fe5e9c [2020-12-02T09:07:45.563Z] Step 8/24 : COPY . . [2020-12-02T09:07:46.518Z] ---> 002cd97f821d [2020-12-02T09:07:46.519Z] Step 9/24 : RUN ${MAKE} [2020-12-02T09:07:46.519Z] ---> Running in 1f8c7b71318e [2020-12-02T09:07:47.102Z] 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-02T09:07:55.342Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-02T09:07:56.739Z] Removing intermediate container 1f8c7b71318e [2020-12-02T09:07:56.739Z] ---> a29275d9307f [2020-12-02T09:07:56.739Z] Step 10/24 : FROM scratch [2020-12-02T09:07:56.739Z] ---> [2020-12-02T09:07:56.739Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T09:07:56.739Z] ---> Running in 900bf108677a [2020-12-02T09:07:56.739Z] Removing intermediate container 900bf108677a [2020-12-02T09:07:56.739Z] ---> bfd0bb221166 [2020-12-02T09:07:56.739Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-02T09:07:56.739Z] ---> Running in 5e3e50db6758 [2020-12-02T09:07:57.002Z] Removing intermediate container 5e3e50db6758 [2020-12-02T09:07:57.002Z] ---> 95bba5ab9bee [2020-12-02T09:07:57.002Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-02T09:07:57.002Z] ---> Running in c55fe3998b6f [2020-12-02T09:07:57.002Z] Removing intermediate container c55fe3998b6f [2020-12-02T09:07:57.002Z] ---> 627188931ddf [2020-12-02T09:07:57.002Z] Step 14/24 : WORKDIR / [2020-12-02T09:07:57.267Z] ---> Running in 696f02700136 [2020-12-02T09:07:57.267Z] Removing intermediate container 696f02700136 [2020-12-02T09:07:57.267Z] ---> 4bb1e8f89ab0 [2020-12-02T09:07:57.267Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-02T09:07:57.843Z] ---> c3887f323230 [2020-12-02T09:07:57.843Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-02T09:07:58.106Z] ---> 7de87da54138 [2020-12-02T09:07:58.106Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-02T09:07:58.106Z] ---> 9a9a84c0714b [2020-12-02T09:07:58.106Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-02T09:07:58.367Z] ---> ebda214c2564 [2020-12-02T09:07:58.367Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-02T09:07:58.630Z] ---> 1aedd0c608a4 [2020-12-02T09:07:58.630Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-02T09:07:58.630Z] ---> Running in 20b6c1b640ba [2020-12-02T09:07:58.893Z] Removing intermediate container 20b6c1b640ba [2020-12-02T09:07:58.893Z] ---> 5116b380637f [2020-12-02T09:07:58.893Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T09:07:58.893Z] ---> Running in 4cd6d67e066e [2020-12-02T09:07:59.155Z] Removing intermediate container 4cd6d67e066e [2020-12-02T09:07:59.155Z] ---> 1b749dfe6756 [2020-12-02T09:07:59.155Z] Step 22/24 : LABEL arch=amd64 [2020-12-02T09:07:59.155Z] ---> Running in 5a61812cc575 [2020-12-02T09:07:59.155Z] Removing intermediate container 5a61812cc575 [2020-12-02T09:07:59.155Z] ---> f2e86154dab4 [2020-12-02T09:07:59.155Z] Step 23/24 : LABEL git_sha=6ffcb36bac324bdb103c371a18dba23397e99ba6 [2020-12-02T09:07:59.417Z] ---> Running in 4b8d0cd01444 [2020-12-02T09:07:59.417Z] Removing intermediate container 4b8d0cd01444 [2020-12-02T09:07:59.417Z] ---> 23df7333f986 [2020-12-02T09:07:59.417Z] Step 24/24 : LABEL version=0.0.0 [2020-12-02T09:07:59.681Z] ---> Running in fcf1b56e0b34 [2020-12-02T09:07:59.681Z] Removing intermediate container fcf1b56e0b34 [2020-12-02T09:07:59.681Z] ---> cb5887cc9106 [2020-12-02T09:07:59.681Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T09:07:59.681Z] Successfully built cb5887cc9106 [2020-12-02T09:07:59.681Z] 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-02T09:08:03.457Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.122s coverage: 9.4% of statements [2020-12-02T09:08:03.457Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.124s coverage: 21.9% of statements [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-02T09:08:03.457Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.576s coverage: 42.5% of statements [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-02T09:08:03.457Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.777s coverage: 68.9% of statements [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-02T09:08:03.457Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.161s coverage: 52.6% of statements [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-02T09:08:03.457Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.715s coverage: 68.9% of statements [2020-12-02T09:08:03.457Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.133s coverage: 4.7% of statements [2020-12-02T09:08:03.457Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-02T09:08:03.457Z] GO111MODULE=on go vet ./... [2020-12-02T09:08:36.028Z] gofmt -l . [2020-12-02T09:08:36.029Z] [ "`gofmt -l .`" = "" ] [2020-12-02T09:08:36.029Z] ./bin/test-attribution-txt.sh [2020-12-02T09:08:36.029Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T09:08:36.058Z] $ docker stop --time=1 0ca7e4de2e9034f32421a59701bfae973b1e6284a76f73145f95131121294fda [2020-12-02T09:08:38.593Z] $ docker rm -f 0ca7e4de2e9034f32421a59701bfae973b1e6284a76f73145f95131121294fda [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T09:08:39.753Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T09:08:39.821Z] Warning: overwriting stash ‘coverage-report’ [2020-12-02T09:08:40.648Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T09:08:41.421Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T09:08:41.754Z] + ls -al . [2020-12-02T09:08:41.754Z] total 244 [2020-12-02T09:08:41.754Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 2 09:08 . [2020-12-02T09:08:41.754Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 09:05 .. [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 2 09:05 .dockerignore [2020-12-02T09:08:41.754Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 2 09:05 .git [2020-12-02T09:08:41.754Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 09:05 .github [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 2 09:05 .gitignore [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 2 09:05 Dockerfile.build [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 2 09:05 Jenkinsfile [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 2 09:05 LICENSE [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 2 09:05 Makefile [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 2 09:05 README.md [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 2 09:05 RELEASE-NOTES.txt [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 2 09:02 VERSION [2020-12-02T09:08:41.754Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 09:05 bin [2020-12-02T09:08:41.754Z] -rw-r--r-- 1 jenkins jenkins 127698 Dec 2 09:07 coverage.out [2020-12-02T09:08:41.754Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 09:05 example [2020-12-02T09:08:41.754Z] -rw-r--r-- 1 jenkins jenkins 518 Dec 2 09:08 go.mod [2020-12-02T09:08:41.754Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 2 09:08 go.sum [2020-12-02T09:08:41.754Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 2 09:05 internal [2020-12-02T09:08:41.754Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 09:05 openapi [2020-12-02T09:08:41.754Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 2 09:05 pkg [2020-12-02T09:08:41.754Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 09:05 snap [2020-12-02T09:08:41.754Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 2 09:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:08:42.098Z] + 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=6ffcb36bac324bdb103c371a18dba23397e99ba6 --label arch=arm64 --label version=0.0.0 . [2020-12-02T09:08:42.705Z] Sending build context to Docker daemon 2.516MB [2020-12-02T09:08:42.705Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-02T09:08:42.705Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-02T09:08:42.705Z] ---> a88975daa433 [2020-12-02T09:08:42.705Z] Step 3/24 : ARG MAKE='make build' [2020-12-02T09:08:43.679Z] ---> Running in 2c4f05ae7230 [2020-12-02T09:08:43.953Z] Removing intermediate container 2c4f05ae7230 [2020-12-02T09:08:43.953Z] ---> e0610c69dc1a [2020-12-02T09:08:43.953Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-02T09:08:43.953Z] ---> Running in 991f3a21fd26 [2020-12-02T09:08:44.548Z] Removing intermediate container 991f3a21fd26 [2020-12-02T09:08:44.548Z] ---> 85a31c2e2fa1 [2020-12-02T09:08:44.548Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T09:08:44.823Z] ---> Running in 0f10bfcc74e4 [2020-12-02T09:08:45.095Z] Removing intermediate container 0f10bfcc74e4 [2020-12-02T09:08:45.095Z] ---> f02a21d6eee2 [2020-12-02T09:08:45.095Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T09:08:45.374Z] ---> Running in 416bf9ecdeab [2020-12-02T09:08:47.353Z] Removing intermediate container 416bf9ecdeab [2020-12-02T09:08:47.353Z] ---> 1b8bcdf0dad6 [2020-12-02T09:08:47.353Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-02T09:08:47.627Z] ---> Running in e758a14b99ed [2020-12-02T09:08:48.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T09:08:49.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T09:08:50.178Z] OK: 142 MiB in 39 packages [2020-12-02T09:08:51.208Z] Removing intermediate container e758a14b99ed [2020-12-02T09:08:51.208Z] ---> 9ddf87350571 [2020-12-02T09:08:51.208Z] Step 8/24 : COPY . . [2020-12-02T09:08:53.178Z] ---> 472996a26c95 [2020-12-02T09:08:53.178Z] Step 9/24 : RUN ${MAKE} [2020-12-02T09:08:53.453Z] ---> Running in fd8b37a7c8f2 [2020-12-02T09:08:54.436Z] 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-02T09:09:21.275Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-02T09:09:22.252Z] Removing intermediate container fd8b37a7c8f2 [2020-12-02T09:09:22.252Z] ---> 03cf5f5a27c6 [2020-12-02T09:09:22.252Z] Step 10/24 : FROM scratch [2020-12-02T09:09:22.252Z] ---> [2020-12-02T09:09:22.252Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T09:09:22.252Z] ---> Running in b7676073d7fb [2020-12-02T09:09:22.847Z] Removing intermediate container b7676073d7fb [2020-12-02T09:09:22.847Z] ---> d27cd9ec2c02 [2020-12-02T09:09:22.847Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-02T09:09:22.847Z] ---> Running in b249875ed4a3 [2020-12-02T09:09:23.442Z] Removing intermediate container b249875ed4a3 [2020-12-02T09:09:23.442Z] ---> f1f0edf938c2 [2020-12-02T09:09:23.442Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-02T09:09:23.442Z] ---> Running in 0353278b1434 [2020-12-02T09:09:23.715Z] Removing intermediate container 0353278b1434 [2020-12-02T09:09:23.715Z] ---> 6ce852735922 [2020-12-02T09:09:23.715Z] Step 14/24 : WORKDIR / [2020-12-02T09:09:23.990Z] ---> Running in e1f7988fa0be [2020-12-02T09:09:24.262Z] Removing intermediate container e1f7988fa0be [2020-12-02T09:09:24.262Z] ---> 5694cd2c25d5 [2020-12-02T09:09:24.262Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-02T09:09:25.700Z] ---> 0e090ab2a141 [2020-12-02T09:09:25.700Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-02T09:09:26.296Z] ---> d3e023e320b0 [2020-12-02T09:09:26.296Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-02T09:09:26.892Z] ---> 29bd94e709af [2020-12-02T09:09:26.892Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-02T09:09:27.867Z] ---> 458288db9a89 [2020-12-02T09:09:27.867Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-02T09:09:28.471Z] ---> 477610028280 [2020-12-02T09:09:28.471Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-02T09:09:28.471Z] ---> Running in 4e940bc6a455 [2020-12-02T09:09:29.067Z] Removing intermediate container 4e940bc6a455 [2020-12-02T09:09:29.067Z] ---> 5b29c6b265d7 [2020-12-02T09:09:29.067Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T09:09:29.067Z] ---> Running in 05dc68965672 [2020-12-02T09:09:29.666Z] Removing intermediate container 05dc68965672 [2020-12-02T09:09:29.666Z] ---> c4d4673a9af7 [2020-12-02T09:09:29.666Z] Step 22/24 : LABEL arch=arm64 [2020-12-02T09:09:29.666Z] ---> Running in 30c2d7315a14 [2020-12-02T09:09:30.262Z] Removing intermediate container 30c2d7315a14 [2020-12-02T09:09:30.262Z] ---> d364ab12c790 [2020-12-02T09:09:30.262Z] Step 23/24 : LABEL git_sha=6ffcb36bac324bdb103c371a18dba23397e99ba6 [2020-12-02T09:09:30.262Z] ---> Running in a48b8b875400 [2020-12-02T09:09:30.855Z] Removing intermediate container a48b8b875400 [2020-12-02T09:09:30.855Z] ---> 47d7e8d53cb0 [2020-12-02T09:09:30.855Z] Step 24/24 : LABEL version=0.0.0 [2020-12-02T09:09:30.855Z] ---> Running in 298e0e850ed7 [2020-12-02T09:09:31.449Z] Removing intermediate container 298e0e850ed7 [2020-12-02T09:09:31.449Z] ---> 14895be4fa93 [2020-12-02T09:09:31.449Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T09:09:31.449Z] Successfully built 14895be4fa93 [2020-12-02T09:09:31.449Z] 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-02T09:09:33.332Z] provisioning config files... [2020-12-02T09:09:33.345Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config4516740029355360968tmp [Pipeline] { [Pipeline] sh [2020-12-02T09:09:33.828Z] + set +x [2020-12-02T09:09:33.828Z] + curl -s https://codecov.io/bash [2020-12-02T09:09:33.828Z] + bash -s -- [2020-12-02T09:09:34.198Z] [2020-12-02T09:09:34.198Z] _____ _ [2020-12-02T09:09:34.198Z] / ____| | | [2020-12-02T09:09:34.198Z] | | ___ __| | ___ ___ _____ __ [2020-12-02T09:09:34.198Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-02T09:09:34.198Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-02T09:09:34.198Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-02T09:09:34.198Z] Bash-20201130-cc6d3fe [2020-12-02T09:09:34.198Z] [2020-12-02T09:09:34.198Z] [2020-12-02T09:09:34.198Z] ==> Jenkins CI detected. [2020-12-02T09:09:34.198Z] project root: . [2020-12-02T09:09:34.198Z] --> token set from env [2020-12-02T09:09:34.198Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-02T09:09:34.473Z] ==> Running gcov in . (disable via -X gcov) [2020-12-02T09:09:34.473Z] ==> Python coveragepy not found [2020-12-02T09:09:34.473Z] ==> Searching for coverage reports in: [2020-12-02T09:09:34.473Z] + . [2020-12-02T09:09:34.473Z] -> Found 1 reports [2020-12-02T09:09:34.473Z] ==> Detecting git/mercurial file structure [2020-12-02T09:09:34.473Z] ==> Reading reports [2020-12-02T09:09:34.473Z] + ./coverage.out bytes=127698 [2020-12-02T09:09:34.473Z] ==> Appending adjustments [2020-12-02T09:09:34.473Z] https://docs.codecov.io/docs/fixing-reports [2020-12-02T09:09:35.498Z] + Found adjustments [2020-12-02T09:09:35.498Z] ==> Gzipping contents [2020-12-02T09:09:35.498Z] 24K /tmp/codecov.Ijolib.gz [2020-12-02T09:09:35.498Z] ==> Uploading reports [2020-12-02T09:09:35.498Z] url: https://codecov.io [2020-12-02T09:09:35.498Z] query: branch=PR-661&commit=6ffcb36bac324bdb103c371a18dba23397e99ba6&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-12-02T09:09:35.498Z] -> Pinging Codecov [2020-12-02T09:09:35.498Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-661&commit=6ffcb36bac324bdb103c371a18dba23397e99ba6&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-12-02T09:09:36.551Z] -> Uploading to [2020-12-02T09:09:36.551Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-02/7E55EF52A471D76F132DFD9A03CDDE97/6ffcb36bac324bdb103c371a18dba23397e99ba6/8256cd95-a019-4e86-81b2-5849ea7e6783.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T090936Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cdc7e21167e8d0a4635fb293ea441d86ba46a2c8b4e041a3351743b5f99f475c [2020-12-02T09:09:36.551Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T09:09:36.551Z] Dload Upload Total Spent Left Speed [2020-12-02T09:09:36.820Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20850 0 0 100 20850 0 42164 --:--:-- --:--:-- --:--:-- 42206 [2020-12-02T09:09:36.820Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6ffcb36bac324bdb103c371a18dba23397e99ba6 [Pipeline] } [2020-12-02T09:09:36.835Z] 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-02T09:09:40.299Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:09:41.040Z] ---> package-listing.sh [2020-12-02T09:09:41.040Z] ++ facter osfamily [2020-12-02T09:09:41.040Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-02T09:09:41.328Z] + OS_FAMILY=redhat [2020-12-02T09:09:41.328Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-12-02T09:09:41.328Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-02T09:09:41.328Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-02T09:09:41.328Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-02T09:09:41.328Z] + PACKAGES=/tmp/packages_start.txt [2020-12-02T09:09:41.328Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-12-02T09:09:41.328Z] + PACKAGES=/tmp/packages_end.txt [2020-12-02T09:09:41.328Z] + case "${OS_FAMILY}" in [2020-12-02T09:09:41.328Z] + rpm -qa [2020-12-02T09:09:41.328Z] + sort [2020-12-02T09:09:46.702Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-02T09:09:46.702Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-02T09:09:46.702Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-02T09:09:46.702Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-12-02T09:09:46.702Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [2020-12-02T09:09:46.702Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [Pipeline] echo [2020-12-02T09:09:46.718Z] 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-661/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-02T09:09:47.030Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:09:47.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T09:09:47.644Z] [2020-12-02T09:09:47.645Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-02T09:09:48.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T09:09:48.407Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-02T09:09:48.407Z] df20fa9351a1: Pulling fs layer [2020-12-02T09:09:48.407Z] 36b3adc4ff6f: Pulling fs layer [2020-12-02T09:09:48.407Z] 8ad3a11d3b57: Pulling fs layer [2020-12-02T09:09:48.407Z] 46f8f816bc3b: Pulling fs layer [2020-12-02T09:09:48.407Z] 93b61091891f: Pulling fs layer [2020-12-02T09:09:48.407Z] 93b9cdb0e59b: Pulling fs layer [2020-12-02T09:09:48.407Z] 5e14af77c1be: Pulling fs layer [2020-12-02T09:09:48.407Z] 01666e4c0597: Pulling fs layer [2020-12-02T09:09:48.407Z] aa168da1d23b: Pulling fs layer [2020-12-02T09:09:48.407Z] 93b61091891f: Waiting [2020-12-02T09:09:48.407Z] 93b9cdb0e59b: Waiting [2020-12-02T09:09:48.407Z] 5e14af77c1be: Waiting [2020-12-02T09:09:48.407Z] 01666e4c0597: Waiting [2020-12-02T09:09:48.407Z] 46f8f816bc3b: Waiting [2020-12-02T09:09:48.407Z] aa168da1d23b: Waiting [2020-12-02T09:09:48.407Z] 36b3adc4ff6f: Download complete [2020-12-02T09:09:48.407Z] 46f8f816bc3b: Verifying Checksum [2020-12-02T09:09:48.407Z] 46f8f816bc3b: Download complete [2020-12-02T09:09:48.407Z] df20fa9351a1: Verifying Checksum [2020-12-02T09:09:48.407Z] df20fa9351a1: Download complete [2020-12-02T09:09:48.680Z] 93b9cdb0e59b: Verifying Checksum [2020-12-02T09:09:48.680Z] 93b9cdb0e59b: Download complete [2020-12-02T09:09:48.680Z] 5e14af77c1be: Verifying Checksum [2020-12-02T09:09:48.680Z] 5e14af77c1be: Download complete [2020-12-02T09:09:48.680Z] 01666e4c0597: Verifying Checksum [2020-12-02T09:09:48.680Z] 01666e4c0597: Download complete [2020-12-02T09:09:48.680Z] 93b61091891f: Verifying Checksum [2020-12-02T09:09:48.680Z] 93b61091891f: Download complete [2020-12-02T09:09:48.950Z] 8ad3a11d3b57: Verifying Checksum [2020-12-02T09:09:48.950Z] 8ad3a11d3b57: Download complete [2020-12-02T09:09:49.238Z] df20fa9351a1: Pull complete [2020-12-02T09:09:49.586Z] 36b3adc4ff6f: Pull complete [2020-12-02T09:09:51.179Z] 8ad3a11d3b57: Pull complete [2020-12-02T09:09:51.462Z] 46f8f816bc3b: Pull complete [2020-12-02T09:09:52.114Z] 93b61091891f: Pull complete [2020-12-02T09:09:52.409Z] 93b9cdb0e59b: Pull complete [2020-12-02T09:09:52.710Z] 5e14af77c1be: Pull complete [2020-12-02T09:09:53.002Z] 01666e4c0597: Pull complete [2020-12-02T09:09:53.278Z] aa168da1d23b: Verifying Checksum [2020-12-02T09:09:53.278Z] aa168da1d23b: Download complete [2020-12-02T09:10:05.830Z] aa168da1d23b: Pull complete [2020-12-02T09:10:05.830Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-02T09:10:05.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T09:10:05.830Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-02T09:10:06.072Z] prd-centos7-docker-4c-2g-14163 does not seem to be running inside a container [2020-12-02T09:10:06.176Z] $ 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-661/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-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-02T09:10:12.944Z] $ docker top fdac2e7fdd6bfa32b9255be8cc5846b0658a8bf848e0f4485000c89b767b4bd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T09:10:13.600Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-02T09:10:13.919Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-02T09:10:14.246Z] + ls /var/log/sa-host [2020-12-02T09:10:14.246Z] + sadf -c /var/log/sa-host/sa02 [2020-12-02T09:10:14.246Z] file_magic: OK [2020-12-02T09:10:14.246Z] HZ: Using current value: 100 [2020-12-02T09:10:14.246Z] file_header: OK [2020-12-02T09:10:14.246Z] 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-02T09:10:14.246Z] Statistics: [2020-12-02T09:10:14.246Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-02T09:10:14.246Z] File successfully converted to sysstat format version 12.2.1 [2020-12-02T09:10:14.246Z] + sadf -c /var/log/sa-host/sa23 [2020-12-02T09:10:14.246Z] file_magic: OK [2020-12-02T09:10:14.246Z] HZ: Using current value: 100 [2020-12-02T09:10:14.246Z] file_header: OK [2020-12-02T09:10:14.246Z] 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-02T09:10:14.246Z] Statistics: [2020-12-02T09:10:14.246Z] Hnuu...uuuununununu... [2020-12-02T09:10:14.246Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-02T09:10:14.520Z] provisioning config files... [2020-12-02T09:10:14.543Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config2678868423515040289tmp [Pipeline] { [Pipeline] echo [2020-12-02T09:10:14.615Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:10:14.977Z] ---> create-netrc.sh [Pipeline] } [2020-12-02T09:10:15.006Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-02T09:10:15.098Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:10:15.473Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-02T09:10:15.486Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:10:15.814Z] ---> sudo-logs.sh [2020-12-02T09:10:15.814Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-02T09:10:15.827Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:10:16.165Z] ---> job-cost.sh [2020-12-02T09:10:16.438Z] lf-activate-venv: SKIPPING [2020-12-02T09:10:16.438Z] INFO: No Stack... [2020-12-02T09:10:17.849Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-02T09:10:18.439Z] INFO: Archiving Costs [Pipeline] echo [2020-12-02T09:10:18.454Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T09:10:18.789Z] ---> logs-deploy.sh [2020-12-02T09:10:18.789Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-661/4 [2020-12-02T09:10:18.789Z] INFO: archiving workspace using pattern(s): [2020-12-02T09:10:21.369Z] Archives upload complete. [2020-12-02T09:10:21.369Z] INFO: archiving logs to Nexus