Pull request #582 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2c68ec273215b3839fa79913927ed9c700821ef+34586eebf1e8dc7164860841d693f6652cfed50d (a1b10a94248ade175ce59147df6ac87123f1863b) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [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] ========================================================= [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: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43282 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-582 # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef Merge succeeded, producing b2c68ec273215b3839fa79913927ed9c700821ef Checking out Revision b2c68ec273215b3839fa79913927ed9c700821ef (PR-582) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # 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 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T10:27:35.251Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T10:27:35.469Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 1d2c81029f0f7629bd95555b5541e500469cf9cd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T10:27:35.572Z] ========================================================= [2020-09-15T10:27:35.572Z] EdgeX Global Pipelines Version Info [2020-09-15T10:27:35.572Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:27:38.304Z] ------------------- [2020-09-15T10:27:38.304Z] stable info: [2020-09-15T10:27:38.304Z] ------------------- [2020-09-15T10:27:38.304Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T10:27:38.304Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T10:27:38.304Z] Message: update stable to v1.0.119 [2020-09-15T10:27:38.877Z] ------------------- [2020-09-15T10:27:38.877Z] experimental info: [2020-09-15T10:27:38.877Z] ------------------- [2020-09-15T10:27:38.877Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T10:27:38.877Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T10:27:38.877Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T10:27:39.242Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T10:27:39.362Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T10:27:39.465Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T10:27:39.556Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T10:27:39.650Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T10:27:39.744Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T10:27:39.836Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T10:27:39.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T10:27:40.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T10:27:40.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T10:27:40.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T10:27:40.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T10:27:40.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T10:27:40.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T10:27:40.922Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T10:27:41.021Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T10:27:41.130Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T10:27:41.235Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T10:27:41.328Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T10:27:41.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T10:27:41.535Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T10:27:41.632Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T10:27:41.722Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo [2020-09-15T10:27:41.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo [2020-09-15T10:27:41.907Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo [2020-09-15T10:27:42.088Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b2c68ec273215b3839fa79913927ed9c700821ef [Pipeline] echo [2020-09-15T10:27:42.183Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b2c68ec [Pipeline] echo [2020-09-15T10:27:42.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T10:27:42.855Z] + git log --format=format:%s -1 b2c68ec273215b3839fa79913927ed9c700821ef [Pipeline] echo [2020-09-15T10:27:42.938Z] GIT_COMMIT: b2c68ec273215b3839fa79913927ed9c700821ef, Commit Message: build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 [Pipeline] echo [2020-09-15T10:27:42.986Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:27:43.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T10:27:43.847Z] [2020-09-15T10:27:43.847Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:27:44.207Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T10:27:44.207Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T10:27:44.207Z] 31603596830f: Pulling fs layer [2020-09-15T10:27:44.207Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T10:27:44.207Z] 6ca5941a6612: Pulling fs layer [2020-09-15T10:27:44.207Z] ecc8261a40a4: Pulling fs layer [2020-09-15T10:27:44.207Z] ecc8261a40a4: Waiting [2020-09-15T10:27:44.207Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T10:27:44.207Z] 2a8b12db71e7: Download complete [2020-09-15T10:27:44.478Z] 31603596830f: Verifying Checksum [2020-09-15T10:27:44.478Z] 31603596830f: Download complete [2020-09-15T10:27:44.478Z] ecc8261a40a4: Verifying Checksum [2020-09-15T10:27:44.478Z] ecc8261a40a4: Download complete [2020-09-15T10:27:44.746Z] 6ca5941a6612: Verifying Checksum [2020-09-15T10:27:44.746Z] 6ca5941a6612: Download complete [2020-09-15T10:27:45.013Z] 31603596830f: Pull complete [2020-09-15T10:27:45.013Z] 2a8b12db71e7: Pull complete [2020-09-15T10:27:45.997Z] 6ca5941a6612: Pull complete [2020-09-15T10:27:46.264Z] ecc8261a40a4: Pull complete [2020-09-15T10:27:46.264Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T10:27:46.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T10:27:46.264Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T10:27:46.399Z] prd-centos7-docker-4c-2g-43282 does not seem to be running inside a container [2020-09-15T10:27:46.456Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T10:27:48.679Z] $ docker top 522819a27a61aa1f870f366a168377748ac660eb5fd2f68b365b1b8680463e46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T10:27:49.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T10:27:49.001Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T10:27:49.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T10:27:49.263Z] $ docker exec 522819a27a61aa1f870f366a168377748ac660eb5fd2f68b365b1b8680463e46 ssh-agent [2020-09-15T10:27:49.445Z] SSH_AUTH_SOCK=/tmp/ssh-jVz7qjd5HSJx/agent.12 [2020-09-15T10:27:49.445Z] SSH_AGENT_PID=18 [2020-09-15T10:27:49.459Z] Running ssh-add (command line suppressed) [2020-09-15T10:27:49.605Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5725575595396273377.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5725575595396273377.key) [2020-09-15T10:27:49.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T10:27:50.025Z] + git describe --exact-match --tags HEAD [2020-09-15T10:27:50.025Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T10:27:50.059Z] $ docker exec --env ******** --env ******** 522819a27a61aa1f870f366a168377748ac660eb5fd2f68b365b1b8680463e46 ssh-agent -k [2020-09-15T10:27:50.189Z] unset SSH_AUTH_SOCK; [2020-09-15T10:27:50.189Z] unset SSH_AGENT_PID; [2020-09-15T10:27:50.189Z] echo Agent pid 18 killed; [2020-09-15T10:27:50.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T10:27:50.358Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T10:27:50.358Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T10:27:50.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T10:27:50.540Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T10:27:50.722Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T10:27:50.729Z] $ docker exec 522819a27a61aa1f870f366a168377748ac660eb5fd2f68b365b1b8680463e46 ssh-agent [2020-09-15T10:27:50.947Z] SSH_AUTH_SOCK=/tmp/ssh-OpZkilTvgnlj/agent.48 [2020-09-15T10:27:50.947Z] SSH_AGENT_PID=54 [2020-09-15T10:27:50.961Z] Running ssh-add (command line suppressed) [2020-09-15T10:27:51.144Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_4281171971036416735.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_4281171971036416735.key) [2020-09-15T10:27:51.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T10:27:51.557Z] + git semver init [2020-09-15T10:27:51.557Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T10:27:51.557Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git [2020-09-15T10:27:51.557Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-15T10:27:51.557Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T10:27:51.557Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T10:27:51.557Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T10:27:51.557Z] # $SEMVER_BRANCH = PR-582 [2020-09-15T10:27:51.557Z] # $SEMVER_TEMP = /tmp/semver-793050413 [2020-09-15T10:27:51.557Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T10:27:52.519Z] # '/tmp/semver-793050413' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' [2020-09-15T10:27:52.519Z] # -> Force: false [2020-09-15T10:27:52.519Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } [2020-09-15T10:27:52.539Z] $ docker exec --env ******** --env ******** 522819a27a61aa1f870f366a168377748ac660eb5fd2f68b365b1b8680463e46 ssh-agent -k [2020-09-15T10:27:52.765Z] unset SSH_AUTH_SOCK; [2020-09-15T10:27:52.766Z] unset SSH_AGENT_PID; [2020-09-15T10:27:52.766Z] echo Agent pid 54 killed; [2020-09-15T10:27:52.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T10:27:53.364Z] + git semver [Pipeline] } [2020-09-15T10:27:53.421Z] $ docker stop --time=1 522819a27a61aa1f870f366a168377748ac660eb5fd2f68b365b1b8680463e46 [2020-09-15T10:27:54.933Z] $ docker rm -f 522819a27a61aa1f870f366a168377748ac660eb5fd2f68b365b1b8680463e46 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T10:27:56.253Z] Stashed 34 file(s) [Pipeline] echo [2020-09-15T10:27:56.256Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T10:27:56.444Z] Archived original 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-09-15T10:28:11.901Z] Still waiting to schedule task [2020-09-15T10:28:11.902Z] ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-43285’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-43265’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-15T10:28:11.904Z] Still waiting to schedule task [2020-09-15T10:28:11.904Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43265’ is offline [2020-09-15T10:29:45.612Z] Running on prd-centos7-docker-4c-2g-43288 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-15T10:29:45.667Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-09-15T10:29:48.825Z] using credential edgex-jenkins-ssh [2020-09-15T10:29:48.922Z] Cloning the remote Git repository [2020-09-15T10:29:48.922Z] Cloning with configured refspecs honoured and without tags [2020-09-15T10:29:48.957Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:29:49.055Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2020-09-15T10:29:49.115Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:29:49.116Z] > git --version # timeout=10 [2020-09-15T10:29:49.123Z] > git --version # 'git version 2.16.5' [2020-09-15T10:29:49.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:29:49.155Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:29:50.482Z] Fetching without tags [2020-09-15T10:29:50.395Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:29:50.412Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-15T10:29:50.430Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:29:50.472Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:29:50.489Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:29:50.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:29:50.496Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:29:51.156Z] Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T10:29:51.274Z] Merge succeeded, producing b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T10:29:51.275Z] Checking out Revision b2c68ec273215b3839fa79913927ed9c700821ef (PR-582) [2020-09-15T10:29:51.168Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:29:51.174Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-15T10:29:51.226Z] > git remote # timeout=10 [2020-09-15T10:29:51.242Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T10:29:51.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:29:51.253Z] > git merge 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 [2020-09-15T10:29:51.263Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T10:29:51.280Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:29:51.294Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-15T10:29:55.238Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T10:29:56.261Z] ========================================================= [2020-09-15T10:29:56.261Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T10:29:56.261Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:29:56.989Z] + 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-09-15T10:29:57.577Z] Sending build context to Docker daemon 3.151MB [2020-09-15T10:29:57.577Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T10:29:57.577Z] Step 2/8 : FROM ${BASE} [2020-09-15T10:29:57.841Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T10:29:57.841Z] df20fa9351a1: Pulling fs layer [2020-09-15T10:29:57.841Z] ed8968b2872e: Pulling fs layer [2020-09-15T10:29:57.841Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T10:29:57.841Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T10:29:57.841Z] e73272ec9a57: Pulling fs layer [2020-09-15T10:29:57.841Z] 1e910a182e73: Pulling fs layer [2020-09-15T10:29:57.841Z] 4e634b169226: Pulling fs layer [2020-09-15T10:29:57.841Z] e871e8e8d7a9: Waiting [2020-09-15T10:29:57.841Z] e73272ec9a57: Waiting [2020-09-15T10:29:57.841Z] 1e910a182e73: Waiting [2020-09-15T10:29:57.841Z] 4e634b169226: Waiting [2020-09-15T10:29:57.841Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T10:29:57.841Z] a92cc7c5fd73: Download complete [2020-09-15T10:29:57.841Z] ed8968b2872e: Verifying Checksum [2020-09-15T10:29:57.841Z] ed8968b2872e: Download complete [2020-09-15T10:29:58.106Z] e73272ec9a57: Verifying Checksum [2020-09-15T10:29:58.106Z] e73272ec9a57: Download complete [2020-09-15T10:29:58.106Z] 1e910a182e73: Verifying Checksum [2020-09-15T10:29:58.106Z] 1e910a182e73: Download complete [2020-09-15T10:29:58.388Z] df20fa9351a1: Verifying Checksum [2020-09-15T10:29:58.675Z] df20fa9351a1: Pull complete [2020-09-15T10:29:58.941Z] ed8968b2872e: Pull complete [2020-09-15T10:29:58.941Z] a92cc7c5fd73: Pull complete [2020-09-15T10:30:01.552Z] 4e634b169226: Verifying Checksum [2020-09-15T10:30:01.552Z] 4e634b169226: Download complete [2020-09-15T10:30:02.959Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T10:30:02.959Z] e871e8e8d7a9: Download complete [2020-09-15T10:30:08.296Z] e871e8e8d7a9: Pull complete [2020-09-15T10:30:08.560Z] e73272ec9a57: Pull complete [2020-09-15T10:30:08.560Z] 1e910a182e73: Pull complete [2020-09-15T10:30:13.893Z] 4e634b169226: Pull complete [2020-09-15T10:30:13.893Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T10:30:13.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T10:30:13.893Z] ---> f7629b54cfaa [2020-09-15T10:30:13.893Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:30:14.166Z] ---> Running in 53c3307b0737 [2020-09-15T10:30:14.166Z] Removing intermediate container 53c3307b0737 [2020-09-15T10:30:14.166Z] ---> 1950c8c3f28b [2020-09-15T10:30:14.166Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:30:14.437Z] ---> Running in be26cb2cd86b [2020-09-15T10:30:15.831Z] Removing intermediate container be26cb2cd86b [2020-09-15T10:30:15.831Z] ---> 1e65eca76a16 [2020-09-15T10:30:15.831Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T10:30:15.831Z] ---> Running in 66660641bc5f [2020-09-15T10:30:16.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T10:30:18.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T10:30:22.883Z] OK: 166 MiB in 39 packages [2020-09-15T10:30:23.149Z] Removing intermediate container 66660641bc5f [2020-09-15T10:30:23.149Z] ---> dd562491164e [2020-09-15T10:30:23.149Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T10:30:23.149Z] ---> Running in 30ad30fa1ca4 [2020-09-15T10:30:23.415Z] Removing intermediate container 30ad30fa1ca4 [2020-09-15T10:30:23.415Z] ---> fac62a30d67c [2020-09-15T10:30:23.415Z] Step 7/8 : COPY . . [2020-09-15T10:30:24.364Z] ---> 2ad68023baa7 [2020-09-15T10:30:24.364Z] Step 8/8 : RUN go mod download [2020-09-15T10:30:24.364Z] ---> Running in c9ed3ed64213 [2020-09-15T10:30:36.638Z] Removing intermediate container c9ed3ed64213 [2020-09-15T10:30:36.638Z] ---> 2d4c529c00de [2020-09-15T10:30:36.638Z] Successfully built 2d4c529c00de [2020-09-15T10:30:36.638Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:30:37.367Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T10:30:37.367Z] . [Pipeline] withDockerContainer [2020-09-15T10:30:37.553Z] prd-centos7-docker-4c-2g-43288 does not seem to be running inside a container [2020-09-15T10:30:37.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-x86_64 cat [2020-09-15T10:30:38.854Z] $ docker top 9eb71ca90265db197070e5322f67b5553d45f6e2d67e424bd80f19cd25c9e8b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T10:30:39.325Z] + go version [2020-09-15T10:30:39.325Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T10:30:39.656Z] + make test [2020-09-15T10:30:39.656Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T10:30:46.317Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T10:31:01.338Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T10:31:01.338Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T10:31:01.338Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T10:31:01.338Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.031s coverage: 21.0% of statements [2020-09-15T10:31:01.338Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.461s coverage: 95.7% of statements [2020-09-15T10:31:33.496Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.030s coverage: 8.6% of statements [2020-09-15T10:31:33.496Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.041s coverage: 21.7% of statements [2020-09-15T10:31:33.496Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T10:31:33.496Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.194s coverage: 37.0% of statements [2020-09-15T10:31:33.496Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T10:31:33.496Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.283s coverage: 65.4% of statements [2020-09-15T10:31:33.496Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T10:31:33.496Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T10:31:33.496Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T10:31:33.496Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.150s coverage: 52.6% of statements [2020-09-15T10:31:33.496Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.396s coverage: 68.9% of statements [2020-09-15T10:31:33.496Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T10:31:33.496Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T10:31:33.496Z] GO111MODULE=on go vet ./... [2020-09-15T10:31:40.190Z] gofmt -l . [2020-09-15T10:31:40.190Z] [ "`gofmt -l .`" = "" ] [2020-09-15T10:31:40.190Z] ./bin/test-attribution-txt.sh [2020-09-15T10:31:40.190Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T10:31:40.867Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T10:31:40.876Z] $ docker stop --time=1 9eb71ca90265db197070e5322f67b5553d45f6e2d67e424bd80f19cd25c9e8b7 [2020-09-15T10:31:42.794Z] $ docker rm -f 9eb71ca90265db197070e5322f67b5553d45f6e2d67e424bd80f19cd25c9e8b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T10:31:44.419Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T10:31:44.737Z] + ls -al . [2020-09-15T10:31:44.737Z] total 188 [2020-09-15T10:31:44.737Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 10:31 . [2020-09-15T10:31:44.737Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 10:29 .. [2020-09-15T10:31:44.737Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 10:29 bin [2020-09-15T10:31:44.737Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 10:31 coverage.out [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 10:29 Dockerfile.build [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 10:29 .dockerignore [2020-09-15T10:31:44.737Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 10:29 example [2020-09-15T10:31:44.737Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 10:29 .git [2020-09-15T10:31:44.737Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 10:29 .github [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 10:29 .gitignore [2020-09-15T10:31:44.737Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 10:31 go.mod [2020-09-15T10:31:44.737Z] -rw-r--r--. 1 jenkins jenkins 12258 Sep 15 10:31 go.sum [2020-09-15T10:31:44.737Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 10:29 internal [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 10:29 Jenkinsfile [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 10:29 LICENSE [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 10:29 Makefile [2020-09-15T10:31:44.737Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 10:29 openapi [2020-09-15T10:31:44.737Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 10:29 pkg [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 10:29 README.md [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 10:29 RELEASE-NOTES.txt [2020-09-15T10:31:44.737Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 10:29 .semver [2020-09-15T10:31:44.737Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 10:29 snap [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 10:27 VERSION [2020-09-15T10:31:44.737Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 10:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:31:45.046Z] + 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=b2c68ec273215b3839fa79913927ed9c700821ef --label arch=amd64 --label version=0.0.0 . [2020-09-15T10:31:45.312Z] Sending build context to Docker daemon 3.265MB [2020-09-15T10:31:45.312Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T10:31:45.312Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T10:31:45.312Z] ---> 2d4c529c00de [2020-09-15T10:31:45.312Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T10:31:45.448Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43292 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-15T10:31:45.534Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [2020-09-15T10:31:45.574Z] ---> Running in 23b7da1866eb [Pipeline] checkout [2020-09-15T10:31:45.836Z] Removing intermediate container 23b7da1866eb [2020-09-15T10:31:45.836Z] ---> fcca7a34c43e [2020-09-15T10:31:45.836Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T10:31:45.836Z] ---> Running in 1d6f949a2613 [2020-09-15T10:31:45.836Z] Removing intermediate container 1d6f949a2613 [2020-09-15T10:31:45.836Z] ---> dd71c32503a6 [2020-09-15T10:31:45.836Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:31:46.097Z] ---> Running in 2cbb9df371e9 [2020-09-15T10:31:46.097Z] Removing intermediate container 2cbb9df371e9 [2020-09-15T10:31:46.097Z] ---> c97c0be0283d [2020-09-15T10:31:46.097Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:31:46.363Z] ---> Running in 82ad8aa3a772 [2020-09-15T10:31:47.319Z] Removing intermediate container 82ad8aa3a772 [2020-09-15T10:31:47.319Z] ---> 709d0ae05d7c [2020-09-15T10:31:47.319Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T10:31:47.319Z] ---> Running in 8b7ba66f7512 [2020-09-15T10:31:47.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T10:31:48.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T10:31:49.929Z] OK: 166 MiB in 39 packages [2020-09-15T10:31:50.508Z] Removing intermediate container 8b7ba66f7512 [2020-09-15T10:31:50.508Z] ---> 60c0c536e2e9 [2020-09-15T10:31:50.508Z] Step 8/24 : COPY . . [2020-09-15T10:31:51.460Z] ---> dd36da64cd89 [2020-09-15T10:31:51.460Z] Step 9/24 : RUN ${MAKE} [2020-09-15T10:31:51.460Z] ---> Running in c11d3e1d1aae [2020-09-15T10:31:51.834Z] using credential edgex-jenkins-ssh [2020-09-15T10:31:51.992Z] Cloning the remote Git repository [2020-09-15T10:31:51.992Z] Cloning with configured refspecs honoured and without tags [2020-09-15T10:31:52.047Z] 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-09-15T10:31:52.223Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:31:52.360Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2020-09-15T10:31:52.438Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:31:52.439Z] > git --version # timeout=10 [2020-09-15T10:31:52.460Z] > git --version # 'git version 2.17.1' [2020-09-15T10:31:52.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:31:52.565Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:31:53.568Z] Fetching without tags [2020-09-15T10:31:54.079Z] Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T10:31:54.351Z] Merge succeeded, producing b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T10:31:54.351Z] Checking out Revision b2c68ec273215b3839fa79913927ed9c700821ef (PR-582) [2020-09-15T10:31:53.470Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:31:53.492Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-15T10:31:53.522Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:31:53.554Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:31:53.602Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:31:53.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:31:53.621Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:31:54.124Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:31:54.154Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-15T10:31:54.280Z] > git remote # timeout=10 [2020-09-15T10:31:54.300Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T10:31:54.317Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:31:54.329Z] > git merge 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 [2020-09-15T10:31:54.357Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T10:31:54.379Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:31:54.399Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-15T10:31:58.976Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-15T10:32:00.315Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [Pipeline] echo [2020-09-15T10:32:00.316Z] ========================================================= [2020-09-15T10:32:00.316Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T10:32:00.316Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:32:00.893Z] Removing intermediate container c11d3e1d1aae [2020-09-15T10:32:00.893Z] ---> 760b17caf328 [2020-09-15T10:32:00.893Z] Step 10/24 : FROM scratch [2020-09-15T10:32:00.893Z] ---> [2020-09-15T10:32:00.893Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:32:00.893Z] ---> Running in 7cbf89e7fa5c [2020-09-15T10:32:01.155Z] Removing intermediate container 7cbf89e7fa5c [2020-09-15T10:32:01.155Z] ---> c7503604f276 [2020-09-15T10:32:01.155Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T10:32:01.155Z] ---> Running in 771c780844c2 [2020-09-15T10:32:01.418Z] Removing intermediate container 771c780844c2 [2020-09-15T10:32:01.418Z] ---> 137de490a5f5 [2020-09-15T10:32:01.418Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T10:32:01.418Z] ---> Running in 98ae196552bc [2020-09-15T10:32:01.418Z] Removing intermediate container 98ae196552bc [2020-09-15T10:32:01.418Z] ---> bce6aa085dc9 [2020-09-15T10:32:01.418Z] Step 14/24 : WORKDIR / [2020-09-15T10:32:01.660Z] + 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-09-15T10:32:01.687Z] ---> Running in 7eb307c65b60 [2020-09-15T10:32:01.687Z] Removing intermediate container 7eb307c65b60 [2020-09-15T10:32:01.687Z] ---> 3d8e004a8b40 [2020-09-15T10:32:01.687Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T10:32:02.272Z] ---> 89680ad17cdc [2020-09-15T10:32:02.272Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T10:32:02.534Z] ---> 89749c46b1c3 [2020-09-15T10:32:02.534Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T10:32:02.667Z] Sending build context to Docker daemon 3.151MB [2020-09-15T10:32:02.667Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T10:32:02.667Z] Step 2/8 : FROM ${BASE} [2020-09-15T10:32:02.796Z] ---> e0c709f56864 [2020-09-15T10:32:02.796Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T10:32:02.796Z] ---> ea04e9577747 [2020-09-15T10:32:02.796Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T10:32:03.269Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T10:32:03.270Z] b538f80385f9: Pulling fs layer [2020-09-15T10:32:03.270Z] 74f711af9a0d: Pulling fs layer [2020-09-15T10:32:03.270Z] 99f96fe45779: Pulling fs layer [2020-09-15T10:32:03.270Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T10:32:03.270Z] 45590311c82a: Pulling fs layer [2020-09-15T10:32:03.270Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T10:32:03.270Z] 209524e5b208: Pulling fs layer [2020-09-15T10:32:03.270Z] 8529a6b9a6be: Waiting [2020-09-15T10:32:03.270Z] 45590311c82a: Waiting [2020-09-15T10:32:03.270Z] 69ca0ff8b7b3: Waiting [2020-09-15T10:32:03.270Z] 209524e5b208: Waiting [2020-09-15T10:32:03.270Z] 99f96fe45779: Download complete [2020-09-15T10:32:03.270Z] 74f711af9a0d: Download complete [2020-09-15T10:32:03.547Z] 45590311c82a: Download complete [2020-09-15T10:32:03.547Z] 69ca0ff8b7b3: Download complete [2020-09-15T10:32:03.741Z] ---> 0d3e6515e7ac [2020-09-15T10:32:03.742Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T10:32:03.742Z] ---> Running in e2d5063917fb [2020-09-15T10:32:03.742Z] Removing intermediate container e2d5063917fb [2020-09-15T10:32:03.742Z] ---> 68dddee1da2a [2020-09-15T10:32:03.742Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T10:32:03.824Z] b538f80385f9: Verifying Checksum [2020-09-15T10:32:03.824Z] b538f80385f9: Download complete [2020-09-15T10:32:04.005Z] ---> Running in c396480713e1 [2020-09-15T10:32:04.005Z] Removing intermediate container c396480713e1 [2020-09-15T10:32:04.005Z] ---> 1fee10989d7c [2020-09-15T10:32:04.005Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T10:32:04.005Z] ---> Running in 66b33213941c [2020-09-15T10:32:04.269Z] Removing intermediate container 66b33213941c [2020-09-15T10:32:04.269Z] ---> fdc6ff0a0d70 [2020-09-15T10:32:04.269Z] Step 23/24 : LABEL git_sha=b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T10:32:04.269Z] ---> Running in f6080124f330 [2020-09-15T10:32:04.425Z] b538f80385f9: Pull complete [2020-09-15T10:32:04.533Z] Removing intermediate container f6080124f330 [2020-09-15T10:32:04.533Z] ---> 4ec0d40df2f4 [2020-09-15T10:32:04.533Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T10:32:04.533Z] ---> Running in 1fb1408ebb97 [2020-09-15T10:32:04.533Z] Removing intermediate container 1fb1408ebb97 [2020-09-15T10:32:04.533Z] ---> a3f7832ceab5 [2020-09-15T10:32:04.533Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T10:32:04.796Z] Successfully built a3f7832ceab5 [2020-09-15T10:32:04.796Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-09-15T10:32:05.040Z] 74f711af9a0d: Pull complete 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 [2020-09-15T10:32:05.640Z] 99f96fe45779: Pull complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T10:32:07.626Z] 209524e5b208: Verifying Checksum [2020-09-15T10:32:07.627Z] 209524e5b208: Download complete [2020-09-15T10:32:09.607Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T10:32:09.607Z] 8529a6b9a6be: Download complete [2020-09-15T10:32:20.023Z] 8529a6b9a6be: Pull complete [2020-09-15T10:32:20.023Z] 45590311c82a: Pull complete [2020-09-15T10:32:20.023Z] 69ca0ff8b7b3: Pull complete [2020-09-15T10:32:22.688Z] 209524e5b208: Pull complete [2020-09-15T10:32:22.688Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T10:32:22.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T10:32:22.965Z] ---> 5bddaf1c2fca [2020-09-15T10:32:22.965Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:32:26.362Z] ---> Running in 40b462ddbd5a [2020-09-15T10:32:26.644Z] Removing intermediate container 40b462ddbd5a [2020-09-15T10:32:26.644Z] ---> cfb038cb48af [2020-09-15T10:32:26.644Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:32:26.644Z] ---> Running in 86f651bf006b [2020-09-15T10:32:29.302Z] Removing intermediate container 86f651bf006b [2020-09-15T10:32:29.302Z] ---> 173bb500b852 [2020-09-15T10:32:29.302Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T10:32:29.579Z] ---> Running in 10271d38dab7 [2020-09-15T10:32:31.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T10:32:32.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T10:32:33.472Z] OK: 142 MiB in 39 packages [2020-09-15T10:32:34.466Z] Removing intermediate container 10271d38dab7 [2020-09-15T10:32:34.466Z] ---> 1821daa77be5 [2020-09-15T10:32:34.466Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T10:32:34.742Z] ---> Running in a0863c77ba09 [2020-09-15T10:32:35.342Z] Removing intermediate container a0863c77ba09 [2020-09-15T10:32:35.342Z] ---> 91972536c016 [2020-09-15T10:32:35.342Z] Step 7/8 : COPY . . [2020-09-15T10:32:36.809Z] ---> 2c4c2e527179 [2020-09-15T10:32:36.809Z] Step 8/8 : RUN go mod download [2020-09-15T10:32:36.809Z] ---> Running in bf17e8bdc533 [2020-09-15T10:32:51.907Z] Removing intermediate container bf17e8bdc533 [2020-09-15T10:32:51.907Z] ---> 93e6a7adc826 [2020-09-15T10:32:51.907Z] Successfully built 93e6a7adc826 [2020-09-15T10:32:51.907Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:32:52.673Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T10:32:52.673Z] . [Pipeline] withDockerContainer [2020-09-15T10:32:52.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-43292 does not seem to be running inside a container [2020-09-15T10:32:53.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-arm64 cat [2020-09-15T10:32:54.992Z] $ docker top ea5e1e7e3a59ba8df96e65458acc234c132295203dec5528ee4b02ee67099aa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T10:32:56.425Z] + go version [2020-09-15T10:32:56.425Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T10:32:57.497Z] + make test [2020-09-15T10:32:57.497Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T10:33:19.709Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T10:34:06.738Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T10:34:06.738Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T10:34:06.738Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T10:34:06.738Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.057s coverage: 21.0% of statements [2020-09-15T10:34:06.738Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.496s coverage: 95.7% of statements [2020-09-15T10:34:39.109Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.070s coverage: 8.6% of statements [2020-09-15T10:34:39.109Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.080s coverage: 21.7% of statements [2020-09-15T10:34:39.109Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T10:34:39.109Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.490s coverage: 37.0% of statements [2020-09-15T10:34:39.109Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T10:34:39.109Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.750s coverage: 65.4% of statements [2020-09-15T10:34:39.109Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T10:34:39.109Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T10:34:39.109Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T10:34:39.109Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.270s coverage: 52.6% of statements [2020-09-15T10:34:39.109Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.144s coverage: 68.9% of statements [2020-09-15T10:34:39.109Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T10:34:39.109Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T10:34:39.109Z] GO111MODULE=on go vet ./... [2020-09-15T10:35:11.534Z] gofmt -l . [2020-09-15T10:35:11.534Z] [ "`gofmt -l .`" = "" ] [2020-09-15T10:35:11.534Z] ./bin/test-attribution-txt.sh [2020-09-15T10:35:11.534Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T10:35:11.555Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T10:35:12.484Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T10:35:12.522Z] $ docker stop --time=1 ea5e1e7e3a59ba8df96e65458acc234c132295203dec5528ee4b02ee67099aa5 [2020-09-15T10:35:14.667Z] $ docker rm -f ea5e1e7e3a59ba8df96e65458acc234c132295203dec5528ee4b02ee67099aa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T10:35:16.066Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T10:35:16.454Z] + ls -al . [2020-09-15T10:35:16.454Z] total 228 [2020-09-15T10:35:16.454Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 10:35 . [2020-09-15T10:35:16.454Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 .. [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 10:31 .dockerignore [2020-09-15T10:35:16.454Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 10:31 .git [2020-09-15T10:35:16.454Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 10:31 .github [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 10:31 .gitignore [2020-09-15T10:35:16.454Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 10:32 .semver [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 10:31 Dockerfile.build [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 10:31 Jenkinsfile [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 10:31 LICENSE [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 10:31 Makefile [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 10:31 README.md [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 10:31 RELEASE-NOTES.txt [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 10:27 VERSION [2020-09-15T10:35:16.454Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 10:31 bin [2020-09-15T10:35:16.454Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 10:34 coverage.out [2020-09-15T10:35:16.454Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 example [2020-09-15T10:35:16.454Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 10:35 go.mod [2020-09-15T10:35:16.454Z] -rw-r--r-- 1 jenkins jenkins 12258 Sep 15 10:35 go.sum [2020-09-15T10:35:16.454Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 10:31 internal [2020-09-15T10:35:16.454Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 openapi [2020-09-15T10:35:16.454Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 10:31 pkg [2020-09-15T10:35:16.454Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 snap [2020-09-15T10:35:16.454Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 10:31 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:35:16.820Z] + 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=b2c68ec273215b3839fa79913927ed9c700821ef --label arch=arm64 --label version=0.0.0 . [2020-09-15T10:35:17.412Z] Sending build context to Docker daemon 3.265MB [2020-09-15T10:35:17.412Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T10:35:17.412Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T10:35:17.412Z] ---> 93e6a7adc826 [2020-09-15T10:35:17.412Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T10:35:17.687Z] ---> Running in b657b0202ec0 [2020-09-15T10:35:17.964Z] Removing intermediate container b657b0202ec0 [2020-09-15T10:35:17.964Z] ---> b77860e46a3b [2020-09-15T10:35:17.964Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T10:35:18.234Z] ---> Running in fc8dd017b84d [2020-09-15T10:35:18.506Z] Removing intermediate container fc8dd017b84d [2020-09-15T10:35:18.506Z] ---> a7d30c687c5d [2020-09-15T10:35:18.506Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:35:18.779Z] ---> Running in ef27c4e91fba [2020-09-15T10:35:19.050Z] Removing intermediate container ef27c4e91fba [2020-09-15T10:35:19.050Z] ---> 170d4b01ecca [2020-09-15T10:35:19.050Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:35:19.324Z] ---> Running in 5ed39eb0bc89 [2020-09-15T10:35:21.953Z] Removing intermediate container 5ed39eb0bc89 [2020-09-15T10:35:21.953Z] ---> 627af95c725d [2020-09-15T10:35:21.953Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T10:35:21.953Z] ---> Running in c60753b99583 [2020-09-15T10:35:23.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T10:35:24.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T10:35:26.785Z] OK: 142 MiB in 39 packages [2020-09-15T10:35:27.764Z] Removing intermediate container c60753b99583 [2020-09-15T10:35:27.764Z] ---> a250ae3be8b6 [2020-09-15T10:35:27.764Z] Step 8/24 : COPY . . [2020-09-15T10:35:29.195Z] ---> 6aaab24490d1 [2020-09-15T10:35:29.195Z] Step 9/24 : RUN ${MAKE} [2020-09-15T10:35:29.195Z] ---> Running in d39dd6e02106 [2020-09-15T10:35:30.633Z] 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-09-15T10:35:52.798Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T10:35:54.793Z] Removing intermediate container d39dd6e02106 [2020-09-15T10:35:54.793Z] ---> b8da78687570 [2020-09-15T10:35:54.793Z] Step 10/24 : FROM scratch [2020-09-15T10:35:54.793Z] ---> [2020-09-15T10:35:54.793Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:35:54.793Z] ---> Running in 6b6c2c8480e1 [2020-09-15T10:35:55.384Z] Removing intermediate container 6b6c2c8480e1 [2020-09-15T10:35:55.384Z] ---> 62e3bd78273a [2020-09-15T10:35:55.384Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T10:35:55.384Z] ---> Running in c76baafeeed7 [2020-09-15T10:35:55.657Z] Removing intermediate container c76baafeeed7 [2020-09-15T10:35:55.657Z] ---> 00be9dffbaf1 [2020-09-15T10:35:55.657Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T10:35:55.933Z] ---> Running in f64e06fa6a62 [2020-09-15T10:35:56.204Z] Removing intermediate container f64e06fa6a62 [2020-09-15T10:35:56.204Z] ---> d38298683a3c [2020-09-15T10:35:56.204Z] Step 14/24 : WORKDIR / [2020-09-15T10:35:56.478Z] ---> Running in 0bbdeaa662bc [2020-09-15T10:35:56.750Z] Removing intermediate container 0bbdeaa662bc [2020-09-15T10:35:56.750Z] ---> 0d7418fe95e0 [2020-09-15T10:35:56.750Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T10:35:57.732Z] ---> 721e3e2083b6 [2020-09-15T10:35:57.732Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T10:35:58.714Z] ---> 27d0f22ae8ea [2020-09-15T10:35:58.714Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T10:35:59.320Z] ---> 2e5392fbc123 [2020-09-15T10:35:59.320Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T10:35:59.920Z] ---> c458f881dee3 [2020-09-15T10:35:59.920Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T10:36:00.896Z] ---> e078761e9046 [2020-09-15T10:36:00.896Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T10:36:00.896Z] ---> Running in b81cf0729866 [2020-09-15T10:36:01.171Z] Removing intermediate container b81cf0729866 [2020-09-15T10:36:01.171Z] ---> feeaa2bb30bc [2020-09-15T10:36:01.171Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T10:36:01.442Z] ---> Running in 0d1a55636693 [2020-09-15T10:36:01.714Z] Removing intermediate container 0d1a55636693 [2020-09-15T10:36:01.714Z] ---> cab9c592408a [2020-09-15T10:36:01.714Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T10:36:01.990Z] ---> Running in 7dd685e3fb83 [2020-09-15T10:36:02.263Z] Removing intermediate container 7dd685e3fb83 [2020-09-15T10:36:02.263Z] ---> 388570dbb518 [2020-09-15T10:36:02.263Z] Step 23/24 : LABEL git_sha=b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T10:36:02.535Z] ---> Running in d40d803e0cda [2020-09-15T10:36:03.146Z] Removing intermediate container d40d803e0cda [2020-09-15T10:36:03.146Z] ---> b1f0d23745df [2020-09-15T10:36:03.146Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T10:36:03.146Z] ---> Running in 00122baf690e [2020-09-15T10:36:03.427Z] Removing intermediate container 00122baf690e [2020-09-15T10:36:03.427Z] ---> e559bab66eae [2020-09-15T10:36:03.427Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T10:36:03.427Z] Successfully built e559bab66eae [2020-09-15T10:36:03.427Z] 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-09-15T10:36:05.719Z] provisioning config files... [2020-09-15T10:36:05.732Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config646241694088763113tmp [Pipeline] { [Pipeline] sh [2020-09-15T10:36:06.108Z] + curl -s https://codecov.io/bash [2020-09-15T10:36:06.108Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config646241694088763113tmp [Pipeline] } [2020-09-15T10:36:06.380Z] 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] { (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-09-15T10:36:08.835Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:36:09.403Z] ---> package-listing.sh [2020-09-15T10:36:09.403Z] ++ facter osfamily [2020-09-15T10:36:09.403Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T10:36:09.403Z] + OS_FAMILY=redhat [2020-09-15T10:36:09.403Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-15T10:36:09.403Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T10:36:09.403Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T10:36:09.403Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T10:36:09.403Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T10:36:09.403Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-15T10:36:09.403Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T10:36:09.403Z] + case "${OS_FAMILY}" in [2020-09-15T10:36:09.403Z] + rpm -qa [2020-09-15T10:36:09.403Z] + sort [2020-09-15T10:36:13.628Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T10:36:13.628Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T10:36:13.628Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T10:36:13.628Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-15T10:36:13.628Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [2020-09-15T10:36:13.628Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:36:14.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T10:36:14.107Z] [2020-09-15T10:36:14.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:36:14.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T10:36:14.464Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T10:36:14.464Z] df20fa9351a1: Pulling fs layer [2020-09-15T10:36:14.464Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T10:36:14.464Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T10:36:14.464Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T10:36:14.464Z] 0dadc02b9964: Pulling fs layer [2020-09-15T10:36:14.464Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T10:36:14.464Z] 7a184a31f384: Pulling fs layer [2020-09-15T10:36:14.464Z] 0879bd2ef858: Pulling fs layer [2020-09-15T10:36:14.464Z] 0dadc02b9964: Waiting [2020-09-15T10:36:14.464Z] ce6a7cf60c04: Waiting [2020-09-15T10:36:14.464Z] 7a184a31f384: Waiting [2020-09-15T10:36:14.464Z] 0879bd2ef858: Waiting [2020-09-15T10:36:14.464Z] 46f8f816bc3b: Waiting [2020-09-15T10:36:14.464Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T10:36:14.464Z] 36b3adc4ff6f: Download complete [2020-09-15T10:36:14.464Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T10:36:14.464Z] 46f8f816bc3b: Download complete [2020-09-15T10:36:14.464Z] df20fa9351a1: Verifying Checksum [2020-09-15T10:36:14.464Z] df20fa9351a1: Download complete [2020-09-15T10:36:14.464Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T10:36:14.464Z] ce6a7cf60c04: Download complete [2020-09-15T10:36:14.464Z] 7a184a31f384: Verifying Checksum [2020-09-15T10:36:14.464Z] 7a184a31f384: Download complete [2020-09-15T10:36:14.730Z] 0dadc02b9964: Verifying Checksum [2020-09-15T10:36:14.730Z] 0dadc02b9964: Download complete [2020-09-15T10:36:14.730Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T10:36:14.730Z] 8ad3a11d3b57: Download complete [2020-09-15T10:36:14.991Z] df20fa9351a1: Pull complete [2020-09-15T10:36:14.991Z] 36b3adc4ff6f: Pull complete [2020-09-15T10:36:15.255Z] 0879bd2ef858: Verifying Checksum [2020-09-15T10:36:15.255Z] 0879bd2ef858: Download complete [2020-09-15T10:36:15.833Z] 8ad3a11d3b57: Pull complete [2020-09-15T10:36:15.833Z] 46f8f816bc3b: Pull complete [2020-09-15T10:36:16.140Z] 0dadc02b9964: Pull complete [2020-09-15T10:36:16.140Z] ce6a7cf60c04: Pull complete [2020-09-15T10:36:16.715Z] 7a184a31f384: Pull complete [2020-09-15T10:36:19.273Z] 0879bd2ef858: Pull complete [2020-09-15T10:36:19.273Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T10:36:19.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T10:36:19.273Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T10:36:19.407Z] prd-centos7-docker-4c-2g-43282 does not seem to be running inside a container [2020-09-15T10:36:19.457Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T10:36:24.174Z] $ docker top c362934744a8e1a6fdc55026d2906f4b3489f432a2efe285a5141734fc9be241 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T10:36:24.730Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T10:36:25.034Z] + ls /var/log/sa-host [2020-09-15T10:36:25.035Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T10:36:25.035Z] file_magic: OK [2020-09-15T10:36:25.035Z] HZ: Using current value: 100 [2020-09-15T10:36:25.035Z] file_header: OK [2020-09-15T10:36:25.035Z] 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-09-15T10:36:25.035Z] Statistics: [2020-09-15T10:36:25.035Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T10:36:25.035Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T10:36:25.035Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T10:36:25.035Z] file_magic: OK [2020-09-15T10:36:25.035Z] HZ: Using current value: 100 [2020-09-15T10:36:25.035Z] file_header: OK [2020-09-15T10:36:25.035Z] 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-09-15T10:36:25.035Z] Statistics: [2020-09-15T10:36:25.035Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T10:36:25.035Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T10:36:25.097Z] provisioning config files... [2020-09-15T10:36:25.111Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config7728299923269977214tmp [Pipeline] { [Pipeline] echo [2020-09-15T10:36:25.193Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:36:25.493Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T10:36:25.504Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:36:25.802Z] ---> logs-deploy.sh [2020-09-15T10:36:25.802Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/5 [2020-09-15T10:36:25.802Z] INFO: archiving workspace using pattern(s): [2020-09-15T10:36:27.194Z] Archives upload complete. [2020-09-15T10:36:27.194Z] INFO: archiving logs to Nexus [2020-09-15T10:36:28.142Z] ---> uname -a: [2020-09-15T10:36:28.142Z] Linux c362934744a8 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-15T10:36:28.142Z] [2020-09-15T10:36:28.142Z] [2020-09-15T10:36:28.142Z] ---> lscpu: [2020-09-15T10:36:28.142Z] Architecture: x86_64 [2020-09-15T10:36:28.142Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-15T10:36:28.142Z] Byte Order: Little Endian [2020-09-15T10:36:28.142Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-15T10:36:28.142Z] CPU(s): 4 [2020-09-15T10:36:28.142Z] On-line CPU(s) list: 0-3 [2020-09-15T10:36:28.142Z] Thread(s) per core: 1 [2020-09-15T10:36:28.142Z] Core(s) per socket: 1 [2020-09-15T10:36:28.142Z] Socket(s): 4 [2020-09-15T10:36:28.142Z] NUMA node(s): 1 [2020-09-15T10:36:28.142Z] Vendor ID: GenuineIntel [2020-09-15T10:36:28.142Z] CPU family: 6 [2020-09-15T10:36:28.142Z] Model: 44 [2020-09-15T10:36:28.142Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-15T10:36:28.142Z] Stepping: 1 [2020-09-15T10:36:28.142Z] CPU MHz: 2933.436 [2020-09-15T10:36:28.142Z] BogoMIPS: 5866.87 [2020-09-15T10:36:28.142Z] Virtualization: VT-x [2020-09-15T10:36:28.142Z] Hypervisor vendor: KVM [2020-09-15T10:36:28.142Z] Virtualization type: full [2020-09-15T10:36:28.142Z] L1d cache: 128 KiB [2020-09-15T10:36:28.142Z] L1i cache: 128 KiB [2020-09-15T10:36:28.142Z] L2 cache: 16 MiB [2020-09-15T10:36:28.142Z] L3 cache: 64 MiB [2020-09-15T10:36:28.142Z] NUMA node0 CPU(s): 0-3 [2020-09-15T10:36:28.142Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-15T10:36:28.142Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-15T10:36:28.142Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-15T10:36:28.142Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-15T10:36:28.142Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-15T10:36:28.142Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-15T10:36:28.142Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-15T10:36:28.142Z] Vulnerability Tsx async abort: Not affected [2020-09-15T10:36:28.142Z] 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-09-15T10:36:28.142Z] [2020-09-15T10:36:28.142Z] [2020-09-15T10:36:28.142Z] ---> nproc: [2020-09-15T10:36:28.142Z] 4 [2020-09-15T10:36:28.142Z] [2020-09-15T10:36:28.142Z] [2020-09-15T10:36:28.142Z] ---> df -h: [2020-09-15T10:36:28.142Z] Filesystem Size Used Available Use% Mounted on [2020-09-15T10:36:28.142Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-15T10:36:28.142Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-15T10:36:28.142Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-15T10:36:28.143Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-15T10:36:28.143Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-15T10:36:28.143Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-15T10:36:28.143Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-15T10:36:28.143Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-15T10:36:28.143Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-15T10:36:28.143Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] ---> free -m: [2020-09-15T10:36:28.143Z] total used free shared buff/cache available [2020-09-15T10:36:28.143Z] Mem: 1837 626 130 0 1080 1104 [2020-09-15T10:36:28.143Z] Swap: 1023 0 1023 [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] ---> ip addr: [2020-09-15T10:36:28.143Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-15T10:36:28.143Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-15T10:36:28.143Z] inet 127.0.0.1/8 scope host lo [2020-09-15T10:36:28.143Z] valid_lft forever preferred_lft forever [2020-09-15T10:36:28.143Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-15T10:36:28.143Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-15T10:36:28.143Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-15T10:36:28.143Z] valid_lft forever preferred_lft forever [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] ---> sar -b -r -n DEV: [2020-09-15T10:36:28.143Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] 10:26:36 LINUX RESTART (4 CPU) [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] 10:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-15T10:36:28.143Z] 10:28:01 193.00 106.22 86.78 0.00 12610.71 40236.95 0.00 [2020-09-15T10:36:28.143Z] 10:29:01 2.51 0.00 2.51 0.00 0.00 92.04 0.00 [2020-09-15T10:36:28.143Z] 10:30:01 0.35 0.00 0.35 0.00 0.00 5.17 0.00 [2020-09-15T10:36:28.143Z] 10:31:01 0.30 0.00 0.30 0.00 0.00 3.61 0.00 [2020-09-15T10:36:28.143Z] 10:32:01 0.20 0.00 0.20 0.00 0.00 2.83 0.00 [2020-09-15T10:36:28.143Z] 10:33:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 [2020-09-15T10:36:28.143Z] 10:34:01 0.33 0.02 0.32 0.00 0.13 3.75 0.00 [2020-09-15T10:36:28.143Z] 10:35:01 0.33 0.00 0.33 0.00 0.00 3.41 0.00 [2020-09-15T10:36:28.143Z] 10:36:01 0.30 0.00 0.30 0.00 0.00 3.75 0.00 [2020-09-15T10:36:28.143Z] Average: 21.98 11.82 10.16 0.00 1402.76 4488.85 0.00 [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] 10:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-15T10:36:28.143Z] 10:28:01 173984 0 541516 28.78 2620 1163436 1128408 38.51 412516 1134080 120 [2020-09-15T10:36:28.143Z] 10:29:01 180260 0 535336 28.45 2620 1163340 1083520 36.98 410292 1131260 20 [2020-09-15T10:36:28.143Z] 10:30:01 178656 0 536928 28.54 2620 1163352 1069424 36.50 412560 1130888 8 [2020-09-15T10:36:28.143Z] 10:31:01 175832 0 539752 28.69 2620 1163352 1069316 36.49 415716 1130200 16 [2020-09-15T10:36:28.143Z] 10:32:01 176116 0 539464 28.67 2620 1163356 1069380 36.50 416844 1129192 8 [2020-09-15T10:36:28.143Z] 10:33:01 175840 0 539732 28.69 2620 1163364 1069456 36.50 417052 1129172 8 [2020-09-15T10:36:28.143Z] 10:34:01 174748 0 540820 28.74 2620 1163368 1069592 36.50 435388 1112400 12 [2020-09-15T10:36:28.143Z] 10:35:01 175476 0 540084 28.70 2620 1163376 1069388 36.50 427764 1118928 12 [2020-09-15T10:36:28.143Z] 10:36:01 175584 0 539972 28.70 2620 1163380 1069388 36.50 427520 1118928 8 [2020-09-15T10:36:28.143Z] Average: 176277 0 539289 28.66 2620 1163369 1077541 36.77 419517 1126116 24 [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] 10:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-15T10:36:28.143Z] 10:28:01 eth0 467.17 292.33 1078.87 114.08 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:28:01 docker0 9.50 7.62 1.14 18.26 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:29:01 eth0 1.37 0.30 0.34 0.17 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:30:01 eth0 3.18 0.93 1.02 0.60 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:31:01 eth0 2.81 0.32 0.45 0.23 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:32:01 eth0 1.32 0.38 0.34 0.20 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:33:01 eth0 2.86 0.47 0.74 0.27 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:34:01 eth0 1.13 0.68 0.55 0.40 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:35:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:36:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] Average: eth0 53.40 32.88 120.39 12.90 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] Average: docker0 1.06 0.85 0.13 2.03 0.00 0.00 0.00 0.00 [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] ---> sar -P ALL: [2020-09-15T10:36:28.143Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] 10:26:36 LINUX RESTART (4 CPU) [2020-09-15T10:36:28.143Z] [2020-09-15T10:36:28.143Z] 10:27:01 CPU %user %nice %system %iowait %steal %idle [2020-09-15T10:36:28.143Z] 10:28:01 all 19.86 0.00 11.37 6.64 4.23 57.90 [2020-09-15T10:36:28.143Z] 10:28:01 0 20.01 0.00 10.39 6.94 4.50 58.17 [2020-09-15T10:36:28.143Z] 10:28:01 1 19.41 0.00 14.82 7.22 3.81 54.74 [2020-09-15T10:36:28.143Z] 10:28:01 2 19.95 0.00 9.99 5.64 4.65 59.76 [2020-09-15T10:36:28.143Z] 10:28:01 3 20.09 0.00 10.29 6.76 3.96 58.91 [2020-09-15T10:36:28.143Z] 10:29:01 all 0.17 0.00 0.05 0.00 0.02 99.76 [2020-09-15T10:36:28.143Z] 10:29:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2020-09-15T10:36:28.143Z] 10:29:01 1 0.08 0.00 0.05 0.00 0.03 99.83 [2020-09-15T10:36:28.143Z] 10:29:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2020-09-15T10:36:28.143Z] 10:29:01 3 0.52 0.00 0.05 0.00 0.02 99.42 [2020-09-15T10:36:28.143Z] 10:30:01 all 0.17 0.00 0.05 0.00 0.10 99.67 [2020-09-15T10:36:28.143Z] 10:30:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2020-09-15T10:36:28.143Z] 10:30:01 1 0.07 0.00 0.03 0.00 0.07 99.83 [2020-09-15T10:36:28.143Z] 10:30:01 2 0.15 0.00 0.10 0.00 0.22 99.53 [2020-09-15T10:36:28.143Z] 10:30:01 3 0.45 0.00 0.07 0.00 0.07 99.42 [2020-09-15T10:36:28.143Z] 10:31:01 all 0.13 0.00 0.03 0.00 0.05 99.79 [2020-09-15T10:36:28.143Z] 10:31:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-09-15T10:36:28.143Z] 10:31:01 1 0.05 0.00 0.03 0.00 0.08 99.83 [2020-09-15T10:36:28.143Z] 10:31:01 2 0.05 0.00 0.05 0.00 0.08 99.82 [2020-09-15T10:36:28.143Z] 10:31:01 3 0.40 0.00 0.02 0.00 0.02 99.57 [2020-09-15T10:36:28.143Z] 10:32:01 all 0.16 0.00 0.05 0.00 0.02 99.77 [2020-09-15T10:36:28.143Z] 10:32:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-15T10:36:28.143Z] 10:32:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2020-09-15T10:36:28.143Z] 10:32:01 2 0.12 0.00 0.03 0.00 0.02 99.83 [2020-09-15T10:36:28.143Z] 10:32:01 3 0.42 0.00 0.07 0.00 0.02 99.50 [2020-09-15T10:36:28.143Z] 10:33:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2020-09-15T10:36:28.143Z] 10:33:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-15T10:36:28.143Z] 10:33:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2020-09-15T10:36:28.143Z] 10:33:01 2 0.53 0.00 0.05 0.00 0.02 99.40 [2020-09-15T10:36:28.143Z] 10:33:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2020-09-15T10:36:28.143Z] 10:34:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-09-15T10:36:28.143Z] 10:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-15T10:36:28.143Z] 10:34:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-15T10:36:28.143Z] 10:34:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-09-15T10:36:28.143Z] 10:34:01 3 0.02 0.00 0.13 0.00 0.00 99.85 [2020-09-15T10:36:28.143Z] 10:35:01 all 0.14 0.00 0.03 0.00 0.01 99.82 [2020-09-15T10:36:28.143Z] 10:35:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-09-15T10:36:28.143Z] 10:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-15T10:36:28.143Z] 10:35:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2020-09-15T10:36:28.143Z] 10:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2020-09-15T10:36:28.143Z] 10:36:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-09-15T10:36:28.143Z] 10:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-15T10:36:28.143Z] 10:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-15T10:36:28.144Z] 10:36:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2020-09-15T10:36:28.144Z] 10:36:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-15T10:36:28.144Z] Average: all 2.31 0.00 1.28 0.73 0.49 95.19 [2020-09-15T10:36:28.144Z] Average: 0 2.22 0.00 1.17 0.76 0.51 95.34 [2020-09-15T10:36:28.144Z] Average: 1 2.17 0.00 1.66 0.79 0.44 94.94 [2020-09-15T10:36:28.144Z] Average: 2 2.47 0.00 1.14 0.62 0.55 95.23 [2020-09-15T10:36:28.144Z] Average: 3 2.39 0.00 1.17 0.73 0.45 95.26 [2020-09-15T10:36:28.144Z] [2020-09-15T10:36:28.144Z] [2020-09-15T10:36:28.144Z]