Pull request #650 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 tzstoyanov for edgexfoundry/device-sdk-go Loading trusted files from base branch master at c21ff6277396b81a1001baea71274dd2dd19f737 rather than 1fe98612d91ad7067da65148900ec19dd95b7b76 Obtained Jenkinsfile from c21ff6277396b81a1001baea71274dd2dd19f737 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-15919 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [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-650 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/650/head:refs/remotes/origin/PR-650 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit 1fe98612d91ad7067da65148900ec19dd95b7b76 Merge succeeded, producing 1fe98612d91ad7067da65148900ec19dd95b7b76 Checking out Revision 1fe98612d91ad7067da65148900ec19dd95b7b76 (PR-650) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe98612d91ad7067da65148900ec19dd95b7b76 # 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 c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe98612d91ad7067da65148900ec19dd95b7b76 # timeout=10 Commit message: "feat(sdk): Implement Device AutoEvents SDK APIs" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-14T13:17:02.843Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk c31a67362c3622f7432cedd67f1e8e941d93c300 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-14T13:17:03.184Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-14T13:17:03.302Z] ========================================================= [2020-12-14T13:17:03.302Z] EdgeX Global Pipelines Version Info [2020-12-14T13:17:03.302Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:17:05.597Z] ------------------- [2020-12-14T13:17:05.597Z] stable info: [2020-12-14T13:17:05.597Z] ------------------- [2020-12-14T13:17:05.597Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-14T13:17:05.597Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-14T13:17:05.597Z] Message: update stable to v1.0.172 [2020-12-14T13:17:06.605Z] ------------------- [2020-12-14T13:17:06.605Z] experimental info: [2020-12-14T13:17:06.605Z] ------------------- [2020-12-14T13:17:06.605Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-14T13:17:06.605Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-14T13:17:06.606Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-14T13:17:06.976Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-14T13:17:07.085Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-14T13:17:07.205Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-14T13:17:07.305Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-14T13:17:07.409Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-14T13:17:07.514Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-14T13:17:07.620Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-14T13:17:07.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-14T13:17:07.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-14T13:17:07.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-14T13:17:08.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-14T13:17:08.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-14T13:17:08.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-14T13:17:08.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-14T13:17:08.475Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-14T13:17:08.606Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-14T13:17:08.737Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-14T13:17:08.963Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-14T13:17:09.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-14T13:17:09.190Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-14T13:17:09.292Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-14T13:17:09.410Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-14T13:17:09.516Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-14T13:17:09.615Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-14T13:17:09.729Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-14T13:17:09.829Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-14T13:17:09.930Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-650 [Pipeline] echo [2020-12-14T13:17:10.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-650 [Pipeline] echo [2020-12-14T13:17:10.421Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-650 [Pipeline] echo [2020-12-14T13:17:10.539Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1fe98612d91ad7067da65148900ec19dd95b7b76 [Pipeline] echo [2020-12-14T13:17:10.647Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1fe9861 [Pipeline] echo [2020-12-14T13:17:10.763Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-14T13:17:11.019Z] provisioning config files... [2020-12-14T13:17:11.063Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/config8818843926740858920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:17:11.642Z] ---> docker-login.sh [2020-12-14T13:17:11.642Z] nexus3.edgexfoundry.org:10001 [2020-12-14T13:17:12.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:17:13.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:17:13.555Z] Configure a credential helper to remove this warning. See [2020-12-14T13:17:13.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:17:13.555Z] [2020-12-14T13:17:13.555Z] Login Succeeded [2020-12-14T13:17:13.555Z] nexus3.edgexfoundry.org:10002 [2020-12-14T13:17:13.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:17:13.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:17:13.882Z] Configure a credential helper to remove this warning. See [2020-12-14T13:17:13.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:17:13.882Z] [2020-12-14T13:17:13.882Z] Login Succeeded [2020-12-14T13:17:13.882Z] nexus3.edgexfoundry.org:10003 [2020-12-14T13:17:14.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:17:14.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:17:14.565Z] Configure a credential helper to remove this warning. See [2020-12-14T13:17:14.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:17:14.565Z] [2020-12-14T13:17:14.565Z] Login Succeeded [2020-12-14T13:17:14.565Z] nexus3.edgexfoundry.org:10004 [2020-12-14T13:17:14.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:17:14.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:17:14.855Z] Configure a credential helper to remove this warning. See [2020-12-14T13:17:14.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:17:14.855Z] [2020-12-14T13:17:14.855Z] Login Succeeded [2020-12-14T13:17:14.855Z] docker.io [2020-12-14T13:17:15.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:17:15.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:17:15.458Z] Configure a credential helper to remove this warning. See [2020-12-14T13:17:15.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:17:15.458Z] [2020-12-14T13:17:15.458Z] Login Succeeded [2020-12-14T13:17:15.458Z] ---> docker-login.sh ends [Pipeline] } [2020-12-14T13:17:15.483Z] 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-14T13:17:16.483Z] + git log --format=format:%s -1 1fe98612d91ad7067da65148900ec19dd95b7b76 [Pipeline] echo [2020-12-14T13:17:16.608Z] GIT_COMMIT: 1fe98612d91ad7067da65148900ec19dd95b7b76, Commit Message: feat(sdk): Implement Device AutoEvents SDK APIs [Pipeline] echo [2020-12-14T13:17:16.657Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:17:17.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T13:17:17.911Z] [2020-12-14T13:17:17.911Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:17:18.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T13:17:18.475Z] latest: Pulling from edgex-devops/git-semver [2020-12-14T13:17:18.475Z] 31603596830f: Pulling fs layer [2020-12-14T13:17:18.475Z] 2a8b12db71e7: Pulling fs layer [2020-12-14T13:17:18.475Z] 6ca5941a6612: Pulling fs layer [2020-12-14T13:17:18.475Z] ecc8261a40a4: Pulling fs layer [2020-12-14T13:17:18.475Z] ecc8261a40a4: Waiting [2020-12-14T13:17:18.801Z] 2a8b12db71e7: Verifying Checksum [2020-12-14T13:17:18.801Z] 2a8b12db71e7: Download complete [2020-12-14T13:17:18.801Z] 31603596830f: Verifying Checksum [2020-12-14T13:17:18.801Z] 31603596830f: Download complete [2020-12-14T13:17:19.112Z] ecc8261a40a4: Verifying Checksum [2020-12-14T13:17:19.112Z] ecc8261a40a4: Download complete [2020-12-14T13:17:19.112Z] 6ca5941a6612: Verifying Checksum [2020-12-14T13:17:19.112Z] 6ca5941a6612: Download complete [2020-12-14T13:17:20.117Z] 31603596830f: Pull complete [2020-12-14T13:17:20.118Z] 2a8b12db71e7: Pull complete [2020-12-14T13:17:21.648Z] 6ca5941a6612: Pull complete [2020-12-14T13:17:22.641Z] ecc8261a40a4: Pull complete [2020-12-14T13:17:22.641Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-14T13:17:22.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T13:17:22.641Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-14T13:17:22.897Z] prd-centos7-docker-4c-2g-15919 does not seem to be running inside a container [2020-12-14T13:17:23.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-650 -v /w/workspace/dgexfoundry_device-sdk-go_PR-650:/w/workspace/dgexfoundry_device-sdk-go_PR-650:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-650@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-14T13:17:25.806Z] $ docker top 26ff2735921471b733a12c9381339a1d7b3499bd5ceb4643e40fd790bca1289d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-14T13:17:26.319Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-14T13:17:26.320Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-14T13:17:26.650Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-14T13:17:26.657Z] $ docker exec 26ff2735921471b733a12c9381339a1d7b3499bd5ceb4643e40fd790bca1289d ssh-agent [2020-12-14T13:17:26.975Z] SSH_AUTH_SOCK=/tmp/ssh-3U6gWa5ec6Nm/agent.11 [2020-12-14T13:17:26.975Z] SSH_AGENT_PID=16 [2020-12-14T13:17:26.989Z] Running ssh-add (command line suppressed) [2020-12-14T13:17:27.198Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_1893972768360897855.key (/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_1893972768360897855.key) [2020-12-14T13:17:27.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-14T13:17:27.669Z] + git tag --points-at HEAD [Pipeline] } [2020-12-14T13:17:27.714Z] $ docker exec --env ******** --env ******** 26ff2735921471b733a12c9381339a1d7b3499bd5ceb4643e40fd790bca1289d ssh-agent -k [2020-12-14T13:17:28.094Z] unset SSH_AUTH_SOCK; [2020-12-14T13:17:28.094Z] unset SSH_AGENT_PID; [2020-12-14T13:17:28.095Z] echo Agent pid 16 killed; [2020-12-14T13:17:28.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-14T13:17:28.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-14T13:17:28.350Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-14T13:17:28.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-14T13:17:28.676Z] $ docker exec 26ff2735921471b733a12c9381339a1d7b3499bd5ceb4643e40fd790bca1289d ssh-agent [2020-12-14T13:17:28.957Z] SSH_AUTH_SOCK=/tmp/ssh-b6QZkph6mYan/agent.47 [2020-12-14T13:17:28.957Z] SSH_AGENT_PID=53 [2020-12-14T13:17:28.970Z] Running ssh-add (command line suppressed) [2020-12-14T13:17:29.298Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_1028396270223038047.key (/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_1028396270223038047.key) [2020-12-14T13:17:29.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-14T13:17:29.830Z] + git semver init [2020-12-14T13:17:29.830Z] # -> Open(): unable to determine branch for HEAD [2020-12-14T13:17:29.830Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-650/.git [2020-12-14T13:17:29.830Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-650 [2020-12-14T13:17:29.830Z] # $SEMVER_REMOTE_NAME = origin [2020-12-14T13:17:29.830Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-14T13:17:29.830Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-14T13:17:29.830Z] # $SEMVER_BRANCH = PR-650 [2020-12-14T13:17:29.830Z] # $SEMVER_TEMP = /tmp/semver-216773013 [2020-12-14T13:17:29.830Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-14T13:17:31.315Z] # '/tmp/semver-216773013' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-650/.semver' [2020-12-14T13:17:31.315Z] # -> Force: false [2020-12-14T13:17:31.315Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-650/.semver [Pipeline] } [2020-12-14T13:17:31.345Z] $ docker exec --env ******** --env ******** 26ff2735921471b733a12c9381339a1d7b3499bd5ceb4643e40fd790bca1289d ssh-agent -k [2020-12-14T13:17:31.673Z] unset SSH_AUTH_SOCK; [2020-12-14T13:17:31.679Z] unset SSH_AGENT_PID; [2020-12-14T13:17:31.679Z] echo Agent pid 53 killed; [2020-12-14T13:17:31.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-14T13:17:32.736Z] + git semver [Pipeline] } [2020-12-14T13:17:32.760Z] $ docker stop --time=1 26ff2735921471b733a12c9381339a1d7b3499bd5ceb4643e40fd790bca1289d [2020-12-14T13:17:34.301Z] $ docker rm -f 26ff2735921471b733a12c9381339a1d7b3499bd5ceb4643e40fd790bca1289d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-14T13:17:34.829Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-14T13:17:35.847Z] Stashed 1 file(s) [Pipeline] echo [2020-12-14T13:17:35.850Z] [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-14T13:17:51.466Z] Still waiting to schedule task [2020-12-14T13:17:51.466Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-14T13:17:51.468Z] Still waiting to schedule task [2020-12-14T13:17:51.468Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-14T13:19:42.506Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15920 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [Pipeline] { [Pipeline] ws [2020-12-14T13:19:42.568Z] Running in /w/workspace/device-sdk-go/9 [Pipeline] { [Pipeline] checkout [2020-12-14T13:19:47.570Z] using credential edgex-jenkins-ssh [2020-12-14T13:19:47.630Z] Cloning the remote Git repository [2020-12-14T13:19:47.690Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-14T13:19:47.806Z] > git init /w/workspace/device-sdk-go/9 # timeout=10 [2020-12-14T13:19:47.894Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-14T13:19:47.895Z] > git --version # timeout=10 [2020-12-14T13:19:47.915Z] > git --version # 'git version 2.17.1' [2020-12-14T13:19:47.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T13:19:47.984Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T13:19:49.818Z] Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit 1fe98612d91ad7067da65148900ec19dd95b7b76 [2020-12-14T13:19:49.080Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-14T13:19:49.114Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T13:19:49.144Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-14T13:19:49.189Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-14T13:19:49.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T13:19:49.201Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/650/head:refs/remotes/origin/PR-650 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-14T13:19:49.834Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T13:19:49.858Z] > git checkout -f 1fe98612d91ad7067da65148900ec19dd95b7b76 # timeout=10 [2020-12-14T13:19:49.993Z] > git remote # timeout=10 [2020-12-14T13:19:50.012Z] > git config --get remote.origin.url # timeout=10 [2020-12-14T13:19:50.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T13:19:50.040Z] > git merge c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 [2020-12-14T13:19:50.067Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-14T13:19:50.098Z] Merge succeeded, producing 1fe98612d91ad7067da65148900ec19dd95b7b76 [2020-12-14T13:19:50.099Z] Checking out Revision 1fe98612d91ad7067da65148900ec19dd95b7b76 (PR-650) [2020-12-14T13:19:50.096Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T13:19:50.109Z] > git checkout -f 1fe98612d91ad7067da65148900ec19dd95b7b76 # timeout=10 [2020-12-14T13:19:54.517Z] Commit message: "feat(sdk): Implement Device AutoEvents SDK APIs" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T13:19:56.194Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-14T13:19:56.611Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-14T13:19:56.959Z] + sudo service docker restart [2020-12-14T13:19:56.959Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-14T13:19:59.013Z] provisioning config files... [2020-12-14T13:19:59.067Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/9@tmp/config5233450685008052235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:19:59.720Z] ---> docker-login.sh [2020-12-14T13:19:59.720Z] nexus3.edgexfoundry.org:10001 [2020-12-14T13:20:00.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:00.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:00.653Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:00.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:00.653Z] [2020-12-14T13:20:00.653Z] Login Succeeded [2020-12-14T13:20:00.653Z] nexus3.edgexfoundry.org:10002 [2020-12-14T13:20:01.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:01.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:01.255Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:01.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:01.255Z] [2020-12-14T13:20:01.255Z] Login Succeeded [2020-12-14T13:20:01.255Z] nexus3.edgexfoundry.org:10003 [2020-12-14T13:20:01.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:01.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:01.873Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:01.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:01.873Z] [2020-12-14T13:20:01.873Z] Login Succeeded [2020-12-14T13:20:01.873Z] nexus3.edgexfoundry.org:10004 [2020-12-14T13:20:02.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:02.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:02.476Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:02.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:02.476Z] [2020-12-14T13:20:02.476Z] Login Succeeded [2020-12-14T13:20:02.476Z] docker.io [2020-12-14T13:20:02.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:03.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:03.353Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:03.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:03.353Z] [2020-12-14T13:20:03.353Z] Login Succeeded [2020-12-14T13:20:03.353Z] ---> docker-login.sh ends [Pipeline] } [2020-12-14T13:20:03.371Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-14T13:20:03.839Z] ========================================================= [2020-12-14T13:20:03.840Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-14T13:20:03.840Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:20:04.227Z] + 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-14T13:20:04.837Z] Sending build context to Docker daemon 2.394MB [2020-12-14T13:20:04.837Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-14T13:20:04.837Z] Step 2/8 : FROM ${BASE} [2020-12-14T13:20:04.837Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-14T13:20:04.837Z] 5f621e34cdf4: Pulling fs layer [2020-12-14T13:20:04.837Z] a4357932f1b6: Pulling fs layer [2020-12-14T13:20:04.837Z] 18c013af1878: Pulling fs layer [2020-12-14T13:20:04.837Z] 00ac8860ef70: Pulling fs layer [2020-12-14T13:20:04.837Z] 63d7cb157983: Pulling fs layer [2020-12-14T13:20:04.837Z] b116817d02f9: Pulling fs layer [2020-12-14T13:20:04.837Z] 745a02a5169b: Pulling fs layer [2020-12-14T13:20:04.837Z] 00ac8860ef70: Waiting [2020-12-14T13:20:04.837Z] 63d7cb157983: Waiting [2020-12-14T13:20:04.837Z] b116817d02f9: Waiting [2020-12-14T13:20:04.837Z] 745a02a5169b: Waiting [2020-12-14T13:20:04.837Z] a4357932f1b6: Verifying Checksum [2020-12-14T13:20:04.837Z] a4357932f1b6: Download complete [2020-12-14T13:20:04.837Z] 18c013af1878: Download complete [2020-12-14T13:20:04.837Z] 63d7cb157983: Verifying Checksum [2020-12-14T13:20:04.837Z] 63d7cb157983: Download complete [2020-12-14T13:20:05.437Z] b116817d02f9: Verifying Checksum [2020-12-14T13:20:05.437Z] b116817d02f9: Download complete [2020-12-14T13:20:05.437Z] 5f621e34cdf4: Verifying Checksum [2020-12-14T13:20:05.437Z] 5f621e34cdf4: Download complete [2020-12-14T13:20:06.045Z] 5f621e34cdf4: Pull complete [2020-12-14T13:20:06.666Z] a4357932f1b6: Pull complete [2020-12-14T13:20:06.943Z] 18c013af1878: Pull complete [2020-12-14T13:20:07.926Z] 745a02a5169b: Verifying Checksum [2020-12-14T13:20:07.926Z] 745a02a5169b: Download complete [2020-12-14T13:20:09.360Z] 00ac8860ef70: Verifying Checksum [2020-12-14T13:20:09.360Z] 00ac8860ef70: Download complete [2020-12-14T13:20:19.540Z] 00ac8860ef70: Pull complete [2020-12-14T13:20:19.540Z] 63d7cb157983: Pull complete [2020-12-14T13:20:19.811Z] b116817d02f9: Pull complete [2020-12-14T13:20:24.121Z] 745a02a5169b: Pull complete [2020-12-14T13:20:24.121Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-14T13:20:24.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-14T13:20:24.121Z] ---> b7e6874047d6 [2020-12-14T13:20:24.121Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-14T13:20:26.760Z] ---> Running in c388996bdd2d [2020-12-14T13:20:26.760Z] Removing intermediate container c388996bdd2d [2020-12-14T13:20:26.760Z] ---> 7ccab3166f52 [2020-12-14T13:20:26.760Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-14T13:20:27.034Z] ---> Running in ee29f45b1fd8 [2020-12-14T13:20:28.384Z] Running on prd-centos7-docker-4c-2g-15921 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [Pipeline] { [Pipeline] ws [2020-12-14T13:20:28.441Z] Running in /w/workspace/device-sdk-go/9 [Pipeline] { [Pipeline] checkout [2020-12-14T13:20:29.024Z] Removing intermediate container ee29f45b1fd8 [2020-12-14T13:20:29.024Z] ---> 46d299ff8d99 [2020-12-14T13:20:29.024Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-14T13:20:29.303Z] ---> Running in 274014eb980c [2020-12-14T13:20:30.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-14T13:20:30.832Z] using credential edgex-jenkins-ssh [2020-12-14T13:20:30.891Z] Cloning the remote Git repository [2020-12-14T13:20:31.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-14T13:20:30.912Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-14T13:20:30.986Z] > git init /w/workspace/device-sdk-go/9 # timeout=10 [2020-12-14T13:20:31.050Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-14T13:20:31.051Z] > git --version # timeout=10 [2020-12-14T13:20:31.057Z] > git --version # 'git version 2.24.3' [2020-12-14T13:20:31.058Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T13:20:31.082Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T13:20:31.746Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-14T13:20:31.752Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T13:20:31.763Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-14T13:20:31.778Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-14T13:20:31.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T13:20:31.782Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/650/head:refs/remotes/origin/PR-650 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-14T13:20:31.883Z] OK: 142 MiB in 39 packages [2020-12-14T13:20:32.261Z] Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit 1fe98612d91ad7067da65148900ec19dd95b7b76 [2020-12-14T13:20:32.366Z] Merge succeeded, producing 1fe98612d91ad7067da65148900ec19dd95b7b76 [2020-12-14T13:20:32.366Z] Checking out Revision 1fe98612d91ad7067da65148900ec19dd95b7b76 (PR-650) [2020-12-14T13:20:32.271Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T13:20:32.278Z] > git checkout -f 1fe98612d91ad7067da65148900ec19dd95b7b76 # timeout=10 [2020-12-14T13:20:32.331Z] > git remote # timeout=10 [2020-12-14T13:20:32.337Z] > git config --get remote.origin.url # timeout=10 [2020-12-14T13:20:32.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T13:20:32.349Z] > git merge c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 [2020-12-14T13:20:32.360Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-14T13:20:32.370Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T13:20:32.375Z] > git checkout -f 1fe98612d91ad7067da65148900ec19dd95b7b76 # timeout=10 [2020-12-14T13:20:33.353Z] Removing intermediate container 274014eb980c [2020-12-14T13:20:33.353Z] ---> f4e307fea7cf [2020-12-14T13:20:33.353Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-14T13:20:33.353Z] ---> Running in 407499c094b7 [2020-12-14T13:20:33.627Z] Removing intermediate container 407499c094b7 [2020-12-14T13:20:33.627Z] ---> cfe24894390a [2020-12-14T13:20:33.627Z] Step 7/8 : COPY . . [2020-12-14T13:20:35.065Z] ---> 18a415a32680 [2020-12-14T13:20:35.065Z] Step 8/8 : RUN go mod download [2020-12-14T13:20:35.346Z] ---> Running in 59fc875fba32 [2020-12-14T13:20:36.041Z] Commit message: "feat(sdk): Implement Device AutoEvents SDK APIs" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T13:20:37.221Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-14T13:20:37.553Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-14T13:20:37.854Z] + true [2020-12-14T13:20:37.854Z] + sudo service docker restart [2020-12-14T13:20:37.854Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-14T13:20:38.869Z] provisioning config files... [2020-12-14T13:20:38.893Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/9@tmp/config4703198253489037594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:20:39.259Z] ---> docker-login.sh [2020-12-14T13:20:39.259Z] nexus3.edgexfoundry.org:10001 [2020-12-14T13:20:39.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:39.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:39.783Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:39.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:39.783Z] [2020-12-14T13:20:39.783Z] Login Succeeded [2020-12-14T13:20:39.783Z] nexus3.edgexfoundry.org:10002 [2020-12-14T13:20:39.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:39.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:39.783Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:39.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:39.783Z] [2020-12-14T13:20:39.783Z] Login Succeeded [2020-12-14T13:20:39.783Z] nexus3.edgexfoundry.org:10003 [2020-12-14T13:20:40.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:40.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:40.045Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:40.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:40.045Z] [2020-12-14T13:20:40.045Z] Login Succeeded [2020-12-14T13:20:40.045Z] nexus3.edgexfoundry.org:10004 [2020-12-14T13:20:40.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:40.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:40.308Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:40.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:40.308Z] [2020-12-14T13:20:40.308Z] Login Succeeded [2020-12-14T13:20:40.308Z] docker.io [2020-12-14T13:20:40.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T13:20:40.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T13:20:40.571Z] Configure a credential helper to remove this warning. See [2020-12-14T13:20:40.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T13:20:40.571Z] [2020-12-14T13:20:40.571Z] Login Succeeded [2020-12-14T13:20:40.571Z] ---> docker-login.sh ends [Pipeline] } [2020-12-14T13:20:40.580Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-14T13:20:40.921Z] ========================================================= [2020-12-14T13:20:40.921Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-14T13:20:40.921Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:20:41.334Z] + 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-14T13:20:41.600Z] Sending build context to Docker daemon 2.393MB [2020-12-14T13:20:41.600Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-14T13:20:41.600Z] Step 2/8 : FROM ${BASE} [2020-12-14T13:20:41.600Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-14T13:20:41.600Z] 188c0c94c7c5: Pulling fs layer [2020-12-14T13:20:41.600Z] 0ef7d3d256c8: Pulling fs layer [2020-12-14T13:20:41.600Z] de9db76c5a1d: Pulling fs layer [2020-12-14T13:20:41.600Z] bca2f99d35d6: Pulling fs layer [2020-12-14T13:20:41.600Z] 93359f2a8cfa: Pulling fs layer [2020-12-14T13:20:41.600Z] 7c6f9722023f: Pulling fs layer [2020-12-14T13:20:41.600Z] a35cf1a2eb13: Pulling fs layer [2020-12-14T13:20:41.600Z] 93359f2a8cfa: Waiting [2020-12-14T13:20:41.600Z] 7c6f9722023f: Waiting [2020-12-14T13:20:41.600Z] a35cf1a2eb13: Waiting [2020-12-14T13:20:41.600Z] bca2f99d35d6: Waiting [2020-12-14T13:20:41.600Z] de9db76c5a1d: Verifying Checksum [2020-12-14T13:20:41.600Z] de9db76c5a1d: Download complete [2020-12-14T13:20:41.600Z] 0ef7d3d256c8: Verifying Checksum [2020-12-14T13:20:41.600Z] 0ef7d3d256c8: Download complete [2020-12-14T13:20:41.600Z] 93359f2a8cfa: Verifying Checksum [2020-12-14T13:20:41.600Z] 93359f2a8cfa: Download complete [2020-12-14T13:20:41.600Z] 7c6f9722023f: Download complete [2020-12-14T13:20:41.600Z] 188c0c94c7c5: Verifying Checksum [2020-12-14T13:20:41.600Z] 188c0c94c7c5: Download complete [2020-12-14T13:20:41.865Z] 188c0c94c7c5: Pull complete [2020-12-14T13:20:42.127Z] 0ef7d3d256c8: Pull complete [2020-12-14T13:20:42.389Z] de9db76c5a1d: Pull complete [2020-12-14T13:20:44.310Z] a35cf1a2eb13: Verifying Checksum [2020-12-14T13:20:44.310Z] a35cf1a2eb13: Download complete [2020-12-14T13:20:44.310Z] bca2f99d35d6: Verifying Checksum [2020-12-14T13:20:44.310Z] bca2f99d35d6: Download complete [2020-12-14T13:20:49.673Z] bca2f99d35d6: Pull complete [2020-12-14T13:20:49.673Z] 93359f2a8cfa: Pull complete [2020-12-14T13:20:49.941Z] 7c6f9722023f: Pull complete [2020-12-14T13:20:55.254Z] a35cf1a2eb13: Pull complete [2020-12-14T13:20:55.829Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-14T13:20:55.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-14T13:20:55.829Z] ---> a62c8e92a672 [2020-12-14T13:20:55.829Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-14T13:20:55.829Z] ---> Running in 6b1dee569a34 [2020-12-14T13:20:56.093Z] Removing intermediate container 6b1dee569a34 [2020-12-14T13:20:56.093Z] ---> 5216ce8772a2 [2020-12-14T13:20:56.093Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-14T13:20:56.355Z] ---> Running in df1661da7046 [2020-12-14T13:20:57.317Z] Removing intermediate container df1661da7046 [2020-12-14T13:20:57.318Z] ---> bfdf5cdc75b1 [2020-12-14T13:20:57.318Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-14T13:20:57.318Z] ---> Running in 7d4a4818c050 [2020-12-14T13:20:57.512Z] Removing intermediate container 59fc875fba32 [2020-12-14T13:20:57.512Z] ---> 35b62edeb39d [2020-12-14T13:20:57.512Z] Successfully built 35b62edeb39d [2020-12-14T13:20:57.512Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:20:57.856Z] + docker inspect -f . ci-base-image-arm64 [2020-12-14T13:20:57.857Z] . [Pipeline] withDockerContainer [2020-12-14T13:20:58.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-15920 does not seem to be running inside a container [2020-12-14T13:20:58.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-14T13:20:58.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-14T13:20:59.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-14T13:20:59.475Z] OK: 166 MiB in 39 packages [2020-12-14T13:20:59.709Z] $ docker top 3904a263384ca029f9b012e4e3a0fd8b385bf18f669cfd8d21dd788b9a1f0765 -eo pid,comm [Pipeline] { [2020-12-14T13:21:00.056Z] Removing intermediate container 7d4a4818c050 [2020-12-14T13:21:00.056Z] ---> a0c4e934dfce [2020-12-14T13:21:00.056Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-14T13:21:00.056Z] ---> Running in 51cc82e25cd9 [2020-12-14T13:21:00.056Z] Removing intermediate container 51cc82e25cd9 [2020-12-14T13:21:00.056Z] ---> 69245d375c16 [2020-12-14T13:21:00.056Z] Step 7/8 : COPY . . [Pipeline] sh [2020-12-14T13:21:00.738Z] + go version [2020-12-14T13:21:00.738Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-14T13:21:00.767Z] $ docker stop --time=1 3904a263384ca029f9b012e4e3a0fd8b385bf18f669cfd8d21dd788b9a1f0765 [2020-12-14T13:21:01.451Z] ---> cfec25eaecc7 [2020-12-14T13:21:01.451Z] Step 8/8 : RUN go mod download [2020-12-14T13:21:01.451Z] ---> Running in de5a2803a6b2 [2020-12-14T13:21:02.615Z] $ docker rm -f 3904a263384ca029f9b012e4e3a0fd8b385bf18f669cfd8d21dd788b9a1f0765 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:21:03.577Z] + docker inspect -f . ci-base-image-arm64 [2020-12-14T13:21:03.577Z] . [Pipeline] withDockerContainer [2020-12-14T13:21:03.807Z] prd-ubuntu18.04-docker-arm64-4c-16g-15920 does not seem to be running inside a container [2020-12-14T13:21:03.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-14T13:21:05.277Z] $ docker top 0e26f484816ff24ac034c9a2521d6b46d641817a719cf5962931bdf441b6c35d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T13:21:06.234Z] + make test [2020-12-14T13:21:06.234Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-14T13:21:19.607Z] Removing intermediate container de5a2803a6b2 [2020-12-14T13:21:19.607Z] ---> e50c46a22208 [2020-12-14T13:21:19.607Z] Successfully built e50c46a22208 [2020-12-14T13:21:19.607Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:21:19.919Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-14T13:21:19.919Z] . [Pipeline] withDockerContainer [2020-12-14T13:21:20.169Z] prd-centos7-docker-4c-2g-15921 does not seem to be running inside a container [2020-12-14T13:21:20.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-14T13:21:20.903Z] $ docker top 4d85089a79ff0febe2e8e2746ed7b835087544900d2935413c5ec5271db6b80e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T13:21:21.496Z] + go version [2020-12-14T13:21:21.496Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-14T13:21:21.512Z] $ docker stop --time=1 4d85089a79ff0febe2e8e2746ed7b835087544900d2935413c5ec5271db6b80e [2020-12-14T13:21:22.884Z] $ docker rm -f 4d85089a79ff0febe2e8e2746ed7b835087544900d2935413c5ec5271db6b80e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:21:23.900Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-14T13:21:23.900Z] . [Pipeline] withDockerContainer [2020-12-14T13:21:23.993Z] prd-centos7-docker-4c-2g-15921 does not seem to be running inside a container [2020-12-14T13:21:24.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-14T13:21:24.687Z] $ docker top a822bfd515242ff66f649426506ca6d67197e979f39b6da548f33ef68fd0bb70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T13:21:25.212Z] + make test [2020-12-14T13:21:25.212Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-14T13:21:28.390Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-14T13:21:33.435Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-14T13:21:48.427Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-14T13:21:48.427Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-14T13:21:48.427Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-14T13:21:48.427Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.070s coverage: 20.0% of statements [2020-12-14T13:21:49.004Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.428s coverage: 97.1% of statements [2020-12-14T13:22:07.425Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-14T13:22:07.425Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-14T13:22:07.425Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-14T13:22:07.425Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.147s coverage: 20.0% of statements [2020-12-14T13:22:10.054Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.108s coverage: 97.1% of statements [2020-12-14T13:22:21.171Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.059s coverage: 9.4% of statements [2020-12-14T13:22:21.172Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.048s coverage: 21.9% of statements [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-14T13:22:21.172Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.215s coverage: 42.5% of statements [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-14T13:22:21.172Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.280s coverage: 68.9% of statements [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-14T13:22:21.172Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.074s coverage: 52.6% of statements [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-14T13:22:21.172Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.245s coverage: 68.9% of statements [2020-12-14T13:22:21.172Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.3% of statements [2020-12-14T13:22:21.172Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-14T13:22:21.172Z] GO111MODULE=on go vet ./... [2020-12-14T13:22:27.839Z] gofmt -l . [2020-12-14T13:22:27.839Z] [ "`gofmt -l .`" = "" ] [2020-12-14T13:22:27.839Z] ./bin/test-attribution-txt.sh [2020-12-14T13:22:27.839Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-14T13:22:27.858Z] $ docker stop --time=1 a822bfd515242ff66f649426506ca6d67197e979f39b6da548f33ef68fd0bb70 [2020-12-14T13:22:29.786Z] $ docker rm -f a822bfd515242ff66f649426506ca6d67197e979f39b6da548f33ef68fd0bb70 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-14T13:22:30.507Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-14T13:22:30.884Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-14T13:22:33.326Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-14T13:22:33.625Z] + ls -al . [2020-12-14T13:22:33.625Z] total 208 [2020-12-14T13:22:33.625Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 14 13:22 . [2020-12-14T13:22:33.625Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 14 13:20 .. [2020-12-14T13:22:33.625Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 14 13:20 bin [2020-12-14T13:22:33.625Z] -rw-r--r--. 1 jenkins jenkins 128984 Dec 14 13:22 coverage.out [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 14 13:20 Dockerfile.build [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 14 13:20 .dockerignore [2020-12-14T13:22:33.625Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 14 13:20 example [2020-12-14T13:22:33.625Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 14 13:20 .git [2020-12-14T13:22:33.625Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 14 13:20 .github [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 14 13:20 .gitignore [2020-12-14T13:22:33.625Z] -rw-r--r--. 1 jenkins jenkins 518 Dec 14 13:22 go.mod [2020-12-14T13:22:33.625Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 14 13:22 go.sum [2020-12-14T13:22:33.625Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 14 13:20 internal [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 14 13:20 Jenkinsfile [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 14 13:20 LICENSE [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 14 13:20 Makefile [2020-12-14T13:22:33.625Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 14 13:20 openapi [2020-12-14T13:22:33.625Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 14 13:20 pkg [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 14 13:20 README.md [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 14 13:20 RELEASE-NOTES.txt [2020-12-14T13:22:33.625Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 14 13:20 snap [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 14 13:17 VERSION [2020-12-14T13:22:33.625Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 14 13:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:22:33.932Z] + 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=1fe98612d91ad7067da65148900ec19dd95b7b76 --label arch=amd64 --label version=0.0.0 . [2020-12-14T13:22:34.194Z] Sending build context to Docker daemon 2.522MB [2020-12-14T13:22:34.194Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-14T13:22:34.194Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-14T13:22:34.194Z] ---> e50c46a22208 [2020-12-14T13:22:34.194Z] Step 3/24 : ARG MAKE='make build' [2020-12-14T13:22:34.774Z] ---> Running in 59aad5542170 [2020-12-14T13:22:35.037Z] Removing intermediate container 59aad5542170 [2020-12-14T13:22:35.037Z] ---> 83cf908664e9 [2020-12-14T13:22:35.037Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-14T13:22:35.037Z] ---> Running in 211d46a9cbed [2020-12-14T13:22:35.037Z] Removing intermediate container 211d46a9cbed [2020-12-14T13:22:35.037Z] ---> 224bb0e831ca [2020-12-14T13:22:35.037Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-14T13:22:35.300Z] ---> Running in f4664dfde413 [2020-12-14T13:22:35.300Z] Removing intermediate container f4664dfde413 [2020-12-14T13:22:35.300Z] ---> e9457b486c17 [2020-12-14T13:22:35.300Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-14T13:22:35.566Z] ---> Running in b149c954a8cf [2020-12-14T13:22:36.521Z] Removing intermediate container b149c954a8cf [2020-12-14T13:22:36.521Z] ---> 48be06514366 [2020-12-14T13:22:36.521Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-14T13:22:36.521Z] ---> Running in 46375ebee64b [2020-12-14T13:22:37.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-14T13:22:37.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-14T13:22:37.934Z] OK: 166 MiB in 39 packages [2020-12-14T13:22:38.508Z] Removing intermediate container 46375ebee64b [2020-12-14T13:22:38.508Z] ---> 4a3ef828daae [2020-12-14T13:22:38.508Z] Step 8/24 : COPY . . [2020-12-14T13:22:39.455Z] ---> 0f2eb3a3130b [2020-12-14T13:22:39.455Z] Step 9/24 : RUN ${MAKE} [2020-12-14T13:22:39.455Z] ---> Running in 823468b1612b [2020-12-14T13:22:40.038Z] 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-14T13:22:42.410Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.134s coverage: 9.4% of statements [2020-12-14T13:22:42.410Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.141s coverage: 21.9% of statements [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-14T13:22:42.410Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.644s coverage: 42.5% of statements [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-14T13:22:42.410Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.772s coverage: 68.9% of statements [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-14T13:22:42.410Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.171s coverage: 52.6% of statements [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-14T13:22:42.410Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.717s coverage: 68.9% of statements [2020-12-14T13:22:42.410Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.140s coverage: 4.3% of statements [2020-12-14T13:22:42.410Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-14T13:22:42.410Z] GO111MODULE=on go vet ./... [2020-12-14T13:22:48.297Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-14T13:22:49.689Z] Removing intermediate container 823468b1612b [2020-12-14T13:22:49.689Z] ---> 8d3b2b777240 [2020-12-14T13:22:49.689Z] Step 10/24 : FROM scratch [2020-12-14T13:22:49.689Z] ---> [2020-12-14T13:22:49.689Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-14T13:22:49.960Z] ---> Running in 4741d982c089 [2020-12-14T13:22:49.960Z] Removing intermediate container 4741d982c089 [2020-12-14T13:22:49.960Z] ---> 9fe5d9edf795 [2020-12-14T13:22:49.960Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-14T13:22:49.960Z] ---> Running in 5734fc864287 [2020-12-14T13:22:50.224Z] Removing intermediate container 5734fc864287 [2020-12-14T13:22:50.224Z] ---> 78b7c11d622b [2020-12-14T13:22:50.224Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-14T13:22:50.224Z] ---> Running in 19b67b985f54 [2020-12-14T13:22:50.486Z] Removing intermediate container 19b67b985f54 [2020-12-14T13:22:50.487Z] ---> f3bb7bb88b9f [2020-12-14T13:22:50.487Z] Step 14/24 : WORKDIR / [2020-12-14T13:22:50.487Z] ---> Running in 64a423686106 [2020-12-14T13:22:50.487Z] Removing intermediate container 64a423686106 [2020-12-14T13:22:50.487Z] ---> 26b5f4a7031a [2020-12-14T13:22:50.487Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-14T13:22:51.061Z] ---> b27da6b4f2ae [2020-12-14T13:22:51.061Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-14T13:22:51.323Z] ---> 8ba2ac45fca7 [2020-12-14T13:22:51.323Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-14T13:22:51.586Z] ---> d52975e13669 [2020-12-14T13:22:51.586Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-14T13:22:51.848Z] ---> e62ce783f57e [2020-12-14T13:22:51.848Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-14T13:22:52.112Z] ---> bf488e811eac [2020-12-14T13:22:52.112Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-14T13:22:52.112Z] ---> Running in e8ba2db38eae [2020-12-14T13:22:52.376Z] Removing intermediate container e8ba2db38eae [2020-12-14T13:22:52.376Z] ---> b51450545a71 [2020-12-14T13:22:52.376Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-14T13:22:52.376Z] ---> Running in 46146ec586e7 [2020-12-14T13:22:52.638Z] Removing intermediate container 46146ec586e7 [2020-12-14T13:22:52.638Z] ---> 32bb30e98e4a [2020-12-14T13:22:52.638Z] Step 22/24 : LABEL arch=amd64 [2020-12-14T13:22:52.638Z] ---> Running in f4f9ea50bc29 [2020-12-14T13:22:52.901Z] Removing intermediate container f4f9ea50bc29 [2020-12-14T13:22:52.901Z] ---> 2d4646f39184 [2020-12-14T13:22:52.901Z] Step 23/24 : LABEL git_sha=1fe98612d91ad7067da65148900ec19dd95b7b76 [2020-12-14T13:22:52.901Z] ---> Running in 21579b99b38e [2020-12-14T13:22:53.164Z] Removing intermediate container 21579b99b38e [2020-12-14T13:22:53.164Z] ---> bee80404a7a0 [2020-12-14T13:22:53.164Z] Step 24/24 : LABEL version=0.0.0 [2020-12-14T13:22:53.164Z] ---> Running in 1ee3ac58884b [2020-12-14T13:22:53.164Z] Removing intermediate container 1ee3ac58884b [2020-12-14T13:22:53.164Z] ---> 39fb147d3935 [2020-12-14T13:22:53.164Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-14T13:22:53.164Z] Successfully built 39fb147d3935 [2020-12-14T13:22:53.164Z] 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-14T13:23:09.261Z] gofmt -l . [2020-12-14T13:23:09.261Z] [ "`gofmt -l .`" = "" ] [2020-12-14T13:23:09.261Z] ./bin/test-attribution-txt.sh [2020-12-14T13:23:09.537Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-14T13:23:09.844Z] $ docker stop --time=1 0e26f484816ff24ac034c9a2521d6b46d641817a719cf5962931bdf441b6c35d [2020-12-14T13:23:12.118Z] $ docker rm -f 0e26f484816ff24ac034c9a2521d6b46d641817a719cf5962931bdf441b6c35d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-14T13:23:13.273Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-14T13:23:13.338Z] Warning: overwriting stash ‘coverage-report’ [2020-12-14T13:23:14.312Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T13:23:15.076Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-14T13:23:15.447Z] + ls -al . [2020-12-14T13:23:15.447Z] total 244 [2020-12-14T13:23:15.447Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 14 13:23 . [2020-12-14T13:23:15.447Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 13:19 .. [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 14 13:19 .dockerignore [2020-12-14T13:23:15.447Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 13:19 .git [2020-12-14T13:23:15.447Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 13:19 .github [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 14 13:19 .gitignore [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 14 13:19 Dockerfile.build [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 14 13:19 Jenkinsfile [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 14 13:19 LICENSE [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 14 13:19 Makefile [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 14 13:19 README.md [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 14 13:19 RELEASE-NOTES.txt [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 14 13:17 VERSION [2020-12-14T13:23:15.447Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 13:19 bin [2020-12-14T13:23:15.447Z] -rw-r--r-- 1 jenkins jenkins 128984 Dec 14 13:22 coverage.out [2020-12-14T13:23:15.447Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 13:19 example [2020-12-14T13:23:15.447Z] -rw-r--r-- 1 jenkins jenkins 518 Dec 14 13:23 go.mod [2020-12-14T13:23:15.447Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 14 13:23 go.sum [2020-12-14T13:23:15.447Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 14 13:19 internal [2020-12-14T13:23:15.447Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 13:19 openapi [2020-12-14T13:23:15.447Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 14 13:19 pkg [2020-12-14T13:23:15.447Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 13:19 snap [2020-12-14T13:23:15.447Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 14 13:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:23:15.854Z] + 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=1fe98612d91ad7067da65148900ec19dd95b7b76 --label arch=arm64 --label version=0.0.0 . [2020-12-14T13:23:16.514Z] Sending build context to Docker daemon 2.523MB [2020-12-14T13:23:16.514Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-14T13:23:16.514Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-14T13:23:16.514Z] ---> 35b62edeb39d [2020-12-14T13:23:16.514Z] Step 3/24 : ARG MAKE='make build' [2020-12-14T13:23:16.802Z] ---> Running in 6c76a83c2d8e [2020-12-14T13:23:17.080Z] Removing intermediate container 6c76a83c2d8e [2020-12-14T13:23:17.080Z] ---> a1b1b78481a5 [2020-12-14T13:23:17.080Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-14T13:23:17.352Z] ---> Running in 81fcd1c4a3a3 [2020-12-14T13:23:17.954Z] Removing intermediate container 81fcd1c4a3a3 [2020-12-14T13:23:17.954Z] ---> b5df213fa034 [2020-12-14T13:23:17.954Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-14T13:23:17.954Z] ---> Running in f3ba6fc01a15 [2020-12-14T13:23:18.550Z] Removing intermediate container f3ba6fc01a15 [2020-12-14T13:23:18.550Z] ---> db850e05954e [2020-12-14T13:23:18.550Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-14T13:23:18.550Z] ---> Running in 3ba88b84fd11 [2020-12-14T13:23:20.528Z] Removing intermediate container 3ba88b84fd11 [2020-12-14T13:23:20.528Z] ---> 00cbb049c8f8 [2020-12-14T13:23:20.528Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-14T13:23:20.802Z] ---> Running in f1690abc54da [2020-12-14T13:23:21.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-14T13:23:22.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-14T13:23:23.350Z] OK: 142 MiB in 39 packages [2020-12-14T13:23:24.344Z] Removing intermediate container f1690abc54da [2020-12-14T13:23:24.344Z] ---> e9b43b655833 [2020-12-14T13:23:24.344Z] Step 8/24 : COPY . . [2020-12-14T13:23:25.794Z] ---> 98f8063800dc [2020-12-14T13:23:25.794Z] Step 9/24 : RUN ${MAKE} [2020-12-14T13:23:25.794Z] ---> Running in 865793144cce [2020-12-14T13:23:27.228Z] 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-14T13:23:54.043Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-14T13:23:54.043Z] Removing intermediate container 865793144cce [2020-12-14T13:23:54.043Z] ---> a1a30e157bc9 [2020-12-14T13:23:54.043Z] Step 10/24 : FROM scratch [2020-12-14T13:23:54.043Z] ---> [2020-12-14T13:23:54.043Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-14T13:23:54.043Z] ---> Running in 8daaca9979c6 [2020-12-14T13:23:54.043Z] Removing intermediate container 8daaca9979c6 [2020-12-14T13:23:54.043Z] ---> 2d60bdea5aa6 [2020-12-14T13:23:54.043Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-14T13:23:54.043Z] ---> Running in 2435ed9827d5 [2020-12-14T13:23:54.043Z] Removing intermediate container 2435ed9827d5 [2020-12-14T13:23:54.043Z] ---> 37dad2ac4352 [2020-12-14T13:23:54.043Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-14T13:23:54.324Z] ---> Running in 7c8dd4fa9d48 [2020-12-14T13:23:54.593Z] Removing intermediate container 7c8dd4fa9d48 [2020-12-14T13:23:54.593Z] ---> f03ce8a24595 [2020-12-14T13:23:54.593Z] Step 14/24 : WORKDIR / [2020-12-14T13:23:54.866Z] ---> Running in 82ce61e9a634 [2020-12-14T13:23:55.136Z] Removing intermediate container 82ce61e9a634 [2020-12-14T13:23:55.136Z] ---> aac5d4247f79 [2020-12-14T13:23:55.136Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-14T13:23:56.570Z] ---> cdeb4e1dcbe1 [2020-12-14T13:23:56.570Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-14T13:23:57.166Z] ---> 279844a9d042 [2020-12-14T13:23:57.166Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-14T13:23:57.760Z] ---> 3ae9f165c0fe [2020-12-14T13:23:57.760Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-14T13:23:58.360Z] ---> 7c504ad82faa [2020-12-14T13:23:58.360Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-14T13:23:59.336Z] ---> 0ed1f40f1acf [2020-12-14T13:23:59.336Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-14T13:23:59.336Z] ---> Running in 2ad38f8a600b [2020-12-14T13:23:59.607Z] Removing intermediate container 2ad38f8a600b [2020-12-14T13:23:59.607Z] ---> 79cd775bfeb5 [2020-12-14T13:23:59.607Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-14T13:23:59.879Z] ---> Running in fdc3741956b8 [2020-12-14T13:24:00.152Z] Removing intermediate container fdc3741956b8 [2020-12-14T13:24:00.152Z] ---> 7b0dd65238c8 [2020-12-14T13:24:00.152Z] Step 22/24 : LABEL arch=arm64 [2020-12-14T13:24:00.427Z] ---> Running in 36d020abc61e [2020-12-14T13:24:01.020Z] Removing intermediate container 36d020abc61e [2020-12-14T13:24:01.020Z] ---> 70a7360eaddb [2020-12-14T13:24:01.020Z] Step 23/24 : LABEL git_sha=1fe98612d91ad7067da65148900ec19dd95b7b76 [2020-12-14T13:24:01.020Z] ---> Running in f5a7fdeca47d [2020-12-14T13:24:01.610Z] Removing intermediate container f5a7fdeca47d [2020-12-14T13:24:01.610Z] ---> 07c9cd908143 [2020-12-14T13:24:01.610Z] Step 24/24 : LABEL version=0.0.0 [2020-12-14T13:24:01.610Z] ---> Running in a74f11e65c5d [2020-12-14T13:24:02.205Z] Removing intermediate container a74f11e65c5d [2020-12-14T13:24:02.205Z] ---> 4b3b77de2677 [2020-12-14T13:24:02.205Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-14T13:24:02.205Z] Successfully built 4b3b77de2677 [2020-12-14T13:24:02.205Z] 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-14T13:24:04.166Z] provisioning config files... [2020-12-14T13:24:04.183Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/config6300523733153680403tmp [Pipeline] { [Pipeline] sh [2020-12-14T13:24:04.604Z] + set +x [2020-12-14T13:24:04.604Z] + curl -s https://codecov.io/bash [2020-12-14T13:24:04.604Z] + bash -s -- [2020-12-14T13:24:04.902Z] [2020-12-14T13:24:04.902Z] _____ _ [2020-12-14T13:24:04.902Z] / ____| | | [2020-12-14T13:24:04.902Z] | | ___ __| | ___ ___ _____ __ [2020-12-14T13:24:04.902Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-14T13:24:04.902Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-14T13:24:04.902Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-14T13:24:04.902Z] Bash-20201130-cc6d3fe [2020-12-14T13:24:04.902Z] [2020-12-14T13:24:04.902Z] [2020-12-14T13:24:04.902Z] ==> Jenkins CI detected. [2020-12-14T13:24:04.902Z] project root: . [2020-12-14T13:24:04.902Z] --> token set from env [2020-12-14T13:24:04.902Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-14T13:24:04.902Z] ==> Running gcov in . (disable via -X gcov) [2020-12-14T13:24:04.902Z] ==> Python coveragepy not found [2020-12-14T13:24:04.902Z] ==> Searching for coverage reports in: [2020-12-14T13:24:04.902Z] + . [2020-12-14T13:24:05.191Z] -> Found 1 reports [2020-12-14T13:24:05.191Z] ==> Detecting git/mercurial file structure [2020-12-14T13:24:05.191Z] ==> Reading reports [2020-12-14T13:24:05.191Z] + ./coverage.out bytes=128984 [2020-12-14T13:24:05.191Z] ==> Appending adjustments [2020-12-14T13:24:05.191Z] https://docs.codecov.io/docs/fixing-reports [2020-12-14T13:24:06.174Z] + Found adjustments [2020-12-14T13:24:06.174Z] ==> Gzipping contents [2020-12-14T13:24:06.174Z] 24K /tmp/codecov.0cx98Y.gz [2020-12-14T13:24:06.174Z] ==> Uploading reports [2020-12-14T13:24:06.174Z] url: https://codecov.io [2020-12-14T13:24:06.174Z] query: branch=PR-650&commit=1fe98612d91ad7067da65148900ec19dd95b7b76&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-650%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=650&job=&cmd_args= [2020-12-14T13:24:06.174Z] -> Pinging Codecov [2020-12-14T13:24:06.174Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-650&commit=1fe98612d91ad7067da65148900ec19dd95b7b76&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-650%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=650&job=&cmd_args= [2020-12-14T13:24:06.461Z] -> Uploading to [2020-12-14T13:24:06.461Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-14/7E55EF52A471D76F132DFD9A03CDDE97/1fe98612d91ad7067da65148900ec19dd95b7b76/492bbe66-70fa-4193-9982-0b570d14eace.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201214T132406Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9b8860e7c92b963f64fe4092d433b806b975537c5ce7d78d426bb250f87ba49a [2020-12-14T13:24:06.461Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-14T13:24:06.461Z] Dload Upload Total Spent Left Speed [2020-12-14T13:24:07.089Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21031 0 0 100 21031 0 36037 --:--:-- --:--:-- --:--:-- 36073 [2020-12-14T13:24:07.089Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1fe98612d91ad7067da65148900ec19dd95b7b76 [Pipeline] } [2020-12-14T13:24:07.102Z] 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-14T13:24:10.086Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:24:10.671Z] ---> package-listing.sh [2020-12-14T13:24:10.671Z] ++ facter osfamily [2020-12-14T13:24:10.671Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-14T13:24:10.937Z] + OS_FAMILY=redhat [2020-12-14T13:24:10.937Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-650 [2020-12-14T13:24:10.937Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-14T13:24:10.937Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-14T13:24:10.937Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-14T13:24:10.937Z] + PACKAGES=/tmp/packages_start.txt [2020-12-14T13:24:10.937Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-650 ']' [2020-12-14T13:24:10.937Z] + PACKAGES=/tmp/packages_end.txt [2020-12-14T13:24:10.937Z] + case "${OS_FAMILY}" in [2020-12-14T13:24:10.937Z] + rpm -qa [2020-12-14T13:24:10.937Z] + sort [2020-12-14T13:24:17.678Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-14T13:24:17.678Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-14T13:24:17.678Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-14T13:24:17.678Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-650 ']' [2020-12-14T13:24:17.678Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-650/archives/ [2020-12-14T13:24:17.678Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-650/archives/ [Pipeline] echo [2020-12-14T13:24:17.706Z] 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-650/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-14T13:24:18.058Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:24:18.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-14T13:24:18.646Z] [2020-12-14T13:24:18.646Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-14T13:24:19.037Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-14T13:24:19.037Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-14T13:24:19.037Z] df20fa9351a1: Pulling fs layer [2020-12-14T13:24:19.037Z] 36b3adc4ff6f: Pulling fs layer [2020-12-14T13:24:19.037Z] 8ad3a11d3b57: Pulling fs layer [2020-12-14T13:24:19.037Z] 46f8f816bc3b: Pulling fs layer [2020-12-14T13:24:19.037Z] 93b61091891f: Pulling fs layer [2020-12-14T13:24:19.037Z] 93b9cdb0e59b: Pulling fs layer [2020-12-14T13:24:19.037Z] 5e14af77c1be: Pulling fs layer [2020-12-14T13:24:19.037Z] 01666e4c0597: Pulling fs layer [2020-12-14T13:24:19.037Z] aa168da1d23b: Pulling fs layer [2020-12-14T13:24:19.037Z] 93b9cdb0e59b: Waiting [2020-12-14T13:24:19.037Z] 5e14af77c1be: Waiting [2020-12-14T13:24:19.037Z] 01666e4c0597: Waiting [2020-12-14T13:24:19.037Z] aa168da1d23b: Waiting [2020-12-14T13:24:19.037Z] 46f8f816bc3b: Waiting [2020-12-14T13:24:19.037Z] 93b61091891f: Waiting [2020-12-14T13:24:19.309Z] 36b3adc4ff6f: Verifying Checksum [2020-12-14T13:24:19.309Z] 36b3adc4ff6f: Download complete [2020-12-14T13:24:19.309Z] 46f8f816bc3b: Download complete [2020-12-14T13:24:19.631Z] df20fa9351a1: Download complete [2020-12-14T13:24:19.631Z] 93b9cdb0e59b: Download complete [2020-12-14T13:24:19.631Z] 5e14af77c1be: Verifying Checksum [2020-12-14T13:24:19.631Z] 5e14af77c1be: Download complete [2020-12-14T13:24:19.631Z] 01666e4c0597: Verifying Checksum [2020-12-14T13:24:19.631Z] 01666e4c0597: Download complete [2020-12-14T13:24:19.898Z] df20fa9351a1: Pull complete [2020-12-14T13:24:20.162Z] 36b3adc4ff6f: Pull complete [2020-12-14T13:24:20.444Z] 93b61091891f: Verifying Checksum [2020-12-14T13:24:20.444Z] 93b61091891f: Download complete [2020-12-14T13:24:20.759Z] 8ad3a11d3b57: Verifying Checksum [2020-12-14T13:24:20.759Z] 8ad3a11d3b57: Download complete [2020-12-14T13:24:22.255Z] 8ad3a11d3b57: Pull complete [2020-12-14T13:24:22.530Z] 46f8f816bc3b: Pull complete [2020-12-14T13:24:23.582Z] 93b61091891f: Pull complete [2020-12-14T13:24:24.192Z] 93b9cdb0e59b: Pull complete [2020-12-14T13:24:24.459Z] aa168da1d23b: Verifying Checksum [2020-12-14T13:24:24.459Z] aa168da1d23b: Download complete [2020-12-14T13:24:24.459Z] 5e14af77c1be: Pull complete [2020-12-14T13:24:24.459Z] 01666e4c0597: Pull complete [2020-12-14T13:24:37.025Z] aa168da1d23b: Pull complete [2020-12-14T13:24:37.025Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-14T13:24:37.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-14T13:24:37.025Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-14T13:24:37.391Z] prd-centos7-docker-4c-2g-15919 does not seem to be running inside a container [2020-12-14T13:24:37.491Z] $ 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-650/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-650 -v /w/workspace/dgexfoundry_device-sdk-go_PR-650:/w/workspace/dgexfoundry_device-sdk-go_PR-650:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-650@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-14T13:24:41.205Z] $ docker top 62bb1c2adf2ab8e97cfb0a5705432e527813514988f5d57769c2923cc9e232a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T13:24:42.069Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-14T13:24:42.411Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-14T13:24:43.169Z] + ls /var/log/sa-host [2020-12-14T13:24:43.169Z] + sadf -c /var/log/sa-host/sa14 [2020-12-14T13:24:43.169Z] file_magic: OK [2020-12-14T13:24:43.169Z] HZ: Using current value: 100 [2020-12-14T13:24:43.169Z] file_header: OK [2020-12-14T13:24:43.169Z] 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-14T13:24:43.169Z] Statistics: [2020-12-14T13:24:43.169Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-14T13:24:43.169Z] File successfully converted to sysstat format version 12.2.1 [2020-12-14T13:24:43.169Z] + sadf -c /var/log/sa-host/sa23 [2020-12-14T13:24:43.169Z] file_magic: OK [2020-12-14T13:24:43.169Z] HZ: Using current value: 100 [2020-12-14T13:24:43.169Z] file_header: OK [2020-12-14T13:24:43.169Z] 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-14T13:24:43.169Z] Statistics: [2020-12-14T13:24:43.169Z] Hnuu...uuuununununu... [2020-12-14T13:24:43.169Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-14T13:24:43.852Z] provisioning config files... [2020-12-14T13:24:43.871Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/config4749582133905942488tmp [Pipeline] { [Pipeline] echo [2020-12-14T13:24:43.961Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:24:44.289Z] ---> create-netrc.sh [Pipeline] } [2020-12-14T13:24:44.581Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-14T13:24:44.716Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:24:45.126Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-14T13:24:45.146Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:24:45.520Z] ---> sudo-logs.sh [2020-12-14T13:24:45.520Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-14T13:24:45.538Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:24:45.941Z] ---> job-cost.sh [2020-12-14T13:24:46.214Z] lf-activate-venv: SKIPPING [2020-12-14T13:24:46.214Z] INFO: No Stack... [2020-12-14T13:24:47.189Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-14T13:24:47.769Z] INFO: Archiving Costs [Pipeline] echo [2020-12-14T13:24:47.785Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T13:24:48.119Z] ---> logs-deploy.sh [2020-12-14T13:24:48.119Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-650/9 [2020-12-14T13:24:48.119Z] INFO: archiving workspace using pattern(s): [2020-12-14T13:24:50.723Z] Archives upload complete. [2020-12-14T13:24:50.723Z] INFO: archiving logs to Nexus [2020-12-14T13:24:52.156Z] ---> uname -a: [2020-12-14T13:24:52.156Z] Linux prd-centos7-docker-4c-2g-15919.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] ---> lscpu: [2020-12-14T13:24:52.156Z] Architecture: x86_64 [2020-12-14T13:24:52.156Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-14T13:24:52.156Z] Byte Order: Little Endian [2020-12-14T13:24:52.156Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-14T13:24:52.156Z] CPU(s): 4 [2020-12-14T13:24:52.156Z] On-line CPU(s) list: 0-3 [2020-12-14T13:24:52.156Z] Thread(s) per core: 1 [2020-12-14T13:24:52.156Z] Core(s) per socket: 1 [2020-12-14T13:24:52.156Z] Socket(s): 4 [2020-12-14T13:24:52.156Z] NUMA node(s): 1 [2020-12-14T13:24:52.156Z] Vendor ID: GenuineIntel [2020-12-14T13:24:52.156Z] CPU family: 6 [2020-12-14T13:24:52.156Z] Model: 44 [2020-12-14T13:24:52.156Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-14T13:24:52.156Z] Stepping: 1 [2020-12-14T13:24:52.156Z] CPU MHz: 2933.438 [2020-12-14T13:24:52.156Z] BogoMIPS: 5866.87 [2020-12-14T13:24:52.156Z] Virtualization: VT-x [2020-12-14T13:24:52.156Z] Hypervisor vendor: KVM [2020-12-14T13:24:52.156Z] Virtualization type: full [2020-12-14T13:24:52.156Z] L1d cache: 128 KiB [2020-12-14T13:24:52.156Z] L1i cache: 128 KiB [2020-12-14T13:24:52.156Z] L2 cache: 16 MiB [2020-12-14T13:24:52.156Z] L3 cache: 64 MiB [2020-12-14T13:24:52.156Z] NUMA node0 CPU(s): 0-3 [2020-12-14T13:24:52.156Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-14T13:24:52.156Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-14T13:24:52.156Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-14T13:24:52.156Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-14T13:24:52.156Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-14T13:24:52.156Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-14T13:24:52.156Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-14T13:24:52.156Z] Vulnerability Srbds: Not affected [2020-12-14T13:24:52.156Z] Vulnerability Tsx async abort: Not affected [2020-12-14T13:24:52.156Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] ---> nproc: [2020-12-14T13:24:52.156Z] 4 [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] ---> df -h: [2020-12-14T13:24:52.156Z] Filesystem Size Used Available Use% Mounted on [2020-12-14T13:24:52.156Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-14T13:24:52.156Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-14T13:24:52.156Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-14T13:24:52.156Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-650 [2020-12-14T13:24:52.156Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] ---> free -m: [2020-12-14T13:24:52.156Z] total used free shared buff/cache available [2020-12-14T13:24:52.156Z] Mem: 1837 721 114 0 1001 1010 [2020-12-14T13:24:52.156Z] Swap: 1023 1 1022 [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] ---> ip addr: [2020-12-14T13:24:52.156Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-14T13:24:52.156Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-14T13:24:52.156Z] inet 127.0.0.1/8 scope host lo [2020-12-14T13:24:52.156Z] valid_lft forever preferred_lft forever [2020-12-14T13:24:52.156Z] inet6 ::1/128 scope host [2020-12-14T13:24:52.156Z] valid_lft forever preferred_lft forever [2020-12-14T13:24:52.156Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-14T13:24:52.156Z] link/ether fa:16:3e:8d:d5:f5 brd ff:ff:ff:ff:ff:ff [2020-12-14T13:24:52.156Z] inet 10.30.123.72/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-14T13:24:52.156Z] valid_lft 85876sec preferred_lft 85876sec [2020-12-14T13:24:52.156Z] inet6 fe80::f816:3eff:fe8d:d5f5/64 scope link [2020-12-14T13:24:52.156Z] valid_lft forever preferred_lft forever [2020-12-14T13:24:52.156Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-14T13:24:52.156Z] link/ether 02:42:6c:10:b4:24 brd ff:ff:ff:ff:ff:ff [2020-12-14T13:24:52.156Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-14T13:24:52.156Z] valid_lft forever preferred_lft forever [2020-12-14T13:24:52.156Z] inet6 fe80::42:6cff:fe10:b424/64 scope link [2020-12-14T13:24:52.156Z] valid_lft forever preferred_lft forever [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] ---> sar -b -r -n DEV: [2020-12-14T13:24:52.156Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] 13:15:53 LINUX RESTART (4 CPU) [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] 13:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-14T13:24:52.156Z] 13:18:01 34.91 12.64 22.27 0.00 4559.45 2618.96 0.00 [2020-12-14T13:24:52.156Z] 13:19:01 1.36 0.00 1.36 0.00 0.00 25.05 0.00 [2020-12-14T13:24:52.156Z] 13:20:01 0.60 0.00 0.60 0.00 0.00 6.39 0.00 [2020-12-14T13:24:52.156Z] 13:21:01 0.30 0.00 0.30 0.00 0.00 5.00 0.00 [2020-12-14T13:24:52.156Z] 13:22:01 0.23 0.00 0.23 0.00 0.00 3.03 0.00 [2020-12-14T13:24:52.156Z] 13:23:02 0.28 0.00 0.28 0.00 0.00 3.34 0.00 [2020-12-14T13:24:52.156Z] 13:24:01 0.30 0.00 0.30 0.00 0.00 2.98 0.00 [2020-12-14T13:24:52.156Z] Average: 5.44 1.81 3.63 0.00 653.12 381.70 0.00 [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] 13:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-14T13:24:52.156Z] 13:18:01 134820 0 636888 33.85 2620 1107216 1157668 39.51 444940 1102188 8 [2020-12-14T13:24:52.156Z] 13:19:01 148044 0 623600 33.14 2620 1107280 1071724 36.58 454292 1081912 20 [2020-12-14T13:24:52.156Z] 13:20:01 146148 0 625548 33.25 2620 1107228 1072320 36.60 454756 1082896 8 [2020-12-14T13:24:52.156Z] 13:21:01 144960 0 626732 33.31 2620 1107232 1072356 36.60 464736 1074316 8 [2020-12-14T13:24:52.156Z] 13:22:01 146076 0 625612 33.25 2620 1107236 1072164 36.59 462892 1075128 16 [2020-12-14T13:24:52.156Z] 13:23:02 146892 0 624792 33.21 2620 1107240 1072092 36.59 462384 1075128 16 [2020-12-14T13:24:52.156Z] 13:24:01 146884 0 624796 33.21 2620 1107244 1072044 36.59 462152 1075124 12 [2020-12-14T13:24:52.156Z] Average: 144832 0 626853 33.32 2620 1107239 1084338 37.01 458022 1080956 13 [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] 13:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-14T13:24:52.156Z] 13:18:01 eth0 111.67 88.86 472.98 49.62 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:18:01 docker0 8.73 7.25 1.33 20.56 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:19:01 eth0 0.77 0.08 0.06 0.02 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:20:01 eth0 2.56 1.13 3.20 0.25 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:21:01 eth0 0.57 0.40 0.30 0.21 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:22:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:23:02 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:24:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] Average: eth0 16.62 13.01 68.28 7.19 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] Average: docker0 1.25 1.04 0.19 2.94 0.00 0.00 0.00 0.00 [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] ---> sar -P ALL: [2020-12-14T13:24:52.156Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] 13:15:53 LINUX RESTART (4 CPU) [2020-12-14T13:24:52.156Z] [2020-12-14T13:24:52.156Z] 13:17:01 CPU %user %nice %system %iowait %steal %idle [2020-12-14T13:24:52.156Z] 13:18:01 all 3.23 0.00 2.67 0.88 8.47 84.75 [2020-12-14T13:24:52.156Z] 13:18:01 0 3.60 0.00 2.39 1.09 8.77 84.14 [2020-12-14T13:24:52.156Z] 13:18:01 1 2.97 0.00 2.69 0.31 8.33 85.70 [2020-12-14T13:24:52.156Z] 13:18:01 2 2.63 0.00 2.40 1.45 8.20 85.32 [2020-12-14T13:24:52.156Z] 13:18:01 3 3.71 0.00 3.20 0.68 8.58 83.84 [2020-12-14T13:24:52.157Z] 13:19:01 all 0.07 0.00 0.05 0.00 0.59 99.29 [2020-12-14T13:24:52.157Z] 13:19:01 0 0.03 0.00 0.05 0.00 0.78 99.14 [2020-12-14T13:24:52.157Z] 13:19:01 1 0.23 0.00 0.07 0.00 0.90 98.81 [2020-12-14T13:24:52.157Z] 13:19:01 2 0.02 0.00 0.05 0.00 0.23 99.70 [2020-12-14T13:24:52.157Z] 13:19:01 3 0.02 0.00 0.03 0.00 0.45 99.50 [2020-12-14T13:24:52.157Z] 13:20:01 all 0.11 0.00 0.07 0.00 0.60 99.22 [2020-12-14T13:24:52.157Z] 13:20:01 0 0.03 0.00 0.02 0.00 0.61 99.34 [2020-12-14T13:24:52.157Z] 13:20:01 1 0.30 0.00 0.10 0.00 0.63 98.97 [2020-12-14T13:24:52.157Z] 13:20:01 2 0.07 0.00 0.08 0.00 0.63 99.22 [2020-12-14T13:24:52.157Z] 13:20:01 3 0.03 0.00 0.10 0.00 0.51 99.35 [2020-12-14T13:24:52.157Z] 13:21:01 all 0.09 0.00 0.05 0.00 0.27 99.59 [2020-12-14T13:24:52.157Z] 13:21:01 0 0.03 0.00 0.02 0.00 0.42 99.53 [2020-12-14T13:24:52.157Z] 13:21:01 1 0.28 0.00 0.05 0.00 0.38 99.28 [2020-12-14T13:24:52.157Z] 13:21:01 2 0.03 0.00 0.03 0.00 0.12 99.82 [2020-12-14T13:24:52.157Z] 13:21:01 3 0.02 0.00 0.08 0.00 0.18 99.72 [2020-12-14T13:24:52.157Z] 13:22:01 all 0.12 0.00 0.14 0.00 0.49 99.24 [2020-12-14T13:24:52.157Z] 13:22:01 0 0.03 0.00 0.08 0.00 0.42 99.47 [2020-12-14T13:24:52.157Z] 13:22:01 1 0.35 0.00 0.08 0.00 0.61 98.95 [2020-12-14T13:24:52.157Z] 13:22:01 2 0.05 0.00 0.27 0.00 0.53 99.15 [2020-12-14T13:24:52.157Z] 13:22:01 3 0.05 0.00 0.13 0.00 0.42 99.40 [2020-12-14T13:24:52.157Z] 13:23:02 all 0.11 0.00 0.04 0.00 0.39 99.46 [2020-12-14T13:24:52.157Z] 13:23:02 0 0.03 0.00 0.05 0.00 0.41 99.50 [2020-12-14T13:24:52.157Z] 13:23:02 1 0.35 0.00 0.02 0.00 0.32 99.32 [2020-12-14T13:24:52.157Z] 13:23:02 2 0.05 0.00 0.07 0.00 0.55 99.34 [2020-12-14T13:24:52.157Z] 13:23:02 3 0.02 0.00 0.02 0.00 0.28 99.69 [2020-12-14T13:24:52.157Z] 13:24:01 all 0.09 0.00 0.04 0.00 0.35 99.51 [2020-12-14T13:24:52.157Z] 13:24:01 0 0.02 0.00 0.03 0.00 0.29 99.66 [2020-12-14T13:24:52.157Z] 13:24:01 1 0.27 0.00 0.03 0.00 0.39 99.31 [2020-12-14T13:24:52.157Z] 13:24:01 2 0.05 0.00 0.05 0.00 0.57 99.33 [2020-12-14T13:24:52.157Z] 13:24:01 3 0.03 0.00 0.03 0.00 0.17 99.76 [2020-12-14T13:24:52.157Z] Average: all 0.55 0.00 0.44 0.13 1.61 97.26 [2020-12-14T13:24:52.157Z] Average: 0 0.55 0.00 0.38 0.16 1.69 97.21 [2020-12-14T13:24:52.157Z] Average: 1 0.69 0.00 0.44 0.05 1.67 97.16 [2020-12-14T13:24:52.157Z] Average: 2 0.42 0.00 0.43 0.21 1.56 97.39 [2020-12-14T13:24:52.157Z] Average: 3 0.56 0.00 0.52 0.10 1.52 97.30 [2020-12-14T13:24:52.157Z] [2020-12-14T13:24:52.157Z] [2020-12-14T13:24:52.157Z]