Pull request #661 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at cbcd560d226450c2fc49532ec953a0990705dfef rather than b1d5a5466d97799f1d3c8c88635ac7056e9bea76 Obtained Jenkinsfile from cbcd560d226450c2fc49532ec953a0990705dfef Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13822 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-661 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit b1d5a5466d97799f1d3c8c88635ac7056e9bea76 Merge succeeded, producing b1d5a5466d97799f1d3c8c88635ac7056e9bea76 Checking out Revision b1d5a5466d97799f1d3c8c88635ac7056e9bea76 (PR-661) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1d5a5466d97799f1d3c8c88635ac7056e9bea76 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1d5a5466d97799f1d3c8c88635ac7056e9bea76 # timeout=10 Commit message: "feat: autoevent adds buffer for sending event to coredata" First time build. Skipping changelog. > git rev-list --no-walk 21a5e02e5573075b8a0f1e54bd48fbb3635a306b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-30T07:00:34.972Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-30T07:00:35.279Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-30T07:00:35.403Z] ========================================================= [2020-11-30T07:00:35.403Z] EdgeX Global Pipelines Version Info [2020-11-30T07:00:35.403Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:00:36.999Z] ------------------- [2020-11-30T07:00:36.999Z] stable info: [2020-11-30T07:00:36.999Z] ------------------- [2020-11-30T07:00:36.999Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-30T07:00:36.999Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-30T07:00:36.999Z] Message: update stable to v1.0.167 [2020-11-30T07:00:37.945Z] ------------------- [2020-11-30T07:00:37.945Z] experimental info: [2020-11-30T07:00:37.945Z] ------------------- [2020-11-30T07:00:37.945Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-30T07:00:37.945Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-30T07:00:37.945Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-30T07:00:38.452Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-30T07:00:38.571Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-30T07:00:38.685Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-30T07:00:38.799Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-30T07:00:38.952Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-30T07:00:39.064Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-30T07:00:39.184Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-30T07:00:39.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-30T07:00:39.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-30T07:00:39.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-30T07:00:39.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-30T07:00:39.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-30T07:00:39.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-30T07:00:40.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-30T07:00:40.125Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-30T07:00:40.285Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T07:00:40.415Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T07:00:40.605Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T07:00:40.754Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-30T07:00:40.861Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-30T07:00:40.968Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-30T07:00:41.068Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-30T07:00:41.174Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-30T07:00:41.280Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-30T07:00:41.388Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-30T07:00:41.499Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-30T07:00:41.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-661 [Pipeline] echo [2020-11-30T07:00:41.740Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-661 [Pipeline] echo [2020-11-30T07:00:41.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-661 [Pipeline] echo [2020-11-30T07:00:42.028Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [Pipeline] echo [2020-11-30T07:00:42.319Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1d5a54 [Pipeline] echo [2020-11-30T07:00:42.440Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T07:00:42.639Z] provisioning config files... [2020-11-30T07:00:42.666Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config3869987186240739888tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:00:43.036Z] ---> docker-login.sh [2020-11-30T07:00:43.036Z] nexus3.edgexfoundry.org:10001 [2020-11-30T07:00:43.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:00:43.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:00:43.564Z] Configure a credential helper to remove this warning. See [2020-11-30T07:00:43.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:00:43.564Z] [2020-11-30T07:00:43.564Z] Login Succeeded [2020-11-30T07:00:43.564Z] nexus3.edgexfoundry.org:10002 [2020-11-30T07:00:43.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:00:43.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:00:43.828Z] Configure a credential helper to remove this warning. See [2020-11-30T07:00:43.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:00:43.828Z] [2020-11-30T07:00:43.828Z] Login Succeeded [2020-11-30T07:00:43.828Z] nexus3.edgexfoundry.org:10003 [2020-11-30T07:00:43.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:00:44.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:00:44.091Z] Configure a credential helper to remove this warning. See [2020-11-30T07:00:44.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:00:44.091Z] [2020-11-30T07:00:44.091Z] Login Succeeded [2020-11-30T07:00:44.091Z] nexus3.edgexfoundry.org:10004 [2020-11-30T07:00:44.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:00:44.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:00:44.355Z] Configure a credential helper to remove this warning. See [2020-11-30T07:00:44.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:00:44.355Z] [2020-11-30T07:00:44.355Z] Login Succeeded [2020-11-30T07:00:44.355Z] docker.io [2020-11-30T07:00:44.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:00:44.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:00:44.617Z] Configure a credential helper to remove this warning. See [2020-11-30T07:00:44.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:00:44.617Z] [2020-11-30T07:00:44.618Z] Login Succeeded [2020-11-30T07:00:44.618Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T07:00:44.628Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T07:00:45.436Z] + git log --format=format:%s -1 b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [Pipeline] echo [2020-11-30T07:00:45.505Z] GIT_COMMIT: b1d5a5466d97799f1d3c8c88635ac7056e9bea76, Commit Message: feat: autoevent adds buffer for sending event to coredata [Pipeline] echo [2020-11-30T07:00:45.555Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:00:46.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T07:00:46.628Z] [2020-11-30T07:00:46.628Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:00:46.980Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T07:00:46.980Z] latest: Pulling from edgex-devops/git-semver [2020-11-30T07:00:46.980Z] 31603596830f: Pulling fs layer [2020-11-30T07:00:46.980Z] 2a8b12db71e7: Pulling fs layer [2020-11-30T07:00:46.980Z] 6ca5941a6612: Pulling fs layer [2020-11-30T07:00:46.980Z] ecc8261a40a4: Pulling fs layer [2020-11-30T07:00:46.980Z] ecc8261a40a4: Waiting [2020-11-30T07:00:46.980Z] 2a8b12db71e7: Verifying Checksum [2020-11-30T07:00:46.980Z] 2a8b12db71e7: Download complete [2020-11-30T07:00:47.242Z] 31603596830f: Verifying Checksum [2020-11-30T07:00:47.243Z] 31603596830f: Download complete [2020-11-30T07:00:47.243Z] 6ca5941a6612: Verifying Checksum [2020-11-30T07:00:47.243Z] 6ca5941a6612: Download complete [2020-11-30T07:00:47.243Z] ecc8261a40a4: Verifying Checksum [2020-11-30T07:00:47.243Z] ecc8261a40a4: Download complete [2020-11-30T07:00:47.504Z] 31603596830f: Pull complete [2020-11-30T07:00:47.775Z] 2a8b12db71e7: Pull complete [2020-11-30T07:00:48.733Z] 6ca5941a6612: Pull complete [2020-11-30T07:00:48.733Z] ecc8261a40a4: Pull complete [2020-11-30T07:00:48.997Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-30T07:00:48.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T07:00:48.997Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-30T07:00:49.177Z] prd-centos7-docker-4c-2g-13822 does not seem to be running inside a container [2020-11-30T07:00:49.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-30T07:00:51.513Z] $ docker top 56697c5a2af04ee3664dcf130bd56337fb245ab05dbf4a25a1c86b45f83e3cac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T07:00:51.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T07:00:51.843Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T07:00:52.075Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T07:00:52.081Z] $ docker exec 56697c5a2af04ee3664dcf130bd56337fb245ab05dbf4a25a1c86b45f83e3cac ssh-agent [2020-11-30T07:00:52.264Z] SSH_AUTH_SOCK=/tmp/ssh-LuQvlfFmt3Cp/agent.11 [2020-11-30T07:00:52.264Z] SSH_AGENT_PID=16 [2020-11-30T07:00:52.280Z] Running ssh-add (command line suppressed) [2020-11-30T07:00:52.411Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_8151032466080137491.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_8151032466080137491.key) [2020-11-30T07:00:52.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T07:00:52.847Z] + git tag --points-at HEAD [Pipeline] } [2020-11-30T07:00:52.872Z] $ docker exec --env ******** --env ******** 56697c5a2af04ee3664dcf130bd56337fb245ab05dbf4a25a1c86b45f83e3cac ssh-agent -k [2020-11-30T07:00:52.992Z] unset SSH_AUTH_SOCK; [2020-11-30T07:00:52.993Z] unset SSH_AGENT_PID; [2020-11-30T07:00:52.993Z] echo Agent pid 16 killed; [2020-11-30T07:00:53.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-30T07:00:53.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T07:00:53.188Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T07:00:53.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T07:00:53.366Z] $ docker exec 56697c5a2af04ee3664dcf130bd56337fb245ab05dbf4a25a1c86b45f83e3cac ssh-agent [2020-11-30T07:00:53.530Z] SSH_AUTH_SOCK=/tmp/ssh-5OT3paWRmrqJ/agent.44 [2020-11-30T07:00:53.531Z] SSH_AGENT_PID=49 [2020-11-30T07:00:53.539Z] Running ssh-add (command line suppressed) [2020-11-30T07:00:53.663Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_7638942578133703352.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_7638942578133703352.key) [2020-11-30T07:00:53.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T07:00:54.076Z] + git semver init [2020-11-30T07:00:54.077Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T07:00:54.077Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.git [2020-11-30T07:00:54.077Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-11-30T07:00:54.077Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T07:00:54.077Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T07:00:54.077Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T07:00:54.077Z] # $SEMVER_BRANCH = PR-661 [2020-11-30T07:00:54.077Z] # $SEMVER_TEMP = /tmp/semver-281105095 [2020-11-30T07:00:54.077Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-30T07:00:55.031Z] # '/tmp/semver-281105095' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver' [2020-11-30T07:00:55.031Z] # -> Force: false [2020-11-30T07:00:55.031Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver [Pipeline] } [2020-11-30T07:00:55.047Z] $ docker exec --env ******** --env ******** 56697c5a2af04ee3664dcf130bd56337fb245ab05dbf4a25a1c86b45f83e3cac ssh-agent -k [2020-11-30T07:00:55.167Z] unset SSH_AUTH_SOCK; [2020-11-30T07:00:55.167Z] unset SSH_AGENT_PID; [2020-11-30T07:00:55.167Z] echo Agent pid 49 killed; [2020-11-30T07:00:55.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T07:00:55.745Z] + git semver [Pipeline] } [2020-11-30T07:00:55.776Z] $ docker stop --time=1 56697c5a2af04ee3664dcf130bd56337fb245ab05dbf4a25a1c86b45f83e3cac [2020-11-30T07:00:57.166Z] $ docker rm -f 56697c5a2af04ee3664dcf130bd56337fb245ab05dbf4a25a1c86b45f83e3cac [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T07:00:57.634Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-30T07:00:58.185Z] Stashed 1 file(s) [Pipeline] echo [2020-11-30T07:00:58.189Z] [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-11-30T07:01:13.872Z] Still waiting to schedule task [2020-11-30T07:01:13.872Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-30T07:01:13.875Z] Still waiting to schedule task [2020-11-30T07:01:13.875Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-30T07:04:33.170Z] Running on prd-centos7-docker-4c-2g-13823 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-11-30T07:04:33.304Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-11-30T07:04:39.049Z] using credential edgex-jenkins-ssh [2020-11-30T07:04:39.122Z] Cloning the remote Git repository [2020-11-30T07:04:39.156Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-30T07:04:39.249Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-11-30T07:04:39.324Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-30T07:04:39.324Z] > git --version # timeout=10 [2020-11-30T07:04:39.341Z] > git --version # 'git version 2.24.3' [2020-11-30T07:04:39.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T07:04:39.426Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T07:04:41.050Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [2020-11-30T07:04:40.325Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-30T07:04:40.334Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T07:04:40.366Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-30T07:04:40.382Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-30T07:04:40.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T07:04:40.389Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T07:04:41.068Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T07:04:41.300Z] Merge succeeded, producing b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [2020-11-30T07:04:41.301Z] Checking out Revision b1d5a5466d97799f1d3c8c88635ac7056e9bea76 (PR-661) [2020-11-30T07:04:41.101Z] > git checkout -f b1d5a5466d97799f1d3c8c88635ac7056e9bea76 # timeout=10 [2020-11-30T07:04:41.212Z] > git remote # timeout=10 [2020-11-30T07:04:41.258Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T07:04:41.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T07:04:41.276Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-11-30T07:04:41.293Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T07:04:41.306Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T07:04:41.316Z] > git checkout -f b1d5a5466d97799f1d3c8c88635ac7056e9bea76 # timeout=10 [2020-11-30T07:04:45.371Z] Commit message: "feat: autoevent adds buffer for sending event to coredata" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T07:04:47.021Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-30T07:04:47.414Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T07:04:47.748Z] + sudo service docker restart [2020-11-30T07:04:47.748Z] + true [2020-11-30T07:04:47.748Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T07:04:49.304Z] provisioning config files... [2020-11-30T07:04:49.337Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6945165880410318016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:04:49.762Z] ---> docker-login.sh [2020-11-30T07:04:49.762Z] nexus3.edgexfoundry.org:10001 [2020-11-30T07:04:50.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:04:50.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:04:50.332Z] Configure a credential helper to remove this warning. See [2020-11-30T07:04:50.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:04:50.332Z] [2020-11-30T07:04:50.332Z] Login Succeeded [2020-11-30T07:04:50.332Z] nexus3.edgexfoundry.org:10002 [2020-11-30T07:04:50.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:04:50.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:04:50.597Z] Configure a credential helper to remove this warning. See [2020-11-30T07:04:50.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:04:50.597Z] [2020-11-30T07:04:50.597Z] Login Succeeded [2020-11-30T07:04:50.597Z] nexus3.edgexfoundry.org:10003 [2020-11-30T07:04:50.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:04:50.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:04:50.864Z] Configure a credential helper to remove this warning. See [2020-11-30T07:04:50.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:04:50.864Z] [2020-11-30T07:04:50.864Z] Login Succeeded [2020-11-30T07:04:50.864Z] nexus3.edgexfoundry.org:10004 [2020-11-30T07:04:51.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:04:51.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:04:51.134Z] Configure a credential helper to remove this warning. See [2020-11-30T07:04:51.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:04:51.134Z] [2020-11-30T07:04:51.134Z] Login Succeeded [2020-11-30T07:04:51.134Z] docker.io [2020-11-30T07:04:51.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:04:51.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:04:51.683Z] Configure a credential helper to remove this warning. See [2020-11-30T07:04:51.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:04:51.683Z] [2020-11-30T07:04:51.683Z] Login Succeeded [2020-11-30T07:04:51.683Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T07:04:51.700Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T07:04:52.153Z] ========================================================= [2020-11-30T07:04:52.153Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-30T07:04:52.153Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:04:52.527Z] + 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-11-30T07:04:52.795Z] Sending build context to Docker daemon 2.37MB [2020-11-30T07:04:52.795Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-30T07:04:52.795Z] Step 2/8 : FROM ${BASE} [2020-11-30T07:04:53.072Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-30T07:04:53.072Z] df20fa9351a1: Pulling fs layer [2020-11-30T07:04:53.072Z] ed8968b2872e: Pulling fs layer [2020-11-30T07:04:53.072Z] a92cc7c5fd73: Pulling fs layer [2020-11-30T07:04:53.072Z] e871e8e8d7a9: Pulling fs layer [2020-11-30T07:04:53.072Z] e73272ec9a57: Pulling fs layer [2020-11-30T07:04:53.072Z] 1e910a182e73: Pulling fs layer [2020-11-30T07:04:53.072Z] 4e634b169226: Pulling fs layer [2020-11-30T07:04:53.072Z] e871e8e8d7a9: Waiting [2020-11-30T07:04:53.072Z] e73272ec9a57: Waiting [2020-11-30T07:04:53.072Z] 1e910a182e73: Waiting [2020-11-30T07:04:53.072Z] 4e634b169226: Waiting [2020-11-30T07:04:53.072Z] a92cc7c5fd73: Verifying Checksum [2020-11-30T07:04:53.072Z] a92cc7c5fd73: Download complete [2020-11-30T07:04:53.337Z] ed8968b2872e: Verifying Checksum [2020-11-30T07:04:53.337Z] ed8968b2872e: Download complete [2020-11-30T07:04:53.337Z] e73272ec9a57: Download complete [2020-11-30T07:04:54.325Z] 1e910a182e73: Verifying Checksum [2020-11-30T07:04:54.325Z] 1e910a182e73: Download complete [2020-11-30T07:04:54.325Z] df20fa9351a1: Verifying Checksum [2020-11-30T07:04:54.325Z] df20fa9351a1: Download complete [2020-11-30T07:04:54.325Z] df20fa9351a1: Pull complete [2020-11-30T07:04:54.952Z] ed8968b2872e: Pull complete [2020-11-30T07:04:54.952Z] a92cc7c5fd73: Pull complete [2020-11-30T07:04:58.413Z] 4e634b169226: Verifying Checksum [2020-11-30T07:04:58.413Z] 4e634b169226: Download complete [2020-11-30T07:04:59.008Z] e871e8e8d7a9: Verifying Checksum [2020-11-30T07:04:59.008Z] e871e8e8d7a9: Download complete [2020-11-30T07:05:07.298Z] e871e8e8d7a9: Pull complete [2020-11-30T07:05:07.298Z] e73272ec9a57: Pull complete [2020-11-30T07:05:07.298Z] 1e910a182e73: Pull complete [2020-11-30T07:05:15.610Z] 4e634b169226: Pull complete [2020-11-30T07:05:15.610Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-30T07:05:15.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-30T07:05:15.610Z] ---> f7629b54cfaa [2020-11-30T07:05:15.610Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T07:05:15.610Z] ---> Running in 17a9ea55021a [2020-11-30T07:05:15.610Z] Removing intermediate container 17a9ea55021a [2020-11-30T07:05:15.610Z] ---> 0a463955ae60 [2020-11-30T07:05:15.610Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-30T07:05:15.610Z] ---> Running in f35920dd681d [2020-11-30T07:05:16.200Z] Removing intermediate container f35920dd681d [2020-11-30T07:05:16.200Z] ---> 2818afcfd939 [2020-11-30T07:05:16.200Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-30T07:05:16.465Z] ---> Running in c3a47aeae17f [2020-11-30T07:05:17.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-30T07:05:18.211Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13824 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-11-30T07:05:18.299Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-11-30T07:05:19.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-30T07:05:20.871Z] OK: 166 MiB in 39 packages [2020-11-30T07:05:21.137Z] Removing intermediate container c3a47aeae17f [2020-11-30T07:05:21.137Z] ---> 759e56e9f6e9 [2020-11-30T07:05:21.137Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-30T07:05:21.137Z] ---> Running in 43f8512f47c2 [2020-11-30T07:05:21.411Z] Removing intermediate container 43f8512f47c2 [2020-11-30T07:05:21.411Z] ---> c8eb83b16d6e [2020-11-30T07:05:21.411Z] Step 7/8 : COPY . . [2020-11-30T07:05:22.889Z] ---> 1ee0f3584aa9 [2020-11-30T07:05:22.889Z] Step 8/8 : RUN go mod download [2020-11-30T07:05:22.889Z] ---> Running in 3f87e9ea5d25 [2020-11-30T07:05:23.528Z] using credential edgex-jenkins-ssh [2020-11-30T07:05:23.596Z] Cloning the remote Git repository [2020-11-30T07:05:23.650Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-30T07:05:23.774Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-11-30T07:05:23.855Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-30T07:05:23.856Z] > git --version # timeout=10 [2020-11-30T07:05:23.882Z] > git --version # 'git version 2.17.1' [2020-11-30T07:05:23.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T07:05:23.940Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T07:05:25.055Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-30T07:05:25.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T07:05:25.120Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-30T07:05:25.166Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-30T07:05:25.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T07:05:25.179Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T07:05:25.806Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [2020-11-30T07:05:26.024Z] Merge succeeded, producing b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [2020-11-30T07:05:26.025Z] Checking out Revision b1d5a5466d97799f1d3c8c88635ac7056e9bea76 (PR-661) [2020-11-30T07:05:25.822Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T07:05:25.835Z] > git checkout -f b1d5a5466d97799f1d3c8c88635ac7056e9bea76 # timeout=10 [2020-11-30T07:05:25.943Z] > git remote # timeout=10 [2020-11-30T07:05:25.959Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T07:05:25.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T07:05:25.987Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-11-30T07:05:26.010Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T07:05:26.031Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T07:05:26.041Z] > git checkout -f b1d5a5466d97799f1d3c8c88635ac7056e9bea76 # timeout=10 [2020-11-30T07:05:30.530Z] Commit message: "feat: autoevent adds buffer for sending event to coredata" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T07:05:32.043Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-30T07:05:32.462Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T07:05:32.810Z] + + sudotrue service [2020-11-30T07:05:32.811Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T07:05:35.509Z] provisioning config files... [2020-11-30T07:05:35.583Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config828355619814207948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:05:36.038Z] ---> docker-login.sh [2020-11-30T07:05:36.038Z] nexus3.edgexfoundry.org:10001 [2020-11-30T07:05:36.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:05:37.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:05:37.247Z] Configure a credential helper to remove this warning. See [2020-11-30T07:05:37.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:05:37.247Z] [2020-11-30T07:05:37.247Z] Login Succeeded [2020-11-30T07:05:37.247Z] nexus3.edgexfoundry.org:10002 [2020-11-30T07:05:37.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:05:37.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:05:37.806Z] Configure a credential helper to remove this warning. See [2020-11-30T07:05:37.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:05:37.806Z] [2020-11-30T07:05:37.806Z] Login Succeeded [2020-11-30T07:05:37.806Z] nexus3.edgexfoundry.org:10003 [2020-11-30T07:05:38.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:05:38.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:05:38.354Z] Configure a credential helper to remove this warning. See [2020-11-30T07:05:38.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:05:38.354Z] [2020-11-30T07:05:38.354Z] Login Succeeded [2020-11-30T07:05:38.354Z] nexus3.edgexfoundry.org:10004 [2020-11-30T07:05:38.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:05:38.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:05:38.627Z] Configure a credential helper to remove this warning. See [2020-11-30T07:05:38.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:05:38.627Z] [2020-11-30T07:05:38.627Z] Login Succeeded [2020-11-30T07:05:38.627Z] docker.io [2020-11-30T07:05:39.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T07:05:39.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T07:05:39.492Z] Configure a credential helper to remove this warning. See [2020-11-30T07:05:39.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T07:05:39.493Z] [2020-11-30T07:05:39.493Z] Login Succeeded [2020-11-30T07:05:39.493Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T07:05:39.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T07:05:39.942Z] ========================================================= [2020-11-30T07:05:39.942Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-30T07:05:39.942Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:05:40.404Z] + 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-11-30T07:05:41.018Z] Sending build context to Docker daemon 2.371MB [2020-11-30T07:05:41.018Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-30T07:05:41.018Z] Step 2/8 : FROM ${BASE} [2020-11-30T07:05:41.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-30T07:05:41.018Z] b538f80385f9: Pulling fs layer [2020-11-30T07:05:41.018Z] 74f711af9a0d: Pulling fs layer [2020-11-30T07:05:41.018Z] 99f96fe45779: Pulling fs layer [2020-11-30T07:05:41.018Z] 8529a6b9a6be: Pulling fs layer [2020-11-30T07:05:41.018Z] 45590311c82a: Pulling fs layer [2020-11-30T07:05:41.018Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-30T07:05:41.018Z] 209524e5b208: Pulling fs layer [2020-11-30T07:05:41.018Z] 8529a6b9a6be: Waiting [2020-11-30T07:05:41.018Z] 69ca0ff8b7b3: Waiting [2020-11-30T07:05:41.018Z] 45590311c82a: Waiting [2020-11-30T07:05:41.018Z] 209524e5b208: Waiting [2020-11-30T07:05:41.018Z] 99f96fe45779: Download complete [2020-11-30T07:05:41.018Z] 74f711af9a0d: Verifying Checksum [2020-11-30T07:05:41.018Z] 45590311c82a: Verifying Checksum [2020-11-30T07:05:41.018Z] 45590311c82a: Download complete [2020-11-30T07:05:41.018Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-30T07:05:41.018Z] 69ca0ff8b7b3: Download complete [2020-11-30T07:05:41.298Z] b538f80385f9: Verifying Checksum [2020-11-30T07:05:41.298Z] b538f80385f9: Download complete [2020-11-30T07:05:41.897Z] b538f80385f9: Pull complete [2020-11-30T07:05:42.498Z] 74f711af9a0d: Pull complete [2020-11-30T07:05:42.775Z] 99f96fe45779: Pull complete [2020-11-30T07:05:43.371Z] 209524e5b208: Verifying Checksum [2020-11-30T07:05:43.371Z] 209524e5b208: Download complete [2020-11-30T07:05:44.803Z] 8529a6b9a6be: Verifying Checksum [2020-11-30T07:05:44.803Z] 8529a6b9a6be: Download complete [2020-11-30T07:05:45.170Z] Removing intermediate container 3f87e9ea5d25 [2020-11-30T07:05:45.171Z] ---> 084746715420 [2020-11-30T07:05:45.171Z] Successfully built 084746715420 [2020-11-30T07:05:45.171Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:05:45.540Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T07:05:45.540Z] . [Pipeline] withDockerContainer [2020-11-30T07:05:46.105Z] prd-centos7-docker-4c-2g-13823 does not seem to be running inside a container [2020-11-30T07:05:46.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T07:05:47.447Z] $ docker top e5e159bad94a7d3272a88f63f528ba7a38c2824b147f918282c60bafb8b62f26 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T07:05:48.033Z] + go version [2020-11-30T07:05:48.312Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-30T07:05:48.368Z] $ docker stop --time=1 e5e159bad94a7d3272a88f63f528ba7a38c2824b147f918282c60bafb8b62f26 [2020-11-30T07:05:49.934Z] $ docker rm -f e5e159bad94a7d3272a88f63f528ba7a38c2824b147f918282c60bafb8b62f26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:05:51.070Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T07:05:51.070Z] . [Pipeline] withDockerContainer [2020-11-30T07:05:51.197Z] prd-centos7-docker-4c-2g-13823 does not seem to be running inside a container [2020-11-30T07:05:51.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T07:05:52.052Z] $ docker top 93f18d9e5b7e7603da37d37a8ed5b9947c2e9528eb78cecc83f0a7c26525c2f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T07:05:52.695Z] + make test [2020-11-30T07:05:52.695Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-30T07:05:54.969Z] 8529a6b9a6be: Pull complete [2020-11-30T07:05:55.241Z] 45590311c82a: Pull complete [2020-11-30T07:05:55.839Z] 69ca0ff8b7b3: Pull complete [2020-11-30T07:05:59.237Z] 209524e5b208: Pull complete [2020-11-30T07:05:59.515Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-30T07:05:59.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-30T07:05:59.515Z] ---> 5bddaf1c2fca [2020-11-30T07:05:59.515Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T07:06:02.132Z] ---> Running in 228603a7a452 [2020-11-30T07:06:02.413Z] Removing intermediate container 228603a7a452 [2020-11-30T07:06:02.413Z] ---> bf425f3a4202 [2020-11-30T07:06:02.413Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-30T07:06:02.687Z] ---> Running in e14f8716d0c8 [2020-11-30T07:06:04.704Z] Removing intermediate container e14f8716d0c8 [2020-11-30T07:06:04.704Z] ---> 5f77b5f3d826 [2020-11-30T07:06:04.704Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-30T07:06:04.983Z] ---> Running in cbf9f5c7b2cf [2020-11-30T07:06:05.537Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-30T07:06:05.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-30T07:06:07.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-30T07:06:08.364Z] OK: 142 MiB in 39 packages [2020-11-30T07:06:09.804Z] Removing intermediate container cbf9f5c7b2cf [2020-11-30T07:06:09.804Z] ---> 0a8a2aa8bb83 [2020-11-30T07:06:09.804Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-30T07:06:09.804Z] ---> Running in 74140e1ca9ac [2020-11-30T07:06:10.078Z] Removing intermediate container 74140e1ca9ac [2020-11-30T07:06:10.078Z] ---> 77ca05adc5a0 [2020-11-30T07:06:10.079Z] Step 7/8 : COPY . . [2020-11-30T07:06:11.523Z] ---> 3d37fc641180 [2020-11-30T07:06:11.523Z] Step 8/8 : RUN go mod download [2020-11-30T07:06:11.523Z] ---> Running in 0da26388e371 [2020-11-30T07:06:24.099Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-30T07:06:24.099Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-30T07:06:24.099Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-30T07:06:25.676Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.098s coverage: 20.0% of statements [2020-11-30T07:06:27.673Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.544s coverage: 97.1% of statements [2020-11-30T07:06:33.727Z] Removing intermediate container 0da26388e371 [2020-11-30T07:06:33.728Z] ---> a3189b23effa [2020-11-30T07:06:33.728Z] Successfully built a3189b23effa [2020-11-30T07:06:33.728Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:06:34.072Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T07:06:34.072Z] . [Pipeline] withDockerContainer [2020-11-30T07:06:34.348Z] prd-ubuntu18.04-docker-arm64-4c-16g-13824 does not seem to be running inside a container [2020-11-30T07:06:34.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-30T07:06:35.942Z] $ docker top 49035878c90678e8805ff1298c5674e8cac2e2243b5cf7c6921cdc7f2b476ac7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T07:06:36.965Z] + go version [2020-11-30T07:06:36.965Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-30T07:06:36.988Z] $ docker stop --time=1 49035878c90678e8805ff1298c5674e8cac2e2243b5cf7c6921cdc7f2b476ac7 [2020-11-30T07:06:38.982Z] $ docker rm -f 49035878c90678e8805ff1298c5674e8cac2e2243b5cf7c6921cdc7f2b476ac7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:06:47.450Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T07:06:47.450Z] . [Pipeline] withDockerContainer [2020-11-30T07:06:47.710Z] prd-ubuntu18.04-docker-arm64-4c-16g-13824 does not seem to be running inside a container [2020-11-30T07:06:47.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-30T07:06:49.259Z] $ docker top e4855fd631e0828ea06e3b4a34f55b32f4f7b90631dd4b5b91f5c2dc90399d02 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T07:06:50.302Z] + make test [2020-11-30T07:06:50.303Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-30T07:07:00.104Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.069s coverage: 9.4% of statements [2020-11-30T07:07:00.104Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.065s coverage: 21.9% of statements [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-30T07:07:00.104Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.288s coverage: 42.5% of statements [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-30T07:07:00.104Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.387s coverage: 68.9% of statements [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-30T07:07:00.104Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.084s coverage: 52.6% of statements [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-30T07:07:00.104Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.105s coverage: 68.9% of statements [2020-11-30T07:07:00.104Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.081s coverage: 4.7% of statements [2020-11-30T07:07:00.104Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-30T07:07:00.104Z] GO111MODULE=on go vet ./... [2020-11-30T07:07:10.739Z] gofmt -l . [2020-11-30T07:07:10.739Z] [ "`gofmt -l .`" = "" ] [2020-11-30T07:07:10.739Z] ./bin/test-attribution-txt.sh [2020-11-30T07:07:11.013Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-30T07:07:11.630Z] $ docker stop --time=1 93f18d9e5b7e7603da37d37a8ed5b9947c2e9528eb78cecc83f0a7c26525c2f5 [2020-11-30T07:07:12.510Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-30T07:07:14.465Z] $ docker rm -f 93f18d9e5b7e7603da37d37a8ed5b9947c2e9528eb78cecc83f0a7c26525c2f5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T07:07:15.465Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T07:07:15.953Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-30T07:07:19.950Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-30T07:07:20.252Z] + ls -al . [2020-11-30T07:07:20.252Z] total 208 [2020-11-30T07:07:20.252Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 30 07:07 . [2020-11-30T07:07:20.252Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 30 07:04 .. [2020-11-30T07:07:20.252Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 30 07:04 bin [2020-11-30T07:07:20.252Z] -rw-r--r--. 1 jenkins jenkins 127698 Nov 30 07:06 coverage.out [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 30 07:04 Dockerfile.build [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 30 07:04 .dockerignore [2020-11-30T07:07:20.252Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 30 07:04 example [2020-11-30T07:07:20.252Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 30 07:04 .git [2020-11-30T07:07:20.252Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 30 07:04 .github [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 30 07:04 .gitignore [2020-11-30T07:07:20.252Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 30 07:07 go.mod [2020-11-30T07:07:20.252Z] -rw-r--r--. 1 jenkins jenkins 13631 Nov 30 07:07 go.sum [2020-11-30T07:07:20.252Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 30 07:04 internal [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 30 07:04 Jenkinsfile [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 30 07:04 LICENSE [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 30 07:04 Makefile [2020-11-30T07:07:20.252Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 30 07:04 openapi [2020-11-30T07:07:20.252Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 30 07:04 pkg [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 30 07:04 README.md [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 30 07:04 RELEASE-NOTES.txt [2020-11-30T07:07:20.252Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 30 07:04 snap [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 30 07:00 VERSION [2020-11-30T07:07:20.252Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 30 07:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:07:20.575Z] + 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=b1d5a5466d97799f1d3c8c88635ac7056e9bea76 --label arch=amd64 --label version=0.0.0 . [2020-11-30T07:07:20.842Z] Sending build context to Docker daemon 2.498MB [2020-11-30T07:07:21.107Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-30T07:07:21.107Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-30T07:07:21.107Z] ---> 084746715420 [2020-11-30T07:07:21.107Z] Step 3/24 : ARG MAKE='make build' [2020-11-30T07:07:21.694Z] ---> Running in dc7057a579b7 [2020-11-30T07:07:21.694Z] Removing intermediate container dc7057a579b7 [2020-11-30T07:07:21.694Z] ---> 630b76d999ae [2020-11-30T07:07:21.694Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-30T07:07:21.694Z] ---> Running in 9146bbd07e87 [2020-11-30T07:07:22.281Z] Removing intermediate container 9146bbd07e87 [2020-11-30T07:07:22.281Z] ---> 69ab076e14dc [2020-11-30T07:07:22.281Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T07:07:22.281Z] ---> Running in b19f0782f129 [2020-11-30T07:07:22.281Z] Removing intermediate container b19f0782f129 [2020-11-30T07:07:22.281Z] ---> fe4ac784c659 [2020-11-30T07:07:22.281Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-30T07:07:22.547Z] ---> Running in 5b1dccea8882 [2020-11-30T07:07:23.981Z] Removing intermediate container 5b1dccea8882 [2020-11-30T07:07:23.981Z] ---> dc4661db9a48 [2020-11-30T07:07:23.981Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-30T07:07:23.982Z] ---> Running in d9b921d26291 [2020-11-30T07:07:24.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-30T07:07:25.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-30T07:07:26.546Z] OK: 166 MiB in 39 packages [2020-11-30T07:07:26.810Z] Removing intermediate container d9b921d26291 [2020-11-30T07:07:26.810Z] ---> a66b36ea78e4 [2020-11-30T07:07:26.810Z] Step 8/24 : COPY . . [2020-11-30T07:07:27.763Z] ---> 7c92e98c6731 [2020-11-30T07:07:27.763Z] Step 9/24 : RUN ${MAKE} [2020-11-30T07:07:27.763Z] ---> Running in ed1a28c9c899 [2020-11-30T07:07:28.377Z] 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-11-30T07:07:40.889Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-30T07:07:41.875Z] Removing intermediate container ed1a28c9c899 [2020-11-30T07:07:41.875Z] ---> 1828edecf9ce [2020-11-30T07:07:41.875Z] Step 10/24 : FROM scratch [2020-11-30T07:07:41.875Z] ---> [2020-11-30T07:07:41.875Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T07:07:41.875Z] ---> Running in 8e0d7de1627c [2020-11-30T07:07:42.140Z] Removing intermediate container 8e0d7de1627c [2020-11-30T07:07:42.140Z] ---> f2442e80268e [2020-11-30T07:07:42.140Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-30T07:07:42.140Z] ---> Running in 09904f90f8cf [2020-11-30T07:07:42.407Z] Removing intermediate container 09904f90f8cf [2020-11-30T07:07:42.407Z] ---> 6cdc52da3803 [2020-11-30T07:07:42.407Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-30T07:07:42.407Z] ---> Running in a0d2566eb492 [2020-11-30T07:07:42.672Z] Removing intermediate container a0d2566eb492 [2020-11-30T07:07:42.672Z] ---> 4d3203b4c9f1 [2020-11-30T07:07:42.672Z] Step 14/24 : WORKDIR / [2020-11-30T07:07:42.673Z] ---> Running in bff886f64a41 [2020-11-30T07:07:42.673Z] Removing intermediate container bff886f64a41 [2020-11-30T07:07:42.673Z] ---> c3d2324288e4 [2020-11-30T07:07:42.673Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-30T07:07:44.097Z] ---> d9e58ccf7656 [2020-11-30T07:07:44.097Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-30T07:07:44.362Z] ---> f58fbc1b4e33 [2020-11-30T07:07:44.362Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-30T07:07:44.628Z] ---> 3a8333a53556 [2020-11-30T07:07:44.628Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-30T07:07:44.897Z] ---> 1e1e42da050f [2020-11-30T07:07:44.897Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-30T07:07:45.162Z] ---> 99870c907368 [2020-11-30T07:07:45.162Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-30T07:07:45.162Z] ---> Running in 4b8238a55031 [2020-11-30T07:07:45.427Z] Removing intermediate container 4b8238a55031 [2020-11-30T07:07:45.427Z] ---> a8fa5abebaf9 [2020-11-30T07:07:45.427Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-30T07:07:45.427Z] ---> Running in ca69eae5d284 [2020-11-30T07:07:45.690Z] Removing intermediate container ca69eae5d284 [2020-11-30T07:07:45.690Z] ---> 70a056efc8c6 [2020-11-30T07:07:45.690Z] Step 22/24 : LABEL arch=amd64 [2020-11-30T07:07:45.690Z] ---> Running in fef2c3a99f15 [2020-11-30T07:07:45.958Z] Removing intermediate container fef2c3a99f15 [2020-11-30T07:07:45.958Z] ---> 28eaa4283fe9 [2020-11-30T07:07:45.958Z] Step 23/24 : LABEL git_sha=b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [2020-11-30T07:07:45.958Z] ---> Running in 719bae0d4ee5 [2020-11-30T07:07:45.958Z] Removing intermediate container 719bae0d4ee5 [2020-11-30T07:07:45.958Z] ---> 70aef7daa84c [2020-11-30T07:07:45.958Z] Step 24/24 : LABEL version=0.0.0 [2020-11-30T07:07:46.224Z] ---> Running in adaa8f6adc5f [2020-11-30T07:07:46.490Z] Removing intermediate container adaa8f6adc5f [2020-11-30T07:07:46.490Z] ---> ffdc6d281b38 [2020-11-30T07:07:46.490Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-30T07:07:46.490Z] Successfully built ffdc6d281b38 [2020-11-30T07:07:46.490Z] 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-11-30T07:07:51.578Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-30T07:07:51.578Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-30T07:07:51.578Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-30T07:07:51.578Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.141s coverage: 20.0% of statements [2020-11-30T07:07:55.973Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.133s coverage: 97.1% of statements [2020-11-30T07:08:22.922Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.184s coverage: 9.4% of statements [2020-11-30T07:08:22.922Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.130s coverage: 21.9% of statements [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-30T07:08:22.922Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.558s coverage: 42.5% of statements [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-30T07:08:22.922Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.763s coverage: 68.9% of statements [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-30T07:08:22.922Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.198s coverage: 52.6% of statements [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-30T07:08:22.922Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.729s coverage: 68.9% of statements [2020-11-30T07:08:22.922Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.142s coverage: 4.7% of statements [2020-11-30T07:08:22.922Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-30T07:08:22.922Z] GO111MODULE=on go vet ./... [2020-11-30T07:08:55.486Z] gofmt -l . [2020-11-30T07:08:55.486Z] [ "`gofmt -l .`" = "" ] [2020-11-30T07:08:55.486Z] ./bin/test-attribution-txt.sh [2020-11-30T07:08:55.486Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-30T07:08:55.506Z] $ docker stop --time=1 e4855fd631e0828ea06e3b4a34f55b32f4f7b90631dd4b5b91f5c2dc90399d02 [2020-11-30T07:08:58.405Z] $ docker rm -f e4855fd631e0828ea06e3b4a34f55b32f4f7b90631dd4b5b91f5c2dc90399d02 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T07:08:59.630Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T07:08:59.651Z] Warning: overwriting stash ‘coverage-report’ [2020-11-30T07:09:00.434Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T07:09:01.271Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-30T07:09:01.617Z] + ls -al . [2020-11-30T07:09:01.617Z] total 244 [2020-11-30T07:09:01.617Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 30 07:08 . [2020-11-30T07:09:01.617Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 30 07:05 .. [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 30 07:05 .dockerignore [2020-11-30T07:09:01.617Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 30 07:05 .git [2020-11-30T07:09:01.617Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 30 07:05 .github [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 30 07:05 .gitignore [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 30 07:05 Dockerfile.build [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 30 07:05 Jenkinsfile [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 30 07:05 LICENSE [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 30 07:05 Makefile [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 30 07:05 README.md [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 30 07:05 RELEASE-NOTES.txt [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 30 07:00 VERSION [2020-11-30T07:09:01.617Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 30 07:05 bin [2020-11-30T07:09:01.617Z] -rw-r--r-- 1 jenkins jenkins 127698 Nov 30 07:08 coverage.out [2020-11-30T07:09:01.617Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 30 07:05 example [2020-11-30T07:09:01.617Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 30 07:08 go.mod [2020-11-30T07:09:01.617Z] -rw-r--r-- 1 jenkins jenkins 13631 Nov 30 07:08 go.sum [2020-11-30T07:09:01.617Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 30 07:05 internal [2020-11-30T07:09:01.617Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 30 07:05 openapi [2020-11-30T07:09:01.617Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 30 07:05 pkg [2020-11-30T07:09:01.617Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 30 07:05 snap [2020-11-30T07:09:01.617Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 30 07:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:09:01.969Z] + 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=b1d5a5466d97799f1d3c8c88635ac7056e9bea76 --label arch=arm64 --label version=0.0.0 . [2020-11-30T07:09:02.571Z] Sending build context to Docker daemon 2.499MB [2020-11-30T07:09:02.571Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-30T07:09:02.571Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-30T07:09:02.571Z] ---> a3189b23effa [2020-11-30T07:09:02.571Z] Step 3/24 : ARG MAKE='make build' [2020-11-30T07:09:02.843Z] ---> Running in 136ef5fd5008 [2020-11-30T07:09:03.116Z] Removing intermediate container 136ef5fd5008 [2020-11-30T07:09:03.116Z] ---> f2ae320a45dc [2020-11-30T07:09:03.116Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-30T07:09:03.391Z] ---> Running in bd24176a071a [2020-11-30T07:09:03.665Z] Removing intermediate container bd24176a071a [2020-11-30T07:09:03.665Z] ---> a10ff3190a46 [2020-11-30T07:09:03.665Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T07:09:03.939Z] ---> Running in a907d3bb40e1 [2020-11-30T07:09:04.211Z] Removing intermediate container a907d3bb40e1 [2020-11-30T07:09:04.211Z] ---> 5623e5ede0a3 [2020-11-30T07:09:04.211Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-30T07:09:04.484Z] ---> Running in e40cb043346e [2020-11-30T07:09:06.465Z] Removing intermediate container e40cb043346e [2020-11-30T07:09:06.465Z] ---> 6b18c26452e7 [2020-11-30T07:09:06.465Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-30T07:09:06.754Z] ---> Running in 1f92d2aa7a7f [2020-11-30T07:09:07.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-30T07:09:08.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-30T07:09:09.696Z] OK: 142 MiB in 39 packages [2020-11-30T07:09:10.689Z] Removing intermediate container 1f92d2aa7a7f [2020-11-30T07:09:10.689Z] ---> 2ce04be81d96 [2020-11-30T07:09:10.689Z] Step 8/24 : COPY . . [2020-11-30T07:09:12.121Z] ---> f6d3cf4c48fd [2020-11-30T07:09:12.121Z] Step 9/24 : RUN ${MAKE} [2020-11-30T07:09:12.121Z] ---> Running in 0554a43a6891 [2020-11-30T07:09:13.098Z] 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-11-30T07:09:39.914Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-30T07:09:39.914Z] Removing intermediate container 0554a43a6891 [2020-11-30T07:09:39.914Z] ---> 0eccbb338cb6 [2020-11-30T07:09:39.914Z] Step 10/24 : FROM scratch [2020-11-30T07:09:39.914Z] ---> [2020-11-30T07:09:39.914Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T07:09:39.914Z] ---> Running in cfbf1f239494 [2020-11-30T07:09:40.185Z] Removing intermediate container cfbf1f239494 [2020-11-30T07:09:40.186Z] ---> fc032e204958 [2020-11-30T07:09:40.186Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-30T07:09:40.468Z] ---> Running in b0ca4fad3ca8 [2020-11-30T07:09:40.741Z] Removing intermediate container b0ca4fad3ca8 [2020-11-30T07:09:40.741Z] ---> 8704bfbb358a [2020-11-30T07:09:40.741Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-30T07:09:40.741Z] ---> Running in 2a8227c7dff3 [2020-11-30T07:09:41.339Z] Removing intermediate container 2a8227c7dff3 [2020-11-30T07:09:41.339Z] ---> d46a38e46040 [2020-11-30T07:09:41.339Z] Step 14/24 : WORKDIR / [2020-11-30T07:09:41.339Z] ---> Running in b689dff5e45d [2020-11-30T07:09:41.617Z] Removing intermediate container b689dff5e45d [2020-11-30T07:09:41.617Z] ---> dea8615ec841 [2020-11-30T07:09:41.617Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-30T07:09:43.050Z] ---> 6609bdd2458f [2020-11-30T07:09:43.050Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-30T07:09:43.334Z] ---> e0a4528cd501 [2020-11-30T07:09:43.334Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-30T07:09:44.313Z] ---> 0703d2d28d94 [2020-11-30T07:09:44.313Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-30T07:09:44.909Z] ---> fb98b41fcaa8 [2020-11-30T07:09:44.909Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-30T07:09:45.508Z] ---> 789e8a650320 [2020-11-30T07:09:45.508Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-30T07:09:45.782Z] ---> Running in a2a3a1418adf [2020-11-30T07:09:46.056Z] Removing intermediate container a2a3a1418adf [2020-11-30T07:09:46.056Z] ---> d9ffd404c2e1 [2020-11-30T07:09:46.056Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-30T07:09:46.328Z] ---> Running in 7d5243f2e292 [2020-11-30T07:09:46.602Z] Removing intermediate container 7d5243f2e292 [2020-11-30T07:09:46.602Z] ---> f92fc60e99b7 [2020-11-30T07:09:46.602Z] Step 22/24 : LABEL arch=arm64 [2020-11-30T07:09:46.875Z] ---> Running in 839e9b281969 [2020-11-30T07:09:47.150Z] Removing intermediate container 839e9b281969 [2020-11-30T07:09:47.150Z] ---> 86aaa3b5b8f3 [2020-11-30T07:09:47.150Z] Step 23/24 : LABEL git_sha=b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [2020-11-30T07:09:47.424Z] ---> Running in b3843b2d3376 [2020-11-30T07:09:47.700Z] Removing intermediate container b3843b2d3376 [2020-11-30T07:09:47.700Z] ---> 98970a0a1f6c [2020-11-30T07:09:47.700Z] Step 24/24 : LABEL version=0.0.0 [2020-11-30T07:09:47.974Z] ---> Running in 4f44d35ff38c [2020-11-30T07:09:48.250Z] Removing intermediate container 4f44d35ff38c [2020-11-30T07:09:48.250Z] ---> 29f5c946864c [2020-11-30T07:09:48.250Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-30T07:09:48.250Z] Successfully built 29f5c946864c [2020-11-30T07:09:48.521Z] 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-11-30T07:09:51.712Z] provisioning config files... [2020-11-30T07:09:51.724Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config5676035217088400421tmp [Pipeline] { [Pipeline] sh [2020-11-30T07:09:52.127Z] + set +x [2020-11-30T07:09:52.127Z] + curl -s https://codecov.io/bash [2020-11-30T07:09:52.127Z] + bash -s -- [2020-11-30T07:09:52.390Z] [2020-11-30T07:09:52.390Z] _____ _ [2020-11-30T07:09:52.390Z] / ____| | | [2020-11-30T07:09:52.390Z] | | ___ __| | ___ ___ _____ __ [2020-11-30T07:09:52.390Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-30T07:09:52.390Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-30T07:09:52.390Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-30T07:09:52.390Z] Bash-20201124-79cbc08 [2020-11-30T07:09:52.390Z] [2020-11-30T07:09:52.390Z] [2020-11-30T07:09:52.390Z] ==> Jenkins CI detected. [2020-11-30T07:09:52.390Z] project root: . [2020-11-30T07:09:52.390Z] --> token set from env [2020-11-30T07:09:52.390Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-30T07:09:52.390Z] ==> Running gcov in . (disable via -X gcov) [2020-11-30T07:09:52.390Z] ==> Python coveragepy not found [2020-11-30T07:09:52.390Z] ==> Searching for coverage reports in: [2020-11-30T07:09:52.390Z] + . [2020-11-30T07:09:52.390Z] -> Found 1 reports [2020-11-30T07:09:52.390Z] ==> Detecting git/mercurial file structure [2020-11-30T07:09:52.390Z] ==> Reading reports [2020-11-30T07:09:52.390Z] + ./coverage.out bytes=127698 [2020-11-30T07:09:52.390Z] ==> Appending adjustments [2020-11-30T07:09:52.390Z] https://docs.codecov.io/docs/fixing-reports [2020-11-30T07:09:52.972Z] + Found adjustments [2020-11-30T07:09:52.972Z] ==> Gzipping contents [2020-11-30T07:09:52.972Z] 24K /tmp/codecov.booFbI.gz [2020-11-30T07:09:52.972Z] ==> Uploading reports [2020-11-30T07:09:52.972Z] url: https://codecov.io [2020-11-30T07:09:52.972Z] query: branch=PR-661&commit=b1d5a5466d97799f1d3c8c88635ac7056e9bea76&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-11-30T07:09:52.972Z] -> Pinging Codecov [2020-11-30T07:09:52.972Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-661&commit=b1d5a5466d97799f1d3c8c88635ac7056e9bea76&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-11-30T07:09:53.546Z] -> Uploading to [2020-11-30T07:09:53.546Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-30/7E55EF52A471D76F132DFD9A03CDDE97/b1d5a5466d97799f1d3c8c88635ac7056e9bea76/aac93edb-03d4-4d99-ae04-e2d3f7385ffb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T070953Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f84444a6919854a8344560a3520b3889329ebf973a78c77af7ee94ac95661585 [2020-11-30T07:09:53.546Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-30T07:09:53.547Z] Dload Upload Total Spent Left Speed [2020-11-30T07:09:54.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20866 0 0 100 20866 0 45758 --:--:-- --:--:-- --:--:-- 45758 [2020-11-30T07:09:54.074Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b1d5a5466d97799f1d3c8c88635ac7056e9bea76 [Pipeline] } [2020-11-30T07:09:54.084Z] 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-11-30T07:10:00.368Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:10:00.677Z] ---> package-listing.sh [2020-11-30T07:10:00.677Z] ++ facter osfamily [2020-11-30T07:10:00.677Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-30T07:10:00.677Z] + OS_FAMILY=redhat [2020-11-30T07:10:00.677Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-11-30T07:10:00.677Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-30T07:10:00.677Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-30T07:10:00.677Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-30T07:10:00.677Z] + PACKAGES=/tmp/packages_start.txt [2020-11-30T07:10:00.677Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-11-30T07:10:00.677Z] + PACKAGES=/tmp/packages_end.txt [2020-11-30T07:10:00.677Z] + case "${OS_FAMILY}" in [2020-11-30T07:10:00.677Z] + rpm -qa [2020-11-30T07:10:00.677Z] + sort [2020-11-30T07:10:05.991Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-30T07:10:05.991Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-30T07:10:05.991Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-30T07:10:05.991Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-11-30T07:10:05.991Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [2020-11-30T07:10:05.991Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [Pipeline] echo [2020-11-30T07:10:06.006Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-661/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-30T07:10:06.301Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:10:06.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T07:10:06.610Z] [2020-11-30T07:10:06.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-30T07:10:06.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T07:10:06.963Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-30T07:10:06.963Z] df20fa9351a1: Pulling fs layer [2020-11-30T07:10:06.963Z] 36b3adc4ff6f: Pulling fs layer [2020-11-30T07:10:06.963Z] 8ad3a11d3b57: Pulling fs layer [2020-11-30T07:10:06.963Z] 46f8f816bc3b: Pulling fs layer [2020-11-30T07:10:06.963Z] 93b61091891f: Pulling fs layer [2020-11-30T07:10:06.963Z] 93b9cdb0e59b: Pulling fs layer [2020-11-30T07:10:06.963Z] 5e14af77c1be: Pulling fs layer [2020-11-30T07:10:06.963Z] 01666e4c0597: Pulling fs layer [2020-11-30T07:10:06.963Z] aa168da1d23b: Pulling fs layer [2020-11-30T07:10:06.963Z] 46f8f816bc3b: Waiting [2020-11-30T07:10:06.963Z] 93b61091891f: Waiting [2020-11-30T07:10:06.963Z] 93b9cdb0e59b: Waiting [2020-11-30T07:10:06.963Z] 5e14af77c1be: Waiting [2020-11-30T07:10:06.963Z] aa168da1d23b: Waiting [2020-11-30T07:10:06.963Z] 36b3adc4ff6f: Verifying Checksum [2020-11-30T07:10:06.963Z] 36b3adc4ff6f: Download complete [2020-11-30T07:10:07.228Z] 46f8f816bc3b: Verifying Checksum [2020-11-30T07:10:07.228Z] 46f8f816bc3b: Download complete [2020-11-30T07:10:07.228Z] df20fa9351a1: Verifying Checksum [2020-11-30T07:10:07.228Z] df20fa9351a1: Download complete [2020-11-30T07:10:07.228Z] 93b9cdb0e59b: Verifying Checksum [2020-11-30T07:10:07.228Z] 93b9cdb0e59b: Download complete [2020-11-30T07:10:07.228Z] 5e14af77c1be: Verifying Checksum [2020-11-30T07:10:07.228Z] 5e14af77c1be: Download complete [2020-11-30T07:10:07.228Z] 01666e4c0597: Verifying Checksum [2020-11-30T07:10:07.228Z] 01666e4c0597: Download complete [2020-11-30T07:10:07.228Z] 93b61091891f: Download complete [2020-11-30T07:10:07.228Z] 8ad3a11d3b57: Verifying Checksum [2020-11-30T07:10:07.228Z] 8ad3a11d3b57: Download complete [2020-11-30T07:10:07.493Z] df20fa9351a1: Pull complete [2020-11-30T07:10:07.757Z] 36b3adc4ff6f: Pull complete [2020-11-30T07:10:08.720Z] 8ad3a11d3b57: Pull complete [2020-11-30T07:10:08.986Z] 46f8f816bc3b: Pull complete [2020-11-30T07:10:09.256Z] aa168da1d23b: Verifying Checksum [2020-11-30T07:10:09.256Z] aa168da1d23b: Download complete [2020-11-30T07:10:09.520Z] 93b61091891f: Pull complete [2020-11-30T07:10:09.784Z] 93b9cdb0e59b: Pull complete [2020-11-30T07:10:09.784Z] 5e14af77c1be: Pull complete [2020-11-30T07:10:09.784Z] 01666e4c0597: Pull complete [2020-11-30T07:10:18.005Z] aa168da1d23b: Pull complete [2020-11-30T07:10:18.005Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-30T07:10:18.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T07:10:18.005Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-30T07:10:18.206Z] prd-centos7-docker-4c-2g-13822 does not seem to be running inside a container [2020-11-30T07:10:18.259Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-661/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-30T07:10:21.435Z] $ docker top 2144cf46a0d49dd447d0c6ec0acc277c63452eeace63db4be76663dd3478839a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T07:10:22.065Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-30T07:10:22.947Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-30T07:10:23.268Z] + ls /var/log/sa-host [2020-11-30T07:10:23.268Z] + sadf -c /var/log/sa-host/sa23 [2020-11-30T07:10:23.268Z] file_magic: OK [2020-11-30T07:10:23.268Z] HZ: Using current value: 100 [2020-11-30T07:10:23.268Z] file_header: OK [2020-11-30T07:10:23.268Z] 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-11-30T07:10:23.268Z] Statistics: [2020-11-30T07:10:23.268Z] Hnuu...uuuununununu... [2020-11-30T07:10:23.268Z] File successfully converted to sysstat format version 12.2.1 [2020-11-30T07:10:23.268Z] + sadf -c /var/log/sa-host/sa30 [2020-11-30T07:10:23.268Z] file_magic: OK [2020-11-30T07:10:23.268Z] HZ: Using current value: 100 [2020-11-30T07:10:23.268Z] file_header: OK [2020-11-30T07:10:23.268Z] 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-11-30T07:10:23.268Z] Statistics: [2020-11-30T07:10:23.268Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-30T07:10:23.268Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-30T07:10:24.171Z] provisioning config files... [2020-11-30T07:10:24.193Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config7059628787698211364tmp [Pipeline] { [Pipeline] echo [2020-11-30T07:10:24.321Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:10:24.623Z] ---> create-netrc.sh [Pipeline] } [2020-11-30T07:10:24.634Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-30T07:10:24.740Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:10:25.044Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-30T07:10:25.059Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:10:25.360Z] ---> sudo-logs.sh [2020-11-30T07:10:25.361Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-30T07:10:25.373Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:10:25.677Z] ---> job-cost.sh [2020-11-30T07:10:25.677Z] lf-activate-venv: SKIPPING [2020-11-30T07:10:25.677Z] INFO: No Stack... [2020-11-30T07:10:26.627Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-30T07:10:27.201Z] INFO: Archiving Costs [Pipeline] echo [2020-11-30T07:10:27.215Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T07:10:27.514Z] ---> logs-deploy.sh [2020-11-30T07:10:27.514Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-661/2 [2020-11-30T07:10:27.514Z] INFO: archiving workspace using pattern(s): [2020-11-30T07:10:29.443Z] Archives upload complete. [2020-11-30T07:10:29.443Z] INFO: archiving logs to Nexus [2020-11-30T07:10:30.392Z] ---> uname -a: [2020-11-30T07:10:30.392Z] Linux prd-centos7-docker-4c-2g-13822.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-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] ---> lscpu: [2020-11-30T07:10:30.392Z] Architecture: x86_64 [2020-11-30T07:10:30.392Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-30T07:10:30.392Z] Byte Order: Little Endian [2020-11-30T07:10:30.392Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-30T07:10:30.392Z] CPU(s): 4 [2020-11-30T07:10:30.392Z] On-line CPU(s) list: 0-3 [2020-11-30T07:10:30.392Z] Thread(s) per core: 1 [2020-11-30T07:10:30.392Z] Core(s) per socket: 1 [2020-11-30T07:10:30.392Z] Socket(s): 4 [2020-11-30T07:10:30.392Z] NUMA node(s): 1 [2020-11-30T07:10:30.392Z] Vendor ID: GenuineIntel [2020-11-30T07:10:30.392Z] CPU family: 6 [2020-11-30T07:10:30.392Z] Model: 44 [2020-11-30T07:10:30.392Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-30T07:10:30.392Z] Stepping: 1 [2020-11-30T07:10:30.392Z] CPU MHz: 2933.438 [2020-11-30T07:10:30.392Z] BogoMIPS: 5866.87 [2020-11-30T07:10:30.392Z] Virtualization: VT-x [2020-11-30T07:10:30.392Z] Hypervisor vendor: KVM [2020-11-30T07:10:30.392Z] Virtualization type: full [2020-11-30T07:10:30.392Z] L1d cache: 128 KiB [2020-11-30T07:10:30.392Z] L1i cache: 128 KiB [2020-11-30T07:10:30.392Z] L2 cache: 16 MiB [2020-11-30T07:10:30.392Z] L3 cache: 64 MiB [2020-11-30T07:10:30.392Z] NUMA node0 CPU(s): 0-3 [2020-11-30T07:10:30.392Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-30T07:10:30.392Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-30T07:10:30.392Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-30T07:10:30.392Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-30T07:10:30.392Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-30T07:10:30.392Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-30T07:10:30.392Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-30T07:10:30.392Z] Vulnerability Srbds: Not affected [2020-11-30T07:10:30.392Z] Vulnerability Tsx async abort: Not affected [2020-11-30T07:10:30.392Z] 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-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] ---> nproc: [2020-11-30T07:10:30.392Z] 4 [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] ---> df -h: [2020-11-30T07:10:30.392Z] Filesystem Size Used Available Use% Mounted on [2020-11-30T07:10:30.392Z] overlay 50.0G 7.3G 42.7G 15% / [2020-11-30T07:10:30.392Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-30T07:10:30.392Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-30T07:10:30.392Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-11-30T07:10:30.392Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] ---> free -m: [2020-11-30T07:10:30.392Z] total used free shared buff/cache available [2020-11-30T07:10:30.392Z] Mem: 1837 713 101 0 1021 1018 [2020-11-30T07:10:30.392Z] Swap: 1023 1 1022 [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] ---> ip addr: [2020-11-30T07:10:30.392Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-30T07:10:30.392Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-30T07:10:30.392Z] inet 127.0.0.1/8 scope host lo [2020-11-30T07:10:30.392Z] valid_lft forever preferred_lft forever [2020-11-30T07:10:30.392Z] inet6 ::1/128 scope host [2020-11-30T07:10:30.392Z] valid_lft forever preferred_lft forever [2020-11-30T07:10:30.392Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-30T07:10:30.392Z] link/ether fa:16:3e:a8:ae:e0 brd ff:ff:ff:ff:ff:ff [2020-11-30T07:10:30.392Z] inet 10.30.123.85/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-30T07:10:30.392Z] valid_lft 85771sec preferred_lft 85771sec [2020-11-30T07:10:30.392Z] inet6 fe80::f816:3eff:fea8:aee0/64 scope link [2020-11-30T07:10:30.392Z] valid_lft forever preferred_lft forever [2020-11-30T07:10:30.392Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-30T07:10:30.392Z] link/ether 02:42:b6:b5:84:24 brd ff:ff:ff:ff:ff:ff [2020-11-30T07:10:30.392Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-30T07:10:30.392Z] valid_lft forever preferred_lft forever [2020-11-30T07:10:30.392Z] inet6 fe80::42:b6ff:feb5:8424/64 scope link [2020-11-30T07:10:30.392Z] valid_lft forever preferred_lft forever [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] ---> sar -b -r -n DEV: [2020-11-30T07:10:30.392Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] 06:59:50 LINUX RESTART (4 CPU) [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] 07:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-30T07:10:30.392Z] 07:02:01 3.28 0.10 3.18 0.00 2.93 109.89 0.00 [2020-11-30T07:10:30.392Z] 07:03:01 0.40 0.00 0.40 0.00 0.00 6.09 0.00 [2020-11-30T07:10:30.392Z] 07:04:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 [2020-11-30T07:10:30.392Z] 07:05:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 [2020-11-30T07:10:30.392Z] 07:06:01 0.35 0.00 0.35 0.00 0.00 5.23 0.00 [2020-11-30T07:10:30.392Z] 07:07:01 0.23 0.00 0.23 0.00 0.00 2.20 0.00 [2020-11-30T07:10:30.392Z] 07:08:01 0.23 0.00 0.23 0.00 0.00 1.77 0.00 [2020-11-30T07:10:30.392Z] 07:09:01 0.15 0.00 0.15 0.00 0.00 1.88 0.00 [2020-11-30T07:10:30.392Z] 07:10:01 10.44 10.14 0.30 0.00 1082.70 9.31 0.00 [2020-11-30T07:10:30.392Z] Average: 1.73 1.14 0.59 0.00 120.63 15.72 0.00 [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] 07:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-30T07:10:30.392Z] 07:02:01 151568 0 608984 32.37 2620 1118372 1084632 37.02 450676 1080796 20 [2020-11-30T07:10:30.392Z] 07:03:01 152020 0 608528 32.34 2620 1118376 1080520 36.88 450376 1080988 8 [2020-11-30T07:10:30.392Z] 07:04:01 149996 0 610548 32.45 2620 1118380 1080520 36.88 463136 1069868 8 [2020-11-30T07:10:30.392Z] 07:05:01 147064 0 613476 32.60 2620 1118384 1080724 36.88 464796 1071104 8 [2020-11-30T07:10:30.392Z] 07:06:01 146432 0 614104 32.64 2620 1118388 1080652 36.88 470224 1066612 8 [2020-11-30T07:10:30.392Z] 07:07:01 147292 0 613236 32.59 2620 1118396 1080520 36.88 471548 1064416 8 [2020-11-30T07:10:30.392Z] 07:08:01 147432 0 613096 32.58 2620 1118396 1080520 36.88 471424 1064416 8 [2020-11-30T07:10:30.392Z] 07:09:01 147596 0 612924 32.58 2620 1118404 1080520 36.88 471676 1064416 8 [2020-11-30T07:10:30.392Z] 07:10:01 98048 0 629952 33.48 2620 1150924 1109664 37.87 487904 1096096 88 [2020-11-30T07:10:30.392Z] Average: 143050 0 613872 32.63 2620 1122002 1084252 37.00 466862 1073190 18 [2020-11-30T07:10:30.392Z] [2020-11-30T07:10:30.392Z] 07:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-30T07:10:30.392Z] 07:02:01 eth0 0.12 0.12 0.01 0.02 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:03:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:04:01 eth0 1.07 0.08 0.09 0.01 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:05:01 eth0 1.37 0.52 0.38 0.21 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:06:01 eth0 0.68 0.48 0.40 0.27 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:07:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:08:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:09:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.392Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.393Z] 07:10:01 eth0 8.88 5.78 8.59 3.24 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.393Z] 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.393Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.393Z] Average: eth0 1.38 0.80 1.06 0.42 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.393Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.393Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T07:10:30.393Z] [2020-11-30T07:10:30.393Z] [2020-11-30T07:10:30.393Z] ---> sar -P ALL: [2020-11-30T07:10:30.393Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) [2020-11-30T07:10:30.393Z] [2020-11-30T07:10:30.393Z] 06:59:50 LINUX RESTART (4 CPU) [2020-11-30T07:10:30.393Z] [2020-11-30T07:10:30.393Z] 07:01:01 CPU %user %nice %system %iowait %steal %idle [2020-11-30T07:10:30.393Z] 07:02:01 all 0.19 0.00 0.07 0.00 0.00 99.73 [2020-11-30T07:10:30.393Z] 07:02:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-11-30T07:10:30.393Z] 07:02:01 1 0.08 0.00 0.10 0.00 0.00 99.82 [2020-11-30T07:10:30.393Z] 07:02:01 2 0.55 0.00 0.07 0.00 0.00 99.38 [2020-11-30T07:10:30.393Z] 07:02:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-11-30T07:10:30.393Z] 07:03:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-11-30T07:10:30.393Z] 07:03:01 0 0.45 0.00 0.02 0.00 0.00 99.53 [2020-11-30T07:10:30.393Z] 07:03:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-11-30T07:10:30.393Z] 07:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-30T07:10:30.393Z] 07:03:01 3 0.03 0.00 0.07 0.00 0.02 99.88 [2020-11-30T07:10:30.393Z] 07:04:01 all 0.21 0.00 0.20 0.00 0.00 99.59 [2020-11-30T07:10:30.393Z] 07:04:01 0 0.52 0.00 0.08 0.00 0.00 99.40 [2020-11-30T07:10:30.393Z] 07:04:01 1 0.10 0.00 0.20 0.00 0.00 99.70 [2020-11-30T07:10:30.393Z] 07:04:01 2 0.10 0.00 0.27 0.00 0.00 99.63 [2020-11-30T07:10:30.393Z] 07:04:01 3 0.12 0.00 0.27 0.00 0.00 99.62 [2020-11-30T07:10:30.393Z] 07:05:01 all 0.18 0.00 0.05 0.00 0.00 99.78 [2020-11-30T07:10:30.393Z] 07:05:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-11-30T07:10:30.393Z] 07:05:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-11-30T07:10:30.393Z] 07:05:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-11-30T07:10:30.393Z] 07:05:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-11-30T07:10:30.393Z] 07:06:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-11-30T07:10:30.393Z] 07:06:01 0 0.15 0.00 0.07 0.00 0.00 99.78 [2020-11-30T07:10:30.393Z] 07:06:01 1 0.15 0.00 0.07 0.00 0.00 99.78 [2020-11-30T07:10:30.393Z] 07:06:01 2 0.30 0.00 0.03 0.00 0.00 99.67 [2020-11-30T07:10:30.393Z] 07:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-11-30T07:10:30.393Z] 07:07:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-11-30T07:10:30.393Z] 07:07:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-11-30T07:10:30.393Z] 07:07:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-11-30T07:10:30.393Z] 07:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-30T07:10:30.393Z] 07:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-30T07:10:30.393Z] 07:08:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-11-30T07:10:30.393Z] 07:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-30T07:10:30.393Z] 07:08:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-11-30T07:10:30.393Z] 07:08:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-11-30T07:10:30.393Z] 07:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-30T07:10:30.393Z] 07:09:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-11-30T07:10:30.393Z] 07:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-30T07:10:30.393Z] 07:09:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-11-30T07:10:30.393Z] 07:09:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-30T07:10:30.393Z] 07:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-11-30T07:10:30.393Z] 07:10:01 all 0.84 0.00 0.43 0.28 0.00 98.45 [2020-11-30T07:10:30.393Z] 07:10:01 0 0.77 0.00 0.48 0.02 0.00 98.73 [2020-11-30T07:10:30.393Z] 07:10:01 1 0.90 0.00 0.33 0.03 0.00 98.73 [2020-11-30T07:10:30.393Z] 07:10:01 2 1.10 0.00 0.67 1.05 0.00 97.18 [2020-11-30T07:10:30.393Z] 07:10:01 3 0.58 0.00 0.23 0.03 0.00 99.15 [2020-11-30T07:10:30.393Z] Average: all 0.24 0.00 0.10 0.03 0.00 99.62 [2020-11-30T07:10:30.393Z] Average: 0 0.28 0.00 0.09 0.00 0.00 99.62 [2020-11-30T07:10:30.393Z] Average: 1 0.33 0.00 0.09 0.00 0.00 99.58 [2020-11-30T07:10:30.393Z] Average: 2 0.26 0.00 0.14 0.12 0.00 99.49 [2020-11-30T07:10:30.393Z] Average: 3 0.10 0.00 0.09 0.00 0.00 99.80 [2020-11-30T07:10:30.393Z] [2020-11-30T07:10:30.393Z] [2020-11-30T07:10:30.393Z]