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 9574d67936ccb2209c5ca4c21c9efb44b9c64fab 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-14160 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 Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 9574d67936ccb2209c5ca4c21c9efb44b9c64fab Merge succeeded, producing 9574d67936ccb2209c5ca4c21c9efb44b9c64fab Checking out Revision 9574d67936ccb2209c5ca4c21c9efb44b9c64fab (PR-661) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 9574d67936ccb2209c5ca4c21c9efb44b9c64fab # 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 9574d67936ccb2209c5ca4c21c9efb44b9c64fab # timeout=10 Commit message: "feat: add a comment to explain why use buffer for sending event to coredata" > git rev-list --no-walk b1d5a5466d97799f1d3c8c88635ac7056e9bea76 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-02T08:48:39.903Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-02T08:48:40.265Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-02T08:48:40.636Z] ========================================================= [2020-12-02T08:48:40.636Z] EdgeX Global Pipelines Version Info [2020-12-02T08:48:40.636Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:48:42.723Z] ------------------- [2020-12-02T08:48:42.723Z] stable info: [2020-12-02T08:48:42.723Z] ------------------- [2020-12-02T08:48:42.723Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-02T08:48:42.723Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T08:48:42.723Z] Message: update stable to v1.0.169 [2020-12-02T08:48:43.693Z] ------------------- [2020-12-02T08:48:43.693Z] experimental info: [2020-12-02T08:48:43.693Z] ------------------- [2020-12-02T08:48:43.693Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-02T08:48:43.693Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T08:48:43.693Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T08:48:43.984Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-02T08:48:44.092Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-02T08:48:44.213Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-02T08:48:44.330Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-02T08:48:44.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-02T08:48:44.527Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-02T08:48:44.628Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-02T08:48:44.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-02T08:48:44.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-02T08:48:44.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-02T08:48:45.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-02T08:48:45.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-02T08:48:45.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-02T08:48:45.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-02T08:48:45.454Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T08:48:45.561Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T08:48:45.676Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T08:48:45.772Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T08:48:45.861Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-02T08:48:45.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-02T08:48:46.053Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-02T08:48:46.149Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-02T08:48:46.241Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-02T08:48:46.448Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-02T08:48:46.546Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-02T08:48:46.645Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-02T08:48:46.739Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-661 [Pipeline] echo [2020-12-02T08:48:46.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-661 [Pipeline] echo [2020-12-02T08:48:46.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-661 [Pipeline] echo [2020-12-02T08:48:47.030Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9574d67936ccb2209c5ca4c21c9efb44b9c64fab [Pipeline] echo [2020-12-02T08:48:47.130Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9574d67 [Pipeline] echo [2020-12-02T08:48:47.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T08:48:47.392Z] provisioning config files... [2020-12-02T08:48:47.424Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config98181419197858413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:48:47.790Z] ---> docker-login.sh [2020-12-02T08:48:47.790Z] nexus3.edgexfoundry.org:10001 [2020-12-02T08:48:48.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:48:48.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:48:48.315Z] Configure a credential helper to remove this warning. See [2020-12-02T08:48:48.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:48:48.315Z] [2020-12-02T08:48:48.315Z] Login Succeeded [2020-12-02T08:48:48.315Z] nexus3.edgexfoundry.org:10002 [2020-12-02T08:48:48.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:48:48.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:48:48.585Z] Configure a credential helper to remove this warning. See [2020-12-02T08:48:48.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:48:48.585Z] [2020-12-02T08:48:48.585Z] Login Succeeded [2020-12-02T08:48:48.585Z] nexus3.edgexfoundry.org:10003 [2020-12-02T08:48:48.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:48:48.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:48:48.585Z] Configure a credential helper to remove this warning. See [2020-12-02T08:48:48.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:48:48.585Z] [2020-12-02T08:48:48.585Z] Login Succeeded [2020-12-02T08:48:48.585Z] nexus3.edgexfoundry.org:10004 [2020-12-02T08:48:48.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:48:49.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:48:49.132Z] Configure a credential helper to remove this warning. See [2020-12-02T08:48:49.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:48:49.132Z] [2020-12-02T08:48:49.132Z] Login Succeeded [2020-12-02T08:48:49.132Z] docker.io [2020-12-02T08:48:49.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:48:49.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:48:49.399Z] Configure a credential helper to remove this warning. See [2020-12-02T08:48:49.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:48:49.399Z] [2020-12-02T08:48:49.399Z] Login Succeeded [2020-12-02T08:48:49.399Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T08:48:49.418Z] 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-02T08:48:50.235Z] + git log --format=format:%s -1 9574d67936ccb2209c5ca4c21c9efb44b9c64fab [Pipeline] echo [2020-12-02T08:48:50.301Z] GIT_COMMIT: 9574d67936ccb2209c5ca4c21c9efb44b9c64fab, Commit Message: feat: add a comment to explain why use buffer for sending event to coredata [Pipeline] echo [2020-12-02T08:48:50.402Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:48:51.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T08:48:51.512Z] [2020-12-02T08:48:51.512Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:48:51.914Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T08:48:51.914Z] latest: Pulling from edgex-devops/git-semver [2020-12-02T08:48:51.914Z] 31603596830f: Pulling fs layer [2020-12-02T08:48:51.914Z] 2a8b12db71e7: Pulling fs layer [2020-12-02T08:48:51.914Z] 6ca5941a6612: Pulling fs layer [2020-12-02T08:48:51.914Z] ecc8261a40a4: Pulling fs layer [2020-12-02T08:48:51.914Z] ecc8261a40a4: Waiting [2020-12-02T08:48:51.914Z] 2a8b12db71e7: Verifying Checksum [2020-12-02T08:48:51.914Z] 2a8b12db71e7: Download complete [2020-12-02T08:48:52.185Z] 31603596830f: Verifying Checksum [2020-12-02T08:48:52.185Z] 31603596830f: Download complete [2020-12-02T08:48:52.455Z] ecc8261a40a4: Verifying Checksum [2020-12-02T08:48:52.455Z] ecc8261a40a4: Download complete [2020-12-02T08:48:52.455Z] 6ca5941a6612: Verifying Checksum [2020-12-02T08:48:52.455Z] 6ca5941a6612: Download complete [2020-12-02T08:48:52.455Z] 31603596830f: Pull complete [2020-12-02T08:48:53.061Z] 2a8b12db71e7: Pull complete [2020-12-02T08:48:54.043Z] 6ca5941a6612: Pull complete [2020-12-02T08:48:54.323Z] ecc8261a40a4: Pull complete [2020-12-02T08:48:54.323Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-02T08:48:54.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T08:48:54.323Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-02T08:48:54.559Z] prd-centos7-docker-4c-2g-14160 does not seem to be running inside a container [2020-12-02T08:48:54.618Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T08:48:57.014Z] $ docker top 8ad362b66beadcc6040591ff652a9162d6f837d9d88e99df9d5d0c63f692a413 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T08:48:57.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T08:48:57.343Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T08:48:57.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T08:48:57.604Z] $ docker exec 8ad362b66beadcc6040591ff652a9162d6f837d9d88e99df9d5d0c63f692a413 ssh-agent [2020-12-02T08:48:57.796Z] SSH_AUTH_SOCK=/tmp/ssh-aia2M1JAvQ3v/agent.11 [2020-12-02T08:48:57.796Z] SSH_AGENT_PID=17 [2020-12-02T08:48:57.816Z] Running ssh-add (command line suppressed) [2020-12-02T08:48:57.973Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_6284716889607356055.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_6284716889607356055.key) [2020-12-02T08:48:58.030Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T08:48:58.390Z] + git tag --points-at HEAD [Pipeline] } [2020-12-02T08:48:58.439Z] $ docker exec --env ******** --env ******** 8ad362b66beadcc6040591ff652a9162d6f837d9d88e99df9d5d0c63f692a413 ssh-agent -k [2020-12-02T08:48:58.656Z] unset SSH_AUTH_SOCK; [2020-12-02T08:48:58.657Z] unset SSH_AGENT_PID; [2020-12-02T08:48:58.657Z] echo Agent pid 17 killed; [2020-12-02T08:48:58.749Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-02T08:48:58.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T08:48:58.899Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T08:48:59.224Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T08:48:59.230Z] $ docker exec 8ad362b66beadcc6040591ff652a9162d6f837d9d88e99df9d5d0c63f692a413 ssh-agent [2020-12-02T08:48:59.464Z] SSH_AUTH_SOCK=/tmp/ssh-pghAM1Q4mIVB/agent.47 [2020-12-02T08:48:59.464Z] SSH_AGENT_PID=52 [2020-12-02T08:48:59.480Z] Running ssh-add (command line suppressed) [2020-12-02T08:48:59.641Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_4368029067158775095.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_4368029067158775095.key) [2020-12-02T08:48:59.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T08:49:00.055Z] + git semver init [2020-12-02T08:49:00.055Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T08:49:00.055Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.git [2020-12-02T08:49:00.055Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-12-02T08:49:00.055Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T08:49:00.055Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T08:49:00.055Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T08:49:00.055Z] # $SEMVER_BRANCH = PR-661 [2020-12-02T08:49:00.055Z] # $SEMVER_TEMP = /tmp/semver-982189165 [2020-12-02T08:49:00.055Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-02T08:49:01.026Z] # '/tmp/semver-982189165' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver' [2020-12-02T08:49:01.026Z] # -> Force: false [2020-12-02T08:49:01.026Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver [Pipeline] } [2020-12-02T08:49:01.046Z] $ docker exec --env ******** --env ******** 8ad362b66beadcc6040591ff652a9162d6f837d9d88e99df9d5d0c63f692a413 ssh-agent -k [2020-12-02T08:49:01.222Z] unset SSH_AUTH_SOCK; [2020-12-02T08:49:01.224Z] unset SSH_AGENT_PID; [2020-12-02T08:49:01.224Z] echo Agent pid 52 killed; [2020-12-02T08:49:01.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T08:49:01.778Z] + git semver [Pipeline] } [2020-12-02T08:49:01.797Z] $ docker stop --time=1 8ad362b66beadcc6040591ff652a9162d6f837d9d88e99df9d5d0c63f692a413 [2020-12-02T08:49:03.483Z] $ docker rm -f 8ad362b66beadcc6040591ff652a9162d6f837d9d88e99df9d5d0c63f692a413 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T08:49:04.192Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-02T08:49:04.599Z] Stashed 1 file(s) [Pipeline] echo [2020-12-02T08:49:04.601Z] [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-02T08:49:20.110Z] Still waiting to schedule task [2020-12-02T08:49:20.111Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14160’ [2020-12-02T08:49:20.113Z] Still waiting to schedule task [2020-12-02T08:49:20.113Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-02T08:51:16.028Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14161 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-12-02T08:51:16.158Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-02T08:51:21.263Z] using credential edgex-jenkins-ssh [2020-12-02T08:51:21.339Z] Cloning the remote Git repository [2020-12-02T08:51:21.377Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T08:51:21.491Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-12-02T08:51:21.561Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T08:51:21.562Z] > git --version # timeout=10 [2020-12-02T08:51:21.580Z] > git --version # 'git version 2.17.1' [2020-12-02T08:51:21.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T08:51:21.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T08:51:23.548Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T08:51:23.568Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T08:51:23.593Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T08:51:23.626Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T08:51:23.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T08:51:23.640Z] > 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-02T08:51:24.272Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 9574d67936ccb2209c5ca4c21c9efb44b9c64fab [2020-12-02T08:51:24.656Z] Merge succeeded, producing 9574d67936ccb2209c5ca4c21c9efb44b9c64fab [2020-12-02T08:51:24.657Z] Checking out Revision 9574d67936ccb2209c5ca4c21c9efb44b9c64fab (PR-661) [2020-12-02T08:51:24.280Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T08:51:24.343Z] > git checkout -f 9574d67936ccb2209c5ca4c21c9efb44b9c64fab # timeout=10 [2020-12-02T08:51:24.511Z] > git remote # timeout=10 [2020-12-02T08:51:24.570Z] > git config --get remote.origin.url # timeout=10 [2020-12-02T08:51:24.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T08:51:24.605Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-12-02T08:51:24.630Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-02T08:51:24.650Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T08:51:24.662Z] > git checkout -f 9574d67936ccb2209c5ca4c21c9efb44b9c64fab # timeout=10 [2020-12-02T08:51:28.904Z] Commit message: "feat: add a comment to explain why use buffer for sending event to coredata" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T08:51:30.697Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-02T08:51:31.124Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T08:51:31.494Z] + sudo service docker+ restart [2020-12-02T08:51:31.494Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T08:51:33.633Z] provisioning config files... [2020-12-02T08:51:33.680Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config288367296222041659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:51:34.207Z] ---> docker-login.sh [2020-12-02T08:51:34.207Z] nexus3.edgexfoundry.org:10001 [2020-12-02T08:51:34.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:35.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:35.467Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:35.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:35.467Z] [2020-12-02T08:51:35.467Z] Login Succeeded [2020-12-02T08:51:35.467Z] nexus3.edgexfoundry.org:10002 [2020-12-02T08:51:35.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:35.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:35.744Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:35.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:35.744Z] [2020-12-02T08:51:35.744Z] Login Succeeded [2020-12-02T08:51:35.744Z] nexus3.edgexfoundry.org:10003 [2020-12-02T08:51:36.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:36.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:36.342Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:36.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:36.342Z] [2020-12-02T08:51:36.342Z] Login Succeeded [2020-12-02T08:51:36.342Z] nexus3.edgexfoundry.org:10004 [2020-12-02T08:51:36.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:36.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:36.941Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:36.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:36.941Z] [2020-12-02T08:51:36.941Z] Login Succeeded [2020-12-02T08:51:36.941Z] docker.io [2020-12-02T08:51:37.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:37.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:37.491Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:37.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:37.491Z] [2020-12-02T08:51:37.491Z] Login Succeeded [2020-12-02T08:51:37.767Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T08:51:37.786Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T08:51:38.352Z] ========================================================= [2020-12-02T08:51:38.352Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-02T08:51:38.352Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:51:38.804Z] + 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-02T08:51:39.088Z] Sending build context to Docker daemon 2.387MB [2020-12-02T08:51:39.367Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T08:51:39.367Z] Step 2/8 : FROM ${BASE} [2020-12-02T08:51:39.367Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-02T08:51:39.367Z] 5f621e34cdf4: Pulling fs layer [2020-12-02T08:51:39.367Z] a4357932f1b6: Pulling fs layer [2020-12-02T08:51:39.367Z] 18c013af1878: Pulling fs layer [2020-12-02T08:51:39.367Z] 00ac8860ef70: Pulling fs layer [2020-12-02T08:51:39.367Z] 63d7cb157983: Pulling fs layer [2020-12-02T08:51:39.367Z] b116817d02f9: Pulling fs layer [2020-12-02T08:51:39.367Z] 745a02a5169b: Pulling fs layer [2020-12-02T08:51:39.367Z] 63d7cb157983: Waiting [2020-12-02T08:51:39.367Z] b116817d02f9: Waiting [2020-12-02T08:51:39.367Z] 745a02a5169b: Waiting [2020-12-02T08:51:39.367Z] 00ac8860ef70: Waiting [2020-12-02T08:51:39.367Z] 18c013af1878: Verifying Checksum [2020-12-02T08:51:39.367Z] 18c013af1878: Download complete [2020-12-02T08:51:39.367Z] a4357932f1b6: Verifying Checksum [2020-12-02T08:51:39.367Z] a4357932f1b6: Download complete [2020-12-02T08:51:39.367Z] 63d7cb157983: Verifying Checksum [2020-12-02T08:51:39.367Z] 63d7cb157983: Download complete [2020-12-02T08:51:39.967Z] 5f621e34cdf4: Verifying Checksum [2020-12-02T08:51:39.967Z] 5f621e34cdf4: Download complete [2020-12-02T08:51:40.576Z] 5f621e34cdf4: Pull complete [2020-12-02T08:51:40.763Z] Running on prd-centos7-docker-4c-2g-14162 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-12-02T08:51:40.822Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-02T08:51:41.186Z] a4357932f1b6: Pull complete [2020-12-02T08:51:41.801Z] 18c013af1878: Pull complete [2020-12-02T08:51:42.402Z] 745a02a5169b: Verifying Checksum [2020-12-02T08:51:42.402Z] 745a02a5169b: Download complete [2020-12-02T08:51:43.321Z] using credential edgex-jenkins-ssh [2020-12-02T08:51:43.399Z] Cloning the remote Git repository [2020-12-02T08:51:43.414Z] 00ac8860ef70: Verifying Checksum [2020-12-02T08:51:43.414Z] 00ac8860ef70: Download complete [2020-12-02T08:51:43.451Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T08:51:43.606Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-12-02T08:51:43.722Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T08:51:43.722Z] > git --version # timeout=10 [2020-12-02T08:51:43.729Z] > git --version # 'git version 2.24.3' [2020-12-02T08:51:43.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T08:51:43.783Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T08:51:45.024Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 9574d67936ccb2209c5ca4c21c9efb44b9c64fab [2020-12-02T08:51:45.164Z] Merge succeeded, producing 9574d67936ccb2209c5ca4c21c9efb44b9c64fab [2020-12-02T08:51:45.164Z] Checking out Revision 9574d67936ccb2209c5ca4c21c9efb44b9c64fab (PR-661) [2020-12-02T08:51:44.493Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T08:51:44.503Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T08:51:44.515Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-02T08:51:44.538Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-02T08:51:44.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T08:51:44.542Z] > 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-02T08:51:45.034Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T08:51:45.044Z] > git checkout -f 9574d67936ccb2209c5ca4c21c9efb44b9c64fab # timeout=10 [2020-12-02T08:51:45.115Z] > git remote # timeout=10 [2020-12-02T08:51:45.122Z] > git config --get remote.origin.url # timeout=10 [2020-12-02T08:51:45.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T08:51:45.135Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-12-02T08:51:45.153Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-02T08:51:45.168Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T08:51:45.178Z] > git checkout -f 9574d67936ccb2209c5ca4c21c9efb44b9c64fab # timeout=10 [2020-12-02T08:51:49.128Z] Commit message: "feat: add a comment to explain why use buffer for sending event to coredata" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T08:51:50.900Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-02T08:51:51.303Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T08:51:51.648Z] + sudo service docker restart [2020-12-02T08:51:51.648Z] + true [2020-12-02T08:51:51.648Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T08:51:52.721Z] provisioning config files... [2020-12-02T08:51:52.763Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4833786857259198665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:51:53.188Z] ---> docker-login.sh [2020-12-02T08:51:53.188Z] nexus3.edgexfoundry.org:10001 [2020-12-02T08:51:53.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:53.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:53.477Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:53.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:53.477Z] [2020-12-02T08:51:53.477Z] Login Succeeded [2020-12-02T08:51:53.477Z] nexus3.edgexfoundry.org:10002 [2020-12-02T08:51:53.742Z] 00ac8860ef70: Pull complete [2020-12-02T08:51:53.742Z] 63d7cb157983: Pull complete [2020-12-02T08:51:53.742Z] b116817d02f9: Pull complete [2020-12-02T08:51:53.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:53.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:53.762Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:53.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:53.762Z] [2020-12-02T08:51:53.762Z] Login Succeeded [2020-12-02T08:51:53.762Z] nexus3.edgexfoundry.org:10003 [2020-12-02T08:51:54.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:54.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:54.032Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:54.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:54.032Z] [2020-12-02T08:51:54.032Z] Login Succeeded [2020-12-02T08:51:54.032Z] nexus3.edgexfoundry.org:10004 [2020-12-02T08:51:54.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:54.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:54.302Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:54.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:54.302Z] [2020-12-02T08:51:54.302Z] Login Succeeded [2020-12-02T08:51:54.302Z] docker.io [2020-12-02T08:51:54.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T08:51:54.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T08:51:54.598Z] Configure a credential helper to remove this warning. See [2020-12-02T08:51:54.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T08:51:54.598Z] [2020-12-02T08:51:54.598Z] Login Succeeded [2020-12-02T08:51:54.598Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T08:51:54.631Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T08:51:55.253Z] ========================================================= [2020-12-02T08:51:55.253Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-02T08:51:55.253Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:51:55.706Z] + 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-02T08:51:55.706Z] Sending build context to Docker daemon 2.388MB [2020-12-02T08:51:55.706Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T08:51:55.706Z] Step 2/8 : FROM ${BASE} [2020-12-02T08:51:55.981Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-02T08:51:55.981Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T08:51:55.981Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T08:51:55.981Z] de9db76c5a1d: Pulling fs layer [2020-12-02T08:51:55.981Z] bca2f99d35d6: Pulling fs layer [2020-12-02T08:51:55.981Z] 93359f2a8cfa: Pulling fs layer [2020-12-02T08:51:55.981Z] 7c6f9722023f: Pulling fs layer [2020-12-02T08:51:55.981Z] a35cf1a2eb13: Pulling fs layer [2020-12-02T08:51:55.981Z] 93359f2a8cfa: Waiting [2020-12-02T08:51:55.981Z] 7c6f9722023f: Waiting [2020-12-02T08:51:55.981Z] a35cf1a2eb13: Waiting [2020-12-02T08:51:55.981Z] bca2f99d35d6: Waiting [2020-12-02T08:51:55.981Z] de9db76c5a1d: Verifying Checksum [2020-12-02T08:51:55.981Z] de9db76c5a1d: Download complete [2020-12-02T08:51:55.981Z] 0ef7d3d256c8: Download complete [2020-12-02T08:51:55.981Z] 93359f2a8cfa: Download complete [2020-12-02T08:51:55.981Z] 7c6f9722023f: Verifying Checksum [2020-12-02T08:51:55.981Z] 7c6f9722023f: Download complete [2020-12-02T08:51:56.273Z] 188c0c94c7c5: Verifying Checksum [2020-12-02T08:51:56.273Z] 188c0c94c7c5: Download complete [2020-12-02T08:51:56.273Z] 188c0c94c7c5: Pull complete [2020-12-02T08:51:56.563Z] 0ef7d3d256c8: Pull complete [2020-12-02T08:51:56.563Z] de9db76c5a1d: Pull complete [2020-12-02T08:51:58.217Z] 745a02a5169b: Pull complete [2020-12-02T08:51:58.218Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-02T08:51:58.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-02T08:51:58.218Z] ---> b7e6874047d6 [2020-12-02T08:51:58.218Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T08:52:00.349Z] ---> Running in e10ad88aa277 [2020-12-02T08:52:00.687Z] Removing intermediate container e10ad88aa277 [2020-12-02T08:52:00.687Z] ---> 81519759d866 [2020-12-02T08:52:00.687Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T08:52:00.687Z] ---> Running in 2cede4b696e1 [2020-12-02T08:52:01.008Z] a35cf1a2eb13: Verifying Checksum [2020-12-02T08:52:01.008Z] a35cf1a2eb13: Download complete [2020-12-02T08:52:02.596Z] bca2f99d35d6: Verifying Checksum [2020-12-02T08:52:02.596Z] bca2f99d35d6: Download complete [2020-12-02T08:52:02.984Z] Removing intermediate container 2cede4b696e1 [2020-12-02T08:52:02.984Z] ---> e9a797e1c76e [2020-12-02T08:52:02.984Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-02T08:52:03.306Z] ---> Running in 1e4e4722e9e0 [2020-12-02T08:52:04.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T08:52:06.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T08:52:07.291Z] bca2f99d35d6: Pull complete [2020-12-02T08:52:07.291Z] 93359f2a8cfa: Pull complete [2020-12-02T08:52:07.291Z] 7c6f9722023f: Pull complete [2020-12-02T08:52:13.644Z] OK: 142 MiB in 39 packages [2020-12-02T08:52:14.287Z] Removing intermediate container 1e4e4722e9e0 [2020-12-02T08:52:14.287Z] ---> 6ee8bdc3cef7 [2020-12-02T08:52:14.287Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-02T08:52:14.287Z] ---> Running in ef5aca72a5d9 [2020-12-02T08:52:14.928Z] Removing intermediate container ef5aca72a5d9 [2020-12-02T08:52:14.928Z] ---> 6828add7ca99 [2020-12-02T08:52:14.928Z] Step 7/8 : COPY . . [2020-12-02T08:52:16.482Z] ---> 2a76d951951b [2020-12-02T08:52:16.482Z] Step 8/8 : RUN go mod download [2020-12-02T08:52:16.482Z] ---> Running in 9de41157def8 [2020-12-02T08:52:17.643Z] a35cf1a2eb13: Pull complete [2020-12-02T08:52:17.643Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-02T08:52:17.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-02T08:52:17.643Z] ---> a62c8e92a672 [2020-12-02T08:52:17.643Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T08:52:17.643Z] ---> Running in 693c7a1089a9 [2020-12-02T08:52:17.643Z] Removing intermediate container 693c7a1089a9 [2020-12-02T08:52:17.643Z] ---> fefdc0a52a91 [2020-12-02T08:52:17.643Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T08:52:17.643Z] ---> Running in ff7f0d37ddda [2020-12-02T08:52:18.322Z] Removing intermediate container ff7f0d37ddda [2020-12-02T08:52:18.322Z] ---> a7cce70b0a1b [2020-12-02T08:52:18.322Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-02T08:52:18.322Z] ---> Running in b4203c7a1b3c [2020-12-02T08:52:19.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T08:52:20.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T08:52:20.329Z] OK: 166 MiB in 39 packages [2020-12-02T08:52:20.996Z] Removing intermediate container b4203c7a1b3c [2020-12-02T08:52:20.996Z] ---> 06e242ac1900 [2020-12-02T08:52:20.996Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-02T08:52:20.996Z] ---> Running in d14c8d7cda49 [2020-12-02T08:52:21.287Z] Removing intermediate container d14c8d7cda49 [2020-12-02T08:52:21.287Z] ---> d99bc1a24b14 [2020-12-02T08:52:21.287Z] Step 7/8 : COPY . . [2020-12-02T08:52:22.340Z] ---> e57cadbd0270 [2020-12-02T08:52:22.340Z] Step 8/8 : RUN go mod download [2020-12-02T08:52:22.672Z] ---> Running in b7f677de2ca4 [2020-12-02T08:52:39.271Z] Removing intermediate container 9de41157def8 [2020-12-02T08:52:39.271Z] ---> 259a2e6a966b [2020-12-02T08:52:39.271Z] Successfully built 259a2e6a966b [2020-12-02T08:52:39.271Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:52:39.622Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T08:52:39.622Z] . [Pipeline] withDockerContainer [2020-12-02T08:52:39.912Z] prd-ubuntu18.04-docker-arm64-4c-16g-14161 does not seem to be running inside a container [2020-12-02T08:52:40.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T08:52:41.241Z] Removing intermediate container b7f677de2ca4 [2020-12-02T08:52:41.241Z] ---> 7a709f09abbb [2020-12-02T08:52:41.241Z] Successfully built 7a709f09abbb [2020-12-02T08:52:41.241Z] Successfully tagged ci-base-image-x86_64:latest [2020-12-02T08:52:41.499Z] $ docker top 225b617b552cc508f354604537f86480be60aa11faa4b4615759e59e1b9d256b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:52:42.295Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T08:52:42.295Z] . [Pipeline] withDockerContainer [2020-12-02T08:52:42.436Z] prd-centos7-docker-4c-2g-14162 does not seem to be running inside a container [2020-12-02T08:52:42.531Z] + go version [2020-12-02T08:52:42.531Z] go version go1.15.5 linux/arm64 [2020-12-02T08:52:42.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T08:52:43.385Z] $ docker top c996f8a5210715cb20f3d8d3e06190c3b41bac254a3e12322221cd15a2033597 -eo pid,comm [Pipeline] { [Pipeline] } [2020-12-02T08:52:43.613Z] $ docker stop --time=1 225b617b552cc508f354604537f86480be60aa11faa4b4615759e59e1b9d256b [2020-12-02T08:52:45.588Z] $ docker rm -f 225b617b552cc508f354604537f86480be60aa11faa4b4615759e59e1b9d256b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-02T08:52:46.181Z] + go version [2020-12-02T08:52:46.181Z] go version go1.15.5 linux/amd64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] } [2020-12-02T08:52:46.239Z] $ docker stop --time=1 c996f8a5210715cb20f3d8d3e06190c3b41bac254a3e12322221cd15a2033597 [2020-12-02T08:52:47.605Z] $ docker rm -f c996f8a5210715cb20f3d8d3e06190c3b41bac254a3e12322221cd15a2033597 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:52:48.409Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T08:52:48.409Z] . [Pipeline] withDockerContainer [2020-12-02T08:52:48.518Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T08:52:48.518Z] . [2020-12-02T08:52:48.703Z] prd-ubuntu18.04-docker-arm64-4c-16g-14161 does not seem to be running inside a container [2020-12-02T08:52:48.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T08:52:50.349Z] $ docker top c9fb37c1911a3c5a026621f54507632854d88023682efa26adb5f592894d3798 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-02T08:52:50.835Z] prd-centos7-docker-4c-2g-14162 does not seem to be running inside a container [2020-12-02T08:52:50.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T08:52:51.639Z] $ docker top e6eaaa9d7700cfb6198b8faf421441d6effb599e1bd62622ae534bfa4f143a90 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-02T08:52:52.245Z] + make test [2020-12-02T08:52:52.245Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-02T08:52:52.528Z] + make test [2020-12-02T08:52:52.528Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-02T08:53:00.510Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-02T08:53:14.767Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-02T08:53:15.591Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-02T08:53:15.591Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-02T08:53:15.591Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-02T08:53:15.591Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.061s coverage: 20.0% of statements [2020-12-02T08:53:16.174Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.439s coverage: 97.1% of statements [2020-12-02T08:53:48.490Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.062s coverage: 9.4% of statements [2020-12-02T08:53:48.490Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.059s coverage: 21.9% of statements [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-02T08:53:48.490Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.215s coverage: 42.5% of statements [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-02T08:53:48.490Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.285s coverage: 68.9% of statements [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-02T08:53:48.490Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-02T08:53:48.490Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.502s coverage: 68.9% of statements [2020-12-02T08:53:48.490Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.7% of statements [2020-12-02T08:53:48.490Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-02T08:53:48.490Z] GO111MODULE=on go vet ./... [2020-12-02T08:53:53.855Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-02T08:53:53.855Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-02T08:53:53.855Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-02T08:53:53.855Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.107s coverage: 20.0% of statements [2020-12-02T08:53:53.888Z] gofmt -l . [2020-12-02T08:53:53.888Z] [ "`gofmt -l .`" = "" ] [2020-12-02T08:53:54.152Z] ./bin/test-attribution-txt.sh [2020-12-02T08:53:54.733Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T08:53:55.017Z] $ docker stop --time=1 e6eaaa9d7700cfb6198b8faf421441d6effb599e1bd62622ae534bfa4f143a90 [2020-12-02T08:53:56.498Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.206s coverage: 97.1% of statements [2020-12-02T08:53:56.943Z] $ docker rm -f e6eaaa9d7700cfb6198b8faf421441d6effb599e1bd62622ae534bfa4f143a90 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T08:53:57.738Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T08:53:58.244Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-02T08:54:01.002Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T08:54:01.301Z] + ls -al . [2020-12-02T08:54:01.301Z] total 208 [2020-12-02T08:54:01.301Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 2 08:53 . [2020-12-02T08:54:01.301Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 2 08:51 .. [2020-12-02T08:54:01.301Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 2 08:51 bin [2020-12-02T08:54:01.301Z] -rw-r--r--. 1 jenkins jenkins 127698 Dec 2 08:53 coverage.out [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 2 08:51 Dockerfile.build [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 2 08:51 .dockerignore [2020-12-02T08:54:01.301Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 2 08:51 example [2020-12-02T08:54:01.301Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 2 08:51 .git [2020-12-02T08:54:01.301Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 2 08:51 .github [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 2 08:51 .gitignore [2020-12-02T08:54:01.301Z] -rw-r--r--. 1 jenkins jenkins 518 Dec 2 08:53 go.mod [2020-12-02T08:54:01.301Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 2 08:53 go.sum [2020-12-02T08:54:01.301Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 2 08:51 internal [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 2 08:51 Jenkinsfile [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 2 08:51 LICENSE [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 2 08:51 Makefile [2020-12-02T08:54:01.301Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 2 08:51 openapi [2020-12-02T08:54:01.301Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 2 08:51 pkg [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 2 08:51 README.md [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 2 08:51 RELEASE-NOTES.txt [2020-12-02T08:54:01.301Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 2 08:51 snap [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 2 08:49 VERSION [2020-12-02T08:54:01.301Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 2 08:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:54:01.613Z] + 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=9574d67936ccb2209c5ca4c21c9efb44b9c64fab --label arch=amd64 --label version=0.0.0 . [2020-12-02T08:54:01.879Z] Sending build context to Docker daemon 2.517MB [2020-12-02T08:54:01.879Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-02T08:54:01.879Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-02T08:54:01.879Z] ---> 7a709f09abbb [2020-12-02T08:54:01.879Z] Step 3/24 : ARG MAKE='make build' [2020-12-02T08:54:02.848Z] ---> Running in 06a1d6d96280 [2020-12-02T08:54:03.136Z] Removing intermediate container 06a1d6d96280 [2020-12-02T08:54:03.136Z] ---> 254968020b31 [2020-12-02T08:54:03.136Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-02T08:54:03.136Z] ---> Running in d1503e31a39e [2020-12-02T08:54:03.403Z] Removing intermediate container d1503e31a39e [2020-12-02T08:54:03.403Z] ---> 052ab9373ee8 [2020-12-02T08:54:03.403Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T08:54:03.403Z] ---> Running in 1614e2ad226f [2020-12-02T08:54:03.666Z] Removing intermediate container 1614e2ad226f [2020-12-02T08:54:03.666Z] ---> 4d10ac1a5dae [2020-12-02T08:54:03.666Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T08:54:03.666Z] ---> Running in 3602e6e37ce7 [2020-12-02T08:54:04.614Z] Removing intermediate container 3602e6e37ce7 [2020-12-02T08:54:04.614Z] ---> 31e8cfe7e87c [2020-12-02T08:54:04.614Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-02T08:54:04.614Z] ---> Running in d0ddbc597fb1 [2020-12-02T08:54:05.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T08:54:05.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T08:54:06.340Z] OK: 166 MiB in 39 packages [2020-12-02T08:54:06.915Z] Removing intermediate container d0ddbc597fb1 [2020-12-02T08:54:06.915Z] ---> 4bd174ca752c [2020-12-02T08:54:06.915Z] Step 8/24 : COPY . . [2020-12-02T08:54:07.866Z] ---> 24ad60e32340 [2020-12-02T08:54:07.866Z] Step 9/24 : RUN ${MAKE} [2020-12-02T08:54:07.866Z] ---> Running in 67a89144d851 [2020-12-02T08:54:08.456Z] 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-02T08:54:16.712Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-02T08:54:18.115Z] Removing intermediate container 67a89144d851 [2020-12-02T08:54:18.115Z] ---> bdeecdc736e8 [2020-12-02T08:54:18.115Z] Step 10/24 : FROM scratch [2020-12-02T08:54:18.115Z] ---> [2020-12-02T08:54:18.115Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T08:54:18.384Z] ---> Running in e9bed5c36a7b [2020-12-02T08:54:18.384Z] Removing intermediate container e9bed5c36a7b [2020-12-02T08:54:18.384Z] ---> 7fa0cb3eb383 [2020-12-02T08:54:18.384Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-02T08:54:18.384Z] ---> Running in d7cc72d6a505 [2020-12-02T08:54:18.646Z] Removing intermediate container d7cc72d6a505 [2020-12-02T08:54:18.646Z] ---> 0b92f8bf5169 [2020-12-02T08:54:18.646Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-02T08:54:18.646Z] ---> Running in 7fa5b4cbebc9 [2020-12-02T08:54:18.908Z] Removing intermediate container 7fa5b4cbebc9 [2020-12-02T08:54:18.908Z] ---> 73687cb3c8d8 [2020-12-02T08:54:18.908Z] Step 14/24 : WORKDIR / [2020-12-02T08:54:18.908Z] ---> Running in 21d30e502745 [2020-12-02T08:54:19.173Z] Removing intermediate container 21d30e502745 [2020-12-02T08:54:19.173Z] ---> 0173f53f5b10 [2020-12-02T08:54:19.173Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-02T08:54:19.436Z] ---> df69f4368836 [2020-12-02T08:54:19.436Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-02T08:54:19.699Z] ---> 950861200b5b [2020-12-02T08:54:19.699Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-02T08:54:19.962Z] ---> 981a992e460c [2020-12-02T08:54:19.962Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-02T08:54:20.226Z] ---> 993aacf57aa4 [2020-12-02T08:54:20.226Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-02T08:54:20.490Z] ---> 88b56bb351c8 [2020-12-02T08:54:20.490Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-02T08:54:20.490Z] ---> Running in 22f2426da9c7 [2020-12-02T08:54:20.490Z] Removing intermediate container 22f2426da9c7 [2020-12-02T08:54:20.490Z] ---> 0a919bf96632 [2020-12-02T08:54:20.490Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T08:54:20.757Z] ---> Running in 381246f76fd4 [2020-12-02T08:54:20.757Z] Removing intermediate container 381246f76fd4 [2020-12-02T08:54:20.757Z] ---> 82ca557d981a [2020-12-02T08:54:20.757Z] Step 22/24 : LABEL arch=amd64 [2020-12-02T08:54:21.021Z] ---> Running in 9dcc5ca2916e [2020-12-02T08:54:21.021Z] Removing intermediate container 9dcc5ca2916e [2020-12-02T08:54:21.021Z] ---> 73a03089bc6d [2020-12-02T08:54:21.021Z] Step 23/24 : LABEL git_sha=9574d67936ccb2209c5ca4c21c9efb44b9c64fab [2020-12-02T08:54:21.021Z] ---> Running in 6b046b0a0f28 [2020-12-02T08:54:21.286Z] Removing intermediate container 6b046b0a0f28 [2020-12-02T08:54:21.286Z] ---> 54c582eff2f3 [2020-12-02T08:54:21.286Z] Step 24/24 : LABEL version=0.0.0 [2020-12-02T08:54:21.286Z] ---> Running in 251a23677d0a [2020-12-02T08:54:21.550Z] Removing intermediate container 251a23677d0a [2020-12-02T08:54:21.550Z] ---> e6f781c352cf [2020-12-02T08:54:21.550Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T08:54:21.550Z] Successfully built e6f781c352cf [2020-12-02T08:54:21.550Z] 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-02T08:54:29.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.122s coverage: 9.4% of statements [2020-12-02T08:54:29.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.108s coverage: 21.9% of statements [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-02T08:54:29.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.624s coverage: 42.5% of statements [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-02T08:54:29.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.754s coverage: 68.9% of statements [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-02T08:54:29.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.180s coverage: 52.6% of statements [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-02T08:54:29.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-02T08:54:29.008Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.731s coverage: 68.9% of statements [2020-12-02T08:54:29.009Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.132s coverage: 4.7% of statements [2020-12-02T08:54:29.009Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-02T08:54:29.009Z] GO111MODULE=on go vet ./... [2020-12-02T08:54:55.880Z] gofmt -l . [2020-12-02T08:54:55.880Z] [ "`gofmt -l .`" = "" ] [2020-12-02T08:54:55.880Z] ./bin/test-attribution-txt.sh [2020-12-02T08:54:56.864Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T08:54:57.165Z] $ docker stop --time=1 c9fb37c1911a3c5a026621f54507632854d88023682efa26adb5f592894d3798 [2020-12-02T08:54:59.458Z] $ docker rm -f c9fb37c1911a3c5a026621f54507632854d88023682efa26adb5f592894d3798 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T08:55:00.633Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T08:55:00.705Z] Warning: overwriting stash ‘coverage-report’ [2020-12-02T08:55:01.563Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T08:55:02.426Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T08:55:02.762Z] + ls -al . [2020-12-02T08:55:02.762Z] total 244 [2020-12-02T08:55:02.762Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 2 08:54 . [2020-12-02T08:55:02.762Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 08:51 .. [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 2 08:51 .dockerignore [2020-12-02T08:55:02.762Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 2 08:51 .git [2020-12-02T08:55:02.762Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 08:51 .github [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 2 08:51 .gitignore [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 2 08:51 Dockerfile.build [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 2 08:51 Jenkinsfile [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 2 08:51 LICENSE [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 2 08:51 Makefile [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 2 08:51 README.md [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 2 08:51 RELEASE-NOTES.txt [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 2 08:49 VERSION [2020-12-02T08:55:02.762Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 08:51 bin [2020-12-02T08:55:02.762Z] -rw-r--r-- 1 jenkins jenkins 127698 Dec 2 08:54 coverage.out [2020-12-02T08:55:02.762Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 08:51 example [2020-12-02T08:55:02.762Z] -rw-r--r-- 1 jenkins jenkins 518 Dec 2 08:54 go.mod [2020-12-02T08:55:02.762Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 2 08:54 go.sum [2020-12-02T08:55:02.762Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 2 08:51 internal [2020-12-02T08:55:02.762Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 08:51 openapi [2020-12-02T08:55:02.762Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 2 08:51 pkg [2020-12-02T08:55:02.762Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 08:51 snap [2020-12-02T08:55:02.762Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 2 08:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:55:03.108Z] + 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=9574d67936ccb2209c5ca4c21c9efb44b9c64fab --label arch=arm64 --label version=0.0.0 . [2020-12-02T08:55:03.390Z] Sending build context to Docker daemon 2.516MB [2020-12-02T08:55:03.663Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-02T08:55:03.663Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-02T08:55:03.663Z] ---> 259a2e6a966b [2020-12-02T08:55:03.663Z] Step 3/24 : ARG MAKE='make build' [2020-12-02T08:55:03.935Z] ---> Running in a8a0039f6f51 [2020-12-02T08:55:04.208Z] Removing intermediate container a8a0039f6f51 [2020-12-02T08:55:04.208Z] ---> ab2b20d780d9 [2020-12-02T08:55:04.208Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-02T08:55:04.482Z] ---> Running in 72777589e088 [2020-12-02T08:55:05.083Z] Removing intermediate container 72777589e088 [2020-12-02T08:55:05.083Z] ---> 10005714005c [2020-12-02T08:55:05.083Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T08:55:05.083Z] ---> Running in 976cf8daf87f [2020-12-02T08:55:05.677Z] Removing intermediate container 976cf8daf87f [2020-12-02T08:55:05.677Z] ---> 40957c0e4978 [2020-12-02T08:55:05.677Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T08:55:05.677Z] ---> Running in 3a9e535a0039 [2020-12-02T08:55:07.646Z] Removing intermediate container 3a9e535a0039 [2020-12-02T08:55:07.646Z] ---> 377a5a07e37a [2020-12-02T08:55:07.646Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-02T08:55:07.925Z] ---> Running in 80b37cd2cb09 [2020-12-02T08:55:08.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T08:55:09.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T08:55:10.478Z] OK: 142 MiB in 39 packages [2020-12-02T08:55:11.454Z] Removing intermediate container 80b37cd2cb09 [2020-12-02T08:55:11.454Z] ---> 0ae6eae1a4cb [2020-12-02T08:55:11.454Z] Step 8/24 : COPY . . [2020-12-02T08:55:12.897Z] ---> 6da1a5c0b470 [2020-12-02T08:55:12.897Z] Step 9/24 : RUN ${MAKE} [2020-12-02T08:55:12.897Z] ---> Running in b28afcb87d33 [2020-12-02T08:55:13.876Z] 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-02T08:55:40.693Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-02T08:55:40.693Z] Removing intermediate container b28afcb87d33 [2020-12-02T08:55:40.693Z] ---> ed6ca8c960ae [2020-12-02T08:55:40.693Z] Step 10/24 : FROM scratch [2020-12-02T08:55:40.693Z] ---> [2020-12-02T08:55:40.693Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-02T08:55:40.693Z] ---> Running in d43b55b3cf79 [2020-12-02T08:55:40.693Z] Removing intermediate container d43b55b3cf79 [2020-12-02T08:55:40.693Z] ---> 1040297a8bbe [2020-12-02T08:55:40.693Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-02T08:55:40.693Z] ---> Running in b1b950968e63 [2020-12-02T08:55:41.288Z] Removing intermediate container b1b950968e63 [2020-12-02T08:55:41.288Z] ---> 24e06c0b44ae [2020-12-02T08:55:41.288Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-02T08:55:41.288Z] ---> Running in 30604352ef69 [2020-12-02T08:55:41.883Z] Removing intermediate container 30604352ef69 [2020-12-02T08:55:41.883Z] ---> a576b19cb774 [2020-12-02T08:55:41.883Z] Step 14/24 : WORKDIR / [2020-12-02T08:55:41.883Z] ---> Running in 71ece648b68f [2020-12-02T08:55:42.157Z] Removing intermediate container 71ece648b68f [2020-12-02T08:55:42.157Z] ---> ade538df0fc2 [2020-12-02T08:55:42.157Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-02T08:55:43.590Z] ---> e2f17631a640 [2020-12-02T08:55:43.590Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-02T08:55:44.183Z] ---> c6de5bed22bf [2020-12-02T08:55:44.183Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-02T08:55:44.777Z] ---> 72bba640638b [2020-12-02T08:55:44.777Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-02T08:55:45.372Z] ---> 7cbc6c7e5e36 [2020-12-02T08:55:45.372Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-02T08:55:46.347Z] ---> 37cd082e4b81 [2020-12-02T08:55:46.347Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-02T08:55:46.347Z] ---> Running in 56bcbff2be68 [2020-12-02T08:55:46.941Z] Removing intermediate container 56bcbff2be68 [2020-12-02T08:55:46.941Z] ---> b4b0636abc11 [2020-12-02T08:55:46.941Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T08:55:46.941Z] ---> Running in acb3d6d3b25a [2020-12-02T08:55:47.537Z] Removing intermediate container acb3d6d3b25a [2020-12-02T08:55:47.537Z] ---> f5e60d02f1b8 [2020-12-02T08:55:47.537Z] Step 22/24 : LABEL arch=arm64 [2020-12-02T08:55:47.537Z] ---> Running in e8ba584efc19 [2020-12-02T08:55:48.130Z] Removing intermediate container e8ba584efc19 [2020-12-02T08:55:48.130Z] ---> e683a7d2d79d [2020-12-02T08:55:48.130Z] Step 23/24 : LABEL git_sha=9574d67936ccb2209c5ca4c21c9efb44b9c64fab [2020-12-02T08:55:48.130Z] ---> Running in 748524d9c4f2 [2020-12-02T08:55:48.724Z] Removing intermediate container 748524d9c4f2 [2020-12-02T08:55:48.724Z] ---> 494b0a7a41ed [2020-12-02T08:55:48.724Z] Step 24/24 : LABEL version=0.0.0 [2020-12-02T08:55:48.724Z] ---> Running in fa4b63969b99 [2020-12-02T08:55:49.316Z] Removing intermediate container fa4b63969b99 [2020-12-02T08:55:49.316Z] ---> 699bc6b70e42 [2020-12-02T08:55:49.316Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T08:55:49.316Z] Successfully built 699bc6b70e42 [2020-12-02T08:55:49.316Z] 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-02T08:55:51.430Z] provisioning config files... [2020-12-02T08:55:51.468Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config1903743616890324528tmp [Pipeline] { [Pipeline] sh [2020-12-02T08:55:51.933Z] + set +x [2020-12-02T08:55:51.933Z] + curl -s https://codecov.io/bash [2020-12-02T08:55:51.933Z] + bash -s -- [2020-12-02T08:55:52.204Z] [2020-12-02T08:55:52.204Z] _____ _ [2020-12-02T08:55:52.204Z] / ____| | | [2020-12-02T08:55:52.204Z] | | ___ __| | ___ ___ _____ __ [2020-12-02T08:55:52.204Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-02T08:55:52.204Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-02T08:55:52.204Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-02T08:55:52.204Z] Bash-20201130-cc6d3fe [2020-12-02T08:55:52.204Z] [2020-12-02T08:55:52.204Z] [2020-12-02T08:55:52.204Z] ==> Jenkins CI detected. [2020-12-02T08:55:52.204Z] project root: . [2020-12-02T08:55:52.204Z] --> token set from env [2020-12-02T08:55:52.204Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-02T08:55:52.204Z] ==> Running gcov in . (disable via -X gcov) [2020-12-02T08:55:52.470Z] ==> Python coveragepy not found [2020-12-02T08:55:52.470Z] ==> Searching for coverage reports in: [2020-12-02T08:55:52.470Z] + . [2020-12-02T08:55:52.470Z] -> Found 1 reports [2020-12-02T08:55:52.470Z] ==> Detecting git/mercurial file structure [2020-12-02T08:55:52.470Z] ==> Reading reports [2020-12-02T08:55:52.470Z] + ./coverage.out bytes=127698 [2020-12-02T08:55:52.470Z] ==> Appending adjustments [2020-12-02T08:55:52.470Z] https://docs.codecov.io/docs/fixing-reports [2020-12-02T08:55:53.056Z] + Found adjustments [2020-12-02T08:55:53.056Z] ==> Gzipping contents [2020-12-02T08:55:53.056Z] 24K /tmp/codecov.8F9wML.gz [2020-12-02T08:55:53.056Z] ==> Uploading reports [2020-12-02T08:55:53.056Z] url: https://codecov.io [2020-12-02T08:55:53.056Z] query: branch=PR-661&commit=9574d67936ccb2209c5ca4c21c9efb44b9c64fab&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-12-02T08:55:53.056Z] -> Pinging Codecov [2020-12-02T08:55:53.056Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-661&commit=9574d67936ccb2209c5ca4c21c9efb44b9c64fab&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-12-02T08:55:53.647Z] -> Uploading to [2020-12-02T08:55:53.647Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-02/7E55EF52A471D76F132DFD9A03CDDE97/9574d67936ccb2209c5ca4c21c9efb44b9c64fab/6244d139-4b3f-470b-bfe4-bbe5cc60efbd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T085553Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=83b5542a2ad1a51b1b966dd9c9667e188393c752b2e14439e241aa681a92609d [2020-12-02T08:55:53.647Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T08:55:53.647Z] Dload Upload Total Spent Left Speed [2020-12-02T08:55:54.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20857 0 0 100 20857 0 50302 --:--:-- --:--:-- --:--:-- 50379 [2020-12-02T08:55:54.244Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9574d67936ccb2209c5ca4c21c9efb44b9c64fab [Pipeline] } [2020-12-02T08:55:54.275Z] 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-02T08:55:57.338Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:55:57.949Z] ---> package-listing.sh [2020-12-02T08:55:57.949Z] ++ facter osfamily [2020-12-02T08:55:57.949Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-02T08:55:57.949Z] + OS_FAMILY=redhat [2020-12-02T08:55:57.949Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-12-02T08:55:57.949Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-02T08:55:57.949Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-02T08:55:57.949Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-02T08:55:57.949Z] + PACKAGES=/tmp/packages_start.txt [2020-12-02T08:55:57.949Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-12-02T08:55:57.949Z] + PACKAGES=/tmp/packages_end.txt [2020-12-02T08:55:57.949Z] + case "${OS_FAMILY}" in [2020-12-02T08:55:57.949Z] + rpm -qa [2020-12-02T08:55:57.949Z] + sort [2020-12-02T08:56:03.387Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-02T08:56:03.387Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-02T08:56:03.387Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-02T08:56:03.387Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-12-02T08:56:03.387Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [2020-12-02T08:56:03.387Z] + 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-02T08:56:03.401Z] 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-02T08:56:03.703Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:56:04.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T08:56:04.017Z] [2020-12-02T08:56:04.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-02T08:56:04.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T08:56:04.393Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-02T08:56:04.393Z] df20fa9351a1: Pulling fs layer [2020-12-02T08:56:04.393Z] 36b3adc4ff6f: Pulling fs layer [2020-12-02T08:56:04.393Z] 8ad3a11d3b57: Pulling fs layer [2020-12-02T08:56:04.393Z] 46f8f816bc3b: Pulling fs layer [2020-12-02T08:56:04.393Z] 93b61091891f: Pulling fs layer [2020-12-02T08:56:04.393Z] 93b9cdb0e59b: Pulling fs layer [2020-12-02T08:56:04.393Z] 5e14af77c1be: Pulling fs layer [2020-12-02T08:56:04.393Z] 01666e4c0597: Pulling fs layer [2020-12-02T08:56:04.393Z] aa168da1d23b: Pulling fs layer [2020-12-02T08:56:04.393Z] 46f8f816bc3b: Waiting [2020-12-02T08:56:04.393Z] 5e14af77c1be: Waiting [2020-12-02T08:56:04.393Z] 93b61091891f: Waiting [2020-12-02T08:56:04.393Z] 93b9cdb0e59b: Waiting [2020-12-02T08:56:04.393Z] 01666e4c0597: Waiting [2020-12-02T08:56:04.393Z] aa168da1d23b: Waiting [2020-12-02T08:56:04.393Z] 36b3adc4ff6f: Verifying Checksum [2020-12-02T08:56:04.393Z] 36b3adc4ff6f: Download complete [2020-12-02T08:56:04.658Z] 46f8f816bc3b: Download complete [2020-12-02T08:56:04.658Z] df20fa9351a1: Verifying Checksum [2020-12-02T08:56:04.658Z] df20fa9351a1: Download complete [2020-12-02T08:56:04.658Z] 93b9cdb0e59b: Verifying Checksum [2020-12-02T08:56:04.658Z] 93b9cdb0e59b: Download complete [2020-12-02T08:56:04.658Z] 5e14af77c1be: Verifying Checksum [2020-12-02T08:56:04.658Z] 5e14af77c1be: Download complete [2020-12-02T08:56:04.658Z] 93b61091891f: Download complete [2020-12-02T08:56:04.658Z] 01666e4c0597: Verifying Checksum [2020-12-02T08:56:04.658Z] 01666e4c0597: Download complete [2020-12-02T08:56:05.251Z] df20fa9351a1: Pull complete [2020-12-02T08:56:05.523Z] 36b3adc4ff6f: Pull complete [2020-12-02T08:56:05.523Z] 8ad3a11d3b57: Verifying Checksum [2020-12-02T08:56:05.523Z] 8ad3a11d3b57: Download complete [2020-12-02T08:56:06.958Z] 8ad3a11d3b57: Pull complete [2020-12-02T08:56:06.958Z] 46f8f816bc3b: Pull complete [2020-12-02T08:56:08.431Z] 93b61091891f: Pull complete [2020-12-02T08:56:08.431Z] 93b9cdb0e59b: Pull complete [2020-12-02T08:56:08.701Z] 5e14af77c1be: Pull complete [2020-12-02T08:56:08.701Z] aa168da1d23b: Verifying Checksum [2020-12-02T08:56:08.701Z] aa168da1d23b: Download complete [2020-12-02T08:56:08.701Z] 01666e4c0597: Pull complete [2020-12-02T08:56:16.963Z] aa168da1d23b: Pull complete [2020-12-02T08:56:16.964Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-02T08:56:16.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T08:56:16.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-02T08:56:17.269Z] prd-centos7-docker-4c-2g-14160 does not seem to be running inside a container [2020-12-02T08:56:17.423Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-02T08:56:21.067Z] $ docker top f79b922caa4b86124671a1ac9c3e115611b726051a5df64b59428a6fda3391df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T08:56:21.674Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-02T08:56:21.984Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-02T08:56:22.294Z] + ls /var/log/sa-host [2020-12-02T08:56:22.295Z] + sadf -c /var/log/sa-host/sa02 [2020-12-02T08:56:22.295Z] file_magic: OK [2020-12-02T08:56:22.295Z] HZ: Using current value: 100 [2020-12-02T08:56:22.295Z] file_header: OK [2020-12-02T08:56:22.295Z] 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-02T08:56:22.295Z] Statistics: [2020-12-02T08:56:22.295Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-02T08:56:22.295Z] File successfully converted to sysstat format version 12.2.1 [2020-12-02T08:56:22.295Z] + sadf -c /var/log/sa-host/sa23 [2020-12-02T08:56:22.295Z] file_magic: OK [2020-12-02T08:56:22.295Z] HZ: Using current value: 100 [2020-12-02T08:56:22.295Z] file_header: OK [2020-12-02T08:56:22.295Z] 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-02T08:56:22.295Z] Statistics: [2020-12-02T08:56:22.295Z] Hnuu...uuuununununu... [2020-12-02T08:56:22.295Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-02T08:56:22.933Z] provisioning config files... [2020-12-02T08:56:22.949Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config9176457181689530429tmp [Pipeline] { [Pipeline] echo [2020-12-02T08:56:23.027Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:56:23.337Z] ---> create-netrc.sh [Pipeline] } [2020-12-02T08:56:23.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-02T08:56:23.446Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:56:23.763Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-02T08:56:23.774Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:56:24.072Z] ---> sudo-logs.sh [2020-12-02T08:56:24.072Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-02T08:56:24.083Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:56:24.391Z] ---> job-cost.sh [2020-12-02T08:56:24.391Z] lf-activate-venv: SKIPPING [2020-12-02T08:56:24.391Z] INFO: No Stack... [2020-12-02T08:56:25.789Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-02T08:56:26.053Z] INFO: Archiving Costs [Pipeline] echo [2020-12-02T08:56:26.070Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T08:56:26.382Z] ---> logs-deploy.sh [2020-12-02T08:56:26.382Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-661/3 [2020-12-02T08:56:26.382Z] INFO: archiving workspace using pattern(s): [2020-12-02T08:56:28.318Z] Archives upload complete. [2020-12-02T08:56:28.318Z] INFO: archiving logs to Nexus