Branch indexing 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 FelixTing for edgexfoundry/device-rest-go Loading trusted files from base branch master at abd24f16bfefa7889687f83d2fc8de1c385cee13 rather than c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Obtained Jenkinsfile from abd24f16bfefa7889687f83d2fc8de1c385cee13 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19623 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [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-69 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit abd24f16bfefa7889687f83d2fc8de1c385cee13 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Merge succeeded, producing 5c8dcad97484fc213c9c4da6f24a416e799ac57e Checking out Revision 5c8dcad97484fc213c9c4da6f24a416e799ac57e (PR-69) > 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 --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # 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 abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 Commit message: "Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD" > git rev-list --no-walk c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T23:07:43.062Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T23:07:43.338Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T23:07:43.436Z] ========================================================= [2021-01-11T23:07:43.436Z] EdgeX Global Pipelines Version Info [2021-01-11T23:07:43.436Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:07:44.901Z] ------------------- [2021-01-11T23:07:44.901Z] stable info: [2021-01-11T23:07:44.901Z] ------------------- [2021-01-11T23:07:44.901Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T23:07:44.901Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T23:07:44.901Z] Message: update stable to v1.0.173 [2021-01-11T23:07:45.846Z] ------------------- [2021-01-11T23:07:45.846Z] experimental info: [2021-01-11T23:07:45.846Z] ------------------- [2021-01-11T23:07:45.846Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T23:07:45.846Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T23:07:45.846Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T23:07:46.103Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-01-11T23:07:46.224Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-01-11T23:07:46.312Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T23:07:46.404Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T23:07:46.491Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T23:07:46.600Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T23:07:46.687Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T23:07:46.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T23:07:46.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-11T23:07:46.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T23:07:47.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T23:07:47.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-01-11T23:07:47.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T23:07:47.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T23:07:47.442Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T23:07:47.527Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T23:07:47.621Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T23:07:47.729Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T23:07:47.820Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T23:07:47.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-11T23:07:48.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-11T23:07:48.101Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-11T23:07:48.205Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-11T23:07:48.366Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-11T23:07:48.455Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-11T23:07:48.545Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T23:07:48.632Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T23:07:48.736Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-69 [Pipeline] echo [2021-01-11T23:07:48.821Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-69 [Pipeline] echo [2021-01-11T23:07:48.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-69 [Pipeline] echo [2021-01-11T23:07:49.009Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c8dcad97484fc213c9c4da6f24a416e799ac57e [Pipeline] echo [2021-01-11T23:07:49.091Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c8dcad [Pipeline] echo [2021-01-11T23:07:49.178Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T23:07:49.344Z] provisioning config files... [2021-01-11T23:07:49.369Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config2736250792199673329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:07:49.747Z] ---> docker-login.sh [2021-01-11T23:07:49.747Z] nexus3.edgexfoundry.org:10001 [2021-01-11T23:07:50.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:07:50.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:07:50.271Z] Configure a credential helper to remove this warning. See [2021-01-11T23:07:50.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:07:50.271Z] [2021-01-11T23:07:50.271Z] Login Succeeded [2021-01-11T23:07:50.271Z] nexus3.edgexfoundry.org:10002 [2021-01-11T23:07:50.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:07:50.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:07:50.271Z] Configure a credential helper to remove this warning. See [2021-01-11T23:07:50.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:07:50.271Z] [2021-01-11T23:07:50.271Z] Login Succeeded [2021-01-11T23:07:50.271Z] nexus3.edgexfoundry.org:10003 [2021-01-11T23:07:50.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:07:50.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:07:50.533Z] Configure a credential helper to remove this warning. See [2021-01-11T23:07:50.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:07:50.533Z] [2021-01-11T23:07:50.533Z] Login Succeeded [2021-01-11T23:07:50.533Z] nexus3.edgexfoundry.org:10004 [2021-01-11T23:07:50.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:07:50.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:07:50.794Z] Configure a credential helper to remove this warning. See [2021-01-11T23:07:50.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:07:50.794Z] [2021-01-11T23:07:50.794Z] Login Succeeded [2021-01-11T23:07:50.794Z] docker.io [2021-01-11T23:07:50.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:07:51.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:07:51.057Z] Configure a credential helper to remove this warning. See [2021-01-11T23:07:51.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:07:51.057Z] [2021-01-11T23:07:51.057Z] Login Succeeded [2021-01-11T23:07:51.057Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T23:07:51.067Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T23:07:51.859Z] + git log --format=format:%s -1 5c8dcad97484fc213c9c4da6f24a416e799ac57e [Pipeline] echo [2021-01-11T23:07:51.929Z] GIT_COMMIT: 5c8dcad97484fc213c9c4da6f24a416e799ac57e, Commit Message: Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD [Pipeline] echo [2021-01-11T23:07:51.973Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:07:52.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T23:07:52.952Z] [2021-01-11T23:07:52.952Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:07:53.294Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T23:07:53.294Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T23:07:53.294Z] 31603596830f: Pulling fs layer [2021-01-11T23:07:53.294Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T23:07:53.294Z] 6ca5941a6612: Pulling fs layer [2021-01-11T23:07:53.294Z] ecc8261a40a4: Pulling fs layer [2021-01-11T23:07:53.294Z] ecc8261a40a4: Waiting [2021-01-11T23:07:53.294Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T23:07:53.294Z] 2a8b12db71e7: Download complete [2021-01-11T23:07:53.294Z] 31603596830f: Verifying Checksum [2021-01-11T23:07:53.294Z] 31603596830f: Download complete [2021-01-11T23:07:53.560Z] 6ca5941a6612: Verifying Checksum [2021-01-11T23:07:53.560Z] 6ca5941a6612: Download complete [2021-01-11T23:07:53.560Z] ecc8261a40a4: Verifying Checksum [2021-01-11T23:07:53.560Z] ecc8261a40a4: Download complete [2021-01-11T23:07:53.826Z] 31603596830f: Pull complete [2021-01-11T23:07:54.088Z] 2a8b12db71e7: Pull complete [2021-01-11T23:07:55.039Z] 6ca5941a6612: Pull complete [2021-01-11T23:07:55.039Z] ecc8261a40a4: Pull complete [2021-01-11T23:07:55.039Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T23:07:55.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T23:07:55.301Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T23:07:55.398Z] prd-centos7-docker-4c-2g-19623 does not seem to be running inside a container [2021-01-11T23:07:55.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-69 -v /w/workspace/dgexfoundry_device-rest-go_PR-69:/w/workspace/dgexfoundry_device-rest-go_PR-69:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-69@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T23:07:57.327Z] $ docker top 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T23:07:57.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T23:07:57.656Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T23:07:57.872Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T23:07:57.877Z] $ docker exec 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent [2021-01-11T23:07:58.052Z] SSH_AUTH_SOCK=/tmp/ssh-ryNzzqO28doV/agent.12 [2021-01-11T23:07:58.052Z] SSH_AGENT_PID=18 [2021-01-11T23:07:58.063Z] Running ssh-add (command line suppressed) [2021-01-11T23:07:58.187Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8382167703407048868.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8382167703407048868.key) [2021-01-11T23:07:58.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T23:07:58.563Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T23:07:58.585Z] $ docker exec --env ******** --env ******** 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent -k [2021-01-11T23:07:58.700Z] unset SSH_AUTH_SOCK; [2021-01-11T23:07:58.701Z] unset SSH_AGENT_PID; [2021-01-11T23:07:58.701Z] echo Agent pid 18 killed; [2021-01-11T23:07:58.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T23:07:58.886Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T23:07:58.887Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T23:07:59.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T23:07:59.062Z] $ docker exec 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent [2021-01-11T23:07:59.232Z] SSH_AUTH_SOCK=/tmp/ssh-Bb53EDs1G1DG/agent.47 [2021-01-11T23:07:59.232Z] SSH_AGENT_PID=53 [2021-01-11T23:07:59.239Z] Running ssh-add (command line suppressed) [2021-01-11T23:07:59.354Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_141085779766862778.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_141085779766862778.key) [2021-01-11T23:07:59.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T23:07:59.741Z] + git semver init [2021-01-11T23:07:59.741Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T23:07:59.741Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.git [2021-01-11T23:07:59.741Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-69 [2021-01-11T23:07:59.741Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T23:07:59.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T23:07:59.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T23:07:59.741Z] # $SEMVER_BRANCH = PR-69 [2021-01-11T23:07:59.741Z] # $SEMVER_TEMP = /tmp/semver-354993551 [2021-01-11T23:07:59.741Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-01-11T23:08:00.686Z] # '/tmp/semver-354993551' -> '/w/workspace/dgexfoundry_device-rest-go_PR-69/.semver' [2021-01-11T23:08:00.686Z] # -> Force: false [2021-01-11T23:08:00.686Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.semver [Pipeline] } [2021-01-11T23:08:00.700Z] $ docker exec --env ******** --env ******** 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent -k [2021-01-11T23:08:00.814Z] unset SSH_AUTH_SOCK; [2021-01-11T23:08:00.814Z] unset SSH_AGENT_PID; [2021-01-11T23:08:00.814Z] echo Agent pid 53 killed; [2021-01-11T23:08:00.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T23:08:01.348Z] + git semver [Pipeline] } [2021-01-11T23:08:01.366Z] $ docker stop --time=1 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad [2021-01-11T23:08:02.782Z] $ docker rm -f 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T23:08:03.259Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T23:08:03.692Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T23:08:03.696Z] [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 [2021-01-11T23:08:19.252Z] Still waiting to schedule task [2021-01-11T23:08:19.252Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-11T23:08:19.254Z] Still waiting to schedule task [2021-01-11T23:08:19.255Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-11T23:10:10.946Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19624 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws [2021-01-11T23:10:11.017Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-01-11T23:10:16.151Z] using credential edgex-jenkins-ssh [2021-01-11T23:10:16.239Z] Cloning the remote Git repository [2021-01-11T23:10:16.298Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-11T23:10:16.410Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-01-11T23:10:16.491Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-11T23:10:16.492Z] > git --version # timeout=10 [2021-01-11T23:10:16.518Z] > git --version # 'git version 2.17.1' [2021-01-11T23:10:16.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:10:16.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:10:18.231Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-11T23:10:18.259Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:10:18.289Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-11T23:10:18.336Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-11T23:10:18.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:10:18.350Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T23:10:18.937Z] Merging remotes/origin/master commit abd24f16bfefa7889687f83d2fc8de1c385cee13 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 [2021-01-11T23:10:19.236Z] Merge succeeded, producing b3d24c7147b3452a6643435bc47e749b6f66c692 [2021-01-11T23:10:19.237Z] Checking out Revision b3d24c7147b3452a6643435bc47e749b6f66c692 (PR-69) [2021-01-11T23:10:18.959Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:10:18.976Z] > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [2021-01-11T23:10:19.062Z] > git remote # timeout=10 [2021-01-11T23:10:19.080Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T23:10:19.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:10:19.153Z] > git merge abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 [2021-01-11T23:10:19.209Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T23:10:19.245Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:10:19.271Z] > git checkout -f b3d24c7147b3452a6643435bc47e749b6f66c692 # timeout=10 [2021-01-11T23:10:23.552Z] Commit message: "Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD" [2021-01-11T23:10:23.563Z] > git rev-list --no-walk c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T23:10:25.222Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T23:10:25.724Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T23:10:26.074Z] + sudo service docker restart [2021-01-11T23:10:26.074Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T23:10:28.758Z] provisioning config files... [2021-01-11T23:10:28.801Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config7260406949671422631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:10:29.229Z] ---> docker-login.sh [2021-01-11T23:10:29.229Z] nexus3.edgexfoundry.org:10001 [2021-01-11T23:10:30.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:10:30.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:10:30.492Z] Configure a credential helper to remove this warning. See [2021-01-11T23:10:30.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:10:30.492Z] [2021-01-11T23:10:30.492Z] Login Succeeded [2021-01-11T23:10:30.492Z] nexus3.edgexfoundry.org:10002 [2021-01-11T23:10:30.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:10:31.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:10:31.042Z] Configure a credential helper to remove this warning. See [2021-01-11T23:10:31.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:10:31.042Z] [2021-01-11T23:10:31.042Z] Login Succeeded [2021-01-11T23:10:31.042Z] nexus3.edgexfoundry.org:10003 [2021-01-11T23:10:31.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:10:31.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:10:31.595Z] Configure a credential helper to remove this warning. See [2021-01-11T23:10:31.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:10:31.595Z] [2021-01-11T23:10:31.595Z] Login Succeeded [2021-01-11T23:10:31.595Z] nexus3.edgexfoundry.org:10004 [2021-01-11T23:10:31.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:10:32.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:10:32.150Z] Configure a credential helper to remove this warning. See [2021-01-11T23:10:32.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:10:32.150Z] [2021-01-11T23:10:32.150Z] Login Succeeded [2021-01-11T23:10:32.150Z] docker.io [2021-01-11T23:10:32.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:10:33.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:10:33.020Z] Configure a credential helper to remove this warning. See [2021-01-11T23:10:33.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:10:33.020Z] [2021-01-11T23:10:33.020Z] Login Succeeded [2021-01-11T23:10:33.020Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T23:10:33.037Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T23:10:33.520Z] ========================================================= [2021-01-11T23:10:33.520Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T23:10:33.520Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:10:33.910Z] + 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 . [2021-01-11T23:10:33.910Z] Sending build context to Docker daemon 83.97kB [2021-01-11T23:10:34.185Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:10:34.185Z] Step 2/10 : FROM ${BASE} [2021-01-11T23:10:34.460Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T23:10:34.460Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T23:10:34.460Z] a4357932f1b6: Pulling fs layer [2021-01-11T23:10:34.460Z] 18c013af1878: Pulling fs layer [2021-01-11T23:10:34.460Z] 00ac8860ef70: Pulling fs layer [2021-01-11T23:10:34.460Z] 63d7cb157983: Pulling fs layer [2021-01-11T23:10:34.460Z] b116817d02f9: Pulling fs layer [2021-01-11T23:10:34.460Z] 745a02a5169b: Pulling fs layer [2021-01-11T23:10:34.460Z] 00ac8860ef70: Waiting [2021-01-11T23:10:34.460Z] b116817d02f9: Waiting [2021-01-11T23:10:34.460Z] 745a02a5169b: Waiting [2021-01-11T23:10:34.460Z] 63d7cb157983: Waiting [2021-01-11T23:10:34.460Z] 18c013af1878: Verifying Checksum [2021-01-11T23:10:34.460Z] 18c013af1878: Download complete [2021-01-11T23:10:34.460Z] a4357932f1b6: Verifying Checksum [2021-01-11T23:10:34.460Z] a4357932f1b6: Download complete [2021-01-11T23:10:34.460Z] 63d7cb157983: Verifying Checksum [2021-01-11T23:10:34.460Z] 63d7cb157983: Download complete [2021-01-11T23:10:34.461Z] b116817d02f9: Verifying Checksum [2021-01-11T23:10:34.461Z] b116817d02f9: Download complete [2021-01-11T23:10:34.461Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T23:10:34.461Z] 5f621e34cdf4: Download complete [2021-01-11T23:10:35.061Z] 5f621e34cdf4: Pull complete [2021-01-11T23:10:35.702Z] a4357932f1b6: Pull complete [2021-01-11T23:10:36.305Z] 18c013af1878: Pull complete [2021-01-11T23:10:37.304Z] 745a02a5169b: Verifying Checksum [2021-01-11T23:10:37.304Z] 745a02a5169b: Download complete [2021-01-11T23:10:38.760Z] 00ac8860ef70: Verifying Checksum [2021-01-11T23:10:38.760Z] 00ac8860ef70: Download complete [2021-01-11T23:10:47.528Z] Running on prd-centos7-docker-4c-2g-19625 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws [2021-01-11T23:10:47.583Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-01-11T23:10:49.674Z] 00ac8860ef70: Pull complete [2021-01-11T23:10:49.675Z] 63d7cb157983: Pull complete [2021-01-11T23:10:49.675Z] b116817d02f9: Pull complete [2021-01-11T23:10:51.273Z] using credential edgex-jenkins-ssh [2021-01-11T23:10:51.392Z] Cloning the remote Git repository [2021-01-11T23:10:51.364Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-11T23:10:51.454Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-01-11T23:10:51.628Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-11T23:10:51.628Z] > git --version # timeout=10 [2021-01-11T23:10:51.640Z] > git --version # 'git version 2.24.3' [2021-01-11T23:10:51.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:10:51.695Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:10:52.306Z] 745a02a5169b: Pull complete [2021-01-11T23:10:52.306Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T23:10:52.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T23:10:52.306Z] ---> b7e6874047d6 [2021-01-11T23:10:52.306Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:10:52.872Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-11T23:10:52.878Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T23:10:52.894Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-11T23:10:52.913Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-11T23:10:52.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:10:52.917Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T23:10:53.385Z] Merging remotes/origin/master commit abd24f16bfefa7889687f83d2fc8de1c385cee13 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 [2021-01-11T23:10:53.484Z] Merge succeeded, producing 82eddb6b924da06ad94ee06640316f931b2bf3bf [2021-01-11T23:10:53.485Z] Checking out Revision 82eddb6b924da06ad94ee06640316f931b2bf3bf (PR-69) [2021-01-11T23:10:53.393Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:10:53.400Z] > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [2021-01-11T23:10:53.432Z] > git remote # timeout=10 [2021-01-11T23:10:53.441Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T23:10:53.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T23:10:53.452Z] > git merge abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 [2021-01-11T23:10:53.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T23:10:53.488Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T23:10:53.493Z] > git checkout -f 82eddb6b924da06ad94ee06640316f931b2bf3bf # timeout=10 [2021-01-11T23:10:54.952Z] ---> Running in 8741e5ab7ead [2021-01-11T23:10:55.550Z] Removing intermediate container 8741e5ab7ead [2021-01-11T23:10:55.550Z] ---> 87fb88dde66a [2021-01-11T23:10:55.551Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:10:55.551Z] ---> Running in 6dea86bdce85 [2021-01-11T23:10:56.147Z] Removing intermediate container 6dea86bdce85 [2021-01-11T23:10:56.147Z] ---> cfab4fbe3a4b [2021-01-11T23:10:56.147Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-11T23:10:56.147Z] ---> Running in effff893fc12 [2021-01-11T23:10:56.745Z] Removing intermediate container effff893fc12 [2021-01-11T23:10:56.745Z] ---> 43a2002dfd37 [2021-01-11T23:10:56.745Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:10:56.745Z] ---> Running in 502a4c633c71 [2021-01-11T23:10:57.137Z] Commit message: "Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD" [2021-01-11T23:10:57.142Z] > git rev-list --no-walk c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T23:10:58.280Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T23:10:58.608Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T23:10:58.906Z] + sudo service docker restart [2021-01-11T23:10:58.906Z] + true [2021-01-11T23:10:58.906Z] Redirecting to /bin/systemctl restart docker.service [2021-01-11T23:10:59.390Z] Removing intermediate container 502a4c633c71 [2021-01-11T23:10:59.390Z] ---> 9343c354a88a [2021-01-11T23:10:59.390Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:10:59.390Z] ---> Running in d3406d7a228c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T23:10:59.915Z] provisioning config files... [2021-01-11T23:10:59.945Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config7707272259477303205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:11:00.308Z] ---> docker-login.sh [2021-01-11T23:11:00.308Z] nexus3.edgexfoundry.org:10001 [2021-01-11T23:11:00.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T23:11:00.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:11:00.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:11:00.839Z] Configure a credential helper to remove this warning. See [2021-01-11T23:11:00.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:11:00.839Z] [2021-01-11T23:11:00.839Z] Login Succeeded [2021-01-11T23:11:00.839Z] nexus3.edgexfoundry.org:10002 [2021-01-11T23:11:00.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:11:00.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:11:00.839Z] Configure a credential helper to remove this warning. See [2021-01-11T23:11:00.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:11:00.839Z] [2021-01-11T23:11:00.839Z] Login Succeeded [2021-01-11T23:11:00.839Z] nexus3.edgexfoundry.org:10003 [2021-01-11T23:11:00.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T23:11:01.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:11:01.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:11:01.101Z] Configure a credential helper to remove this warning. See [2021-01-11T23:11:01.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:11:01.101Z] [2021-01-11T23:11:01.101Z] Login Succeeded [2021-01-11T23:11:01.101Z] nexus3.edgexfoundry.org:10004 [2021-01-11T23:11:01.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:11:01.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:11:01.367Z] Configure a credential helper to remove this warning. See [2021-01-11T23:11:01.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:11:01.367Z] [2021-01-11T23:11:01.367Z] Login Succeeded [2021-01-11T23:11:01.367Z] docker.io [2021-01-11T23:11:01.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T23:11:01.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T23:11:01.630Z] Configure a credential helper to remove this warning. See [2021-01-11T23:11:01.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T23:11:01.630Z] [2021-01-11T23:11:01.630Z] Login Succeeded [2021-01-11T23:11:01.630Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T23:11:01.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-11T23:11:01.952Z] OK: 142 MiB in 39 packages [Pipeline] echo [2021-01-11T23:11:02.155Z] ========================================================= [2021-01-11T23:11:02.155Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T23:11:02.155Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:11:02.500Z] + 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 . [2021-01-11T23:11:02.500Z] Sending build context to Docker daemon 83.97kB [2021-01-11T23:11:02.500Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:11:02.500Z] Step 2/10 : FROM ${BASE} [2021-01-11T23:11:02.767Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T23:11:02.767Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T23:11:02.767Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T23:11:02.767Z] de9db76c5a1d: Pulling fs layer [2021-01-11T23:11:02.767Z] bca2f99d35d6: Pulling fs layer [2021-01-11T23:11:02.767Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T23:11:02.767Z] 7c6f9722023f: Pulling fs layer [2021-01-11T23:11:02.767Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T23:11:02.767Z] bca2f99d35d6: Waiting [2021-01-11T23:11:02.767Z] 93359f2a8cfa: Waiting [2021-01-11T23:11:02.767Z] 7c6f9722023f: Waiting [2021-01-11T23:11:02.767Z] a35cf1a2eb13: Waiting [2021-01-11T23:11:02.767Z] de9db76c5a1d: Verifying Checksum [2021-01-11T23:11:02.767Z] de9db76c5a1d: Download complete [2021-01-11T23:11:02.767Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T23:11:02.767Z] 0ef7d3d256c8: Download complete [2021-01-11T23:11:02.934Z] Removing intermediate container d3406d7a228c [2021-01-11T23:11:02.934Z] ---> 813340f18ef6 [2021-01-11T23:11:02.934Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-11T23:11:03.030Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T23:11:03.030Z] 93359f2a8cfa: Download complete [2021-01-11T23:11:03.030Z] 7c6f9722023f: Download complete [2021-01-11T23:11:03.030Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T23:11:03.030Z] 188c0c94c7c5: Download complete [2021-01-11T23:11:03.208Z] ---> Running in 3769555ec275 [2021-01-11T23:11:03.300Z] 188c0c94c7c5: Pull complete [2021-01-11T23:11:03.571Z] 0ef7d3d256c8: Pull complete [2021-01-11T23:11:03.571Z] de9db76c5a1d: Pull complete [2021-01-11T23:11:03.806Z] Removing intermediate container 3769555ec275 [2021-01-11T23:11:03.806Z] ---> ba3b4055432a [2021-01-11T23:11:03.806Z] Step 9/10 : COPY . . [2021-01-11T23:11:04.403Z] ---> d9042babfefc [2021-01-11T23:11:04.403Z] Step 10/10 : RUN go mod download [2021-01-11T23:11:04.681Z] ---> Running in e225625b916b [2021-01-11T23:11:04.963Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T23:11:04.967Z] a35cf1a2eb13: Download complete [2021-01-11T23:11:05.548Z] bca2f99d35d6: Verifying Checksum [2021-01-11T23:11:05.548Z] bca2f99d35d6: Download complete [2021-01-11T23:11:10.910Z] bca2f99d35d6: Pull complete [2021-01-11T23:11:10.910Z] 93359f2a8cfa: Pull complete [2021-01-11T23:11:10.910Z] 7c6f9722023f: Pull complete [2021-01-11T23:11:17.535Z] a35cf1a2eb13: Pull complete [2021-01-11T23:11:17.536Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T23:11:17.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T23:11:17.536Z] ---> a62c8e92a672 [2021-01-11T23:11:17.536Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:11:17.804Z] ---> Running in b75863f956b5 [2021-01-11T23:11:18.068Z] Removing intermediate container b75863f956b5 [2021-01-11T23:11:18.068Z] ---> cb3109f17223 [2021-01-11T23:11:18.068Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:11:18.068Z] ---> Running in f26d92bc5366 [2021-01-11T23:11:18.332Z] Removing intermediate container f26d92bc5366 [2021-01-11T23:11:18.332Z] ---> a432ff1f9169 [2021-01-11T23:11:18.332Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-11T23:11:18.332Z] ---> Running in 9831a9e61b27 [2021-01-11T23:11:18.599Z] Removing intermediate container 9831a9e61b27 [2021-01-11T23:11:18.599Z] ---> 027bf1bc4e78 [2021-01-11T23:11:18.599Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:11:18.599Z] ---> Running in ce66bed62d18 [2021-01-11T23:11:19.553Z] Removing intermediate container ce66bed62d18 [2021-01-11T23:11:19.553Z] ---> 604f0ca8a93f [2021-01-11T23:11:19.553Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:11:19.817Z] ---> Running in 3731cae46116 [2021-01-11T23:11:20.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T23:11:20.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T23:11:21.544Z] OK: 166 MiB in 39 packages [2021-01-11T23:11:22.124Z] Removing intermediate container 3731cae46116 [2021-01-11T23:11:22.124Z] ---> a40c32b1d270 [2021-01-11T23:11:22.124Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-11T23:11:22.124Z] ---> Running in cb90d7283971 [2021-01-11T23:11:22.124Z] Removing intermediate container cb90d7283971 [2021-01-11T23:11:22.124Z] ---> 242ab65149c9 [2021-01-11T23:11:22.124Z] Step 9/10 : COPY . . [2021-01-11T23:11:22.707Z] ---> 677d1640c6d9 [2021-01-11T23:11:22.707Z] Step 10/10 : RUN go mod download [2021-01-11T23:11:22.707Z] ---> Running in a8622746c893 [2021-01-11T23:11:26.844Z] Removing intermediate container e225625b916b [2021-01-11T23:11:26.844Z] ---> beb01a27559e [2021-01-11T23:11:26.845Z] Successfully built beb01a27559e [2021-01-11T23:11:26.845Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:11:27.179Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T23:11:27.179Z] . [Pipeline] withDockerContainer [2021-01-11T23:11:27.420Z] prd-ubuntu18.04-docker-arm64-4c-16g-19624 does not seem to be running inside a container [2021-01-11T23:11:27.513Z] $ 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-arm64 cat [2021-01-11T23:11:29.060Z] $ docker top 7cfd95265aeb69f600c40ee8336f91eae40847b67ad1bad3b15c6fee895fcee7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:11:30.078Z] + go version [2021-01-11T23:11:30.078Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T23:11:30.112Z] $ docker stop --time=1 7cfd95265aeb69f600c40ee8336f91eae40847b67ad1bad3b15c6fee895fcee7 [2021-01-11T23:11:32.092Z] $ docker rm -f 7cfd95265aeb69f600c40ee8336f91eae40847b67ad1bad3b15c6fee895fcee7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:11:33.124Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T23:11:33.125Z] . [Pipeline] withDockerContainer [2021-01-11T23:11:33.393Z] prd-ubuntu18.04-docker-arm64-4c-16g-19624 does not seem to be running inside a container [2021-01-11T23:11:33.485Z] $ 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-arm64 cat [2021-01-11T23:11:34.974Z] $ docker top 50f6ac840bfcbe2e340888cc4c724fb5030b5b690596421f32dd2ca60e88c926 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:11:36.024Z] + make test [2021-01-11T23:11:36.024Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-11T23:11:37.007Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-11T23:11:40.889Z] Removing intermediate container a8622746c893 [2021-01-11T23:11:40.889Z] ---> d466935cfcd2 [2021-01-11T23:11:40.889Z] Successfully built d466935cfcd2 [2021-01-11T23:11:40.889Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:11:41.204Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T23:11:41.204Z] . [Pipeline] withDockerContainer [2021-01-11T23:11:41.315Z] prd-centos7-docker-4c-2g-19625 does not seem to be running inside a container [2021-01-11T23:11:41.373Z] $ 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 [2021-01-11T23:11:42.232Z] $ docker top 835708919b77f07badfbce00244a1b980d37d40aa23178b3a95a61b6543207e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:11:42.798Z] + go version [2021-01-11T23:11:42.798Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T23:11:42.815Z] $ docker stop --time=1 835708919b77f07badfbce00244a1b980d37d40aa23178b3a95a61b6543207e4 [2021-01-11T23:11:44.183Z] $ docker rm -f 835708919b77f07badfbce00244a1b980d37d40aa23178b3a95a61b6543207e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:11:45.009Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T23:11:45.009Z] . [Pipeline] withDockerContainer [2021-01-11T23:11:45.111Z] prd-centos7-docker-4c-2g-19625 does not seem to be running inside a container [2021-01-11T23:11:45.157Z] $ 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 [2021-01-11T23:11:45.884Z] $ docker top e034eb28c5a407d75feebc7cd4fbe053ff89f8f9c63aa8dece3157ffd0bec537 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:11:46.380Z] + make test [2021-01-11T23:11:46.380Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-11T23:11:46.956Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-11T23:11:59.284Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-01-11T23:11:59.284Z] ok github.com/edgexfoundry/device-rest-go/driver 0.052s coverage: 56.3% of statements [2021-01-11T23:11:59.285Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T23:12:00.710Z] gofmt -l . [2021-01-11T23:12:00.710Z] [ "`gofmt -l .`" = "" ] [2021-01-11T23:12:00.979Z] ./bin/test-go-mod-tidy.sh [2021-01-11T23:12:01.246Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-11T23:12:01.527Z] $ docker stop --time=1 e034eb28c5a407d75feebc7cd4fbe053ff89f8f9c63aa8dece3157ffd0bec537 [2021-01-11T23:12:04.012Z] $ docker rm -f e034eb28c5a407d75feebc7cd4fbe053ff89f8f9c63aa8dece3157ffd0bec537 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T23:12:04.669Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T23:12:05.020Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-11T23:12:06.351Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T23:12:06.651Z] + ls -al . [2021-01-11T23:12:06.651Z] total 96 [2021-01-11T23:12:06.651Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jan 11 23:12 . [2021-01-11T23:12:06.651Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 11 23:10 .. [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 5294 Jan 11 23:10 Attribution.txt [2021-01-11T23:12:06.651Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 11 23:10 bin [2021-01-11T23:12:06.651Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 23:10 cmd [2021-01-11T23:12:06.651Z] -rw-r--r--. 1 jenkins jenkins 9369 Jan 11 23:11 coverage.out [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 1530 Jan 11 23:10 Dockerfile [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 1002 Jan 11 23:10 Dockerfile.build [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 151 Jan 11 23:10 .dockerignore [2021-01-11T23:12:06.651Z] drwxrwxr-x. 2 jenkins jenkins 93 Jan 11 23:11 driver [2021-01-11T23:12:06.651Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 11 23:10 .git [2021-01-11T23:12:06.651Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 23:10 .github [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 339 Jan 11 23:10 .gitignore [2021-01-11T23:12:06.651Z] -rw-r--r--. 1 jenkins jenkins 267 Jan 11 23:12 go.mod [2021-01-11T23:12:06.651Z] -rw-r--r--. 1 jenkins jenkins 13985 Jan 11 23:12 go.sum [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 680 Jan 11 23:10 Jenkinsfile [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 23:10 LICENSE [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 11 23:10 Makefile [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 5917 Jan 11 23:10 README.md [2021-01-11T23:12:06.651Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 11 23:10 snap [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 11 23:08 VERSION [2021-01-11T23:12:06.651Z] -rw-rw-r--. 1 jenkins jenkins 713 Jan 11 23:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:12:06.962Z] + 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=5c8dcad97484fc213c9c4da6f24a416e799ac57e --label arch=amd64 --label version=0.0.0 . [2021-01-11T23:12:06.962Z] Sending build context to Docker daemon 95.74kB [2021-01-11T23:12:06.962Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:12:06.962Z] Step 2/25 : FROM ${BASE} AS builder [2021-01-11T23:12:06.962Z] ---> d466935cfcd2 [2021-01-11T23:12:06.962Z] Step 3/25 : ARG MAKE='make build' [2021-01-11T23:12:07.226Z] ---> Running in fc7ee48a6e2b [2021-01-11T23:12:07.226Z] Removing intermediate container fc7ee48a6e2b [2021-01-11T23:12:07.226Z] ---> 8f072b582f62 [2021-01-11T23:12:07.226Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:12:07.490Z] ---> Running in 26355caeacfe [2021-01-11T23:12:07.490Z] Removing intermediate container 26355caeacfe [2021-01-11T23:12:07.490Z] ---> 2a8dbd4afb30 [2021-01-11T23:12:07.490Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:12:07.490Z] ---> Running in 2fdeee074c19 [2021-01-11T23:12:07.754Z] Removing intermediate container 2fdeee074c19 [2021-01-11T23:12:07.754Z] ---> 8b8696a8203a [2021-01-11T23:12:07.754Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:12:07.754Z] ---> Running in b2e302f4ebe1 [2021-01-11T23:12:08.709Z] Removing intermediate container b2e302f4ebe1 [2021-01-11T23:12:08.709Z] ---> 44ef7012c457 [2021-01-11T23:12:08.709Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:12:08.979Z] ---> Running in 5d2642a5df06 [2021-01-11T23:12:09.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T23:12:10.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T23:12:10.712Z] OK: 166 MiB in 39 packages [2021-01-11T23:12:11.286Z] Removing intermediate container 5d2642a5df06 [2021-01-11T23:12:11.286Z] ---> 8ce1b30b0055 [2021-01-11T23:12:11.286Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2021-01-11T23:12:11.286Z] ---> Running in 31acd9948754 [2021-01-11T23:12:11.286Z] Removing intermediate container 31acd9948754 [2021-01-11T23:12:11.286Z] ---> 5f4ee06cbea3 [2021-01-11T23:12:11.286Z] Step 9/25 : COPY go.mod . [2021-01-11T23:12:11.548Z] ---> 552626bfc3b1 [2021-01-11T23:12:11.548Z] Step 10/25 : COPY Makefile . [2021-01-11T23:12:11.810Z] ---> 9fb0612cfee0 [2021-01-11T23:12:11.810Z] Step 11/25 : RUN make update [2021-01-11T23:12:12.074Z] ---> Running in ac8a4b61710c [2021-01-11T23:12:12.341Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-11T23:12:12.916Z] Removing intermediate container ac8a4b61710c [2021-01-11T23:12:12.916Z] ---> b83213a5b5c8 [2021-01-11T23:12:12.916Z] Step 12/25 : COPY . . [2021-01-11T23:12:13.178Z] ---> c67963b7891b [2021-01-11T23:12:13.178Z] Step 13/25 : RUN $MAKE [2021-01-11T23:12:13.444Z] ---> Running in e38b946f35e3 [2021-01-11T23:12:14.026Z] 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 [2021-01-11T23:12:16.072Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-01-11T23:12:16.072Z] ok github.com/edgexfoundry/device-rest-go/driver 0.110s coverage: 56.3% of statements [2021-01-11T23:12:16.072Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T23:12:18.699Z] gofmt -l . [2021-01-11T23:12:18.699Z] [ "`gofmt -l .`" = "" ] [2021-01-11T23:12:18.699Z] ./bin/test-go-mod-tidy.sh [2021-01-11T23:12:18.699Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-11T23:12:19.715Z] $ docker stop --time=1 50f6ac840bfcbe2e340888cc4c724fb5030b5b690596421f32dd2ca60e88c926 [2021-01-11T23:12:22.061Z] $ docker rm -f 50f6ac840bfcbe2e340888cc4c724fb5030b5b690596421f32dd2ca60e88c926 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T23:12:22.939Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T23:12:23.003Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T23:12:24.065Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T23:12:24.805Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T23:12:25.203Z] + ls -al . [2021-01-11T23:12:25.203Z] total 124 [2021-01-11T23:12:25.203Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:12 . [2021-01-11T23:12:25.203Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 23:10 .. [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 151 Jan 11 23:10 .dockerignore [2021-01-11T23:12:25.203Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:10 .git [2021-01-11T23:12:25.203Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:10 .github [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 339 Jan 11 23:10 .gitignore [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 5294 Jan 11 23:10 Attribution.txt [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 1530 Jan 11 23:10 Dockerfile [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 1002 Jan 11 23:10 Dockerfile.build [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 680 Jan 11 23:10 Jenkinsfile [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 23:10 LICENSE [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 11 23:10 Makefile [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 5917 Jan 11 23:10 README.md [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 11 23:08 VERSION [2021-01-11T23:12:25.203Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:10 bin [2021-01-11T23:12:25.203Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 23:10 cmd [2021-01-11T23:12:25.203Z] -rw-r--r-- 1 jenkins jenkins 9369 Jan 11 23:12 coverage.out [2021-01-11T23:12:25.203Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:12 driver [2021-01-11T23:12:25.203Z] -rw-r--r-- 1 jenkins jenkins 267 Jan 11 23:12 go.mod [2021-01-11T23:12:25.203Z] -rw-r--r-- 1 jenkins jenkins 13985 Jan 11 23:12 go.sum [2021-01-11T23:12:25.203Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 23:10 snap [2021-01-11T23:12:25.203Z] -rw-rw-r-- 1 jenkins jenkins 713 Jan 11 23:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:12:25.552Z] + 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=5c8dcad97484fc213c9c4da6f24a416e799ac57e --label arch=arm64 --label version=0.0.0 . [2021-01-11T23:12:25.552Z] Sending build context to Docker daemon 95.74kB [2021-01-11T23:12:25.840Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T23:12:25.840Z] Step 2/25 : FROM ${BASE} AS builder [2021-01-11T23:12:25.840Z] ---> beb01a27559e [2021-01-11T23:12:25.840Z] Step 3/25 : ARG MAKE='make build' [2021-01-11T23:12:26.127Z] ---> Running in 2cd90029fafd [2021-01-11T23:12:26.367Z] Removing intermediate container e38b946f35e3 [2021-01-11T23:12:26.367Z] ---> 6a384cfe2ed1 [2021-01-11T23:12:26.367Z] Step 14/25 : FROM alpine:3.12 [2021-01-11T23:12:26.367Z] 3.12: Pulling from library/alpine [2021-01-11T23:12:26.367Z] 801bfaa63ef2: Pulling fs layer [2021-01-11T23:12:26.367Z] 801bfaa63ef2: Verifying Checksum [2021-01-11T23:12:26.367Z] 801bfaa63ef2: Download complete [2021-01-11T23:12:26.367Z] 801bfaa63ef2: Pull complete [2021-01-11T23:12:26.367Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T23:12:26.367Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T23:12:26.367Z] ---> 389fef711851 [2021-01-11T23:12:26.367Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-11T23:12:26.367Z] ---> Running in 8e81ef993d2a [2021-01-11T23:12:26.629Z] Removing intermediate container 8e81ef993d2a [2021-01-11T23:12:26.629Z] ---> 454d804caff4 [2021-01-11T23:12:26.629Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-01-11T23:12:26.629Z] ---> Running in 26e20f68b4c9 [2021-01-11T23:12:26.720Z] Removing intermediate container 2cd90029fafd [2021-01-11T23:12:26.721Z] ---> cb98879dae6b [2021-01-11T23:12:26.721Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2021-01-11T23:12:26.892Z] Removing intermediate container 26e20f68b4c9 [2021-01-11T23:12:26.892Z] ---> ae47d4b75ab7 [2021-01-11T23:12:26.892Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2021-01-11T23:12:26.994Z] ---> Running in 924e5655a568 [2021-01-11T23:12:27.155Z] ---> 540f05f4927c [2021-01-11T23:12:27.155Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2021-01-11T23:12:27.155Z] ---> eab13af7c28a [2021-01-11T23:12:27.155Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2021-01-11T23:12:27.268Z] Removing intermediate container 924e5655a568 [2021-01-11T23:12:27.268Z] ---> adc48ab68201 [2021-01-11T23:12:27.268Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T23:12:27.553Z] ---> Running in 1b4c813ca674 [2021-01-11T23:12:27.731Z] ---> 2cc8beae7142 [2021-01-11T23:12:27.731Z] Step 20/25 : EXPOSE 49986 [2021-01-11T23:12:27.994Z] ---> Running in 9ed057af18c7 [2021-01-11T23:12:27.994Z] Removing intermediate container 9ed057af18c7 [2021-01-11T23:12:27.994Z] ---> 99f2f915b096 [2021-01-11T23:12:27.994Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2021-01-11T23:12:28.151Z] Removing intermediate container 1b4c813ca674 [2021-01-11T23:12:28.151Z] ---> 34f91b5a5cce [2021-01-11T23:12:28.151Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T23:12:28.151Z] ---> Running in 71a2cd7d593a [2021-01-11T23:12:28.258Z] ---> Running in 5ec9c83cf737 [2021-01-11T23:12:28.258Z] Removing intermediate container 5ec9c83cf737 [2021-01-11T23:12:28.258Z] ---> a2e962e2f958 [2021-01-11T23:12:28.258Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-11T23:12:28.522Z] ---> Running in 6453773c29f8 [2021-01-11T23:12:28.522Z] Removing intermediate container 6453773c29f8 [2021-01-11T23:12:28.522Z] ---> caa2a693860b [2021-01-11T23:12:28.522Z] Step 23/25 : LABEL arch=amd64 [2021-01-11T23:12:28.783Z] ---> Running in f5548de33623 [2021-01-11T23:12:28.783Z] Removing intermediate container f5548de33623 [2021-01-11T23:12:28.783Z] ---> 75855c122905 [2021-01-11T23:12:28.783Z] Step 24/25 : LABEL git_sha=5c8dcad97484fc213c9c4da6f24a416e799ac57e [2021-01-11T23:12:28.783Z] ---> Running in 2ce46837a218 [2021-01-11T23:12:29.046Z] Removing intermediate container 2ce46837a218 [2021-01-11T23:12:29.046Z] ---> 9d9f7f47eb94 [2021-01-11T23:12:29.046Z] Step 25/25 : LABEL version=0.0.0 [2021-01-11T23:12:29.046Z] ---> Running in 1eecf7778f73 [2021-01-11T23:12:29.309Z] Removing intermediate container 1eecf7778f73 [2021-01-11T23:12:29.309Z] ---> c16da2b22251 [2021-01-11T23:12:29.309Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T23:12:29.309Z] Successfully built c16da2b22251 [2021-01-11T23:12:29.309Z] 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] } [2021-01-11T23:12:30.772Z] Removing intermediate container 71a2cd7d593a [2021-01-11T23:12:30.772Z] ---> a63e9d480e77 [2021-01-11T23:12:30.772Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T23:12:30.772Z] ---> Running in a7bdd1a6b549 [2021-01-11T23:12:31.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T23:12:32.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T23:12:32.941Z] OK: 142 MiB in 39 packages [2021-01-11T23:12:33.937Z] Removing intermediate container a7bdd1a6b549 [2021-01-11T23:12:33.937Z] ---> ce19ef66f1b5 [2021-01-11T23:12:33.937Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2021-01-11T23:12:34.213Z] ---> Running in 66c7e33f7a3d [2021-01-11T23:12:34.807Z] Removing intermediate container 66c7e33f7a3d [2021-01-11T23:12:34.807Z] ---> a3ff001bad2b [2021-01-11T23:12:34.807Z] Step 9/25 : COPY go.mod . [2021-01-11T23:12:35.400Z] ---> a9c53de67efa [2021-01-11T23:12:35.400Z] Step 10/25 : COPY Makefile . [2021-01-11T23:12:35.994Z] ---> 9e589caa7595 [2021-01-11T23:12:35.994Z] Step 11/25 : RUN make update [2021-01-11T23:12:35.994Z] ---> Running in b99a659913b8 [2021-01-11T23:12:36.977Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-11T23:12:38.415Z] Removing intermediate container b99a659913b8 [2021-01-11T23:12:38.415Z] ---> 521799e958e9 [2021-01-11T23:12:38.415Z] Step 12/25 : COPY . . [2021-01-11T23:12:39.013Z] ---> 36cf725f0502 [2021-01-11T23:12:39.013Z] Step 13/25 : RUN $MAKE [2021-01-11T23:12:39.291Z] ---> Running in 1b4f632bca01 [2021-01-11T23:12:40.270Z] 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 [2021-01-11T23:13:12.678Z] Removing intermediate container 1b4f632bca01 [2021-01-11T23:13:12.678Z] ---> 6e4e3c6728e0 [2021-01-11T23:13:12.678Z] Step 14/25 : FROM alpine:3.12 [2021-01-11T23:13:12.678Z] 3.12: Pulling from library/alpine [2021-01-11T23:13:12.678Z] 159e5727ea61: Pulling fs layer [2021-01-11T23:13:12.678Z] 159e5727ea61: Verifying Checksum [2021-01-11T23:13:12.678Z] 159e5727ea61: Download complete [2021-01-11T23:13:12.678Z] 159e5727ea61: Pull complete [2021-01-11T23:13:12.678Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T23:13:12.678Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T23:13:12.678Z] ---> afeebe901d6b [2021-01-11T23:13:12.678Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-11T23:13:12.678Z] ---> Running in 007cd376bae3 [2021-01-11T23:13:12.678Z] Removing intermediate container 007cd376bae3 [2021-01-11T23:13:12.678Z] ---> 54e1641811a7 [2021-01-11T23:13:12.678Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-01-11T23:13:12.678Z] ---> Running in b33daeccb359 [2021-01-11T23:13:12.678Z] Removing intermediate container b33daeccb359 [2021-01-11T23:13:12.678Z] ---> 90ac8a971644 [2021-01-11T23:13:12.678Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2021-01-11T23:13:12.678Z] ---> fee1f6a27424 [2021-01-11T23:13:12.678Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2021-01-11T23:13:12.678Z] ---> e98af10c6492 [2021-01-11T23:13:12.678Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2021-01-11T23:13:12.952Z] ---> 7f19b41aa3f0 [2021-01-11T23:13:12.952Z] Step 20/25 : EXPOSE 49986 [2021-01-11T23:13:13.225Z] ---> Running in ccfc9d753e95 [2021-01-11T23:13:13.499Z] Removing intermediate container ccfc9d753e95 [2021-01-11T23:13:13.499Z] ---> 80c7a82eaafc [2021-01-11T23:13:13.499Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2021-01-11T23:13:13.785Z] ---> Running in 403c155b1901 [2021-01-11T23:13:14.060Z] Removing intermediate container 403c155b1901 [2021-01-11T23:13:14.060Z] ---> 989e0289cd60 [2021-01-11T23:13:14.060Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-11T23:13:14.341Z] ---> Running in 1b90c5ba32c2 [2021-01-11T23:13:14.617Z] Removing intermediate container 1b90c5ba32c2 [2021-01-11T23:13:14.617Z] ---> 5a2035da72e8 [2021-01-11T23:13:14.617Z] Step 23/25 : LABEL arch=arm64 [2021-01-11T23:13:14.893Z] ---> Running in 9b1130202c8c [2021-01-11T23:13:15.488Z] Removing intermediate container 9b1130202c8c [2021-01-11T23:13:15.488Z] ---> 2957f409999b [2021-01-11T23:13:15.488Z] Step 24/25 : LABEL git_sha=5c8dcad97484fc213c9c4da6f24a416e799ac57e [2021-01-11T23:13:15.488Z] ---> Running in 6ccc0681d143 [2021-01-11T23:13:16.084Z] Removing intermediate container 6ccc0681d143 [2021-01-11T23:13:16.084Z] ---> 255f28e47746 [2021-01-11T23:13:16.084Z] Step 25/25 : LABEL version=0.0.0 [2021-01-11T23:13:16.084Z] ---> Running in 7d76e6b8814d [2021-01-11T23:13:16.685Z] Removing intermediate container 7d76e6b8814d [2021-01-11T23:13:16.685Z] ---> 4400152524a4 [2021-01-11T23:13:16.685Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T23:13:16.685Z] Successfully built 4400152524a4 [2021-01-11T23:13:16.685Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-11T23:13:18.166Z] provisioning config files... [2021-01-11T23:13:18.178Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config290658584546934803tmp [Pipeline] { [Pipeline] sh [2021-01-11T23:13:18.572Z] + set +x [2021-01-11T23:13:18.572Z] + curl -s https://codecov.io/bash [2021-01-11T23:13:18.572Z] + bash -s -- [2021-01-11T23:13:18.841Z] [2021-01-11T23:13:18.841Z] _____ _ [2021-01-11T23:13:18.841Z] / ____| | | [2021-01-11T23:13:18.841Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T23:13:18.841Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T23:13:18.841Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T23:13:18.841Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T23:13:18.841Z] Bash-20201231-23d4836 [2021-01-11T23:13:18.841Z] [2021-01-11T23:13:18.841Z] [2021-01-11T23:13:18.841Z] ==> git version 2.24.3 found [2021-01-11T23:13:18.841Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-11T23:13:18.841Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T23:13:18.841Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T23:13:18.841Z] ==> Jenkins CI detected. [2021-01-11T23:13:18.841Z] project root: . [2021-01-11T23:13:18.841Z] --> token set from env [2021-01-11T23:13:18.841Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T23:13:18.841Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T23:13:18.841Z] ==> Python coveragepy not found [2021-01-11T23:13:18.841Z] ==> Searching for coverage reports in: [2021-01-11T23:13:18.841Z] + . [2021-01-11T23:13:18.841Z] -> Found 1 reports [2021-01-11T23:13:18.841Z] ==> Detecting git/mercurial file structure [2021-01-11T23:13:18.841Z] ==> Reading reports [2021-01-11T23:13:18.841Z] + ./coverage.out bytes=9369 [2021-01-11T23:13:18.841Z] ==> Appending adjustments [2021-01-11T23:13:18.841Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T23:13:18.841Z] + Found adjustments [2021-01-11T23:13:18.841Z] ==> Gzipping contents [2021-01-11T23:13:18.841Z] 4.0K /tmp/codecov.DgeZbb.gz [2021-01-11T23:13:18.841Z] ==> Uploading reports [2021-01-11T23:13:18.841Z] url: https://codecov.io [2021-01-11T23:13:18.841Z] query: branch=PR-69&commit=5c8dcad97484fc213c9c4da6f24a416e799ac57e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= [2021-01-11T23:13:18.841Z] -> Pinging Codecov [2021-01-11T23:13:18.842Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-69&commit=5c8dcad97484fc213c9c4da6f24a416e799ac57e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= [2021-01-11T23:13:19.417Z] -> Uploading to [2021-01-11T23:13:19.417Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/4E5D53B4F1F92C436F7061BF334D961C/5c8dcad97484fc213c9c4da6f24a416e799ac57e/bde1572f-eb88-4c9d-911b-00384f7b731c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T231319Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=225e1fd2ee5dc31a6dbbe13c36e440f26d262ec0c4f2a11a6a25e7d748b1306c [2021-01-11T23:13:19.417Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T23:13:19.417Z] Dload Upload Total Spent Left Speed [2021-01-11T23:13:19.993Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 3311 --:--:-- --:--:-- --:--:-- 3306 100 1726 0 0 100 1726 0 3310 --:--:-- --:--:-- --:--:-- 3306 [2021-01-11T23:13:19.993Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/5c8dcad97484fc213c9c4da6f24a416e799ac57e [Pipeline] } [2021-01-11T23:13:20.003Z] 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 [2021-01-11T23:13:22.680Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:13:22.993Z] ---> package-listing.sh [2021-01-11T23:13:22.993Z] ++ facter osfamily [2021-01-11T23:13:22.993Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T23:13:22.993Z] + OS_FAMILY=redhat [2021-01-11T23:13:22.993Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-69 [2021-01-11T23:13:22.993Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T23:13:22.993Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T23:13:22.993Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T23:13:22.993Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T23:13:22.993Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' [2021-01-11T23:13:22.993Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T23:13:22.993Z] + case "${OS_FAMILY}" in [2021-01-11T23:13:22.993Z] + rpm -qa [2021-01-11T23:13:22.993Z] + sort [2021-01-11T23:13:28.317Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T23:13:28.317Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T23:13:28.317Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T23:13:28.317Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' [2021-01-11T23:13:28.317Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-69/archives/ [2021-01-11T23:13:28.317Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-69/archives/ [Pipeline] echo [2021-01-11T23:13:28.331Z] 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-69/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T23:13:28.618Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:13:28.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T23:13:28.932Z] [2021-01-11T23:13:28.932Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T23:13:29.280Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T23:13:29.280Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T23:13:29.280Z] df20fa9351a1: Pulling fs layer [2021-01-11T23:13:29.280Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T23:13:29.280Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T23:13:29.280Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T23:13:29.280Z] 93b61091891f: Pulling fs layer [2021-01-11T23:13:29.280Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T23:13:29.280Z] 5e14af77c1be: Pulling fs layer [2021-01-11T23:13:29.280Z] 01666e4c0597: Pulling fs layer [2021-01-11T23:13:29.280Z] aa168da1d23b: Pulling fs layer [2021-01-11T23:13:29.280Z] 93b9cdb0e59b: Waiting [2021-01-11T23:13:29.280Z] 01666e4c0597: Waiting [2021-01-11T23:13:29.280Z] 5e14af77c1be: Waiting [2021-01-11T23:13:29.280Z] aa168da1d23b: Waiting [2021-01-11T23:13:29.280Z] 46f8f816bc3b: Waiting [2021-01-11T23:13:29.280Z] 93b61091891f: Waiting [2021-01-11T23:13:29.280Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T23:13:29.280Z] 36b3adc4ff6f: Download complete [2021-01-11T23:13:29.280Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T23:13:29.280Z] 46f8f816bc3b: Download complete [2021-01-11T23:13:29.544Z] df20fa9351a1: Verifying Checksum [2021-01-11T23:13:29.544Z] df20fa9351a1: Download complete [2021-01-11T23:13:29.544Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T23:13:29.544Z] 93b9cdb0e59b: Download complete [2021-01-11T23:13:29.544Z] 93b61091891f: Download complete [2021-01-11T23:13:29.544Z] 5e14af77c1be: Verifying Checksum [2021-01-11T23:13:29.544Z] 5e14af77c1be: Download complete [2021-01-11T23:13:29.544Z] 01666e4c0597: Verifying Checksum [2021-01-11T23:13:29.544Z] 01666e4c0597: Download complete [2021-01-11T23:13:29.813Z] df20fa9351a1: Pull complete [2021-01-11T23:13:30.076Z] 36b3adc4ff6f: Pull complete [2021-01-11T23:13:30.353Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T23:13:30.353Z] 8ad3a11d3b57: Download complete [2021-01-11T23:13:30.947Z] 8ad3a11d3b57: Pull complete [2021-01-11T23:13:31.211Z] 46f8f816bc3b: Pull complete [2021-01-11T23:13:31.796Z] aa168da1d23b: Verifying Checksum [2021-01-11T23:13:31.796Z] aa168da1d23b: Download complete [2021-01-11T23:13:32.062Z] 93b61091891f: Pull complete [2021-01-11T23:13:32.330Z] 93b9cdb0e59b: Pull complete [2021-01-11T23:13:32.592Z] 5e14af77c1be: Pull complete [2021-01-11T23:13:32.592Z] 01666e4c0597: Pull complete [2021-01-11T23:13:40.776Z] aa168da1d23b: Pull complete [2021-01-11T23:13:40.776Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T23:13:40.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T23:13:40.776Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T23:13:40.962Z] prd-centos7-docker-4c-2g-19623 does not seem to be running inside a container [2021-01-11T23:13:41.011Z] $ 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-69/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-69 -v /w/workspace/dgexfoundry_device-rest-go_PR-69:/w/workspace/dgexfoundry_device-rest-go_PR-69:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-69@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T23:13:44.511Z] $ docker top 655a72cc3e0e4370f4622adeed62ccd1b56d2c3fafbb6888d26a72bdc0d34088 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T23:13:45.054Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T23:13:45.357Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T23:13:45.657Z] + ls /var/log/sa-host [2021-01-11T23:13:45.657Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T23:13:45.657Z] file_magic: OK [2021-01-11T23:13:45.657Z] HZ: Using current value: 100 [2021-01-11T23:13:45.657Z] file_header: OK [2021-01-11T23:13:45.657Z] 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 [2021-01-11T23:13:45.657Z] Statistics: [2021-01-11T23:13:45.657Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T23:13:45.657Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T23:13:45.657Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T23:13:45.657Z] file_magic: OK [2021-01-11T23:13:45.657Z] HZ: Using current value: 100 [2021-01-11T23:13:45.657Z] file_header: OK [2021-01-11T23:13:45.657Z] 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 [2021-01-11T23:13:45.657Z] Statistics: [2021-01-11T23:13:45.657Z] Hnuu...uuuununununu... [2021-01-11T23:13:45.657Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T23:13:46.275Z] provisioning config files... [2021-01-11T23:13:46.289Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config950985583478649529tmp [Pipeline] { [Pipeline] echo [2021-01-11T23:13:46.360Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:13:46.701Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T23:13:46.712Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T23:13:46.799Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:13:47.098Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T23:13:47.109Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:13:47.400Z] ---> sudo-logs.sh [2021-01-11T23:13:47.400Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T23:13:47.410Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:13:47.702Z] ---> job-cost.sh [2021-01-11T23:13:47.702Z] lf-activate-venv: SKIPPING [2021-01-11T23:13:47.702Z] INFO: No Stack... [2021-01-11T23:13:48.646Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T23:13:48.912Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T23:13:48.925Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T23:13:49.220Z] ---> logs-deploy.sh [2021-01-11T23:13:49.220Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-69/2 [2021-01-11T23:13:49.220Z] INFO: archiving workspace using pattern(s): [2021-01-11T23:13:51.137Z] Archives upload complete. [2021-01-11T23:13:51.138Z] INFO: archiving logs to Nexus