Pull request #155 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ad39bae88b93a0c2a391db80e56000430658b19+d98ab64770a8aa8499d3ed372f913abb779305df (87a114887fd869357cb6ab08f56a06fa00e427f6) 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-virtual-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-virtual-go-settings PROJECT: device-virtual-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-virtual-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-17052 in /w/workspace/foundry_device-virtual-go_PR-155 [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-155 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d98ab64770a8aa8499d3ed372f913abb779305df into PR head commit 9ad39bae88b93a0c2a391db80e56000430658b19 Merge succeeded, producing 9ad39bae88b93a0c2a391db80e56000430658b19 Checking out Revision 9ad39bae88b93a0c2a391db80e56000430658b19 (PR-155) > git config core.sparsecheckout # timeout=10 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # 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 d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 754cc5e8159cce4ac0aa09f8b03c16f8e4f3bf95 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-21T08:20:52.233Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-21T08:20:52.538Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-21T08:20:52.657Z] ========================================================= [2020-12-21T08:20:52.657Z] EdgeX Global Pipelines Version Info [2020-12-21T08:20:52.657Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:20:54.187Z] ------------------- [2020-12-21T08:20:54.187Z] stable info: [2020-12-21T08:20:54.187Z] ------------------- [2020-12-21T08:20:54.187Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-21T08:20:54.187Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T08:20:54.187Z] Message: update stable to v1.0.173 [2020-12-21T08:20:55.135Z] ------------------- [2020-12-21T08:20:55.135Z] experimental info: [2020-12-21T08:20:55.135Z] ------------------- [2020-12-21T08:20:55.135Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-21T08:20:55.135Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T08:20:55.135Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-21T08:20:55.421Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-12-21T08:20:55.525Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-12-21T08:20:55.628Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-21T08:20:55.744Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-21T08:20:55.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-21T08:20:55.949Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-21T08:20:56.055Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-21T08:20:56.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-21T08:20:56.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-21T08:20:56.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-21T08:20:56.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-21T08:20:56.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-12-21T08:20:56.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-21T08:20:56.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-21T08:20:57.036Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T08:20:57.134Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T08:20:57.235Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T08:20:57.344Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T08:20:57.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-21T08:20:57.541Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-21T08:20:57.642Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-21T08:20:57.750Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-21T08:20:57.851Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-21T08:20:57.954Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-21T08:20:58.053Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-21T08:20:58.196Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-21T08:20:58.292Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-21T08:20:58.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-155 [Pipeline] echo [2020-12-21T08:20:58.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-155 [Pipeline] echo [2020-12-21T08:20:58.619Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-155 [Pipeline] echo [2020-12-21T08:20:58.715Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ad39bae88b93a0c2a391db80e56000430658b19 [Pipeline] echo [2020-12-21T08:20:58.831Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ad39ba [Pipeline] echo [2020-12-21T08:20:58.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T08:20:59.241Z] provisioning config files... [2020-12-21T08:20:59.360Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-155@tmp/config6817432716352714421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:20:59.721Z] ---> docker-login.sh [2020-12-21T08:20:59.721Z] nexus3.edgexfoundry.org:10001 [2020-12-21T08:20:59.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:21:00.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:21:00.246Z] Configure a credential helper to remove this warning. See [2020-12-21T08:21:00.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:21:00.246Z] [2020-12-21T08:21:00.246Z] Login Succeeded [2020-12-21T08:21:00.246Z] nexus3.edgexfoundry.org:10002 [2020-12-21T08:21:00.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:21:00.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:21:00.509Z] Configure a credential helper to remove this warning. See [2020-12-21T08:21:00.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:21:00.509Z] [2020-12-21T08:21:00.509Z] Login Succeeded [2020-12-21T08:21:00.509Z] nexus3.edgexfoundry.org:10003 [2020-12-21T08:21:00.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:21:00.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:21:00.509Z] Configure a credential helper to remove this warning. See [2020-12-21T08:21:00.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:21:00.509Z] [2020-12-21T08:21:00.509Z] Login Succeeded [2020-12-21T08:21:00.509Z] nexus3.edgexfoundry.org:10004 [2020-12-21T08:21:00.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:21:00.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:21:00.773Z] Configure a credential helper to remove this warning. See [2020-12-21T08:21:00.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:21:00.773Z] [2020-12-21T08:21:00.773Z] Login Succeeded [2020-12-21T08:21:00.773Z] docker.io [2020-12-21T08:21:00.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:21:01.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:21:01.035Z] Configure a credential helper to remove this warning. See [2020-12-21T08:21:01.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:21:01.036Z] [2020-12-21T08:21:01.036Z] Login Succeeded [2020-12-21T08:21:01.036Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T08:21:01.044Z] 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 [2020-12-21T08:21:01.960Z] + git log --format=format:%s -1 9ad39bae88b93a0c2a391db80e56000430658b19 [Pipeline] echo [2020-12-21T08:21:02.026Z] GIT_COMMIT: 9ad39bae88b93a0c2a391db80e56000430658b19, Commit Message: build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1 [Pipeline] echo [2020-12-21T08:21:02.075Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:21:03.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T08:21:03.075Z] [2020-12-21T08:21:03.075Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:21:03.432Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T08:21:03.432Z] latest: Pulling from edgex-devops/git-semver [2020-12-21T08:21:03.432Z] 31603596830f: Pulling fs layer [2020-12-21T08:21:03.432Z] 2a8b12db71e7: Pulling fs layer [2020-12-21T08:21:03.432Z] 6ca5941a6612: Pulling fs layer [2020-12-21T08:21:03.432Z] ecc8261a40a4: Pulling fs layer [2020-12-21T08:21:03.432Z] ecc8261a40a4: Waiting [2020-12-21T08:21:03.432Z] 2a8b12db71e7: Verifying Checksum [2020-12-21T08:21:03.432Z] 2a8b12db71e7: Download complete [2020-12-21T08:21:03.700Z] 31603596830f: Verifying Checksum [2020-12-21T08:21:03.700Z] 31603596830f: Download complete [2020-12-21T08:21:03.700Z] ecc8261a40a4: Verifying Checksum [2020-12-21T08:21:03.700Z] ecc8261a40a4: Download complete [2020-12-21T08:21:03.700Z] 6ca5941a6612: Verifying Checksum [2020-12-21T08:21:03.700Z] 6ca5941a6612: Download complete [2020-12-21T08:21:03.965Z] 31603596830f: Pull complete [2020-12-21T08:21:04.229Z] 2a8b12db71e7: Pull complete [2020-12-21T08:21:04.806Z] 6ca5941a6612: Pull complete [2020-12-21T08:21:05.070Z] ecc8261a40a4: Pull complete [2020-12-21T08:21:05.070Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-21T08:21:05.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T08:21:05.333Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-21T08:21:05.437Z] prd-centos7-docker-4c-2g-17052 does not seem to be running inside a container [2020-12-21T08:21:05.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-155 -v /w/workspace/foundry_device-virtual-go_PR-155:/w/workspace/foundry_device-virtual-go_PR-155:rw,z -v /w/workspace/foundry_device-virtual-go_PR-155@tmp:/w/workspace/foundry_device-virtual-go_PR-155@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-21T08:21:07.826Z] $ docker top 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T08:21:08.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T08:21:08.226Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T08:21:08.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T08:21:08.475Z] $ docker exec 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent [2020-12-21T08:21:08.647Z] SSH_AUTH_SOCK=/tmp/ssh-ppkrkBxPUibB/agent.11 [2020-12-21T08:21:08.647Z] SSH_AGENT_PID=16 [2020-12-21T08:21:08.662Z] Running ssh-add (command line suppressed) [2020-12-21T08:21:08.779Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_9206358608544125687.key (/w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_9206358608544125687.key) [2020-12-21T08:21:08.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T08:21:09.170Z] + git tag --points-at HEAD [Pipeline] } [2020-12-21T08:21:09.197Z] $ docker exec --env ******** --env ******** 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent -k [2020-12-21T08:21:09.307Z] unset SSH_AUTH_SOCK; [2020-12-21T08:21:09.308Z] unset SSH_AGENT_PID; [2020-12-21T08:21:09.308Z] echo Agent pid 16 killed; [2020-12-21T08:21:09.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-21T08:21:09.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T08:21:09.528Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T08:21:09.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T08:21:09.695Z] $ docker exec 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent [2020-12-21T08:21:09.852Z] SSH_AUTH_SOCK=/tmp/ssh-zqeCgp83jvsf/agent.44 [2020-12-21T08:21:09.852Z] SSH_AGENT_PID=49 [2020-12-21T08:21:09.859Z] Running ssh-add (command line suppressed) [2020-12-21T08:21:09.975Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_3822613518348956189.key (/w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_3822613518348956189.key) [2020-12-21T08:21:10.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T08:21:10.362Z] + git semver init [2020-12-21T08:21:10.362Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T08:21:10.362Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-155/.git [2020-12-21T08:21:10.362Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-155 [2020-12-21T08:21:10.362Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T08:21:10.362Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T08:21:10.362Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T08:21:10.362Z] # $SEMVER_BRANCH = PR-155 [2020-12-21T08:21:10.362Z] # $SEMVER_TEMP = /tmp/semver-255806987 [2020-12-21T08:21:10.362Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-12-21T08:21:10.938Z] # '/tmp/semver-255806987' -> '/w/workspace/foundry_device-virtual-go_PR-155/.semver' [2020-12-21T08:21:10.938Z] # -> Force: false [2020-12-21T08:21:10.938Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-155/.semver [Pipeline] } [2020-12-21T08:21:10.952Z] $ docker exec --env ******** --env ******** 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent -k [2020-12-21T08:21:11.060Z] unset SSH_AUTH_SOCK; [2020-12-21T08:21:11.060Z] unset SSH_AGENT_PID; [2020-12-21T08:21:11.060Z] echo Agent pid 49 killed; [2020-12-21T08:21:11.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T08:21:11.579Z] + git semver [Pipeline] } [2020-12-21T08:21:11.599Z] $ docker stop --time=1 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 [2020-12-21T08:21:12.952Z] $ docker rm -f 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T08:21:13.448Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-21T08:21:13.956Z] Stashed 1 file(s) [Pipeline] echo [2020-12-21T08:21:13.959Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-21T08:21:29.576Z] Still waiting to schedule task [2020-12-21T08:21:29.577Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-21T08:21:29.579Z] Still waiting to schedule task [2020-12-21T08:21:29.579Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-21T08:23:19.918Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17053 in /w/workspace/foundry_device-virtual-go_PR-155 [Pipeline] { [Pipeline] ws [2020-12-21T08:23:20.019Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-12-21T08:23:24.908Z] using credential edgex-jenkins-ssh [2020-12-21T08:23:24.973Z] Cloning the remote Git repository [2020-12-21T08:23:25.021Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T08:23:25.132Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-12-21T08:23:25.219Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T08:23:25.220Z] > git --version # timeout=10 [2020-12-21T08:23:25.240Z] > git --version # 'git version 2.17.1' [2020-12-21T08:23:25.241Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T08:23:25.314Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T08:23:26.147Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T08:23:26.167Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T08:23:26.193Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T08:23:26.230Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T08:23:26.231Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T08:23:26.243Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T08:23:26.732Z] Merging remotes/origin/master commit d98ab64770a8aa8499d3ed372f913abb779305df into PR head commit 9ad39bae88b93a0c2a391db80e56000430658b19 [2020-12-21T08:23:26.988Z] Merge succeeded, producing 9ad39bae88b93a0c2a391db80e56000430658b19 [2020-12-21T08:23:26.988Z] Checking out Revision 9ad39bae88b93a0c2a391db80e56000430658b19 (PR-155) [2020-12-21T08:23:26.763Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T08:23:26.782Z] > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 [2020-12-21T08:23:26.864Z] > git remote # timeout=10 [2020-12-21T08:23:26.885Z] > git config --get remote.origin.url # timeout=10 [2020-12-21T08:23:26.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T08:23:26.922Z] > git merge d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 [2020-12-21T08:23:26.955Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-21T08:23:26.986Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T08:23:27.010Z] > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 [2020-12-21T08:23:31.501Z] Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T08:23:33.386Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-21T08:23:33.790Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T08:23:34.125Z] + sudo service docker restart [2020-12-21T08:23:34.125Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T08:23:36.833Z] provisioning config files... [2020-12-21T08:23:36.880Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config7631151997666007321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:23:37.291Z] ---> docker-login.sh [2020-12-21T08:23:37.291Z] nexus3.edgexfoundry.org:10001 [2020-12-21T08:23:37.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:23:38.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:23:38.508Z] Configure a credential helper to remove this warning. See [2020-12-21T08:23:38.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:23:38.508Z] [2020-12-21T08:23:38.508Z] Login Succeeded [2020-12-21T08:23:38.508Z] nexus3.edgexfoundry.org:10002 [2020-12-21T08:23:38.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:23:39.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:23:39.061Z] Configure a credential helper to remove this warning. See [2020-12-21T08:23:39.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:23:39.061Z] [2020-12-21T08:23:39.061Z] Login Succeeded [2020-12-21T08:23:39.061Z] nexus3.edgexfoundry.org:10003 [2020-12-21T08:23:39.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:23:39.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:23:39.616Z] Configure a credential helper to remove this warning. See [2020-12-21T08:23:39.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:23:39.616Z] [2020-12-21T08:23:39.616Z] Login Succeeded [2020-12-21T08:23:39.616Z] nexus3.edgexfoundry.org:10004 [2020-12-21T08:23:39.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:23:40.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:23:40.173Z] Configure a credential helper to remove this warning. See [2020-12-21T08:23:40.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:23:40.173Z] [2020-12-21T08:23:40.173Z] Login Succeeded [2020-12-21T08:23:40.173Z] docker.io [2020-12-21T08:23:40.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:23:41.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:23:41.044Z] Configure a credential helper to remove this warning. See [2020-12-21T08:23:41.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:23:41.044Z] [2020-12-21T08:23:41.044Z] Login Succeeded [2020-12-21T08:23:41.044Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T08:23:41.062Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T08:23:41.552Z] ========================================================= [2020-12-21T08:23:41.552Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-21T08:23:41.552Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:23:41.929Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-21T08:23:42.204Z] Sending build context to Docker daemon 480.3kB [2020-12-21T08:23:42.477Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-21T08:23:42.477Z] Step 2/8 : FROM ${BASE} [2020-12-21T08:23:42.478Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-21T08:23:42.478Z] 5f621e34cdf4: Pulling fs layer [2020-12-21T08:23:42.478Z] a4357932f1b6: Pulling fs layer [2020-12-21T08:23:42.478Z] 18c013af1878: Pulling fs layer [2020-12-21T08:23:42.478Z] 00ac8860ef70: Pulling fs layer [2020-12-21T08:23:42.478Z] 63d7cb157983: Pulling fs layer [2020-12-21T08:23:42.478Z] b116817d02f9: Pulling fs layer [2020-12-21T08:23:42.478Z] 745a02a5169b: Pulling fs layer [2020-12-21T08:23:42.478Z] 00ac8860ef70: Waiting [2020-12-21T08:23:42.478Z] 63d7cb157983: Waiting [2020-12-21T08:23:42.478Z] b116817d02f9: Waiting [2020-12-21T08:23:42.478Z] 745a02a5169b: Waiting [2020-12-21T08:23:42.478Z] 18c013af1878: Verifying Checksum [2020-12-21T08:23:42.478Z] 18c013af1878: Download complete [2020-12-21T08:23:42.478Z] a4357932f1b6: Verifying Checksum [2020-12-21T08:23:42.478Z] a4357932f1b6: Download complete [2020-12-21T08:23:42.478Z] 63d7cb157983: Verifying Checksum [2020-12-21T08:23:42.478Z] 63d7cb157983: Download complete [2020-12-21T08:23:42.478Z] b116817d02f9: Verifying Checksum [2020-12-21T08:23:42.478Z] b116817d02f9: Download complete [2020-12-21T08:23:43.082Z] 5f621e34cdf4: Verifying Checksum [2020-12-21T08:23:43.082Z] 5f621e34cdf4: Download complete [2020-12-21T08:23:43.693Z] 5f621e34cdf4: Pull complete [2020-12-21T08:23:44.307Z] a4357932f1b6: Pull complete [2020-12-21T08:23:44.582Z] 18c013af1878: Pull complete [2020-12-21T08:23:45.190Z] 745a02a5169b: Verifying Checksum [2020-12-21T08:23:45.190Z] 745a02a5169b: Download complete [2020-12-21T08:23:46.629Z] 00ac8860ef70: Verifying Checksum [2020-12-21T08:23:46.629Z] 00ac8860ef70: Download complete [2020-12-21T08:23:56.783Z] 00ac8860ef70: Pull complete [2020-12-21T08:23:56.783Z] 63d7cb157983: Pull complete [2020-12-21T08:23:57.389Z] b116817d02f9: Pull complete [2020-12-21T08:23:59.740Z] Running on prd-centos7-docker-4c-2g-17054 in /w/workspace/foundry_device-virtual-go_PR-155 [Pipeline] { [Pipeline] ws [2020-12-21T08:23:59.861Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-12-21T08:24:00.798Z] 745a02a5169b: Pull complete [2020-12-21T08:24:00.798Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-21T08:24:01.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-21T08:24:01.082Z] ---> b7e6874047d6 [2020-12-21T08:24:01.082Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-21T08:24:02.676Z] using credential edgex-jenkins-ssh [2020-12-21T08:24:02.737Z] Cloning the remote Git repository [2020-12-21T08:24:02.655Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T08:24:02.733Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-12-21T08:24:02.799Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T08:24:02.799Z] > git --version # timeout=10 [2020-12-21T08:24:02.805Z] > git --version # 'git version 2.24.3' [2020-12-21T08:24:02.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T08:24:02.835Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T08:24:04.143Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T08:24:04.155Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T08:24:04.172Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T08:24:04.187Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T08:24:04.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T08:24:04.192Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T08:24:04.502Z] ---> Running in a92945774ab4 [2020-12-21T08:24:04.502Z] Removing intermediate container a92945774ab4 [2020-12-21T08:24:04.502Z] ---> 8be358b790a0 [2020-12-21T08:24:04.502Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T08:24:04.502Z] ---> Running in 4c0c9d0eff49 [2020-12-21T08:24:04.661Z] Merging remotes/origin/master commit d98ab64770a8aa8499d3ed372f913abb779305df into PR head commit 9ad39bae88b93a0c2a391db80e56000430658b19 [2020-12-21T08:24:04.747Z] Merge succeeded, producing 9ad39bae88b93a0c2a391db80e56000430658b19 [2020-12-21T08:24:04.748Z] Checking out Revision 9ad39bae88b93a0c2a391db80e56000430658b19 (PR-155) [2020-12-21T08:24:04.677Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T08:24:04.683Z] > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 [2020-12-21T08:24:04.719Z] > git remote # timeout=10 [2020-12-21T08:24:04.725Z] > git config --get remote.origin.url # timeout=10 [2020-12-21T08:24:04.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T08:24:04.734Z] > git merge d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 [2020-12-21T08:24:04.746Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-21T08:24:04.758Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T08:24:04.763Z] > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 [2020-12-21T08:24:07.133Z] Removing intermediate container 4c0c9d0eff49 [2020-12-21T08:24:07.133Z] ---> 24d4ac29a4c2 [2020-12-21T08:24:07.133Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T08:24:07.133Z] ---> Running in be8f0df2ea0e [2020-12-21T08:24:08.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T08:24:08.402Z] Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1" [2020-12-21T08:24:08.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T08:24:09.707Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2020-12-21T08:24:09.710Z] (1/14) Installing libmagic (5.38-r0) [Pipeline] sh [2020-12-21T08:24:09.980Z] (2/14) Installing file (5.38-r0) [2020-12-21T08:24:09.980Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-21T08:24:09.980Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-21T08:24:10.042Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T08:24:10.339Z] + sudo service docker restart [2020-12-21T08:24:10.339Z] + true [2020-12-21T08:24:10.339Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T08:24:11.804Z] provisioning config files... [2020-12-21T08:24:11.840Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config5711447244963559676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:24:12.212Z] ---> docker-login.sh [2020-12-21T08:24:12.212Z] nexus3.edgexfoundry.org:10001 [2020-12-21T08:24:12.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:24:12.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:24:12.475Z] Configure a credential helper to remove this warning. See [2020-12-21T08:24:12.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:24:12.475Z] [2020-12-21T08:24:12.475Z] Login Succeeded [2020-12-21T08:24:12.739Z] nexus3.edgexfoundry.org:10002 [2020-12-21T08:24:12.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:24:12.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:24:12.739Z] Configure a credential helper to remove this warning. See [2020-12-21T08:24:12.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:24:12.739Z] [2020-12-21T08:24:12.739Z] Login Succeeded [2020-12-21T08:24:12.739Z] nexus3.edgexfoundry.org:10003 [2020-12-21T08:24:13.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:24:13.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:24:13.001Z] Configure a credential helper to remove this warning. See [2020-12-21T08:24:13.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:24:13.002Z] [2020-12-21T08:24:13.002Z] Login Succeeded [2020-12-21T08:24:13.002Z] nexus3.edgexfoundry.org:10004 [2020-12-21T08:24:13.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:24:13.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:24:13.264Z] Configure a credential helper to remove this warning. See [2020-12-21T08:24:13.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:24:13.264Z] [2020-12-21T08:24:13.264Z] Login Succeeded [2020-12-21T08:24:13.264Z] docker.io [2020-12-21T08:24:13.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T08:24:13.352Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-21T08:24:13.352Z] (6/14) Installing patch (2.7.6-r6) [2020-12-21T08:24:13.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T08:24:13.527Z] Configure a credential helper to remove this warning. See [2020-12-21T08:24:13.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T08:24:13.527Z] [2020-12-21T08:24:13.527Z] Login Succeeded [2020-12-21T08:24:13.527Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T08:24:13.537Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-21T08:24:13.624Z] (7/14) Installing build-base (0.5-r2) [2020-12-21T08:24:13.624Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-21T08:24:13.624Z] (9/14) Installing libedit (20191231.3.1-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T08:24:13.864Z] ========================================================= [2020-12-21T08:24:13.864Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-21T08:24:13.864Z] ========================================================= [2020-12-21T08:24:13.898Z] (10/14) Installing openssh-client (8.3_p1-r1) [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:24:14.169Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-21T08:24:14.169Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-21T08:24:14.210Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-21T08:24:14.210Z] Sending build context to Docker daemon 481.3kB [2020-12-21T08:24:14.210Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-21T08:24:14.210Z] Step 2/8 : FROM ${BASE} [2020-12-21T08:24:14.440Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-21T08:24:14.472Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-21T08:24:14.472Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T08:24:14.472Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T08:24:14.472Z] de9db76c5a1d: Pulling fs layer [2020-12-21T08:24:14.472Z] bca2f99d35d6: Pulling fs layer [2020-12-21T08:24:14.472Z] 93359f2a8cfa: Pulling fs layer [2020-12-21T08:24:14.472Z] 7c6f9722023f: Pulling fs layer [2020-12-21T08:24:14.472Z] a35cf1a2eb13: Pulling fs layer [2020-12-21T08:24:14.472Z] 93359f2a8cfa: Waiting [2020-12-21T08:24:14.472Z] 7c6f9722023f: Waiting [2020-12-21T08:24:14.472Z] a35cf1a2eb13: Waiting [2020-12-21T08:24:14.472Z] bca2f99d35d6: Waiting [2020-12-21T08:24:14.472Z] de9db76c5a1d: Download complete [2020-12-21T08:24:14.472Z] 0ef7d3d256c8: Download complete [2020-12-21T08:24:14.472Z] 93359f2a8cfa: Verifying Checksum [2020-12-21T08:24:14.472Z] 93359f2a8cfa: Download complete [2020-12-21T08:24:14.472Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T08:24:14.472Z] 188c0c94c7c5: Download complete [2020-12-21T08:24:14.472Z] 7c6f9722023f: Verifying Checksum [2020-12-21T08:24:14.472Z] 7c6f9722023f: Download complete [2020-12-21T08:24:14.748Z] 188c0c94c7c5: Pull complete [2020-12-21T08:24:15.024Z] 0ef7d3d256c8: Pull complete [2020-12-21T08:24:15.298Z] de9db76c5a1d: Pull complete [2020-12-21T08:24:15.409Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-21T08:24:15.681Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T08:24:15.681Z] OK: 221 MiB in 53 packages [2020-12-21T08:24:16.709Z] a35cf1a2eb13: Verifying Checksum [2020-12-21T08:24:16.709Z] a35cf1a2eb13: Download complete [2020-12-21T08:24:17.295Z] bca2f99d35d6: Verifying Checksum [2020-12-21T08:24:17.295Z] bca2f99d35d6: Download complete [2020-12-21T08:24:20.007Z] Removing intermediate container be8f0df2ea0e [2020-12-21T08:24:20.008Z] ---> bf4581d6079a [2020-12-21T08:24:20.008Z] Step 6/8 : WORKDIR /device-virtual-go [2020-12-21T08:24:20.008Z] ---> Running in a59856b1963c [2020-12-21T08:24:20.285Z] Removing intermediate container a59856b1963c [2020-12-21T08:24:20.285Z] ---> aedf2ca08991 [2020-12-21T08:24:20.285Z] Step 7/8 : COPY . . [2020-12-21T08:24:21.274Z] ---> c4ebe24aaf16 [2020-12-21T08:24:21.274Z] Step 8/8 : RUN go mod download [2020-12-21T08:24:21.274Z] ---> Running in 8b46c6788dca [2020-12-21T08:24:23.967Z] bca2f99d35d6: Pull complete [2020-12-21T08:24:23.967Z] 93359f2a8cfa: Pull complete [2020-12-21T08:24:24.241Z] 7c6f9722023f: Pull complete [2020-12-21T08:24:34.296Z] a35cf1a2eb13: Pull complete [2020-12-21T08:24:34.296Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-21T08:24:34.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-21T08:24:34.296Z] ---> a62c8e92a672 [2020-12-21T08:24:34.296Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-21T08:24:34.296Z] ---> Running in cff3d12d56e7 [2020-12-21T08:24:34.296Z] Removing intermediate container cff3d12d56e7 [2020-12-21T08:24:34.296Z] ---> d490adeebf9b [2020-12-21T08:24:34.296Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T08:24:34.296Z] ---> Running in c0feb631b417 [2020-12-21T08:24:34.296Z] Removing intermediate container c0feb631b417 [2020-12-21T08:24:34.296Z] ---> d9d06fb717d8 [2020-12-21T08:24:34.296Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T08:24:34.565Z] ---> Running in 90b922162c07 [2020-12-21T08:24:35.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T08:24:36.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T08:24:37.052Z] (1/14) Installing libmagic (5.38-r0) [2020-12-21T08:24:37.315Z] (2/14) Installing file (5.38-r0) [2020-12-21T08:24:37.315Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-21T08:24:37.580Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-21T08:24:40.899Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-21T08:24:40.899Z] (6/14) Installing patch (2.7.6-r6) [2020-12-21T08:24:40.899Z] (7/14) Installing build-base (0.5-r2) [2020-12-21T08:24:41.164Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-21T08:24:41.164Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-21T08:24:41.430Z] (10/14) Installing openssh-client (8.3_p1-r1) [2020-12-21T08:24:41.694Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-21T08:24:41.963Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-21T08:24:41.963Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-21T08:24:42.541Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-21T08:24:42.541Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T08:24:42.541Z] OK: 237 MiB in 53 packages [2020-12-21T08:24:45.874Z] Removing intermediate container 90b922162c07 [2020-12-21T08:24:45.874Z] ---> b6c7136f9102 [2020-12-21T08:24:45.874Z] Step 6/8 : WORKDIR /device-virtual-go [2020-12-21T08:24:45.874Z] ---> Running in 0d2f562777bd [2020-12-21T08:24:46.139Z] Removing intermediate container 0d2f562777bd [2020-12-21T08:24:46.139Z] ---> 6db274c2dba7 [2020-12-21T08:24:46.139Z] Step 7/8 : COPY . . [2020-12-21T08:24:46.720Z] ---> af9621ad75e7 [2020-12-21T08:24:46.720Z] Step 8/8 : RUN go mod download [2020-12-21T08:24:46.985Z] ---> Running in 85a0ec0f6ebc [2020-12-21T08:24:48.067Z] Removing intermediate container 8b46c6788dca [2020-12-21T08:24:48.067Z] ---> 4e824103078c [2020-12-21T08:24:48.067Z] Successfully built 4e824103078c [2020-12-21T08:24:48.067Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:24:48.410Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T08:24:48.410Z] . [Pipeline] withDockerContainer [2020-12-21T08:24:48.682Z] prd-ubuntu18.04-docker-arm64-4c-16g-17053 does not seem to be running inside a container [2020-12-21T08:24:48.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-21T08:24:50.235Z] $ docker top f1a08e9ebfd5981cd3c90e892c3779669db0cdb5c7ec017ee1e6e17f8d275752 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T08:24:51.311Z] + go version [2020-12-21T08:24:51.311Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-21T08:24:51.311Z] $ docker stop --time=1 f1a08e9ebfd5981cd3c90e892c3779669db0cdb5c7ec017ee1e6e17f8d275752 [2020-12-21T08:24:53.225Z] $ docker rm -f f1a08e9ebfd5981cd3c90e892c3779669db0cdb5c7ec017ee1e6e17f8d275752 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:24:54.298Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T08:24:54.298Z] . [Pipeline] withDockerContainer [2020-12-21T08:24:54.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-17053 does not seem to be running inside a container [2020-12-21T08:24:54.593Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-21T08:24:56.041Z] $ docker top 0f0ec1fc8ed9c9a4a552ff3602664b7eccd8ae69bb2005b4b4b452413aed6930 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T08:24:57.119Z] + make test [2020-12-21T08:24:57.119Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T08:24:58.106Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-12-21T08:25:09.027Z] Removing intermediate container 85a0ec0f6ebc [2020-12-21T08:25:09.027Z] ---> dd576172dbd5 [2020-12-21T08:25:09.027Z] Successfully built dd576172dbd5 [2020-12-21T08:25:09.027Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:25:09.352Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T08:25:09.352Z] . [Pipeline] withDockerContainer [2020-12-21T08:25:09.643Z] prd-centos7-docker-4c-2g-17054 does not seem to be running inside a container [2020-12-21T08:25:09.878Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T08:25:10.786Z] $ docker top e236d81e70f754adef36a7390afd9cc6da177ebeccccb20acafa91f95574d8a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T08:25:11.314Z] + go version [2020-12-21T08:25:11.314Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-21T08:25:11.341Z] $ docker stop --time=1 e236d81e70f754adef36a7390afd9cc6da177ebeccccb20acafa91f95574d8a4 [2020-12-21T08:25:12.701Z] $ docker rm -f e236d81e70f754adef36a7390afd9cc6da177ebeccccb20acafa91f95574d8a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:25:13.551Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T08:25:13.551Z] . [Pipeline] withDockerContainer [2020-12-21T08:25:13.650Z] prd-centos7-docker-4c-2g-17054 does not seem to be running inside a container [2020-12-21T08:25:13.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T08:25:14.289Z] $ docker top ae3a68b3b49503fc64b28c2c812e80f46214aa196ff98a589eba3502d6db2f56 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T08:25:14.759Z] + make test [2020-12-21T08:25:14.759Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T08:25:15.712Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-12-21T08:25:30.761Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-12-21T08:25:31.713Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.367s coverage: 64.4% of statements [2020-12-21T08:25:31.977Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-21T08:25:35.310Z] gofmt -l . [2020-12-21T08:25:35.310Z] [ "`gofmt -l .`" = "" ] [2020-12-21T08:25:35.310Z] ./bin/test-attribution-txt.sh [2020-12-21T08:25:35.885Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-21T08:25:36.172Z] $ docker stop --time=1 ae3a68b3b49503fc64b28c2c812e80f46214aa196ff98a589eba3502d6db2f56 [2020-12-21T08:25:37.890Z] $ docker rm -f ae3a68b3b49503fc64b28c2c812e80f46214aa196ff98a589eba3502d6db2f56 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T08:25:38.548Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-21T08:25:38.917Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-21T08:25:41.525Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-21T08:25:41.824Z] + ls -al . [2020-12-21T08:25:41.824Z] total 128 [2020-12-21T08:25:41.824Z] drwxrwxr-x. 7 jenkins jenkins 4096 Dec 21 08:25 . [2020-12-21T08:25:41.824Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 21 08:24 .. [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 6713 Dec 21 08:24 Attribution.txt [2020-12-21T08:25:41.824Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 21 08:24 bin [2020-12-21T08:25:41.824Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 21 08:24 cmd [2020-12-21T08:25:41.824Z] -rw-r--r--. 1 jenkins jenkins 47242 Dec 21 08:25 coverage.out [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 1834 Dec 21 08:24 Dockerfile [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 957 Dec 21 08:24 Dockerfile.build [2020-12-21T08:25:41.824Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 21 08:24 .git [2020-12-21T08:25:41.824Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 21 08:24 .github [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 258 Dec 21 08:24 .gitignore [2020-12-21T08:25:41.824Z] -rw-r--r--. 1 jenkins jenkins 203 Dec 21 08:25 go.mod [2020-12-21T08:25:41.824Z] -rw-r--r--. 1 jenkins jenkins 16566 Dec 21 08:25 go.sum [2020-12-21T08:25:41.824Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 21 08:24 internal [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 660 Dec 21 08:24 Jenkinsfile [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 21 08:24 LICENSE [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 873 Dec 21 08:24 Makefile [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 918 Dec 21 08:24 README.md [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 21 08:21 VERSION [2020-12-21T08:25:41.824Z] -rw-rw-r--. 1 jenkins jenkins 235 Dec 21 08:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:25:42.132Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=9ad39bae88b93a0c2a391db80e56000430658b19 --label arch=amd64 --label version=0.0.0 . [2020-12-21T08:25:42.394Z] Sending build context to Docker daemon 546.8kB [2020-12-21T08:25:42.394Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-12-21T08:25:42.394Z] Step 2/22 : FROM ${BASE} AS builder [2020-12-21T08:25:42.394Z] ---> dd576172dbd5 [2020-12-21T08:25:42.394Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-12-21T08:25:42.657Z] ---> Running in c0f2de5c9e5a [2020-12-21T08:25:42.657Z] Removing intermediate container c0f2de5c9e5a [2020-12-21T08:25:42.657Z] ---> 6a448d280d1d [2020-12-21T08:25:42.658Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T08:25:42.658Z] ---> Running in ece4d7ff5069 [2020-12-21T08:25:42.920Z] Removing intermediate container ece4d7ff5069 [2020-12-21T08:25:42.920Z] ---> b291e1a25041 [2020-12-21T08:25:42.920Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-12-21T08:25:42.920Z] ---> Running in 4ca2ee5e54f4 [2020-12-21T08:25:43.183Z] Removing intermediate container 4ca2ee5e54f4 [2020-12-21T08:25:43.183Z] ---> 2f1d6b9566a5 [2020-12-21T08:25:43.183Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T08:25:43.183Z] ---> Running in 94e4304890b2 [2020-12-21T08:25:44.133Z] Removing intermediate container 94e4304890b2 [2020-12-21T08:25:44.133Z] ---> 3397cdd3683b [2020-12-21T08:25:44.133Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T08:25:44.133Z] ---> Running in facacf70aae9 [2020-12-21T08:25:44.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T08:25:45.154Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-12-21T08:25:45.154Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.506s coverage: 64.4% of statements [2020-12-21T08:25:45.154Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-21T08:25:45.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T08:25:45.544Z] OK: 237 MiB in 53 packages [2020-12-21T08:25:46.120Z] Removing intermediate container facacf70aae9 [2020-12-21T08:25:46.120Z] ---> b8740472f91b [2020-12-21T08:25:46.120Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-12-21T08:25:46.120Z] ---> Running in 328e8d20d960 [2020-12-21T08:25:46.120Z] Removing intermediate container 328e8d20d960 [2020-12-21T08:25:46.120Z] ---> 2b25ec97ddc6 [2020-12-21T08:25:46.120Z] Step 9/22 : COPY . . [2020-12-21T08:25:47.065Z] ---> 2fc02e4a32d8 [2020-12-21T08:25:47.065Z] Step 10/22 : ARG MAKE='make build' [2020-12-21T08:25:47.065Z] ---> Running in 9d806eb2ef78 [2020-12-21T08:25:47.065Z] Removing intermediate container 9d806eb2ef78 [2020-12-21T08:25:47.065Z] ---> bafbb53631f8 [2020-12-21T08:25:47.065Z] Step 11/22 : RUN $MAKE [2020-12-21T08:25:47.328Z] ---> Running in bf1324067d8e [2020-12-21T08:25:47.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-12-21T08:25:51.889Z] gofmt -l . [2020-12-21T08:25:51.889Z] [ "`gofmt -l .`" = "" ] [2020-12-21T08:25:51.889Z] ./bin/test-attribution-txt.sh [2020-12-21T08:25:52.487Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-21T08:25:52.743Z] $ docker stop --time=1 0f0ec1fc8ed9c9a4a552ff3602664b7eccd8ae69bb2005b4b4b452413aed6930 [2020-12-21T08:25:54.895Z] $ docker rm -f 0f0ec1fc8ed9c9a4a552ff3602664b7eccd8ae69bb2005b4b4b452413aed6930 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T08:25:55.887Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-21T08:25:55.909Z] Warning: overwriting stash ‘coverage-report’ [2020-12-21T08:25:56.700Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T08:25:57.449Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-21T08:25:57.830Z] + ls -al . [2020-12-21T08:25:57.830Z] total 152 [2020-12-21T08:25:57.831Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 21 08:25 . [2020-12-21T08:25:57.831Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 08:23 .. [2020-12-21T08:25:57.831Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 08:23 .git [2020-12-21T08:25:57.831Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 08:23 .github [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 258 Dec 21 08:23 .gitignore [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 6713 Dec 21 08:23 Attribution.txt [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 1834 Dec 21 08:23 Dockerfile [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 957 Dec 21 08:23 Dockerfile.build [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 660 Dec 21 08:23 Jenkinsfile [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 21 08:23 LICENSE [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 873 Dec 21 08:23 Makefile [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 918 Dec 21 08:23 README.md [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 21 08:21 VERSION [2020-12-21T08:25:57.831Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 08:23 bin [2020-12-21T08:25:57.831Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 08:23 cmd [2020-12-21T08:25:57.831Z] -rw-r--r-- 1 jenkins jenkins 47242 Dec 21 08:25 coverage.out [2020-12-21T08:25:57.831Z] -rw-r--r-- 1 jenkins jenkins 203 Dec 21 08:25 go.mod [2020-12-21T08:25:57.831Z] -rw-r--r-- 1 jenkins jenkins 16566 Dec 21 08:25 go.sum [2020-12-21T08:25:57.831Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 08:23 internal [2020-12-21T08:25:57.831Z] -rw-rw-r-- 1 jenkins jenkins 235 Dec 21 08:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:25:58.201Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9ad39bae88b93a0c2a391db80e56000430658b19 --label arch=arm64 --label version=0.0.0 . [2020-12-21T08:25:58.479Z] Sending build context to Docker daemon 545.8kB [2020-12-21T08:25:58.754Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-12-21T08:25:58.754Z] Step 2/22 : FROM ${BASE} AS builder [2020-12-21T08:25:58.754Z] ---> 4e824103078c [2020-12-21T08:25:58.754Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-12-21T08:25:59.059Z] ---> Running in 95b881e9f016 [2020-12-21T08:25:59.334Z] Removing intermediate container 95b881e9f016 [2020-12-21T08:25:59.334Z] ---> b985c5afc7e8 [2020-12-21T08:25:59.334Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T08:25:59.608Z] ---> Running in 152ec71d7a05 [2020-12-21T08:25:59.882Z] Removing intermediate container 152ec71d7a05 [2020-12-21T08:25:59.882Z] ---> 80b188190508 [2020-12-21T08:25:59.882Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-12-21T08:25:59.882Z] ---> Running in 72fdc712549e [2020-12-21T08:25:59.959Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-21T08:26:00.484Z] Removing intermediate container 72fdc712549e [2020-12-21T08:26:00.484Z] ---> 203f0b2230c6 [2020-12-21T08:26:00.484Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T08:26:00.484Z] ---> Running in c33e3bff0eaa [2020-12-21T08:26:02.494Z] Removing intermediate container c33e3bff0eaa [2020-12-21T08:26:02.494Z] ---> eb3db3a937cf [2020-12-21T08:26:02.494Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T08:26:02.768Z] ---> Running in aa958072c097 [2020-12-21T08:26:03.271Z] Removing intermediate container bf1324067d8e [2020-12-21T08:26:03.272Z] ---> 1c044ac1be88 [2020-12-21T08:26:03.272Z] Step 12/22 : FROM alpine [2020-12-21T08:26:03.533Z] latest: Pulling from library/alpine [2020-12-21T08:26:03.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T08:26:03.796Z] 801bfaa63ef2: Pulling fs layer [2020-12-21T08:26:04.060Z] 801bfaa63ef2: Verifying Checksum [2020-12-21T08:26:04.060Z] 801bfaa63ef2: Download complete [2020-12-21T08:26:04.321Z] 801bfaa63ef2: Pull complete [2020-12-21T08:26:04.321Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T08:26:04.321Z] Status: Downloaded newer image for alpine:latest [2020-12-21T08:26:04.321Z] ---> 389fef711851 [2020-12-21T08:26:04.321Z] Step 13/22 : ENV APP_PORT=49990 [2020-12-21T08:26:04.321Z] ---> Running in 4d9dace54eda [2020-12-21T08:26:04.586Z] Removing intermediate container 4d9dace54eda [2020-12-21T08:26:04.586Z] ---> c7f3dcf4cbd3 [2020-12-21T08:26:04.586Z] Step 14/22 : EXPOSE $APP_PORT [2020-12-21T08:26:04.586Z] ---> Running in cabef0897f2e [2020-12-21T08:26:04.586Z] Removing intermediate container cabef0897f2e [2020-12-21T08:26:04.586Z] ---> 4a2ebd8dfae8 [2020-12-21T08:26:04.586Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-12-21T08:26:04.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T08:26:05.321Z] OK: 221 MiB in 53 packages [2020-12-21T08:26:05.535Z] ---> 9aeb6496bd5c [2020-12-21T08:26:05.535Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-12-21T08:26:05.535Z] ---> 331e7d3205a3 [2020-12-21T08:26:05.535Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-12-21T08:26:05.798Z] ---> cd54043d25e0 [2020-12-21T08:26:05.798Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-12-21T08:26:05.798Z] ---> Running in 21a97649ab11 [2020-12-21T08:26:06.061Z] Removing intermediate container 21a97649ab11 [2020-12-21T08:26:06.061Z] ---> 39409aa668b1 [2020-12-21T08:26:06.061Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T08:26:06.061Z] ---> Running in da6b0c355693 [2020-12-21T08:26:06.061Z] Removing intermediate container da6b0c355693 [2020-12-21T08:26:06.061Z] ---> 6805eac9d370 [2020-12-21T08:26:06.061Z] Step 20/22 : LABEL arch=amd64 [2020-12-21T08:26:06.302Z] Removing intermediate container aa958072c097 [2020-12-21T08:26:06.302Z] ---> df8eb03f2a50 [2020-12-21T08:26:06.302Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-12-21T08:26:06.322Z] ---> Running in 4582fb0a19cc [2020-12-21T08:26:06.322Z] Removing intermediate container 4582fb0a19cc [2020-12-21T08:26:06.322Z] ---> 6110f2860785 [2020-12-21T08:26:06.322Z] Step 21/22 : LABEL git_sha=9ad39bae88b93a0c2a391db80e56000430658b19 [2020-12-21T08:26:06.322Z] ---> Running in fe6a3602eb77 [2020-12-21T08:26:06.571Z] ---> Running in 8309ac2ab93f [2020-12-21T08:26:06.583Z] Removing intermediate container fe6a3602eb77 [2020-12-21T08:26:06.583Z] ---> c85e0147e8e9 [2020-12-21T08:26:06.583Z] Step 22/22 : LABEL version=0.0.0 [2020-12-21T08:26:06.583Z] ---> Running in 1f55a59b70b1 [2020-12-21T08:26:06.843Z] Removing intermediate container 8309ac2ab93f [2020-12-21T08:26:06.843Z] ---> 6dde4819a3e7 [2020-12-21T08:26:06.843Z] Step 9/22 : COPY . . [2020-12-21T08:26:06.852Z] Removing intermediate container 1f55a59b70b1 [2020-12-21T08:26:06.852Z] ---> 1d2a79f5ba6c [2020-12-21T08:26:06.852Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-21T08:26:06.852Z] Successfully built 1d2a79f5ba6c [2020-12-21T08:26:06.852Z] Successfully tagged docker-device-virtual-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] } [2020-12-21T08:26:07.819Z] ---> a2d6f20407b6 [2020-12-21T08:26:07.819Z] Step 10/22 : ARG MAKE='make build' [2020-12-21T08:26:07.819Z] ---> Running in 5c5339a3f793 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-21T08:26:08.415Z] Removing intermediate container 5c5339a3f793 [2020-12-21T08:26:08.415Z] ---> c80b5966e518 [2020-12-21T08:26:08.415Z] Step 11/22 : RUN $MAKE [2020-12-21T08:26:08.415Z] ---> Running in 78560ea9975b [2020-12-21T08:26:09.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-12-21T08:26:41.767Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-21T08:26:50.042Z] Removing intermediate container 78560ea9975b [2020-12-21T08:26:50.042Z] ---> 36e8616e3d9b [2020-12-21T08:26:50.042Z] Step 12/22 : FROM alpine [2020-12-21T08:26:50.632Z] latest: Pulling from library/alpine [2020-12-21T08:26:50.632Z] 159e5727ea61: Pulling fs layer [2020-12-21T08:26:50.902Z] 159e5727ea61: Verifying Checksum [2020-12-21T08:26:50.902Z] 159e5727ea61: Download complete [2020-12-21T08:26:51.497Z] 159e5727ea61: Pull complete [2020-12-21T08:26:51.497Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T08:26:51.497Z] Status: Downloaded newer image for alpine:latest [2020-12-21T08:26:51.497Z] ---> afeebe901d6b [2020-12-21T08:26:51.497Z] Step 13/22 : ENV APP_PORT=49990 [2020-12-21T08:26:51.770Z] ---> Running in 7f29d11e218c [2020-12-21T08:26:52.365Z] Removing intermediate container 7f29d11e218c [2020-12-21T08:26:52.365Z] ---> 9c294eeea1d0 [2020-12-21T08:26:52.365Z] Step 14/22 : EXPOSE $APP_PORT [2020-12-21T08:26:52.365Z] ---> Running in 2e7438b1384c [2020-12-21T08:26:52.959Z] Removing intermediate container 2e7438b1384c [2020-12-21T08:26:52.959Z] ---> f90326e75b64 [2020-12-21T08:26:52.959Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-12-21T08:26:54.392Z] ---> ce84c3a42be9 [2020-12-21T08:26:54.392Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-12-21T08:26:54.987Z] ---> d8c8ad027b34 [2020-12-21T08:26:54.987Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-12-21T08:26:55.582Z] ---> 318efe4fed91 [2020-12-21T08:26:55.582Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-12-21T08:26:55.582Z] ---> Running in 92cb654cacc5 [2020-12-21T08:26:56.177Z] Removing intermediate container 92cb654cacc5 [2020-12-21T08:26:56.177Z] ---> 47352ff0fc7e [2020-12-21T08:26:56.177Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T08:26:56.177Z] ---> Running in 7d69740cb287 [2020-12-21T08:26:56.771Z] Removing intermediate container 7d69740cb287 [2020-12-21T08:26:56.771Z] ---> 8a6f6fcd47fd [2020-12-21T08:26:56.771Z] Step 20/22 : LABEL arch=arm64 [2020-12-21T08:26:56.771Z] ---> Running in dc444519845a [2020-12-21T08:26:57.368Z] Removing intermediate container dc444519845a [2020-12-21T08:26:57.368Z] ---> e95c8b4d7b3c [2020-12-21T08:26:57.368Z] Step 21/22 : LABEL git_sha=9ad39bae88b93a0c2a391db80e56000430658b19 [2020-12-21T08:26:57.368Z] ---> Running in c93c266fcb0a [2020-12-21T08:26:57.644Z] Removing intermediate container c93c266fcb0a [2020-12-21T08:26:57.644Z] ---> 5a986d8d6a4b [2020-12-21T08:26:57.644Z] Step 22/22 : LABEL version=0.0.0 [2020-12-21T08:26:57.921Z] ---> Running in 28a7f013469a [2020-12-21T08:26:58.193Z] Removing intermediate container 28a7f013469a [2020-12-21T08:26:58.193Z] ---> 540bf6098172 [2020-12-21T08:26:58.193Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-21T08:26:58.463Z] Successfully built 540bf6098172 [2020-12-21T08:26:58.463Z] Successfully tagged docker-device-virtual-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 [2020-12-21T08:27:00.121Z] provisioning config files... [2020-12-21T08:27:00.130Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-155@tmp/config673401828496861007tmp [Pipeline] { [Pipeline] sh [2020-12-21T08:27:00.527Z] + set +x [2020-12-21T08:27:00.527Z] + curl -s https://codecov.io/bash [2020-12-21T08:27:00.527Z] + bash -s -- [2020-12-21T08:27:00.790Z] [2020-12-21T08:27:00.790Z] _____ _ [2020-12-21T08:27:00.790Z] / ____| | | [2020-12-21T08:27:00.791Z] | | ___ __| | ___ ___ _____ __ [2020-12-21T08:27:00.791Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-21T08:27:00.791Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-21T08:27:00.791Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-21T08:27:00.791Z] Bash-20201217-3d3df35 [2020-12-21T08:27:00.791Z] [2020-12-21T08:27:00.791Z] [2020-12-21T08:27:00.791Z] git version 2.24.3 found [2020-12-21T08:27:00.791Z] 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 [2020-12-21T08:27:00.791Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-21T08:27:00.791Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-21T08:27:00.791Z] ==> Jenkins CI detected. [2020-12-21T08:27:00.791Z] project root: . [2020-12-21T08:27:00.791Z] --> token set from env [2020-12-21T08:27:00.791Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-21T08:27:00.791Z] ==> Running gcov in . (disable via -X gcov) [2020-12-21T08:27:00.791Z] ==> Python coveragepy not found [2020-12-21T08:27:00.791Z] ==> Searching for coverage reports in: [2020-12-21T08:27:00.791Z] + . [2020-12-21T08:27:00.791Z] -> Found 1 reports [2020-12-21T08:27:00.791Z] ==> Detecting git/mercurial file structure [2020-12-21T08:27:00.791Z] ==> Reading reports [2020-12-21T08:27:00.791Z] + ./coverage.out bytes=47242 [2020-12-21T08:27:00.791Z] ==> Appending adjustments [2020-12-21T08:27:00.791Z] https://docs.codecov.io/docs/fixing-reports [2020-12-21T08:27:01.053Z] + Found adjustments [2020-12-21T08:27:01.053Z] ==> Gzipping contents [2020-12-21T08:27:01.053Z] 8.0K /tmp/codecov.Wy56fr.gz [2020-12-21T08:27:01.053Z] ==> Uploading reports [2020-12-21T08:27:01.053Z] url: https://codecov.io [2020-12-21T08:27:01.053Z] query: branch=PR-155&commit=9ad39bae88b93a0c2a391db80e56000430658b19&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=155&job=&cmd_args= [2020-12-21T08:27:01.053Z] -> Pinging Codecov [2020-12-21T08:27:01.053Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-155&commit=9ad39bae88b93a0c2a391db80e56000430658b19&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=155&job=&cmd_args= [2020-12-21T08:27:01.320Z] -> Uploading to [2020-12-21T08:27:01.320Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-21/5E52B4B073DB2E39498172D8E973AA87/9ad39bae88b93a0c2a391db80e56000430658b19/e832689a-c258-4f13-846e-de583cac0cae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201221T082701Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3340ef770f29c734067ffd2fb8d2bf0145ce09884f453ec34f8deae5f27431 [2020-12-21T08:27:01.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T08:27:01.320Z] Dload Upload Total Spent Left Speed [2020-12-21T08:27:01.895Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5814 0 0 100 5814 0 12286 --:--:-- --:--:-- --:--:-- 12291 [2020-12-21T08:27:01.895Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/9ad39bae88b93a0c2a391db80e56000430658b19 [Pipeline] } [2020-12-21T08:27:01.905Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:27:04.741Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:27:05.047Z] ---> package-listing.sh [2020-12-21T08:27:05.048Z] ++ facter osfamily [2020-12-21T08:27:05.048Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-21T08:27:05.048Z] + OS_FAMILY=redhat [2020-12-21T08:27:05.048Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-155 [2020-12-21T08:27:05.048Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-21T08:27:05.048Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-21T08:27:05.048Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-21T08:27:05.048Z] + PACKAGES=/tmp/packages_start.txt [2020-12-21T08:27:05.048Z] + '[' /w/workspace/foundry_device-virtual-go_PR-155 ']' [2020-12-21T08:27:05.048Z] + PACKAGES=/tmp/packages_end.txt [2020-12-21T08:27:05.048Z] + case "${OS_FAMILY}" in [2020-12-21T08:27:05.048Z] + rpm -qa [2020-12-21T08:27:05.048Z] + sort [2020-12-21T08:27:10.362Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-21T08:27:10.362Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-21T08:27:10.362Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-21T08:27:10.362Z] + '[' /w/workspace/foundry_device-virtual-go_PR-155 ']' [2020-12-21T08:27:10.362Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-155/archives/ [2020-12-21T08:27:10.362Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-155/archives/ [Pipeline] echo [2020-12-21T08:27:10.377Z] 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/foundry_device-virtual-go_PR-155/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-21T08:27:10.667Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:27:10.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T08:27:10.976Z] [2020-12-21T08:27:10.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-21T08:27:11.335Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T08:27:11.335Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-21T08:27:11.335Z] df20fa9351a1: Pulling fs layer [2020-12-21T08:27:11.335Z] 36b3adc4ff6f: Pulling fs layer [2020-12-21T08:27:11.335Z] 8ad3a11d3b57: Pulling fs layer [2020-12-21T08:27:11.335Z] 46f8f816bc3b: Pulling fs layer [2020-12-21T08:27:11.335Z] 93b61091891f: Pulling fs layer [2020-12-21T08:27:11.335Z] 93b9cdb0e59b: Pulling fs layer [2020-12-21T08:27:11.335Z] 5e14af77c1be: Pulling fs layer [2020-12-21T08:27:11.335Z] 01666e4c0597: Pulling fs layer [2020-12-21T08:27:11.335Z] aa168da1d23b: Pulling fs layer [2020-12-21T08:27:11.335Z] 93b9cdb0e59b: Waiting [2020-12-21T08:27:11.335Z] 5e14af77c1be: Waiting [2020-12-21T08:27:11.335Z] 01666e4c0597: Waiting [2020-12-21T08:27:11.335Z] aa168da1d23b: Waiting [2020-12-21T08:27:11.335Z] 46f8f816bc3b: Waiting [2020-12-21T08:27:11.335Z] 93b61091891f: Waiting [2020-12-21T08:27:11.335Z] 36b3adc4ff6f: Verifying Checksum [2020-12-21T08:27:11.335Z] 36b3adc4ff6f: Download complete [2020-12-21T08:27:11.607Z] 46f8f816bc3b: Verifying Checksum [2020-12-21T08:27:11.607Z] 46f8f816bc3b: Download complete [2020-12-21T08:27:11.607Z] df20fa9351a1: Verifying Checksum [2020-12-21T08:27:11.607Z] df20fa9351a1: Download complete [2020-12-21T08:27:11.607Z] 93b9cdb0e59b: Verifying Checksum [2020-12-21T08:27:11.607Z] 93b9cdb0e59b: Download complete [2020-12-21T08:27:11.607Z] 5e14af77c1be: Verifying Checksum [2020-12-21T08:27:11.607Z] 5e14af77c1be: Download complete [2020-12-21T08:27:11.607Z] 93b61091891f: Verifying Checksum [2020-12-21T08:27:11.607Z] 93b61091891f: Download complete [2020-12-21T08:27:11.607Z] 01666e4c0597: Verifying Checksum [2020-12-21T08:27:11.607Z] 01666e4c0597: Download complete [2020-12-21T08:27:11.873Z] df20fa9351a1: Pull complete [2020-12-21T08:27:12.138Z] 36b3adc4ff6f: Pull complete [2020-12-21T08:27:12.401Z] 8ad3a11d3b57: Verifying Checksum [2020-12-21T08:27:12.401Z] 8ad3a11d3b57: Download complete [2020-12-21T08:27:13.383Z] 8ad3a11d3b57: Pull complete [2020-12-21T08:27:13.383Z] 46f8f816bc3b: Pull complete [2020-12-21T08:27:13.966Z] 93b61091891f: Pull complete [2020-12-21T08:27:14.227Z] aa168da1d23b: Verifying Checksum [2020-12-21T08:27:14.227Z] aa168da1d23b: Download complete [2020-12-21T08:27:14.227Z] 93b9cdb0e59b: Pull complete [2020-12-21T08:27:14.227Z] 5e14af77c1be: Pull complete [2020-12-21T08:27:14.491Z] 01666e4c0597: Pull complete [2020-12-21T08:27:22.671Z] aa168da1d23b: Pull complete [2020-12-21T08:27:22.671Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-21T08:27:22.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T08:27:22.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-21T08:27:22.862Z] prd-centos7-docker-4c-2g-17052 does not seem to be running inside a container [2020-12-21T08:27:22.909Z] $ 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/foundry_device-virtual-go_PR-155/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-155 -v /w/workspace/foundry_device-virtual-go_PR-155:/w/workspace/foundry_device-virtual-go_PR-155:rw,z -v /w/workspace/foundry_device-virtual-go_PR-155@tmp:/w/workspace/foundry_device-virtual-go_PR-155@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:10003/edgex-lftools-log-publisher:alpine cat [2020-12-21T08:27:25.724Z] $ docker top 1f50d6c074802bd218dc8da574484e892f5c7b5d463b3aa0575ba32fd72601e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T08:27:26.264Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-21T08:27:26.564Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-21T08:27:26.868Z] + ls /var/log/sa-host [2020-12-21T08:27:26.868Z] + sadf -c /var/log/sa-host/sa21 [2020-12-21T08:27:26.868Z] file_magic: OK [2020-12-21T08:27:26.868Z] HZ: Using current value: 100 [2020-12-21T08:27:26.868Z] file_header: OK [2020-12-21T08:27:26.868Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T08:27:26.868Z] Statistics: [2020-12-21T08:27:26.868Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-21T08:27:26.868Z] File successfully converted to sysstat format version 12.2.1 [2020-12-21T08:27:26.868Z] + sadf -c /var/log/sa-host/sa23 [2020-12-21T08:27:26.868Z] file_magic: OK [2020-12-21T08:27:26.868Z] HZ: Using current value: 100 [2020-12-21T08:27:26.868Z] file_header: OK [2020-12-21T08:27:26.868Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T08:27:26.868Z] Statistics: [2020-12-21T08:27:26.868Z] Hnuu...uuuununununu... [2020-12-21T08:27:26.868Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T08:27:27.530Z] provisioning config files... [2020-12-21T08:27:27.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-155@tmp/config5032274175070908358tmp [Pipeline] { [Pipeline] echo [2020-12-21T08:27:27.634Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:27:27.939Z] ---> create-netrc.sh [Pipeline] } [2020-12-21T08:27:27.949Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-21T08:27:28.064Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:27:28.369Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-21T08:27:28.380Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:27:28.678Z] ---> sudo-logs.sh [2020-12-21T08:27:28.678Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-21T08:27:28.689Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:27:28.986Z] ---> job-cost.sh [2020-12-21T08:27:28.986Z] lf-activate-venv: SKIPPING [2020-12-21T08:27:28.986Z] INFO: No Stack... [2020-12-21T08:27:29.933Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-21T08:27:30.507Z] INFO: Archiving Costs [Pipeline] echo [2020-12-21T08:27:30.521Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T08:27:30.820Z] ---> logs-deploy.sh [2020-12-21T08:27:30.820Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-155/3 [2020-12-21T08:27:30.820Z] INFO: archiving workspace using pattern(s): [2020-12-21T08:27:32.739Z] Archives upload complete. [2020-12-21T08:27:32.739Z] INFO: archiving logs to Nexus