Pull request #57 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of siggiskulason for edgexfoundry/device-rest-go Loading trusted files from base branch master at 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 rather than ad0a8edd3308a359dd2026d9789705cdbd97989b Obtained Jenkinsfile from 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-11708 in /w/workspace/dgexfoundry_device-rest-go_PR-57 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-57 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 into PR head commit ad0a8edd3308a359dd2026d9789705cdbd97989b Merge succeeded, producing ad0a8edd3308a359dd2026d9789705cdbd97989b Checking out Revision ad0a8edd3308a359dd2026d9789705cdbd97989b (PR-57) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-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 --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad0a8edd3308a359dd2026d9789705cdbd97989b # 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 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad0a8edd3308a359dd2026d9789705cdbd97989b # timeout=10 Commit message: "fix(snap): Update snap versioning logic" First time build. Skipping changelog. > git rev-list --no-walk 25c89cabf416d2bac17a3e59a931a2fdea64d6d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-10T14:19:33.756Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-10T14:19:34.170Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-10T14:19:34.304Z] ========================================================= [2020-11-10T14:19:34.304Z] EdgeX Global Pipelines Version Info [2020-11-10T14:19:34.304Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:19:36.709Z] ------------------- [2020-11-10T14:19:36.709Z] stable info: [2020-11-10T14:19:36.709Z] ------------------- [2020-11-10T14:19:36.709Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-10T14:19:36.709Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T14:19:36.709Z] Message: update stable to v1.0.162 [2020-11-10T14:19:38.168Z] ------------------- [2020-11-10T14:19:38.168Z] experimental info: [2020-11-10T14:19:38.168Z] ------------------- [2020-11-10T14:19:38.168Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-10T14:19:38.168Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T14:19:38.168Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-10T14:19:38.660Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-11-10T14:19:38.859Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-11-10T14:19:38.983Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-10T14:19:39.122Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-10T14:19:39.258Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-10T14:19:39.391Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-10T14:19:39.546Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-10T14:19:39.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-10T14:19:39.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-10T14:19:39.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-10T14:19:40.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-10T14:19:40.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-11-10T14:19:40.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-10T14:19:40.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-10T14:19:40.540Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T14:19:40.642Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T14:19:40.772Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T14:19:40.898Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T14:19:41.025Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-10T14:19:41.116Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-10T14:19:41.209Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-10T14:19:41.304Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-10T14:19:41.396Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-10T14:19:41.491Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-10T14:19:41.588Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-10T14:19:41.699Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-10T14:19:41.817Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-57 [Pipeline] echo [2020-11-10T14:19:41.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-57 [Pipeline] echo [2020-11-10T14:19:41.997Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-57 [Pipeline] echo [2020-11-10T14:19:42.115Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad0a8edd3308a359dd2026d9789705cdbd97989b [Pipeline] echo [2020-11-10T14:19:42.215Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad0a8ed [Pipeline] echo [2020-11-10T14:19:42.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T14:19:42.544Z] provisioning config files... [2020-11-10T14:19:42.584Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-57@tmp/config952231592552832340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:19:43.036Z] ---> docker-login.sh [2020-11-10T14:19:43.036Z] nexus3.edgexfoundry.org:10001 [2020-11-10T14:19:43.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:19:44.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:19:44.281Z] Configure a credential helper to remove this warning. See [2020-11-10T14:19:44.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:19:44.281Z] [2020-11-10T14:19:44.281Z] Login Succeeded [2020-11-10T14:19:44.281Z] nexus3.edgexfoundry.org:10002 [2020-11-10T14:19:44.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:19:44.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:19:44.571Z] Configure a credential helper to remove this warning. See [2020-11-10T14:19:44.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:19:44.571Z] [2020-11-10T14:19:44.571Z] Login Succeeded [2020-11-10T14:19:44.571Z] nexus3.edgexfoundry.org:10003 [2020-11-10T14:19:44.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:19:45.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:19:45.132Z] Configure a credential helper to remove this warning. See [2020-11-10T14:19:45.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:19:45.132Z] [2020-11-10T14:19:45.132Z] Login Succeeded [2020-11-10T14:19:45.132Z] nexus3.edgexfoundry.org:10004 [2020-11-10T14:19:45.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:19:45.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:19:45.439Z] Configure a credential helper to remove this warning. See [2020-11-10T14:19:45.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:19:45.439Z] [2020-11-10T14:19:45.439Z] Login Succeeded [2020-11-10T14:19:45.439Z] docker.io [2020-11-10T14:19:45.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:19:46.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:19:46.007Z] Configure a credential helper to remove this warning. See [2020-11-10T14:19:46.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:19:46.007Z] [2020-11-10T14:19:46.007Z] Login Succeeded [2020-11-10T14:19:46.007Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T14:19:46.032Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T14:19:46.850Z] + git log --format=format:%s -1 ad0a8edd3308a359dd2026d9789705cdbd97989b [Pipeline] echo [2020-11-10T14:19:46.973Z] GIT_COMMIT: ad0a8edd3308a359dd2026d9789705cdbd97989b, Commit Message: fix(snap): Update snap versioning logic [Pipeline] echo [2020-11-10T14:19:47.023Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:19:48.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T14:19:48.047Z] [2020-11-10T14:19:48.047Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:19:48.465Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T14:19:48.466Z] latest: Pulling from edgex-devops/git-semver [2020-11-10T14:19:48.466Z] 31603596830f: Pulling fs layer [2020-11-10T14:19:48.466Z] 2a8b12db71e7: Pulling fs layer [2020-11-10T14:19:48.466Z] 6ca5941a6612: Pulling fs layer [2020-11-10T14:19:48.466Z] ecc8261a40a4: Pulling fs layer [2020-11-10T14:19:48.466Z] ecc8261a40a4: Waiting [2020-11-10T14:19:48.466Z] 2a8b12db71e7: Verifying Checksum [2020-11-10T14:19:48.466Z] 2a8b12db71e7: Download complete [2020-11-10T14:19:48.754Z] 31603596830f: Verifying Checksum [2020-11-10T14:19:48.754Z] 31603596830f: Download complete [2020-11-10T14:19:49.052Z] ecc8261a40a4: Verifying Checksum [2020-11-10T14:19:49.052Z] ecc8261a40a4: Download complete [2020-11-10T14:19:49.321Z] 6ca5941a6612: Verifying Checksum [2020-11-10T14:19:49.321Z] 6ca5941a6612: Download complete [2020-11-10T14:19:49.603Z] 31603596830f: Pull complete [2020-11-10T14:19:49.883Z] 2a8b12db71e7: Pull complete [2020-11-10T14:19:51.369Z] 6ca5941a6612: Pull complete [2020-11-10T14:19:51.974Z] ecc8261a40a4: Pull complete [2020-11-10T14:19:51.974Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-10T14:19:51.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T14:19:51.974Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-10T14:19:52.174Z] prd-centos7-docker-4c-2g-11708 does not seem to be running inside a container [2020-11-10T14:19:52.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-57 -v /w/workspace/dgexfoundry_device-rest-go_PR-57:/w/workspace/dgexfoundry_device-rest-go_PR-57:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-57@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T14:19:54.846Z] $ docker top 54156f7d44aef9e41ebdf9ddaec1455463101abcfd402a65112319fe5b86ad7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T14:19:55.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T14:19:55.232Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T14:19:55.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T14:19:55.714Z] $ docker exec 54156f7d44aef9e41ebdf9ddaec1455463101abcfd402a65112319fe5b86ad7a ssh-agent [2020-11-10T14:19:56.010Z] SSH_AUTH_SOCK=/tmp/ssh-dMdkQHdbThzv/agent.12 [2020-11-10T14:19:56.010Z] SSH_AGENT_PID=17 [2020-11-10T14:19:56.029Z] Running ssh-add (command line suppressed) [2020-11-10T14:19:56.296Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-57@tmp/private_key_8519338618454084623.key (/w/workspace/dgexfoundry_device-rest-go_PR-57@tmp/private_key_8519338618454084623.key) [2020-11-10T14:19:56.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T14:19:56.881Z] + git tag --points-at HEAD [Pipeline] } [2020-11-10T14:19:57.017Z] $ docker exec --env ******** --env ******** 54156f7d44aef9e41ebdf9ddaec1455463101abcfd402a65112319fe5b86ad7a ssh-agent -k [2020-11-10T14:19:57.305Z] unset SSH_AUTH_SOCK; [2020-11-10T14:19:57.306Z] unset SSH_AGENT_PID; [2020-11-10T14:19:57.306Z] echo Agent pid 17 killed; [2020-11-10T14:19:57.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-10T14:19:57.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T14:19:57.572Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T14:19:57.990Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T14:19:57.998Z] $ docker exec 54156f7d44aef9e41ebdf9ddaec1455463101abcfd402a65112319fe5b86ad7a ssh-agent [2020-11-10T14:19:58.324Z] SSH_AUTH_SOCK=/tmp/ssh-fXEryFPbl7Bg/agent.46 [2020-11-10T14:19:58.324Z] SSH_AGENT_PID=52 [2020-11-10T14:19:58.336Z] Running ssh-add (command line suppressed) [2020-11-10T14:19:58.591Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-57@tmp/private_key_3464626601424107589.key (/w/workspace/dgexfoundry_device-rest-go_PR-57@tmp/private_key_3464626601424107589.key) [2020-11-10T14:19:58.792Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T14:19:59.174Z] + git semver init [2020-11-10T14:19:59.174Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T14:19:59.174Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-57/.git [2020-11-10T14:19:59.174Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-57 [2020-11-10T14:19:59.174Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T14:19:59.174Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T14:19:59.174Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T14:19:59.174Z] # $SEMVER_BRANCH = PR-57 [2020-11-10T14:19:59.174Z] # $SEMVER_TEMP = /tmp/semver-886321322 [2020-11-10T14:19:59.174Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-11-10T14:20:01.267Z] # '/tmp/semver-886321322' -> '/w/workspace/dgexfoundry_device-rest-go_PR-57/.semver' [2020-11-10T14:20:01.267Z] # -> Force: false [2020-11-10T14:20:01.267Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-57/.semver [Pipeline] } [2020-11-10T14:20:01.297Z] $ docker exec --env ******** --env ******** 54156f7d44aef9e41ebdf9ddaec1455463101abcfd402a65112319fe5b86ad7a ssh-agent -k [2020-11-10T14:20:01.646Z] unset SSH_AUTH_SOCK; [2020-11-10T14:20:01.646Z] unset SSH_AGENT_PID; [2020-11-10T14:20:01.646Z] echo Agent pid 52 killed; [2020-11-10T14:20:01.758Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T14:20:02.322Z] + git semver [Pipeline] } [2020-11-10T14:20:02.462Z] $ docker stop --time=1 54156f7d44aef9e41ebdf9ddaec1455463101abcfd402a65112319fe5b86ad7a [2020-11-10T14:20:04.368Z] $ docker rm -f 54156f7d44aef9e41ebdf9ddaec1455463101abcfd402a65112319fe5b86ad7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T14:20:05.071Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-10T14:20:06.522Z] Stashed 1 file(s) [Pipeline] echo [2020-11-10T14:20:06.525Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-10T14:20:07.424Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11709 in /w/workspace/dgexfoundry_device-rest-go_PR-57 [Pipeline] { [Pipeline] ws [2020-11-10T14:20:07.489Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-11-10T14:20:12.259Z] using credential edgex-jenkins-ssh [2020-11-10T14:20:12.338Z] Cloning the remote Git repository [2020-11-10T14:20:12.399Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T14:20:12.512Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-11-10T14:20:12.603Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T14:20:12.604Z] > git --version # timeout=10 [2020-11-10T14:20:12.618Z] > git --version # 'git version 2.17.1' [2020-11-10T14:20:12.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T14:20:12.706Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T14:20:14.818Z] Merging remotes/origin/master commit 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 into PR head commit ad0a8edd3308a359dd2026d9789705cdbd97989b [2020-11-10T14:20:15.005Z] Merge succeeded, producing ad0a8edd3308a359dd2026d9789705cdbd97989b [2020-11-10T14:20:15.006Z] Checking out Revision ad0a8edd3308a359dd2026d9789705cdbd97989b (PR-57) [2020-11-10T14:20:14.205Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T14:20:14.236Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T14:20:14.267Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T14:20:14.297Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T14:20:14.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T14:20:14.308Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T14:20:14.842Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T14:20:14.857Z] > git checkout -f ad0a8edd3308a359dd2026d9789705cdbd97989b # timeout=10 [2020-11-10T14:20:14.925Z] > git remote # timeout=10 [2020-11-10T14:20:14.947Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T14:20:14.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T14:20:14.978Z] > git merge 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 [2020-11-10T14:20:14.998Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T14:20:15.017Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T14:20:15.030Z] > git checkout -f ad0a8edd3308a359dd2026d9789705cdbd97989b # timeout=10 [2020-11-10T14:20:19.195Z] Commit message: "fix(snap): Update snap versioning logic" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T14:20:19.855Z] provisioning config files... [2020-11-10T14:20:19.900Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config7780949743162584822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:20:20.903Z] ---> docker-login.sh [2020-11-10T14:20:20.903Z] nexus3.edgexfoundry.org:10001 [2020-11-10T14:20:21.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:20:22.156Z] Still waiting to schedule task [2020-11-10T14:20:22.156Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11708’ [2020-11-10T14:20:22.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:20:22.161Z] Configure a credential helper to remove this warning. See [2020-11-10T14:20:22.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:20:22.161Z] [2020-11-10T14:20:22.161Z] Login Succeeded [2020-11-10T14:20:22.161Z] nexus3.edgexfoundry.org:10002 [2020-11-10T14:20:22.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:20:22.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:20:22.715Z] Configure a credential helper to remove this warning. See [2020-11-10T14:20:22.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:20:22.715Z] [2020-11-10T14:20:22.715Z] Login Succeeded [2020-11-10T14:20:22.715Z] nexus3.edgexfoundry.org:10003 [2020-11-10T14:20:22.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:20:23.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:20:23.266Z] Configure a credential helper to remove this warning. See [2020-11-10T14:20:23.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:20:23.266Z] [2020-11-10T14:20:23.266Z] Login Succeeded [2020-11-10T14:20:23.266Z] nexus3.edgexfoundry.org:10004 [2020-11-10T14:20:23.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:20:23.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:20:23.815Z] Configure a credential helper to remove this warning. See [2020-11-10T14:20:23.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:20:23.815Z] [2020-11-10T14:20:23.815Z] Login Succeeded [2020-11-10T14:20:23.815Z] docker.io [2020-11-10T14:20:24.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:20:24.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:20:24.416Z] Configure a credential helper to remove this warning. See [2020-11-10T14:20:24.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:20:24.416Z] [2020-11-10T14:20:24.416Z] Login Succeeded [2020-11-10T14:20:24.416Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T14:20:24.560Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T14:20:25.026Z] ========================================================= [2020-11-10T14:20:25.026Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-10T14:20:25.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:20:25.403Z] + 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-11-10T14:20:25.403Z] Sending build context to Docker daemon 79.87kB [2020-11-10T14:20:25.676Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-10T14:20:25.676Z] Step 2/10 : FROM ${BASE} [2020-11-10T14:20:25.951Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-10T14:20:25.951Z] b538f80385f9: Pulling fs layer [2020-11-10T14:20:25.951Z] 74f711af9a0d: Pulling fs layer [2020-11-10T14:20:25.951Z] 99f96fe45779: Pulling fs layer [2020-11-10T14:20:25.951Z] 8529a6b9a6be: Pulling fs layer [2020-11-10T14:20:25.951Z] 45590311c82a: Pulling fs layer [2020-11-10T14:20:25.951Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-10T14:20:25.951Z] 209524e5b208: Pulling fs layer [2020-11-10T14:20:25.951Z] 209524e5b208: Waiting [2020-11-10T14:20:25.951Z] 69ca0ff8b7b3: Waiting [2020-11-10T14:20:25.951Z] 45590311c82a: Waiting [2020-11-10T14:20:25.951Z] 99f96fe45779: Verifying Checksum [2020-11-10T14:20:25.951Z] 99f96fe45779: Download complete [2020-11-10T14:20:25.951Z] 74f711af9a0d: Download complete [2020-11-10T14:20:25.951Z] 45590311c82a: Verifying Checksum [2020-11-10T14:20:25.951Z] 45590311c82a: Download complete [2020-11-10T14:20:25.951Z] b538f80385f9: Download complete [2020-11-10T14:20:25.951Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-10T14:20:25.951Z] 69ca0ff8b7b3: Download complete [2020-11-10T14:20:26.551Z] b538f80385f9: Pull complete [2020-11-10T14:20:27.155Z] 74f711af9a0d: Pull complete [2020-11-10T14:20:27.432Z] 99f96fe45779: Pull complete [2020-11-10T14:20:29.405Z] 209524e5b208: Verifying Checksum [2020-11-10T14:20:29.405Z] 209524e5b208: Download complete [2020-11-10T14:20:29.997Z] 8529a6b9a6be: Verifying Checksum [2020-11-10T14:20:29.997Z] 8529a6b9a6be: Download complete [2020-11-10T14:20:40.147Z] 8529a6b9a6be: Pull complete [2020-11-10T14:20:40.421Z] 45590311c82a: Pull complete [2020-11-10T14:20:40.696Z] 69ca0ff8b7b3: Pull complete [2020-11-10T14:20:45.010Z] 209524e5b208: Pull complete [2020-11-10T14:20:45.010Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-10T14:20:45.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-10T14:20:45.010Z] ---> 5bddaf1c2fca [2020-11-10T14:20:45.010Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T14:20:48.395Z] ---> Running in b6b2b8b1250b [2020-11-10T14:20:48.395Z] Removing intermediate container b6b2b8b1250b [2020-11-10T14:20:48.395Z] ---> 42f64e96c248 [2020-11-10T14:20:48.395Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T14:20:48.395Z] ---> Running in bba2622ecf90 [2020-11-10T14:20:48.990Z] Removing intermediate container bba2622ecf90 [2020-11-10T14:20:48.990Z] ---> be919c8fb89e [2020-11-10T14:20:48.990Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T14:20:48.990Z] ---> Running in 1944246050b8 [2020-11-10T14:20:49.266Z] Removing intermediate container 1944246050b8 [2020-11-10T14:20:49.266Z] ---> be281d38705d [2020-11-10T14:20:49.266Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T14:20:49.540Z] ---> Running in 0f9d5ebaa736 [2020-11-10T14:20:52.928Z] Removing intermediate container 0f9d5ebaa736 [2020-11-10T14:20:52.928Z] ---> 102a3f28506e [2020-11-10T14:20:52.928Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T14:20:52.928Z] ---> Running in f4bb0b06966a [2020-11-10T14:20:53.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T14:20:54.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T14:20:55.852Z] OK: 142 MiB in 39 packages [2020-11-10T14:20:56.828Z] Removing intermediate container f4bb0b06966a [2020-11-10T14:20:56.828Z] ---> da1e2c05ad1e [2020-11-10T14:20:56.828Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-10T14:20:56.828Z] ---> Running in 6e148f09cd50 [2020-11-10T14:20:57.421Z] Removing intermediate container 6e148f09cd50 [2020-11-10T14:20:57.421Z] ---> e542b9faddd6 [2020-11-10T14:20:57.421Z] Step 9/10 : COPY . . [2020-11-10T14:20:58.019Z] ---> c49718057dc0 [2020-11-10T14:20:58.019Z] Step 10/10 : RUN go mod download [2020-11-10T14:20:58.294Z] ---> Running in 30cd034a12f0 [2020-11-10T14:21:25.078Z] Removing intermediate container 30cd034a12f0 [2020-11-10T14:21:25.078Z] ---> 4430497ac3be [2020-11-10T14:21:25.078Z] Successfully built 4430497ac3be [2020-11-10T14:21:25.078Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:21:25.421Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T14:21:25.421Z] . [Pipeline] withDockerContainer [2020-11-10T14:21:25.696Z] prd-ubuntu18.04-docker-arm64-4c-16g-11709 does not seem to be running inside a container [2020-11-10T14:21:25.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-10T14:21:27.663Z] $ docker top 89bb3c84409c907763115c9d0b5c75c54f1e3a0379f612177f0d7f11e7a2d844 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T14:21:29.084Z] + go version [2020-11-10T14:21:29.084Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-10T14:21:29.115Z] $ docker stop --time=1 89bb3c84409c907763115c9d0b5c75c54f1e3a0379f612177f0d7f11e7a2d844 [2020-11-10T14:21:31.113Z] $ docker rm -f 89bb3c84409c907763115c9d0b5c75c54f1e3a0379f612177f0d7f11e7a2d844 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:21:32.195Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T14:21:32.195Z] . [Pipeline] withDockerContainer [2020-11-10T14:21:32.461Z] prd-ubuntu18.04-docker-arm64-4c-16g-11709 does not seem to be running inside a container [2020-11-10T14:21:32.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-10T14:21:34.419Z] $ docker top 1f66f0144a8852cbb8a1c9fc0d14e94060af86a9c12b984e5c6e0dc7165c0234 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T14:21:35.928Z] + make test [2020-11-10T14:21:35.928Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-10T14:21:37.399Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-10T14:22:09.806Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-10T14:22:10.403Z] ok github.com/edgexfoundry/device-rest-go/driver 0.047s coverage: 56.3% of statements [2020-11-10T14:22:10.677Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T14:22:18.983Z] gofmt -l . [2020-11-10T14:22:18.983Z] [ "`gofmt -l .`" = "" ] [2020-11-10T14:22:18.983Z] ./bin/test-go-mod-tidy.sh [2020-11-10T14:22:18.983Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-10T14:22:19.012Z] $ docker stop --time=1 1f66f0144a8852cbb8a1c9fc0d14e94060af86a9c12b984e5c6e0dc7165c0234 [2020-11-10T14:22:21.278Z] $ docker rm -f 1f66f0144a8852cbb8a1c9fc0d14e94060af86a9c12b984e5c6e0dc7165c0234 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T14:22:22.255Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T14:22:23.020Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T14:22:25.839Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-10T14:22:26.182Z] + ls -al . [2020-11-10T14:22:26.182Z] total 124 [2020-11-10T14:22:26.182Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 14:22 . [2020-11-10T14:22:26.182Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 14:20 .. [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 10 14:20 .dockerignore [2020-11-10T14:22:26.182Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 14:20 .git [2020-11-10T14:22:26.182Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 14:20 .github [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 339 Nov 10 14:20 .gitignore [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 5294 Nov 10 14:20 Attribution.txt [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 10 14:20 Dockerfile [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 989 Nov 10 14:20 Dockerfile.build [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 680 Nov 10 14:20 Jenkinsfile [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 10 14:20 LICENSE [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 10 14:20 Makefile [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 5917 Nov 10 14:20 README.md [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 10 14:20 VERSION [2020-11-10T14:22:26.182Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 14:20 bin [2020-11-10T14:22:26.182Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 10 14:20 cmd [2020-11-10T14:22:26.182Z] -rw-r--r-- 1 jenkins jenkins 9369 Nov 10 14:22 coverage.out [2020-11-10T14:22:26.182Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 14:22 driver [2020-11-10T14:22:26.182Z] -rw-r--r-- 1 jenkins jenkins 273 Nov 10 14:22 go.mod [2020-11-10T14:22:26.182Z] -rw-r--r-- 1 jenkins jenkins 14105 Nov 10 14:22 go.sum [2020-11-10T14:22:26.182Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 14:20 snap [2020-11-10T14:22:26.182Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 10 14:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:22:26.526Z] + 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=ad0a8edd3308a359dd2026d9789705cdbd97989b --label arch=arm64 --label version=0.0.0 . [2020-11-10T14:22:26.526Z] Sending build context to Docker daemon 91.65kB [2020-11-10T14:22:26.799Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-10T14:22:26.799Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-10T14:22:26.799Z] ---> 4430497ac3be [2020-11-10T14:22:26.799Z] Step 3/25 : ARG MAKE='make build' [2020-11-10T14:22:27.072Z] ---> Running in f509683149bf [2020-11-10T14:22:27.668Z] Removing intermediate container f509683149bf [2020-11-10T14:22:27.668Z] ---> 52eda2e50de9 [2020-11-10T14:22:27.668Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T14:22:27.668Z] ---> Running in 2e3e4cf6b1b1 [2020-11-10T14:22:27.941Z] Removing intermediate container 2e3e4cf6b1b1 [2020-11-10T14:22:27.941Z] ---> 29b38918fc5a [2020-11-10T14:22:27.941Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T14:22:28.213Z] ---> Running in d8cf68a70eec [2020-11-10T14:22:28.491Z] Removing intermediate container d8cf68a70eec [2020-11-10T14:22:28.491Z] ---> a5383fa09e29 [2020-11-10T14:22:28.491Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T14:22:28.768Z] ---> Running in 58c0326ccecc [2020-11-10T14:22:31.394Z] Removing intermediate container 58c0326ccecc [2020-11-10T14:22:31.394Z] ---> c5654b7ddcfe [2020-11-10T14:22:31.394Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T14:22:31.394Z] ---> Running in a48993a93bad [2020-11-10T14:22:32.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T14:22:33.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T14:22:34.024Z] OK: 142 MiB in 39 packages [2020-11-10T14:22:35.469Z] Removing intermediate container a48993a93bad [2020-11-10T14:22:35.469Z] ---> 3358c094e6f5 [2020-11-10T14:22:35.469Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-10T14:22:35.469Z] ---> Running in 8bfea3f919fb [2020-11-10T14:22:35.748Z] Removing intermediate container 8bfea3f919fb [2020-11-10T14:22:35.748Z] ---> fc877d2ebae8 [2020-11-10T14:22:35.748Z] Step 9/25 : COPY go.mod . [2020-11-10T14:22:36.730Z] ---> 2faa04a7467e [2020-11-10T14:22:36.730Z] Step 10/25 : COPY Makefile . [2020-11-10T14:22:37.325Z] ---> ec8ec37aa1c5 [2020-11-10T14:22:37.325Z] Step 11/25 : RUN make update [2020-11-10T14:22:37.325Z] ---> Running in 3b875842ed0e [2020-11-10T14:22:38.763Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-10T14:22:40.194Z] Removing intermediate container 3b875842ed0e [2020-11-10T14:22:40.194Z] ---> 2fc9f9d76f73 [2020-11-10T14:22:40.194Z] Step 12/25 : COPY . . [2020-11-10T14:22:40.790Z] ---> e52ab5b1a5d7 [2020-11-10T14:22:40.790Z] Step 13/25 : RUN $MAKE [2020-11-10T14:22:41.067Z] ---> Running in f81ffd8cb00b [2020-11-10T14:22:42.503Z] 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-11-10T14:23:14.895Z] Removing intermediate container f81ffd8cb00b [2020-11-10T14:23:14.895Z] ---> 62854d7bf95f [2020-11-10T14:23:14.895Z] Step 14/25 : FROM alpine:latest [2020-11-10T14:23:14.895Z] latest: Pulling from library/alpine [2020-11-10T14:23:14.895Z] 5f621e34cdf4: Pulling fs layer [2020-11-10T14:23:14.895Z] 5f621e34cdf4: Verifying Checksum [2020-11-10T14:23:14.895Z] 5f621e34cdf4: Download complete [2020-11-10T14:23:14.895Z] 5f621e34cdf4: Pull complete [2020-11-10T14:23:14.895Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T14:23:14.895Z] Status: Downloaded newer image for alpine:latest [2020-11-10T14:23:14.895Z] ---> 2e77e061c27f [2020-11-10T14:23:14.895Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T14:23:14.895Z] ---> Running in cb6fbc620724 [2020-11-10T14:23:14.895Z] Removing intermediate container cb6fbc620724 [2020-11-10T14:23:14.895Z] ---> 337a1b030270 [2020-11-10T14:23:14.895Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-10T14:23:14.895Z] ---> Running in 5d06b04345ea [2020-11-10T14:23:14.895Z] Removing intermediate container 5d06b04345ea [2020-11-10T14:23:14.895Z] ---> 1cb5ef7ffbc6 [2020-11-10T14:23:14.895Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-10T14:23:14.895Z] ---> f9b49ec263cc [2020-11-10T14:23:14.895Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-10T14:23:14.896Z] ---> bb0a4862e2bd [2020-11-10T14:23:14.896Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-10T14:23:15.495Z] ---> 31060ff6b9fb [2020-11-10T14:23:15.495Z] Step 20/25 : EXPOSE 49986 [2020-11-10T14:23:15.495Z] ---> Running in d6b4c73d0e9d [2020-11-10T14:23:16.094Z] Removing intermediate container d6b4c73d0e9d [2020-11-10T14:23:16.094Z] ---> 033c8080fe30 [2020-11-10T14:23:16.094Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-10T14:23:16.094Z] ---> Running in 497cc68b0905 [2020-11-10T14:23:16.683Z] Removing intermediate container 497cc68b0905 [2020-11-10T14:23:16.683Z] ---> cc29f9d717e6 [2020-11-10T14:23:16.683Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-10T14:23:16.683Z] ---> Running in d03efaca3e0c [2020-11-10T14:23:16.955Z] Removing intermediate container d03efaca3e0c [2020-11-10T14:23:16.955Z] ---> 7db5497c6cc8 [2020-11-10T14:23:16.955Z] Step 23/25 : LABEL arch=arm64 [2020-11-10T14:23:17.231Z] ---> Running in ed6a660df767 [2020-11-10T14:23:17.501Z] Removing intermediate container ed6a660df767 [2020-11-10T14:23:17.501Z] ---> 49c6a4ee1a6a [2020-11-10T14:23:17.501Z] Step 24/25 : LABEL git_sha=ad0a8edd3308a359dd2026d9789705cdbd97989b [2020-11-10T14:23:17.772Z] ---> Running in 57273c7948c5 [2020-11-10T14:23:18.046Z] Removing intermediate container 57273c7948c5 [2020-11-10T14:23:18.046Z] ---> 5cf81232e355 [2020-11-10T14:23:18.046Z] Step 25/25 : LABEL version=0.0.0 [2020-11-10T14:23:18.046Z] ---> Running in 3b3b5b7b1a7c [2020-11-10T14:23:18.642Z] Removing intermediate container 3b3b5b7b1a7c [2020-11-10T14:23:18.642Z] ---> f603edfe7698 [2020-11-10T14:23:18.642Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T14:23:18.642Z] Successfully built f603edfe7698 [2020-11-10T14:23:18.642Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T14:24:29.604Z] Running on prd-centos7-docker-4c-2g-11718 in /w/workspace/dgexfoundry_device-rest-go_PR-57 [Pipeline] { [Pipeline] ws [2020-11-10T14:24:29.673Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-11-10T14:24:32.474Z] using credential edgex-jenkins-ssh [2020-11-10T14:24:32.539Z] Cloning the remote Git repository [2020-11-10T14:24:32.575Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T14:24:32.639Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-11-10T14:24:32.692Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T14:24:32.692Z] > git --version # timeout=10 [2020-11-10T14:24:32.700Z] > git --version # 'git version 2.16.5' [2020-11-10T14:24:32.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T14:24:32.799Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T14:24:43.951Z] Merging remotes/origin/master commit 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 into PR head commit ad0a8edd3308a359dd2026d9789705cdbd97989b [2020-11-10T14:24:44.050Z] Merge succeeded, producing ad0a8edd3308a359dd2026d9789705cdbd97989b [2020-11-10T14:24:44.050Z] Checking out Revision ad0a8edd3308a359dd2026d9789705cdbd97989b (PR-57) [2020-11-10T14:24:43.476Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T14:24:43.487Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T14:24:43.502Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T14:24:43.516Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T14:24:43.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T14:24:43.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T14:24:43.966Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T14:24:43.972Z] > git checkout -f ad0a8edd3308a359dd2026d9789705cdbd97989b # timeout=10 [2020-11-10T14:24:44.010Z] > git remote # timeout=10 [2020-11-10T14:24:44.017Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T14:24:44.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T14:24:44.027Z] > git merge 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 [2020-11-10T14:24:44.046Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T14:24:44.058Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T14:24:44.061Z] > git checkout -f ad0a8edd3308a359dd2026d9789705cdbd97989b # timeout=10 [2020-11-10T14:24:47.762Z] Commit message: "fix(snap): Update snap versioning logic" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T14:24:48.932Z] provisioning config files... [2020-11-10T14:24:48.968Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config2272244764666411652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:24:49.733Z] ---> docker-login.sh [2020-11-10T14:24:49.733Z] nexus3.edgexfoundry.org:10001 [2020-11-10T14:24:49.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:24:51.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:24:51.141Z] Configure a credential helper to remove this warning. See [2020-11-10T14:24:51.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:24:51.141Z] [2020-11-10T14:24:51.141Z] Login Succeeded [2020-11-10T14:24:51.141Z] nexus3.edgexfoundry.org:10002 [2020-11-10T14:24:51.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:24:51.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:24:51.408Z] Configure a credential helper to remove this warning. See [2020-11-10T14:24:51.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:24:51.408Z] [2020-11-10T14:24:51.408Z] Login Succeeded [2020-11-10T14:24:51.408Z] nexus3.edgexfoundry.org:10003 [2020-11-10T14:24:51.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:24:51.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:24:51.408Z] Configure a credential helper to remove this warning. See [2020-11-10T14:24:51.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:24:51.408Z] [2020-11-10T14:24:51.408Z] Login Succeeded [2020-11-10T14:24:51.408Z] nexus3.edgexfoundry.org:10004 [2020-11-10T14:24:51.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:24:51.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:24:51.673Z] Configure a credential helper to remove this warning. See [2020-11-10T14:24:51.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:24:51.673Z] [2020-11-10T14:24:51.673Z] Login Succeeded [2020-11-10T14:24:51.673Z] docker.io [2020-11-10T14:24:51.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T14:24:51.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T14:24:51.939Z] Configure a credential helper to remove this warning. See [2020-11-10T14:24:51.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T14:24:51.939Z] [2020-11-10T14:24:51.939Z] Login Succeeded [2020-11-10T14:24:51.939Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T14:24:51.977Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T14:24:52.570Z] ========================================================= [2020-11-10T14:24:52.570Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-10T14:24:52.570Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:24:52.933Z] + 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-11-10T14:24:52.933Z] Sending build context to Docker daemon 79.87kB [2020-11-10T14:24:53.207Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-10T14:24:53.207Z] Step 2/10 : FROM ${BASE} [2020-11-10T14:24:53.473Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-10T14:24:53.473Z] df20fa9351a1: Pulling fs layer [2020-11-10T14:24:53.473Z] ed8968b2872e: Pulling fs layer [2020-11-10T14:24:53.473Z] a92cc7c5fd73: Pulling fs layer [2020-11-10T14:24:53.473Z] e871e8e8d7a9: Pulling fs layer [2020-11-10T14:24:53.473Z] e73272ec9a57: Pulling fs layer [2020-11-10T14:24:53.473Z] 1e910a182e73: Pulling fs layer [2020-11-10T14:24:53.473Z] 4e634b169226: Pulling fs layer [2020-11-10T14:24:53.473Z] e871e8e8d7a9: Waiting [2020-11-10T14:24:53.473Z] e73272ec9a57: Waiting [2020-11-10T14:24:53.473Z] 4e634b169226: Waiting [2020-11-10T14:24:53.473Z] a92cc7c5fd73: Verifying Checksum [2020-11-10T14:24:53.473Z] a92cc7c5fd73: Download complete [2020-11-10T14:24:53.473Z] ed8968b2872e: Download complete [2020-11-10T14:24:53.473Z] e73272ec9a57: Verifying Checksum [2020-11-10T14:24:53.473Z] e73272ec9a57: Download complete [2020-11-10T14:24:53.737Z] 1e910a182e73: Verifying Checksum [2020-11-10T14:24:53.738Z] 1e910a182e73: Download complete [2020-11-10T14:24:54.696Z] df20fa9351a1: Verifying Checksum [2020-11-10T14:24:54.696Z] df20fa9351a1: Download complete [2020-11-10T14:24:54.964Z] df20fa9351a1: Pull complete [2020-11-10T14:24:55.228Z] ed8968b2872e: Pull complete [2020-11-10T14:24:55.492Z] a92cc7c5fd73: Pull complete [2020-11-10T14:25:13.728Z] 4e634b169226: Verifying Checksum [2020-11-10T14:25:13.728Z] 4e634b169226: Download complete [2020-11-10T14:25:29.346Z] e871e8e8d7a9: Verifying Checksum [2020-11-10T14:25:29.346Z] e871e8e8d7a9: Download complete [2020-11-10T14:25:34.720Z] e871e8e8d7a9: Pull complete [2020-11-10T14:25:34.720Z] e73272ec9a57: Pull complete [2020-11-10T14:25:34.720Z] 1e910a182e73: Pull complete [2020-11-10T14:25:40.105Z] 4e634b169226: Pull complete [2020-11-10T14:25:40.105Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-10T14:25:40.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-10T14:25:40.105Z] ---> f7629b54cfaa [2020-11-10T14:25:40.105Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T14:25:40.105Z] ---> Running in 5bc586a63418 [2020-11-10T14:25:40.105Z] Removing intermediate container 5bc586a63418 [2020-11-10T14:25:40.105Z] ---> 1187e3f90b82 [2020-11-10T14:25:40.105Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T14:25:40.105Z] ---> Running in 30cc832bfca7 [2020-11-10T14:25:40.105Z] Removing intermediate container 30cc832bfca7 [2020-11-10T14:25:40.105Z] ---> 2fd4c3a2af86 [2020-11-10T14:25:40.105Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T14:25:40.105Z] ---> Running in 00ea2ff31b5e [2020-11-10T14:25:40.377Z] Removing intermediate container 00ea2ff31b5e [2020-11-10T14:25:40.377Z] ---> e0252cf02eb6 [2020-11-10T14:25:40.377Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T14:25:40.377Z] ---> Running in 34848e1e2fcc [2020-11-10T14:25:42.327Z] Removing intermediate container 34848e1e2fcc [2020-11-10T14:25:42.327Z] ---> 5e799713a835 [2020-11-10T14:25:42.327Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T14:25:42.327Z] ---> Running in 5ca57f41c8b1 [2020-11-10T14:25:42.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T14:25:43.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T14:25:46.149Z] OK: 166 MiB in 39 packages [2020-11-10T14:25:46.417Z] Removing intermediate container 5ca57f41c8b1 [2020-11-10T14:25:46.417Z] ---> ac9f2764d335 [2020-11-10T14:25:46.417Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-10T14:25:46.417Z] ---> Running in fad158ccb80a [2020-11-10T14:25:46.686Z] Removing intermediate container fad158ccb80a [2020-11-10T14:25:46.686Z] ---> 5056f7b382ca [2020-11-10T14:25:46.686Z] Step 9/10 : COPY . . [2020-11-10T14:25:46.951Z] ---> e219f65c2190 [2020-11-10T14:25:46.951Z] Step 10/10 : RUN go mod download [2020-11-10T14:25:46.951Z] ---> Running in 5b1eda98d964 [2020-11-10T14:26:09.014Z] Removing intermediate container 5b1eda98d964 [2020-11-10T14:26:09.014Z] ---> 38eaf6a37be5 [2020-11-10T14:26:09.014Z] Successfully built 38eaf6a37be5 [2020-11-10T14:26:09.014Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:26:09.367Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T14:26:09.368Z] . [Pipeline] withDockerContainer [2020-11-10T14:26:09.492Z] prd-centos7-docker-4c-2g-11718 does not seem to be running inside a container [2020-11-10T14:26:09.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T14:26:10.418Z] $ docker top dc1258befd9bb8f06d6e1b1a1f4e9e49907d1853346cbd66bcd9babf0aa5d71b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T14:26:10.988Z] + go version [2020-11-10T14:26:10.988Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-10T14:26:11.011Z] $ docker stop --time=1 dc1258befd9bb8f06d6e1b1a1f4e9e49907d1853346cbd66bcd9babf0aa5d71b [2020-11-10T14:26:12.344Z] $ docker rm -f dc1258befd9bb8f06d6e1b1a1f4e9e49907d1853346cbd66bcd9babf0aa5d71b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:26:13.282Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T14:26:13.282Z] . [Pipeline] withDockerContainer [2020-11-10T14:26:13.446Z] prd-centos7-docker-4c-2g-11718 does not seem to be running inside a container [2020-11-10T14:26:13.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T14:26:14.049Z] $ docker top f6be4c768324b90f9ac0987e8e80940798bba178c016248064dd5f2356825d70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T14:26:14.580Z] + make test [2020-11-10T14:26:14.580Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-10T14:26:15.173Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-10T14:26:25.337Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-10T14:26:25.337Z] ok github.com/edgexfoundry/device-rest-go/driver 0.066s coverage: 56.3% of statements [2020-11-10T14:26:25.337Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T14:26:27.928Z] gofmt -l . [2020-11-10T14:26:27.928Z] [ "`gofmt -l .`" = "" ] [2020-11-10T14:26:27.928Z] ./bin/test-go-mod-tidy.sh [2020-11-10T14:26:27.928Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-10T14:26:28.537Z] $ docker stop --time=1 f6be4c768324b90f9ac0987e8e80940798bba178c016248064dd5f2356825d70 [2020-11-10T14:26:30.898Z] $ docker rm -f f6be4c768324b90f9ac0987e8e80940798bba178c016248064dd5f2356825d70 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T14:26:31.594Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T14:26:31.677Z] Warning: overwriting stash ‘coverage-report’ [2020-11-10T14:26:31.989Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-10T14:26:32.754Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-10T14:26:33.079Z] + ls -al . [2020-11-10T14:26:33.079Z] total 96 [2020-11-10T14:26:33.079Z] drwxrwxr-x. 8 jenkins jenkins 4096 Nov 10 14:26 . [2020-11-10T14:26:33.079Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 10 14:24 .. [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 5294 Nov 10 14:24 Attribution.txt [2020-11-10T14:26:33.079Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 10 14:24 bin [2020-11-10T14:26:33.079Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 10 14:24 cmd [2020-11-10T14:26:33.079Z] -rw-r--r--. 1 jenkins jenkins 9369 Nov 10 14:26 coverage.out [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 10 14:24 Dockerfile [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 989 Nov 10 14:24 Dockerfile.build [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 151 Nov 10 14:24 .dockerignore [2020-11-10T14:26:33.079Z] drwxrwxr-x. 2 jenkins jenkins 93 Nov 10 14:26 driver [2020-11-10T14:26:33.079Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 10 14:24 .git [2020-11-10T14:26:33.079Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 10 14:24 .github [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 339 Nov 10 14:24 .gitignore [2020-11-10T14:26:33.079Z] -rw-r--r--. 1 jenkins jenkins 273 Nov 10 14:26 go.mod [2020-11-10T14:26:33.079Z] -rw-r--r--. 1 jenkins jenkins 14105 Nov 10 14:26 go.sum [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 680 Nov 10 14:24 Jenkinsfile [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 10 14:24 LICENSE [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 10 14:24 Makefile [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 5917 Nov 10 14:24 README.md [2020-11-10T14:26:33.079Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 10 14:24 snap [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 10 14:20 VERSION [2020-11-10T14:26:33.079Z] -rw-rw-r--. 1 jenkins jenkins 713 Nov 10 14:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:26:33.408Z] + 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=ad0a8edd3308a359dd2026d9789705cdbd97989b --label arch=amd64 --label version=0.0.0 . [2020-11-10T14:26:33.409Z] Sending build context to Docker daemon 91.65kB [2020-11-10T14:26:33.678Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-10T14:26:33.678Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-10T14:26:33.678Z] ---> 38eaf6a37be5 [2020-11-10T14:26:33.678Z] Step 3/25 : ARG MAKE='make build' [2020-11-10T14:26:33.678Z] ---> Running in 88d1e83982a0 [2020-11-10T14:26:33.678Z] Removing intermediate container 88d1e83982a0 [2020-11-10T14:26:33.678Z] ---> 69ee3321032b [2020-11-10T14:26:33.678Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T14:26:33.943Z] ---> Running in c2ca52a9b5df [2020-11-10T14:26:33.943Z] Removing intermediate container c2ca52a9b5df [2020-11-10T14:26:33.943Z] ---> 12d7761b4ad5 [2020-11-10T14:26:33.943Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T14:26:34.209Z] ---> Running in 2ae217dddc80 [2020-11-10T14:26:34.209Z] Removing intermediate container 2ae217dddc80 [2020-11-10T14:26:34.209Z] ---> a5f3e7937216 [2020-11-10T14:26:34.209Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T14:26:34.209Z] ---> Running in 946f036d2679 [2020-11-10T14:26:35.173Z] Removing intermediate container 946f036d2679 [2020-11-10T14:26:35.173Z] ---> 7f3d9c9364f1 [2020-11-10T14:26:35.173Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T14:26:35.173Z] ---> Running in 995c7a1e2768 [2020-11-10T14:26:35.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T14:26:48.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T14:27:20.363Z] OK: 166 MiB in 39 packages [2020-11-10T14:27:20.363Z] Removing intermediate container 995c7a1e2768 [2020-11-10T14:27:20.363Z] ---> 31fb34dedad9 [2020-11-10T14:27:20.363Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-10T14:27:20.363Z] ---> Running in 4b86401aa357 [2020-11-10T14:27:20.363Z] Removing intermediate container 4b86401aa357 [2020-11-10T14:27:20.363Z] ---> c711e16680cb [2020-11-10T14:27:20.363Z] Step 9/25 : COPY go.mod . [2020-11-10T14:27:20.363Z] ---> 600093a741a2 [2020-11-10T14:27:20.363Z] Step 10/25 : COPY Makefile . [2020-11-10T14:27:20.363Z] ---> 5bcf7f685cfb [2020-11-10T14:27:20.363Z] Step 11/25 : RUN make update [2020-11-10T14:27:20.363Z] ---> Running in 4f27438bd6ec [2020-11-10T14:27:20.363Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-10T14:27:20.363Z] Removing intermediate container 4f27438bd6ec [2020-11-10T14:27:20.363Z] ---> 22dcee45179d [2020-11-10T14:27:20.363Z] Step 12/25 : COPY . . [2020-11-10T14:27:20.363Z] ---> a9538ad48f7a [2020-11-10T14:27:20.363Z] Step 13/25 : RUN $MAKE [2020-11-10T14:27:20.363Z] ---> Running in e49e323703b7 [2020-11-10T14:27:20.363Z] 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-11-10T14:27:28.777Z] Removing intermediate container e49e323703b7 [2020-11-10T14:27:28.777Z] ---> 49f95366f857 [2020-11-10T14:27:28.777Z] Step 14/25 : FROM alpine:latest [2020-11-10T14:27:29.880Z] latest: Pulling from library/alpine [2020-11-10T14:27:30.522Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T14:27:30.822Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T14:27:30.822Z] 188c0c94c7c5: Download complete [2020-11-10T14:27:31.161Z] 188c0c94c7c5: Pull complete [2020-11-10T14:27:31.161Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T14:27:31.161Z] Status: Downloaded newer image for alpine:latest [2020-11-10T14:27:31.161Z] ---> d6e46aa2470d [2020-11-10T14:27:31.161Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T14:27:31.161Z] ---> Running in 0933b6f56848 [2020-11-10T14:27:31.161Z] Removing intermediate container 0933b6f56848 [2020-11-10T14:27:31.161Z] ---> e618a29be350 [2020-11-10T14:27:31.161Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-10T14:27:31.478Z] ---> Running in 3b233213d2de [2020-11-10T14:27:31.478Z] Removing intermediate container 3b233213d2de [2020-11-10T14:27:31.478Z] ---> a6f2eb81fb5c [2020-11-10T14:27:31.478Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-10T14:27:31.799Z] ---> ab3abb61f425 [2020-11-10T14:27:31.799Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-10T14:27:31.799Z] ---> 651f83f81929 [2020-11-10T14:27:31.799Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-10T14:27:32.481Z] ---> 3a5299841bc3 [2020-11-10T14:27:32.481Z] Step 20/25 : EXPOSE 49986 [2020-11-10T14:27:32.481Z] ---> Running in 40c24ded919d [2020-11-10T14:27:32.790Z] Removing intermediate container 40c24ded919d [2020-11-10T14:27:32.790Z] ---> 3c18590e0a44 [2020-11-10T14:27:32.790Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-10T14:27:32.790Z] ---> Running in 9bfe6a96a487 [2020-11-10T14:27:33.069Z] Removing intermediate container 9bfe6a96a487 [2020-11-10T14:27:33.070Z] ---> 57a2c9b5765b [2020-11-10T14:27:33.070Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-10T14:27:33.070Z] ---> Running in 3ada1c749e71 [2020-11-10T14:27:33.070Z] Removing intermediate container 3ada1c749e71 [2020-11-10T14:27:33.070Z] ---> 2c9c0e81b5c0 [2020-11-10T14:27:33.070Z] Step 23/25 : LABEL arch=amd64 [2020-11-10T14:27:33.398Z] ---> Running in a45d8cfd3966 [2020-11-10T14:27:33.398Z] Removing intermediate container a45d8cfd3966 [2020-11-10T14:27:33.398Z] ---> 9e1db31df37a [2020-11-10T14:27:33.398Z] Step 24/25 : LABEL git_sha=ad0a8edd3308a359dd2026d9789705cdbd97989b [2020-11-10T14:27:33.398Z] ---> Running in 1fbf7c0fb3fe [2020-11-10T14:27:33.727Z] Removing intermediate container 1fbf7c0fb3fe [2020-11-10T14:27:33.727Z] ---> 82758013cbb5 [2020-11-10T14:27:33.727Z] Step 25/25 : LABEL version=0.0.0 [2020-11-10T14:27:33.727Z] ---> Running in 89abdf9f3693 [2020-11-10T14:27:34.042Z] Removing intermediate container 89abdf9f3693 [2020-11-10T14:27:34.042Z] ---> 711c6c8d01a5 [2020-11-10T14:27:34.042Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T14:27:34.042Z] Successfully built 711c6c8d01a5 [2020-11-10T14:27:34.042Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-10T14:27:38.265Z] provisioning config files... [2020-11-10T14:27:38.285Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-57@tmp/config1778874797012873673tmp [Pipeline] { [Pipeline] sh [2020-11-10T14:27:38.758Z] + set +x [2020-11-10T14:27:38.758Z] + curl -s https://codecov.io/bash [2020-11-10T14:27:38.758Z] + bash -s -- [2020-11-10T14:27:39.374Z] [2020-11-10T14:27:39.374Z] _____ _ [2020-11-10T14:27:39.374Z] / ____| | | [2020-11-10T14:27:39.374Z] | | ___ __| | ___ ___ _____ __ [2020-11-10T14:27:39.374Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-10T14:27:39.374Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-10T14:27:39.374Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-10T14:27:39.374Z] Bash-20201106-81372f2 [2020-11-10T14:27:39.374Z] [2020-11-10T14:27:39.374Z] [2020-11-10T14:27:39.374Z] ==> Jenkins CI detected. [2020-11-10T14:27:39.374Z] project root: . [2020-11-10T14:27:39.374Z] --> token set from env [2020-11-10T14:27:39.374Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-10T14:27:39.666Z] ==> Running gcov in . (disable via -X gcov) [2020-11-10T14:27:39.666Z] ==> Python coveragepy not found [2020-11-10T14:27:39.666Z] ==> Searching for coverage reports in: [2020-11-10T14:27:39.666Z] + . [2020-11-10T14:27:39.666Z] -> Found 1 reports [2020-11-10T14:27:39.666Z] ==> Detecting git/mercurial file structure [2020-11-10T14:27:39.666Z] ==> Reading reports [2020-11-10T14:27:39.666Z] + ./coverage.out bytes=9369 [2020-11-10T14:27:39.666Z] ==> Appending adjustments [2020-11-10T14:27:39.666Z] https://docs.codecov.io/docs/fixing-reports [2020-11-10T14:27:39.666Z] + Found adjustments [2020-11-10T14:27:39.666Z] ==> Gzipping contents [2020-11-10T14:27:39.666Z] ==> Uploading reports [2020-11-10T14:27:39.666Z] url: https://codecov.io [2020-11-10T14:27:39.666Z] query: branch=PR-57&commit=ad0a8edd3308a359dd2026d9789705cdbd97989b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-57%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=57&job=&cmd_args= [2020-11-10T14:27:39.666Z] -> Pinging Codecov [2020-11-10T14:27:39.666Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-57&commit=ad0a8edd3308a359dd2026d9789705cdbd97989b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-57%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=57&job=&cmd_args= [2020-11-10T14:27:40.288Z] -> Uploading to [2020-11-10T14:27:40.288Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-10/4E5D53B4F1F92C436F7061BF334D961C/ad0a8edd3308a359dd2026d9789705cdbd97989b/1d213ca9-fcbc-409d-b985-d608e4c6507e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T142740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c808b29f2d56a5d0e5fde99d683fae9652b25a503904da313d00dc90bbc9f3cc [2020-11-10T14:27:40.288Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-10T14:27:40.288Z] Dload Upload Total Spent Left Speed [2020-11-10T14:27:40.941Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1695 0 0 100 1695 0 2502 --:--:-- --:--:-- --:--:-- 2503 100 1695 0 0 100 1695 0 2501 --:--:-- --:--:-- --:--:-- 2500 [2020-11-10T14:27:40.941Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/ad0a8edd3308a359dd2026d9789705cdbd97989b [Pipeline] } [2020-11-10T14:27:40.962Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:27:53.008Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:27:54.496Z] ---> package-listing.sh [2020-11-10T14:27:54.496Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-10T14:27:54.496Z] ++ facter osfamily [2020-11-10T14:27:54.784Z] + OS_FAMILY=redhat [2020-11-10T14:27:54.784Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-57 [2020-11-10T14:27:54.784Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-10T14:27:54.784Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-10T14:27:54.784Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-10T14:27:54.784Z] + PACKAGES=/tmp/packages_start.txt [2020-11-10T14:27:54.784Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-57 ']' [2020-11-10T14:27:54.784Z] + PACKAGES=/tmp/packages_end.txt [2020-11-10T14:27:54.784Z] + case "${OS_FAMILY}" in [2020-11-10T14:27:54.784Z] + sort [2020-11-10T14:27:54.784Z] + rpm -qa [2020-11-10T14:28:01.705Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-10T14:28:01.705Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-10T14:28:01.705Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-10T14:28:01.705Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-57 ']' [2020-11-10T14:28:01.705Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-57/archives/ [2020-11-10T14:28:01.705Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-57/archives/ [Pipeline] echo [2020-11-10T14:28:01.729Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-57/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-10T14:28:02.073Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:28:02.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T14:28:03.020Z] [2020-11-10T14:28:03.020Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-10T14:28:03.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T14:28:03.864Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-10T14:28:03.864Z] df20fa9351a1: Pulling fs layer [2020-11-10T14:28:03.864Z] 36b3adc4ff6f: Pulling fs layer [2020-11-10T14:28:03.864Z] 8ad3a11d3b57: Pulling fs layer [2020-11-10T14:28:03.864Z] 46f8f816bc3b: Pulling fs layer [2020-11-10T14:28:03.864Z] 93b61091891f: Pulling fs layer [2020-11-10T14:28:03.864Z] 93b9cdb0e59b: Pulling fs layer [2020-11-10T14:28:03.864Z] 5e14af77c1be: Pulling fs layer [2020-11-10T14:28:03.864Z] 01666e4c0597: Pulling fs layer [2020-11-10T14:28:03.864Z] aa168da1d23b: Pulling fs layer [2020-11-10T14:28:03.864Z] 93b61091891f: Waiting [2020-11-10T14:28:03.864Z] 93b9cdb0e59b: Waiting [2020-11-10T14:28:03.864Z] 5e14af77c1be: Waiting [2020-11-10T14:28:03.864Z] 01666e4c0597: Waiting [2020-11-10T14:28:03.864Z] aa168da1d23b: Waiting [2020-11-10T14:28:03.864Z] 46f8f816bc3b: Waiting [2020-11-10T14:28:04.881Z] 36b3adc4ff6f: Verifying Checksum [2020-11-10T14:28:04.881Z] 36b3adc4ff6f: Download complete [2020-11-10T14:28:04.881Z] 46f8f816bc3b: Verifying Checksum [2020-11-10T14:28:04.881Z] 46f8f816bc3b: Download complete [2020-11-10T14:28:10.381Z] df20fa9351a1: Verifying Checksum [2020-11-10T14:28:11.040Z] df20fa9351a1: Pull complete [2020-11-10T14:28:11.316Z] 93b9cdb0e59b: Verifying Checksum [2020-11-10T14:28:11.316Z] 93b9cdb0e59b: Download complete [2020-11-10T14:28:11.316Z] 36b3adc4ff6f: Pull complete [2020-11-10T14:28:12.869Z] 93b61091891f: Verifying Checksum [2020-11-10T14:28:12.869Z] 93b61091891f: Download complete [2020-11-10T14:28:12.869Z] 01666e4c0597: Download complete [2020-11-10T14:28:12.869Z] 5e14af77c1be: Verifying Checksum [2020-11-10T14:28:12.869Z] 5e14af77c1be: Download complete [2020-11-10T14:28:31.518Z] 8ad3a11d3b57: Verifying Checksum [2020-11-10T14:28:31.518Z] 8ad3a11d3b57: Download complete [2020-11-10T14:28:31.518Z] 8ad3a11d3b57: Pull complete [2020-11-10T14:28:31.518Z] 46f8f816bc3b: Pull complete [2020-11-10T14:28:31.518Z] 93b61091891f: Pull complete [2020-11-10T14:28:31.795Z] 93b9cdb0e59b: Pull complete [2020-11-10T14:28:31.795Z] 5e14af77c1be: Pull complete [2020-11-10T14:28:32.074Z] 01666e4c0597: Pull complete [2020-11-10T14:29:54.507Z] aa168da1d23b: Verifying Checksum [2020-11-10T14:29:54.507Z] aa168da1d23b: Download complete [2020-11-10T14:30:05.279Z] aa168da1d23b: Pull complete [2020-11-10T14:30:05.279Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-10T14:30:05.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T14:30:05.279Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-10T14:30:05.780Z] prd-centos7-docker-4c-2g-11708 does not seem to be running inside a container [2020-11-10T14:30:05.911Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-57/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-57 -v /w/workspace/dgexfoundry_device-rest-go_PR-57:/w/workspace/dgexfoundry_device-rest-go_PR-57:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-57@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-10T14:30:10.435Z] $ docker top 4ef4a643c1c4f97d840edccfac92466f86e2787fbdd1bbbde6faa6c32bb72ad3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T14:30:11.319Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-10T14:30:12.087Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-10T14:30:12.611Z] + ls /var/log/sa-host [2020-11-10T14:30:12.611Z] + sadf -c /var/log/sa-host/sa05 [2020-11-10T14:30:12.915Z] file_magic: OK [2020-11-10T14:30:12.915Z] HZ: Using current value: 100 [2020-11-10T14:30:12.915Z] file_header: OK [2020-11-10T14:30:12.915Z] 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-11-10T14:30:12.915Z] Statistics: [2020-11-10T14:30:12.915Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T14:30:12.915Z] File successfully converted to sysstat format version 12.2.1 [2020-11-10T14:30:12.915Z] + sadf -c /var/log/sa-host/sa10 [2020-11-10T14:30:12.915Z] file_magic: OK [2020-11-10T14:30:12.915Z] HZ: Using current value: 100 [2020-11-10T14:30:12.915Z] file_header: OK [2020-11-10T14:30:12.915Z] 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-11-10T14:30:12.915Z] Statistics: [2020-11-10T14:30:12.915Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T14:30:12.915Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-10T14:30:13.732Z] provisioning config files... [2020-11-10T14:30:13.784Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-57@tmp/config4787312460829849920tmp [Pipeline] { [Pipeline] echo [2020-11-10T14:30:13.893Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:30:14.601Z] ---> create-netrc.sh [Pipeline] } [2020-11-10T14:30:14.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-10T14:30:14.815Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:30:15.531Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-10T14:30:15.554Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:30:15.953Z] ---> sudo-logs.sh [2020-11-10T14:30:15.953Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-10T14:30:16.261Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:30:17.036Z] ---> job-cost.sh [2020-11-10T14:30:17.037Z] lf-activate-venv: SKIPPING [2020-11-10T14:30:17.037Z] INFO: No Stack... [2020-11-10T14:30:18.609Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-10T14:30:19.690Z] INFO: Archiving Costs [Pipeline] echo [2020-11-10T14:30:19.770Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T14:30:20.285Z] ---> logs-deploy.sh [2020-11-10T14:30:20.285Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-57/2 [2020-11-10T14:30:20.285Z] INFO: archiving workspace using pattern(s): [2020-11-10T14:30:24.162Z] Archives upload complete. [2020-11-10T14:30:24.543Z] INFO: archiving logs to Nexus [2020-11-10T14:30:27.363Z] ---> uname -a: [2020-11-10T14:30:27.363Z] Linux prd-centos7-docker-4c-2g-11708.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-10T14:30:27.363Z] [2020-11-10T14:30:27.363Z]