Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Jenkins-Imposed API Limiter: Current quota for Github API usage has 3859 remaining (238 under budget). Next quota of 5000 in 53 min Jenkins-Imposed API Limiter: Current quota for Github API usage has 3856 remaining (236 under budget). Next quota of 5000 in 53 min Jenkins-Imposed API Limiter: Current quota for Github API usage has 3853 remaining (233 under budget). Next quota of 5000 in 53 min Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/device-rest-go Loading trusted files from base branch master at 93ede67d7b538e9acd9cb68b0396d1389d21b332 rather than 6620aafa6b2c4d86d61147559de61a3b76df4ec2 Obtained Jenkinsfile from 93ede67d7b538e9acd9cb68b0396d1389d21b332 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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 ‘prd-centos7-docker-4c-2g-480’ is offline Running on prd-centos7-docker-4c-2g-482 in /w/workspace/dgexfoundry_device-rest-go_PR-42 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-42 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 Fetching without tags > 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-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/42/head:refs/remotes/origin/PR-42 # 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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 93ede67d7b538e9acd9cb68b0396d1389d21b332 into PR head commit 6620aafa6b2c4d86d61147559de61a3b76df4ec2 Merge succeeded, producing d63a9c950c40a10b6f4b68dc676cd489cfd36e80 Checking out Revision d63a9c950c40a10b6f4b68dc676cd489cfd36e80 (PR-42) > git config core.sparsecheckout # timeout=10 > git checkout -f 6620aafa6b2c4d86d61147559de61a3b76df4ec2 # 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 93ede67d7b538e9acd9cb68b0396d1389d21b332 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d63a9c950c40a10b6f4b68dc676cd489cfd36e80 # timeout=10 Commit message: "Merge commit '93ede67d7b538e9acd9cb68b0396d1389d21b332' into HEAD" > git rev-list --no-walk 6620aafa6b2c4d86d61147559de61a3b76df4ec2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-19T03:07:46.752Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-19T03:07:47.051Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-19T03:07:47.157Z] ========================================================= [2020-09-19T03:07:47.157Z] EdgeX Global Pipelines Version Info [2020-09-19T03:07:47.157Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-19T03:07:49.118Z] ------------------- [2020-09-19T03:07:49.119Z] stable info: [2020-09-19T03:07:49.119Z] ------------------- [2020-09-19T03:07:49.119Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-19T03:07:49.119Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-19T03:07:49.119Z] Message: update stable to v1.0.122 [2020-09-19T03:07:49.695Z] ------------------- [2020-09-19T03:07:49.695Z] experimental info: [2020-09-19T03:07:49.695Z] ------------------- [2020-09-19T03:07:49.695Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-19T03:07:49.695Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-19T03:07:49.695Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-19T03:07:50.108Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-09-19T03:07:50.242Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-09-19T03:07:50.350Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-19T03:07:50.449Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-19T03:07:50.628Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-19T03:07:50.725Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-19T03:07:50.903Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-19T03:07:51.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-19T03:07:51.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-19T03:07:51.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-19T03:07:51.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-19T03:07:51.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-09-19T03:07:51.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-19T03:07:51.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-19T03:07:51.802Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-19T03:07:51.903Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-19T03:07:52.001Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-19T03:07:52.154Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-19T03:07:52.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-19T03:07:52.357Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-19T03:07:52.454Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-19T03:07:52.559Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-19T03:07:52.651Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-42 [Pipeline] echo [2020-09-19T03:07:52.781Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-42 [Pipeline] echo [2020-09-19T03:07:52.881Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-42 [Pipeline] echo [2020-09-19T03:07:53.020Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d63a9c950c40a10b6f4b68dc676cd489cfd36e80 [Pipeline] echo [2020-09-19T03:07:53.120Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d63a9c9 [Pipeline] echo [2020-09-19T03:07:53.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-19T03:07:53.837Z] + git log --format=format:%s -1 d63a9c950c40a10b6f4b68dc676cd489cfd36e80 [Pipeline] echo [2020-09-19T03:07:53.900Z] GIT_COMMIT: d63a9c950c40a10b6f4b68dc676cd489cfd36e80, Commit Message: Merge commit '93ede67d7b538e9acd9cb68b0396d1389d21b332' into HEAD [Pipeline] echo [2020-09-19T03:07:53.953Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:07:54.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-19T03:07:54.964Z] [2020-09-19T03:07:54.964Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:07:55.307Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-19T03:07:55.308Z] latest: Pulling from edgex-devops/git-semver [2020-09-19T03:07:55.308Z] 31603596830f: Pulling fs layer [2020-09-19T03:07:55.308Z] 2a8b12db71e7: Pulling fs layer [2020-09-19T03:07:55.308Z] 6ca5941a6612: Pulling fs layer [2020-09-19T03:07:55.308Z] ecc8261a40a4: Pulling fs layer [2020-09-19T03:07:55.308Z] ecc8261a40a4: Waiting [2020-09-19T03:07:55.573Z] 2a8b12db71e7: Verifying Checksum [2020-09-19T03:07:55.573Z] 2a8b12db71e7: Download complete [2020-09-19T03:07:55.573Z] 31603596830f: Download complete [2020-09-19T03:07:55.871Z] ecc8261a40a4: Verifying Checksum [2020-09-19T03:07:55.871Z] ecc8261a40a4: Download complete [2020-09-19T03:07:55.871Z] 6ca5941a6612: Verifying Checksum [2020-09-19T03:07:55.871Z] 6ca5941a6612: Download complete [2020-09-19T03:07:55.871Z] 31603596830f: Pull complete [2020-09-19T03:07:56.199Z] 2a8b12db71e7: Pull complete [2020-09-19T03:07:56.789Z] 6ca5941a6612: Pull complete [2020-09-19T03:07:57.052Z] ecc8261a40a4: Pull complete [2020-09-19T03:07:57.052Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-19T03:07:57.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-19T03:07:57.052Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-19T03:07:57.160Z] prd-centos7-docker-4c-2g-482 does not seem to be running inside a container [2020-09-19T03:07:57.209Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-42 -v /w/workspace/dgexfoundry_device-rest-go_PR-42:/w/workspace/dgexfoundry_device-rest-go_PR-42:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-42@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-19T03:07:58.939Z] $ docker top d0a395fc6cc9c5adb9ef5174e04a9ce6dcbd238ff228bfe9d1dee0a7cd489bab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-19T03:07:59.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-19T03:07:59.237Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-19T03:07:59.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-19T03:07:59.478Z] $ docker exec d0a395fc6cc9c5adb9ef5174e04a9ce6dcbd238ff228bfe9d1dee0a7cd489bab ssh-agent [2020-09-19T03:07:59.685Z] SSH_AUTH_SOCK=/tmp/ssh-bIICSCwTRat5/agent.11 [2020-09-19T03:07:59.685Z] SSH_AGENT_PID=16 [2020-09-19T03:07:59.697Z] Running ssh-add (command line suppressed) [2020-09-19T03:07:59.814Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_5564889226427319090.key (/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_5564889226427319090.key) [2020-09-19T03:07:59.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-19T03:08:00.191Z] + git describe --exact-match --tags HEAD [2020-09-19T03:08:00.191Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-19T03:08:00.213Z] $ docker exec --env ******** --env ******** d0a395fc6cc9c5adb9ef5174e04a9ce6dcbd238ff228bfe9d1dee0a7cd489bab ssh-agent -k [2020-09-19T03:08:00.323Z] unset SSH_AUTH_SOCK; [2020-09-19T03:08:00.323Z] unset SSH_AGENT_PID; [2020-09-19T03:08:00.323Z] echo Agent pid 16 killed; [2020-09-19T03:08:00.363Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-19T03:08:00.457Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-19T03:08:00.457Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-19T03:08:00.586Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-19T03:08:00.587Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-19T03:08:00.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-19T03:08:00.747Z] $ docker exec d0a395fc6cc9c5adb9ef5174e04a9ce6dcbd238ff228bfe9d1dee0a7cd489bab ssh-agent [2020-09-19T03:08:00.891Z] SSH_AUTH_SOCK=/tmp/ssh-Z3EfAH1C2yhL/agent.44 [2020-09-19T03:08:00.891Z] SSH_AGENT_PID=49 [2020-09-19T03:08:00.897Z] Running ssh-add (command line suppressed) [2020-09-19T03:08:01.009Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_8551593731875214935.key (/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_8551593731875214935.key) [2020-09-19T03:08:01.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-19T03:08:01.386Z] + git semver init [2020-09-19T03:08:01.386Z] # -> Open(): unable to determine branch for HEAD [2020-09-19T03:08:01.386Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-42/.git [2020-09-19T03:08:01.386Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-42 [2020-09-19T03:08:01.386Z] # $SEMVER_REMOTE_NAME = origin [2020-09-19T03:08:01.386Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-19T03:08:01.386Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-19T03:08:01.386Z] # $SEMVER_BRANCH = PR-42 [2020-09-19T03:08:01.386Z] # $SEMVER_TEMP = /tmp/semver-257526063 [2020-09-19T03:08:01.386Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-09-19T03:08:02.786Z] # '/tmp/semver-257526063' -> '/w/workspace/dgexfoundry_device-rest-go_PR-42/.semver' [2020-09-19T03:08:02.786Z] # -> Force: false [2020-09-19T03:08:02.786Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-42/.semver [Pipeline] } [2020-09-19T03:08:02.804Z] $ docker exec --env ******** --env ******** d0a395fc6cc9c5adb9ef5174e04a9ce6dcbd238ff228bfe9d1dee0a7cd489bab ssh-agent -k [2020-09-19T03:08:02.934Z] unset SSH_AUTH_SOCK; [2020-09-19T03:08:02.934Z] unset SSH_AGENT_PID; [2020-09-19T03:08:02.934Z] echo Agent pid 49 killed; [2020-09-19T03:08:02.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-19T03:08:03.517Z] + git semver [Pipeline] } [2020-09-19T03:08:03.537Z] $ docker stop --time=1 d0a395fc6cc9c5adb9ef5174e04a9ce6dcbd238ff228bfe9d1dee0a7cd489bab [2020-09-19T03:08:04.963Z] $ docker rm -f d0a395fc6cc9c5adb9ef5174e04a9ce6dcbd238ff228bfe9d1dee0a7cd489bab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-19T03:08:06.308Z] Stashed 23 file(s) [Pipeline] echo [2020-09-19T03:08:06.312Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-19T03:08:06.428Z] 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-19T03:08:21.851Z] Still waiting to schedule task [2020-09-19T03:08:21.852Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-19T03:08:21.854Z] Still waiting to schedule task [2020-09-19T03:08:21.854Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-19T03:10:18.154Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-483 in /w/workspace/dgexfoundry_device-rest-go_PR-42 [Pipeline] { [Pipeline] ws [2020-09-19T03:10:18.212Z] Running in /w/workspace/device-rest-go/6 [Pipeline] { [Pipeline] checkout [2020-09-19T03:10:23.402Z] using credential edgex-jenkins-ssh [2020-09-19T03:10:23.461Z] Cloning the remote Git repository [2020-09-19T03:10:23.461Z] Cloning with configured refspecs honoured and without tags [2020-09-19T03:10:23.533Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-19T03:10:23.645Z] > git init /w/workspace/device-rest-go/6 # timeout=10 [2020-09-19T03:10:23.716Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-19T03:10:23.719Z] > git --version # timeout=10 [2020-09-19T03:10:23.744Z] > git --version # 'git version 2.17.1' [2020-09-19T03:10:23.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-19T03:10:23.847Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-19T03:10:25.363Z] Fetching without tags [2020-09-19T03:10:25.282Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-19T03:10:25.305Z] > git config --add remote.origin.fetch +refs/pull/42/head:refs/remotes/origin/PR-42 # timeout=10 [2020-09-19T03:10:25.321Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-19T03:10:25.351Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-19T03:10:25.378Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-19T03:10:25.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-19T03:10:25.391Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-19T03:10:25.902Z] Merging remotes/origin/master commit 93ede67d7b538e9acd9cb68b0396d1389d21b332 into PR head commit 6620aafa6b2c4d86d61147559de61a3b76df4ec2 [2020-09-19T03:10:26.206Z] Merge succeeded, producing 93de29e2de7e7227bbe23ef676e5f0036cbff362 [2020-09-19T03:10:26.207Z] Checking out Revision 93de29e2de7e7227bbe23ef676e5f0036cbff362 (PR-42) [2020-09-19T03:10:25.926Z] > git config core.sparsecheckout # timeout=10 [2020-09-19T03:10:25.944Z] > git checkout -f 6620aafa6b2c4d86d61147559de61a3b76df4ec2 # timeout=10 [2020-09-19T03:10:26.033Z] > git remote # timeout=10 [2020-09-19T03:10:26.050Z] > git config --get remote.origin.url # timeout=10 [2020-09-19T03:10:26.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-19T03:10:26.123Z] > git merge 93ede67d7b538e9acd9cb68b0396d1389d21b332 # timeout=10 [2020-09-19T03:10:26.169Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-19T03:10:26.218Z] > git config core.sparsecheckout # timeout=10 [2020-09-19T03:10:26.238Z] > git checkout -f 93de29e2de7e7227bbe23ef676e5f0036cbff362 # timeout=10 [2020-09-19T03:10:30.519Z] Commit message: "Merge commit '93ede67d7b538e9acd9cb68b0396d1389d21b332' into HEAD" [2020-09-19T03:10:30.531Z] > git rev-list --no-walk 6620aafa6b2c4d86d61147559de61a3b76df4ec2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-19T03:10:32.551Z] ========================================================= [2020-09-19T03:10:32.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-19T03:10:32.551Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:10:33.713Z] + 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-19T03:10:34.705Z] Sending build context to Docker daemon 8.059MB [2020-09-19T03:10:34.705Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-19T03:10:34.705Z] Step 2/10 : FROM ${BASE} [2020-09-19T03:10:34.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-19T03:10:34.979Z] b538f80385f9: Pulling fs layer [2020-09-19T03:10:34.979Z] 74f711af9a0d: Pulling fs layer [2020-09-19T03:10:34.979Z] 99f96fe45779: Pulling fs layer [2020-09-19T03:10:34.979Z] 8529a6b9a6be: Pulling fs layer [2020-09-19T03:10:34.979Z] 45590311c82a: Pulling fs layer [2020-09-19T03:10:34.979Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-19T03:10:34.979Z] 209524e5b208: Pulling fs layer [2020-09-19T03:10:34.979Z] 8529a6b9a6be: Waiting [2020-09-19T03:10:34.979Z] 45590311c82a: Waiting [2020-09-19T03:10:34.979Z] 69ca0ff8b7b3: Waiting [2020-09-19T03:10:34.979Z] 209524e5b208: Waiting [2020-09-19T03:10:34.979Z] 99f96fe45779: Verifying Checksum [2020-09-19T03:10:34.979Z] 99f96fe45779: Download complete [2020-09-19T03:10:34.979Z] 74f711af9a0d: Verifying Checksum [2020-09-19T03:10:34.979Z] 45590311c82a: Verifying Checksum [2020-09-19T03:10:34.979Z] 45590311c82a: Download complete [2020-09-19T03:10:34.979Z] 69ca0ff8b7b3: Download complete [2020-09-19T03:10:35.256Z] b538f80385f9: Verifying Checksum [2020-09-19T03:10:35.256Z] b538f80385f9: Download complete [2020-09-19T03:10:35.862Z] b538f80385f9: Pull complete [2020-09-19T03:10:36.468Z] 74f711af9a0d: Pull complete [2020-09-19T03:10:37.069Z] 99f96fe45779: Pull complete [2020-09-19T03:10:37.341Z] 209524e5b208: Verifying Checksum [2020-09-19T03:10:37.341Z] 209524e5b208: Download complete [2020-09-19T03:10:38.780Z] 8529a6b9a6be: Verifying Checksum [2020-09-19T03:10:38.780Z] 8529a6b9a6be: Download complete [2020-09-19T03:10:48.957Z] 8529a6b9a6be: Pull complete [2020-09-19T03:10:48.957Z] 45590311c82a: Pull complete [2020-09-19T03:10:49.230Z] 69ca0ff8b7b3: Pull complete [2020-09-19T03:10:53.117Z] Running on prd-centos7-docker-4c-2g-484 in /w/workspace/dgexfoundry_device-rest-go_PR-42 [Pipeline] { [Pipeline] ws [2020-09-19T03:10:53.338Z] Running in /w/workspace/device-rest-go/6 [Pipeline] { [Pipeline] checkout [2020-09-19T03:10:53.585Z] 209524e5b208: Pull complete [2020-09-19T03:10:53.585Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-19T03:10:53.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-19T03:10:53.585Z] ---> 5bddaf1c2fca [2020-09-19T03:10:53.585Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-19T03:10:56.262Z] ---> Running in 9c65f2622dfe [2020-09-19T03:10:56.262Z] Removing intermediate container 9c65f2622dfe [2020-09-19T03:10:56.262Z] ---> 72e8b79c07db [2020-09-19T03:10:56.262Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-19T03:10:56.262Z] ---> Running in ed470992b476 [2020-09-19T03:10:56.366Z] using credential edgex-jenkins-ssh [2020-09-19T03:10:56.424Z] Cloning the remote Git repository [2020-09-19T03:10:56.424Z] Cloning with configured refspecs honoured and without tags [2020-09-19T03:10:56.867Z] Removing intermediate container ed470992b476 [2020-09-19T03:10:56.867Z] ---> f79a48334f9c [2020-09-19T03:10:56.867Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-19T03:10:56.867Z] ---> Running in 7c94a5ce86d3 [2020-09-19T03:10:56.456Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-19T03:10:56.530Z] > git init /w/workspace/device-rest-go/6 # timeout=10 [2020-09-19T03:10:56.576Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-19T03:10:56.576Z] > git --version # timeout=10 [2020-09-19T03:10:56.586Z] > git --version # 'git version 2.16.5' [2020-09-19T03:10:56.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-19T03:10:56.619Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-19T03:10:57.482Z] Removing intermediate container 7c94a5ce86d3 [2020-09-19T03:10:57.482Z] ---> 354b0727b86d [2020-09-19T03:10:57.482Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-19T03:10:57.482Z] ---> Running in c2804dc2d4c8 [2020-09-19T03:10:57.661Z] Fetching without tags [2020-09-19T03:10:58.044Z] Merging remotes/origin/master commit 93ede67d7b538e9acd9cb68b0396d1389d21b332 into PR head commit 6620aafa6b2c4d86d61147559de61a3b76df4ec2 [2020-09-19T03:10:58.148Z] Merge succeeded, producing 3c35c7439e16670b8ab7d5415bcfb85f5ff71450 [2020-09-19T03:10:58.149Z] Checking out Revision 3c35c7439e16670b8ab7d5415bcfb85f5ff71450 (PR-42) [2020-09-19T03:10:57.636Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-19T03:10:57.642Z] > git config --add remote.origin.fetch +refs/pull/42/head:refs/remotes/origin/PR-42 # timeout=10 [2020-09-19T03:10:57.646Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-19T03:10:57.656Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-19T03:10:57.667Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-19T03:10:57.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-19T03:10:57.673Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-19T03:10:58.056Z] > git config core.sparsecheckout # timeout=10 [2020-09-19T03:10:58.062Z] > git checkout -f 6620aafa6b2c4d86d61147559de61a3b76df4ec2 # timeout=10 [2020-09-19T03:10:58.103Z] > git remote # timeout=10 [2020-09-19T03:10:58.110Z] > git config --get remote.origin.url # timeout=10 [2020-09-19T03:10:58.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-19T03:10:58.119Z] > git merge 93ede67d7b538e9acd9cb68b0396d1389d21b332 # timeout=10 [2020-09-19T03:10:58.142Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-19T03:10:58.153Z] > git config core.sparsecheckout # timeout=10 [2020-09-19T03:10:58.158Z] > git checkout -f 3c35c7439e16670b8ab7d5415bcfb85f5ff71450 # timeout=10 [2020-09-19T03:11:00.883Z] Removing intermediate container c2804dc2d4c8 [2020-09-19T03:11:00.883Z] ---> aa51c668a37e [2020-09-19T03:11:00.883Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-19T03:11:00.883Z] ---> Running in 4c569254287c [2020-09-19T03:11:01.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-19T03:11:01.950Z] Commit message: "Merge commit '93ede67d7b538e9acd9cb68b0396d1389d21b332' into HEAD" [2020-09-19T03:11:01.958Z] > git rev-list --no-walk 6620aafa6b2c4d86d61147559de61a3b76df4ec2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-19T03:11:03.318Z] ========================================================= [2020-09-19T03:11:03.318Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-19T03:11:03.318Z] ========================================================= [2020-09-19T03:11:03.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:11:03.961Z] OK: 142 MiB in 39 packages [2020-09-19T03:11:04.036Z] + 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-19T03:11:04.313Z] Sending build context to Docker daemon 8.059MB [2020-09-19T03:11:04.313Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-19T03:11:04.313Z] Step 2/10 : FROM ${BASE} [2020-09-19T03:11:04.583Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-19T03:11:04.583Z] df20fa9351a1: Pulling fs layer [2020-09-19T03:11:04.583Z] ed8968b2872e: Pulling fs layer [2020-09-19T03:11:04.583Z] a92cc7c5fd73: Pulling fs layer [2020-09-19T03:11:04.583Z] e871e8e8d7a9: Pulling fs layer [2020-09-19T03:11:04.583Z] e73272ec9a57: Pulling fs layer [2020-09-19T03:11:04.583Z] 1e910a182e73: Pulling fs layer [2020-09-19T03:11:04.583Z] 4e634b169226: Pulling fs layer [2020-09-19T03:11:04.583Z] e73272ec9a57: Waiting [2020-09-19T03:11:04.583Z] 1e910a182e73: Waiting [2020-09-19T03:11:04.583Z] e871e8e8d7a9: Waiting [2020-09-19T03:11:04.583Z] 4e634b169226: Waiting [2020-09-19T03:11:04.583Z] a92cc7c5fd73: Verifying Checksum [2020-09-19T03:11:04.583Z] a92cc7c5fd73: Download complete [2020-09-19T03:11:04.583Z] ed8968b2872e: Download complete [2020-09-19T03:11:04.583Z] e73272ec9a57: Download complete [2020-09-19T03:11:04.583Z] 1e910a182e73: Verifying Checksum [2020-09-19T03:11:04.583Z] 1e910a182e73: Download complete [2020-09-19T03:11:04.583Z] df20fa9351a1: Verifying Checksum [2020-09-19T03:11:04.583Z] df20fa9351a1: Download complete [2020-09-19T03:11:04.849Z] df20fa9351a1: Pull complete [2020-09-19T03:11:05.112Z] ed8968b2872e: Pull complete [2020-09-19T03:11:05.112Z] a92cc7c5fd73: Pull complete [2020-09-19T03:11:05.394Z] Removing intermediate container 4c569254287c [2020-09-19T03:11:05.394Z] ---> 10cc62907873 [2020-09-19T03:11:05.394Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-19T03:11:05.682Z] ---> Running in 53a990cf07c8 [2020-09-19T03:11:06.282Z] Removing intermediate container 53a990cf07c8 [2020-09-19T03:11:06.282Z] ---> b863df6bd8d4 [2020-09-19T03:11:06.282Z] Step 9/10 : COPY . . [2020-09-19T03:11:06.510Z] 4e634b169226: Verifying Checksum [2020-09-19T03:11:06.510Z] 4e634b169226: Download complete [2020-09-19T03:11:07.264Z] ---> 475c93e98b26 [2020-09-19T03:11:07.264Z] Step 10/10 : RUN go mod download [2020-09-19T03:11:07.462Z] e871e8e8d7a9: Verifying Checksum [2020-09-19T03:11:07.462Z] e871e8e8d7a9: Download complete [2020-09-19T03:11:07.541Z] ---> Running in 29ad3f57cc5d [2020-09-19T03:11:12.811Z] e871e8e8d7a9: Pull complete [2020-09-19T03:11:12.812Z] e73272ec9a57: Pull complete [2020-09-19T03:11:12.812Z] 1e910a182e73: Pull complete [2020-09-19T03:11:19.438Z] 4e634b169226: Pull complete [2020-09-19T03:11:19.438Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-19T03:11:19.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-19T03:11:19.438Z] ---> f7629b54cfaa [2020-09-19T03:11:19.438Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-19T03:11:19.704Z] ---> Running in d0bb08e00ee8 [2020-09-19T03:11:19.968Z] Removing intermediate container d0bb08e00ee8 [2020-09-19T03:11:19.968Z] ---> 4257f0608ce9 [2020-09-19T03:11:19.968Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-19T03:11:20.231Z] ---> Running in 9748fd82b124 [2020-09-19T03:11:20.231Z] Removing intermediate container 9748fd82b124 [2020-09-19T03:11:20.231Z] ---> 80bc589dac6f [2020-09-19T03:11:20.231Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-19T03:11:20.499Z] ---> Running in 2fd4cbb5de7f [2020-09-19T03:11:20.499Z] Removing intermediate container 2fd4cbb5de7f [2020-09-19T03:11:20.499Z] ---> d658d454d8bb [2020-09-19T03:11:20.499Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-19T03:11:20.499Z] ---> Running in 6daa430aa952 [2020-09-19T03:11:21.901Z] Removing intermediate container 6daa430aa952 [2020-09-19T03:11:21.901Z] ---> e19ddc179b33 [2020-09-19T03:11:21.901Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-19T03:11:21.901Z] ---> Running in 18a64dfef700 [2020-09-19T03:11:22.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-19T03:11:22.670Z] Removing intermediate container 29ad3f57cc5d [2020-09-19T03:11:22.670Z] ---> 53c537b58048 [2020-09-19T03:11:22.670Z] Successfully built 53c537b58048 [2020-09-19T03:11:22.670Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:11:23.079Z] + docker inspect -f . ci-base-image-arm64 [2020-09-19T03:11:23.079Z] . [Pipeline] withDockerContainer [2020-09-19T03:11:23.356Z] prd-ubuntu18.04-docker-arm64-4c-16g-483 does not seem to be running inside a container [2020-09-19T03:11:23.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-19T03:11:23.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/6 -v /w/workspace/device-rest-go/6:/w/workspace/device-rest-go/6:rw,z -v /w/workspace/device-rest-go/6@tmp:/w/workspace/device-rest-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-19T03:11:23.689Z] OK: 166 MiB in 39 packages [2020-09-19T03:11:23.953Z] Removing intermediate container 18a64dfef700 [2020-09-19T03:11:23.953Z] ---> d0cafd59b15e [2020-09-19T03:11:23.953Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-19T03:11:24.216Z] ---> Running in f8bfccd7dd5d [2020-09-19T03:11:24.216Z] Removing intermediate container f8bfccd7dd5d [2020-09-19T03:11:24.216Z] ---> 47ec27fae88c [2020-09-19T03:11:24.216Z] Step 9/10 : COPY . . [2020-09-19T03:11:24.792Z] ---> 3b156ed5e7de [2020-09-19T03:11:24.792Z] Step 10/10 : RUN go mod download [2020-09-19T03:11:24.792Z] ---> Running in 03fc77fba6c2 [2020-09-19T03:11:25.335Z] $ docker top 68b025ebcad9d760bfe2facd01262dae9a01d6bc6402bfb6d6536c30257e92d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-19T03:11:26.813Z] + go version [2020-09-19T03:11:26.814Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-19T03:11:26.842Z] $ docker stop --time=1 68b025ebcad9d760bfe2facd01262dae9a01d6bc6402bfb6d6536c30257e92d3 [2020-09-19T03:11:28.826Z] $ docker rm -f 68b025ebcad9d760bfe2facd01262dae9a01d6bc6402bfb6d6536c30257e92d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:11:29.922Z] + docker inspect -f . ci-base-image-arm64 [2020-09-19T03:11:29.922Z] . [Pipeline] withDockerContainer [2020-09-19T03:11:30.195Z] prd-ubuntu18.04-docker-arm64-4c-16g-483 does not seem to be running inside a container [2020-09-19T03:11:30.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/6 -v /w/workspace/device-rest-go/6:/w/workspace/device-rest-go/6:rw,z -v /w/workspace/device-rest-go/6@tmp:/w/workspace/device-rest-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-19T03:11:32.191Z] $ docker top 762920004aeb78cffe50960bdea50a1ad80005b542ab27114dd75ea4f79c8580 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-19T03:11:33.636Z] + make test [2020-09-19T03:11:33.636Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-19T03:11:34.635Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-19T03:11:37.066Z] Removing intermediate container 03fc77fba6c2 [2020-09-19T03:11:37.066Z] ---> 955ea5ba5489 [2020-09-19T03:11:37.066Z] Successfully built 955ea5ba5489 [2020-09-19T03:11:37.066Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:11:37.460Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-19T03:11:37.460Z] . [Pipeline] withDockerContainer [2020-09-19T03:11:37.652Z] prd-centos7-docker-4c-2g-484 does not seem to be running inside a container [2020-09-19T03:11:37.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/6 -v /w/workspace/device-rest-go/6:/w/workspace/device-rest-go/6:rw,z -v /w/workspace/device-rest-go/6@tmp:/w/workspace/device-rest-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-19T03:11:39.072Z] $ docker top 9d25fe6cdd014a3fe7af89ec45c9e71e889741885a8b9f1a9c6a3d26926fdcdc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-19T03:11:39.614Z] + go version [2020-09-19T03:11:39.614Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-19T03:11:39.631Z] $ docker stop --time=1 9d25fe6cdd014a3fe7af89ec45c9e71e889741885a8b9f1a9c6a3d26926fdcdc [2020-09-19T03:11:40.980Z] $ docker rm -f 9d25fe6cdd014a3fe7af89ec45c9e71e889741885a8b9f1a9c6a3d26926fdcdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:11:41.949Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-19T03:11:41.949Z] . [Pipeline] withDockerContainer [2020-09-19T03:11:42.059Z] prd-centos7-docker-4c-2g-484 does not seem to be running inside a container [2020-09-19T03:11:42.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/6 -v /w/workspace/device-rest-go/6:/w/workspace/device-rest-go/6:rw,z -v /w/workspace/device-rest-go/6@tmp:/w/workspace/device-rest-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-19T03:11:42.726Z] $ docker top 4a791cec9f336b5c1d8adb5326fa0c8d68aa0cb2a05c349a30b77cfae8fda655 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-19T03:11:43.227Z] + make test [2020-09-19T03:11:43.227Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-19T03:11:43.826Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-19T03:11:54.084Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-09-19T03:11:54.084Z] ok github.com/edgexfoundry/device-rest-go/driver 0.049s coverage: 56.3% of statements [2020-09-19T03:11:54.084Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-19T03:11:55.082Z] gofmt -l . [2020-09-19T03:11:55.082Z] [ "`gofmt -l .`" = "" ] [2020-09-19T03:11:55.082Z] ./bin/test-go-mod-tidy.sh [2020-09-19T03:11:55.352Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-09-19T03:11:56.217Z] Stashed 1 file(s) [Pipeline] } [2020-09-19T03:11:56.249Z] $ docker stop --time=1 4a791cec9f336b5c1d8adb5326fa0c8d68aa0cb2a05c349a30b77cfae8fda655 [2020-09-19T03:11:58.533Z] $ docker rm -f 4a791cec9f336b5c1d8adb5326fa0c8d68aa0cb2a05c349a30b77cfae8fda655 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-19T03:12:02.296Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-19T03:12:02.678Z] + ls -al . [2020-09-19T03:12:02.678Z] total 96 [2020-09-19T03:12:02.678Z] drwxrwxr-x. 9 jenkins jenkins 4096 Sep 19 03:11 . [2020-09-19T03:12:02.678Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 19 03:10 .. [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 4566 Sep 19 03:10 Attribution.txt [2020-09-19T03:12:02.678Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 19 03:10 bin [2020-09-19T03:12:02.678Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 19 03:10 cmd [2020-09-19T03:12:02.678Z] -rw-r--r--. 1 jenkins jenkins 9369 Sep 19 03:11 coverage.out [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 19 03:10 Dockerfile [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 989 Sep 19 03:10 Dockerfile.build [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 151 Sep 19 03:10 .dockerignore [2020-09-19T03:12:02.678Z] drwxrwxr-x. 2 jenkins jenkins 93 Sep 19 03:11 driver [2020-09-19T03:12:02.678Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 19 03:11 .git [2020-09-19T03:12:02.678Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 19 03:10 .github [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 339 Sep 19 03:10 .gitignore [2020-09-19T03:12:02.678Z] -rw-r--r--. 1 jenkins jenkins 273 Sep 19 03:11 go.mod [2020-09-19T03:12:02.678Z] -rw-r--r--. 1 jenkins jenkins 12547 Sep 19 03:11 go.sum [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 680 Sep 19 03:10 Jenkinsfile [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 19 03:10 LICENSE [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 19 03:10 Makefile [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 5917 Sep 19 03:10 README.md [2020-09-19T03:12:02.678Z] drwxrwxr-x. 3 jenkins jenkins 45 Sep 19 03:11 .semver [2020-09-19T03:12:02.678Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 19 03:10 snap [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 19 03:08 VERSION [2020-09-19T03:12:02.678Z] -rw-rw-r--. 1 jenkins jenkins 713 Sep 19 03:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:12:03.041Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d63a9c950c40a10b6f4b68dc676cd489cfd36e80 --label arch=amd64 --label version=0.0.0 . [2020-09-19T03:12:03.308Z] Sending build context to Docker daemon 8.071MB [2020-09-19T03:12:03.308Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-19T03:12:03.308Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-19T03:12:03.308Z] ---> 955ea5ba5489 [2020-09-19T03:12:03.308Z] Step 3/25 : ARG MAKE='make build' [2020-09-19T03:12:03.308Z] ---> Running in a5144a7367a2 [2020-09-19T03:12:03.571Z] Removing intermediate container a5144a7367a2 [2020-09-19T03:12:03.571Z] ---> ed663a002596 [2020-09-19T03:12:03.571Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-19T03:12:03.571Z] ---> Running in 86d8178220d1 [2020-09-19T03:12:03.844Z] Removing intermediate container 86d8178220d1 [2020-09-19T03:12:03.844Z] ---> fcc3e21e5bd4 [2020-09-19T03:12:03.844Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-19T03:12:03.844Z] ---> Running in f7703861573c [2020-09-19T03:12:03.844Z] Removing intermediate container f7703861573c [2020-09-19T03:12:03.844Z] ---> 38b9ebff5475 [2020-09-19T03:12:03.844Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-19T03:12:04.127Z] ---> Running in 9febf6da2b98 [2020-09-19T03:12:05.088Z] Removing intermediate container 9febf6da2b98 [2020-09-19T03:12:05.088Z] ---> 2cdc23b16a16 [2020-09-19T03:12:05.088Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-19T03:12:05.088Z] ---> Running in e25e9ed7fa1f [2020-09-19T03:12:05.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-19T03:12:05.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-19T03:12:06.575Z] OK: 166 MiB in 39 packages [2020-09-19T03:12:06.837Z] Removing intermediate container e25e9ed7fa1f [2020-09-19T03:12:06.837Z] ---> 9a5681697669 [2020-09-19T03:12:06.837Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-19T03:12:06.837Z] ---> Running in 26092a2eedfe [2020-09-19T03:12:07.126Z] Removing intermediate container 26092a2eedfe [2020-09-19T03:12:07.126Z] ---> bb21310bc992 [2020-09-19T03:12:07.126Z] Step 9/25 : COPY go.mod . [2020-09-19T03:12:07.130Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-09-19T03:12:07.130Z] ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 56.3% of statements [2020-09-19T03:12:07.130Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-19T03:12:07.422Z] ---> 99f3e9d0f020 [2020-09-19T03:12:07.422Z] Step 10/25 : COPY Makefile . [2020-09-19T03:12:07.422Z] ---> 5bd8ed48d451 [2020-09-19T03:12:07.422Z] Step 11/25 : RUN make update [2020-09-19T03:12:07.717Z] ---> Running in 87895035e63d [2020-09-19T03:12:08.014Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-19T03:12:08.625Z] Removing intermediate container 87895035e63d [2020-09-19T03:12:08.625Z] ---> b24e716d0382 [2020-09-19T03:12:08.625Z] Step 12/25 : COPY . . [2020-09-19T03:12:09.132Z] ---> f90e8854a821 [2020-09-19T03:12:09.132Z] Step 13/25 : RUN $MAKE [2020-09-19T03:12:09.132Z] ---> Running in c75cdfd71945 [2020-09-19T03:12:09.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-09-19T03:12:11.589Z] gofmt -l . [2020-09-19T03:12:11.589Z] [ "`gofmt -l .`" = "" ] [2020-09-19T03:12:11.589Z] ./bin/test-go-mod-tidy.sh [2020-09-19T03:12:11.879Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-09-19T03:12:12.921Z] Warning: overwriting stash ‘coverage-report’ [2020-09-19T03:12:13.750Z] Stashed 1 file(s) [Pipeline] } [2020-09-19T03:12:13.771Z] $ docker stop --time=1 762920004aeb78cffe50960bdea50a1ad80005b542ab27114dd75ea4f79c8580 [2020-09-19T03:12:16.130Z] $ docker rm -f 762920004aeb78cffe50960bdea50a1ad80005b542ab27114dd75ea4f79c8580 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-19T03:12:17.578Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-19T03:12:17.954Z] + ls -al . [2020-09-19T03:12:17.954Z] total 128 [2020-09-19T03:12:17.954Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 19 03:12 . [2020-09-19T03:12:17.954Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 03:10 .. [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 151 Sep 19 03:10 .dockerignore [2020-09-19T03:12:17.954Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 03:10 .git [2020-09-19T03:12:17.954Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 03:10 .github [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 339 Sep 19 03:10 .gitignore [2020-09-19T03:12:17.954Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 03:10 .semver [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 4566 Sep 19 03:10 Attribution.txt [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 19 03:10 Dockerfile [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 989 Sep 19 03:10 Dockerfile.build [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 680 Sep 19 03:10 Jenkinsfile [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 19 03:10 LICENSE [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 19 03:10 Makefile [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 5917 Sep 19 03:10 README.md [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 03:08 VERSION [2020-09-19T03:12:17.954Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 03:10 bin [2020-09-19T03:12:17.954Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 03:10 cmd [2020-09-19T03:12:17.954Z] -rw-r--r-- 1 jenkins jenkins 9369 Sep 19 03:12 coverage.out [2020-09-19T03:12:17.954Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 03:12 driver [2020-09-19T03:12:17.954Z] -rw-r--r-- 1 jenkins jenkins 273 Sep 19 03:12 go.mod [2020-09-19T03:12:17.954Z] -rw-r--r-- 1 jenkins jenkins 12547 Sep 19 03:12 go.sum [2020-09-19T03:12:17.954Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 03:10 snap [2020-09-19T03:12:17.954Z] -rw-rw-r-- 1 jenkins jenkins 713 Sep 19 03:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:12:18.322Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d63a9c950c40a10b6f4b68dc676cd489cfd36e80 --label arch=arm64 --label version=0.0.0 . [2020-09-19T03:12:18.616Z] Sending build context to Docker daemon 8.071MB [2020-09-19T03:12:18.616Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-19T03:12:18.616Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-19T03:12:18.616Z] ---> 53c537b58048 [2020-09-19T03:12:18.616Z] Step 3/25 : ARG MAKE='make build' [2020-09-19T03:12:18.905Z] ---> Running in 3eb8cd6db7bb [2020-09-19T03:12:19.558Z] Removing intermediate container 3eb8cd6db7bb [2020-09-19T03:12:19.558Z] ---> 0963abb9a621 [2020-09-19T03:12:19.558Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-19T03:12:19.558Z] ---> Running in c59b6e8a1bd5 [2020-09-19T03:12:19.741Z] Removing intermediate container c75cdfd71945 [2020-09-19T03:12:19.741Z] ---> ca1b81fa9636 [2020-09-19T03:12:19.741Z] Step 14/25 : FROM alpine:latest [2020-09-19T03:12:19.741Z] latest: Pulling from library/alpine [2020-09-19T03:12:19.741Z] df20fa9351a1: Already exists [2020-09-19T03:12:19.741Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-19T03:12:19.741Z] Status: Downloaded newer image for alpine:latest [2020-09-19T03:12:19.741Z] ---> a24bb4013296 [2020-09-19T03:12:19.741Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-19T03:12:19.741Z] ---> Running in e5b9972896d0 [2020-09-19T03:12:19.741Z] Removing intermediate container e5b9972896d0 [2020-09-19T03:12:19.741Z] ---> 47d6d471f1c4 [2020-09-19T03:12:19.741Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-19T03:12:19.741Z] ---> Running in 8e6a1ca07018 [2020-09-19T03:12:19.741Z] Removing intermediate container 8e6a1ca07018 [2020-09-19T03:12:19.741Z] ---> ba6fe9b76e97 [2020-09-19T03:12:19.741Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-19T03:12:19.741Z] ---> b05ff2ec2951 [2020-09-19T03:12:19.741Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-19T03:12:20.006Z] ---> 17613e08a43f [2020-09-19T03:12:20.006Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-19T03:12:20.167Z] Removing intermediate container c59b6e8a1bd5 [2020-09-19T03:12:20.167Z] ---> 05adee14b9d1 [2020-09-19T03:12:20.167Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-19T03:12:20.167Z] ---> Running in 3f2af7a1b96d [2020-09-19T03:12:20.445Z] Removing intermediate container 3f2af7a1b96d [2020-09-19T03:12:20.445Z] ---> db7125a181aa [2020-09-19T03:12:20.445Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-19T03:12:20.608Z] ---> 69aa5edb3811 [2020-09-19T03:12:20.608Z] Step 20/25 : EXPOSE 49986 [2020-09-19T03:12:20.608Z] ---> Running in c6b30bc8807a [2020-09-19T03:12:20.734Z] ---> Running in e980c0503c6a [2020-09-19T03:12:20.891Z] Removing intermediate container c6b30bc8807a [2020-09-19T03:12:20.891Z] ---> 6e58b286dec1 [2020-09-19T03:12:20.891Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-19T03:12:20.891Z] ---> Running in 5c9ed00f907a [2020-09-19T03:12:21.175Z] Removing intermediate container 5c9ed00f907a [2020-09-19T03:12:21.176Z] ---> d910c77b43b6 [2020-09-19T03:12:21.176Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-19T03:12:21.176Z] ---> Running in 48a2734ee2e7 [2020-09-19T03:12:21.176Z] Removing intermediate container 48a2734ee2e7 [2020-09-19T03:12:21.176Z] ---> 055280f47216 [2020-09-19T03:12:21.176Z] Step 23/25 : LABEL arch=amd64 [2020-09-19T03:12:21.457Z] ---> Running in e2d49f7feeaa [2020-09-19T03:12:21.457Z] Removing intermediate container e2d49f7feeaa [2020-09-19T03:12:21.457Z] ---> 8e2c33a6a1c2 [2020-09-19T03:12:21.457Z] Step 24/25 : LABEL git_sha=d63a9c950c40a10b6f4b68dc676cd489cfd36e80 [2020-09-19T03:12:21.748Z] ---> Running in 29caa90efee8 [2020-09-19T03:12:21.748Z] Removing intermediate container 29caa90efee8 [2020-09-19T03:12:21.748Z] ---> e5af77502a12 [2020-09-19T03:12:21.748Z] Step 25/25 : LABEL version=0.0.0 [2020-09-19T03:12:21.748Z] ---> Running in 4d893ed3d4a3 [2020-09-19T03:12:22.032Z] Removing intermediate container 4d893ed3d4a3 [2020-09-19T03:12:22.032Z] ---> 7404367d6eca [2020-09-19T03:12:22.032Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-19T03:12:22.032Z] Successfully built 7404367d6eca [2020-09-19T03:12:22.032Z] Successfully tagged docker-device-rest-go: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] } [2020-09-19T03:12:23.443Z] Removing intermediate container e980c0503c6a [2020-09-19T03:12:23.443Z] ---> 9cb78b91cbc6 [2020-09-19T03:12:23.443Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-19T03:12:23.443Z] ---> Running in a54082876e39 [Pipeline] // stage [Pipeline] } [2020-09-19T03:12:24.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-19T03:12:25.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-19T03:12:26.568Z] OK: 142 MiB in 39 packages [2020-09-19T03:12:27.583Z] Removing intermediate container a54082876e39 [2020-09-19T03:12:27.583Z] ---> 19d947e5e5fc [2020-09-19T03:12:27.583Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-19T03:12:27.583Z] ---> Running in 384471b52604 [2020-09-19T03:12:28.203Z] Removing intermediate container 384471b52604 [2020-09-19T03:12:28.203Z] ---> bef86ac294e3 [2020-09-19T03:12:28.203Z] Step 9/25 : COPY go.mod . [2020-09-19T03:12:28.815Z] ---> af1b1008335a [2020-09-19T03:12:28.815Z] Step 10/25 : COPY Makefile . [2020-09-19T03:12:29.435Z] ---> 07a19607570b [2020-09-19T03:12:29.435Z] Step 11/25 : RUN make update [2020-09-19T03:12:29.435Z] ---> Running in b9f10bfbf7b9 [2020-09-19T03:12:30.924Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-19T03:12:32.378Z] Removing intermediate container b9f10bfbf7b9 [2020-09-19T03:12:32.378Z] ---> 032232c5085d [2020-09-19T03:12:32.378Z] Step 12/25 : COPY . . [2020-09-19T03:12:33.380Z] ---> 2fe730e637c7 [2020-09-19T03:12:33.380Z] Step 13/25 : RUN $MAKE [2020-09-19T03:12:33.380Z] ---> Running in 8c82d9c40b49 [2020-09-19T03:12:34.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-09-19T03:13:01.674Z] Removing intermediate container 8c82d9c40b49 [2020-09-19T03:13:01.674Z] ---> 609fdce0e00d [2020-09-19T03:13:01.674Z] Step 14/25 : FROM alpine:latest [2020-09-19T03:13:01.674Z] latest: Pulling from library/alpine [2020-09-19T03:13:01.674Z] b538f80385f9: Already exists [2020-09-19T03:13:01.674Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-19T03:13:01.674Z] Status: Downloaded newer image for alpine:latest [2020-09-19T03:13:01.674Z] ---> 62ee0e9f8440 [2020-09-19T03:13:01.674Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-19T03:13:01.674Z] ---> Running in 85f7f71d1975 [2020-09-19T03:13:01.674Z] Removing intermediate container 85f7f71d1975 [2020-09-19T03:13:01.674Z] ---> 3d1c0747f4a9 [2020-09-19T03:13:01.674Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-19T03:13:01.674Z] ---> Running in 4e5f0b9ea632 [2020-09-19T03:13:01.674Z] Removing intermediate container 4e5f0b9ea632 [2020-09-19T03:13:01.674Z] ---> b400de5e57c3 [2020-09-19T03:13:01.674Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-19T03:13:01.674Z] ---> c55bcb20a22e [2020-09-19T03:13:01.674Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-19T03:13:02.282Z] ---> fdf493dc3648 [2020-09-19T03:13:02.283Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-19T03:13:03.719Z] ---> ad6db86a4a6d [2020-09-19T03:13:03.719Z] Step 20/25 : EXPOSE 49986 [2020-09-19T03:13:03.719Z] ---> Running in ac197448598f [2020-09-19T03:13:03.993Z] Removing intermediate container ac197448598f [2020-09-19T03:13:03.993Z] ---> 1c26212cc1f0 [2020-09-19T03:13:03.993Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-19T03:13:04.265Z] ---> Running in bf052f0a8c6d [2020-09-19T03:13:04.863Z] Removing intermediate container bf052f0a8c6d [2020-09-19T03:13:04.863Z] ---> fa62711d4145 [2020-09-19T03:13:04.863Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-19T03:13:04.863Z] ---> Running in cef5b05f70f2 [2020-09-19T03:13:05.137Z] Removing intermediate container cef5b05f70f2 [2020-09-19T03:13:05.137Z] ---> 7fb236114d25 [2020-09-19T03:13:05.137Z] Step 23/25 : LABEL arch=arm64 [2020-09-19T03:13:05.409Z] ---> Running in 07fe91523359 [2020-09-19T03:13:06.003Z] Removing intermediate container 07fe91523359 [2020-09-19T03:13:06.003Z] ---> a86f08948c91 [2020-09-19T03:13:06.003Z] Step 24/25 : LABEL git_sha=d63a9c950c40a10b6f4b68dc676cd489cfd36e80 [2020-09-19T03:13:06.004Z] ---> Running in 4acf38ddf0b5 [2020-09-19T03:13:06.600Z] Removing intermediate container 4acf38ddf0b5 [2020-09-19T03:13:06.600Z] ---> f1a8cdfd9bdc [2020-09-19T03:13:06.600Z] Step 25/25 : LABEL version=0.0.0 [2020-09-19T03:13:06.600Z] ---> Running in 692a85aa4302 [2020-09-19T03:13:07.194Z] Removing intermediate container 692a85aa4302 [2020-09-19T03:13:07.194Z] ---> 2d65b0afed97 [2020-09-19T03:13:07.194Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-19T03:13:07.194Z] Successfully built 2d65b0afed97 [2020-09-19T03:13:07.194Z] Successfully tagged docker-device-rest-go-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-19T03:13:09.238Z] provisioning config files... [2020-09-19T03:13:09.252Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/config5294806565870560829tmp [Pipeline] { [Pipeline] sh [2020-09-19T03:13:09.650Z] + bash -s - -t @/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/config5294806565870560829tmp [2020-09-19T03:13:09.650Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-09-19T03:13:09.923Z] 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-19T03:13:12.764Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-19T03:13:13.343Z] ---> package-listing.sh [2020-09-19T03:13:13.343Z] ++ facter osfamily [2020-09-19T03:13:13.343Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-19T03:13:13.343Z] + OS_FAMILY=redhat [2020-09-19T03:13:13.343Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-42 [2020-09-19T03:13:13.343Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-19T03:13:13.343Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-19T03:13:13.343Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-19T03:13:13.343Z] + PACKAGES=/tmp/packages_start.txt [2020-09-19T03:13:13.343Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-42 ']' [2020-09-19T03:13:13.343Z] + PACKAGES=/tmp/packages_end.txt [2020-09-19T03:13:13.343Z] + case "${OS_FAMILY}" in [2020-09-19T03:13:13.343Z] + rpm -qa [2020-09-19T03:13:13.343Z] + sort [2020-09-19T03:13:17.567Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-19T03:13:17.567Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-19T03:13:17.567Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-19T03:13:17.567Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-42 ']' [2020-09-19T03:13:17.567Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-42/archives/ [2020-09-19T03:13:17.567Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-42/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:13:18.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-19T03:13:18.581Z] [2020-09-19T03:13:18.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-19T03:13:18.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-19T03:13:18.938Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-19T03:13:18.938Z] df20fa9351a1: Pulling fs layer [2020-09-19T03:13:18.938Z] 36b3adc4ff6f: Pulling fs layer [2020-09-19T03:13:18.938Z] 8ad3a11d3b57: Pulling fs layer [2020-09-19T03:13:18.938Z] 46f8f816bc3b: Pulling fs layer [2020-09-19T03:13:18.938Z] 0dadc02b9964: Pulling fs layer [2020-09-19T03:13:18.938Z] ce6a7cf60c04: Pulling fs layer [2020-09-19T03:13:18.938Z] 7a184a31f384: Pulling fs layer [2020-09-19T03:13:18.938Z] 0879bd2ef858: Pulling fs layer [2020-09-19T03:13:18.938Z] 46f8f816bc3b: Waiting [2020-09-19T03:13:18.938Z] 0dadc02b9964: Waiting [2020-09-19T03:13:18.938Z] ce6a7cf60c04: Waiting [2020-09-19T03:13:18.938Z] 0879bd2ef858: Waiting [2020-09-19T03:13:18.938Z] 7a184a31f384: Waiting [2020-09-19T03:13:18.938Z] 36b3adc4ff6f: Download complete [2020-09-19T03:13:18.938Z] 46f8f816bc3b: Download complete [2020-09-19T03:13:19.204Z] df20fa9351a1: Verifying Checksum [2020-09-19T03:13:19.204Z] df20fa9351a1: Download complete [2020-09-19T03:13:19.204Z] 0dadc02b9964: Verifying Checksum [2020-09-19T03:13:19.204Z] 0dadc02b9964: Download complete [2020-09-19T03:13:19.204Z] ce6a7cf60c04: Verifying Checksum [2020-09-19T03:13:19.204Z] ce6a7cf60c04: Download complete [2020-09-19T03:13:19.204Z] 7a184a31f384: Verifying Checksum [2020-09-19T03:13:19.204Z] 7a184a31f384: Download complete [2020-09-19T03:13:19.472Z] 8ad3a11d3b57: Verifying Checksum [2020-09-19T03:13:19.472Z] 8ad3a11d3b57: Download complete [2020-09-19T03:13:19.472Z] df20fa9351a1: Pull complete [2020-09-19T03:13:19.738Z] 36b3adc4ff6f: Pull complete [2020-09-19T03:13:19.738Z] 0879bd2ef858: Verifying Checksum [2020-09-19T03:13:19.738Z] 0879bd2ef858: Download complete [2020-09-19T03:13:20.318Z] 8ad3a11d3b57: Pull complete [2020-09-19T03:13:20.318Z] 46f8f816bc3b: Pull complete [2020-09-19T03:13:20.581Z] 0dadc02b9964: Pull complete [2020-09-19T03:13:20.581Z] ce6a7cf60c04: Pull complete [2020-09-19T03:13:20.844Z] 7a184a31f384: Pull complete [2020-09-19T03:13:23.418Z] 0879bd2ef858: Pull complete [2020-09-19T03:13:23.418Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-19T03:13:23.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-19T03:13:23.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-19T03:13:23.602Z] prd-centos7-docker-4c-2g-482 does not seem to be running inside a container [2020-09-19T03:13:23.674Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-rest-go_PR-42 -v /w/workspace/dgexfoundry_device-rest-go_PR-42:/w/workspace/dgexfoundry_device-rest-go_PR-42:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-42@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-19T03:13:26.883Z] $ docker top b7dab40df7b5800873c3ed1d21476011a474b8677f1b5ec64f52b4cbb3e2e887 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-19T03:13:27.387Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-19T03:13:27.690Z] + ls /var/log/sa-host [2020-09-19T03:13:27.690Z] + sadf -c /var/log/sa-host/sa05 [2020-09-19T03:13:27.690Z] file_magic: OK [2020-09-19T03:13:27.690Z] HZ: Using current value: 100 [2020-09-19T03:13:27.690Z] file_header: OK [2020-09-19T03:13:27.690Z] 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-19T03:13:27.690Z] Statistics: [2020-09-19T03:13:27.690Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-19T03:13:27.690Z] File successfully converted to sysstat format version 12.2.1 [2020-09-19T03:13:27.690Z] + sadf -c /var/log/sa-host/sa19 [2020-09-19T03:13:27.690Z] file_magic: OK [2020-09-19T03:13:27.690Z] HZ: Using current value: 100 [2020-09-19T03:13:27.690Z] file_header: OK [2020-09-19T03:13:27.690Z] 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-19T03:13:27.690Z] Statistics: [2020-09-19T03:13:27.690Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-19T03:13:27.690Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-19T03:13:27.759Z] provisioning config files... [2020-09-19T03:13:27.778Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/config3951410593823591667tmp [Pipeline] { [Pipeline] echo [2020-09-19T03:13:27.867Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-19T03:13:28.171Z] ---> create-netrc.sh [Pipeline] echo [2020-09-19T03:13:28.183Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-19T03:13:28.494Z] ---> logs-deploy.sh [2020-09-19T03:13:28.494Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-42/6 [2020-09-19T03:13:28.494Z] INFO: archiving workspace using pattern(s): [2020-09-19T03:13:29.883Z] Archives upload complete. [2020-09-19T03:13:29.883Z] INFO: archiving logs to Nexus