Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6e019af8001d84a5420e319bcbf5df55b4ace51c+b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (80804c7a85cdf42e250a57e26acc9e0ec1130a8f) 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-18346 in /w/workspace/foundry_device-virtual-go_PR-160 [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-160 # 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/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit 6e019af8001d84a5420e319bcbf5df55b4ace51c Merge succeeded, producing 7aff553255e6ba4848335ebc26173b2555443939 Checking out Revision 7aff553255e6ba4848335ebc26173b2555443939 (PR-160) > git config core.sparsecheckout # timeout=10 > git checkout -f 6e019af8001d84a5420e319bcbf5df55b4ace51c # 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 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7aff553255e6ba4848335ebc26173b2555443939 # timeout=10 Commit message: "Merge commit 'b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba' into HEAD" > git rev-list --no-walk 6e019af8001d84a5420e319bcbf5df55b4ace51c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T00:13:35.316Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T00:13:35.565Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T00:13:35.731Z] ========================================================= [2021-01-05T00:13:35.731Z] EdgeX Global Pipelines Version Info [2021-01-05T00:13:35.731Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:13:37.188Z] ------------------- [2021-01-05T00:13:37.188Z] stable info: [2021-01-05T00:13:37.188Z] ------------------- [2021-01-05T00:13:37.188Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T00:13:37.188Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T00:13:37.188Z] Message: update stable to v1.0.173 [2021-01-05T00:13:38.136Z] ------------------- [2021-01-05T00:13:38.136Z] experimental info: [2021-01-05T00:13:38.136Z] ------------------- [2021-01-05T00:13:38.136Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T00:13:38.136Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T00:13:38.136Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T00:13:38.416Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-05T00:13:38.520Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-05T00:13:38.635Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T00:13:38.735Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T00:13:38.840Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T00:13:38.954Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T00:13:39.072Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T00:13:39.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T00:13:39.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-05T00:13:39.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T00:13:39.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T00:13:39.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-05T00:13:39.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T00:13:39.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T00:13:39.912Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T00:13:40.009Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T00:13:40.118Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T00:13:40.280Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T00:13:40.409Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T00:13:40.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-05T00:13:40.696Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-05T00:13:40.822Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-05T00:13:40.950Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-05T00:13:41.087Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-05T00:13:41.205Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-05T00:13:41.328Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T00:13:41.439Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T00:13:41.532Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-160 [Pipeline] echo [2021-01-05T00:13:41.638Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-160 [Pipeline] echo [2021-01-05T00:13:41.752Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-160 [Pipeline] echo [2021-01-05T00:13:41.844Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7aff553255e6ba4848335ebc26173b2555443939 [Pipeline] echo [2021-01-05T00:13:41.949Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7aff553 [Pipeline] echo [2021-01-05T00:13:42.052Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T00:13:42.246Z] provisioning config files... [2021-01-05T00:13:42.285Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-160@tmp/config2892569183544788196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:13:42.656Z] ---> docker-login.sh [2021-01-05T00:13:42.656Z] nexus3.edgexfoundry.org:10001 [2021-01-05T00:13:42.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:13:43.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:13:43.182Z] Configure a credential helper to remove this warning. See [2021-01-05T00:13:43.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:13:43.182Z] [2021-01-05T00:13:43.182Z] Login Succeeded [2021-01-05T00:13:43.182Z] nexus3.edgexfoundry.org:10002 [2021-01-05T00:13:43.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:13:43.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:13:43.182Z] Configure a credential helper to remove this warning. See [2021-01-05T00:13:43.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:13:43.182Z] [2021-01-05T00:13:43.182Z] Login Succeeded [2021-01-05T00:13:43.182Z] nexus3.edgexfoundry.org:10003 [2021-01-05T00:13:43.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:13:43.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:13:43.446Z] Configure a credential helper to remove this warning. See [2021-01-05T00:13:43.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:13:43.446Z] [2021-01-05T00:13:43.446Z] Login Succeeded [2021-01-05T00:13:43.446Z] nexus3.edgexfoundry.org:10004 [2021-01-05T00:13:43.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:13:43.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:13:43.710Z] Configure a credential helper to remove this warning. See [2021-01-05T00:13:43.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:13:43.710Z] [2021-01-05T00:13:43.710Z] Login Succeeded [2021-01-05T00:13:43.710Z] docker.io [2021-01-05T00:13:43.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:13:43.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:13:43.974Z] Configure a credential helper to remove this warning. See [2021-01-05T00:13:43.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:13:43.974Z] [2021-01-05T00:13:43.974Z] Login Succeeded [2021-01-05T00:13:43.974Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T00:13:43.984Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T00:13:44.847Z] + git log --format=format:%s -1 7aff553255e6ba4848335ebc26173b2555443939 [Pipeline] echo [2021-01-05T00:13:44.913Z] GIT_COMMIT: 7aff553255e6ba4848335ebc26173b2555443939, Commit Message: Merge commit 'b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba' into HEAD [Pipeline] echo [2021-01-05T00:13:44.959Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:13:45.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T00:13:45.906Z] [2021-01-05T00:13:45.906Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:13:46.258Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T00:13:46.258Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T00:13:46.258Z] 31603596830f: Pulling fs layer [2021-01-05T00:13:46.258Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T00:13:46.258Z] 6ca5941a6612: Pulling fs layer [2021-01-05T00:13:46.258Z] ecc8261a40a4: Pulling fs layer [2021-01-05T00:13:46.258Z] ecc8261a40a4: Waiting [2021-01-05T00:13:46.258Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T00:13:46.258Z] 2a8b12db71e7: Download complete [2021-01-05T00:13:46.258Z] 31603596830f: Verifying Checksum [2021-01-05T00:13:46.258Z] 31603596830f: Download complete [2021-01-05T00:13:46.523Z] 6ca5941a6612: Verifying Checksum [2021-01-05T00:13:46.523Z] 6ca5941a6612: Download complete [2021-01-05T00:13:46.523Z] ecc8261a40a4: Verifying Checksum [2021-01-05T00:13:46.523Z] ecc8261a40a4: Download complete [2021-01-05T00:13:46.787Z] 31603596830f: Pull complete [2021-01-05T00:13:46.787Z] 2a8b12db71e7: Pull complete [2021-01-05T00:13:47.749Z] 6ca5941a6612: Pull complete [2021-01-05T00:13:48.012Z] ecc8261a40a4: Pull complete [2021-01-05T00:13:48.012Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T00:13:48.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T00:13:48.012Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T00:13:48.131Z] prd-centos7-docker-4c-2g-18346 does not seem to be running inside a container [2021-01-05T00:13:48.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-160 -v /w/workspace/foundry_device-virtual-go_PR-160:/w/workspace/foundry_device-virtual-go_PR-160:rw,z -v /w/workspace/foundry_device-virtual-go_PR-160@tmp:/w/workspace/foundry_device-virtual-go_PR-160@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 [2021-01-05T00:13:50.695Z] $ docker top b0a9265f915dc6d0a4027c2699fd6e472925fd9d23143981d2aa219b71999ee3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T00:13:51.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T00:13:51.120Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T00:13:51.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T00:13:51.362Z] $ docker exec b0a9265f915dc6d0a4027c2699fd6e472925fd9d23143981d2aa219b71999ee3 ssh-agent [2021-01-05T00:13:51.552Z] SSH_AUTH_SOCK=/tmp/ssh-afdFyni85DAs/agent.12 [2021-01-05T00:13:51.552Z] SSH_AGENT_PID=17 [2021-01-05T00:13:51.563Z] Running ssh-add (command line suppressed) [2021-01-05T00:13:51.687Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-160@tmp/private_key_8764341299986784356.key (/w/workspace/foundry_device-virtual-go_PR-160@tmp/private_key_8764341299986784356.key) [2021-01-05T00:13:51.739Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T00:13:52.081Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T00:13:52.106Z] $ docker exec --env ******** --env ******** b0a9265f915dc6d0a4027c2699fd6e472925fd9d23143981d2aa219b71999ee3 ssh-agent -k [2021-01-05T00:13:52.231Z] unset SSH_AUTH_SOCK; [2021-01-05T00:13:52.231Z] unset SSH_AGENT_PID; [2021-01-05T00:13:52.231Z] echo Agent pid 17 killed; [2021-01-05T00:13:52.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T00:13:52.439Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T00:13:52.439Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T00:13:52.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T00:13:52.608Z] $ docker exec b0a9265f915dc6d0a4027c2699fd6e472925fd9d23143981d2aa219b71999ee3 ssh-agent [2021-01-05T00:13:52.777Z] SSH_AUTH_SOCK=/tmp/ssh-BPFHfPdoNYmC/agent.47 [2021-01-05T00:13:52.777Z] SSH_AGENT_PID=52 [2021-01-05T00:13:52.784Z] Running ssh-add (command line suppressed) [2021-01-05T00:13:52.913Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-160@tmp/private_key_2471694329299326222.key (/w/workspace/foundry_device-virtual-go_PR-160@tmp/private_key_2471694329299326222.key) [2021-01-05T00:13:52.964Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T00:13:53.301Z] + git semver init [2021-01-05T00:13:53.301Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T00:13:53.301Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-160/.git [2021-01-05T00:13:53.301Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-160 [2021-01-05T00:13:53.301Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T00:13:53.301Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T00:13:53.301Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T00:13:53.301Z] # $SEMVER_BRANCH = PR-160 [2021-01-05T00:13:53.301Z] # $SEMVER_TEMP = /tmp/semver-052086104 [2021-01-05T00:13:53.301Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-05T00:13:53.563Z] # '/tmp/semver-052086104' -> '/w/workspace/foundry_device-virtual-go_PR-160/.semver' [2021-01-05T00:13:53.826Z] # -> Force: false [2021-01-05T00:13:53.826Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-160/.semver [Pipeline] } [2021-01-05T00:13:53.841Z] $ docker exec --env ******** --env ******** b0a9265f915dc6d0a4027c2699fd6e472925fd9d23143981d2aa219b71999ee3 ssh-agent -k [2021-01-05T00:13:53.970Z] unset SSH_AUTH_SOCK; [2021-01-05T00:13:53.970Z] unset SSH_AGENT_PID; [2021-01-05T00:13:53.970Z] echo Agent pid 52 killed; [2021-01-05T00:13:54.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T00:13:54.493Z] + git semver [Pipeline] } [2021-01-05T00:13:54.513Z] $ docker stop --time=1 b0a9265f915dc6d0a4027c2699fd6e472925fd9d23143981d2aa219b71999ee3 [2021-01-05T00:13:55.953Z] $ docker rm -f b0a9265f915dc6d0a4027c2699fd6e472925fd9d23143981d2aa219b71999ee3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T00:13:56.510Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T00:13:56.983Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T00:13:56.986Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-05T00:14:12.527Z] Still waiting to schedule task [2021-01-05T00:14:12.527Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-05T00:14:12.529Z] Still waiting to schedule task [2021-01-05T00:14:12.529Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-05T00:15:58.876Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18347 in /w/workspace/foundry_device-virtual-go_PR-160 [Pipeline] { [Pipeline] ws [2021-01-05T00:15:58.948Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-01-05T00:16:04.549Z] using credential edgex-jenkins-ssh [2021-01-05T00:16:04.622Z] Cloning the remote Git repository [2021-01-05T00:16:04.702Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-05T00:16:04.827Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-01-05T00:16:04.936Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-05T00:16:04.937Z] > git --version # timeout=10 [2021-01-05T00:16:04.966Z] > git --version # 'git version 2.17.1' [2021-01-05T00:16:04.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:16:05.040Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:16:06.468Z] Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit 6e019af8001d84a5420e319bcbf5df55b4ace51c [2021-01-05T00:16:05.872Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-05T00:16:05.897Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:16:05.933Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-05T00:16:05.995Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-05T00:16:05.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:16:06.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T00:16:06.499Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:16:06.519Z] > git checkout -f 6e019af8001d84a5420e319bcbf5df55b4ace51c # timeout=10 [2021-01-05T00:16:06.606Z] > git remote # timeout=10 [2021-01-05T00:16:06.633Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T00:16:06.742Z] Merge succeeded, producing 1ecbcde63e80e1876809195b8d070ac52c7ce651 [2021-01-05T00:16:06.742Z] Checking out Revision 1ecbcde63e80e1876809195b8d070ac52c7ce651 (PR-160) [2021-01-05T00:16:06.656Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:16:06.672Z] > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-05T00:16:06.726Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T00:16:06.758Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:16:06.773Z] > git checkout -f 1ecbcde63e80e1876809195b8d070ac52c7ce651 # timeout=10 [2021-01-05T00:16:11.340Z] Commit message: "Merge commit 'b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba' into HEAD" [2021-01-05T00:16:11.355Z] > git rev-list --no-walk 6e019af8001d84a5420e319bcbf5df55b4ace51c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T00:16:13.072Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:16:13.488Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:16:13.893Z] + true [2021-01-05T00:16:13.893Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T00:16:16.627Z] provisioning config files... [2021-01-05T00:16:16.761Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config6386553094692936596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:16:17.217Z] ---> docker-login.sh [2021-01-05T00:16:17.217Z] nexus3.edgexfoundry.org:10001 [2021-01-05T00:16:18.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:18.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:18.492Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:18.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:18.492Z] [2021-01-05T00:16:18.492Z] Login Succeeded [2021-01-05T00:16:18.492Z] nexus3.edgexfoundry.org:10002 [2021-01-05T00:16:19.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:19.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:19.091Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:19.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:19.091Z] [2021-01-05T00:16:19.091Z] Login Succeeded [2021-01-05T00:16:19.091Z] nexus3.edgexfoundry.org:10003 [2021-01-05T00:16:19.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:19.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:19.690Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:19.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:19.690Z] [2021-01-05T00:16:19.690Z] Login Succeeded [2021-01-05T00:16:19.690Z] nexus3.edgexfoundry.org:10004 [2021-01-05T00:16:20.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:20.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:20.286Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:20.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:20.286Z] [2021-01-05T00:16:20.286Z] Login Succeeded [2021-01-05T00:16:20.286Z] docker.io [2021-01-05T00:16:20.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:21.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:21.163Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:21.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:21.163Z] [2021-01-05T00:16:21.163Z] Login Succeeded [2021-01-05T00:16:21.163Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T00:16:21.180Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T00:16:21.674Z] ========================================================= [2021-01-05T00:16:21.675Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T00:16:21.675Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:16:22.061Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-05T00:16:22.340Z] Sending build context to Docker daemon 485.9kB [2021-01-05T00:16:22.340Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T00:16:22.340Z] Step 2/8 : FROM ${BASE} [2021-01-05T00:16:22.625Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T00:16:22.625Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T00:16:22.625Z] a4357932f1b6: Pulling fs layer [2021-01-05T00:16:22.625Z] 18c013af1878: Pulling fs layer [2021-01-05T00:16:22.625Z] 00ac8860ef70: Pulling fs layer [2021-01-05T00:16:22.625Z] 63d7cb157983: Pulling fs layer [2021-01-05T00:16:22.625Z] b116817d02f9: Pulling fs layer [2021-01-05T00:16:22.625Z] 745a02a5169b: Pulling fs layer [2021-01-05T00:16:22.625Z] 00ac8860ef70: Waiting [2021-01-05T00:16:22.625Z] 63d7cb157983: Waiting [2021-01-05T00:16:22.625Z] b116817d02f9: Waiting [2021-01-05T00:16:22.625Z] 745a02a5169b: Waiting [2021-01-05T00:16:22.625Z] 18c013af1878: Download complete [2021-01-05T00:16:22.625Z] a4357932f1b6: Verifying Checksum [2021-01-05T00:16:22.625Z] a4357932f1b6: Download complete [2021-01-05T00:16:22.625Z] 63d7cb157983: Verifying Checksum [2021-01-05T00:16:22.625Z] 63d7cb157983: Download complete [2021-01-05T00:16:22.898Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T00:16:22.898Z] 5f621e34cdf4: Download complete [2021-01-05T00:16:22.898Z] b116817d02f9: Verifying Checksum [2021-01-05T00:16:22.898Z] b116817d02f9: Download complete [2021-01-05T00:16:23.510Z] 5f621e34cdf4: Pull complete [2021-01-05T00:16:24.118Z] a4357932f1b6: Pull complete [2021-01-05T00:16:24.715Z] 18c013af1878: Pull complete [2021-01-05T00:16:26.156Z] 745a02a5169b: Verifying Checksum [2021-01-05T00:16:26.156Z] 745a02a5169b: Download complete [2021-01-05T00:16:26.429Z] 00ac8860ef70: Verifying Checksum [2021-01-05T00:16:26.429Z] 00ac8860ef70: Download complete [2021-01-05T00:16:36.594Z] 00ac8860ef70: Pull complete [2021-01-05T00:16:36.594Z] 63d7cb157983: Pull complete [2021-01-05T00:16:36.594Z] b116817d02f9: Pull complete [2021-01-05T00:16:40.000Z] 745a02a5169b: Pull complete [2021-01-05T00:16:40.000Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T00:16:40.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T00:16:40.000Z] ---> b7e6874047d6 [2021-01-05T00:16:40.000Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-05T00:16:42.785Z] Running on prd-centos7-docker-4c-2g-18348 in /w/workspace/foundry_device-virtual-go_PR-160 [Pipeline] { [Pipeline] ws [2021-01-05T00:16:42.914Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-01-05T00:16:43.391Z] ---> Running in 4e76415526a4 [2021-01-05T00:16:43.391Z] Removing intermediate container 4e76415526a4 [2021-01-05T00:16:43.391Z] ---> 187334d1a831 [2021-01-05T00:16:43.391Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:16:43.661Z] ---> Running in ab681ae98456 [2021-01-05T00:16:45.290Z] using credential edgex-jenkins-ssh [2021-01-05T00:16:45.348Z] Cloning the remote Git repository [2021-01-05T00:16:45.135Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-05T00:16:45.206Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-01-05T00:16:45.274Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-05T00:16:45.274Z] > git --version # timeout=10 [2021-01-05T00:16:45.282Z] > git --version # 'git version 2.24.3' [2021-01-05T00:16:45.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:16:45.311Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:16:45.908Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-05T00:16:45.920Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:16:45.939Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-05T00:16:45.953Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-05T00:16:45.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:16:45.961Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T00:16:46.326Z] Removing intermediate container ab681ae98456 [2021-01-05T00:16:46.326Z] ---> da76dad38b8b [2021-01-05T00:16:46.326Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-05T00:16:46.326Z] ---> Running in 209badd557f7 [2021-01-05T00:16:46.478Z] Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit 6e019af8001d84a5420e319bcbf5df55b4ace51c [2021-01-05T00:16:46.563Z] Merge succeeded, producing 867b6759a433c267c54ff34b7fb6224e6d4a072f [2021-01-05T00:16:46.563Z] Checking out Revision 867b6759a433c267c54ff34b7fb6224e6d4a072f (PR-160) [2021-01-05T00:16:46.337Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:16:46.345Z] > git checkout -f 6e019af8001d84a5420e319bcbf5df55b4ace51c # timeout=10 [2021-01-05T00:16:46.379Z] > git remote # timeout=10 [2021-01-05T00:16:46.384Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T00:16:46.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:16:46.394Z] > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-05T00:16:46.414Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T00:16:46.424Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:16:46.428Z] > git checkout -f 867b6759a433c267c54ff34b7fb6224e6d4a072f # timeout=10 [2021-01-05T00:16:47.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:16:48.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:16:49.749Z] (1/14) Installing libmagic (5.38-r0) [2021-01-05T00:16:50.022Z] (2/14) Installing file (5.38-r0) [2021-01-05T00:16:50.022Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-05T00:16:50.071Z] Commit message: "Merge commit 'b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba' into HEAD" [2021-01-05T00:16:50.075Z] > git rev-list --no-walk 6e019af8001d84a5420e319bcbf5df55b4ace51c # timeout=10 [2021-01-05T00:16:50.296Z] (4/14) Installing g++ (9.3.0-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T00:16:51.309Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:16:51.637Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:16:51.938Z] + true [2021-01-05T00:16:51.938Z] + sudo service docker restart [2021-01-05T00:16:51.938Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T00:16:53.404Z] provisioning config files... [2021-01-05T00:16:53.441Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config480981851579613986tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:16:53.808Z] ---> docker-login.sh [2021-01-05T00:16:53.808Z] nexus3.edgexfoundry.org:10001 [2021-01-05T00:16:54.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:54.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:54.071Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:54.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:54.071Z] [2021-01-05T00:16:54.071Z] Login Succeeded [2021-01-05T00:16:54.071Z] nexus3.edgexfoundry.org:10002 [2021-01-05T00:16:54.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:54.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:54.333Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:54.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:54.333Z] [2021-01-05T00:16:54.333Z] Login Succeeded [2021-01-05T00:16:54.333Z] nexus3.edgexfoundry.org:10003 [2021-01-05T00:16:54.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:54.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:54.594Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:54.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:54.594Z] [2021-01-05T00:16:54.594Z] Login Succeeded [2021-01-05T00:16:54.594Z] nexus3.edgexfoundry.org:10004 [2021-01-05T00:16:54.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:54.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:54.858Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:54.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:54.858Z] [2021-01-05T00:16:54.858Z] Login Succeeded [2021-01-05T00:16:54.858Z] docker.io [2021-01-05T00:16:54.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:16:55.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:16:55.120Z] Configure a credential helper to remove this warning. See [2021-01-05T00:16:55.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:16:55.120Z] [2021-01-05T00:16:55.120Z] Login Succeeded [2021-01-05T00:16:55.120Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T00:16:55.130Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T00:16:55.605Z] ========================================================= [2021-01-05T00:16:55.605Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T00:16:55.605Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:16:55.954Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-05T00:16:55.954Z] Sending build context to Docker daemon 486.9kB [2021-01-05T00:16:55.954Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T00:16:55.954Z] Step 2/8 : FROM ${BASE} [2021-01-05T00:16:56.216Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T00:16:56.217Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T00:16:56.217Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T00:16:56.217Z] de9db76c5a1d: Pulling fs layer [2021-01-05T00:16:56.217Z] bca2f99d35d6: Pulling fs layer [2021-01-05T00:16:56.217Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T00:16:56.217Z] 7c6f9722023f: Pulling fs layer [2021-01-05T00:16:56.217Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T00:16:56.217Z] 93359f2a8cfa: Waiting [2021-01-05T00:16:56.217Z] 7c6f9722023f: Waiting [2021-01-05T00:16:56.217Z] a35cf1a2eb13: Waiting [2021-01-05T00:16:56.217Z] bca2f99d35d6: Waiting [2021-01-05T00:16:56.217Z] de9db76c5a1d: Verifying Checksum [2021-01-05T00:16:56.217Z] de9db76c5a1d: Download complete [2021-01-05T00:16:56.217Z] 0ef7d3d256c8: Download complete [2021-01-05T00:16:56.217Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T00:16:56.217Z] 93359f2a8cfa: Download complete [2021-01-05T00:16:56.217Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T00:16:56.217Z] 188c0c94c7c5: Download complete [2021-01-05T00:16:56.217Z] 7c6f9722023f: Verifying Checksum [2021-01-05T00:16:56.480Z] 188c0c94c7c5: Pull complete [2021-01-05T00:16:56.743Z] 0ef7d3d256c8: Pull complete [2021-01-05T00:16:56.743Z] de9db76c5a1d: Pull complete [2021-01-05T00:16:58.133Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T00:16:58.133Z] a35cf1a2eb13: Download complete [2021-01-05T00:16:58.719Z] bca2f99d35d6: Verifying Checksum [2021-01-05T00:16:58.719Z] bca2f99d35d6: Download complete [2021-01-05T00:17:04.038Z] bca2f99d35d6: Pull complete [2021-01-05T00:17:04.038Z] 93359f2a8cfa: Pull complete [2021-01-05T00:17:04.300Z] 7c6f9722023f: Pull complete [2021-01-05T00:17:05.385Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-05T00:17:05.385Z] (6/14) Installing patch (2.7.6-r6) [2021-01-05T00:17:05.385Z] (7/14) Installing build-base (0.5-r2) [2021-01-05T00:17:05.385Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-05T00:17:05.385Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-05T00:17:05.385Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-05T00:17:05.657Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-05T00:17:05.657Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-05T00:17:05.932Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-05T00:17:05.932Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-05T00:17:06.205Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:17:06.205Z] OK: 221 MiB in 53 packages [2021-01-05T00:17:10.508Z] Removing intermediate container 209badd557f7 [2021-01-05T00:17:10.508Z] ---> ff9aa8b7c89b [2021-01-05T00:17:10.508Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-05T00:17:10.508Z] ---> Running in f8e2ede5a424 [2021-01-05T00:17:10.934Z] a35cf1a2eb13: Pull complete [2021-01-05T00:17:10.934Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T00:17:10.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T00:17:10.934Z] ---> a62c8e92a672 [2021-01-05T00:17:10.934Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-05T00:17:11.105Z] Removing intermediate container f8e2ede5a424 [2021-01-05T00:17:11.105Z] ---> 38e2d25df587 [2021-01-05T00:17:11.105Z] Step 7/8 : COPY . . [2021-01-05T00:17:11.195Z] ---> Running in 8b431c8d67ce [2021-01-05T00:17:11.196Z] Removing intermediate container 8b431c8d67ce [2021-01-05T00:17:11.196Z] ---> e31bc3a480a4 [2021-01-05T00:17:11.196Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:17:11.459Z] ---> Running in 1a008ea14183 [2021-01-05T00:17:11.700Z] ---> 25c0fb9873f0 [2021-01-05T00:17:11.700Z] Step 8/8 : RUN go mod download [2021-01-05T00:17:12.295Z] ---> Running in b9713f9f9ead [2021-01-05T00:17:12.421Z] Removing intermediate container 1a008ea14183 [2021-01-05T00:17:12.421Z] ---> ec6e384741e2 [2021-01-05T00:17:12.421Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-05T00:17:12.421Z] ---> Running in 43797caee694 [2021-01-05T00:17:12.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:17:13.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:17:14.515Z] (1/14) Installing libmagic (5.38-r0) [2021-01-05T00:17:14.778Z] (2/14) Installing file (5.38-r0) [2021-01-05T00:17:14.778Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-05T00:17:15.041Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-05T00:17:20.347Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-05T00:17:20.347Z] (6/14) Installing patch (2.7.6-r6) [2021-01-05T00:17:20.347Z] (7/14) Installing build-base (0.5-r2) [2021-01-05T00:17:20.347Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-05T00:17:20.347Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-05T00:17:20.347Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-05T00:17:20.609Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-05T00:17:20.609Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-05T00:17:20.609Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-05T00:17:20.871Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-05T00:17:20.872Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:17:20.872Z] OK: 237 MiB in 53 packages [2021-01-05T00:17:24.207Z] Removing intermediate container 43797caee694 [2021-01-05T00:17:24.207Z] ---> 56eaf6ffb825 [2021-01-05T00:17:24.207Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-05T00:17:24.476Z] ---> Running in 705fb574a00d [2021-01-05T00:17:24.476Z] Removing intermediate container 705fb574a00d [2021-01-05T00:17:24.476Z] ---> 29f34c44956a [2021-01-05T00:17:24.476Z] Step 7/8 : COPY . . [2021-01-05T00:17:25.425Z] ---> f504e7d964c8 [2021-01-05T00:17:25.425Z] Step 8/8 : RUN go mod download [2021-01-05T00:17:25.686Z] ---> Running in 6b794787e699 [2021-01-05T00:17:39.097Z] Removing intermediate container b9713f9f9ead [2021-01-05T00:17:39.097Z] ---> 7e7da176b935 [2021-01-05T00:17:39.097Z] Successfully built 7e7da176b935 [2021-01-05T00:17:39.097Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:17:39.443Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T00:17:39.443Z] . [Pipeline] withDockerContainer [2021-01-05T00:17:39.733Z] prd-ubuntu18.04-docker-arm64-4c-16g-18347 does not seem to be running inside a container [2021-01-05T00:17:39.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T00:17:41.400Z] $ docker top ab65d5a05710f7a88a29e4dc6493c744fc0552e00ff319979eeac7f74b099ab4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:17:42.499Z] + go version [2021-01-05T00:17:42.499Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T00:17:42.524Z] $ docker stop --time=1 ab65d5a05710f7a88a29e4dc6493c744fc0552e00ff319979eeac7f74b099ab4 [2021-01-05T00:17:44.479Z] $ docker rm -f ab65d5a05710f7a88a29e4dc6493c744fc0552e00ff319979eeac7f74b099ab4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:17:45.550Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T00:17:45.550Z] . [Pipeline] withDockerContainer [2021-01-05T00:17:45.820Z] prd-ubuntu18.04-docker-arm64-4c-16g-18347 does not seem to be running inside a container [2021-01-05T00:17:45.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T00:17:47.376Z] $ docker top 4596b3ce841bd201a4c4991a1c7bd868960190e04239826664a121e072b8aae6 -eo pid,comm [Pipeline] { [2021-01-05T00:17:47.731Z] Removing intermediate container 6b794787e699 [2021-01-05T00:17:47.731Z] ---> 76f47d88c38c [2021-01-05T00:17:47.731Z] Successfully built 76f47d88c38c [2021-01-05T00:17:47.731Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:17:48.177Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T00:17:48.178Z] . [Pipeline] withDockerContainer [2021-01-05T00:17:48.293Z] prd-centos7-docker-4c-2g-18348 does not seem to be running inside a container [2021-01-05T00:17:48.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T00:17:48.419Z] + make test [2021-01-05T00:17:48.419Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-05T00:17:49.153Z] $ docker top 2cf3c39ed01fdc8fc5a0d622cf7631a76a0fa9033a552c8cb2caa575024c076b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:17:49.407Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-05T00:17:49.677Z] + go version [2021-01-05T00:17:49.677Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T00:17:49.695Z] $ docker stop --time=1 2cf3c39ed01fdc8fc5a0d622cf7631a76a0fa9033a552c8cb2caa575024c076b [2021-01-05T00:17:51.055Z] $ docker rm -f 2cf3c39ed01fdc8fc5a0d622cf7631a76a0fa9033a552c8cb2caa575024c076b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:17:51.958Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T00:17:51.958Z] . [Pipeline] withDockerContainer [2021-01-05T00:17:52.054Z] prd-centos7-docker-4c-2g-18348 does not seem to be running inside a container [2021-01-05T00:17:52.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T00:17:52.751Z] $ docker top 7c6ccd9af18892282442ae17b95e698f67b5f1e859f971c903b53e71d31a36f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:17:53.292Z] + make test [2021-01-05T00:17:53.292Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-05T00:17:54.249Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-05T00:18:09.346Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-05T00:18:10.300Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.338s coverage: 64.4% of statements [2021-01-05T00:18:10.563Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-05T00:18:13.910Z] gofmt -l . [2021-01-05T00:18:13.910Z] [ "`gofmt -l .`" = "" ] [2021-01-05T00:18:13.910Z] ./bin/test-attribution-txt.sh [2021-01-05T00:18:14.862Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-05T00:18:15.141Z] $ docker stop --time=1 7c6ccd9af18892282442ae17b95e698f67b5f1e859f971c903b53e71d31a36f8 [2021-01-05T00:18:16.896Z] $ docker rm -f 7c6ccd9af18892282442ae17b95e698f67b5f1e859f971c903b53e71d31a36f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T00:18:17.565Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-05T00:18:17.909Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-05T00:18:20.582Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-05T00:18:20.880Z] + ls -al . [2021-01-05T00:18:20.880Z] total 124 [2021-01-05T00:18:20.880Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 5 00:18 . [2021-01-05T00:18:20.880Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 5 00:16 .. [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 5 00:16 Attribution.txt [2021-01-05T00:18:20.880Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 5 00:16 bin [2021-01-05T00:18:20.880Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 5 00:16 cmd [2021-01-05T00:18:20.880Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 5 00:18 coverage.out [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 5 00:16 Dockerfile [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 5 00:16 Dockerfile.build [2021-01-05T00:18:20.880Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 5 00:16 .git [2021-01-05T00:18:20.880Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 5 00:16 .github [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 5 00:16 .gitignore [2021-01-05T00:18:20.880Z] -rw-r--r--. 1 jenkins jenkins 863 Jan 5 00:18 go.mod [2021-01-05T00:18:20.880Z] -rw-r--r--. 1 jenkins jenkins 16360 Jan 5 00:18 go.sum [2021-01-05T00:18:20.880Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 5 00:16 internal [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 5 00:16 Jenkinsfile [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 5 00:16 LICENSE [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 5 00:16 Makefile [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 5 00:16 README.md [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 5 00:13 VERSION [2021-01-05T00:18:20.880Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 5 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:18:21.191Z] + 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=7aff553255e6ba4848335ebc26173b2555443939 --label arch=amd64 --label version=0.0.0 . [2021-01-05T00:18:21.454Z] Sending build context to Docker daemon 551.9kB [2021-01-05T00:18:21.454Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T00:18:21.454Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-05T00:18:21.454Z] ---> 76f47d88c38c [2021-01-05T00:18:21.454Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-05T00:18:21.717Z] ---> Running in 74ff3d291abf [2021-01-05T00:18:21.717Z] Removing intermediate container 74ff3d291abf [2021-01-05T00:18:21.717Z] ---> 8e055e1b82f7 [2021-01-05T00:18:21.717Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-05T00:18:21.982Z] ---> Running in e4494de060cd [2021-01-05T00:18:21.982Z] Removing intermediate container e4494de060cd [2021-01-05T00:18:21.982Z] ---> 1aa0ca6f6928 [2021-01-05T00:18:21.982Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-05T00:18:21.982Z] ---> Running in 2189e4a43a47 [2021-01-05T00:18:22.248Z] Removing intermediate container 2189e4a43a47 [2021-01-05T00:18:22.248Z] ---> 8f6439d623f1 [2021-01-05T00:18:22.248Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:18:22.248Z] ---> Running in 75acfd2b500f [2021-01-05T00:18:23.194Z] Removing intermediate container 75acfd2b500f [2021-01-05T00:18:23.194Z] ---> 1b2113ca8ea2 [2021-01-05T00:18:23.194Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-05T00:18:23.194Z] ---> Running in 0a7aba01f863 [2021-01-05T00:18:23.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:18:24.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:18:24.921Z] OK: 237 MiB in 53 packages [2021-01-05T00:18:25.184Z] Removing intermediate container 0a7aba01f863 [2021-01-05T00:18:25.184Z] ---> 93ed1a55a431 [2021-01-05T00:18:25.184Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-05T00:18:25.184Z] ---> Running in 5d117b3d53f3 [2021-01-05T00:18:25.447Z] Removing intermediate container 5d117b3d53f3 [2021-01-05T00:18:25.447Z] ---> 2711a5be9661 [2021-01-05T00:18:25.447Z] Step 9/22 : COPY . . [2021-01-05T00:18:26.394Z] ---> 5eb8d9b97b26 [2021-01-05T00:18:26.394Z] Step 10/22 : ARG MAKE='make build' [2021-01-05T00:18:26.394Z] ---> Running in 8bc99f645134 [2021-01-05T00:18:26.664Z] Removing intermediate container 8bc99f645134 [2021-01-05T00:18:26.664Z] ---> 0cc0685d7a09 [2021-01-05T00:18:26.664Z] Step 11/22 : RUN $MAKE [2021-01-05T00:18:26.664Z] ---> Running in a2bc492b484c [2021-01-05T00:18:26.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-01-05T00:18:36.466Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-05T00:18:36.466Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.392s coverage: 64.4% of statements [2021-01-05T00:18:36.466Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-05T00:18:39.277Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-05T00:18:42.607Z] Removing intermediate container a2bc492b484c [2021-01-05T00:18:42.607Z] ---> 327198a71a95 [2021-01-05T00:18:42.607Z] Step 12/22 : FROM alpine:3.12 [2021-01-05T00:18:43.171Z] gofmt -l . [2021-01-05T00:18:43.182Z] 3.12: Pulling from library/alpine [2021-01-05T00:18:43.182Z] 801bfaa63ef2: Pulling fs layer [2021-01-05T00:18:43.444Z] 801bfaa63ef2: Verifying Checksum [2021-01-05T00:18:43.444Z] 801bfaa63ef2: Download complete [2021-01-05T00:18:43.448Z] [ "`gofmt -l .`" = "" ] [2021-01-05T00:18:43.448Z] ./bin/test-attribution-txt.sh [2021-01-05T00:18:43.706Z] 801bfaa63ef2: Pull complete [2021-01-05T00:18:43.706Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T00:18:43.706Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T00:18:43.706Z] ---> 389fef711851 [2021-01-05T00:18:43.706Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-05T00:18:43.706Z] ---> Running in e7c4dd9f4d35 [2021-01-05T00:18:43.969Z] Removing intermediate container e7c4dd9f4d35 [2021-01-05T00:18:43.969Z] ---> b06e4a691087 [2021-01-05T00:18:43.969Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-05T00:18:43.969Z] ---> Running in 8b76da0a51a2 [2021-01-05T00:18:44.234Z] Removing intermediate container 8b76da0a51a2 [2021-01-05T00:18:44.234Z] ---> 1ae64fbf213c [2021-01-05T00:18:44.234Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-05T00:18:44.810Z] ---> fd79afea9532 [2021-01-05T00:18:44.810Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-05T00:18:44.965Z] ./bin/test-go-mod-tidy.sh [2021-01-05T00:18:45.071Z] ---> 38f144723f4b [2021-01-05T00:18:45.071Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [Pipeline] } [2021-01-05T00:18:45.300Z] $ docker stop --time=1 4596b3ce841bd201a4c4991a1c7bd868960190e04239826664a121e072b8aae6 [2021-01-05T00:18:45.333Z] ---> 582d45b0ef52 [2021-01-05T00:18:45.333Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-05T00:18:45.333Z] ---> Running in b8668b955fc9 [2021-01-05T00:18:45.595Z] Removing intermediate container b8668b955fc9 [2021-01-05T00:18:45.595Z] ---> 05775727bfc8 [2021-01-05T00:18:45.595Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:18:45.595Z] ---> Running in 57a19ec0d009 [2021-01-05T00:18:45.856Z] Removing intermediate container 57a19ec0d009 [2021-01-05T00:18:45.856Z] ---> a42da3271efd [2021-01-05T00:18:45.856Z] Step 20/22 : LABEL arch=amd64 [2021-01-05T00:18:45.856Z] ---> Running in 6c8e7e38baee [2021-01-05T00:18:45.856Z] Removing intermediate container 6c8e7e38baee [2021-01-05T00:18:45.856Z] ---> a5fed486107e [2021-01-05T00:18:45.856Z] Step 21/22 : LABEL git_sha=7aff553255e6ba4848335ebc26173b2555443939 [2021-01-05T00:18:46.118Z] ---> Running in 19b0281642c4 [2021-01-05T00:18:46.118Z] Removing intermediate container 19b0281642c4 [2021-01-05T00:18:46.118Z] ---> aa4c1c4ccf29 [2021-01-05T00:18:46.118Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:18:46.382Z] ---> Running in 1f542c1fa6bf [2021-01-05T00:18:46.382Z] Removing intermediate container 1f542c1fa6bf [2021-01-05T00:18:46.382Z] ---> c3089cfaddc8 [2021-01-05T00:18:46.382Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-05T00:18:46.382Z] Successfully built c3089cfaddc8 [2021-01-05T00:18:46.382Z] Successfully tagged docker-device-virtual-go:latest [2021-01-05T00:18:47.654Z] $ docker rm -f 4596b3ce841bd201a4c4991a1c7bd868960190e04239826664a121e072b8aae6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-05T00:18:48.606Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] stash [2021-01-05T00:18:48.729Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-05T00:18:49.461Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T00:18:51.614Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-05T00:18:51.946Z] + ls -al . [2021-01-05T00:18:51.947Z] total 148 [2021-01-05T00:18:51.947Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 5 00:18 . [2021-01-05T00:18:51.947Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 5 00:16 .. [2021-01-05T00:18:51.947Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 5 00:16 .git [2021-01-05T00:18:51.947Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 5 00:16 .github [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 5 00:16 .gitignore [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 5 00:16 Attribution.txt [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 5 00:16 Dockerfile [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 5 00:16 Dockerfile.build [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 5 00:16 Jenkinsfile [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 5 00:16 LICENSE [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 5 00:16 Makefile [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 5 00:16 README.md [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 5 00:13 VERSION [2021-01-05T00:18:51.947Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 5 00:16 bin [2021-01-05T00:18:51.947Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 5 00:16 cmd [2021-01-05T00:18:51.947Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 5 00:18 coverage.out [2021-01-05T00:18:51.947Z] -rw-r--r-- 1 jenkins jenkins 863 Jan 5 00:18 go.mod [2021-01-05T00:18:51.947Z] -rw-r--r-- 1 jenkins jenkins 16360 Jan 5 00:18 go.sum [2021-01-05T00:18:51.947Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 5 00:16 internal [2021-01-05T00:18:51.947Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 5 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:18:52.294Z] + 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=7aff553255e6ba4848335ebc26173b2555443939 --label arch=arm64 --label version=0.0.0 . [2021-01-05T00:18:52.571Z] Sending build context to Docker daemon 550.9kB [2021-01-05T00:18:52.571Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T00:18:52.571Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-05T00:18:52.571Z] ---> 7e7da176b935 [2021-01-05T00:18:52.571Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-05T00:18:52.846Z] ---> Running in 0ba094cab4c2 [2021-01-05T00:18:53.441Z] Removing intermediate container 0ba094cab4c2 [2021-01-05T00:18:53.441Z] ---> 19aeb64e66d0 [2021-01-05T00:18:53.441Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-05T00:18:53.441Z] ---> Running in fdc7dab5f6f9 [2021-01-05T00:18:54.037Z] Removing intermediate container fdc7dab5f6f9 [2021-01-05T00:18:54.037Z] ---> 3c6e3d1d2c23 [2021-01-05T00:18:54.037Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-05T00:18:54.037Z] ---> Running in 4e7b3e27d274 [2021-01-05T00:18:54.628Z] Removing intermediate container 4e7b3e27d274 [2021-01-05T00:18:54.628Z] ---> 7660701813c6 [2021-01-05T00:18:54.628Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:18:54.628Z] ---> Running in 3471222dc828 [2021-01-05T00:18:56.608Z] Removing intermediate container 3471222dc828 [2021-01-05T00:18:56.608Z] ---> ff9602530cf0 [2021-01-05T00:18:56.608Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-05T00:18:56.893Z] ---> Running in 97b2a8e0da6a [2021-01-05T00:18:57.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:18:58.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:18:59.433Z] OK: 221 MiB in 53 packages [2021-01-05T00:19:00.410Z] Removing intermediate container 97b2a8e0da6a [2021-01-05T00:19:00.410Z] ---> 5592de5b766f [2021-01-05T00:19:00.410Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-05T00:19:00.410Z] ---> Running in 9618e0546754 [2021-01-05T00:19:01.005Z] Removing intermediate container 9618e0546754 [2021-01-05T00:19:01.006Z] ---> b2618d84687a [2021-01-05T00:19:01.006Z] Step 9/22 : COPY . . [2021-01-05T00:19:01.987Z] ---> 8168e669f4a5 [2021-01-05T00:19:01.987Z] Step 10/22 : ARG MAKE='make build' [2021-01-05T00:19:01.987Z] ---> Running in fd8efdb48acf [2021-01-05T00:19:02.580Z] Removing intermediate container fd8efdb48acf [2021-01-05T00:19:02.580Z] ---> 0fb1879d3d30 [2021-01-05T00:19:02.580Z] Step 11/22 : RUN $MAKE [2021-01-05T00:19:02.580Z] ---> Running in 25d3bdda96af [2021-01-05T00:19:04.012Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-01-05T00:19:36.380Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-05T00:19:44.655Z] Removing intermediate container 25d3bdda96af [2021-01-05T00:19:44.655Z] ---> 90e5968261e9 [2021-01-05T00:19:44.655Z] Step 12/22 : FROM alpine:3.12 [2021-01-05T00:19:44.655Z] 3.12: Pulling from library/alpine [2021-01-05T00:19:44.655Z] 159e5727ea61: Pulling fs layer [2021-01-05T00:19:44.655Z] 159e5727ea61: Verifying Checksum [2021-01-05T00:19:44.655Z] 159e5727ea61: Download complete [2021-01-05T00:19:44.926Z] 159e5727ea61: Pull complete [2021-01-05T00:19:44.926Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T00:19:44.926Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T00:19:44.926Z] ---> afeebe901d6b [2021-01-05T00:19:44.926Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-05T00:19:45.203Z] ---> Running in 94a39ff01f93 [2021-01-05T00:19:45.796Z] Removing intermediate container 94a39ff01f93 [2021-01-05T00:19:45.797Z] ---> 755d09de7d32 [2021-01-05T00:19:45.797Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-05T00:19:45.797Z] ---> Running in d26eb97d3820 [2021-01-05T00:19:46.387Z] Removing intermediate container d26eb97d3820 [2021-01-05T00:19:46.387Z] ---> b7d624002ef4 [2021-01-05T00:19:46.387Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-05T00:19:47.817Z] ---> 817e6f75098b [2021-01-05T00:19:47.817Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-05T00:19:48.408Z] ---> f0a1eda08e35 [2021-01-05T00:19:48.408Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-05T00:19:48.999Z] ---> 9521171228b6 [2021-01-05T00:19:48.999Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-05T00:19:48.999Z] ---> Running in 84aa49ccfe03 [2021-01-05T00:19:49.597Z] Removing intermediate container 84aa49ccfe03 [2021-01-05T00:19:49.597Z] ---> 06f38f5a1457 [2021-01-05T00:19:49.597Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:19:49.597Z] ---> Running in e3984551e948 [2021-01-05T00:19:50.192Z] Removing intermediate container e3984551e948 [2021-01-05T00:19:50.192Z] ---> 2eb66494399b [2021-01-05T00:19:50.192Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T00:19:50.192Z] ---> Running in 8571063ba852 [2021-01-05T00:19:50.787Z] Removing intermediate container 8571063ba852 [2021-01-05T00:19:50.787Z] ---> c968a5df689a [2021-01-05T00:19:50.787Z] Step 21/22 : LABEL git_sha=7aff553255e6ba4848335ebc26173b2555443939 [2021-01-05T00:19:50.787Z] ---> Running in b79e6eb9d9c6 [2021-01-05T00:19:51.056Z] Removing intermediate container b79e6eb9d9c6 [2021-01-05T00:19:51.056Z] ---> a8c65ad94e9c [2021-01-05T00:19:51.056Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:19:51.330Z] ---> Running in d72d8828e9bd [2021-01-05T00:19:51.926Z] Removing intermediate container d72d8828e9bd [2021-01-05T00:19:51.926Z] ---> 3a845ae7558d [2021-01-05T00:19:51.926Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-05T00:19:51.926Z] Successfully built 3a845ae7558d [2021-01-05T00:19:51.926Z] 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 [2021-01-05T00:19:53.822Z] provisioning config files... [2021-01-05T00:19:53.837Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-160@tmp/config4695284639346844376tmp [Pipeline] { [Pipeline] sh [2021-01-05T00:19:54.223Z] + set +x [2021-01-05T00:19:54.223Z] + curl -s https://codecov.io/bash [2021-01-05T00:19:54.223Z] + bash -s -- [2021-01-05T00:19:54.489Z] [2021-01-05T00:19:54.489Z] _____ _ [2021-01-05T00:19:54.489Z] / ____| | | [2021-01-05T00:19:54.489Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T00:19:54.489Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T00:19:54.489Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T00:19:54.489Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T00:19:54.489Z] Bash-20201231-23d4836 [2021-01-05T00:19:54.489Z] [2021-01-05T00:19:54.489Z] [2021-01-05T00:19:54.489Z] ==> git version 2.24.3 found [2021-01-05T00:19:54.489Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-05T00:19:54.489Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T00:19:54.489Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T00:19:54.489Z] ==> Jenkins CI detected. [2021-01-05T00:19:54.489Z] project root: . [2021-01-05T00:19:54.489Z] --> token set from env [2021-01-05T00:19:54.489Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T00:19:54.489Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T00:19:54.489Z] ==> Python coveragepy not found [2021-01-05T00:19:54.489Z] ==> Searching for coverage reports in: [2021-01-05T00:19:54.489Z] + . [2021-01-05T00:19:54.489Z] -> Found 1 reports [2021-01-05T00:19:54.489Z] ==> Detecting git/mercurial file structure [2021-01-05T00:19:54.489Z] ==> Reading reports [2021-01-05T00:19:54.489Z] + ./coverage.out bytes=47242 [2021-01-05T00:19:54.489Z] ==> Appending adjustments [2021-01-05T00:19:54.489Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T00:19:54.756Z] + Found adjustments [2021-01-05T00:19:54.756Z] ==> Gzipping contents [2021-01-05T00:19:54.756Z] 8.0K /tmp/codecov.cu5lfi.gz [2021-01-05T00:19:54.756Z] ==> Uploading reports [2021-01-05T00:19:54.756Z] url: https://codecov.io [2021-01-05T00:19:54.756Z] query: branch=PR-160&commit=7aff553255e6ba4848335ebc26173b2555443939&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-160%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=160&job=&cmd_args= [2021-01-05T00:19:54.756Z] -> Pinging Codecov [2021-01-05T00:19:54.756Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-160&commit=7aff553255e6ba4848335ebc26173b2555443939&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-160%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=160&job=&cmd_args= [2021-01-05T00:19:55.333Z] -> Uploading to [2021-01-05T00:19:55.333Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/5E52B4B073DB2E39498172D8E973AA87/7aff553255e6ba4848335ebc26173b2555443939/88d17a2b-2313-465e-a660-6da951ce4517.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T001955Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=822f0b72ea08698b8b18c0f2fe6dde47d52177ca5e17d3dc598034aa1468f747 [2021-01-05T00:19:55.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T00:19:55.333Z] Dload Upload Total Spent Left Speed [2021-01-05T00:19:55.912Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5798 0 0 100 5798 0 10447 --:--:-- --:--:-- --:--:-- 10446 100 5798 0 0 100 5798 0 10441 --:--:-- --:--:-- --:--:-- 10428 [2021-01-05T00:19:55.912Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/7aff553255e6ba4848335ebc26173b2555443939 [Pipeline] } [2021-01-05T00:19:55.924Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:19:58.748Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:19:59.319Z] ---> package-listing.sh [2021-01-05T00:19:59.319Z] ++ facter osfamily [2021-01-05T00:19:59.319Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T00:19:59.319Z] + OS_FAMILY=redhat [2021-01-05T00:19:59.319Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-160 [2021-01-05T00:19:59.319Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T00:19:59.319Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T00:19:59.319Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T00:19:59.319Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T00:19:59.319Z] + '[' /w/workspace/foundry_device-virtual-go_PR-160 ']' [2021-01-05T00:19:59.319Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T00:19:59.319Z] + case "${OS_FAMILY}" in [2021-01-05T00:19:59.319Z] + rpm -qa [2021-01-05T00:19:59.319Z] + sort [2021-01-05T00:20:04.667Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T00:20:04.667Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T00:20:04.667Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T00:20:04.667Z] + '[' /w/workspace/foundry_device-virtual-go_PR-160 ']' [2021-01-05T00:20:04.667Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-160/archives/ [2021-01-05T00:20:04.667Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-160/archives/ [Pipeline] echo [2021-01-05T00:20:04.686Z] 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-160/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T00:20:04.982Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:20:05.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T00:20:05.300Z] [2021-01-05T00:20:05.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:20:05.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T00:20:05.665Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T00:20:05.665Z] df20fa9351a1: Pulling fs layer [2021-01-05T00:20:05.665Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T00:20:05.665Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T00:20:05.665Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T00:20:05.665Z] 93b61091891f: Pulling fs layer [2021-01-05T00:20:05.665Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T00:20:05.665Z] 5e14af77c1be: Pulling fs layer [2021-01-05T00:20:05.665Z] 01666e4c0597: Pulling fs layer [2021-01-05T00:20:05.665Z] aa168da1d23b: Pulling fs layer [2021-01-05T00:20:05.665Z] 93b9cdb0e59b: Waiting [2021-01-05T00:20:05.665Z] 5e14af77c1be: Waiting [2021-01-05T00:20:05.665Z] 01666e4c0597: Waiting [2021-01-05T00:20:05.665Z] aa168da1d23b: Waiting [2021-01-05T00:20:05.665Z] 46f8f816bc3b: Waiting [2021-01-05T00:20:05.665Z] 93b61091891f: Waiting [2021-01-05T00:20:05.665Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T00:20:05.665Z] 36b3adc4ff6f: Download complete [2021-01-05T00:20:05.665Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T00:20:05.665Z] 46f8f816bc3b: Download complete [2021-01-05T00:20:05.936Z] df20fa9351a1: Verifying Checksum [2021-01-05T00:20:05.936Z] df20fa9351a1: Download complete [2021-01-05T00:20:05.936Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T00:20:05.936Z] 93b9cdb0e59b: Download complete [2021-01-05T00:20:05.936Z] 5e14af77c1be: Verifying Checksum [2021-01-05T00:20:05.936Z] 5e14af77c1be: Download complete [2021-01-05T00:20:05.936Z] 93b61091891f: Verifying Checksum [2021-01-05T00:20:05.936Z] 93b61091891f: Download complete [2021-01-05T00:20:05.936Z] 01666e4c0597: Verifying Checksum [2021-01-05T00:20:05.936Z] 01666e4c0597: Download complete [2021-01-05T00:20:06.227Z] df20fa9351a1: Pull complete [2021-01-05T00:20:06.492Z] 36b3adc4ff6f: Pull complete [2021-01-05T00:20:06.758Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T00:20:06.759Z] 8ad3a11d3b57: Download complete [2021-01-05T00:20:07.720Z] 8ad3a11d3b57: Pull complete [2021-01-05T00:20:07.995Z] 46f8f816bc3b: Pull complete [2021-01-05T00:20:08.577Z] 93b61091891f: Pull complete [2021-01-05T00:20:08.577Z] 93b9cdb0e59b: Pull complete [2021-01-05T00:20:08.849Z] aa168da1d23b: Verifying Checksum [2021-01-05T00:20:08.849Z] aa168da1d23b: Download complete [2021-01-05T00:20:09.112Z] 5e14af77c1be: Pull complete [2021-01-05T00:20:09.382Z] 01666e4c0597: Pull complete [2021-01-05T00:20:16.031Z] aa168da1d23b: Pull complete [2021-01-05T00:20:16.032Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T00:20:16.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T00:20:16.032Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T00:20:16.235Z] prd-centos7-docker-4c-2g-18346 does not seem to be running inside a container [2021-01-05T00:20:16.285Z] $ 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-160/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-160 -v /w/workspace/foundry_device-virtual-go_PR-160:/w/workspace/foundry_device-virtual-go_PR-160:rw,z -v /w/workspace/foundry_device-virtual-go_PR-160@tmp:/w/workspace/foundry_device-virtual-go_PR-160@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 [2021-01-05T00:20:22.457Z] $ docker top 061c788a178574813bfc81bdb1370c0c30b1991482b56a3205e672d73104cf2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:20:22.943Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T00:20:23.242Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T00:20:23.539Z] + ls /var/log/sa-host [2021-01-05T00:20:23.540Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T00:20:23.540Z] file_magic: OK [2021-01-05T00:20:23.540Z] HZ: Using current value: 100 [2021-01-05T00:20:23.540Z] file_header: OK [2021-01-05T00:20:23.540Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T00:20:23.540Z] Statistics: [2021-01-05T00:20:23.540Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T00:20:23.540Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T00:20:23.540Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T00:20:23.540Z] file_magic: OK [2021-01-05T00:20:23.540Z] HZ: Using current value: 100 [2021-01-05T00:20:23.540Z] file_header: OK [2021-01-05T00:20:23.540Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T00:20:23.540Z] Statistics: [2021-01-05T00:20:23.540Z] Hnuu...uuuununununu... [2021-01-05T00:20:23.540Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T00:20:24.138Z] provisioning config files... [2021-01-05T00:20:24.154Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-160@tmp/config4255975228303274856tmp [Pipeline] { [Pipeline] echo [2021-01-05T00:20:24.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:20:24.525Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T00:20:24.535Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T00:20:24.626Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:20:24.921Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T00:20:24.932Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:20:25.236Z] ---> sudo-logs.sh [2021-01-05T00:20:25.236Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T00:20:25.247Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:20:25.544Z] ---> job-cost.sh [2021-01-05T00:20:25.544Z] lf-activate-venv: SKIPPING [2021-01-05T00:20:25.544Z] INFO: No Stack... [2021-01-05T00:20:26.489Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T00:20:27.063Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T00:20:27.077Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:20:27.370Z] ---> logs-deploy.sh [2021-01-05T00:20:27.370Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-160/2 [2021-01-05T00:20:27.370Z] INFO: archiving workspace using pattern(s): [2021-01-05T00:20:29.288Z] Archives upload complete. [2021-01-05T00:20:29.288Z] INFO: archiving logs to Nexus