Pull request #595 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 0916c9033c71b8931055140091788f6fe2f32c33 rather than 4b442f7a6535f76275386499d703889074dd882d Obtained Jenkinsfile from 0916c9033c71b8931055140091788f6fe2f32c33 Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-595/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-638 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [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-595 # 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/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4b442f7a6535f76275386499d703889074dd882d Merge succeeded, producing 4b442f7a6535f76275386499d703889074dd882d Checking out Revision 4b442f7a6535f76275386499d703889074dd882d (PR-595) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # 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/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # 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 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 Commit message: "Update V2 Swagger file callback API status code" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-21T03:26:28.708Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-21T03:26:29.117Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-21T03:26:29.343Z] ========================================================= [2020-09-21T03:26:29.343Z] EdgeX Global Pipelines Version Info [2020-09-21T03:26:29.343Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:26:31.302Z] ------------------- [2020-09-21T03:26:31.302Z] stable info: [2020-09-21T03:26:31.302Z] ------------------- [2020-09-21T03:26:31.302Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-21T03:26:31.302Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-21T03:26:31.302Z] Message: update stable to v1.0.122 [2020-09-21T03:26:31.879Z] ------------------- [2020-09-21T03:26:31.879Z] experimental info: [2020-09-21T03:26:31.879Z] ------------------- [2020-09-21T03:26:31.879Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-21T03:26:31.879Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-21T03:26:31.879Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-21T03:26:32.404Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-21T03:26:32.562Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-21T03:26:32.699Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-21T03:26:32.833Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-21T03:26:32.969Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-21T03:26:33.123Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-21T03:26:33.269Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-21T03:26:33.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-21T03:26:33.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-21T03:26:33.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-21T03:26:33.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-21T03:26:33.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-21T03:26:34.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-21T03:26:34.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-21T03:26:34.366Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-21T03:26:34.495Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T03:26:34.632Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T03:26:34.774Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T03:26:34.903Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-21T03:26:35.034Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-21T03:26:35.179Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-21T03:26:35.309Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-21T03:26:35.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-595 [Pipeline] echo [2020-09-21T03:26:35.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-595 [Pipeline] echo [2020-09-21T03:26:35.693Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-595 [Pipeline] echo [2020-09-21T03:26:35.815Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b442f7a6535f76275386499d703889074dd882d [Pipeline] echo [2020-09-21T03:26:35.951Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b442f7 [Pipeline] echo [2020-09-21T03:26:36.083Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T03:26:36.893Z] + git log --format=format:%s -1 4b442f7a6535f76275386499d703889074dd882d [Pipeline] echo [2020-09-21T03:26:36.978Z] GIT_COMMIT: 4b442f7a6535f76275386499d703889074dd882d, Commit Message: Update V2 Swagger file callback API status code [Pipeline] echo [2020-09-21T03:26:37.057Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:26:38.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T03:26:38.589Z] [2020-09-21T03:26:38.589Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:26:38.996Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T03:26:38.996Z] latest: Pulling from edgex-devops/git-semver [2020-09-21T03:26:38.996Z] 31603596830f: Pulling fs layer [2020-09-21T03:26:38.996Z] 2a8b12db71e7: Pulling fs layer [2020-09-21T03:26:38.996Z] 6ca5941a6612: Pulling fs layer [2020-09-21T03:26:38.996Z] ecc8261a40a4: Pulling fs layer [2020-09-21T03:26:38.996Z] ecc8261a40a4: Waiting [2020-09-21T03:26:38.996Z] 2a8b12db71e7: Verifying Checksum [2020-09-21T03:26:38.996Z] 2a8b12db71e7: Download complete [2020-09-21T03:26:39.261Z] 31603596830f: Download complete [2020-09-21T03:26:39.261Z] ecc8261a40a4: Download complete [2020-09-21T03:26:39.261Z] 6ca5941a6612: Verifying Checksum [2020-09-21T03:26:39.261Z] 6ca5941a6612: Download complete [2020-09-21T03:26:39.526Z] 31603596830f: Pull complete [2020-09-21T03:26:39.789Z] 2a8b12db71e7: Pull complete [2020-09-21T03:26:40.366Z] 6ca5941a6612: Pull complete [2020-09-21T03:26:40.629Z] ecc8261a40a4: Pull complete [2020-09-21T03:26:40.629Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-21T03:26:40.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T03:26:40.629Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-21T03:26:40.757Z] prd-centos7-docker-4c-2g-638 does not seem to be running inside a container [2020-09-21T03:26:40.810Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-595 -v /w/workspace/dgexfoundry_device-sdk-go_PR-595:/w/workspace/dgexfoundry_device-sdk-go_PR-595:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-595@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-21T03:26:42.843Z] $ docker top feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-21T03:26:43.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T03:26:43.206Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T03:26:43.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T03:26:43.468Z] $ docker exec feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent [2020-09-21T03:26:43.629Z] SSH_AUTH_SOCK=/tmp/ssh-xnWoeD2026i3/agent.12 [2020-09-21T03:26:43.629Z] SSH_AGENT_PID=17 [2020-09-21T03:26:43.640Z] Running ssh-add (command line suppressed) [2020-09-21T03:26:43.765Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_313781247143595317.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_313781247143595317.key) [2020-09-21T03:26:43.816Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T03:26:44.198Z] + git describe --exact-match --tags HEAD [2020-09-21T03:26:44.198Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-21T03:26:44.252Z] $ docker exec --env ******** --env ******** feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent -k [2020-09-21T03:26:44.363Z] unset SSH_AUTH_SOCK; [2020-09-21T03:26:44.363Z] unset SSH_AGENT_PID; [2020-09-21T03:26:44.363Z] echo Agent pid 17 killed; [2020-09-21T03:26:44.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-21T03:26:44.562Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-21T03:26:44.562Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-21T03:26:44.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T03:26:44.712Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T03:26:44.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T03:26:44.875Z] $ docker exec feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent [2020-09-21T03:26:45.037Z] SSH_AUTH_SOCK=/tmp/ssh-7oBH949GQ6fx/agent.47 [2020-09-21T03:26:45.037Z] SSH_AGENT_PID=52 [2020-09-21T03:26:45.044Z] Running ssh-add (command line suppressed) [2020-09-21T03:26:45.163Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_5144118038044997909.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_5144118038044997909.key) [2020-09-21T03:26:45.213Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T03:26:45.612Z] + git semver init [2020-09-21T03:26:45.612Z] # -> Open(): unable to determine branch for HEAD [2020-09-21T03:26:45.612Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.git [2020-09-21T03:26:45.612Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-595 [2020-09-21T03:26:45.612Z] # $SEMVER_REMOTE_NAME = origin [2020-09-21T03:26:45.612Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-21T03:26:45.612Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-21T03:26:45.612Z] # $SEMVER_BRANCH = PR-595 [2020-09-21T03:26:45.612Z] # $SEMVER_TEMP = /tmp/semver-595885831 [2020-09-21T03:26:45.612Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-21T03:26:46.187Z] # '/tmp/semver-595885831' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver' [2020-09-21T03:26:46.187Z] # -> Force: false [2020-09-21T03:26:46.187Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver [Pipeline] } [2020-09-21T03:26:46.205Z] $ docker exec --env ******** --env ******** feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent -k [2020-09-21T03:26:46.318Z] unset SSH_AUTH_SOCK; [2020-09-21T03:26:46.318Z] unset SSH_AGENT_PID; [2020-09-21T03:26:46.318Z] echo Agent pid 52 killed; [2020-09-21T03:26:46.367Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-21T03:26:46.950Z] + git semver [Pipeline] } [2020-09-21T03:26:46.982Z] $ docker stop --time=1 feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c [2020-09-21T03:26:48.319Z] $ docker rm -f feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-21T03:26:49.223Z] Stashed 38 file(s) [Pipeline] echo [2020-09-21T03:26:49.249Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-21T03:26:49.392Z] 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-21T03:27:05.224Z] Still waiting to schedule task [2020-09-21T03:27:05.224Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-638’ [2020-09-21T03:27:05.250Z] Still waiting to schedule task [2020-09-21T03:27:05.250Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-21T03:29:05.535Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-639 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [Pipeline] { [Pipeline] ws [2020-09-21T03:29:05.643Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-21T03:29:10.741Z] using credential edgex-jenkins-ssh [2020-09-21T03:29:10.802Z] Cloning the remote Git repository [2020-09-21T03:29:10.802Z] Cloning with configured refspecs honoured and without tags [2020-09-21T03:29:10.863Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:29:10.978Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-21T03:29:11.041Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:29:11.041Z] > git --version # timeout=10 [2020-09-21T03:29:11.068Z] > git --version # 'git version 2.17.1' [2020-09-21T03:29:11.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:29:11.134Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:29:12.195Z] Fetching without tags [2020-09-21T03:29:12.762Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4b442f7a6535f76275386499d703889074dd882d [2020-09-21T03:29:13.014Z] Merge succeeded, producing 4b442f7a6535f76275386499d703889074dd882d [2020-09-21T03:29:13.014Z] Checking out Revision 4b442f7a6535f76275386499d703889074dd882d (PR-595) [2020-09-21T03:29:12.020Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:29:12.050Z] > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # timeout=10 [2020-09-21T03:29:12.064Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:29:12.157Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:29:12.212Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:29:12.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:29:12.236Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:29:12.785Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:29:12.813Z] > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 [2020-09-21T03:29:12.922Z] > git remote # timeout=10 [2020-09-21T03:29:12.950Z] > git config --get remote.origin.url # timeout=10 [2020-09-21T03:29:12.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:29:12.974Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-21T03:29:13.002Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-21T03:29:13.023Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:29:13.042Z] > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 [2020-09-21T03:29:17.245Z] Commit message: "Update V2 Swagger file callback API status code" [2020-09-21T03:29:17.315Z] > git --version # timeout=10 [2020-09-21T03:29:17.330Z] > git --version # 'git version 2.17.1' [2020-09-21T03:29:17.345Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T03:29:18.908Z] ========================================================= [2020-09-21T03:29:18.908Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-21T03:29:18.908Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:29:20.083Z] + 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-21T03:29:21.067Z] Sending build context to Docker daemon 3.171MB [2020-09-21T03:29:21.067Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T03:29:21.067Z] Step 2/8 : FROM ${BASE} [2020-09-21T03:29:21.342Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-21T03:29:21.342Z] b538f80385f9: Pulling fs layer [2020-09-21T03:29:21.342Z] 74f711af9a0d: Pulling fs layer [2020-09-21T03:29:21.342Z] 99f96fe45779: Pulling fs layer [2020-09-21T03:29:21.342Z] 8529a6b9a6be: Pulling fs layer [2020-09-21T03:29:21.342Z] 45590311c82a: Pulling fs layer [2020-09-21T03:29:21.342Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-21T03:29:21.342Z] 209524e5b208: Pulling fs layer [2020-09-21T03:29:21.342Z] 8529a6b9a6be: Waiting [2020-09-21T03:29:21.342Z] 45590311c82a: Waiting [2020-09-21T03:29:21.342Z] 69ca0ff8b7b3: Waiting [2020-09-21T03:29:21.342Z] 209524e5b208: Waiting [2020-09-21T03:29:21.342Z] 99f96fe45779: Verifying Checksum [2020-09-21T03:29:21.342Z] 74f711af9a0d: Verifying Checksum [2020-09-21T03:29:21.342Z] 74f711af9a0d: Download complete [2020-09-21T03:29:21.342Z] 45590311c82a: Verifying Checksum [2020-09-21T03:29:21.342Z] 45590311c82a: Download complete [2020-09-21T03:29:21.342Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-21T03:29:21.342Z] 69ca0ff8b7b3: Download complete [2020-09-21T03:29:21.943Z] b538f80385f9: Verifying Checksum [2020-09-21T03:29:21.943Z] b538f80385f9: Download complete [2020-09-21T03:29:22.549Z] b538f80385f9: Pull complete [2020-09-21T03:29:23.538Z] 74f711af9a0d: Pull complete [2020-09-21T03:29:23.815Z] 99f96fe45779: Pull complete [2020-09-21T03:29:24.801Z] 209524e5b208: Verifying Checksum [2020-09-21T03:29:24.801Z] 209524e5b208: Download complete [2020-09-21T03:29:25.794Z] 8529a6b9a6be: Verifying Checksum [2020-09-21T03:29:25.794Z] 8529a6b9a6be: Download complete [2020-09-21T03:29:35.948Z] 8529a6b9a6be: Pull complete [2020-09-21T03:29:36.553Z] 45590311c82a: Pull complete [2020-09-21T03:29:36.828Z] 69ca0ff8b7b3: Pull complete [2020-09-21T03:29:38.303Z] Running on prd-centos7-docker-4c-2g-640 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [Pipeline] { [Pipeline] ws [2020-09-21T03:29:38.395Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-21T03:29:40.883Z] using credential edgex-jenkins-ssh [2020-09-21T03:29:40.936Z] Cloning the remote Git repository [2020-09-21T03:29:40.936Z] Cloning with configured refspecs honoured and without tags [2020-09-21T03:29:41.163Z] 209524e5b208: Pull complete [2020-09-21T03:29:41.163Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-21T03:29:41.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-21T03:29:41.163Z] ---> 5bddaf1c2fca [2020-09-21T03:29:41.163Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:29:41.717Z] Fetching without tags [2020-09-21T03:29:40.958Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:29:41.022Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-21T03:29:41.064Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:29:41.064Z] > git --version # timeout=10 [2020-09-21T03:29:41.068Z] > git --version # 'git version 2.16.5' [2020-09-21T03:29:41.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:29:41.106Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:29:41.691Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:29:41.696Z] > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # timeout=10 [2020-09-21T03:29:41.700Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:29:41.713Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:29:41.725Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:29:41.725Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:29:41.730Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:29:42.095Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4b442f7a6535f76275386499d703889074dd882d [2020-09-21T03:29:42.181Z] Merge succeeded, producing 4b442f7a6535f76275386499d703889074dd882d [2020-09-21T03:29:42.181Z] Checking out Revision 4b442f7a6535f76275386499d703889074dd882d (PR-595) [2020-09-21T03:29:42.104Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:29:42.108Z] > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 [2020-09-21T03:29:42.150Z] > git remote # timeout=10 [2020-09-21T03:29:42.156Z] > git config --get remote.origin.url # timeout=10 [2020-09-21T03:29:42.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:29:42.163Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-21T03:29:42.175Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-21T03:29:42.185Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:29:42.192Z] > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 [2020-09-21T03:29:43.788Z] ---> Running in b60f35808a3a [2020-09-21T03:29:44.064Z] Removing intermediate container b60f35808a3a [2020-09-21T03:29:44.064Z] ---> 6aeaddcc5aec [2020-09-21T03:29:44.064Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:29:44.339Z] ---> Running in 82821412bd48 [2020-09-21T03:29:45.829Z] Commit message: "Update V2 Swagger file callback API status code" [2020-09-21T03:29:45.854Z] > git --version # timeout=10 [2020-09-21T03:29:45.859Z] > git --version # 'git version 2.16.5' [2020-09-21T03:29:45.864Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T03:29:46.883Z] ========================================================= [2020-09-21T03:29:46.883Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-21T03:29:46.883Z] ========================================================= [Pipeline] isUnix [2020-09-21T03:29:46.956Z] Removing intermediate container 82821412bd48 [2020-09-21T03:29:46.956Z] ---> 6f3bf1891621 [2020-09-21T03:29:46.956Z] Step 5/8 : RUN apk add --no-cache make git [Pipeline] sh [2020-09-21T03:29:47.238Z] ---> Running in 42adb1a79d5e [2020-09-21T03:29:47.532Z] + 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-21T03:29:48.482Z] Sending build context to Docker daemon 3.171MB [2020-09-21T03:29:48.482Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T03:29:48.482Z] Step 2/8 : FROM ${BASE} [2020-09-21T03:29:48.482Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-21T03:29:48.482Z] df20fa9351a1: Pulling fs layer [2020-09-21T03:29:48.482Z] ed8968b2872e: Pulling fs layer [2020-09-21T03:29:48.482Z] a92cc7c5fd73: Pulling fs layer [2020-09-21T03:29:48.482Z] e871e8e8d7a9: Pulling fs layer [2020-09-21T03:29:48.482Z] e73272ec9a57: Pulling fs layer [2020-09-21T03:29:48.482Z] 1e910a182e73: Pulling fs layer [2020-09-21T03:29:48.482Z] 4e634b169226: Pulling fs layer [2020-09-21T03:29:48.482Z] e73272ec9a57: Waiting [2020-09-21T03:29:48.482Z] 1e910a182e73: Waiting [2020-09-21T03:29:48.482Z] 4e634b169226: Waiting [2020-09-21T03:29:48.482Z] e871e8e8d7a9: Waiting [2020-09-21T03:29:48.482Z] a92cc7c5fd73: Verifying Checksum [2020-09-21T03:29:48.482Z] a92cc7c5fd73: Download complete [2020-09-21T03:29:48.482Z] ed8968b2872e: Download complete [2020-09-21T03:29:48.482Z] e73272ec9a57: Verifying Checksum [2020-09-21T03:29:48.482Z] e73272ec9a57: Download complete [2020-09-21T03:29:48.482Z] 1e910a182e73: Verifying Checksum [2020-09-21T03:29:48.482Z] 1e910a182e73: Download complete [2020-09-21T03:29:48.482Z] df20fa9351a1: Verifying Checksum [2020-09-21T03:29:48.482Z] df20fa9351a1: Download complete [2020-09-21T03:29:48.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T03:29:48.746Z] df20fa9351a1: Pull complete [2020-09-21T03:29:49.013Z] ed8968b2872e: Pull complete [2020-09-21T03:29:49.013Z] a92cc7c5fd73: Pull complete [2020-09-21T03:29:50.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T03:29:50.946Z] 4e634b169226: Verifying Checksum [2020-09-21T03:29:50.946Z] 4e634b169226: Download complete [2020-09-21T03:29:50.946Z] e871e8e8d7a9: Verifying Checksum [2020-09-21T03:29:50.946Z] e871e8e8d7a9: Download complete [2020-09-21T03:29:54.395Z] OK: 142 MiB in 39 packages [2020-09-21T03:29:55.375Z] Removing intermediate container 42adb1a79d5e [2020-09-21T03:29:55.375Z] ---> c23afc713967 [2020-09-21T03:29:55.375Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-21T03:29:55.649Z] ---> Running in 6e8b4c7f70bd [2020-09-21T03:29:55.925Z] Removing intermediate container 6e8b4c7f70bd [2020-09-21T03:29:55.925Z] ---> f4cfe7fc16de [2020-09-21T03:29:55.925Z] Step 7/8 : COPY . . [2020-09-21T03:29:56.264Z] e871e8e8d7a9: Pull complete [2020-09-21T03:29:56.264Z] e73272ec9a57: Pull complete [2020-09-21T03:29:56.264Z] 1e910a182e73: Pull complete [2020-09-21T03:29:57.360Z] ---> dc9d236c1ed1 [2020-09-21T03:29:57.360Z] Step 8/8 : RUN go mod download [2020-09-21T03:29:57.360Z] ---> Running in ceefbe46a117 [2020-09-21T03:30:06.299Z] 4e634b169226: Pull complete [2020-09-21T03:30:06.299Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-21T03:30:06.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-21T03:30:06.299Z] ---> f7629b54cfaa [2020-09-21T03:30:06.299Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:30:06.299Z] ---> Running in 8d75f30189df [2020-09-21T03:30:06.299Z] Removing intermediate container 8d75f30189df [2020-09-21T03:30:06.299Z] ---> 230b7de80774 [2020-09-21T03:30:06.299Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:30:06.299Z] ---> Running in 1cbf84299d56 [2020-09-21T03:30:06.562Z] Removing intermediate container 1cbf84299d56 [2020-09-21T03:30:06.562Z] ---> 531534fea1dd [2020-09-21T03:30:06.562Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-21T03:30:06.562Z] ---> Running in 92c5496ddfb6 [2020-09-21T03:30:06.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T03:30:07.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T03:30:08.044Z] OK: 166 MiB in 39 packages [2020-09-21T03:30:08.306Z] Removing intermediate container 92c5496ddfb6 [2020-09-21T03:30:08.306Z] ---> 69dceadd681d [2020-09-21T03:30:08.306Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-21T03:30:08.567Z] ---> Running in 84c50d08891c [2020-09-21T03:30:08.567Z] Removing intermediate container 84c50d08891c [2020-09-21T03:30:08.567Z] ---> ef800d8935e6 [2020-09-21T03:30:08.567Z] Step 7/8 : COPY . . [2020-09-21T03:30:09.956Z] ---> da9e7736a163 [2020-09-21T03:30:09.956Z] Step 8/8 : RUN go mod download [2020-09-21T03:30:09.956Z] ---> Running in 5833db0ffd5e [2020-09-21T03:30:12.435Z] Removing intermediate container ceefbe46a117 [2020-09-21T03:30:12.435Z] ---> 4634de101121 [2020-09-21T03:30:12.435Z] Successfully built 4634de101121 [2020-09-21T03:30:12.435Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:30:12.867Z] + docker inspect -f . ci-base-image-arm64 [2020-09-21T03:30:12.867Z] . [Pipeline] withDockerContainer [2020-09-21T03:30:13.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-639 does not seem to be running inside a container [2020-09-21T03:30:13.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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-arm64 cat [2020-09-21T03:30:15.074Z] $ docker top 5b48c55f212ab48804f7b799b9349b3838880f21f7bc3da3a26f6796a3c1aecd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:30:16.601Z] + go version [2020-09-21T03:30:16.601Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-21T03:30:16.638Z] $ docker stop --time=1 5b48c55f212ab48804f7b799b9349b3838880f21f7bc3da3a26f6796a3c1aecd [2020-09-21T03:30:18.521Z] $ docker rm -f 5b48c55f212ab48804f7b799b9349b3838880f21f7bc3da3a26f6796a3c1aecd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:30:19.872Z] + docker inspect -f . ci-base-image-arm64 [2020-09-21T03:30:19.872Z] . [Pipeline] withDockerContainer [2020-09-21T03:30:19.976Z] Removing intermediate container 5833db0ffd5e [2020-09-21T03:30:19.977Z] ---> 1c864fd0ce8b [2020-09-21T03:30:19.977Z] Successfully built 1c864fd0ce8b [2020-09-21T03:30:19.977Z] Successfully tagged ci-base-image-x86_64:latest [2020-09-21T03:30:20.157Z] prd-ubuntu18.04-docker-arm64-4c-16g-639 does not seem to be running inside a container [2020-09-21T03:30:20.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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-arm64 cat [2020-09-21T03:30:22.070Z] $ docker top 973e4b110bf4ca037d0a212b5098e30ab5acede379dcb3f80729e02df15d6864 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:30:22.968Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-21T03:30:22.968Z] . [Pipeline] withDockerContainer [2020-09-21T03:30:23.086Z] prd-centos7-docker-4c-2g-640 does not seem to be running inside a container [2020-09-21T03:30:23.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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-21T03:30:23.561Z] + make test [2020-09-21T03:30:23.561Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-21T03:30:24.312Z] $ docker top 8f4eaf23816537478806f53404d8f5f9cab3aa58961c9e780d488ac64efcca4d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:30:24.866Z] + go version [2020-09-21T03:30:24.866Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-21T03:30:24.900Z] $ docker stop --time=1 8f4eaf23816537478806f53404d8f5f9cab3aa58961c9e780d488ac64efcca4d [2020-09-21T03:30:26.210Z] $ docker rm -f 8f4eaf23816537478806f53404d8f5f9cab3aa58961c9e780d488ac64efcca4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:30:27.337Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-21T03:30:27.337Z] . [Pipeline] withDockerContainer [2020-09-21T03:30:27.447Z] prd-centos7-docker-4c-2g-640 does not seem to be running inside a container [2020-09-21T03:30:27.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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-21T03:30:28.084Z] $ docker top 6b4b75a773eba55817ba345488650572bb349b9ac0d9446a0f1635db98a82867 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:30:28.649Z] + make test [2020-09-21T03:30:28.650Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-21T03:30:35.287Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-21T03:30:45.745Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-21T03:30:47.611Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-21T03:30:47.611Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-21T03:30:47.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-21T03:30:47.611Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 21.0% of statements [2020-09-21T03:30:47.884Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.404s coverage: 95.7% of statements [2020-09-21T03:31:20.028Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.034s coverage: 8.6% of statements [2020-09-21T03:31:20.028Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.030s coverage: 21.7% of statements [2020-09-21T03:31:20.028Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-21T03:31:20.028Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.171s coverage: 37.0% of statements [2020-09-21T03:31:20.028Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-21T03:31:20.028Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.252s coverage: 65.4% of statements [2020-09-21T03:31:20.028Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-21T03:31:20.028Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-21T03:31:20.028Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-21T03:31:20.028Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.104s coverage: 52.6% of statements [2020-09-21T03:31:20.028Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.205s coverage: 68.9% of statements [2020-09-21T03:31:20.028Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-21T03:31:20.028Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-21T03:31:20.028Z] GO111MODULE=on go vet ./... [2020-09-21T03:31:24.776Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-21T03:31:24.776Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-21T03:31:24.776Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-21T03:31:24.776Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.071s coverage: 21.0% of statements [2020-09-21T03:31:24.776Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.285s coverage: 95.7% of statements [2020-09-21T03:31:25.380Z] gofmt -l . [2020-09-21T03:31:25.380Z] [ "`gofmt -l .`" = "" ] [2020-09-21T03:31:25.380Z] ./bin/test-attribution-txt.sh [2020-09-21T03:31:25.380Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-21T03:31:25.961Z] Stashed 1 file(s) [Pipeline] } [2020-09-21T03:31:25.984Z] $ docker stop --time=1 6b4b75a773eba55817ba345488650572bb349b9ac0d9446a0f1635db98a82867 [2020-09-21T03:31:27.816Z] $ docker rm -f 6b4b75a773eba55817ba345488650572bb349b9ac0d9446a0f1635db98a82867 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T03:31:31.083Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T03:31:31.399Z] + ls -al . [2020-09-21T03:31:31.399Z] total 188 [2020-09-21T03:31:31.399Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 21 03:31 . [2020-09-21T03:31:31.400Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 21 03:29 .. [2020-09-21T03:31:31.400Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 21 03:29 bin [2020-09-21T03:31:31.400Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 21 03:31 coverage.out [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 21 03:29 Dockerfile.build [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 21 03:29 .dockerignore [2020-09-21T03:31:31.400Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 21 03:29 example [2020-09-21T03:31:31.400Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 21 03:29 .git [2020-09-21T03:31:31.400Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 21 03:29 .github [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 21 03:29 .gitignore [2020-09-21T03:31:31.400Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 21 03:31 go.mod [2020-09-21T03:31:31.400Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 21 03:31 go.sum [2020-09-21T03:31:31.400Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 21 03:29 internal [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 21 03:29 Jenkinsfile [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 21 03:29 LICENSE [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 21 03:29 Makefile [2020-09-21T03:31:31.400Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 21 03:29 openapi [2020-09-21T03:31:31.400Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 21 03:29 pkg [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 21 03:29 README.md [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 21 03:29 RELEASE-NOTES.txt [2020-09-21T03:31:31.400Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 21 03:29 .semver [2020-09-21T03:31:31.400Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 21 03:29 snap [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 21 03:26 VERSION [2020-09-21T03:31:31.400Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 21 03:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:31:31.745Z] + 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=4b442f7a6535f76275386499d703889074dd882d --label arch=amd64 --label version=0.0.0 . [2020-09-21T03:31:31.745Z] Sending build context to Docker daemon 3.285MB [2020-09-21T03:31:32.007Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-21T03:31:32.007Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-21T03:31:32.007Z] ---> 1c864fd0ce8b [2020-09-21T03:31:32.007Z] Step 3/24 : ARG MAKE='make build' [2020-09-21T03:31:32.272Z] ---> Running in 4d7344a1647b [2020-09-21T03:31:32.534Z] Removing intermediate container 4d7344a1647b [2020-09-21T03:31:32.534Z] ---> 173b54e6b6b0 [2020-09-21T03:31:32.534Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-21T03:31:32.534Z] ---> Running in 5904c300c30d [2020-09-21T03:31:32.799Z] Removing intermediate container 5904c300c30d [2020-09-21T03:31:32.799Z] ---> 6a2cb51400c8 [2020-09-21T03:31:32.799Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:31:32.799Z] ---> Running in 37813618d338 [2020-09-21T03:31:32.799Z] Removing intermediate container 37813618d338 [2020-09-21T03:31:32.799Z] ---> 8d69e129fa8e [2020-09-21T03:31:32.799Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:31:33.061Z] ---> Running in ede968f51679 [2020-09-21T03:31:33.641Z] Removing intermediate container ede968f51679 [2020-09-21T03:31:33.641Z] ---> 26f8deac97bb [2020-09-21T03:31:33.641Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-21T03:31:33.905Z] ---> Running in f4b4bedc5771 [2020-09-21T03:31:34.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T03:31:34.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T03:31:35.314Z] OK: 166 MiB in 39 packages [2020-09-21T03:31:35.575Z] Removing intermediate container f4b4bedc5771 [2020-09-21T03:31:35.575Z] ---> 36069f847ec6 [2020-09-21T03:31:35.575Z] Step 8/24 : COPY . . [2020-09-21T03:31:36.523Z] ---> 926cb9ceb043 [2020-09-21T03:31:36.523Z] Step 9/24 : RUN ${MAKE} [2020-09-21T03:31:36.523Z] ---> Running in 99e84b48ba5b [2020-09-21T03:31:37.104Z] 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-21T03:31:43.747Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-21T03:31:45.676Z] Removing intermediate container 99e84b48ba5b [2020-09-21T03:31:45.676Z] ---> af5a9bf17f18 [2020-09-21T03:31:45.676Z] Step 10/24 : FROM scratch [2020-09-21T03:31:45.676Z] ---> [2020-09-21T03:31:45.676Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:31:45.676Z] ---> Running in 63fb03f9ddea [2020-09-21T03:31:45.676Z] Removing intermediate container 63fb03f9ddea [2020-09-21T03:31:45.676Z] ---> ba878844c733 [2020-09-21T03:31:45.676Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-21T03:31:45.676Z] ---> Running in 5a6feeb69e46 [2020-09-21T03:31:45.676Z] Removing intermediate container 5a6feeb69e46 [2020-09-21T03:31:45.676Z] ---> 15bec9fc4e68 [2020-09-21T03:31:45.676Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-21T03:31:45.676Z] ---> Running in fd7416fd6b52 [2020-09-21T03:31:45.939Z] Removing intermediate container fd7416fd6b52 [2020-09-21T03:31:45.939Z] ---> 2289ab7da131 [2020-09-21T03:31:45.939Z] Step 14/24 : WORKDIR / [2020-09-21T03:31:45.939Z] ---> Running in 2e48e5be1ea2 [2020-09-21T03:31:46.201Z] Removing intermediate container 2e48e5be1ea2 [2020-09-21T03:31:46.201Z] ---> 8a883bf4e012 [2020-09-21T03:31:46.201Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-21T03:31:46.464Z] ---> 57a6dfaa2950 [2020-09-21T03:31:46.464Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-21T03:31:46.725Z] ---> e0a713ad893d [2020-09-21T03:31:46.725Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-21T03:31:46.987Z] ---> 07c13cefdd35 [2020-09-21T03:31:46.987Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-21T03:31:47.248Z] ---> 8ccdab6a5827 [2020-09-21T03:31:47.248Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-21T03:31:47.517Z] ---> 0cf656d49f08 [2020-09-21T03:31:47.517Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-21T03:31:47.517Z] ---> Running in 10b54b72fb10 [2020-09-21T03:31:47.517Z] Removing intermediate container 10b54b72fb10 [2020-09-21T03:31:47.517Z] ---> 166bc507accd [2020-09-21T03:31:47.517Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T03:31:47.780Z] ---> Running in 29dfefa49358 [2020-09-21T03:31:47.780Z] Removing intermediate container 29dfefa49358 [2020-09-21T03:31:47.780Z] ---> 33dfcb901239 [2020-09-21T03:31:47.780Z] Step 22/24 : LABEL arch=amd64 [2020-09-21T03:31:47.780Z] ---> Running in bcca09ad20f8 [2020-09-21T03:31:48.044Z] Removing intermediate container bcca09ad20f8 [2020-09-21T03:31:48.044Z] ---> a3bdf4593e9a [2020-09-21T03:31:48.044Z] Step 23/24 : LABEL git_sha=4b442f7a6535f76275386499d703889074dd882d [2020-09-21T03:31:48.044Z] ---> Running in c79046c801fb [2020-09-21T03:31:48.308Z] Removing intermediate container c79046c801fb [2020-09-21T03:31:48.308Z] ---> d3f9e99a6a82 [2020-09-21T03:31:48.308Z] Step 24/24 : LABEL version=0.0.0 [2020-09-21T03:31:48.308Z] ---> Running in 1bf5f46a6336 [2020-09-21T03:31:48.571Z] Removing intermediate container 1bf5f46a6336 [2020-09-21T03:31:48.571Z] ---> 4706cb6f5a67 [2020-09-21T03:31:48.571Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T03:31:48.571Z] Successfully built 4706cb6f5a67 [2020-09-21T03:31:48.571Z] 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-21T03:31:57.135Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.062s coverage: 8.6% of statements [2020-09-21T03:31:57.135Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.066s coverage: 21.7% of statements [2020-09-21T03:31:57.135Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-21T03:31:57.135Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.522s coverage: 37.0% of statements [2020-09-21T03:31:57.135Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-21T03:31:57.135Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.669s coverage: 65.4% of statements [2020-09-21T03:31:57.135Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-21T03:31:57.135Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-21T03:31:57.135Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-21T03:31:57.135Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.145s coverage: 52.6% of statements [2020-09-21T03:31:57.135Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.642s coverage: 68.9% of statements [2020-09-21T03:31:57.135Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-21T03:31:57.135Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-21T03:31:57.135Z] GO111MODULE=on go vet ./... [2020-09-21T03:32:23.976Z] gofmt -l . [2020-09-21T03:32:23.976Z] [ "`gofmt -l .`" = "" ] [2020-09-21T03:32:23.976Z] ./bin/test-attribution-txt.sh [2020-09-21T03:32:23.976Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-21T03:32:24.014Z] Warning: overwriting stash ‘coverage-report’ [2020-09-21T03:32:24.874Z] Stashed 1 file(s) [Pipeline] } [2020-09-21T03:32:24.901Z] $ docker stop --time=1 973e4b110bf4ca037d0a212b5098e30ab5acede379dcb3f80729e02df15d6864 [2020-09-21T03:32:27.020Z] $ docker rm -f 973e4b110bf4ca037d0a212b5098e30ab5acede379dcb3f80729e02df15d6864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T03:32:28.664Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T03:32:29.037Z] + ls -al . [2020-09-21T03:32:29.037Z] total 228 [2020-09-21T03:32:29.037Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 21 03:32 . [2020-09-21T03:32:29.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 .. [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 21 03:29 .dockerignore [2020-09-21T03:32:29.037Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 03:29 .git [2020-09-21T03:32:29.037Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 03:29 .github [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 21 03:29 .gitignore [2020-09-21T03:32:29.037Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 03:29 .semver [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 21 03:29 Dockerfile.build [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 21 03:29 Jenkinsfile [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 21 03:29 LICENSE [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 21 03:29 Makefile [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 21 03:29 README.md [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 21 03:29 RELEASE-NOTES.txt [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 03:26 VERSION [2020-09-21T03:32:29.037Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 03:29 bin [2020-09-21T03:32:29.037Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 21 03:31 coverage.out [2020-09-21T03:32:29.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 example [2020-09-21T03:32:29.037Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 21 03:32 go.mod [2020-09-21T03:32:29.037Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 21 03:32 go.sum [2020-09-21T03:32:29.037Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 21 03:29 internal [2020-09-21T03:32:29.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 openapi [2020-09-21T03:32:29.037Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 21 03:29 pkg [2020-09-21T03:32:29.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 snap [2020-09-21T03:32:29.037Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 21 03:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:32:29.460Z] + 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=4b442f7a6535f76275386499d703889074dd882d --label arch=arm64 --label version=0.0.0 . [2020-09-21T03:32:29.738Z] Sending build context to Docker daemon 3.285MB [2020-09-21T03:32:29.738Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-21T03:32:29.738Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-21T03:32:29.738Z] ---> 4634de101121 [2020-09-21T03:32:29.738Z] Step 3/24 : ARG MAKE='make build' [2020-09-21T03:32:30.342Z] ---> Running in 8f6d0cb0e8b8 [2020-09-21T03:32:30.617Z] Removing intermediate container 8f6d0cb0e8b8 [2020-09-21T03:32:30.617Z] ---> d69b0d71489b [2020-09-21T03:32:30.617Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-21T03:32:30.892Z] ---> Running in afd422a28e95 [2020-09-21T03:32:31.165Z] Removing intermediate container afd422a28e95 [2020-09-21T03:32:31.165Z] ---> 47115221a97e [2020-09-21T03:32:31.165Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:32:31.438Z] ---> Running in c5602b599f2e [2020-09-21T03:32:31.714Z] Removing intermediate container c5602b599f2e [2020-09-21T03:32:31.714Z] ---> 11e433bf6cae [2020-09-21T03:32:31.714Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:32:31.997Z] ---> Running in 43884590b6ca [2020-09-21T03:32:34.620Z] Removing intermediate container 43884590b6ca [2020-09-21T03:32:34.620Z] ---> 8441c7cccb1c [2020-09-21T03:32:34.620Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-21T03:32:34.620Z] ---> Running in c238df14743f [2020-09-21T03:32:36.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T03:32:36.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T03:32:37.233Z] OK: 142 MiB in 39 packages [2020-09-21T03:32:38.666Z] Removing intermediate container c238df14743f [2020-09-21T03:32:38.666Z] ---> 0cf579595952 [2020-09-21T03:32:38.666Z] Step 8/24 : COPY . . [2020-09-21T03:32:39.644Z] ---> d61f6f83c32b [2020-09-21T03:32:39.644Z] Step 9/24 : RUN ${MAKE} [2020-09-21T03:32:39.924Z] ---> Running in 9a1b434f125d [2020-09-21T03:32:41.360Z] 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-21T03:33:03.570Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-21T03:33:06.198Z] Removing intermediate container 9a1b434f125d [2020-09-21T03:33:06.198Z] ---> 73bbd6dbb86c [2020-09-21T03:33:06.198Z] Step 10/24 : FROM scratch [2020-09-21T03:33:06.198Z] ---> [2020-09-21T03:33:06.198Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:33:06.198Z] ---> Running in 60da514d5837 [2020-09-21T03:33:06.471Z] Removing intermediate container 60da514d5837 [2020-09-21T03:33:06.471Z] ---> b57375560713 [2020-09-21T03:33:06.471Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-21T03:33:06.471Z] ---> Running in c86d2ed6e1ed [2020-09-21T03:33:07.069Z] Removing intermediate container c86d2ed6e1ed [2020-09-21T03:33:07.069Z] ---> d58eb47eebc2 [2020-09-21T03:33:07.069Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-21T03:33:07.069Z] ---> Running in 95a9fce21e48 [2020-09-21T03:33:07.342Z] Removing intermediate container 95a9fce21e48 [2020-09-21T03:33:07.342Z] ---> 1710f9efa1e5 [2020-09-21T03:33:07.342Z] Step 14/24 : WORKDIR / [2020-09-21T03:33:07.615Z] ---> Running in d0fdc8c64dc8 [2020-09-21T03:33:07.889Z] Removing intermediate container d0fdc8c64dc8 [2020-09-21T03:33:07.889Z] ---> f5e6dbd5a449 [2020-09-21T03:33:07.889Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-21T03:33:09.335Z] ---> 48d7d8548a77 [2020-09-21T03:33:09.335Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-21T03:33:09.933Z] ---> c5a16681034a [2020-09-21T03:33:09.933Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-21T03:33:10.528Z] ---> 46c7aa4230ce [2020-09-21T03:33:10.528Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-21T03:33:11.128Z] ---> 247a28984c14 [2020-09-21T03:33:11.128Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-21T03:33:12.112Z] ---> 2057f47ae95a [2020-09-21T03:33:12.112Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-21T03:33:12.112Z] ---> Running in 60039bb8c720 [2020-09-21T03:33:12.393Z] Removing intermediate container 60039bb8c720 [2020-09-21T03:33:12.393Z] ---> ed4e44fe76ea [2020-09-21T03:33:12.393Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T03:33:12.667Z] ---> Running in 8438a89e9520 [2020-09-21T03:33:13.264Z] Removing intermediate container 8438a89e9520 [2020-09-21T03:33:13.264Z] ---> 96646870d55b [2020-09-21T03:33:13.264Z] Step 22/24 : LABEL arch=arm64 [2020-09-21T03:33:13.264Z] ---> Running in f20268138868 [2020-09-21T03:33:13.540Z] Removing intermediate container f20268138868 [2020-09-21T03:33:13.540Z] ---> 5eddf5f60fda [2020-09-21T03:33:13.540Z] Step 23/24 : LABEL git_sha=4b442f7a6535f76275386499d703889074dd882d [2020-09-21T03:33:13.814Z] ---> Running in dcd3f85f7329 [2020-09-21T03:33:14.413Z] Removing intermediate container dcd3f85f7329 [2020-09-21T03:33:14.413Z] ---> cf8deb07ce49 [2020-09-21T03:33:14.413Z] Step 24/24 : LABEL version=0.0.0 [2020-09-21T03:33:14.413Z] ---> Running in 26e2d00d6b3b [2020-09-21T03:33:14.691Z] Removing intermediate container 26e2d00d6b3b [2020-09-21T03:33:14.691Z] ---> e5bf2d0b5623 [2020-09-21T03:33:14.691Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T03:33:14.964Z] Successfully built e5bf2d0b5623 [2020-09-21T03:33:14.964Z] 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-21T03:33:17.711Z] provisioning config files... [2020-09-21T03:33:17.727Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config6651620235384771342tmp [Pipeline] { [Pipeline] sh [2020-09-21T03:33:18.159Z] + curl -s https://codecov.io/bash [2020-09-21T03:33:18.159Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config6651620235384771342tmp [Pipeline] } [2020-09-21T03:35:39.811Z] 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-21T03:35:44.068Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:35:44.748Z] ---> package-listing.sh [2020-09-21T03:35:44.748Z] ++ facter osfamily [2020-09-21T03:35:44.748Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-21T03:35:44.748Z] + OS_FAMILY=redhat [2020-09-21T03:35:44.748Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-595 [2020-09-21T03:35:44.748Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-21T03:35:44.748Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-21T03:35:44.748Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-21T03:35:44.748Z] + PACKAGES=/tmp/packages_start.txt [2020-09-21T03:35:44.748Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' [2020-09-21T03:35:44.748Z] + PACKAGES=/tmp/packages_end.txt [2020-09-21T03:35:44.748Z] + case "${OS_FAMILY}" in [2020-09-21T03:35:44.748Z] + rpm -qa [2020-09-21T03:35:44.748Z] + sort [2020-09-21T03:35:51.365Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-21T03:35:51.365Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-21T03:35:51.365Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-21T03:35:51.365Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' [2020-09-21T03:35:51.365Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ [2020-09-21T03:35:51.365Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:35:52.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T03:35:52.473Z] [2020-09-21T03:35:52.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:35:52.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T03:35:52.949Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-21T03:35:52.949Z] df20fa9351a1: Pulling fs layer [2020-09-21T03:35:52.949Z] 36b3adc4ff6f: Pulling fs layer [2020-09-21T03:35:52.949Z] 8ad3a11d3b57: Pulling fs layer [2020-09-21T03:35:52.949Z] 46f8f816bc3b: Pulling fs layer [2020-09-21T03:35:52.949Z] 0dadc02b9964: Pulling fs layer [2020-09-21T03:35:52.949Z] ce6a7cf60c04: Pulling fs layer [2020-09-21T03:35:52.949Z] 7a184a31f384: Pulling fs layer [2020-09-21T03:35:52.949Z] 0879bd2ef858: Pulling fs layer [2020-09-21T03:35:52.949Z] 0dadc02b9964: Waiting [2020-09-21T03:35:52.949Z] ce6a7cf60c04: Waiting [2020-09-21T03:35:52.949Z] 7a184a31f384: Waiting [2020-09-21T03:35:52.949Z] 0879bd2ef858: Waiting [2020-09-21T03:35:52.949Z] 36b3adc4ff6f: Verifying Checksum [2020-09-21T03:35:52.949Z] 36b3adc4ff6f: Download complete [2020-09-21T03:35:52.949Z] 46f8f816bc3b: Verifying Checksum [2020-09-21T03:35:52.949Z] 46f8f816bc3b: Download complete [2020-09-21T03:35:53.227Z] df20fa9351a1: Verifying Checksum [2020-09-21T03:35:53.227Z] df20fa9351a1: Download complete [2020-09-21T03:35:53.227Z] ce6a7cf60c04: Verifying Checksum [2020-09-21T03:35:53.227Z] ce6a7cf60c04: Download complete [2020-09-21T03:35:53.227Z] 7a184a31f384: Verifying Checksum [2020-09-21T03:35:53.227Z] 7a184a31f384: Download complete [2020-09-21T03:35:53.227Z] 0dadc02b9964: Verifying Checksum [2020-09-21T03:35:53.227Z] 0dadc02b9964: Download complete [2020-09-21T03:35:53.494Z] df20fa9351a1: Pull complete [2020-09-21T03:35:53.494Z] 8ad3a11d3b57: Verifying Checksum [2020-09-21T03:35:53.494Z] 8ad3a11d3b57: Download complete [2020-09-21T03:35:53.760Z] 36b3adc4ff6f: Pull complete [2020-09-21T03:35:54.026Z] 0879bd2ef858: Verifying Checksum [2020-09-21T03:35:54.026Z] 0879bd2ef858: Download complete [2020-09-21T03:35:54.294Z] 8ad3a11d3b57: Pull complete [2020-09-21T03:35:54.294Z] 46f8f816bc3b: Pull complete [2020-09-21T03:35:54.558Z] 0dadc02b9964: Pull complete [2020-09-21T03:35:54.821Z] ce6a7cf60c04: Pull complete [2020-09-21T03:35:54.821Z] 7a184a31f384: Pull complete [2020-09-21T03:35:57.402Z] 0879bd2ef858: Pull complete [2020-09-21T03:35:57.402Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-21T03:35:57.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T03:35:57.402Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-21T03:35:57.558Z] prd-centos7-docker-4c-2g-638 does not seem to be running inside a container [2020-09-21T03:35:57.604Z] $ 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-595 -v /w/workspace/dgexfoundry_device-sdk-go_PR-595:/w/workspace/dgexfoundry_device-sdk-go_PR-595:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-595@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-21T03:36:03.584Z] $ docker top ba17ca659e60a8d73e753a4d5ad4bc373e2edd8f9f410c69594fc3eb3af804a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:36:04.259Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-21T03:36:04.582Z] + ls /var/log/sa-host [2020-09-21T03:36:04.582Z] + sadf -c /var/log/sa-host/sa05 [2020-09-21T03:36:04.582Z] file_magic: OK [2020-09-21T03:36:04.582Z] HZ: Using current value: 100 [2020-09-21T03:36:04.582Z] file_header: OK [2020-09-21T03:36:04.582Z] 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-21T03:36:04.582Z] Statistics: [2020-09-21T03:36:04.582Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T03:36:04.582Z] File successfully converted to sysstat format version 12.2.1 [2020-09-21T03:36:04.582Z] + sadf -c /var/log/sa-host/sa21 [2020-09-21T03:36:04.582Z] file_magic: OK [2020-09-21T03:36:04.582Z] HZ: Using current value: 100 [2020-09-21T03:36:04.582Z] file_header: OK [2020-09-21T03:36:04.582Z] 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-21T03:36:04.582Z] Statistics: [2020-09-21T03:36:04.582Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T03:36:04.582Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-21T03:36:04.723Z] provisioning config files... [2020-09-21T03:36:04.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config4526861959471694106tmp [Pipeline] { [Pipeline] echo [2020-09-21T03:36:04.897Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:36:05.241Z] ---> create-netrc.sh [Pipeline] echo [2020-09-21T03:36:05.276Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:36:05.615Z] ---> logs-deploy.sh [2020-09-21T03:36:05.615Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-595/1 [2020-09-21T03:36:05.615Z] INFO: archiving workspace using pattern(s): [2020-09-21T03:36:07.017Z] Archives upload complete. [2020-09-21T03:36:07.017Z] INFO: archiving logs to Nexus