Pull request #605 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc+abee7d5846637e135dd277469e99a0143c7ff265 (6dec231688c4dc7cb0cbc2413221eeeaeda5d68c) 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5577 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [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-605 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc Merge succeeded, producing a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc Checking out Revision a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc (PR-605) > git config core.sparsecheckout # timeout=10 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # 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 abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 Commit message: "feat(sdk): implement v2 callback api" First time build. Skipping changelog. > git rev-list --no-walk 69423581ce303aa7eea4828ea08ee72d2f21bc0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T08:08:36.154Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T08:08:36.375Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T08:08:36.470Z] ========================================================= [2020-10-15T08:08:36.471Z] EdgeX Global Pipelines Version Info [2020-10-15T08:08:36.471Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:08:38.771Z] ------------------- [2020-10-15T08:08:38.771Z] stable info: [2020-10-15T08:08:38.771Z] ------------------- [2020-10-15T08:08:38.771Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T08:08:38.771Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T08:08:38.771Z] Message: update stable to v1.0.142 [2020-10-15T08:08:39.799Z] ------------------- [2020-10-15T08:08:39.799Z] experimental info: [2020-10-15T08:08:39.799Z] ------------------- [2020-10-15T08:08:39.799Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T08:08:39.799Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T08:08:39.799Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-15T08:08:40.245Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-15T08:08:40.346Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-15T08:08:40.456Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T08:08:40.550Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T08:08:40.690Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T08:08:40.795Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T08:08:40.897Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T08:08:40.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T08:08:41.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-15T08:08:41.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T08:08:41.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T08:08:41.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-15T08:08:41.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T08:08:41.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T08:08:41.714Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T08:08:41.806Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T08:08:41.901Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T08:08:42.004Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T08:08:42.107Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T08:08:42.201Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-15T08:08:42.291Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T08:08:42.383Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T08:08:42.475Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-15T08:08:42.564Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-15T08:08:42.663Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-15T08:08:42.750Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-605 [Pipeline] echo [2020-10-15T08:08:42.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-605 [Pipeline] echo [2020-10-15T08:08:42.972Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-605 [Pipeline] echo [2020-10-15T08:08:43.076Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [Pipeline] echo [2020-10-15T08:08:43.173Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3969cc [Pipeline] echo [2020-10-15T08:08:43.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-15T08:08:43.990Z] + git log --format=format:%s -1 a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [Pipeline] echo [2020-10-15T08:08:44.132Z] GIT_COMMIT: a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc, Commit Message: feat(sdk): implement v2 callback api [Pipeline] echo [2020-10-15T08:08:44.208Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:08:44.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T08:08:45.163Z] [2020-10-15T08:08:45.163Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:08:45.595Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T08:08:45.882Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T08:08:45.882Z] 31603596830f: Pulling fs layer [2020-10-15T08:08:45.882Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T08:08:45.882Z] 6ca5941a6612: Pulling fs layer [2020-10-15T08:08:45.882Z] ecc8261a40a4: Pulling fs layer [2020-10-15T08:08:45.882Z] ecc8261a40a4: Waiting [2020-10-15T08:08:45.882Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T08:08:45.882Z] 2a8b12db71e7: Download complete [2020-10-15T08:08:46.157Z] 31603596830f: Verifying Checksum [2020-10-15T08:08:46.157Z] 31603596830f: Download complete [2020-10-15T08:08:46.425Z] ecc8261a40a4: Verifying Checksum [2020-10-15T08:08:46.425Z] ecc8261a40a4: Download complete [2020-10-15T08:08:46.695Z] 31603596830f: Pull complete [2020-10-15T08:08:46.695Z] 6ca5941a6612: Verifying Checksum [2020-10-15T08:08:46.695Z] 6ca5941a6612: Download complete [2020-10-15T08:08:46.963Z] 2a8b12db71e7: Pull complete [2020-10-15T08:08:49.026Z] 6ca5941a6612: Pull complete [2020-10-15T08:08:49.311Z] ecc8261a40a4: Pull complete [2020-10-15T08:08:49.312Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T08:08:49.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T08:08:49.312Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T08:08:49.543Z] prd-centos7-docker-4c-2g-5577 does not seem to be running inside a container [2020-10-15T08:08:49.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-605 -v /w/workspace/dgexfoundry_device-sdk-go_PR-605:/w/workspace/dgexfoundry_device-sdk-go_PR-605:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T08:08:52.306Z] $ docker top 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T08:08:52.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T08:08:52.742Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T08:08:53.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T08:08:53.186Z] $ docker exec 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent [2020-10-15T08:08:53.432Z] SSH_AUTH_SOCK=/tmp/ssh-bW7YoB6OliVZ/agent.12 [2020-10-15T08:08:53.432Z] SSH_AGENT_PID=17 [2020-10-15T08:08:53.458Z] Running ssh-add (command line suppressed) [2020-10-15T08:08:53.708Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_243197554740398578.key (/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_243197554740398578.key) [2020-10-15T08:08:53.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T08:08:54.276Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T08:08:54.362Z] $ docker exec --env ******** --env ******** 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent -k [2020-10-15T08:08:54.699Z] unset SSH_AUTH_SOCK; [2020-10-15T08:08:54.700Z] unset SSH_AGENT_PID; [2020-10-15T08:08:54.700Z] echo Agent pid 17 killed; [2020-10-15T08:08:54.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T08:08:54.933Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T08:08:54.933Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T08:08:55.226Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T08:08:55.233Z] $ docker exec 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent [2020-10-15T08:08:55.520Z] SSH_AUTH_SOCK=/tmp/ssh-CjowGOEzCBDL/agent.45 [2020-10-15T08:08:55.520Z] SSH_AGENT_PID=50 [2020-10-15T08:08:55.544Z] Running ssh-add (command line suppressed) [2020-10-15T08:08:55.861Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_5341348436064168100.key (/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_5341348436064168100.key) [2020-10-15T08:08:55.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T08:08:56.708Z] + git semver init [2020-10-15T08:08:56.708Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T08:08:56.708Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-605/.git [2020-10-15T08:08:56.708Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-605 [2020-10-15T08:08:56.708Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T08:08:56.708Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T08:08:56.708Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T08:08:56.708Z] # $SEMVER_BRANCH = PR-605 [2020-10-15T08:08:56.708Z] # $SEMVER_TEMP = /tmp/semver-907492913 [2020-10-15T08:08:56.708Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-15T08:08:57.799Z] # '/tmp/semver-907492913' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-605/.semver' [2020-10-15T08:08:57.799Z] # -> Force: false [2020-10-15T08:08:57.799Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-605/.semver [Pipeline] } [2020-10-15T08:08:57.856Z] $ docker exec --env ******** --env ******** 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent -k [2020-10-15T08:08:58.221Z] unset SSH_AUTH_SOCK; [2020-10-15T08:08:58.223Z] unset SSH_AGENT_PID; [2020-10-15T08:08:58.223Z] echo Agent pid 50 killed; [2020-10-15T08:08:58.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T08:08:58.980Z] + git semver [Pipeline] } [2020-10-15T08:08:59.152Z] $ docker stop --time=1 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 [2020-10-15T08:09:00.831Z] $ docker rm -f 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T08:09:02.626Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T08:09:02.629Z] [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-10-15T08:09:18.243Z] Still waiting to schedule task [2020-10-15T08:09:18.243Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-15T08:09:18.246Z] Still waiting to schedule task [2020-10-15T08:09:18.246Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-15T08:11:44.637Z] Running on prd-centos7-docker-4c-2g-5580 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [Pipeline] { [Pipeline] ws [2020-10-15T08:11:44.717Z] Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout [2020-10-15T08:11:44.895Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5579 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [Pipeline] { [Pipeline] ws [2020-10-15T08:11:44.952Z] Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout [2020-10-15T08:11:47.448Z] using credential edgex-jenkins-ssh [2020-10-15T08:11:47.499Z] Cloning the remote Git repository [2020-10-15T08:11:47.528Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T08:11:47.690Z] > git init /w/workspace/device-sdk-go/17 # timeout=10 [2020-10-15T08:11:47.755Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T08:11:47.755Z] > git --version # timeout=10 [2020-10-15T08:11:47.763Z] > git --version # 'git version 2.16.5' [2020-10-15T08:11:47.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:11:47.789Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T08:11:49.011Z] Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [2020-10-15T08:11:49.115Z] Merge succeeded, producing a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [2020-10-15T08:11:49.116Z] Checking out Revision a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc (PR-605) [2020-10-15T08:11:48.504Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T08:11:48.511Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T08:11:48.526Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T08:11:48.543Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T08:11:48.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:11:48.549Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T08:11:49.028Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T08:11:49.033Z] > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 [2020-10-15T08:11:49.086Z] > git remote # timeout=10 [2020-10-15T08:11:49.092Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T08:11:49.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:11:49.102Z] > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [2020-10-15T08:11:49.112Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T08:11:49.121Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T08:11:49.128Z] > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 [2020-10-15T08:11:49.637Z] using credential edgex-jenkins-ssh [2020-10-15T08:11:49.699Z] Cloning the remote Git repository [2020-10-15T08:11:49.740Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T08:11:49.845Z] > git init /w/workspace/device-sdk-go/17 # timeout=10 [2020-10-15T08:11:49.949Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T08:11:49.950Z] > git --version # timeout=10 [2020-10-15T08:11:49.974Z] > git --version # 'git version 2.17.1' [2020-10-15T08:11:49.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:11:50.024Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T08:11:51.007Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T08:11:51.022Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T08:11:51.043Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T08:11:51.074Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T08:11:51.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:11:51.086Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T08:11:51.731Z] Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [2020-10-15T08:11:52.052Z] Merge succeeded, producing a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [2020-10-15T08:11:52.052Z] Checking out Revision a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc (PR-605) [2020-10-15T08:11:51.746Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T08:11:51.759Z] > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 [2020-10-15T08:11:51.869Z] > git remote # timeout=10 [2020-10-15T08:11:51.883Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T08:11:51.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:11:51.968Z] > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [2020-10-15T08:11:51.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T08:11:52.053Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T08:11:52.103Z] > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 [2020-10-15T08:11:52.776Z] Commit message: "feat(sdk): implement v2 callback api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T08:11:53.720Z] ========================================================= [2020-10-15T08:11:53.720Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T08:11:53.720Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:11:54.492Z] + 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-10-15T08:11:55.906Z] Sending build context to Docker daemon 2.335MB [2020-10-15T08:11:55.906Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T08:11:55.906Z] Step 2/8 : FROM ${BASE} [2020-10-15T08:11:55.906Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-15T08:11:55.906Z] df20fa9351a1: Pulling fs layer [2020-10-15T08:11:55.906Z] ed8968b2872e: Pulling fs layer [2020-10-15T08:11:55.906Z] a92cc7c5fd73: Pulling fs layer [2020-10-15T08:11:55.906Z] e871e8e8d7a9: Pulling fs layer [2020-10-15T08:11:55.906Z] e73272ec9a57: Pulling fs layer [2020-10-15T08:11:55.906Z] 1e910a182e73: Pulling fs layer [2020-10-15T08:11:55.906Z] 4e634b169226: Pulling fs layer [2020-10-15T08:11:55.906Z] e73272ec9a57: Waiting [2020-10-15T08:11:55.906Z] 1e910a182e73: Waiting [2020-10-15T08:11:55.906Z] 4e634b169226: Waiting [2020-10-15T08:11:55.906Z] e871e8e8d7a9: Waiting [2020-10-15T08:11:55.906Z] a92cc7c5fd73: Verifying Checksum [2020-10-15T08:11:55.906Z] a92cc7c5fd73: Download complete [2020-10-15T08:11:55.906Z] ed8968b2872e: Download complete [2020-10-15T08:11:55.906Z] e73272ec9a57: Verifying Checksum [2020-10-15T08:11:55.906Z] e73272ec9a57: Download complete [2020-10-15T08:11:56.169Z] 1e910a182e73: Verifying Checksum [2020-10-15T08:11:56.169Z] 1e910a182e73: Download complete [2020-10-15T08:11:56.169Z] df20fa9351a1: Download complete [2020-10-15T08:11:56.437Z] df20fa9351a1: Pull complete [2020-10-15T08:11:56.446Z] Commit message: "feat(sdk): implement v2 callback api" [2020-10-15T08:11:56.702Z] ed8968b2872e: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-10-15T08:11:56.968Z] a92cc7c5fd73: Pull complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T08:11:57.383Z] ========================================================= [2020-10-15T08:11:57.383Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T08:11:57.383Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:11:58.384Z] 4e634b169226: Verifying Checksum [2020-10-15T08:11:58.384Z] 4e634b169226: Download complete [2020-10-15T08:11:58.476Z] + 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-10-15T08:11:58.962Z] e871e8e8d7a9: Verifying Checksum [2020-10-15T08:11:58.962Z] e871e8e8d7a9: Download complete [2020-10-15T08:11:59.469Z] Sending build context to Docker daemon 2.335MB [2020-10-15T08:11:59.469Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T08:11:59.469Z] Step 2/8 : FROM ${BASE} [2020-10-15T08:11:59.748Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T08:11:59.748Z] b538f80385f9: Pulling fs layer [2020-10-15T08:11:59.748Z] 74f711af9a0d: Pulling fs layer [2020-10-15T08:11:59.748Z] 99f96fe45779: Pulling fs layer [2020-10-15T08:11:59.748Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T08:11:59.748Z] 45590311c82a: Pulling fs layer [2020-10-15T08:11:59.748Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T08:11:59.749Z] 209524e5b208: Pulling fs layer [2020-10-15T08:11:59.749Z] 8529a6b9a6be: Waiting [2020-10-15T08:11:59.749Z] 45590311c82a: Waiting [2020-10-15T08:11:59.749Z] 69ca0ff8b7b3: Waiting [2020-10-15T08:11:59.749Z] 209524e5b208: Waiting [2020-10-15T08:11:59.749Z] 99f96fe45779: Verifying Checksum [2020-10-15T08:11:59.749Z] 99f96fe45779: Download complete [2020-10-15T08:11:59.749Z] 74f711af9a0d: Verifying Checksum [2020-10-15T08:11:59.749Z] 74f711af9a0d: Download complete [2020-10-15T08:11:59.749Z] 45590311c82a: Verifying Checksum [2020-10-15T08:11:59.749Z] 45590311c82a: Download complete [2020-10-15T08:11:59.749Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T08:11:59.749Z] 69ca0ff8b7b3: Download complete [2020-10-15T08:11:59.749Z] b538f80385f9: Verifying Checksum [2020-10-15T08:11:59.749Z] b538f80385f9: Download complete [2020-10-15T08:12:00.742Z] b538f80385f9: Pull complete [2020-10-15T08:12:01.017Z] 74f711af9a0d: Pull complete [2020-10-15T08:12:01.620Z] 99f96fe45779: Pull complete [2020-10-15T08:12:02.599Z] 209524e5b208: Verifying Checksum [2020-10-15T08:12:02.599Z] 209524e5b208: Download complete [2020-10-15T08:12:04.301Z] e871e8e8d7a9: Pull complete [2020-10-15T08:12:04.301Z] e73272ec9a57: Pull complete [2020-10-15T08:12:04.301Z] 1e910a182e73: Pull complete [2020-10-15T08:12:04.587Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T08:12:04.587Z] 8529a6b9a6be: Download complete [2020-10-15T08:12:10.910Z] 4e634b169226: Pull complete [2020-10-15T08:12:10.910Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-15T08:12:10.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-15T08:12:10.910Z] ---> f7629b54cfaa [2020-10-15T08:12:10.910Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T08:12:10.910Z] ---> Running in 9ef3378943c8 [2020-10-15T08:12:10.910Z] Removing intermediate container 9ef3378943c8 [2020-10-15T08:12:10.910Z] ---> 50d6d11d813c [2020-10-15T08:12:10.910Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:12:10.910Z] ---> Running in 5a60595073cb [2020-10-15T08:12:12.336Z] Removing intermediate container 5a60595073cb [2020-10-15T08:12:12.336Z] ---> 08e1c6440165 [2020-10-15T08:12:12.336Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-15T08:12:12.336Z] ---> Running in 7791381726b7 [2020-10-15T08:12:12.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T08:12:13.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T08:12:14.166Z] OK: 166 MiB in 39 packages [2020-10-15T08:12:14.432Z] Removing intermediate container 7791381726b7 [2020-10-15T08:12:14.432Z] ---> 4f1b32ecd97a [2020-10-15T08:12:14.432Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-15T08:12:14.695Z] ---> Running in 3693ef9baf55 [2020-10-15T08:12:14.695Z] Removing intermediate container 3693ef9baf55 [2020-10-15T08:12:14.695Z] ---> f0c16470066b [2020-10-15T08:12:14.695Z] Step 7/8 : COPY . . [2020-10-15T08:12:14.755Z] 8529a6b9a6be: Pull complete [2020-10-15T08:12:14.756Z] 45590311c82a: Pull complete [2020-10-15T08:12:15.029Z] 69ca0ff8b7b3: Pull complete [2020-10-15T08:12:16.086Z] ---> 398793fd2f76 [2020-10-15T08:12:16.086Z] Step 8/8 : RUN go mod download [2020-10-15T08:12:16.086Z] ---> Running in 6f076f31b377 [2020-10-15T08:12:19.392Z] 209524e5b208: Pull complete [2020-10-15T08:12:19.392Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T08:12:19.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T08:12:19.392Z] ---> 5bddaf1c2fca [2020-10-15T08:12:19.392Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T08:12:22.044Z] ---> Running in 330ba003b0e5 [2020-10-15T08:12:22.044Z] Removing intermediate container 330ba003b0e5 [2020-10-15T08:12:22.044Z] ---> 215d7285f23a [2020-10-15T08:12:22.044Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:12:22.044Z] ---> Running in 900f95b12f15 [2020-10-15T08:12:24.690Z] Removing intermediate container 900f95b12f15 [2020-10-15T08:12:24.690Z] ---> c451e931ddb1 [2020-10-15T08:12:24.690Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-15T08:12:24.690Z] ---> Running in bf55acb59de4 [2020-10-15T08:12:26.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:12:27.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:12:28.075Z] OK: 142 MiB in 39 packages [2020-10-15T08:12:29.055Z] Removing intermediate container bf55acb59de4 [2020-10-15T08:12:29.055Z] ---> 13dfb73f6de2 [2020-10-15T08:12:29.055Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-15T08:12:29.055Z] ---> Running in 32d72351e6e7 [2020-10-15T08:12:29.658Z] Removing intermediate container 32d72351e6e7 [2020-10-15T08:12:29.658Z] ---> 39027a31d0a4 [2020-10-15T08:12:29.658Z] Step 7/8 : COPY . . [2020-10-15T08:12:31.105Z] ---> efe6a7076223 [2020-10-15T08:12:31.105Z] Step 8/8 : RUN go mod download [2020-10-15T08:12:31.105Z] ---> Running in a651f436d3cc [2020-10-15T08:12:34.256Z] Removing intermediate container 6f076f31b377 [2020-10-15T08:12:34.256Z] ---> 6526405f6fdc [2020-10-15T08:12:34.256Z] Successfully built 6526405f6fdc [2020-10-15T08:12:34.256Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:12:34.619Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T08:12:34.619Z] . [Pipeline] withDockerContainer [2020-10-15T08:12:34.734Z] prd-centos7-docker-4c-2g-5580 does not seem to be running inside a container [2020-10-15T08:12:34.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-15T08:12:35.536Z] $ docker top f9e8486b56f9a936df42f669a7472f0cbc719475aec90c5f3051cde0e9b73bb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:12:36.034Z] + go version [2020-10-15T08:12:36.034Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-15T08:12:36.053Z] $ docker stop --time=1 f9e8486b56f9a936df42f669a7472f0cbc719475aec90c5f3051cde0e9b73bb3 [2020-10-15T08:12:37.394Z] $ docker rm -f f9e8486b56f9a936df42f669a7472f0cbc719475aec90c5f3051cde0e9b73bb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:12:38.250Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T08:12:38.251Z] . [Pipeline] withDockerContainer [2020-10-15T08:12:38.419Z] prd-centos7-docker-4c-2g-5580 does not seem to be running inside a container [2020-10-15T08:12:38.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-15T08:12:39.112Z] $ docker top f251bbf5947ae455392ffab14d20ad437b5c7e4bac35c07077e0d01b214f089c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:12:39.618Z] + make test [2020-10-15T08:12:39.618Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-15T08:12:46.237Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-15T08:12:53.306Z] Removing intermediate container a651f436d3cc [2020-10-15T08:12:53.306Z] ---> c5c6f24b718d [2020-10-15T08:12:53.306Z] Successfully built c5c6f24b718d [2020-10-15T08:12:53.306Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:12:53.727Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T08:12:53.727Z] . [Pipeline] withDockerContainer [2020-10-15T08:12:53.958Z] prd-ubuntu18.04-docker-arm64-4c-16g-5579 does not seem to be running inside a container [2020-10-15T08:12:54.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T08:12:55.793Z] $ docker top a31747a3fecb48c8249603078efc2411db25e21b8b4aa24513103a422740c84f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:12:57.216Z] + go version [2020-10-15T08:12:57.216Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T08:12:57.239Z] $ docker stop --time=1 a31747a3fecb48c8249603078efc2411db25e21b8b4aa24513103a422740c84f [2020-10-15T08:12:59.244Z] $ docker rm -f a31747a3fecb48c8249603078efc2411db25e21b8b4aa24513103a422740c84f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:13:00.287Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T08:13:00.287Z] . [Pipeline] withDockerContainer [2020-10-15T08:13:00.573Z] prd-ubuntu18.04-docker-arm64-4c-16g-5579 does not seem to be running inside a container [2020-10-15T08:13:00.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T08:13:01.305Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-15T08:13:01.305Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-15T08:13:01.305Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-15T08:13:01.305Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.049s coverage: 21.6% of statements [2020-10-15T08:13:02.282Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.445s coverage: 97.1% of statements [2020-10-15T08:13:02.539Z] $ docker top 691db8edc24ba67972bf131781025ba4fb1de1d21bcba882bb8332a2e4793fcb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:13:03.957Z] + make test [2020-10-15T08:13:03.957Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-15T08:13:26.185Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-15T08:13:34.443Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.072s coverage: 9.4% of statements [2020-10-15T08:13:34.444Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.056s coverage: 21.9% of statements [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-15T08:13:34.444Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.213s coverage: 42.6% of statements [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-15T08:13:34.444Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.276s coverage: 68.9% of statements [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-15T08:13:34.444Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-15T08:13:34.444Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.319s coverage: 68.9% of statements [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-15T08:13:34.444Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-15T08:13:34.444Z] GO111MODULE=on go vet ./... [2020-10-15T08:13:41.105Z] gofmt -l . [2020-10-15T08:13:41.366Z] [ "`gofmt -l .`" = "" ] [2020-10-15T08:13:41.366Z] ./bin/test-attribution-txt.sh [2020-10-15T08:13:42.314Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-15T08:13:42.642Z] Stashed 1 file(s) [Pipeline] } [2020-10-15T08:13:42.650Z] $ docker stop --time=1 f251bbf5947ae455392ffab14d20ad437b5c7e4bac35c07077e0d01b214f089c [2020-10-15T08:13:44.573Z] $ docker rm -f f251bbf5947ae455392ffab14d20ad437b5c7e4bac35c07077e0d01b214f089c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-15T08:13:47.747Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-15T08:13:48.045Z] + ls -al . [2020-10-15T08:13:48.045Z] total 188 [2020-10-15T08:13:48.045Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 15 08:13 . [2020-10-15T08:13:48.045Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 15 08:11 .. [2020-10-15T08:13:48.045Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 15 08:11 bin [2020-10-15T08:13:48.045Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 15 08:13 coverage.out [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 15 08:11 Dockerfile.build [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 15 08:11 .dockerignore [2020-10-15T08:13:48.045Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 15 08:11 example [2020-10-15T08:13:48.045Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 15 08:11 .git [2020-10-15T08:13:48.045Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 15 08:11 .github [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 15 08:11 .gitignore [2020-10-15T08:13:48.045Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 15 08:13 go.mod [2020-10-15T08:13:48.045Z] -rw-r--r--. 1 jenkins jenkins 13652 Oct 15 08:13 go.sum [2020-10-15T08:13:48.045Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 15 08:11 internal [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 15 08:11 Jenkinsfile [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 15 08:11 LICENSE [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 15 08:11 Makefile [2020-10-15T08:13:48.045Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 15 08:11 openapi [2020-10-15T08:13:48.045Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 15 08:11 pkg [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 15 08:11 README.md [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 15 08:11 RELEASE-NOTES.txt [2020-10-15T08:13:48.045Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 15 08:11 snap [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 15 08:09 VERSION [2020-10-15T08:13:48.045Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 15 08:11 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:13:48.351Z] + 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=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc --label arch=amd64 --label version=0.0.0 . [2020-10-15T08:13:48.614Z] Sending build context to Docker daemon 2.446MB [2020-10-15T08:13:48.614Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-15T08:13:48.614Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-15T08:13:48.614Z] ---> 6526405f6fdc [2020-10-15T08:13:48.614Z] Step 3/24 : ARG MAKE='make build' [2020-10-15T08:13:49.192Z] ---> Running in 6fa9da9e316f [2020-10-15T08:13:49.192Z] Removing intermediate container 6fa9da9e316f [2020-10-15T08:13:49.192Z] ---> 5e84f9051615 [2020-10-15T08:13:49.192Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-15T08:13:49.455Z] ---> Running in e19ea66a7405 [2020-10-15T08:13:49.716Z] Removing intermediate container e19ea66a7405 [2020-10-15T08:13:49.716Z] ---> 5a4eb23e3b97 [2020-10-15T08:13:49.716Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T08:13:49.716Z] ---> Running in e45e991f3ff9 [2020-10-15T08:13:49.716Z] Removing intermediate container e45e991f3ff9 [2020-10-15T08:13:49.716Z] ---> b584c50c5012 [2020-10-15T08:13:49.716Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:13:49.987Z] ---> Running in 8f957d360abe [2020-10-15T08:13:50.935Z] Removing intermediate container 8f957d360abe [2020-10-15T08:13:50.935Z] ---> 48f2b93287ac [2020-10-15T08:13:50.935Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-15T08:13:50.935Z] ---> Running in ebd51a3fab9a [2020-10-15T08:13:51.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T08:13:52.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T08:13:52.669Z] OK: 166 MiB in 39 packages [2020-10-15T08:13:53.246Z] Removing intermediate container ebd51a3fab9a [2020-10-15T08:13:53.246Z] ---> 0a6ee79695e7 [2020-10-15T08:13:53.246Z] Step 8/24 : COPY . . [2020-10-15T08:13:54.193Z] ---> 0d5efdc07f14 [2020-10-15T08:13:54.193Z] Step 9/24 : RUN ${MAKE} [2020-10-15T08:13:54.457Z] ---> Running in 1dd273171e4d [2020-10-15T08:13:54.720Z] 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-10-15T08:14:02.970Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-15T08:14:05.259Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-15T08:14:05.259Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-15T08:14:05.259Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-15T08:14:05.259Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.152s coverage: 21.6% of statements [2020-10-15T08:14:05.531Z] Removing intermediate container 1dd273171e4d [2020-10-15T08:14:05.531Z] ---> c2f76850f242 [2020-10-15T08:14:05.531Z] Step 10/24 : FROM scratch [2020-10-15T08:14:05.531Z] ---> [2020-10-15T08:14:05.531Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T08:14:05.795Z] ---> Running in 5050ebeef211 [2020-10-15T08:14:05.795Z] Removing intermediate container 5050ebeef211 [2020-10-15T08:14:05.795Z] ---> 6b0c4f627bd6 [2020-10-15T08:14:05.795Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-15T08:14:05.795Z] ---> Running in 6506d19f6869 [2020-10-15T08:14:06.058Z] Removing intermediate container 6506d19f6869 [2020-10-15T08:14:06.058Z] ---> ac22b7dcde8f [2020-10-15T08:14:06.058Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T08:14:06.058Z] ---> Running in 8994c3944272 [2020-10-15T08:14:06.319Z] Removing intermediate container 8994c3944272 [2020-10-15T08:14:06.319Z] ---> 9b52ebc875f2 [2020-10-15T08:14:06.319Z] Step 14/24 : WORKDIR / [2020-10-15T08:14:06.319Z] ---> Running in 769647b30a2c [2020-10-15T08:14:06.319Z] Removing intermediate container 769647b30a2c [2020-10-15T08:14:06.319Z] ---> 541ebe7aa4c1 [2020-10-15T08:14:06.320Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-15T08:14:06.711Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.340s coverage: 97.1% of statements [2020-10-15T08:14:06.896Z] ---> bff5ce0fb987 [2020-10-15T08:14:06.896Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-15T08:14:07.159Z] ---> 544fabe1897b [2020-10-15T08:14:07.159Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-15T08:14:07.420Z] ---> df920e73ac11 [2020-10-15T08:14:07.420Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-15T08:14:07.683Z] ---> cee4014d6e06 [2020-10-15T08:14:07.683Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-15T08:14:07.945Z] ---> 09256e870de9 [2020-10-15T08:14:07.945Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-15T08:14:07.945Z] ---> Running in 1e45fb9be806 [2020-10-15T08:14:08.207Z] Removing intermediate container 1e45fb9be806 [2020-10-15T08:14:08.207Z] ---> 7e689a8a932c [2020-10-15T08:14:08.207Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:14:08.207Z] ---> Running in 43c7b902076c [2020-10-15T08:14:08.207Z] Removing intermediate container 43c7b902076c [2020-10-15T08:14:08.207Z] ---> b229afff4fde [2020-10-15T08:14:08.207Z] Step 22/24 : LABEL arch=amd64 [2020-10-15T08:14:08.468Z] ---> Running in 7c3f2ae5051e [2020-10-15T08:14:08.468Z] Removing intermediate container 7c3f2ae5051e [2020-10-15T08:14:08.468Z] ---> d351f6eaebd8 [2020-10-15T08:14:08.468Z] Step 23/24 : LABEL git_sha=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [2020-10-15T08:14:08.730Z] ---> Running in ef633b1319e6 [2020-10-15T08:14:08.994Z] Removing intermediate container ef633b1319e6 [2020-10-15T08:14:08.994Z] ---> 0a66824a8788 [2020-10-15T08:14:08.994Z] Step 24/24 : LABEL version=0.0.0 [2020-10-15T08:14:08.994Z] ---> Running in 19f1ac36bcaa [2020-10-15T08:14:09.256Z] Removing intermediate container 19f1ac36bcaa [2020-10-15T08:14:09.256Z] ---> bdaf33a34d9e [2020-10-15T08:14:09.256Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-15T08:14:09.256Z] Successfully built bdaf33a34d9e [2020-10-15T08:14:09.256Z] 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-10-15T08:14:39.063Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.142s coverage: 9.4% of statements [2020-10-15T08:14:39.064Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.102s coverage: 21.9% of statements [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-15T08:14:39.064Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.554s coverage: 42.6% of statements [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-15T08:14:39.064Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.762s coverage: 68.9% of statements [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-15T08:14:39.064Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.177s coverage: 52.6% of statements [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-15T08:14:39.064Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.632s coverage: 68.9% of statements [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-15T08:14:39.064Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-15T08:14:39.064Z] GO111MODULE=on go vet ./... [2020-10-15T08:15:05.923Z] gofmt -l . [2020-10-15T08:15:06.519Z] [ "`gofmt -l .`" = "" ] [2020-10-15T08:15:06.796Z] ./bin/test-attribution-txt.sh [2020-10-15T08:15:07.778Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-15T08:15:08.073Z] Warning: overwriting stash ‘coverage-report’ [2020-10-15T08:15:09.065Z] Stashed 1 file(s) [Pipeline] } [2020-10-15T08:15:09.072Z] $ docker stop --time=1 691db8edc24ba67972bf131781025ba4fb1de1d21bcba882bb8332a2e4793fcb [2020-10-15T08:15:11.487Z] $ docker rm -f 691db8edc24ba67972bf131781025ba4fb1de1d21bcba882bb8332a2e4793fcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-15T08:15:12.958Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-15T08:15:13.335Z] + ls -al . [2020-10-15T08:15:13.336Z] total 224 [2020-10-15T08:15:13.336Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 15 08:15 . [2020-10-15T08:15:13.336Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 .. [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 15 08:11 .dockerignore [2020-10-15T08:15:13.336Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 08:11 .git [2020-10-15T08:15:13.336Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 08:11 .github [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 15 08:11 .gitignore [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 15 08:11 Dockerfile.build [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 15 08:11 Jenkinsfile [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 15 08:11 LICENSE [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 15 08:11 Makefile [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 15 08:11 README.md [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 15 08:11 RELEASE-NOTES.txt [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 15 08:09 VERSION [2020-10-15T08:15:13.336Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 08:11 bin [2020-10-15T08:15:13.336Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 15 08:14 coverage.out [2020-10-15T08:15:13.336Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 example [2020-10-15T08:15:13.336Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 15 08:15 go.mod [2020-10-15T08:15:13.336Z] -rw-r--r-- 1 jenkins jenkins 13652 Oct 15 08:15 go.sum [2020-10-15T08:15:13.336Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 15 08:11 internal [2020-10-15T08:15:13.336Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 openapi [2020-10-15T08:15:13.336Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 08:11 pkg [2020-10-15T08:15:13.336Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 snap [2020-10-15T08:15:13.336Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 15 08:11 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:15:13.691Z] + 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=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc --label arch=arm64 --label version=0.0.0 . [2020-10-15T08:15:14.361Z] Sending build context to Docker daemon 2.446MB [2020-10-15T08:15:14.361Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-15T08:15:14.361Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-15T08:15:14.361Z] ---> c5c6f24b718d [2020-10-15T08:15:14.361Z] Step 3/24 : ARG MAKE='make build' [2020-10-15T08:15:14.635Z] ---> Running in 180f630e8e66 [2020-10-15T08:15:14.910Z] Removing intermediate container 180f630e8e66 [2020-10-15T08:15:14.910Z] ---> 6a430a0bd98d [2020-10-15T08:15:14.910Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-15T08:15:15.183Z] ---> Running in 4ae954864aa6 [2020-10-15T08:15:15.456Z] Removing intermediate container 4ae954864aa6 [2020-10-15T08:15:15.456Z] ---> fea3a6288eb6 [2020-10-15T08:15:15.456Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T08:15:15.727Z] ---> Running in 80b26c34826b [2020-10-15T08:15:15.999Z] Removing intermediate container 80b26c34826b [2020-10-15T08:15:15.999Z] ---> ab604679fbb5 [2020-10-15T08:15:15.999Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:15:16.273Z] ---> Running in 052eb6a89c5c [2020-10-15T08:15:18.897Z] Removing intermediate container 052eb6a89c5c [2020-10-15T08:15:18.897Z] ---> 9dafcf06eb2f [2020-10-15T08:15:18.897Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-15T08:15:18.897Z] ---> Running in b7cf767f1526 [2020-10-15T08:15:20.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:15:20.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:15:21.893Z] OK: 142 MiB in 39 packages [2020-10-15T08:15:22.873Z] Removing intermediate container b7cf767f1526 [2020-10-15T08:15:22.873Z] ---> 4517846604a1 [2020-10-15T08:15:22.873Z] Step 8/24 : COPY . . [2020-10-15T08:15:24.313Z] ---> 010932011e5a [2020-10-15T08:15:24.313Z] Step 9/24 : RUN ${MAKE} [2020-10-15T08:15:24.588Z] ---> Running in 207894ddc4b6 [2020-10-15T08:15:26.020Z] 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-10-15T08:15:52.861Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-15T08:15:52.861Z] Removing intermediate container 207894ddc4b6 [2020-10-15T08:15:52.861Z] ---> 7a0e62f712b0 [2020-10-15T08:15:52.861Z] Step 10/24 : FROM scratch [2020-10-15T08:15:52.861Z] ---> [2020-10-15T08:15:52.861Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T08:15:52.861Z] ---> Running in efcee4ab98bd [2020-10-15T08:15:52.861Z] Removing intermediate container efcee4ab98bd [2020-10-15T08:15:52.861Z] ---> 079af2ba676e [2020-10-15T08:15:52.861Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-15T08:15:52.861Z] ---> Running in 17adb7ec3193 [2020-10-15T08:15:53.455Z] Removing intermediate container 17adb7ec3193 [2020-10-15T08:15:53.455Z] ---> 225b3c6e351c [2020-10-15T08:15:53.455Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T08:15:53.455Z] ---> Running in 7a26d6c2b7ff [2020-10-15T08:15:54.054Z] Removing intermediate container 7a26d6c2b7ff [2020-10-15T08:15:54.054Z] ---> e684504d0909 [2020-10-15T08:15:54.054Z] Step 14/24 : WORKDIR / [2020-10-15T08:15:54.054Z] ---> Running in 438eef3711ff [2020-10-15T08:15:54.669Z] Removing intermediate container 438eef3711ff [2020-10-15T08:15:54.669Z] ---> 2d9f0ffdda0f [2020-10-15T08:15:54.669Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-15T08:15:55.658Z] ---> 97795d308b2f [2020-10-15T08:15:55.658Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-15T08:15:56.641Z] ---> 238da0514377 [2020-10-15T08:15:56.642Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-15T08:15:57.235Z] ---> b147ae4a3c3c [2020-10-15T08:15:57.235Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-15T08:15:57.829Z] ---> e85ac7f53dfc [2020-10-15T08:15:57.829Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-15T08:15:58.423Z] ---> 4039ee06a347 [2020-10-15T08:15:58.423Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-15T08:15:58.694Z] ---> Running in 1bd0c483e9d0 [2020-10-15T08:15:58.966Z] Removing intermediate container 1bd0c483e9d0 [2020-10-15T08:15:58.966Z] ---> abc5135b076d [2020-10-15T08:15:58.966Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:15:59.237Z] ---> Running in 26fa0cef0ced [2020-10-15T08:15:59.508Z] Removing intermediate container 26fa0cef0ced [2020-10-15T08:15:59.508Z] ---> 720cf7c67a74 [2020-10-15T08:15:59.508Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T08:15:59.780Z] ---> Running in 80c9ab1f7de2 [2020-10-15T08:16:00.050Z] Removing intermediate container 80c9ab1f7de2 [2020-10-15T08:16:00.050Z] ---> 98ec29879d8c [2020-10-15T08:16:00.050Z] Step 23/24 : LABEL git_sha=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [2020-10-15T08:16:00.321Z] ---> Running in 2fcba46233ec [2020-10-15T08:16:00.590Z] Removing intermediate container 2fcba46233ec [2020-10-15T08:16:00.590Z] ---> 2e634ab224b1 [2020-10-15T08:16:00.590Z] Step 24/24 : LABEL version=0.0.0 [2020-10-15T08:16:00.862Z] ---> Running in dbe05dff0235 [2020-10-15T08:16:01.133Z] Removing intermediate container dbe05dff0235 [2020-10-15T08:16:01.133Z] ---> ee491be29aa5 [2020-10-15T08:16:01.133Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-15T08:16:01.133Z] Successfully built ee491be29aa5 [2020-10-15T08:16:01.133Z] 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] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-15T08:16:03.508Z] provisioning config files... [2020-10-15T08:16:03.543Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/config4868682311299355456tmp [Pipeline] { [Pipeline] sh [2020-10-15T08:16:04.031Z] + set +x [2020-10-15T08:16:04.031Z] + bash -s -- [2020-10-15T08:16:04.031Z] + curl -s https://codecov.io/bash [2020-10-15T08:16:04.347Z] [2020-10-15T08:16:04.347Z] _____ _ [2020-10-15T08:16:04.347Z] / ____| | | [2020-10-15T08:16:04.347Z] | | ___ __| | ___ ___ _____ __ [2020-10-15T08:16:04.347Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-15T08:16:04.347Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-15T08:16:04.347Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-15T08:16:04.347Z] Bash-20201009-048fee3 [2020-10-15T08:16:04.347Z] [2020-10-15T08:16:04.347Z] [2020-10-15T08:16:04.347Z] ==> Jenkins CI detected. [2020-10-15T08:16:04.347Z] project root: . [2020-10-15T08:16:04.347Z] --> token set from env [2020-10-15T08:16:04.679Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-15T08:16:04.679Z] ==> Running gcov in . (disable via -X gcov) [2020-10-15T08:16:04.679Z] find: ‘./.semver’: Permission denied [2020-10-15T08:16:04.679Z] ==> Python coveragepy not found [2020-10-15T08:16:04.679Z] ==> Searching for coverage reports in: [2020-10-15T08:16:04.679Z] + . [2020-10-15T08:16:04.679Z] -> Found 1 reports [2020-10-15T08:16:04.679Z] ==> Detecting git/mercurial file structure [2020-10-15T08:16:04.679Z] ==> Reading reports [2020-10-15T08:16:04.679Z] + ./coverage.out bytes=110398 [2020-10-15T08:16:04.679Z] ==> Appending adjustments [2020-10-15T08:16:04.679Z] https://docs.codecov.io/docs/fixing-reports [2020-10-15T08:16:05.747Z] find: ‘./.semver’: Permission denied [2020-10-15T08:16:05.747Z] find: ‘./.semver’: Permission denied [2020-10-15T08:16:05.747Z] find: ‘./.semver’: Permission denied [2020-10-15T08:16:05.747Z] [2020-10-15T08:16:05.747Z] + Found adjustments [2020-10-15T08:16:05.747Z] ==> Gzipping contents [2020-10-15T08:16:05.747Z] ==> Uploading reports [2020-10-15T08:16:05.747Z] url: https://codecov.io [2020-10-15T08:16:05.747Z] query: branch=PR-605&commit=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-605%2F17%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=605&job=&cmd_args= [2020-10-15T08:16:05.747Z] -> Pinging Codecov [2020-10-15T08:16:05.747Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-605&commit=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-605%2F17%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=605&job=&cmd_args= [2020-10-15T08:16:06.017Z] -> Uploading to [2020-10-15T08:16:06.017Z] [2020-10-15T08:16:06.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T08:16:06.017Z] Dload Upload Total Spent Left Speed [2020-10-15T08:16:06.017Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-15T08:16:06.017Z] X> Failed to upload [2020-10-15T08:16:06.017Z] ==> Uploading to Codecov [2020-10-15T08:16:06.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T08:16:06.017Z] Dload Upload Total Spent Left Speed [2020-10-15T08:16:07.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 19134 0 0 100 19024 0 25738 --:--:-- --:--:-- --:--:-- 25742 100 19134 100 110 100 19024 148 25726 --:--:-- --:--:-- --:--:-- 25708 [2020-10-15T08:16:07.019Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [Pipeline] } [2020-10-15T08:16:07.045Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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-10-15T08:16:09.688Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:16:10.335Z] ---> package-listing.sh [2020-10-15T08:16:10.335Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T08:16:10.335Z] ++ facter osfamily [2020-10-15T08:16:10.336Z] + OS_FAMILY=redhat [2020-10-15T08:16:10.336Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-605 [2020-10-15T08:16:10.336Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T08:16:10.336Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T08:16:10.336Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T08:16:10.336Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T08:16:10.336Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-605 ']' [2020-10-15T08:16:10.336Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T08:16:10.336Z] + case "${OS_FAMILY}" in [2020-10-15T08:16:10.336Z] + rpm -qa [2020-10-15T08:16:10.336Z] + sort [2020-10-15T08:16:15.770Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T08:16:15.770Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T08:16:15.770Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T08:16:15.770Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-605 ']' [2020-10-15T08:16:15.770Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-605/archives/ [2020-10-15T08:16:15.770Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-605/archives/ [Pipeline] echo [2020-10-15T08:16:15.788Z] 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-605/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T08:16:16.096Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:16:16.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T08:16:16.711Z] [2020-10-15T08:16:16.711Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:16:17.121Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T08:16:17.121Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T08:16:17.121Z] df20fa9351a1: Pulling fs layer [2020-10-15T08:16:17.121Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T08:16:17.121Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T08:16:17.121Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T08:16:17.121Z] 93b61091891f: Pulling fs layer [2020-10-15T08:16:17.121Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T08:16:17.121Z] 5e14af77c1be: Pulling fs layer [2020-10-15T08:16:17.121Z] 01666e4c0597: Pulling fs layer [2020-10-15T08:16:17.121Z] aa168da1d23b: Pulling fs layer [2020-10-15T08:16:17.121Z] 46f8f816bc3b: Waiting [2020-10-15T08:16:17.121Z] 93b61091891f: Waiting [2020-10-15T08:16:17.121Z] 93b9cdb0e59b: Waiting [2020-10-15T08:16:17.121Z] 5e14af77c1be: Waiting [2020-10-15T08:16:17.121Z] 01666e4c0597: Waiting [2020-10-15T08:16:17.121Z] aa168da1d23b: Waiting [2020-10-15T08:16:17.416Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T08:16:17.416Z] 36b3adc4ff6f: Download complete [2020-10-15T08:16:17.416Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T08:16:17.416Z] 46f8f816bc3b: Download complete [2020-10-15T08:16:17.728Z] df20fa9351a1: Verifying Checksum [2020-10-15T08:16:17.728Z] df20fa9351a1: Download complete [2020-10-15T08:16:17.728Z] 93b61091891f: Verifying Checksum [2020-10-15T08:16:17.728Z] 93b61091891f: Download complete [2020-10-15T08:16:17.728Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T08:16:17.728Z] 93b9cdb0e59b: Download complete [2020-10-15T08:16:17.728Z] 5e14af77c1be: Verifying Checksum [2020-10-15T08:16:17.728Z] 5e14af77c1be: Download complete [2020-10-15T08:16:17.728Z] 01666e4c0597: Verifying Checksum [2020-10-15T08:16:17.728Z] 01666e4c0597: Download complete [2020-10-15T08:16:18.747Z] df20fa9351a1: Pull complete [2020-10-15T08:16:19.018Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T08:16:19.018Z] 8ad3a11d3b57: Download complete [2020-10-15T08:16:19.443Z] 36b3adc4ff6f: Pull complete [2020-10-15T08:16:21.057Z] 8ad3a11d3b57: Pull complete [2020-10-15T08:16:21.057Z] 46f8f816bc3b: Pull complete [2020-10-15T08:16:22.205Z] 93b61091891f: Pull complete [2020-10-15T08:16:22.497Z] 93b9cdb0e59b: Pull complete [2020-10-15T08:16:22.799Z] 5e14af77c1be: Pull complete [2020-10-15T08:16:23.441Z] 01666e4c0597: Pull complete [2020-10-15T08:16:26.446Z] aa168da1d23b: Verifying Checksum [2020-10-15T08:16:26.446Z] aa168da1d23b: Download complete [2020-10-15T08:16:39.549Z] aa168da1d23b: Pull complete [2020-10-15T08:16:39.549Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T08:16:39.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T08:16:39.549Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T08:16:40.196Z] prd-centos7-docker-4c-2g-5577 does not seem to be running inside a container [2020-10-15T08:16:40.386Z] $ 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-605/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-605 -v /w/workspace/dgexfoundry_device-sdk-go_PR-605:/w/workspace/dgexfoundry_device-sdk-go_PR-605:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T08:16:46.851Z] $ docker top 2cbde9a307f2b7136c6c5c3980331f3c2de4b5444632ff70c3707d6aaa27857f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:16:47.559Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T08:16:47.944Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T08:16:48.257Z] + ls /var/log/sa-host [2020-10-15T08:16:48.257Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T08:16:48.257Z] file_magic: OK [2020-10-15T08:16:48.257Z] HZ: Using current value: 100 [2020-10-15T08:16:48.257Z] file_header: OK [2020-10-15T08:16:48.257Z] 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-10-15T08:16:48.257Z] Statistics: [2020-10-15T08:16:48.257Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T08:16:48.257Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T08:16:48.257Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T08:16:48.257Z] file_magic: OK [2020-10-15T08:16:48.257Z] HZ: Using current value: 100 [2020-10-15T08:16:48.257Z] file_header: OK [2020-10-15T08:16:48.257Z] 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-10-15T08:16:48.257Z] Statistics: [2020-10-15T08:16:48.257Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T08:16:48.257Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T08:16:48.471Z] provisioning config files... [2020-10-15T08:16:48.497Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/config3024727936014723413tmp [Pipeline] { [Pipeline] echo [2020-10-15T08:16:48.565Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:16:48.897Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T08:16:48.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T08:16:49.015Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:16:49.330Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T08:16:49.344Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:16:49.648Z] ---> sudo-logs.sh [2020-10-15T08:16:49.648Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T08:16:49.660Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:16:49.987Z] ---> job-cost.sh [2020-10-15T08:16:49.987Z] lf-activate-venv: SKIPPING [2020-10-15T08:16:49.987Z] INFO: No Stack... [2020-10-15T08:16:51.476Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T08:16:51.745Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T08:16:51.783Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:16:52.144Z] ---> logs-deploy.sh [2020-10-15T08:16:52.144Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-605/17 [2020-10-15T08:16:52.144Z] INFO: archiving workspace using pattern(s): [2020-10-15T08:16:55.501Z] Archives upload complete. [2020-10-15T08:16:55.772Z] INFO: archiving logs to Nexus [2020-10-15T08:16:57.196Z] ---> uname -a: [2020-10-15T08:16:57.196Z] Linux prd-centos7-docker-4c-2g-5577.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] ---> lscpu: [2020-10-15T08:16:57.196Z] Architecture: x86_64 [2020-10-15T08:16:57.196Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-15T08:16:57.196Z] Byte Order: Little Endian [2020-10-15T08:16:57.196Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-15T08:16:57.196Z] CPU(s): 4 [2020-10-15T08:16:57.196Z] On-line CPU(s) list: 0-3 [2020-10-15T08:16:57.196Z] Thread(s) per core: 1 [2020-10-15T08:16:57.196Z] Core(s) per socket: 1 [2020-10-15T08:16:57.196Z] Socket(s): 4 [2020-10-15T08:16:57.196Z] NUMA node(s): 1 [2020-10-15T08:16:57.196Z] Vendor ID: GenuineIntel [2020-10-15T08:16:57.196Z] CPU family: 6 [2020-10-15T08:16:57.196Z] Model: 44 [2020-10-15T08:16:57.196Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-15T08:16:57.196Z] Stepping: 1 [2020-10-15T08:16:57.196Z] CPU MHz: 2933.438 [2020-10-15T08:16:57.196Z] BogoMIPS: 5866.87 [2020-10-15T08:16:57.196Z] Virtualization: VT-x [2020-10-15T08:16:57.196Z] Hypervisor vendor: KVM [2020-10-15T08:16:57.196Z] Virtualization type: full [2020-10-15T08:16:57.196Z] L1d cache: 128 KiB [2020-10-15T08:16:57.196Z] L1i cache: 128 KiB [2020-10-15T08:16:57.196Z] L2 cache: 16 MiB [2020-10-15T08:16:57.196Z] L3 cache: 64 MiB [2020-10-15T08:16:57.196Z] NUMA node0 CPU(s): 0-3 [2020-10-15T08:16:57.196Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-15T08:16:57.196Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-15T08:16:57.196Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-15T08:16:57.196Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-15T08:16:57.196Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-15T08:16:57.196Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-15T08:16:57.196Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-15T08:16:57.196Z] Vulnerability Tsx async abort: Not affected [2020-10-15T08:16:57.196Z] 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-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] ---> nproc: [2020-10-15T08:16:57.196Z] 4 [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] ---> df -h: [2020-10-15T08:16:57.196Z] Filesystem Size Used Available Use% Mounted on [2020-10-15T08:16:57.196Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-15T08:16:57.196Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-15T08:16:57.196Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-15T08:16:57.196Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-605 [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp [2020-10-15T08:16:57.196Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] ---> free -m: [2020-10-15T08:16:57.196Z] total used free shared buff/cache available [2020-10-15T08:16:57.196Z] Mem: 1837 691 115 0 1030 1043 [2020-10-15T08:16:57.196Z] Swap: 1023 1 1022 [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] ---> ip addr: [2020-10-15T08:16:57.196Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-15T08:16:57.196Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-15T08:16:57.196Z] inet 127.0.0.1/8 scope host lo [2020-10-15T08:16:57.196Z] valid_lft forever preferred_lft forever [2020-10-15T08:16:57.196Z] inet6 ::1/128 scope host [2020-10-15T08:16:57.196Z] valid_lft forever preferred_lft forever [2020-10-15T08:16:57.196Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-15T08:16:57.196Z] link/ether fa:16:3e:fb:90:8f brd ff:ff:ff:ff:ff:ff [2020-10-15T08:16:57.196Z] inet 10.30.123.127/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-15T08:16:57.196Z] valid_lft 85846sec preferred_lft 85846sec [2020-10-15T08:16:57.196Z] inet6 fe80::f816:3eff:fefb:908f/64 scope link [2020-10-15T08:16:57.196Z] valid_lft forever preferred_lft forever [2020-10-15T08:16:57.196Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-15T08:16:57.196Z] link/ether 02:42:dc:bd:8a:43 brd ff:ff:ff:ff:ff:ff [2020-10-15T08:16:57.196Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-15T08:16:57.196Z] valid_lft forever preferred_lft forever [2020-10-15T08:16:57.196Z] inet6 fe80::42:dcff:febd:8a43/64 scope link [2020-10-15T08:16:57.196Z] valid_lft forever preferred_lft forever [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] ---> sar -b -r -n DEV: [2020-10-15T08:16:57.196Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] 08:07:23 LINUX RESTART (4 CPU) [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] 08:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-15T08:16:57.196Z] 08:09:02 126.64 43.56 83.08 0.00 7521.96 39459.89 0.00 [2020-10-15T08:16:57.196Z] 08:10:01 3.45 0.88 2.57 0.00 45.89 58.44 0.00 [2020-10-15T08:16:57.196Z] 08:11:01 0.35 0.00 0.35 0.00 0.00 4.61 0.00 [2020-10-15T08:16:57.196Z] 08:12:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 [2020-10-15T08:16:57.196Z] 08:13:01 0.20 0.00 0.20 0.00 0.00 2.91 0.00 [2020-10-15T08:16:57.196Z] 08:14:01 0.32 0.00 0.32 0.00 0.00 4.56 0.00 [2020-10-15T08:16:57.196Z] 08:15:01 0.33 0.02 0.32 0.00 0.13 4.08 0.00 [2020-10-15T08:16:57.196Z] 08:16:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 [2020-10-15T08:16:57.196Z] Average: 16.54 5.58 10.95 0.00 950.52 4966.46 0.00 [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] 08:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-15T08:16:57.196Z] 08:09:02 153808 0 595084 31.63 2620 1130044 1169776 39.92 446816 1120896 96 [2020-10-15T08:16:57.196Z] 08:10:01 150644 0 596772 31.72 2620 1131520 1168156 39.87 449920 1121748 20 [2020-10-15T08:16:57.196Z] 08:11:01 162880 0 584528 31.07 2620 1131528 1078060 36.79 444460 1116076 0 [2020-10-15T08:16:57.196Z] 08:12:01 159088 0 588320 31.27 2620 1131528 1078276 36.80 449320 1115320 0 [2020-10-15T08:16:57.196Z] 08:13:01 160300 0 587100 31.20 2620 1131536 1078060 36.79 454596 1109008 8 [2020-10-15T08:16:57.196Z] 08:14:01 159820 0 587572 31.23 2620 1131544 1078068 36.79 455072 1109008 8 [2020-10-15T08:16:57.196Z] 08:15:01 160276 0 587112 31.20 2620 1131548 1078060 36.79 454632 1109008 8 [2020-10-15T08:16:57.196Z] 08:16:01 160284 0 587096 31.20 2620 1131556 1078060 36.79 452288 1111368 8 [2020-10-15T08:16:57.196Z] Average: 158388 0 589198 31.31 2620 1131350 1100814 37.57 450888 1114054 18 [2020-10-15T08:16:57.196Z] [2020-10-15T08:16:57.196Z] 08:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-15T08:16:57.196Z] 08:09:02 eth0 247.36 184.80 1062.18 87.73 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.196Z] 08:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:09:02 docker0 8.63 7.23 1.20 19.59 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:10:01 eth0 2.88 2.39 4.55 0.77 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:11:01 eth0 0.88 0.08 0.07 0.04 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:12:01 eth0 0.98 0.38 0.32 0.21 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:13:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:14:01 eth0 0.33 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] Average: eth0 31.74 23.62 134.05 11.16 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] Average: docker0 1.08 0.91 0.15 2.46 0.00 0.00 0.00 0.00 [2020-10-15T08:16:57.197Z] [2020-10-15T08:16:57.197Z] [2020-10-15T08:16:57.197Z] ---> sar -P ALL: [2020-10-15T08:16:57.197Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T08:16:57.197Z] [2020-10-15T08:16:57.197Z] 08:07:23 LINUX RESTART (4 CPU) [2020-10-15T08:16:57.197Z] [2020-10-15T08:16:57.197Z] 08:08:01 CPU %user %nice %system %iowait %steal %idle [2020-10-15T08:16:57.197Z] 08:09:02 all 13.32 0.00 7.52 3.06 19.01 57.09 [2020-10-15T08:16:57.197Z] 08:09:02 0 14.83 0.00 10.13 1.26 20.26 53.52 [2020-10-15T08:16:57.197Z] 08:09:02 1 12.68 0.00 7.36 5.21 19.18 55.56 [2020-10-15T08:16:57.197Z] 08:09:02 2 10.58 0.00 6.65 3.00 19.06 60.71 [2020-10-15T08:16:57.197Z] 08:09:02 3 15.27 0.00 6.02 2.67 17.57 58.46 [2020-10-15T08:16:57.197Z] 08:10:01 all 0.23 0.00 0.07 0.02 0.82 98.87 [2020-10-15T08:16:57.197Z] 08:10:01 0 0.19 0.00 0.05 0.07 1.01 98.69 [2020-10-15T08:16:57.197Z] 08:10:01 1 0.10 0.00 0.05 0.00 0.67 99.17 [2020-10-15T08:16:57.197Z] 08:10:01 2 0.12 0.00 0.07 0.00 0.86 98.95 [2020-10-15T08:16:57.197Z] 08:10:01 3 0.51 0.00 0.12 0.00 0.73 98.65 [2020-10-15T08:16:57.197Z] 08:11:01 all 0.10 0.00 0.04 0.00 0.30 99.55 [2020-10-15T08:16:57.197Z] 08:11:01 0 0.05 0.00 0.03 0.00 0.23 99.68 [2020-10-15T08:16:57.197Z] 08:11:01 1 0.03 0.00 0.05 0.00 0.37 99.55 [2020-10-15T08:16:57.197Z] 08:11:01 2 0.05 0.00 0.03 0.00 0.32 99.60 [2020-10-15T08:16:57.197Z] 08:11:01 3 0.28 0.00 0.03 0.00 0.30 99.38 [2020-10-15T08:16:57.197Z] 08:12:01 all 0.10 0.00 0.03 0.00 0.27 99.61 [2020-10-15T08:16:57.197Z] 08:12:01 0 0.00 0.00 0.03 0.00 0.18 99.78 [2020-10-15T08:16:57.197Z] 08:12:01 1 0.05 0.00 0.03 0.00 0.40 99.52 [2020-10-15T08:16:57.197Z] 08:12:01 2 0.02 0.00 0.03 0.00 0.23 99.72 [2020-10-15T08:16:57.197Z] 08:12:01 3 0.32 0.00 0.02 0.00 0.25 99.42 [2020-10-15T08:16:57.197Z] 08:13:01 all 0.10 0.00 0.04 0.00 0.30 99.57 [2020-10-15T08:16:57.197Z] 08:13:01 0 0.03 0.00 0.02 0.00 0.46 99.49 [2020-10-15T08:16:57.197Z] 08:13:01 1 0.03 0.00 0.05 0.00 0.27 99.65 [2020-10-15T08:16:57.197Z] 08:13:01 2 0.03 0.00 0.05 0.00 0.15 99.77 [2020-10-15T08:16:57.197Z] 08:13:01 3 0.28 0.00 0.03 0.00 0.30 99.38 [2020-10-15T08:16:57.197Z] 08:14:01 all 0.09 0.00 0.03 0.00 0.12 99.76 [2020-10-15T08:16:57.197Z] 08:14:01 0 0.02 0.00 0.03 0.00 0.08 99.87 [2020-10-15T08:16:57.197Z] 08:14:01 1 0.02 0.00 0.03 0.00 0.10 99.85 [2020-10-15T08:16:57.197Z] 08:14:01 2 0.03 0.00 0.03 0.00 0.17 99.77 [2020-10-15T08:16:57.197Z] 08:14:01 3 0.28 0.00 0.03 0.00 0.13 99.55 [2020-10-15T08:16:57.197Z] 08:15:01 all 0.09 0.00 0.03 0.00 0.25 99.63 [2020-10-15T08:16:57.197Z] 08:15:01 0 0.03 0.00 0.03 0.00 0.13 99.80 [2020-10-15T08:16:57.197Z] 08:15:01 1 0.02 0.00 0.03 0.00 0.28 99.67 [2020-10-15T08:16:57.197Z] 08:15:01 2 0.02 0.00 0.03 0.00 0.40 99.55 [2020-10-15T08:16:57.197Z] 08:15:01 3 0.30 0.00 0.02 0.00 0.20 99.48 [2020-10-15T08:16:57.197Z] 08:16:01 all 0.10 0.00 0.02 0.00 0.35 99.52 [2020-10-15T08:16:57.197Z] 08:16:01 0 0.05 0.00 0.03 0.00 0.33 99.58 [2020-10-15T08:16:57.197Z] 08:16:01 1 0.02 0.00 0.02 0.00 0.22 99.75 [2020-10-15T08:16:57.197Z] 08:16:01 2 0.03 0.00 0.02 0.00 0.27 99.68 [2020-10-15T08:16:57.197Z] 08:16:01 3 0.32 0.00 0.03 0.00 0.58 99.07 [2020-10-15T08:16:57.197Z] Average: all 1.80 0.00 0.99 0.39 2.72 94.10 [2020-10-15T08:16:57.197Z] Average: 0 1.89 0.00 1.29 0.16 2.83 93.83 [2020-10-15T08:16:57.197Z] Average: 1 1.67 0.00 0.98 0.67 2.77 93.90 [2020-10-15T08:16:57.197Z] Average: 2 1.40 0.00 0.89 0.39 2.76 94.56 [2020-10-15T08:16:57.197Z] Average: 3 2.22 0.00 0.80 0.34 2.54 94.10 [2020-10-15T08:16:57.197Z] [2020-10-15T08:16:57.197Z] [2020-10-15T08:16:57.197Z]