Branch indexing 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 lenny-intel for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 1cc1ee31b698c342d2a0d47eeb984e5b7d1f23d9+93569aefbcf2dcd4d18a31fcf2c190494ae30d88 (0e2e23c7f68227f324ef6d62472865e352b13802) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17160 in /w/workspace/dgexfoundry_device-sdk-go_PR-696 [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-696 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/696/head:refs/remotes/origin/PR-696 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 93569aefbcf2dcd4d18a31fcf2c190494ae30d88 into PR head commit 1cc1ee31b698c342d2a0d47eeb984e5b7d1f23d9 Merge succeeded, producing d15e0049513cde2bd987de6e1cdcb787a4afd018 Checking out Revision d15e0049513cde2bd987de6e1cdcb787a4afd018 (PR-696) > git config core.sparsecheckout # timeout=10 > git checkout -f 1cc1ee31b698c342d2a0d47eeb984e5b7d1f23d9 # 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 93569aefbcf2dcd4d18a31fcf2c190494ae30d88 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d15e0049513cde2bd987de6e1cdcb787a4afd018 # timeout=10 Commit message: "Merge commit '93569aefbcf2dcd4d18a31fcf2c190494ae30d88' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 2d947eead06e92078eaba158de24189ef51e4a03 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-22T02:41:41.335Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-22T02:41:41.621Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-22T02:41:41.757Z] ========================================================= [2020-12-22T02:41:41.757Z] EdgeX Global Pipelines Version Info [2020-12-22T02:41:41.757Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:41:43.521Z] ------------------- [2020-12-22T02:41:43.521Z] stable info: [2020-12-22T02:41:43.521Z] ------------------- [2020-12-22T02:41:43.521Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-22T02:41:43.521Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T02:41:43.521Z] Message: update stable to v1.0.173 [2020-12-22T02:41:44.471Z] ------------------- [2020-12-22T02:41:44.471Z] experimental info: [2020-12-22T02:41:44.471Z] ------------------- [2020-12-22T02:41:44.471Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-22T02:41:44.471Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T02:41:44.471Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-22T02:41:44.735Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-22T02:41:44.822Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-22T02:41:44.932Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-22T02:41:45.035Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-22T02:41:45.134Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-22T02:41:45.235Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-22T02:41:45.350Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-22T02:41:45.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-22T02:41:45.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-22T02:41:45.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-22T02:41:45.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-22T02:41:45.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-22T02:41:45.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-22T02:41:46.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-22T02:41:46.092Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T02:41:46.235Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T02:41:46.325Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T02:41:46.440Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T02:41:46.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-22T02:41:46.618Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-22T02:41:46.727Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-22T02:41:46.850Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-22T02:41:46.939Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-22T02:41:47.028Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-22T02:41:47.114Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-22T02:41:47.199Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-22T02:41:47.301Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-22T02:41:47.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-696 [Pipeline] echo [2020-12-22T02:41:47.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-696 [Pipeline] echo [2020-12-22T02:41:47.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-696 [Pipeline] echo [2020-12-22T02:41:47.724Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d15e0049513cde2bd987de6e1cdcb787a4afd018 [Pipeline] echo [2020-12-22T02:41:47.813Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d15e004 [Pipeline] echo [2020-12-22T02:41:47.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T02:41:48.082Z] provisioning config files... [2020-12-22T02:41:48.123Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp/config4568897894724985260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:41:48.479Z] ---> docker-login.sh [2020-12-22T02:41:48.479Z] nexus3.edgexfoundry.org:10001 [2020-12-22T02:41:48.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:41:49.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:41:49.006Z] Configure a credential helper to remove this warning. See [2020-12-22T02:41:49.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:41:49.006Z] [2020-12-22T02:41:49.006Z] Login Succeeded [2020-12-22T02:41:49.006Z] nexus3.edgexfoundry.org:10002 [2020-12-22T02:41:49.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:41:49.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:41:49.006Z] Configure a credential helper to remove this warning. See [2020-12-22T02:41:49.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:41:49.006Z] [2020-12-22T02:41:49.006Z] Login Succeeded [2020-12-22T02:41:49.006Z] nexus3.edgexfoundry.org:10003 [2020-12-22T02:41:49.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:41:49.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:41:49.270Z] Configure a credential helper to remove this warning. See [2020-12-22T02:41:49.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:41:49.270Z] [2020-12-22T02:41:49.270Z] Login Succeeded [2020-12-22T02:41:49.270Z] nexus3.edgexfoundry.org:10004 [2020-12-22T02:41:49.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:41:49.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:41:49.531Z] Configure a credential helper to remove this warning. See [2020-12-22T02:41:49.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:41:49.531Z] [2020-12-22T02:41:49.531Z] Login Succeeded [2020-12-22T02:41:49.531Z] docker.io [2020-12-22T02:41:49.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:41:49.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:41:49.794Z] Configure a credential helper to remove this warning. See [2020-12-22T02:41:49.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:41:49.794Z] [2020-12-22T02:41:49.794Z] Login Succeeded [2020-12-22T02:41:49.794Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T02:41:49.803Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T02:41:50.741Z] + git log --format=format:%s -1 d15e0049513cde2bd987de6e1cdcb787a4afd018 [Pipeline] echo [2020-12-22T02:41:50.811Z] GIT_COMMIT: d15e0049513cde2bd987de6e1cdcb787a4afd018, Commit Message: Merge commit '93569aefbcf2dcd4d18a31fcf2c190494ae30d88' into HEAD [Pipeline] echo [2020-12-22T02:41:50.857Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:41:51.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T02:41:51.871Z] [2020-12-22T02:41:51.871Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:41:52.218Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T02:41:52.218Z] latest: Pulling from edgex-devops/git-semver [2020-12-22T02:41:52.218Z] 31603596830f: Pulling fs layer [2020-12-22T02:41:52.218Z] 2a8b12db71e7: Pulling fs layer [2020-12-22T02:41:52.218Z] 6ca5941a6612: Pulling fs layer [2020-12-22T02:41:52.218Z] ecc8261a40a4: Pulling fs layer [2020-12-22T02:41:52.218Z] ecc8261a40a4: Waiting [2020-12-22T02:41:52.218Z] 2a8b12db71e7: Verifying Checksum [2020-12-22T02:41:52.218Z] 2a8b12db71e7: Download complete [2020-12-22T02:41:52.218Z] 31603596830f: Download complete [2020-12-22T02:41:52.482Z] 6ca5941a6612: Verifying Checksum [2020-12-22T02:41:52.482Z] 6ca5941a6612: Download complete [2020-12-22T02:41:52.482Z] ecc8261a40a4: Verifying Checksum [2020-12-22T02:41:52.482Z] ecc8261a40a4: Download complete [2020-12-22T02:41:52.745Z] 31603596830f: Pull complete [2020-12-22T02:41:52.745Z] 2a8b12db71e7: Pull complete [2020-12-22T02:41:53.698Z] 6ca5941a6612: Pull complete [2020-12-22T02:41:53.961Z] ecc8261a40a4: Pull complete [2020-12-22T02:41:53.961Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-22T02:41:53.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T02:41:53.961Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-22T02:41:54.073Z] prd-centos7-docker-4c-2g-17160 does not seem to be running inside a container [2020-12-22T02:41:54.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-696 -v /w/workspace/dgexfoundry_device-sdk-go_PR-696:/w/workspace/dgexfoundry_device-sdk-go_PR-696:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-22T02:41:56.051Z] $ docker top c2ce58c3b60cf7cdcd2eb1632c83eada7b9e515eeb39cbe98bd1609b7a1eb0b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T02:41:56.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T02:41:56.332Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T02:41:56.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T02:41:56.552Z] $ docker exec c2ce58c3b60cf7cdcd2eb1632c83eada7b9e515eeb39cbe98bd1609b7a1eb0b2 ssh-agent [2020-12-22T02:41:56.865Z] SSH_AUTH_SOCK=/tmp/ssh-5z8KAFp1Xwyv/agent.13 [2020-12-22T02:41:56.865Z] SSH_AGENT_PID=18 [2020-12-22T02:41:56.874Z] Running ssh-add (command line suppressed) [2020-12-22T02:41:56.999Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp/private_key_4732538911493161674.key (/w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp/private_key_4732538911493161674.key) [2020-12-22T02:41:57.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T02:41:57.385Z] + git tag --points-at HEAD [Pipeline] } [2020-12-22T02:41:57.410Z] $ docker exec --env ******** --env ******** c2ce58c3b60cf7cdcd2eb1632c83eada7b9e515eeb39cbe98bd1609b7a1eb0b2 ssh-agent -k [2020-12-22T02:41:57.531Z] unset SSH_AUTH_SOCK; [2020-12-22T02:41:57.531Z] unset SSH_AGENT_PID; [2020-12-22T02:41:57.531Z] echo Agent pid 18 killed; [2020-12-22T02:41:57.572Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-22T02:41:57.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T02:41:57.743Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T02:41:57.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T02:41:57.913Z] $ docker exec c2ce58c3b60cf7cdcd2eb1632c83eada7b9e515eeb39cbe98bd1609b7a1eb0b2 ssh-agent [2020-12-22T02:41:58.069Z] SSH_AUTH_SOCK=/tmp/ssh-u7pEkie93Ctd/agent.47 [2020-12-22T02:41:58.069Z] SSH_AGENT_PID=52 [2020-12-22T02:41:58.076Z] Running ssh-add (command line suppressed) [2020-12-22T02:41:58.194Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp/private_key_8131453247185095676.key (/w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp/private_key_8131453247185095676.key) [2020-12-22T02:41:58.242Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T02:41:58.575Z] + git semver init [2020-12-22T02:41:58.575Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T02:41:58.575Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-696/.git [2020-12-22T02:41:58.575Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-696 [2020-12-22T02:41:58.575Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T02:41:58.575Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T02:41:58.575Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T02:41:58.575Z] # $SEMVER_BRANCH = PR-696 [2020-12-22T02:41:58.575Z] # $SEMVER_TEMP = /tmp/semver-269610881 [2020-12-22T02:41:58.575Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-22T02:41:59.153Z] # '/tmp/semver-269610881' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-696/.semver' [2020-12-22T02:41:59.153Z] # -> Force: false [2020-12-22T02:41:59.153Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-696/.semver [Pipeline] } [2020-12-22T02:41:59.170Z] $ docker exec --env ******** --env ******** c2ce58c3b60cf7cdcd2eb1632c83eada7b9e515eeb39cbe98bd1609b7a1eb0b2 ssh-agent -k [2020-12-22T02:41:59.278Z] unset SSH_AUTH_SOCK; [2020-12-22T02:41:59.278Z] unset SSH_AGENT_PID; [2020-12-22T02:41:59.278Z] echo Agent pid 52 killed; [2020-12-22T02:41:59.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T02:41:59.782Z] + git semver [Pipeline] } [2020-12-22T02:41:59.805Z] $ docker stop --time=1 c2ce58c3b60cf7cdcd2eb1632c83eada7b9e515eeb39cbe98bd1609b7a1eb0b2 [2020-12-22T02:42:01.155Z] $ docker rm -f c2ce58c3b60cf7cdcd2eb1632c83eada7b9e515eeb39cbe98bd1609b7a1eb0b2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T02:42:01.628Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-22T02:42:02.157Z] Stashed 1 file(s) [Pipeline] echo [2020-12-22T02:42:02.160Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-22T02:42:17.656Z] Still waiting to schedule task [2020-12-22T02:42:17.657Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17161’ is offline; ‘prd-centos7-docker-4c-2g-17162’ is offline [2020-12-22T02:42:17.659Z] Still waiting to schedule task [2020-12-22T02:42:17.659Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-22T02:43:18.109Z] Running on prd-centos7-docker-4c-2g-17163 in /w/workspace/dgexfoundry_device-sdk-go_PR-696 [Pipeline] { [Pipeline] ws [2020-12-22T02:43:18.175Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-22T02:43:26.384Z] using credential edgex-jenkins-ssh [2020-12-22T02:43:26.446Z] Cloning the remote Git repository [2020-12-22T02:43:26.556Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-22T02:43:26.662Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-12-22T02:43:26.793Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-22T02:43:26.793Z] > git --version # timeout=10 [2020-12-22T02:43:26.818Z] > git --version # 'git version 2.24.3' [2020-12-22T02:43:26.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T02:43:26.872Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T02:43:27.788Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-22T02:43:27.812Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T02:43:27.836Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-22T02:43:27.901Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-22T02:43:27.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T02:43:27.907Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/696/head:refs/remotes/origin/PR-696 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T02:43:28.516Z] Merging remotes/origin/master commit 93569aefbcf2dcd4d18a31fcf2c190494ae30d88 into PR head commit 1cc1ee31b698c342d2a0d47eeb984e5b7d1f23d9 [2020-12-22T02:43:28.889Z] Merge succeeded, producing 4db0c9a1f2b91700b083341c5ba6e80ba591611c [2020-12-22T02:43:28.889Z] Checking out Revision 4db0c9a1f2b91700b083341c5ba6e80ba591611c (PR-696) [2020-12-22T02:43:28.534Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T02:43:28.558Z] > git checkout -f 1cc1ee31b698c342d2a0d47eeb984e5b7d1f23d9 # timeout=10 [2020-12-22T02:43:28.674Z] > git remote # timeout=10 [2020-12-22T02:43:28.715Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T02:43:28.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T02:43:28.745Z] > git merge 93569aefbcf2dcd4d18a31fcf2c190494ae30d88 # timeout=10 [2020-12-22T02:43:28.840Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T02:43:28.895Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T02:43:28.930Z] > git checkout -f 4db0c9a1f2b91700b083341c5ba6e80ba591611c # timeout=10 [2020-12-22T02:43:33.517Z] Commit message: "Merge commit '93569aefbcf2dcd4d18a31fcf2c190494ae30d88' into HEAD" [2020-12-22T02:43:33.590Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T02:43:33.526Z] > git rev-list --no-walk 2d947eead06e92078eaba158de24189ef51e4a03 # timeout=10 [2020-12-22T02:43:35.311Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-22T02:43:35.800Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T02:43:36.115Z] + sudo service docker restart [2020-12-22T02:43:36.115Z] + true [2020-12-22T02:43:36.115Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T02:43:38.281Z] provisioning config files... [2020-12-22T02:43:38.360Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config6382890352803296640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:43:38.775Z] ---> docker-login.sh [2020-12-22T02:43:38.775Z] nexus3.edgexfoundry.org:10001 [2020-12-22T02:43:39.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:43:39.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:43:39.831Z] Configure a credential helper to remove this warning. See [2020-12-22T02:43:39.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:43:39.831Z] [2020-12-22T02:43:39.831Z] Login Succeeded [2020-12-22T02:43:39.831Z] nexus3.edgexfoundry.org:10002 [2020-12-22T02:43:40.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:43:40.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:43:40.786Z] Configure a credential helper to remove this warning. See [2020-12-22T02:43:40.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:43:40.786Z] [2020-12-22T02:43:40.786Z] Login Succeeded [2020-12-22T02:43:40.786Z] nexus3.edgexfoundry.org:10003 [2020-12-22T02:43:41.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:43:41.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:43:41.068Z] Configure a credential helper to remove this warning. See [2020-12-22T02:43:41.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:43:41.068Z] [2020-12-22T02:43:41.068Z] Login Succeeded [2020-12-22T02:43:41.068Z] nexus3.edgexfoundry.org:10004 [2020-12-22T02:43:41.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:43:41.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:43:41.675Z] Configure a credential helper to remove this warning. See [2020-12-22T02:43:41.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:43:41.675Z] [2020-12-22T02:43:41.675Z] Login Succeeded [2020-12-22T02:43:41.675Z] docker.io [2020-12-22T02:43:41.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:43:42.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:43:42.225Z] Configure a credential helper to remove this warning. See [2020-12-22T02:43:42.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:43:42.225Z] [2020-12-22T02:43:42.225Z] Login Succeeded [2020-12-22T02:43:42.225Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T02:43:42.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T02:43:42.647Z] ========================================================= [2020-12-22T02:43:42.647Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-22T02:43:42.647Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:43:43.113Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-22T02:43:43.401Z] Sending build context to Docker daemon 2.451MB [2020-12-22T02:43:43.401Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-22T02:43:43.401Z] Step 2/8 : FROM ${BASE} [2020-12-22T02:43:43.401Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-22T02:43:43.401Z] 188c0c94c7c5: Pulling fs layer [2020-12-22T02:43:43.401Z] 0ef7d3d256c8: Pulling fs layer [2020-12-22T02:43:43.401Z] de9db76c5a1d: Pulling fs layer [2020-12-22T02:43:43.401Z] bca2f99d35d6: Pulling fs layer [2020-12-22T02:43:43.401Z] 93359f2a8cfa: Pulling fs layer [2020-12-22T02:43:43.401Z] 7c6f9722023f: Pulling fs layer [2020-12-22T02:43:43.401Z] a35cf1a2eb13: Pulling fs layer [2020-12-22T02:43:43.401Z] 93359f2a8cfa: Waiting [2020-12-22T02:43:43.401Z] 7c6f9722023f: Waiting [2020-12-22T02:43:43.401Z] a35cf1a2eb13: Waiting [2020-12-22T02:43:43.401Z] bca2f99d35d6: Waiting [2020-12-22T02:43:43.401Z] de9db76c5a1d: Verifying Checksum [2020-12-22T02:43:43.401Z] de9db76c5a1d: Download complete [2020-12-22T02:43:43.401Z] 0ef7d3d256c8: Verifying Checksum [2020-12-22T02:43:43.401Z] 0ef7d3d256c8: Download complete [2020-12-22T02:43:43.401Z] 93359f2a8cfa: Download complete [2020-12-22T02:43:43.679Z] 7c6f9722023f: Verifying Checksum [2020-12-22T02:43:43.679Z] 7c6f9722023f: Download complete [2020-12-22T02:43:43.679Z] 188c0c94c7c5: Verifying Checksum [2020-12-22T02:43:43.679Z] 188c0c94c7c5: Download complete [2020-12-22T02:43:44.328Z] 188c0c94c7c5: Pull complete [2020-12-22T02:43:44.604Z] 0ef7d3d256c8: Pull complete [2020-12-22T02:43:44.604Z] de9db76c5a1d: Pull complete [2020-12-22T02:43:48.121Z] a35cf1a2eb13: Verifying Checksum [2020-12-22T02:43:48.121Z] a35cf1a2eb13: Download complete [2020-12-22T02:43:50.142Z] bca2f99d35d6: Verifying Checksum [2020-12-22T02:43:50.142Z] bca2f99d35d6: Download complete [2020-12-22T02:44:02.733Z] bca2f99d35d6: Pull complete [2020-12-22T02:44:02.733Z] 93359f2a8cfa: Pull complete [2020-12-22T02:44:02.733Z] 7c6f9722023f: Pull complete [2020-12-22T02:44:08.344Z] a35cf1a2eb13: Pull complete [2020-12-22T02:44:08.344Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-22T02:44:08.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-22T02:44:08.344Z] ---> a62c8e92a672 [2020-12-22T02:44:08.344Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-22T02:44:08.344Z] ---> Running in d638eb7654f7 [2020-12-22T02:44:08.619Z] Removing intermediate container d638eb7654f7 [2020-12-22T02:44:08.619Z] ---> 64be94e3db14 [2020-12-22T02:44:08.619Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T02:44:08.619Z] ---> Running in 855c2233842c [2020-12-22T02:44:10.662Z] Removing intermediate container 855c2233842c [2020-12-22T02:44:10.662Z] ---> 7bd0e05f91e1 [2020-12-22T02:44:10.662Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-22T02:44:10.662Z] ---> Running in 1c10ea2b1b38 [2020-12-22T02:44:11.104Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17166 in /w/workspace/dgexfoundry_device-sdk-go_PR-696 [Pipeline] { [Pipeline] ws [2020-12-22T02:44:11.164Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-22T02:44:12.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T02:44:12.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T02:44:13.446Z] OK: 166 MiB in 39 packages [2020-12-22T02:44:14.339Z] Removing intermediate container 1c10ea2b1b38 [2020-12-22T02:44:14.339Z] ---> 77f16cc292ee [2020-12-22T02:44:14.339Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-22T02:44:14.339Z] ---> Running in 974f2ed22e53 [2020-12-22T02:44:14.684Z] Removing intermediate container 974f2ed22e53 [2020-12-22T02:44:14.684Z] ---> b6d8af1d608c [2020-12-22T02:44:14.684Z] Step 7/8 : COPY . . [2020-12-22T02:44:16.253Z] ---> 8ae9f22a34ab [2020-12-22T02:44:16.253Z] Step 8/8 : RUN go mod download [2020-12-22T02:44:16.253Z] ---> Running in 12c48bb28e6f [2020-12-22T02:44:16.363Z] using credential edgex-jenkins-ssh [2020-12-22T02:44:16.448Z] Cloning the remote Git repository [2020-12-22T02:44:16.510Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-22T02:44:16.716Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-12-22T02:44:16.801Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-22T02:44:16.801Z] > git --version # timeout=10 [2020-12-22T02:44:16.826Z] > git --version # 'git version 2.17.1' [2020-12-22T02:44:16.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T02:44:17.030Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T02:44:19.720Z] Merging remotes/origin/master commit 93569aefbcf2dcd4d18a31fcf2c190494ae30d88 into PR head commit 1cc1ee31b698c342d2a0d47eeb984e5b7d1f23d9 [2020-12-22T02:44:20.018Z] Merge succeeded, producing 1300af9b12ecbd393314dd50b7039f95f957f332 [2020-12-22T02:44:20.019Z] Checking out Revision 1300af9b12ecbd393314dd50b7039f95f957f332 (PR-696) [2020-12-22T02:44:18.883Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-22T02:44:18.915Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T02:44:18.985Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-22T02:44:19.028Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-22T02:44:19.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T02:44:19.056Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/696/head:refs/remotes/origin/PR-696 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T02:44:19.739Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T02:44:19.751Z] > git checkout -f 1cc1ee31b698c342d2a0d47eeb984e5b7d1f23d9 # timeout=10 [2020-12-22T02:44:19.864Z] > git remote # timeout=10 [2020-12-22T02:44:19.880Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T02:44:19.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T02:44:19.903Z] > git merge 93569aefbcf2dcd4d18a31fcf2c190494ae30d88 # timeout=10 [2020-12-22T02:44:20.002Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T02:44:20.024Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T02:44:20.035Z] > git checkout -f 1300af9b12ecbd393314dd50b7039f95f957f332 # timeout=10 [2020-12-22T02:44:24.244Z] Commit message: "Merge commit '93569aefbcf2dcd4d18a31fcf2c190494ae30d88' into HEAD" [2020-12-22T02:44:24.267Z] First time build. Skipping changelog. [2020-12-22T02:44:24.252Z] > git rev-list --no-walk 2d947eead06e92078eaba158de24189ef51e4a03 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T02:44:25.696Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-22T02:44:26.095Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T02:44:26.440Z] + sudo service docker restart [2020-12-22T02:44:26.440Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T02:44:28.488Z] provisioning config files... [2020-12-22T02:44:28.522Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config9012708241861234950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:44:28.926Z] ---> docker-login.sh [2020-12-22T02:44:28.926Z] nexus3.edgexfoundry.org:10001 [2020-12-22T02:44:29.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:44:30.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:44:30.182Z] Configure a credential helper to remove this warning. See [2020-12-22T02:44:30.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:44:30.182Z] [2020-12-22T02:44:30.182Z] Login Succeeded [2020-12-22T02:44:30.182Z] nexus3.edgexfoundry.org:10002 [2020-12-22T02:44:30.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:44:31.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:44:31.059Z] Configure a credential helper to remove this warning. See [2020-12-22T02:44:31.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:44:31.059Z] [2020-12-22T02:44:31.059Z] Login Succeeded [2020-12-22T02:44:31.059Z] nexus3.edgexfoundry.org:10003 [2020-12-22T02:44:31.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:44:31.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:44:31.614Z] Configure a credential helper to remove this warning. See [2020-12-22T02:44:31.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:44:31.614Z] [2020-12-22T02:44:31.614Z] Login Succeeded [2020-12-22T02:44:31.614Z] nexus3.edgexfoundry.org:10004 [2020-12-22T02:44:31.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:44:32.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:44:32.163Z] Configure a credential helper to remove this warning. See [2020-12-22T02:44:32.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:44:32.163Z] [2020-12-22T02:44:32.163Z] Login Succeeded [2020-12-22T02:44:32.163Z] docker.io [2020-12-22T02:44:32.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T02:44:32.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T02:44:32.711Z] Configure a credential helper to remove this warning. See [2020-12-22T02:44:32.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T02:44:32.711Z] [2020-12-22T02:44:32.711Z] Login Succeeded [2020-12-22T02:44:32.711Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T02:44:32.728Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T02:44:33.157Z] ========================================================= [2020-12-22T02:44:33.157Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-22T02:44:33.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:44:33.538Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-22T02:44:34.142Z] Sending build context to Docker daemon 2.451MB [2020-12-22T02:44:34.142Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-22T02:44:34.142Z] Step 2/8 : FROM ${BASE} [2020-12-22T02:44:34.142Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-22T02:44:34.142Z] 5f621e34cdf4: Pulling fs layer [2020-12-22T02:44:34.142Z] a4357932f1b6: Pulling fs layer [2020-12-22T02:44:34.142Z] 18c013af1878: Pulling fs layer [2020-12-22T02:44:34.142Z] 00ac8860ef70: Pulling fs layer [2020-12-22T02:44:34.142Z] 63d7cb157983: Pulling fs layer [2020-12-22T02:44:34.142Z] b116817d02f9: Pulling fs layer [2020-12-22T02:44:34.142Z] 745a02a5169b: Pulling fs layer [2020-12-22T02:44:34.142Z] 00ac8860ef70: Waiting [2020-12-22T02:44:34.142Z] 63d7cb157983: Waiting [2020-12-22T02:44:34.142Z] b116817d02f9: Waiting [2020-12-22T02:44:34.142Z] 745a02a5169b: Waiting [2020-12-22T02:44:34.142Z] 18c013af1878: Verifying Checksum [2020-12-22T02:44:34.142Z] 18c013af1878: Download complete [2020-12-22T02:44:34.142Z] a4357932f1b6: Download complete [2020-12-22T02:44:34.142Z] 63d7cb157983: Verifying Checksum [2020-12-22T02:44:34.142Z] 63d7cb157983: Download complete [2020-12-22T02:44:34.142Z] b116817d02f9: Download complete [2020-12-22T02:44:34.422Z] 5f621e34cdf4: Verifying Checksum [2020-12-22T02:44:34.422Z] 5f621e34cdf4: Download complete [2020-12-22T02:44:35.027Z] 5f621e34cdf4: Pull complete [2020-12-22T02:44:35.632Z] a4357932f1b6: Pull complete [2020-12-22T02:44:35.909Z] 18c013af1878: Pull complete [2020-12-22T02:44:36.892Z] 745a02a5169b: Download complete [2020-12-22T02:44:37.872Z] 00ac8860ef70: Download complete [2020-12-22T02:44:43.569Z] Removing intermediate container 12c48bb28e6f [2020-12-22T02:44:43.569Z] ---> ba3d8b1d983c [2020-12-22T02:44:43.569Z] Successfully built ba3d8b1d983c [2020-12-22T02:44:43.569Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:44:43.963Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T02:44:44.240Z] . [Pipeline] withDockerContainer [2020-12-22T02:44:44.787Z] prd-centos7-docker-4c-2g-17163 does not seem to be running inside a container [2020-12-22T02:44:45.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-22T02:44:46.717Z] $ docker top 0c7c882de87ee2b6920e4d1ee3926bff328c8c766c9377d870fde29bc60e520a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T02:44:47.741Z] + go version [2020-12-22T02:44:47.741Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-22T02:44:47.789Z] $ docker stop --time=1 0c7c882de87ee2b6920e4d1ee3926bff328c8c766c9377d870fde29bc60e520a [2020-12-22T02:44:48.031Z] 00ac8860ef70: Pull complete [2020-12-22T02:44:48.628Z] 63d7cb157983: Pull complete [2020-12-22T02:44:48.904Z] b116817d02f9: Pull complete [2020-12-22T02:44:49.706Z] $ docker rm -f 0c7c882de87ee2b6920e4d1ee3926bff328c8c766c9377d870fde29bc60e520a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:44:50.856Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T02:44:50.856Z] . [Pipeline] withDockerContainer [2020-12-22T02:44:51.177Z] prd-centos7-docker-4c-2g-17163 does not seem to be running inside a container [2020-12-22T02:44:51.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-22T02:44:52.889Z] $ docker top 7c41769cfd3ee13bf96ece7de47bc0a03c169ccd74fb0b615d433b6920e8944d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T02:44:53.263Z] 745a02a5169b: Pull complete [2020-12-22T02:44:53.263Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-22T02:44:53.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-22T02:44:53.263Z] ---> b7e6874047d6 [2020-12-22T02:44:53.263Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-22T02:44:53.615Z] + make test [2020-12-22T02:44:53.615Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-22T02:44:55.902Z] ---> Running in f68da3388335 [2020-12-22T02:44:55.902Z] Removing intermediate container f68da3388335 [2020-12-22T02:44:55.902Z] ---> 233669f86430 [2020-12-22T02:44:55.902Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T02:44:56.176Z] ---> Running in f887172724bc [2020-12-22T02:44:58.170Z] Removing intermediate container f887172724bc [2020-12-22T02:44:58.170Z] ---> 2569e2786255 [2020-12-22T02:44:58.170Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-22T02:44:58.444Z] ---> Running in d6972129c3d3 [2020-12-22T02:44:59.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T02:45:00.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T02:45:01.038Z] OK: 142 MiB in 39 packages [2020-12-22T02:45:02.024Z] Removing intermediate container d6972129c3d3 [2020-12-22T02:45:02.024Z] ---> eec36a35fe38 [2020-12-22T02:45:02.024Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-22T02:45:02.302Z] ---> Running in f9db5abc0c0d [2020-12-22T02:45:02.918Z] Removing intermediate container f9db5abc0c0d [2020-12-22T02:45:02.918Z] ---> 1e78f716ae0e [2020-12-22T02:45:02.918Z] Step 7/8 : COPY . . [2020-12-22T02:45:04.358Z] ---> 9c9dfffe409a [2020-12-22T02:45:04.358Z] Step 8/8 : RUN go mod download [2020-12-22T02:45:04.358Z] ---> Running in be00a74b3f68 [2020-12-22T02:45:12.410Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-22T02:45:26.553Z] Removing intermediate container be00a74b3f68 [2020-12-22T02:45:26.553Z] ---> 55b2b223ae24 [2020-12-22T02:45:26.553Z] Successfully built 55b2b223ae24 [2020-12-22T02:45:26.553Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:45:26.914Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T02:45:26.915Z] . [Pipeline] withDockerContainer [2020-12-22T02:45:27.158Z] prd-ubuntu18.04-docker-arm64-4c-16g-17166 does not seem to be running inside a container [2020-12-22T02:45:27.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-22T02:45:28.578Z] $ docker top 51a96b982446d37948c67a8942a5e221ff6e04f4526a20657b2a5d248566869b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T02:45:29.623Z] + go version [2020-12-22T02:45:29.623Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-22T02:45:29.647Z] $ docker stop --time=1 51a96b982446d37948c67a8942a5e221ff6e04f4526a20657b2a5d248566869b [2020-12-22T02:45:31.562Z] $ docker rm -f 51a96b982446d37948c67a8942a5e221ff6e04f4526a20657b2a5d248566869b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:45:32.576Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T02:45:32.576Z] . [Pipeline] withDockerContainer [2020-12-22T02:45:32.813Z] prd-ubuntu18.04-docker-arm64-4c-16g-17166 does not seem to be running inside a container [2020-12-22T02:45:32.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-22T02:45:34.391Z] $ docker top fc21285828f3f38ccc25ff192cdf40e10880fba06cbf92ceb22eb9996e302925 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T02:45:35.392Z] + make test [2020-12-22T02:45:35.392Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-22T02:45:45.397Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-22T02:45:45.397Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-22T02:45:45.397Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-22T02:45:45.397Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.102s coverage: 19.4% of statements [2020-12-22T02:45:47.068Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.998s coverage: 97.1% of statements [2020-12-22T02:45:58.001Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-22T02:46:15.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.146s coverage: 9.4% of statements [2020-12-22T02:46:15.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.133s coverage: 21.9% of statements [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-22T02:46:15.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.599s coverage: 42.5% of statements [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-22T02:46:15.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.685s coverage: 68.9% of statements [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-22T02:46:15.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.168s coverage: 53.8% of statements [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-22T02:46:15.350Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.486s coverage: 68.9% of statements [2020-12-22T02:46:15.350Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.184s coverage: 4.2% of statements [2020-12-22T02:46:15.350Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-22T02:46:15.350Z] GO111MODULE=on go vet ./... [2020-12-22T02:46:37.104Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-22T02:46:37.104Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-22T02:46:37.104Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-22T02:46:37.104Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.143s coverage: 19.4% of statements [2020-12-22T02:46:42.552Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.269s coverage: 97.1% of statements [2020-12-22T02:46:42.756Z] gofmt -l . [2020-12-22T02:46:42.756Z] [ "`gofmt -l .`" = "" ] [2020-12-22T02:46:42.756Z] ./bin/test-attribution-txt.sh [2020-12-22T02:46:43.823Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-22T02:46:44.464Z] $ docker stop --time=1 7c41769cfd3ee13bf96ece7de47bc0a03c169ccd74fb0b615d433b6920e8944d [2020-12-22T02:46:46.976Z] $ docker rm -f 7c41769cfd3ee13bf96ece7de47bc0a03c169ccd74fb0b615d433b6920e8944d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T02:46:47.924Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-22T02:46:49.146Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-22T02:46:50.529Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T02:46:50.975Z] + ls -al . [2020-12-22T02:46:50.975Z] total 208 [2020-12-22T02:46:50.975Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 22 02:46 . [2020-12-22T02:46:50.975Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 22 02:43 .. [2020-12-22T02:46:50.975Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 22 02:43 bin [2020-12-22T02:46:50.975Z] -rw-r--r--. 1 jenkins jenkins 130527 Dec 22 02:46 coverage.out [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 22 02:43 Dockerfile.build [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 22 02:43 .dockerignore [2020-12-22T02:46:50.975Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 22 02:43 example [2020-12-22T02:46:50.975Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 22 02:43 .git [2020-12-22T02:46:50.975Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 22 02:43 .github [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 22 02:43 .gitignore [2020-12-22T02:46:50.975Z] -rw-r--r--. 1 jenkins jenkins 488 Dec 22 02:46 go.mod [2020-12-22T02:46:50.975Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 22 02:46 go.sum [2020-12-22T02:46:50.975Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 22 02:43 internal [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 22 02:43 Jenkinsfile [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 22 02:43 LICENSE [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 22 02:43 Makefile [2020-12-22T02:46:50.975Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 22 02:43 openapi [2020-12-22T02:46:50.975Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 22 02:43 pkg [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 22 02:43 README.md [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 6616 Dec 22 02:43 RELEASE-NOTES.txt [2020-12-22T02:46:50.975Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 22 02:43 snap [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 22 02:42 VERSION [2020-12-22T02:46:50.975Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 22 02:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:46:51.473Z] + 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=d15e0049513cde2bd987de6e1cdcb787a4afd018 --label arch=amd64 --label version=0.0.0 . [2020-12-22T02:46:52.471Z] Sending build context to Docker daemon 2.582MB [2020-12-22T02:46:52.471Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-22T02:46:52.471Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-22T02:46:52.471Z] ---> ba3d8b1d983c [2020-12-22T02:46:52.471Z] Step 3/24 : ARG MAKE='make build' [2020-12-22T02:46:53.204Z] ---> Running in ee979aef7282 [2020-12-22T02:46:53.556Z] Removing intermediate container ee979aef7282 [2020-12-22T02:46:53.556Z] ---> 5f5b649a9edb [2020-12-22T02:46:53.556Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-22T02:46:53.556Z] ---> Running in 8c22fd6a8243 [2020-12-22T02:46:54.207Z] Removing intermediate container 8c22fd6a8243 [2020-12-22T02:46:54.207Z] ---> 23b744fac50d [2020-12-22T02:46:54.207Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-22T02:46:54.537Z] ---> Running in 99259440f961 [2020-12-22T02:46:54.823Z] Removing intermediate container 99259440f961 [2020-12-22T02:46:54.823Z] ---> 5b290e7a119b [2020-12-22T02:46:54.823Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T02:46:54.823Z] ---> Running in 2507d5186250 [2020-12-22T02:46:57.015Z] Removing intermediate container 2507d5186250 [2020-12-22T02:46:57.015Z] ---> 7b4d507912fd [2020-12-22T02:46:57.015Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-22T02:46:57.015Z] ---> Running in 80d214075154 [2020-12-22T02:46:59.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T02:46:59.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T02:47:00.461Z] OK: 166 MiB in 39 packages [2020-12-22T02:47:01.575Z] Removing intermediate container 80d214075154 [2020-12-22T02:47:01.575Z] ---> 92593540a3d9 [2020-12-22T02:47:01.575Z] Step 8/24 : COPY . . [2020-12-22T02:47:03.169Z] ---> 1a56123f73ea [2020-12-22T02:47:03.169Z] Step 9/24 : RUN ${MAKE} [2020-12-22T02:47:03.486Z] ---> Running in 618ad21267d0 [2020-12-22T02:47:04.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-22T02:47:09.437Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.135s coverage: 9.4% of statements [2020-12-22T02:47:09.437Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.110s coverage: 21.9% of statements [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-22T02:47:09.437Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.611s coverage: 42.5% of statements [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-22T02:47:09.437Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.851s coverage: 68.9% of statements [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-22T02:47:09.437Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.170s coverage: 53.8% of statements [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-22T02:47:09.437Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.737s coverage: 68.9% of statements [2020-12-22T02:47:09.437Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.140s coverage: 4.2% of statements [2020-12-22T02:47:09.437Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-22T02:47:09.437Z] GO111MODULE=on go vet ./... [2020-12-22T02:47:28.035Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-22T02:47:31.556Z] Removing intermediate container 618ad21267d0 [2020-12-22T02:47:31.556Z] ---> 24a65308cf4e [2020-12-22T02:47:31.556Z] Step 10/24 : FROM scratch [2020-12-22T02:47:31.556Z] ---> [2020-12-22T02:47:31.556Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-22T02:47:31.556Z] ---> Running in ceabc2c7ced3 [2020-12-22T02:47:31.862Z] Removing intermediate container ceabc2c7ced3 [2020-12-22T02:47:31.862Z] ---> 129de98e00b2 [2020-12-22T02:47:31.862Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-22T02:47:32.154Z] ---> Running in 525d0cd0c195 [2020-12-22T02:47:32.774Z] Removing intermediate container 525d0cd0c195 [2020-12-22T02:47:32.774Z] ---> a02917bad3d4 [2020-12-22T02:47:32.774Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-22T02:47:32.774Z] ---> Running in 5c66555123a6 [2020-12-22T02:47:33.055Z] Removing intermediate container 5c66555123a6 [2020-12-22T02:47:33.055Z] ---> eca6177fe68c [2020-12-22T02:47:33.055Z] Step 14/24 : WORKDIR / [2020-12-22T02:47:33.055Z] ---> Running in 05bda9bbe29c [2020-12-22T02:47:33.354Z] Removing intermediate container 05bda9bbe29c [2020-12-22T02:47:33.354Z] ---> f18b935d46e6 [2020-12-22T02:47:33.354Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-22T02:47:34.414Z] ---> 95c2c7fdae32 [2020-12-22T02:47:34.414Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-22T02:47:35.059Z] ---> 7fc37ff354d5 [2020-12-22T02:47:35.059Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-22T02:47:35.760Z] ---> 70ab78bc553d [2020-12-22T02:47:35.760Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-22T02:47:36.483Z] ---> 1c4b42019e6c [2020-12-22T02:47:36.483Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-22T02:47:37.155Z] ---> e485ac9b8340 [2020-12-22T02:47:37.155Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-22T02:47:37.155Z] ---> Running in b51dd90ec11a [2020-12-22T02:47:37.508Z] Removing intermediate container b51dd90ec11a [2020-12-22T02:47:37.508Z] ---> 71efc22b100b [2020-12-22T02:47:37.508Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T02:47:37.508Z] ---> Running in 40525c970787 [2020-12-22T02:47:37.858Z] Removing intermediate container 40525c970787 [2020-12-22T02:47:37.858Z] ---> a9ae3810f19c [2020-12-22T02:47:37.858Z] Step 22/24 : LABEL arch=amd64 [2020-12-22T02:47:38.393Z] ---> Running in 6916f634af46 [2020-12-22T02:47:38.393Z] Removing intermediate container 6916f634af46 [2020-12-22T02:47:38.393Z] ---> 4d4615302685 [2020-12-22T02:47:38.393Z] Step 23/24 : LABEL git_sha=d15e0049513cde2bd987de6e1cdcb787a4afd018 [2020-12-22T02:47:38.818Z] ---> Running in 53e536567609 [2020-12-22T02:47:39.525Z] Removing intermediate container 53e536567609 [2020-12-22T02:47:39.525Z] ---> 6ee86617188a [2020-12-22T02:47:39.525Z] Step 24/24 : LABEL version=0.0.0 [2020-12-22T02:47:39.525Z] ---> Running in 74ee5caf080c [2020-12-22T02:47:40.242Z] Removing intermediate container 74ee5caf080c [2020-12-22T02:47:40.242Z] ---> a348ad861813 [2020-12-22T02:47:40.242Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-22T02:47:40.242Z] Successfully built a348ad861813 [2020-12-22T02:47:40.242Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-22T02:47:41.887Z] gofmt -l . [2020-12-22T02:47:42.163Z] [ "`gofmt -l .`" = "" ] [2020-12-22T02:47:42.761Z] ./bin/test-attribution-txt.sh [2020-12-22T02:47:43.739Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-22T02:47:44.037Z] $ docker stop --time=1 fc21285828f3f38ccc25ff192cdf40e10880fba06cbf92ceb22eb9996e302925 [2020-12-22T02:47:46.298Z] $ docker rm -f fc21285828f3f38ccc25ff192cdf40e10880fba06cbf92ceb22eb9996e302925 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T02:47:47.449Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-22T02:47:47.519Z] Warning: overwriting stash ‘coverage-report’ [2020-12-22T02:47:48.487Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T02:47:49.201Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T02:47:49.534Z] + ls -al . [2020-12-22T02:47:49.534Z] total 244 [2020-12-22T02:47:49.534Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 22 02:47 . [2020-12-22T02:47:49.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 02:44 .. [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 22 02:44 .dockerignore [2020-12-22T02:47:49.534Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 02:44 .git [2020-12-22T02:47:49.534Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 02:44 .github [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 22 02:44 .gitignore [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 22 02:44 Dockerfile.build [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 22 02:44 Jenkinsfile [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 22 02:44 LICENSE [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 22 02:44 Makefile [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 22 02:44 README.md [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 6616 Dec 22 02:44 RELEASE-NOTES.txt [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 22 02:42 VERSION [2020-12-22T02:47:49.534Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 02:44 bin [2020-12-22T02:47:49.534Z] -rw-r--r-- 1 jenkins jenkins 130526 Dec 22 02:47 coverage.out [2020-12-22T02:47:49.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 02:44 example [2020-12-22T02:47:49.534Z] -rw-r--r-- 1 jenkins jenkins 488 Dec 22 02:47 go.mod [2020-12-22T02:47:49.534Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 22 02:47 go.sum [2020-12-22T02:47:49.534Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 22 02:44 internal [2020-12-22T02:47:49.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 02:44 openapi [2020-12-22T02:47:49.534Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 22 02:44 pkg [2020-12-22T02:47:49.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 02:44 snap [2020-12-22T02:47:49.534Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 22 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:47:49.880Z] + 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=d15e0049513cde2bd987de6e1cdcb787a4afd018 --label arch=arm64 --label version=0.0.0 . [2020-12-22T02:47:50.476Z] Sending build context to Docker daemon 2.583MB [2020-12-22T02:47:50.476Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-22T02:47:50.476Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-22T02:47:50.476Z] ---> 55b2b223ae24 [2020-12-22T02:47:50.476Z] Step 3/24 : ARG MAKE='make build' [2020-12-22T02:47:50.750Z] ---> Running in 92c2b410be28 [2020-12-22T02:47:51.027Z] Removing intermediate container 92c2b410be28 [2020-12-22T02:47:51.027Z] ---> 6eb3297ae0cc [2020-12-22T02:47:51.027Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-22T02:47:51.304Z] ---> Running in 420e655454d6 [2020-12-22T02:47:51.907Z] Removing intermediate container 420e655454d6 [2020-12-22T02:47:51.907Z] ---> e158c4d00994 [2020-12-22T02:47:51.907Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-22T02:47:51.907Z] ---> Running in 7d0395da5e45 [2020-12-22T02:47:52.500Z] Removing intermediate container 7d0395da5e45 [2020-12-22T02:47:52.500Z] ---> 094be598316c [2020-12-22T02:47:52.500Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T02:47:52.500Z] ---> Running in 47d13b448704 [2020-12-22T02:47:55.117Z] Removing intermediate container 47d13b448704 [2020-12-22T02:47:55.117Z] ---> 5f09dbedd14b [2020-12-22T02:47:55.117Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-22T02:47:55.117Z] ---> Running in b34d085a559f [2020-12-22T02:47:56.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T02:47:56.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T02:47:57.680Z] OK: 142 MiB in 39 packages [2020-12-22T02:47:58.655Z] Removing intermediate container b34d085a559f [2020-12-22T02:47:58.655Z] ---> eec081954ace [2020-12-22T02:47:58.655Z] Step 8/24 : COPY . . [2020-12-22T02:48:00.089Z] ---> 1614917512af [2020-12-22T02:48:00.089Z] Step 9/24 : RUN ${MAKE} [2020-12-22T02:48:00.372Z] ---> Running in b1bef4dadde7 [2020-12-22T02:48:01.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-22T02:48:28.212Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-22T02:48:30.182Z] Removing intermediate container b1bef4dadde7 [2020-12-22T02:48:30.182Z] ---> f1c04ec16080 [2020-12-22T02:48:30.182Z] Step 10/24 : FROM scratch [2020-12-22T02:48:30.182Z] ---> [2020-12-22T02:48:30.182Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-22T02:48:30.182Z] ---> Running in 36eca7411051 [2020-12-22T02:48:30.453Z] Removing intermediate container 36eca7411051 [2020-12-22T02:48:30.453Z] ---> 8e624247944d [2020-12-22T02:48:30.453Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-22T02:48:30.725Z] ---> Running in 22e8e90a5ee2 [2020-12-22T02:48:31.004Z] Removing intermediate container 22e8e90a5ee2 [2020-12-22T02:48:31.004Z] ---> 8de4f2629e08 [2020-12-22T02:48:31.004Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-22T02:48:31.275Z] ---> Running in 6c2e48009174 [2020-12-22T02:48:31.549Z] Removing intermediate container 6c2e48009174 [2020-12-22T02:48:31.549Z] ---> 685178f080d7 [2020-12-22T02:48:31.549Z] Step 14/24 : WORKDIR / [2020-12-22T02:48:31.823Z] ---> Running in 5788ead8ed69 [2020-12-22T02:48:32.096Z] Removing intermediate container 5788ead8ed69 [2020-12-22T02:48:32.097Z] ---> ac76d5059081 [2020-12-22T02:48:32.097Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-22T02:48:33.528Z] ---> 8e95b16e187f [2020-12-22T02:48:33.528Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-22T02:48:34.122Z] ---> 902fe32faf38 [2020-12-22T02:48:34.122Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-22T02:48:34.717Z] ---> 1418e97dfb7d [2020-12-22T02:48:34.717Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-22T02:48:35.692Z] ---> a025d1ecaf95 [2020-12-22T02:48:35.693Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-22T02:48:36.287Z] ---> 40ee14c0dfd2 [2020-12-22T02:48:36.287Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-22T02:48:36.558Z] ---> Running in e376365745df [2020-12-22T02:48:36.830Z] Removing intermediate container e376365745df [2020-12-22T02:48:36.830Z] ---> ab7ef28d2c92 [2020-12-22T02:48:36.830Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T02:48:37.102Z] ---> Running in 74f611e52961 [2020-12-22T02:48:37.696Z] Removing intermediate container 74f611e52961 [2020-12-22T02:48:37.696Z] ---> b6929b327fd0 [2020-12-22T02:48:37.696Z] Step 22/24 : LABEL arch=arm64 [2020-12-22T02:48:37.696Z] ---> Running in 6f88232ba14c [2020-12-22T02:48:38.288Z] Removing intermediate container 6f88232ba14c [2020-12-22T02:48:38.288Z] ---> 15b9f34d971f [2020-12-22T02:48:38.288Z] Step 23/24 : LABEL git_sha=d15e0049513cde2bd987de6e1cdcb787a4afd018 [2020-12-22T02:48:38.288Z] ---> Running in 19a6c64d8f7c [2020-12-22T02:48:38.885Z] Removing intermediate container 19a6c64d8f7c [2020-12-22T02:48:38.885Z] ---> f44501240af8 [2020-12-22T02:48:38.885Z] Step 24/24 : LABEL version=0.0.0 [2020-12-22T02:48:38.885Z] ---> Running in 5dab672175ca [2020-12-22T02:48:39.481Z] Removing intermediate container 5dab672175ca [2020-12-22T02:48:39.481Z] ---> 302d8e0e4fdd [2020-12-22T02:48:39.481Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-22T02:48:39.481Z] Successfully built 302d8e0e4fdd [2020-12-22T02:48:39.481Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-22T02:48:41.141Z] provisioning config files... [2020-12-22T02:48:41.151Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp/config3090766120481880040tmp [Pipeline] { [Pipeline] sh [2020-12-22T02:48:41.527Z] + set +x [2020-12-22T02:48:41.527Z] + curl -s https://codecov.io/bash [2020-12-22T02:48:41.527Z] + bash -s -- [2020-12-22T02:48:41.790Z] [2020-12-22T02:48:41.790Z] _____ _ [2020-12-22T02:48:41.790Z] / ____| | | [2020-12-22T02:48:41.790Z] | | ___ __| | ___ ___ _____ __ [2020-12-22T02:48:41.790Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-22T02:48:41.790Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-22T02:48:41.790Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-22T02:48:41.790Z] Bash-20201217-3d3df35 [2020-12-22T02:48:41.790Z] [2020-12-22T02:48:41.790Z] [2020-12-22T02:48:41.790Z] git version 2.24.3 found [2020-12-22T02:48:41.790Z] curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-22T02:48:41.790Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-22T02:48:41.790Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-22T02:48:41.790Z] ==> Jenkins CI detected. [2020-12-22T02:48:41.790Z] project root: . [2020-12-22T02:48:41.790Z] --> token set from env [2020-12-22T02:48:41.790Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-22T02:48:41.790Z] ==> Running gcov in . (disable via -X gcov) [2020-12-22T02:48:41.790Z] ==> Python coveragepy not found [2020-12-22T02:48:41.790Z] ==> Searching for coverage reports in: [2020-12-22T02:48:41.790Z] + . [2020-12-22T02:48:41.790Z] -> Found 1 reports [2020-12-22T02:48:41.790Z] ==> Detecting git/mercurial file structure [2020-12-22T02:48:41.790Z] ==> Reading reports [2020-12-22T02:48:41.790Z] + ./coverage.out bytes=130526 [2020-12-22T02:48:41.790Z] ==> Appending adjustments [2020-12-22T02:48:41.790Z] https://docs.codecov.io/docs/fixing-reports [2020-12-22T02:48:42.367Z] + Found adjustments [2020-12-22T02:48:42.367Z] ==> Gzipping contents [2020-12-22T02:48:42.367Z] 24K /tmp/codecov.2eKAc9.gz [2020-12-22T02:48:42.367Z] ==> Uploading reports [2020-12-22T02:48:42.367Z] url: https://codecov.io [2020-12-22T02:48:42.367Z] query: branch=PR-696&commit=d15e0049513cde2bd987de6e1cdcb787a4afd018&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-696%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=696&job=&cmd_args= [2020-12-22T02:48:42.367Z] -> Pinging Codecov [2020-12-22T02:48:42.367Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-696&commit=d15e0049513cde2bd987de6e1cdcb787a4afd018&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-696%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=696&job=&cmd_args= [2020-12-22T02:48:42.636Z] -> Uploading to [2020-12-22T02:48:42.637Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-22/7E55EF52A471D76F132DFD9A03CDDE97/d15e0049513cde2bd987de6e1cdcb787a4afd018/d39b29d9-b1a2-4d6a-ac38-e7e47a38434a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201222T024842Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99865ca190a9158ee4d8ef71eff770d56fed31a2697883e13a41803d05918e90 [2020-12-22T02:48:42.637Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-22T02:48:42.637Z] Dload Upload Total Spent Left Speed [2020-12-22T02:48:43.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21235 0 0 100 21235 0 46284 --:--:-- --:--:-- --:--:-- 46263 [2020-12-22T02:48:43.169Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d15e0049513cde2bd987de6e1cdcb787a4afd018 [Pipeline] } [2020-12-22T02:48:43.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:48:45.992Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:48:46.298Z] ---> package-listing.sh [2020-12-22T02:48:46.299Z] ++ facter osfamily [2020-12-22T02:48:46.299Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-22T02:48:46.299Z] + OS_FAMILY=redhat [2020-12-22T02:48:46.299Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-696 [2020-12-22T02:48:46.299Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-22T02:48:46.299Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-22T02:48:46.299Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-22T02:48:46.299Z] + PACKAGES=/tmp/packages_start.txt [2020-12-22T02:48:46.299Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-696 ']' [2020-12-22T02:48:46.299Z] + PACKAGES=/tmp/packages_end.txt [2020-12-22T02:48:46.299Z] + case "${OS_FAMILY}" in [2020-12-22T02:48:46.299Z] + rpm -qa [2020-12-22T02:48:46.299Z] + sort [2020-12-22T02:48:51.607Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-22T02:48:51.607Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-22T02:48:51.607Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-22T02:48:51.607Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-696 ']' [2020-12-22T02:48:51.607Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-696/archives/ [2020-12-22T02:48:51.607Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-696/archives/ [Pipeline] echo [2020-12-22T02:48:51.621Z] 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-696/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-22T02:48:51.916Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:48:52.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T02:48:52.223Z] [2020-12-22T02:48:52.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-22T02:48:52.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T02:48:52.581Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-22T02:48:52.581Z] df20fa9351a1: Pulling fs layer [2020-12-22T02:48:52.581Z] 36b3adc4ff6f: Pulling fs layer [2020-12-22T02:48:52.581Z] 8ad3a11d3b57: Pulling fs layer [2020-12-22T02:48:52.581Z] 46f8f816bc3b: Pulling fs layer [2020-12-22T02:48:52.581Z] 93b61091891f: Pulling fs layer [2020-12-22T02:48:52.581Z] 93b9cdb0e59b: Pulling fs layer [2020-12-22T02:48:52.581Z] 5e14af77c1be: Pulling fs layer [2020-12-22T02:48:52.581Z] 01666e4c0597: Pulling fs layer [2020-12-22T02:48:52.581Z] aa168da1d23b: Pulling fs layer [2020-12-22T02:48:52.581Z] 5e14af77c1be: Waiting [2020-12-22T02:48:52.581Z] 93b61091891f: Waiting [2020-12-22T02:48:52.581Z] 01666e4c0597: Waiting [2020-12-22T02:48:52.581Z] aa168da1d23b: Waiting [2020-12-22T02:48:52.581Z] 93b9cdb0e59b: Waiting [2020-12-22T02:48:52.581Z] 46f8f816bc3b: Waiting [2020-12-22T02:48:52.581Z] 36b3adc4ff6f: Verifying Checksum [2020-12-22T02:48:52.581Z] 36b3adc4ff6f: Download complete [2020-12-22T02:48:52.846Z] 46f8f816bc3b: Verifying Checksum [2020-12-22T02:48:52.846Z] 46f8f816bc3b: Download complete [2020-12-22T02:48:52.846Z] df20fa9351a1: Verifying Checksum [2020-12-22T02:48:52.846Z] df20fa9351a1: Download complete [2020-12-22T02:48:52.846Z] 93b9cdb0e59b: Verifying Checksum [2020-12-22T02:48:52.846Z] 93b9cdb0e59b: Download complete [2020-12-22T02:48:52.846Z] 93b61091891f: Download complete [2020-12-22T02:48:52.846Z] 5e14af77c1be: Verifying Checksum [2020-12-22T02:48:52.846Z] 5e14af77c1be: Download complete [2020-12-22T02:48:52.846Z] 01666e4c0597: Verifying Checksum [2020-12-22T02:48:52.846Z] 01666e4c0597: Download complete [2020-12-22T02:48:53.110Z] 8ad3a11d3b57: Verifying Checksum [2020-12-22T02:48:53.110Z] 8ad3a11d3b57: Download complete [2020-12-22T02:48:53.110Z] df20fa9351a1: Pull complete [2020-12-22T02:48:53.374Z] 36b3adc4ff6f: Pull complete [2020-12-22T02:48:54.325Z] 8ad3a11d3b57: Pull complete [2020-12-22T02:48:54.588Z] 46f8f816bc3b: Pull complete [2020-12-22T02:48:54.850Z] aa168da1d23b: Verifying Checksum [2020-12-22T02:48:54.850Z] aa168da1d23b: Download complete [2020-12-22T02:48:54.850Z] 93b61091891f: Pull complete [2020-12-22T02:48:55.112Z] 93b9cdb0e59b: Pull complete [2020-12-22T02:48:55.112Z] 5e14af77c1be: Pull complete [2020-12-22T02:48:55.112Z] 01666e4c0597: Pull complete [2020-12-22T02:49:03.307Z] aa168da1d23b: Pull complete [2020-12-22T02:49:03.307Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-22T02:49:03.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T02:49:03.307Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-22T02:49:03.505Z] prd-centos7-docker-4c-2g-17160 does not seem to be running inside a container [2020-12-22T02:49:03.556Z] $ 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-696/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-696 -v /w/workspace/dgexfoundry_device-sdk-go_PR-696:/w/workspace/dgexfoundry_device-sdk-go_PR-696:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-22T02:49:06.366Z] $ docker top 2448b55fe268c29424bdbe7d66568757024aa2726aa497f0daed15586c37596c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T02:49:06.832Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-22T02:49:07.131Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-22T02:49:07.430Z] + ls /var/log/sa-host [2020-12-22T02:49:07.430Z] + sadf -c /var/log/sa-host/sa22 [2020-12-22T02:49:07.430Z] file_magic: OK [2020-12-22T02:49:07.430Z] HZ: Using current value: 100 [2020-12-22T02:49:07.430Z] file_header: OK [2020-12-22T02:49:07.430Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-22T02:49:07.430Z] Statistics: [2020-12-22T02:49:07.430Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-22T02:49:07.430Z] File successfully converted to sysstat format version 12.2.1 [2020-12-22T02:49:07.430Z] + sadf -c /var/log/sa-host/sa23 [2020-12-22T02:49:07.430Z] file_magic: OK [2020-12-22T02:49:07.430Z] HZ: Using current value: 100 [2020-12-22T02:49:07.430Z] file_header: OK [2020-12-22T02:49:07.430Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-22T02:49:07.430Z] Statistics: [2020-12-22T02:49:07.430Z] Hnuu...uuuununununu... [2020-12-22T02:49:07.430Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-22T02:49:08.023Z] provisioning config files... [2020-12-22T02:49:08.039Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp/config5895344554803324518tmp [Pipeline] { [Pipeline] echo [2020-12-22T02:49:08.113Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:49:08.414Z] ---> create-netrc.sh [Pipeline] } [2020-12-22T02:49:08.425Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-22T02:49:08.535Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:49:08.832Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-22T02:49:08.844Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:49:09.140Z] ---> sudo-logs.sh [2020-12-22T02:49:09.140Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-22T02:49:09.152Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:49:09.449Z] ---> job-cost.sh [2020-12-22T02:49:09.449Z] lf-activate-venv: SKIPPING [2020-12-22T02:49:09.449Z] INFO: No Stack... [2020-12-22T02:49:10.838Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-22T02:49:11.102Z] INFO: Archiving Costs [Pipeline] echo [2020-12-22T02:49:11.116Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T02:49:11.418Z] ---> logs-deploy.sh [2020-12-22T02:49:11.418Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-696/3 [2020-12-22T02:49:11.418Z] INFO: archiving workspace using pattern(s): [2020-12-22T02:49:12.808Z] Archives upload complete. [2020-12-22T02:49:13.069Z] INFO: archiving logs to Nexus [2020-12-22T02:49:14.016Z] ---> uname -a: [2020-12-22T02:49:14.016Z] Linux prd-centos7-docker-4c-2g-17160.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] ---> lscpu: [2020-12-22T02:49:14.016Z] Architecture: x86_64 [2020-12-22T02:49:14.016Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-22T02:49:14.016Z] Byte Order: Little Endian [2020-12-22T02:49:14.016Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-22T02:49:14.016Z] CPU(s): 4 [2020-12-22T02:49:14.016Z] On-line CPU(s) list: 0-3 [2020-12-22T02:49:14.016Z] Thread(s) per core: 1 [2020-12-22T02:49:14.016Z] Core(s) per socket: 1 [2020-12-22T02:49:14.016Z] Socket(s): 4 [2020-12-22T02:49:14.016Z] NUMA node(s): 1 [2020-12-22T02:49:14.016Z] Vendor ID: GenuineIntel [2020-12-22T02:49:14.016Z] CPU family: 6 [2020-12-22T02:49:14.016Z] Model: 44 [2020-12-22T02:49:14.016Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-22T02:49:14.016Z] Stepping: 1 [2020-12-22T02:49:14.016Z] CPU MHz: 2933.438 [2020-12-22T02:49:14.016Z] BogoMIPS: 5866.87 [2020-12-22T02:49:14.016Z] Virtualization: VT-x [2020-12-22T02:49:14.016Z] Hypervisor vendor: KVM [2020-12-22T02:49:14.016Z] Virtualization type: full [2020-12-22T02:49:14.016Z] L1d cache: 128 KiB [2020-12-22T02:49:14.016Z] L1i cache: 128 KiB [2020-12-22T02:49:14.016Z] L2 cache: 16 MiB [2020-12-22T02:49:14.016Z] L3 cache: 64 MiB [2020-12-22T02:49:14.016Z] NUMA node0 CPU(s): 0-3 [2020-12-22T02:49:14.016Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-22T02:49:14.016Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-22T02:49:14.016Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-22T02:49:14.016Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-22T02:49:14.016Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-22T02:49:14.016Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-22T02:49:14.016Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-22T02:49:14.016Z] Vulnerability Srbds: Not affected [2020-12-22T02:49:14.016Z] Vulnerability Tsx async abort: Not affected [2020-12-22T02:49:14.016Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] ---> nproc: [2020-12-22T02:49:14.016Z] 4 [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] ---> df -h: [2020-12-22T02:49:14.016Z] Filesystem Size Used Available Use% Mounted on [2020-12-22T02:49:14.016Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-22T02:49:14.016Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-22T02:49:14.016Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-22T02:49:14.016Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-696 [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-696@tmp [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-22T02:49:14.016Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] ---> free -m: [2020-12-22T02:49:14.016Z] total used free shared buff/cache available [2020-12-22T02:49:14.016Z] Mem: 1837 721 111 0 1005 1011 [2020-12-22T02:49:14.016Z] Swap: 1023 1 1022 [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] ---> ip addr: [2020-12-22T02:49:14.016Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-22T02:49:14.016Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-22T02:49:14.016Z] inet 127.0.0.1/8 scope host lo [2020-12-22T02:49:14.016Z] valid_lft forever preferred_lft forever [2020-12-22T02:49:14.016Z] inet6 ::1/128 scope host [2020-12-22T02:49:14.016Z] valid_lft forever preferred_lft forever [2020-12-22T02:49:14.016Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-22T02:49:14.016Z] link/ether fa:16:3e:ae:f3:d6 brd ff:ff:ff:ff:ff:ff [2020-12-22T02:49:14.016Z] inet 10.30.123.28/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-22T02:49:14.016Z] valid_lft 85915sec preferred_lft 85915sec [2020-12-22T02:49:14.016Z] inet6 fe80::f816:3eff:feae:f3d6/64 scope link [2020-12-22T02:49:14.016Z] valid_lft forever preferred_lft forever [2020-12-22T02:49:14.016Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-22T02:49:14.016Z] link/ether 02:42:1a:ae:34:41 brd ff:ff:ff:ff:ff:ff [2020-12-22T02:49:14.016Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-22T02:49:14.016Z] valid_lft forever preferred_lft forever [2020-12-22T02:49:14.016Z] inet6 fe80::42:1aff:feae:3441/64 scope link [2020-12-22T02:49:14.016Z] valid_lft forever preferred_lft forever [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] ---> sar -b -r -n DEV: [2020-12-22T02:49:14.016Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] 02:40:57 LINUX RESTART (4 CPU) [2020-12-22T02:49:14.016Z] [2020-12-22T02:49:14.016Z] 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-22T02:49:14.016Z] 02:43:01 10.44 1.51 8.92 0.00 139.95 132.26 0.00 [2020-12-22T02:49:14.016Z] 02:44:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 [2020-12-22T02:49:14.016Z] 02:45:01 0.23 0.00 0.23 0.00 0.00 2.58 0.00 [2020-12-22T02:49:14.016Z] 02:46:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2020-12-22T02:49:14.016Z] 02:47:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 [2020-12-22T02:49:14.017Z] 02:48:01 0.32 0.00 0.32 0.00 0.00 3.76 0.00 [2020-12-22T02:49:14.017Z] 02:49:02 111.46 68.07 43.39 0.00 4675.14 15668.82 0.00 [2020-12-22T02:49:14.017Z] Average: 17.61 9.95 7.67 0.00 688.27 2261.00 0.00 [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z] 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-22T02:49:14.017Z] 02:43:01 119420 0 624644 33.20 2620 1134860 1122516 38.31 458840 1103104 16 [2020-12-22T02:49:14.017Z] 02:44:01 126008 0 618052 32.85 2620 1134864 1087728 37.12 455192 1101028 8 [2020-12-22T02:49:14.017Z] 02:45:01 126396 0 617656 32.83 2620 1134872 1087804 37.12 452332 1103956 8 [2020-12-22T02:49:14.017Z] 02:46:01 126524 0 617528 32.82 2620 1134872 1087816 37.13 452288 1103956 12 [2020-12-22T02:49:14.017Z] 02:47:01 126572 0 617472 32.82 2620 1134880 1087816 37.13 452300 1103888 16 [2020-12-22T02:49:14.017Z] 02:48:01 126588 0 617452 32.82 2620 1134884 1087868 37.13 452488 1103820 16 [2020-12-22T02:49:14.017Z] 02:49:02 221460 0 709688 37.72 2620 947776 1282376 43.77 450396 955264 82844 [2020-12-22T02:49:14.017Z] Average: 138995 0 631785 33.58 2620 1108144 1120561 38.24 453405 1082145 11846 [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z] 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-22T02:49:14.017Z] 02:43:01 eth0 126.43 88.90 86.47 112.27 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:44:01 eth0 1.95 0.33 0.40 0.23 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:45:01 eth0 3.50 0.53 0.76 0.36 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:46:01 eth0 2.53 0.68 0.72 0.44 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:47:01 eth0 2.03 0.82 0.76 0.44 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:48:01 eth0 1.02 0.58 0.54 0.43 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:49:02 eth0 207.12 168.99 2170.41 18.05 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] 02:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] Average: eth0 49.25 37.28 323.05 18.89 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z] ---> sar -P ALL: [2020-12-22T02:49:14.017Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z] 02:40:57 LINUX RESTART (4 CPU) [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z] 02:42:01 CPU %user %nice %system %iowait %steal %idle [2020-12-22T02:49:14.017Z] 02:43:01 all 1.84 0.00 0.64 0.04 0.00 97.49 [2020-12-22T02:49:14.017Z] 02:43:01 0 1.61 0.00 0.80 0.05 0.02 97.52 [2020-12-22T02:49:14.017Z] 02:43:01 1 1.68 0.00 0.68 0.03 0.00 97.60 [2020-12-22T02:49:14.017Z] 02:43:01 2 2.24 0.00 0.50 0.05 0.00 97.21 [2020-12-22T02:49:14.017Z] 02:43:01 3 1.82 0.00 0.55 0.02 0.00 97.61 [2020-12-22T02:49:14.017Z] 02:44:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2020-12-22T02:49:14.017Z] 02:44:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-22T02:49:14.017Z] 02:44:01 1 0.48 0.00 0.07 0.00 0.00 99.45 [2020-12-22T02:49:14.017Z] 02:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-22T02:49:14.017Z] 02:44:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-22T02:49:14.017Z] 02:45:01 all 0.18 0.00 0.08 0.00 0.03 99.72 [2020-12-22T02:49:14.017Z] 02:45:01 0 0.47 0.00 0.03 0.00 0.02 99.48 [2020-12-22T02:49:14.017Z] 02:45:01 1 0.08 0.00 0.12 0.00 0.03 99.77 [2020-12-22T02:49:14.017Z] 02:45:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2020-12-22T02:49:14.017Z] 02:45:01 3 0.12 0.00 0.12 0.00 0.02 99.75 [2020-12-22T02:49:14.017Z] 02:46:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2020-12-22T02:49:14.017Z] 02:46:01 0 0.47 0.00 0.05 0.00 0.00 99.48 [2020-12-22T02:49:14.017Z] 02:46:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-12-22T02:49:14.017Z] 02:46:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2020-12-22T02:49:14.017Z] 02:46:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2020-12-22T02:49:14.017Z] 02:47:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2020-12-22T02:49:14.017Z] 02:47:01 0 0.43 0.00 0.07 0.00 0.02 99.48 [2020-12-22T02:49:14.017Z] 02:47:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2020-12-22T02:49:14.017Z] 02:47:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-22T02:49:14.017Z] 02:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-22T02:49:14.017Z] 02:48:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-12-22T02:49:14.017Z] 02:48:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-22T02:49:14.017Z] 02:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-22T02:49:14.017Z] 02:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-22T02:49:14.017Z] 02:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-22T02:49:14.017Z] 02:49:02 all 5.46 0.00 3.71 1.50 0.00 89.32 [2020-12-22T02:49:14.017Z] 02:49:02 0 5.13 0.00 3.88 1.60 0.00 89.39 [2020-12-22T02:49:14.017Z] 02:49:02 1 5.10 0.00 3.36 1.88 0.02 89.64 [2020-12-22T02:49:14.017Z] 02:49:02 2 5.31 0.00 3.56 0.99 0.00 90.13 [2020-12-22T02:49:14.017Z] 02:49:02 3 6.31 0.00 4.04 1.53 0.00 88.13 [2020-12-22T02:49:14.017Z] Average: all 1.15 0.00 0.65 0.22 0.01 97.97 [2020-12-22T02:49:14.017Z] Average: 0 1.23 0.00 0.70 0.23 0.01 97.82 [2020-12-22T02:49:14.017Z] Average: 1 1.07 0.00 0.61 0.27 0.01 98.03 [2020-12-22T02:49:14.017Z] Average: 2 1.10 0.00 0.61 0.15 0.01 98.14 [2020-12-22T02:49:14.017Z] Average: 3 1.20 0.00 0.70 0.22 0.00 97.88 [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z] [2020-12-22T02:49:14.017Z]