Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 245068c04ff2830f60caa5933c53c336b25cd27b+9f44a914c3163ba6aceeb076ef4043962d95dc92 (5766ee1896c6df70ab86a02b2f0f49ecc3607547) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-423 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b Merge succeeded, producing 468168c552680fcc047e30da33ce59c300210f4b Checking out Revision 468168c552680fcc047e30da33ce59c300210f4b (PR-584) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # 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 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 468168c552680fcc047e30da33ce59c300210f4b # timeout=10 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T18:42:43.708Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 [2020-09-18T18:42:43.938Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T18:42:44.052Z] ========================================================= [2020-09-18T18:42:44.052Z] EdgeX Global Pipelines Version Info [2020-09-18T18:42:44.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:42:45.702Z] ------------------- [2020-09-18T18:42:45.702Z] stable info: [2020-09-18T18:42:45.702Z] ------------------- [2020-09-18T18:42:45.702Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T18:42:45.702Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T18:42:45.702Z] Message: update stable to v1.0.122 [2020-09-18T18:42:46.651Z] ------------------- [2020-09-18T18:42:46.651Z] experimental info: [2020-09-18T18:42:46.651Z] ------------------- [2020-09-18T18:42:46.651Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T18:42:46.651Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T18:42:46.651Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T18:42:46.997Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-18T18:42:47.082Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-18T18:42:47.162Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T18:42:47.243Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T18:42:47.324Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T18:42:47.411Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T18:42:47.499Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T18:42:47.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T18:42:47.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-18T18:42:47.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T18:42:47.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T18:42:47.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-18T18:42:48.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T18:42:48.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T18:42:48.228Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T18:42:48.314Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:42:48.399Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:42:48.484Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:42:48.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T18:42:48.651Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T18:42:48.732Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T18:42:48.811Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T18:42:48.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-09-18T18:42:49.013Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-09-18T18:42:49.112Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-09-18T18:42:49.197Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 468168c552680fcc047e30da33ce59c300210f4b [Pipeline] echo [2020-09-18T18:42:49.281Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 468168c [Pipeline] echo [2020-09-18T18:42:49.397Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:42:50.022Z] + git log --format=format:%s -1 468168c552680fcc047e30da33ce59c300210f4b [Pipeline] echo [2020-09-18T18:42:50.080Z] GIT_COMMIT: 468168c552680fcc047e30da33ce59c300210f4b, Commit Message: Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD [Pipeline] echo [2020-09-18T18:42:50.137Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:42:50.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:42:50.936Z] [2020-09-18T18:42:50.936Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:42:51.289Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:42:51.289Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T18:42:51.289Z] 31603596830f: Pulling fs layer [2020-09-18T18:42:51.289Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T18:42:51.289Z] 6ca5941a6612: Pulling fs layer [2020-09-18T18:42:51.289Z] ecc8261a40a4: Pulling fs layer [2020-09-18T18:42:51.289Z] ecc8261a40a4: Waiting [2020-09-18T18:42:51.289Z] 2a8b12db71e7: Verifying Checksum [2020-09-18T18:42:51.289Z] 2a8b12db71e7: Download complete [2020-09-18T18:42:51.556Z] 31603596830f: Verifying Checksum [2020-09-18T18:42:51.556Z] 31603596830f: Download complete [2020-09-18T18:42:51.556Z] ecc8261a40a4: Verifying Checksum [2020-09-18T18:42:51.556Z] ecc8261a40a4: Download complete [2020-09-18T18:42:51.556Z] 6ca5941a6612: Verifying Checksum [2020-09-18T18:42:51.556Z] 6ca5941a6612: Download complete [2020-09-18T18:42:51.823Z] 31603596830f: Pull complete [2020-09-18T18:42:51.823Z] 2a8b12db71e7: Pull complete [2020-09-18T18:42:52.783Z] 6ca5941a6612: Pull complete [2020-09-18T18:42:53.045Z] ecc8261a40a4: Pull complete [2020-09-18T18:42:53.045Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T18:42:53.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:42:53.045Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T18:42:53.168Z] prd-centos7-docker-4c-2g-423 does not seem to be running inside a container [2020-09-18T18:42:53.221Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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-18T18:42:55.342Z] $ docker top d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T18:42:55.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T18:42:55.612Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T18:42:55.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T18:42:55.825Z] $ docker exec d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent [2020-09-18T18:42:55.985Z] SSH_AUTH_SOCK=/tmp/ssh-6AwWHVtCnTRX/agent.11 [2020-09-18T18:42:55.985Z] SSH_AGENT_PID=16 [2020-09-18T18:42:55.996Z] Running ssh-add (command line suppressed) [2020-09-18T18:42:56.112Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4339417731714573218.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4339417731714573218.key) [2020-09-18T18:42:56.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T18:42:56.499Z] + git describe --exact-match --tags HEAD [2020-09-18T18:42:56.499Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T18:42:56.521Z] $ docker exec --env ******** --env ******** d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent -k [2020-09-18T18:42:56.630Z] unset SSH_AUTH_SOCK; [2020-09-18T18:42:56.631Z] unset SSH_AGENT_PID; [2020-09-18T18:42:56.631Z] echo Agent pid 16 killed; [2020-09-18T18:42:56.674Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T18:42:56.756Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T18:42:56.756Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T18:42:56.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T18:42:56.847Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T18:42:57.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T18:42:57.009Z] $ docker exec d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent [2020-09-18T18:42:57.174Z] SSH_AUTH_SOCK=/tmp/ssh-NJG9pErScYF3/agent.44 [2020-09-18T18:42:57.174Z] SSH_AGENT_PID=49 [2020-09-18T18:42:57.180Z] Running ssh-add (command line suppressed) [2020-09-18T18:42:57.294Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_7548581693086272998.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_7548581693086272998.key) [2020-09-18T18:42:57.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T18:42:57.673Z] + git semver init [2020-09-18T18:42:57.674Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T18:42:57.674Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-09-18T18:42:57.674Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-18T18:42:57.674Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T18:42:57.674Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T18:42:57.674Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T18:42:57.674Z] # $SEMVER_BRANCH = PR-584 [2020-09-18T18:42:57.674Z] # $SEMVER_TEMP = /tmp/semver-798239801 [2020-09-18T18:42:57.674Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-18T18:42:58.250Z] # '/tmp/semver-798239801' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-09-18T18:42:58.250Z] # -> Force: false [2020-09-18T18:42:58.250Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-09-18T18:42:58.265Z] $ docker exec --env ******** --env ******** d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent -k [2020-09-18T18:42:58.385Z] unset SSH_AUTH_SOCK; [2020-09-18T18:42:58.386Z] unset SSH_AGENT_PID; [2020-09-18T18:42:58.386Z] echo Agent pid 49 killed; [2020-09-18T18:42:58.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T18:42:58.924Z] + git semver [Pipeline] } [2020-09-18T18:42:58.957Z] $ docker stop --time=1 d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 [2020-09-18T18:43:00.339Z] $ docker rm -f d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T18:43:01.354Z] Stashed 37 file(s) [Pipeline] echo [2020-09-18T18:43:01.357Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-18T18:43:01.445Z] 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-18T18:43:16.836Z] Still waiting to schedule task [2020-09-18T18:43:16.836Z] ‘prd-centos7-docker-4c-2g-426’ is offline [2020-09-18T18:43:16.838Z] Still waiting to schedule task [2020-09-18T18:43:16.838Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-18T18:44:47.542Z] Running on prd-centos7-docker-4c-2g-430 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-18T18:44:47.598Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-09-18T18:44:50.711Z] using credential edgex-jenkins-ssh [2020-09-18T18:44:50.768Z] Cloning the remote Git repository [2020-09-18T18:44:50.769Z] Cloning with configured refspecs honoured and without tags [2020-09-18T18:44:50.798Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:44:50.867Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-09-18T18:44:51.247Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:44:51.248Z] > git --version # timeout=10 [2020-09-18T18:44:52.010Z] Fetching without tags [2020-09-18T18:44:51.255Z] > git --version # 'git version 2.16.5' [2020-09-18T18:44:51.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:44:51.283Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:44:51.975Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:44:51.982Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-18T18:44:51.991Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:44:52.002Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:44:52.014Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:44:52.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:44:52.020Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:44:52.420Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-18T18:44:52.533Z] Merge succeeded, producing 32e76a6fdbb444e1590ffb8959b43d3745088a2c [2020-09-18T18:44:52.533Z] Checking out Revision 32e76a6fdbb444e1590ffb8959b43d3745088a2c (PR-584) [2020-09-18T18:44:52.429Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:44:52.436Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-18T18:44:52.483Z] > git remote # timeout=10 [2020-09-18T18:44:52.489Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T18:44:52.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:44:52.497Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T18:44:52.526Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T18:44:52.536Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:44:52.545Z] > git checkout -f 32e76a6fdbb444e1590ffb8959b43d3745088a2c # timeout=10 [2020-09-18T18:44:56.242Z] Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" [2020-09-18T18:44:56.255Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T18:44:57.118Z] ========================================================= [2020-09-18T18:44:57.118Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T18:44:57.118Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:44:56.246Z] > git rev-list --no-walk adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 [2020-09-18T18:44:57.877Z] + 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-18T18:44:58.465Z] Sending build context to Docker daemon 3.164MB [2020-09-18T18:44:58.465Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T18:44:58.465Z] Step 2/8 : FROM ${BASE} [2020-09-18T18:44:58.465Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T18:44:58.465Z] df20fa9351a1: Pulling fs layer [2020-09-18T18:44:58.465Z] ed8968b2872e: Pulling fs layer [2020-09-18T18:44:58.465Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T18:44:58.465Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T18:44:58.465Z] e73272ec9a57: Pulling fs layer [2020-09-18T18:44:58.465Z] 1e910a182e73: Pulling fs layer [2020-09-18T18:44:58.465Z] 4e634b169226: Pulling fs layer [2020-09-18T18:44:58.465Z] e73272ec9a57: Waiting [2020-09-18T18:44:58.465Z] 1e910a182e73: Waiting [2020-09-18T18:44:58.465Z] 4e634b169226: Waiting [2020-09-18T18:44:58.465Z] e871e8e8d7a9: Waiting [2020-09-18T18:44:58.465Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T18:44:58.465Z] a92cc7c5fd73: Download complete [2020-09-18T18:44:58.465Z] ed8968b2872e: Download complete [2020-09-18T18:44:58.465Z] e73272ec9a57: Verifying Checksum [2020-09-18T18:44:58.465Z] e73272ec9a57: Download complete [2020-09-18T18:44:58.465Z] 1e910a182e73: Verifying Checksum [2020-09-18T18:44:58.465Z] 1e910a182e73: Download complete [2020-09-18T18:44:58.465Z] df20fa9351a1: Verifying Checksum [2020-09-18T18:44:58.465Z] df20fa9351a1: Download complete [2020-09-18T18:44:59.045Z] df20fa9351a1: Pull complete [2020-09-18T18:44:59.331Z] ed8968b2872e: Pull complete [2020-09-18T18:44:59.331Z] a92cc7c5fd73: Pull complete [2020-09-18T18:45:00.289Z] 4e634b169226: Verifying Checksum [2020-09-18T18:45:00.289Z] 4e634b169226: Download complete [2020-09-18T18:45:01.285Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T18:45:01.285Z] e871e8e8d7a9: Download complete [2020-09-18T18:45:07.984Z] e871e8e8d7a9: Pull complete [2020-09-18T18:45:07.984Z] e73272ec9a57: Pull complete [2020-09-18T18:45:07.984Z] 1e910a182e73: Pull complete [2020-09-18T18:45:13.302Z] 4e634b169226: Pull complete [2020-09-18T18:45:13.302Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T18:45:13.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T18:45:13.302Z] ---> f7629b54cfaa [2020-09-18T18:45:13.302Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:45:13.302Z] ---> Running in 09750972cc32 [2020-09-18T18:45:13.568Z] Removing intermediate container 09750972cc32 [2020-09-18T18:45:13.569Z] ---> 3fbee41c4a54 [2020-09-18T18:45:13.569Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:45:13.569Z] ---> Running in 3d7e27dec531 [2020-09-18T18:45:14.523Z] Removing intermediate container 3d7e27dec531 [2020-09-18T18:45:14.523Z] ---> 207c40937e57 [2020-09-18T18:45:14.523Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T18:45:14.523Z] ---> Running in b1cdf2a09533 [2020-09-18T18:45:15.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T18:45:16.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T18:45:18.794Z] OK: 166 MiB in 39 packages [2020-09-18T18:45:19.060Z] Removing intermediate container b1cdf2a09533 [2020-09-18T18:45:19.060Z] ---> ecf77ac3d9eb [2020-09-18T18:45:19.060Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T18:45:19.060Z] ---> Running in 6f7221106290 [2020-09-18T18:45:19.324Z] Removing intermediate container 6f7221106290 [2020-09-18T18:45:19.324Z] ---> f9dedd589c1b [2020-09-18T18:45:19.324Z] Step 7/8 : COPY . . [2020-09-18T18:45:20.270Z] ---> d551a1077df7 [2020-09-18T18:45:20.270Z] Step 8/8 : RUN go mod download [2020-09-18T18:45:20.270Z] ---> Running in 704b3fe65338 [2020-09-18T18:45:32.555Z] Removing intermediate container 704b3fe65338 [2020-09-18T18:45:32.555Z] ---> 1bf4d3af23f0 [2020-09-18T18:45:32.555Z] Successfully built 1bf4d3af23f0 [2020-09-18T18:45:32.555Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:45:32.914Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T18:45:32.915Z] . [Pipeline] withDockerContainer [2020-09-18T18:45:33.013Z] prd-centos7-docker-4c-2g-430 does not seem to be running inside a container [2020-09-18T18:45:33.065Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-18T18:45:34.224Z] $ docker top 96efe69e45c13f3aaf26086efece033e719751e00bfd9c7da05b6414a63bd69a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:45:34.754Z] + go version [2020-09-18T18:45:34.755Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T18:45:34.769Z] $ docker stop --time=1 96efe69e45c13f3aaf26086efece033e719751e00bfd9c7da05b6414a63bd69a [2020-09-18T18:45:36.106Z] $ docker rm -f 96efe69e45c13f3aaf26086efece033e719751e00bfd9c7da05b6414a63bd69a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:45:37.003Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T18:45:37.003Z] . [Pipeline] withDockerContainer [2020-09-18T18:45:37.290Z] prd-centos7-docker-4c-2g-430 does not seem to be running inside a container [2020-09-18T18:45:37.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-18T18:45:38.097Z] $ docker top 4c87cebc3c7621863f3608d5a0d1830245e7f4fa32e28f2082ebd18c15e60382 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:45:38.592Z] + make test [2020-09-18T18:45:38.592Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T18:45:40.311Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-432 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-18T18:45:40.387Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-09-18T18:45:45.244Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T18:45:45.730Z] using credential edgex-jenkins-ssh [2020-09-18T18:45:45.792Z] Cloning the remote Git repository [2020-09-18T18:45:45.792Z] Cloning with configured refspecs honoured and without tags [2020-09-18T18:45:45.855Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:45:45.976Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-09-18T18:45:46.047Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:45:46.048Z] > git --version # timeout=10 [2020-09-18T18:45:46.069Z] > git --version # 'git version 2.17.1' [2020-09-18T18:45:46.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:45:46.160Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:45:47.127Z] Fetching without tags [2020-09-18T18:45:47.598Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-18T18:45:47.924Z] Merge succeeded, producing 9b078fbf15bf3d604485327464fbbb9627d1078a [2020-09-18T18:45:47.925Z] Checking out Revision 9b078fbf15bf3d604485327464fbbb9627d1078a (PR-584) [2020-09-18T18:45:47.045Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:45:47.067Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-18T18:45:47.083Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:45:47.113Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:45:47.141Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:45:47.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:45:47.154Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:45:47.623Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:45:47.650Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-18T18:45:47.761Z] > git remote # timeout=10 [2020-09-18T18:45:47.777Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T18:45:47.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:45:47.812Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T18:45:47.907Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T18:45:47.934Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:45:48.000Z] > git checkout -f 9b078fbf15bf3d604485327464fbbb9627d1078a # timeout=10 [2020-09-18T18:45:52.451Z] Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" [2020-09-18T18:45:52.481Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T18:45:53.773Z] ========================================================= [2020-09-18T18:45:53.773Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T18:45:53.773Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:45:52.462Z] > git rev-list --no-walk adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 [2020-09-18T18:45:54.861Z] + 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-18T18:45:55.857Z] Sending build context to Docker daemon 3.164MB [2020-09-18T18:45:55.857Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T18:45:55.857Z] Step 2/8 : FROM ${BASE} [2020-09-18T18:45:56.138Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T18:45:56.138Z] b538f80385f9: Pulling fs layer [2020-09-18T18:45:56.138Z] 74f711af9a0d: Pulling fs layer [2020-09-18T18:45:56.138Z] 99f96fe45779: Pulling fs layer [2020-09-18T18:45:56.138Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T18:45:56.138Z] 45590311c82a: Pulling fs layer [2020-09-18T18:45:56.138Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T18:45:56.138Z] 209524e5b208: Pulling fs layer [2020-09-18T18:45:56.138Z] 8529a6b9a6be: Waiting [2020-09-18T18:45:56.138Z] 45590311c82a: Waiting [2020-09-18T18:45:56.138Z] 69ca0ff8b7b3: Waiting [2020-09-18T18:45:56.138Z] 209524e5b208: Waiting [2020-09-18T18:45:56.138Z] 99f96fe45779: Verifying Checksum [2020-09-18T18:45:56.138Z] 99f96fe45779: Download complete [2020-09-18T18:45:56.138Z] 74f711af9a0d: Verifying Checksum [2020-09-18T18:45:56.138Z] 74f711af9a0d: Download complete [2020-09-18T18:45:56.138Z] 45590311c82a: Verifying Checksum [2020-09-18T18:45:56.138Z] 45590311c82a: Download complete [2020-09-18T18:45:56.138Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-18T18:45:56.138Z] 69ca0ff8b7b3: Download complete [2020-09-18T18:45:56.414Z] b538f80385f9: Download complete [2020-09-18T18:45:57.015Z] b538f80385f9: Pull complete [2020-09-18T18:45:57.586Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T18:45:57.586Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T18:45:57.586Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T18:45:57.632Z] 74f711af9a0d: Pull complete [2020-09-18T18:45:58.171Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.028s coverage: 21.0% of statements [2020-09-18T18:45:58.233Z] 99f96fe45779: Pull complete [2020-09-18T18:45:59.138Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.429s coverage: 95.7% of statements [2020-09-18T18:45:59.679Z] 209524e5b208: Verifying Checksum [2020-09-18T18:45:59.679Z] 209524e5b208: Download complete [2020-09-18T18:46:00.664Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T18:46:00.664Z] 8529a6b9a6be: Download complete [2020-09-18T18:46:13.090Z] 8529a6b9a6be: Pull complete [2020-09-18T18:46:13.090Z] 45590311c82a: Pull complete [2020-09-18T18:46:13.090Z] 69ca0ff8b7b3: Pull complete [2020-09-18T18:46:16.522Z] 209524e5b208: Pull complete [2020-09-18T18:46:16.522Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T18:46:16.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T18:46:16.522Z] ---> 5bddaf1c2fca [2020-09-18T18:46:16.522Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:46:19.153Z] ---> Running in 9bf7b9c7a91b [2020-09-18T18:46:19.426Z] Removing intermediate container 9bf7b9c7a91b [2020-09-18T18:46:19.426Z] ---> 5d34993294ac [2020-09-18T18:46:19.426Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:46:19.703Z] ---> Running in c9848ca2f0f0 [2020-09-18T18:46:22.355Z] Removing intermediate container c9848ca2f0f0 [2020-09-18T18:46:22.355Z] ---> 52b1991f04bf [2020-09-18T18:46:22.355Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T18:46:22.682Z] ---> Running in 46f3624f75c8 [2020-09-18T18:46:24.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T18:46:25.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T18:46:26.988Z] OK: 142 MiB in 39 packages [2020-09-18T18:46:28.431Z] Removing intermediate container 46f3624f75c8 [2020-09-18T18:46:28.431Z] ---> b3411138b7e6 [2020-09-18T18:46:28.431Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T18:46:28.431Z] ---> Running in 15b3c65c6078 [2020-09-18T18:46:29.030Z] Removing intermediate container 15b3c65c6078 [2020-09-18T18:46:29.030Z] ---> 29e3e2f89945 [2020-09-18T18:46:29.030Z] Step 7/8 : COPY . . [2020-09-18T18:46:30.476Z] ---> 4748a27d3eb8 [2020-09-18T18:46:30.476Z] Step 8/8 : RUN go mod download [2020-09-18T18:46:30.476Z] ---> Running in 7667a6ef605f [2020-09-18T18:46:31.314Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 8.6% of statements [2020-09-18T18:46:31.314Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.029s coverage: 21.7% of statements [2020-09-18T18:46:31.314Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T18:46:31.314Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.182s coverage: 37.0% of statements [2020-09-18T18:46:31.314Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T18:46:31.314Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.253s coverage: 65.4% of statements [2020-09-18T18:46:31.314Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T18:46:31.314Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T18:46:31.314Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T18:46:31.314Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.086s coverage: 52.6% of statements [2020-09-18T18:46:31.314Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.604s coverage: 68.9% of statements [2020-09-18T18:46:31.314Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T18:46:31.314Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T18:46:31.314Z] GO111MODULE=on go vet ./... [2020-09-18T18:46:36.700Z] gofmt -l . [2020-09-18T18:46:36.700Z] [ "`gofmt -l .`" = "" ] [2020-09-18T18:46:36.700Z] ./bin/test-attribution-txt.sh [2020-09-18T18:46:37.290Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T18:46:38.032Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T18:46:38.040Z] $ docker stop --time=1 4c87cebc3c7621863f3608d5a0d1830245e7f4fa32e28f2082ebd18c15e60382 [2020-09-18T18:46:39.934Z] $ docker rm -f 4c87cebc3c7621863f3608d5a0d1830245e7f4fa32e28f2082ebd18c15e60382 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:46:41.788Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T18:46:42.170Z] + ls -al . [2020-09-18T18:46:42.170Z] total 188 [2020-09-18T18:46:42.170Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 18 18:46 . [2020-09-18T18:46:42.170Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 18:44 .. [2020-09-18T18:46:42.170Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 18:44 bin [2020-09-18T18:46:42.170Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 18 18:46 coverage.out [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 18 18:44 Dockerfile.build [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 18 18:44 .dockerignore [2020-09-18T18:46:42.170Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 18 18:44 example [2020-09-18T18:46:42.170Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 18:44 .git [2020-09-18T18:46:42.170Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 18 18:44 .github [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 18 18:44 .gitignore [2020-09-18T18:46:42.170Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 18 18:46 go.mod [2020-09-18T18:46:42.170Z] -rw-r--r--. 1 jenkins jenkins 12264 Sep 18 18:46 go.sum [2020-09-18T18:46:42.170Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 18 18:44 internal [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 18 18:44 Jenkinsfile [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 18 18:44 LICENSE [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 18 18:44 Makefile [2020-09-18T18:46:42.170Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 18 18:44 openapi [2020-09-18T18:46:42.170Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 18 18:44 pkg [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 18 18:44 README.md [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 18 18:44 RELEASE-NOTES.txt [2020-09-18T18:46:42.170Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 18:44 .semver [2020-09-18T18:46:42.170Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 18:44 snap [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 18:43 VERSION [2020-09-18T18:46:42.170Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 18 18:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:46:42.487Z] + 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=468168c552680fcc047e30da33ce59c300210f4b --label arch=amd64 --label version=0.0.0 . [2020-09-18T18:46:42.775Z] Sending build context to Docker daemon 3.277MB [2020-09-18T18:46:42.775Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T18:46:42.775Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T18:46:42.775Z] ---> 1bf4d3af23f0 [2020-09-18T18:46:42.775Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T18:46:43.070Z] ---> Running in cd49fe5b3992 [2020-09-18T18:46:43.358Z] Removing intermediate container cd49fe5b3992 [2020-09-18T18:46:43.358Z] ---> 49d0b2b7c39f [2020-09-18T18:46:43.358Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T18:46:43.358Z] ---> Running in 3b0f30009852 [2020-09-18T18:46:43.632Z] Removing intermediate container 3b0f30009852 [2020-09-18T18:46:43.632Z] ---> 07a81166fea9 [2020-09-18T18:46:43.632Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:46:43.632Z] ---> Running in 3c3792f40a26 [2020-09-18T18:46:43.910Z] Removing intermediate container 3c3792f40a26 [2020-09-18T18:46:43.910Z] ---> 8cc7e4ba78f0 [2020-09-18T18:46:43.910Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:46:43.910Z] ---> Running in 931b956c5c81 [2020-09-18T18:46:44.894Z] Removing intermediate container 931b956c5c81 [2020-09-18T18:46:44.894Z] ---> d9e80790ed9a [2020-09-18T18:46:44.894Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T18:46:44.894Z] ---> Running in 0ec22454e442 [2020-09-18T18:46:45.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T18:46:45.634Z] Removing intermediate container 7667a6ef605f [2020-09-18T18:46:45.635Z] ---> 686d8f9c83c4 [2020-09-18T18:46:45.635Z] Successfully built 686d8f9c83c4 [2020-09-18T18:46:45.635Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:46:46.048Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T18:46:46.048Z] . [Pipeline] withDockerContainer [2020-09-18T18:46:46.357Z] prd-ubuntu18.04-docker-arm64-4c-16g-432 does not seem to be running inside a container [2020-09-18T18:46:46.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-18T18:46:46.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T18:46:47.198Z] OK: 166 MiB in 39 packages [2020-09-18T18:46:47.786Z] Removing intermediate container 0ec22454e442 [2020-09-18T18:46:47.786Z] ---> 26c83ec8ef42 [2020-09-18T18:46:47.786Z] Step 8/24 : COPY . . [2020-09-18T18:46:48.300Z] $ docker top 66c144707e76197ffbe00fdc96ab821e4d71e20ee4efb0609854646f0dc3f72a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:46:48.806Z] ---> a66e37567d3f [2020-09-18T18:46:48.806Z] Step 9/24 : RUN ${MAKE} [2020-09-18T18:46:48.806Z] ---> Running in 3b0ad74b20f6 [2020-09-18T18:46:49.414Z] 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-18T18:46:49.801Z] + go version [2020-09-18T18:46:49.801Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T18:46:49.830Z] $ docker stop --time=1 66c144707e76197ffbe00fdc96ab821e4d71e20ee4efb0609854646f0dc3f72a [2020-09-18T18:46:51.757Z] $ docker rm -f 66c144707e76197ffbe00fdc96ab821e4d71e20ee4efb0609854646f0dc3f72a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:46:52.997Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T18:46:52.997Z] . [Pipeline] withDockerContainer [2020-09-18T18:46:53.299Z] prd-ubuntu18.04-docker-arm64-4c-16g-432 does not seem to be running inside a container [2020-09-18T18:46:53.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-18T18:46:55.385Z] $ docker top 24999492f39eff307af9b2304811516ac0a52dd2ddfd08a9a0b70f7868956a0a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:46:56.127Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T18:46:56.827Z] + make test [2020-09-18T18:46:56.828Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T18:46:58.054Z] Removing intermediate container 3b0ad74b20f6 [2020-09-18T18:46:58.054Z] ---> db52c45bf981 [2020-09-18T18:46:58.054Z] Step 10/24 : FROM scratch [2020-09-18T18:46:58.054Z] ---> [2020-09-18T18:46:58.054Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:46:58.054Z] ---> Running in 7720b61b4804 [2020-09-18T18:46:58.054Z] Removing intermediate container 7720b61b4804 [2020-09-18T18:46:58.054Z] ---> 222c995be8a8 [2020-09-18T18:46:58.054Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T18:46:58.054Z] ---> Running in 930cf205b99b [2020-09-18T18:46:58.316Z] Removing intermediate container 930cf205b99b [2020-09-18T18:46:58.316Z] ---> 09ed676f64db [2020-09-18T18:46:58.316Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T18:46:58.316Z] ---> Running in 9fed420398e2 [2020-09-18T18:46:58.316Z] Removing intermediate container 9fed420398e2 [2020-09-18T18:46:58.316Z] ---> 8024c4206c3d [2020-09-18T18:46:58.316Z] Step 14/24 : WORKDIR / [2020-09-18T18:46:58.578Z] ---> Running in cfce7e30dff1 [2020-09-18T18:46:58.578Z] Removing intermediate container cfce7e30dff1 [2020-09-18T18:46:58.578Z] ---> 74952b3c55c3 [2020-09-18T18:46:58.578Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T18:46:59.161Z] ---> 9af52b7c5408 [2020-09-18T18:46:59.161Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T18:46:59.424Z] ---> 280078dcec2a [2020-09-18T18:46:59.424Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-18T18:46:59.424Z] ---> f4ece7868ee2 [2020-09-18T18:46:59.424Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T18:46:59.686Z] ---> db1717b044f4 [2020-09-18T18:46:59.686Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T18:46:59.949Z] ---> ee4293f3495b [2020-09-18T18:46:59.949Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T18:46:59.949Z] ---> Running in 5533ae7f238f [2020-09-18T18:47:00.212Z] Removing intermediate container 5533ae7f238f [2020-09-18T18:47:00.212Z] ---> 9a3d5d1f6395 [2020-09-18T18:47:00.212Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T18:47:00.212Z] ---> Running in 35b5c85bd9f4 [2020-09-18T18:47:00.474Z] Removing intermediate container 35b5c85bd9f4 [2020-09-18T18:47:00.474Z] ---> 6403e73efc4c [2020-09-18T18:47:00.474Z] Step 22/24 : LABEL arch=amd64 [2020-09-18T18:47:00.474Z] ---> Running in 58d102a2757b [2020-09-18T18:47:00.737Z] Removing intermediate container 58d102a2757b [2020-09-18T18:47:00.737Z] ---> a355e065eec9 [2020-09-18T18:47:00.737Z] Step 23/24 : LABEL git_sha=468168c552680fcc047e30da33ce59c300210f4b [2020-09-18T18:47:00.737Z] ---> Running in b735249dbaa0 [2020-09-18T18:47:01.000Z] Removing intermediate container b735249dbaa0 [2020-09-18T18:47:01.000Z] ---> d1678e744779 [2020-09-18T18:47:01.000Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T18:47:01.000Z] ---> Running in 424b2c3790d4 [2020-09-18T18:47:01.266Z] Removing intermediate container 424b2c3790d4 [2020-09-18T18:47:01.266Z] ---> f57c8316b646 [2020-09-18T18:47:01.266Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T18:47:01.266Z] Successfully built f57c8316b646 [2020-09-18T18:47:01.266Z] Successfully tagged docker-device-sdk-simple: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] } [2020-09-18T18:47:19.035Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T18:48:06.074Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T18:48:06.074Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T18:48:06.074Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T18:48:06.074Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.061s coverage: 21.0% of statements [2020-09-18T18:48:06.074Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.362s coverage: 95.7% of statements [2020-09-18T18:48:32.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.065s coverage: 8.6% of statements [2020-09-18T18:48:32.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.7% of statements [2020-09-18T18:48:32.864Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T18:48:32.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.448s coverage: 37.0% of statements [2020-09-18T18:48:32.864Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T18:48:32.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.701s coverage: 65.4% of statements [2020-09-18T18:48:32.864Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T18:48:32.864Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T18:48:32.864Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T18:48:32.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.129s coverage: 52.6% of statements [2020-09-18T18:48:32.864Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.740s coverage: 68.9% of statements [2020-09-18T18:48:32.864Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T18:48:32.864Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T18:48:32.864Z] GO111MODULE=on go vet ./... [2020-09-18T18:48:59.714Z] gofmt -l . [2020-09-18T18:48:59.714Z] [ "`gofmt -l .`" = "" ] [2020-09-18T18:48:59.714Z] ./bin/test-attribution-txt.sh [2020-09-18T18:48:59.714Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T18:48:59.780Z] Warning: overwriting stash ‘coverage-report’ [2020-09-18T18:49:00.684Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T18:49:00.689Z] $ docker stop --time=1 24999492f39eff307af9b2304811516ac0a52dd2ddfd08a9a0b70f7868956a0a [2020-09-18T18:49:02.846Z] $ docker rm -f 24999492f39eff307af9b2304811516ac0a52dd2ddfd08a9a0b70f7868956a0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:49:04.282Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T18:49:04.626Z] + ls -al . [2020-09-18T18:49:04.626Z] total 228 [2020-09-18T18:49:04.626Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 18 18:48 . [2020-09-18T18:49:04.626Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 .. [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 18 18:45 .dockerignore [2020-09-18T18:49:04.626Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 18:45 .git [2020-09-18T18:49:04.626Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:45 .github [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 18 18:45 .gitignore [2020-09-18T18:49:04.626Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 18:45 .semver [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 18 18:45 Dockerfile.build [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 18 18:45 Jenkinsfile [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 18 18:45 LICENSE [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 18 18:45 Makefile [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 18 18:45 README.md [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 18 18:45 RELEASE-NOTES.txt [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 18:43 VERSION [2020-09-18T18:49:04.626Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:45 bin [2020-09-18T18:49:04.626Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 18 18:48 coverage.out [2020-09-18T18:49:04.626Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 example [2020-09-18T18:49:04.626Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 18 18:48 go.mod [2020-09-18T18:49:04.626Z] -rw-r--r-- 1 jenkins jenkins 12264 Sep 18 18:48 go.sum [2020-09-18T18:49:04.626Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 18 18:45 internal [2020-09-18T18:49:04.626Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 openapi [2020-09-18T18:49:04.626Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 18 18:45 pkg [2020-09-18T18:49:04.626Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 snap [2020-09-18T18:49:04.626Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 18 18:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:49:04.968Z] + 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=468168c552680fcc047e30da33ce59c300210f4b --label arch=arm64 --label version=0.0.0 . [2020-09-18T18:49:05.243Z] Sending build context to Docker daemon 3.277MB [2020-09-18T18:49:05.243Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T18:49:05.243Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T18:49:05.515Z] ---> 686d8f9c83c4 [2020-09-18T18:49:05.515Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T18:49:05.788Z] ---> Running in f48924c90246 [2020-09-18T18:49:06.060Z] Removing intermediate container f48924c90246 [2020-09-18T18:49:06.060Z] ---> 081f69cca055 [2020-09-18T18:49:06.060Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T18:49:06.060Z] ---> Running in c799ad06faee [2020-09-18T18:49:06.672Z] Removing intermediate container c799ad06faee [2020-09-18T18:49:06.672Z] ---> c4b87a4efbb3 [2020-09-18T18:49:06.672Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:49:06.672Z] ---> Running in 33bb80594d1c [2020-09-18T18:49:07.277Z] Removing intermediate container 33bb80594d1c [2020-09-18T18:49:07.277Z] ---> 6c82b92a4421 [2020-09-18T18:49:07.277Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:49:07.277Z] ---> Running in 3118243fd5d3 [2020-09-18T18:49:09.900Z] Removing intermediate container 3118243fd5d3 [2020-09-18T18:49:09.900Z] ---> 9a4e6279e9f6 [2020-09-18T18:49:09.900Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T18:49:09.900Z] ---> Running in f975e5fa21ce [2020-09-18T18:49:11.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T18:49:11.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T18:49:12.515Z] OK: 142 MiB in 39 packages [2020-09-18T18:49:13.941Z] Removing intermediate container f975e5fa21ce [2020-09-18T18:49:13.941Z] ---> bae1f8834af1 [2020-09-18T18:49:13.941Z] Step 8/24 : COPY . . [2020-09-18T18:49:14.919Z] ---> b0a74e8bf7ff [2020-09-18T18:49:14.919Z] Step 9/24 : RUN ${MAKE} [2020-09-18T18:49:15.193Z] ---> Running in 46b9986a2f5e [2020-09-18T18:49:16.627Z] 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-18T18:49:38.805Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T18:49:41.427Z] Removing intermediate container 46b9986a2f5e [2020-09-18T18:49:41.427Z] ---> 75fc490489eb [2020-09-18T18:49:41.427Z] Step 10/24 : FROM scratch [2020-09-18T18:49:41.427Z] ---> [2020-09-18T18:49:41.427Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:49:41.427Z] ---> Running in d7a6ee84d4cb [2020-09-18T18:49:42.020Z] Removing intermediate container d7a6ee84d4cb [2020-09-18T18:49:42.020Z] ---> b804f17034c1 [2020-09-18T18:49:42.020Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T18:49:42.293Z] ---> Running in a9df28ccac7f [2020-09-18T18:49:42.889Z] Removing intermediate container a9df28ccac7f [2020-09-18T18:49:42.889Z] ---> 77f24ea739d5 [2020-09-18T18:49:42.889Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T18:49:42.889Z] ---> Running in 5a97652d8780 [2020-09-18T18:49:43.486Z] Removing intermediate container 5a97652d8780 [2020-09-18T18:49:43.486Z] ---> f79f99c24bd9 [2020-09-18T18:49:43.486Z] Step 14/24 : WORKDIR / [2020-09-18T18:49:43.781Z] ---> Running in c1dff4aa0a2b [2020-09-18T18:49:44.378Z] Removing intermediate container c1dff4aa0a2b [2020-09-18T18:49:44.378Z] ---> 444341848bd4 [2020-09-18T18:49:44.378Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T18:49:45.814Z] ---> 2a30a9f6ca2c [2020-09-18T18:49:45.814Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T18:49:46.409Z] ---> b5a6e502245c [2020-09-18T18:49:46.409Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-18T18:49:47.009Z] ---> e8655bac474b [2020-09-18T18:49:47.009Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T18:49:47.989Z] ---> a008f330e88d [2020-09-18T18:49:47.989Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T18:49:48.585Z] ---> b58cec5164f1 [2020-09-18T18:49:48.585Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T18:49:48.585Z] ---> Running in 55add30adff1 [2020-09-18T18:49:49.180Z] Removing intermediate container 55add30adff1 [2020-09-18T18:49:49.180Z] ---> dc785e0f7dbf [2020-09-18T18:49:49.180Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T18:49:49.180Z] ---> Running in a05750b60044 [2020-09-18T18:49:49.775Z] Removing intermediate container a05750b60044 [2020-09-18T18:49:49.775Z] ---> 122bdc96ac63 [2020-09-18T18:49:49.775Z] Step 22/24 : LABEL arch=arm64 [2020-09-18T18:49:49.775Z] ---> Running in cb75306e8539 [2020-09-18T18:49:50.374Z] Removing intermediate container cb75306e8539 [2020-09-18T18:49:50.374Z] ---> 6b063c0ce34f [2020-09-18T18:49:50.374Z] Step 23/24 : LABEL git_sha=468168c552680fcc047e30da33ce59c300210f4b [2020-09-18T18:49:50.651Z] ---> Running in 497817ba0736 [2020-09-18T18:49:50.922Z] Removing intermediate container 497817ba0736 [2020-09-18T18:49:50.923Z] ---> 139d1841eb39 [2020-09-18T18:49:50.923Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T18:49:51.198Z] ---> Running in 990756343acb [2020-09-18T18:49:51.473Z] Removing intermediate container 990756343acb [2020-09-18T18:49:51.473Z] ---> 4fa2020bc5d4 [2020-09-18T18:49:51.473Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T18:49:51.473Z] Successfully built 4fa2020bc5d4 [2020-09-18T18:49:51.473Z] 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-18T18:49:53.400Z] provisioning config files... [2020-09-18T18:49:53.417Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1160415195946416052tmp [Pipeline] { [Pipeline] sh [2020-09-18T18:49:53.795Z] + curl -s https://codecov.io/bash [2020-09-18T18:49:53.795Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1160415195946416052tmp [Pipeline] } [2020-09-18T18:49:54.070Z] 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-18T18:49:56.323Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:49:56.892Z] ---> package-listing.sh [2020-09-18T18:49:56.892Z] ++ facter osfamily [2020-09-18T18:49:56.892Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T18:49:56.892Z] + OS_FAMILY=redhat [2020-09-18T18:49:56.892Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-18T18:49:56.892Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T18:49:56.892Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T18:49:56.892Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T18:49:56.892Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T18:49:56.892Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-18T18:49:56.892Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T18:49:56.892Z] + case "${OS_FAMILY}" in [2020-09-18T18:49:56.892Z] + rpm -qa [2020-09-18T18:49:56.892Z] + sort [2020-09-18T18:50:01.126Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T18:50:01.126Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T18:50:01.126Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T18:50:01.126Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-18T18:50:01.126Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-09-18T18:50:01.126Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:50:01.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:50:01.689Z] [2020-09-18T18:50:01.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:50:02.043Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:50:02.043Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T18:50:02.043Z] df20fa9351a1: Pulling fs layer [2020-09-18T18:50:02.043Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T18:50:02.043Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T18:50:02.043Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T18:50:02.043Z] 0dadc02b9964: Pulling fs layer [2020-09-18T18:50:02.043Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T18:50:02.043Z] 7a184a31f384: Pulling fs layer [2020-09-18T18:50:02.043Z] 0879bd2ef858: Pulling fs layer [2020-09-18T18:50:02.043Z] 46f8f816bc3b: Waiting [2020-09-18T18:50:02.043Z] ce6a7cf60c04: Waiting [2020-09-18T18:50:02.043Z] 7a184a31f384: Waiting [2020-09-18T18:50:02.043Z] 0879bd2ef858: Waiting [2020-09-18T18:50:02.043Z] 0dadc02b9964: Waiting [2020-09-18T18:50:02.043Z] 36b3adc4ff6f: Download complete [2020-09-18T18:50:02.043Z] 46f8f816bc3b: Verifying Checksum [2020-09-18T18:50:02.043Z] 46f8f816bc3b: Download complete [2020-09-18T18:50:02.043Z] df20fa9351a1: Download complete [2020-09-18T18:50:02.043Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T18:50:02.043Z] ce6a7cf60c04: Download complete [2020-09-18T18:50:02.310Z] 7a184a31f384: Verifying Checksum [2020-09-18T18:50:02.310Z] 7a184a31f384: Download complete [2020-09-18T18:50:02.310Z] 0dadc02b9964: Verifying Checksum [2020-09-18T18:50:02.310Z] 0dadc02b9964: Download complete [2020-09-18T18:50:02.310Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T18:50:02.310Z] 8ad3a11d3b57: Download complete [2020-09-18T18:50:02.573Z] df20fa9351a1: Pull complete [2020-09-18T18:50:02.573Z] 36b3adc4ff6f: Pull complete [2020-09-18T18:50:02.837Z] 0879bd2ef858: Verifying Checksum [2020-09-18T18:50:02.837Z] 0879bd2ef858: Download complete [2020-09-18T18:50:03.415Z] 8ad3a11d3b57: Pull complete [2020-09-18T18:50:03.415Z] 46f8f816bc3b: Pull complete [2020-09-18T18:50:03.677Z] 0dadc02b9964: Pull complete [2020-09-18T18:50:03.677Z] ce6a7cf60c04: Pull complete [2020-09-18T18:50:03.949Z] 7a184a31f384: Pull complete [2020-09-18T18:50:06.546Z] 0879bd2ef858: Pull complete [2020-09-18T18:50:06.546Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T18:50:06.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:50:06.546Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T18:50:06.734Z] prd-centos7-docker-4c-2g-423 does not seem to be running inside a container [2020-09-18T18:50:06.783Z] $ 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-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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-18T18:50:12.528Z] $ docker top 311f7e20dd6a738c10573dfb88c14c77376388b5c036a9cc0bdc543cbbb023eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:50:13.268Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T18:50:13.658Z] + ls /var/log/sa-host [2020-09-18T18:50:13.659Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T18:50:13.659Z] file_magic: OK [2020-09-18T18:50:13.659Z] HZ: Using current value: 100 [2020-09-18T18:50:13.659Z] file_header: OK [2020-09-18T18:50:13.659Z] 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-18T18:50:13.659Z] Statistics: [2020-09-18T18:50:13.659Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T18:50:13.659Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T18:50:13.659Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T18:50:13.659Z] file_magic: OK [2020-09-18T18:50:13.659Z] HZ: Using current value: 100 [2020-09-18T18:50:13.659Z] file_header: OK [2020-09-18T18:50:13.659Z] 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-18T18:50:13.659Z] Statistics: [2020-09-18T18:50:13.659Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T18:50:13.659Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T18:50:13.747Z] provisioning config files... [2020-09-18T18:50:13.778Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1658011881878205484tmp [Pipeline] { [Pipeline] echo [2020-09-18T18:50:13.880Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:50:14.205Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T18:50:14.220Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:50:14.551Z] ---> logs-deploy.sh [2020-09-18T18:50:14.551Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/7 [2020-09-18T18:50:14.551Z] INFO: archiving workspace using pattern(s): [2020-09-18T18:50:15.949Z] Archives upload complete. [2020-09-18T18:50:15.949Z] INFO: archiving logs to Nexus