Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from f2a07c55ff48285d13d0ef27034f6295deadfd6a+bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (8d42603705c667630c599b551f2844549fdfec6a) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22070 in /w/workspace/foundry_device-virtual-go_PR-161 [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-161 # 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/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a Merge succeeded, producing ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e Checking out Revision ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e (PR-161) > git config core.sparsecheckout # timeout=10 > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # 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 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e # timeout=10 Commit message: "Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T00:13:31.784Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T00:13:32.093Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T00:13:32.194Z] ========================================================= [2021-01-22T00:13:32.194Z] EdgeX Global Pipelines Version Info [2021-01-22T00:13:32.194Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 60ac99850c12819fd90b17594af123d46e347057 # timeout=10 [2021-01-22T00:13:33.647Z] ------------------- [2021-01-22T00:13:33.647Z] stable info: [2021-01-22T00:13:33.647Z] ------------------- [2021-01-22T00:13:33.647Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:13:33.647Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:13:33.647Z] Message: update stable to v1.0.179 [2021-01-22T00:13:34.591Z] ------------------- [2021-01-22T00:13:34.591Z] experimental info: [2021-01-22T00:13:34.591Z] ------------------- [2021-01-22T00:13:34.591Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:13:34.591Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:13:34.591Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T00:13:34.928Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-22T00:13:35.029Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-22T00:13:35.128Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T00:13:35.224Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T00:13:35.325Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T00:13:35.442Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T00:13:35.575Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T00:13:35.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T00:13:35.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-22T00:13:35.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T00:13:35.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T00:13:36.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-22T00:13:36.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T00:13:36.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T00:13:36.369Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:13:36.458Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:13:36.551Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T00:13:36.640Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T00:13:36.730Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T00:13:36.820Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T00:13:36.907Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-22T00:13:36.996Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-22T00:13:37.087Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T00:13:37.174Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T00:13:37.263Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-22T00:13:37.352Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T00:13:37.445Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T00:13:37.556Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-161 [Pipeline] echo [2021-01-22T00:13:37.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-161 [Pipeline] echo [2021-01-22T00:13:37.772Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-161 [Pipeline] echo [2021-01-22T00:13:37.860Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [Pipeline] echo [2021-01-22T00:13:37.949Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff6df10 [Pipeline] echo [2021-01-22T00:13:38.040Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:13:38.265Z] provisioning config files... [2021-01-22T00:13:38.310Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config1774352100420777404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:13:38.666Z] ---> docker-login.sh [2021-01-22T00:13:38.666Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:13:38.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:13:38.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:13:38.929Z] Configure a credential helper to remove this warning. See [2021-01-22T00:13:38.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:13:38.929Z] [2021-01-22T00:13:38.929Z] Login Succeeded [2021-01-22T00:13:38.929Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:13:39.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:13:39.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:13:39.192Z] Configure a credential helper to remove this warning. See [2021-01-22T00:13:39.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:13:39.192Z] [2021-01-22T00:13:39.192Z] Login Succeeded [2021-01-22T00:13:39.192Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:13:39.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:13:39.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:13:39.454Z] Configure a credential helper to remove this warning. See [2021-01-22T00:13:39.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:13:39.454Z] [2021-01-22T00:13:39.454Z] Login Succeeded [2021-01-22T00:13:39.454Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:13:39.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:13:39.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:13:39.717Z] Configure a credential helper to remove this warning. See [2021-01-22T00:13:39.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:13:39.717Z] [2021-01-22T00:13:39.717Z] Login Succeeded [2021-01-22T00:13:39.717Z] docker.io [2021-01-22T00:13:39.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:13:39.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:13:39.980Z] Configure a credential helper to remove this warning. See [2021-01-22T00:13:39.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:13:39.980Z] [2021-01-22T00:13:39.980Z] Login Succeeded [2021-01-22T00:13:39.980Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:13:39.990Z] 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-22T00:13:40.940Z] + git log --format=format:%s -1 ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [Pipeline] echo [2021-01-22T00:13:41.004Z] GIT_COMMIT: ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e, Commit Message: Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD [Pipeline] echo [2021-01-22T00:13:41.061Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:13:42.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:13:42.236Z] [2021-01-22T00:13:42.236Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:13:42.589Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:13:42.589Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T00:13:42.589Z] 31603596830f: Pulling fs layer [2021-01-22T00:13:42.589Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T00:13:42.589Z] 6ca5941a6612: Pulling fs layer [2021-01-22T00:13:42.589Z] ecc8261a40a4: Pulling fs layer [2021-01-22T00:13:42.589Z] ecc8261a40a4: Waiting [2021-01-22T00:13:42.589Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T00:13:42.589Z] 2a8b12db71e7: Download complete [2021-01-22T00:13:42.589Z] 31603596830f: Verifying Checksum [2021-01-22T00:13:42.589Z] 31603596830f: Download complete [2021-01-22T00:13:42.853Z] ecc8261a40a4: Verifying Checksum [2021-01-22T00:13:42.853Z] ecc8261a40a4: Download complete [2021-01-22T00:13:42.853Z] 6ca5941a6612: Verifying Checksum [2021-01-22T00:13:42.853Z] 6ca5941a6612: Download complete [2021-01-22T00:13:43.116Z] 31603596830f: Pull complete [2021-01-22T00:13:43.116Z] 2a8b12db71e7: Pull complete [2021-01-22T00:13:44.068Z] 6ca5941a6612: Pull complete [2021-01-22T00:13:44.329Z] ecc8261a40a4: Pull complete [2021-01-22T00:13:44.329Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T00:13:44.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:13:44.329Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T00:13:44.429Z] prd-centos7-docker-4c-2g-22070 does not seem to be running inside a container [2021-01-22T00:13:44.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-161 -v /w/workspace/foundry_device-virtual-go_PR-161:/w/workspace/foundry_device-virtual-go_PR-161:rw,z -v /w/workspace/foundry_device-virtual-go_PR-161@tmp:/w/workspace/foundry_device-virtual-go_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T00:13:46.379Z] $ docker top 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T00:13:46.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:13:46.772Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:13:47.010Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:13:47.014Z] $ docker exec 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent [2021-01-22T00:13:47.179Z] SSH_AUTH_SOCK=/tmp/ssh-lArrVaxALYFk/agent.11 [2021-01-22T00:13:47.179Z] SSH_AGENT_PID=17 [2021-01-22T00:13:47.190Z] Running ssh-add (command line suppressed) [2021-01-22T00:13:47.319Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_322702665921219207.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_322702665921219207.key) [2021-01-22T00:13:47.375Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:13:47.716Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T00:13:47.738Z] $ docker exec --env ******** --env ******** 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent -k [2021-01-22T00:13:47.856Z] unset SSH_AUTH_SOCK; [2021-01-22T00:13:47.856Z] unset SSH_AGENT_PID; [2021-01-22T00:13:47.856Z] echo Agent pid 17 killed; [2021-01-22T00:13:47.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T00:13:48.053Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:13:48.053Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:13:48.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:13:48.261Z] $ docker exec 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent [2021-01-22T00:13:48.431Z] SSH_AUTH_SOCK=/tmp/ssh-StVDsVzE2sZX/agent.45 [2021-01-22T00:13:48.431Z] SSH_AGENT_PID=51 [2021-01-22T00:13:48.439Z] Running ssh-add (command line suppressed) [2021-01-22T00:13:48.552Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_6717710892803000189.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_6717710892803000189.key) [2021-01-22T00:13:48.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:13:48.942Z] + git semver init [2021-01-22T00:13:48.942Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T00:13:48.942Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.git [2021-01-22T00:13:48.942Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-161 [2021-01-22T00:13:48.942Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T00:13:48.942Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T00:13:48.942Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T00:13:48.942Z] # $SEMVER_BRANCH = PR-161 [2021-01-22T00:13:48.942Z] # $SEMVER_TEMP = /tmp/semver-333741236 [2021-01-22T00:13:48.942Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-22T00:13:49.204Z] # '/tmp/semver-333741236' -> '/w/workspace/foundry_device-virtual-go_PR-161/.semver' [2021-01-22T00:13:49.204Z] # -> Force: false [2021-01-22T00:13:49.204Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.semver [Pipeline] } [2021-01-22T00:13:49.217Z] $ docker exec --env ******** --env ******** 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent -k [2021-01-22T00:13:49.347Z] unset SSH_AUTH_SOCK; [2021-01-22T00:13:49.347Z] unset SSH_AGENT_PID; [2021-01-22T00:13:49.347Z] echo Agent pid 51 killed; [2021-01-22T00:13:49.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:13:49.855Z] + git semver [Pipeline] } [2021-01-22T00:13:49.873Z] $ docker stop --time=1 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e [2021-01-22T00:13:51.298Z] $ docker rm -f 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:13:51.772Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T00:13:52.217Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T00:13:52.220Z] [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-22T00:14:07.718Z] Still waiting to schedule task [2021-01-22T00:14:07.718Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-22T00:14:07.720Z] Still waiting to schedule task [2021-01-22T00:14:07.721Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T00:15:54.897Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22071 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws [2021-01-22T00:15:54.987Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2021-01-22T00:16:00.009Z] using credential edgex-jenkins-ssh [2021-01-22T00:16:00.064Z] Cloning the remote Git repository [2021-01-22T00:16:00.116Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-22T00:16:00.223Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2021-01-22T00:16:00.303Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-22T00:16:00.304Z] > git --version # timeout=10 [2021-01-22T00:16:00.321Z] > git --version # 'git version 2.17.1' [2021-01-22T00:16:00.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:16:00.383Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:16:01.138Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-22T00:16:01.155Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:16:01.180Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-22T00:16:01.217Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-22T00:16:01.218Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:16:01.231Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T00:16:02.644Z] Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a [2021-01-22T00:16:02.942Z] Merge succeeded, producing 1053bb0096fbe173b41b4329b057ac91080c6b30 [2021-01-22T00:16:02.943Z] Checking out Revision 1053bb0096fbe173b41b4329b057ac91080c6b30 (PR-161) [2021-01-22T00:16:02.666Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:16:02.680Z] > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 [2021-01-22T00:16:02.754Z] > git remote # timeout=10 [2021-01-22T00:16:02.816Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:16:02.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:16:02.845Z] > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-01-22T00:16:02.896Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:16:02.959Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:16:02.980Z] > git checkout -f 1053bb0096fbe173b41b4329b057ac91080c6b30 # timeout=10 [2021-01-22T00:16:07.161Z] Commit message: "Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD" [2021-01-22T00:16:07.184Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:16:07.172Z] > git rev-list --no-walk 60ac99850c12819fd90b17594af123d46e347057 # timeout=10 [2021-01-22T00:16:08.776Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:16:09.195Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:16:09.545Z] + + truesudo [2021-01-22T00:16:09.545Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:16:11.590Z] provisioning config files... [2021-01-22T00:16:11.636Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config7488869567196495242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:16:12.047Z] ---> docker-login.sh [2021-01-22T00:16:12.047Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:16:12.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:13.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:13.237Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:13.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:13.237Z] [2021-01-22T00:16:13.237Z] Login Succeeded [2021-01-22T00:16:13.237Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:16:13.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:13.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:13.831Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:13.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:13.831Z] [2021-01-22T00:16:13.831Z] Login Succeeded [2021-01-22T00:16:13.831Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:16:14.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:14.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:14.380Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:14.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:14.380Z] [2021-01-22T00:16:14.380Z] Login Succeeded [2021-01-22T00:16:14.380Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:16:14.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:14.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:14.929Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:14.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:14.929Z] [2021-01-22T00:16:14.929Z] Login Succeeded [2021-01-22T00:16:14.929Z] docker.io [2021-01-22T00:16:15.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:15.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:15.800Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:15.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:15.800Z] [2021-01-22T00:16:15.800Z] Login Succeeded [2021-01-22T00:16:15.800Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:16:15.816Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T00:16:16.229Z] ========================================================= [2021-01-22T00:16:16.229Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T00:16:16.229Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:16:16.608Z] + 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-22T00:16:16.881Z] Sending build context to Docker daemon 478.2kB [2021-01-22T00:16:16.881Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:16:16.881Z] Step 2/8 : FROM ${BASE} [2021-01-22T00:16:17.157Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T00:16:17.157Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T00:16:17.157Z] a4357932f1b6: Pulling fs layer [2021-01-22T00:16:17.157Z] 18c013af1878: Pulling fs layer [2021-01-22T00:16:17.157Z] 00ac8860ef70: Pulling fs layer [2021-01-22T00:16:17.157Z] 63d7cb157983: Pulling fs layer [2021-01-22T00:16:17.157Z] b116817d02f9: Pulling fs layer [2021-01-22T00:16:17.157Z] 745a02a5169b: Pulling fs layer [2021-01-22T00:16:17.157Z] 63d7cb157983: Waiting [2021-01-22T00:16:17.157Z] 00ac8860ef70: Waiting [2021-01-22T00:16:17.157Z] b116817d02f9: Waiting [2021-01-22T00:16:17.157Z] 745a02a5169b: Waiting [2021-01-22T00:16:17.157Z] 18c013af1878: Download complete [2021-01-22T00:16:17.157Z] a4357932f1b6: Verifying Checksum [2021-01-22T00:16:17.157Z] a4357932f1b6: Download complete [2021-01-22T00:16:17.157Z] 63d7cb157983: Verifying Checksum [2021-01-22T00:16:17.157Z] 63d7cb157983: Download complete [2021-01-22T00:16:17.157Z] b116817d02f9: Verifying Checksum [2021-01-22T00:16:17.157Z] b116817d02f9: Download complete [2021-01-22T00:16:17.157Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T00:16:17.157Z] 5f621e34cdf4: Download complete [2021-01-22T00:16:17.754Z] 5f621e34cdf4: Pull complete [2021-01-22T00:16:18.747Z] a4357932f1b6: Pull complete [2021-01-22T00:16:19.020Z] 18c013af1878: Pull complete [2021-01-22T00:16:19.627Z] 745a02a5169b: Verifying Checksum [2021-01-22T00:16:19.627Z] 745a02a5169b: Download complete [2021-01-22T00:16:21.070Z] 00ac8860ef70: Verifying Checksum [2021-01-22T00:16:21.070Z] 00ac8860ef70: Download complete [2021-01-22T00:16:23.697Z] Running on prd-centos7-docker-4c-2g-22072 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws [2021-01-22T00:16:23.779Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2021-01-22T00:16:26.150Z] using credential edgex-jenkins-ssh [2021-01-22T00:16:26.204Z] Cloning the remote Git repository [2021-01-22T00:16:26.230Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-22T00:16:27.376Z] Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a [2021-01-22T00:16:26.297Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2021-01-22T00:16:26.352Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-22T00:16:26.352Z] > git --version # timeout=10 [2021-01-22T00:16:26.359Z] > git --version # 'git version 2.24.3' [2021-01-22T00:16:26.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:16:26.387Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:16:26.921Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-22T00:16:26.929Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:16:26.941Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-22T00:16:26.954Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-22T00:16:26.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:16:26.957Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T00:16:27.384Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:16:27.388Z] > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 [2021-01-22T00:16:27.464Z] Merge succeeded, producing 1d4f5c2a3db719284708f823d2b534f82d9ee4b4 [2021-01-22T00:16:27.464Z] Checking out Revision 1d4f5c2a3db719284708f823d2b534f82d9ee4b4 (PR-161) [2021-01-22T00:16:27.423Z] > git remote # timeout=10 [2021-01-22T00:16:27.430Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:16:27.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:16:27.439Z] > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-01-22T00:16:27.458Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:16:27.467Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:16:27.471Z] > git checkout -f 1d4f5c2a3db719284708f823d2b534f82d9ee4b4 # timeout=10 [2021-01-22T00:16:31.088Z] Commit message: "Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD" [2021-01-22T00:16:31.101Z] First time build. Skipping changelog. [2021-01-22T00:16:31.228Z] 00ac8860ef70: Pull complete [2021-01-22T00:16:31.229Z] 63d7cb157983: Pull complete [Pipeline] withEnv [Pipeline] { [2021-01-22T00:16:31.502Z] b116817d02f9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:16:32.204Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:16:31.093Z] > git rev-list --no-walk 60ac99850c12819fd90b17594af123d46e347057 # timeout=10 [2021-01-22T00:16:32.528Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:16:32.827Z] + sudo service docker restart [2021-01-22T00:16:32.827Z] + true [2021-01-22T00:16:32.827Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:16:34.279Z] provisioning config files... [2021-01-22T00:16:34.356Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config6222226461881281161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:16:34.735Z] ---> docker-login.sh [2021-01-22T00:16:34.735Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:16:34.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:34.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:34.997Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:34.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:34.997Z] [2021-01-22T00:16:34.997Z] Login Succeeded [2021-01-22T00:16:34.997Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:16:35.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:35.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:35.259Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:35.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:35.259Z] [2021-01-22T00:16:35.259Z] Login Succeeded [2021-01-22T00:16:35.259Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:16:35.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:35.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:35.522Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:35.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:35.522Z] [2021-01-22T00:16:35.522Z] Login Succeeded [2021-01-22T00:16:35.522Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:16:35.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:35.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:35.522Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:35.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:35.522Z] [2021-01-22T00:16:35.522Z] Login Succeeded [2021-01-22T00:16:35.522Z] docker.io [2021-01-22T00:16:35.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:16:35.826Z] 745a02a5169b: Pull complete [2021-01-22T00:16:35.826Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T00:16:35.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T00:16:35.826Z] ---> b7e6874047d6 [2021-01-22T00:16:35.826Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-22T00:16:36.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:16:36.046Z] Configure a credential helper to remove this warning. See [2021-01-22T00:16:36.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:16:36.046Z] [2021-01-22T00:16:36.046Z] Login Succeeded [2021-01-22T00:16:36.046Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:16:36.055Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T00:16:36.353Z] ========================================================= [2021-01-22T00:16:36.353Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T00:16:36.353Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:16:36.687Z] + 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-22T00:16:36.687Z] Sending build context to Docker daemon 478.7kB [2021-01-22T00:16:36.687Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:16:36.687Z] Step 2/8 : FROM ${BASE} [2021-01-22T00:16:36.687Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T00:16:36.687Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T00:16:36.687Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T00:16:36.687Z] de9db76c5a1d: Pulling fs layer [2021-01-22T00:16:36.687Z] bca2f99d35d6: Pulling fs layer [2021-01-22T00:16:36.687Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T00:16:36.687Z] 7c6f9722023f: Pulling fs layer [2021-01-22T00:16:36.687Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T00:16:36.687Z] 93359f2a8cfa: Waiting [2021-01-22T00:16:36.687Z] 7c6f9722023f: Waiting [2021-01-22T00:16:36.687Z] a35cf1a2eb13: Waiting [2021-01-22T00:16:36.687Z] bca2f99d35d6: Waiting [2021-01-22T00:16:36.950Z] de9db76c5a1d: Verifying Checksum [2021-01-22T00:16:36.950Z] de9db76c5a1d: Download complete [2021-01-22T00:16:36.950Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T00:16:36.950Z] 0ef7d3d256c8: Download complete [2021-01-22T00:16:36.950Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T00:16:36.950Z] 93359f2a8cfa: Download complete [2021-01-22T00:16:36.950Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T00:16:36.950Z] 188c0c94c7c5: Download complete [2021-01-22T00:16:36.950Z] 7c6f9722023f: Verifying Checksum [2021-01-22T00:16:36.950Z] 7c6f9722023f: Download complete [2021-01-22T00:16:37.213Z] 188c0c94c7c5: Pull complete [2021-01-22T00:16:37.213Z] 0ef7d3d256c8: Pull complete [2021-01-22T00:16:37.477Z] de9db76c5a1d: Pull complete [2021-01-22T00:16:37.822Z] ---> Running in be195459993e [2021-01-22T00:16:38.104Z] Removing intermediate container be195459993e [2021-01-22T00:16:38.104Z] ---> b52271fe8647 [2021-01-22T00:16:38.104Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:16:38.378Z] ---> Running in b5231be0d070 [2021-01-22T00:16:38.869Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T00:16:38.869Z] a35cf1a2eb13: Download complete [2021-01-22T00:16:39.131Z] bca2f99d35d6: Verifying Checksum [2021-01-22T00:16:39.131Z] bca2f99d35d6: Download complete [2021-01-22T00:16:40.355Z] Removing intermediate container b5231be0d070 [2021-01-22T00:16:40.355Z] ---> 6b797fc73489 [2021-01-22T00:16:40.355Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-22T00:16:40.627Z] ---> Running in 4bd5220de140 [2021-01-22T00:16:41.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:16:42.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:16:43.173Z] (1/14) Installing libmagic (5.38-r0) [2021-01-22T00:16:43.444Z] (2/14) Installing file (5.38-r0) [2021-01-22T00:16:43.444Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-22T00:16:43.444Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-22T00:16:44.465Z] bca2f99d35d6: Pull complete [2021-01-22T00:16:44.465Z] 93359f2a8cfa: Pull complete [2021-01-22T00:16:44.465Z] 7c6f9722023f: Pull complete [2021-01-22T00:16:47.723Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-22T00:16:47.723Z] (6/14) Installing patch (2.7.6-r6) [2021-01-22T00:16:47.723Z] (7/14) Installing build-base (0.5-r2) [2021-01-22T00:16:47.723Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-22T00:16:47.723Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-22T00:16:47.723Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-22T00:16:48.315Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-22T00:16:48.315Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-22T00:16:48.315Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-22T00:16:48.586Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-22T00:16:48.586Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:16:48.586Z] OK: 221 MiB in 53 packages [2021-01-22T00:16:48.689Z] a35cf1a2eb13: Pull complete [2021-01-22T00:16:48.689Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T00:16:48.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T00:16:48.689Z] ---> a62c8e92a672 [2021-01-22T00:16:48.689Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-22T00:16:48.689Z] ---> Running in 013ffbb3ace2 [2021-01-22T00:16:48.956Z] Removing intermediate container 013ffbb3ace2 [2021-01-22T00:16:48.956Z] ---> 9c28d1618cd2 [2021-01-22T00:16:48.956Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:16:49.221Z] ---> Running in fe1b475934f5 [2021-01-22T00:16:50.175Z] Removing intermediate container fe1b475934f5 [2021-01-22T00:16:50.175Z] ---> fbe502cea719 [2021-01-22T00:16:50.175Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-22T00:16:50.175Z] ---> Running in 2bf621af4846 [2021-01-22T00:16:50.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:16:51.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:16:51.899Z] (1/14) Installing libmagic (5.38-r0) [2021-01-22T00:16:52.161Z] (2/14) Installing file (5.38-r0) [2021-01-22T00:16:52.161Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-22T00:16:52.161Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-22T00:16:52.887Z] Removing intermediate container 4bd5220de140 [2021-01-22T00:16:52.887Z] ---> 1eadf9f551cd [2021-01-22T00:16:52.887Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-22T00:16:52.887Z] ---> Running in 908693a5ff64 [2021-01-22T00:16:53.162Z] Removing intermediate container 908693a5ff64 [2021-01-22T00:16:53.162Z] ---> e72fbf999f17 [2021-01-22T00:16:53.162Z] Step 7/8 : COPY . . [2021-01-22T00:16:54.141Z] ---> 5b1c4dcd0fc8 [2021-01-22T00:16:54.141Z] Step 8/8 : RUN go mod download [2021-01-22T00:16:54.141Z] ---> Running in b1fa31cbe363 [2021-01-22T00:16:57.455Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-22T00:16:57.455Z] (6/14) Installing patch (2.7.6-r6) [2021-01-22T00:16:57.455Z] (7/14) Installing build-base (0.5-r2) [2021-01-22T00:16:57.455Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-22T00:16:57.455Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-22T00:16:57.455Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-22T00:16:57.717Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-22T00:16:57.717Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-22T00:16:57.979Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-22T00:16:57.979Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-22T00:16:58.241Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:16:58.241Z] OK: 237 MiB in 53 packages [2021-01-22T00:17:01.558Z] Removing intermediate container 2bf621af4846 [2021-01-22T00:17:01.558Z] ---> f4cf5995867d [2021-01-22T00:17:01.558Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-22T00:17:01.558Z] ---> Running in 8c9b04fba71a [2021-01-22T00:17:01.558Z] Removing intermediate container 8c9b04fba71a [2021-01-22T00:17:01.558Z] ---> 4ecaa129ef7f [2021-01-22T00:17:01.558Z] Step 7/8 : COPY . . [2021-01-22T00:17:02.525Z] ---> c098c4ec0bc9 [2021-01-22T00:17:02.525Z] Step 8/8 : RUN go mod download [2021-01-22T00:17:02.525Z] ---> Running in 5f6746819ef2 [2021-01-22T00:17:20.943Z] Removing intermediate container b1fa31cbe363 [2021-01-22T00:17:20.943Z] ---> bf3c02217b82 [2021-01-22T00:17:20.943Z] Successfully built bf3c02217b82 [2021-01-22T00:17:20.943Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:17:21.285Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:17:21.285Z] . [Pipeline] withDockerContainer [2021-01-22T00:17:21.520Z] prd-ubuntu18.04-docker-arm64-4c-16g-22071 does not seem to be running inside a container [2021-01-22T00:17:21.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:17:23.144Z] $ docker top 5d8e04663ee0df97f2d99196ba075a728445fa504c919576244ff9ea7c731fb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:17:24.189Z] + go version [2021-01-22T00:17:24.189Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T00:17:24.220Z] $ docker stop --time=1 5d8e04663ee0df97f2d99196ba075a728445fa504c919576244ff9ea7c731fb1 [2021-01-22T00:17:24.605Z] Removing intermediate container 5f6746819ef2 [2021-01-22T00:17:24.605Z] ---> b460ad51d80c [2021-01-22T00:17:24.605Z] Successfully built b460ad51d80c [2021-01-22T00:17:24.605Z] Successfully tagged ci-base-image-x86_64:latest [2021-01-22T00:17:26.121Z] $ docker rm -f 5d8e04663ee0df97f2d99196ba075a728445fa504c919576244ff9ea7c731fb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:17:26.898Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:17:26.898Z] . [Pipeline] withDockerContainer [2021-01-22T00:17:27.068Z] prd-centos7-docker-4c-2g-22072 does not seem to be running inside a container [2021-01-22T00:17:27.089Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:17:27.089Z] . [2021-01-22T00:17:27.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:17:27.861Z] $ docker top f48670c769286abbcd0f07975955723fadad407ff6b351213e4129c3e1fc9054 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-22T00:17:28.304Z] prd-ubuntu18.04-docker-arm64-4c-16g-22071 does not seem to be running inside a container [2021-01-22T00:17:28.390Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:17:29.935Z] $ docker top 5d528e0ec0d509db06ede4bc960d4e5b0a026ff1bd31179886e13bf0742cc8ec -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-22T00:17:30.693Z] + go version [2021-01-22T00:17:30.693Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T00:17:30.716Z] $ docker stop --time=1 f48670c769286abbcd0f07975955723fadad407ff6b351213e4129c3e1fc9054 [2021-01-22T00:17:31.082Z] + make test [2021-01-22T00:17:31.082Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-22T00:17:32.082Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-22T00:17:32.117Z] $ docker rm -f f48670c769286abbcd0f07975955723fadad407ff6b351213e4129c3e1fc9054 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:17:33.053Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:17:33.053Z] . [Pipeline] withDockerContainer [2021-01-22T00:17:33.155Z] prd-centos7-docker-4c-2g-22072 does not seem to be running inside a container [2021-01-22T00:17:33.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:17:33.817Z] $ docker top 9a0e7cd42fca99b330ab82bb76822dcdce05d387d48b42077df3f3d251675acb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:17:34.280Z] + make test [2021-01-22T00:17:34.280Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-22T00:17:35.233Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-22T00:17:50.313Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-22T00:17:50.313Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.342s coverage: 64.4% of statements [2021-01-22T00:17:50.313Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-22T00:17:53.662Z] gofmt -l . [2021-01-22T00:17:53.662Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:17:53.662Z] ./bin/test-attribution-txt.sh [2021-01-22T00:17:54.235Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T00:17:54.249Z] $ docker stop --time=1 9a0e7cd42fca99b330ab82bb76822dcdce05d387d48b42077df3f3d251675acb [2021-01-22T00:17:55.896Z] $ docker rm -f 9a0e7cd42fca99b330ab82bb76822dcdce05d387d48b42077df3f3d251675acb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:17:56.487Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T00:17:56.836Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-22T00:17:59.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T00:17:59.653Z] + ls -al . [2021-01-22T00:17:59.653Z] total 124 [2021-01-22T00:17:59.653Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 22 00:17 . [2021-01-22T00:17:59.653Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 00:16 .. [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 22 00:16 Attribution.txt [2021-01-22T00:17:59.653Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 22 00:16 bin [2021-01-22T00:17:59.653Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 22 00:16 cmd [2021-01-22T00:17:59.653Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 22 00:17 coverage.out [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 22 00:16 Dockerfile [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 22 00:16 Dockerfile.build [2021-01-22T00:17:59.653Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 00:16 .git [2021-01-22T00:17:59.653Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 00:16 .github [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 22 00:16 .gitignore [2021-01-22T00:17:59.653Z] -rw-r--r--. 1 jenkins jenkins 856 Jan 22 00:17 go.mod [2021-01-22T00:17:59.653Z] -rw-r--r--. 1 jenkins jenkins 16346 Jan 22 00:17 go.sum [2021-01-22T00:17:59.653Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 22 00:16 internal [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 22 00:16 Jenkinsfile [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 22 00:16 LICENSE [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 22 00:16 Makefile [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 22 00:16 README.md [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 00:13 VERSION [2021-01-22T00:17:59.653Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 22 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:17:59.959Z] + 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=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e --label arch=amd64 --label version=0.0.0 . [2021-01-22T00:18:00.223Z] Sending build context to Docker daemon 543.7kB [2021-01-22T00:18:00.223Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:18:00.223Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-22T00:18:00.223Z] ---> b460ad51d80c [2021-01-22T00:18:00.223Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-22T00:18:00.223Z] ---> Running in 0ec860bada6b [2021-01-22T00:18:00.486Z] Removing intermediate container 0ec860bada6b [2021-01-22T00:18:00.486Z] ---> f1625dd97744 [2021-01-22T00:18:00.486Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T00:18:00.486Z] ---> Running in 37b5e99c72f3 [2021-01-22T00:18:00.747Z] Removing intermediate container 37b5e99c72f3 [2021-01-22T00:18:00.747Z] ---> 997014a16b8d [2021-01-22T00:18:00.747Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-22T00:18:00.747Z] ---> Running in 3779631f2819 [2021-01-22T00:18:01.018Z] Removing intermediate container 3779631f2819 [2021-01-22T00:18:01.018Z] ---> b65837e18686 [2021-01-22T00:18:01.018Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:18:01.018Z] ---> Running in f39e0b197c97 [2021-01-22T00:18:01.969Z] Removing intermediate container f39e0b197c97 [2021-01-22T00:18:01.969Z] ---> 01526e8509e5 [2021-01-22T00:18:01.969Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T00:18:01.969Z] ---> Running in b3c7842acb33 [2021-01-22T00:18:02.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:18:03.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:18:03.687Z] OK: 237 MiB in 53 packages [2021-01-22T00:18:03.948Z] Removing intermediate container b3c7842acb33 [2021-01-22T00:18:03.948Z] ---> 66f36e616d9c [2021-01-22T00:18:03.948Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-22T00:18:03.948Z] ---> Running in 97980abf17cd [2021-01-22T00:18:04.210Z] Removing intermediate container 97980abf17cd [2021-01-22T00:18:04.210Z] ---> bddd6b161134 [2021-01-22T00:18:04.210Z] Step 9/22 : COPY . . [2021-01-22T00:18:04.783Z] ---> c1b7de9ae07a [2021-01-22T00:18:04.783Z] Step 10/22 : ARG MAKE='make build' [2021-01-22T00:18:05.045Z] ---> Running in be01e42832c3 [2021-01-22T00:18:05.045Z] Removing intermediate container be01e42832c3 [2021-01-22T00:18:05.045Z] ---> b111180d5df1 [2021-01-22T00:18:05.045Z] Step 11/22 : RUN $MAKE [2021-01-22T00:18:05.310Z] ---> Running in ffde8a2b24aa [2021-01-22T00:18:05.578Z] 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-22T00:18:17.953Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-22T00:18:19.132Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-22T00:18:19.132Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.425s coverage: 64.4% of statements [2021-01-22T00:18:19.132Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-22T00:18:21.262Z] Removing intermediate container ffde8a2b24aa [2021-01-22T00:18:21.263Z] ---> 1560c908cc4d [2021-01-22T00:18:21.263Z] Step 12/22 : FROM alpine:3.12 [2021-01-22T00:18:21.527Z] 3.12: Pulling from library/alpine [2021-01-22T00:18:21.527Z] 801bfaa63ef2: Pulling fs layer [2021-01-22T00:18:21.789Z] 801bfaa63ef2: Verifying Checksum [2021-01-22T00:18:21.789Z] 801bfaa63ef2: Download complete [2021-01-22T00:18:21.789Z] 801bfaa63ef2: Pull complete [2021-01-22T00:18:22.049Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:18:22.050Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:18:22.050Z] ---> 389fef711851 [2021-01-22T00:18:22.050Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-22T00:18:22.050Z] ---> Running in c7f489d86cf3 [2021-01-22T00:18:22.310Z] Removing intermediate container c7f489d86cf3 [2021-01-22T00:18:22.310Z] ---> d0c09eccbc20 [2021-01-22T00:18:22.310Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T00:18:22.310Z] ---> Running in 80b7820f0260 [2021-01-22T00:18:22.572Z] Removing intermediate container 80b7820f0260 [2021-01-22T00:18:22.572Z] ---> 76c3ec4b8bc4 [2021-01-22T00:18:22.572Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-22T00:18:23.147Z] ---> e7cd232fbe05 [2021-01-22T00:18:23.147Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-22T00:18:23.409Z] ---> 8e7acd3af08c [2021-01-22T00:18:23.409Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-22T00:18:23.670Z] ---> f15b881d0abc [2021-01-22T00:18:23.670Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-22T00:18:23.670Z] ---> Running in c4b62885377a [2021-01-22T00:18:23.938Z] Removing intermediate container c4b62885377a [2021-01-22T00:18:23.938Z] ---> ce085577337e [2021-01-22T00:18:23.938Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:18:23.938Z] ---> Running in e14c5066ebda [2021-01-22T00:18:23.938Z] Removing intermediate container e14c5066ebda [2021-01-22T00:18:23.938Z] ---> dfcee99634b7 [2021-01-22T00:18:23.938Z] Step 20/22 : LABEL arch=amd64 [2021-01-22T00:18:24.199Z] ---> Running in 48e6fa6e0628 [2021-01-22T00:18:24.461Z] Removing intermediate container 48e6fa6e0628 [2021-01-22T00:18:24.461Z] ---> d57dc9273da1 [2021-01-22T00:18:24.461Z] Step 21/22 : LABEL git_sha=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [2021-01-22T00:18:24.461Z] ---> Running in bbf1cd8b880f [2021-01-22T00:18:24.461Z] Removing intermediate container bbf1cd8b880f [2021-01-22T00:18:24.461Z] ---> ebc46ef07af5 [2021-01-22T00:18:24.461Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:18:24.722Z] ---> Running in 8efbb36fe39b [2021-01-22T00:18:24.984Z] Removing intermediate container 8efbb36fe39b [2021-01-22T00:18:24.984Z] ---> 7f128ebdebe3 [2021-01-22T00:18:24.984Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T00:18:24.984Z] Successfully built 7f128ebdebe3 [2021-01-22T00:18:24.984Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-01-22T00:18:25.867Z] gofmt -l . [2021-01-22T00:18:25.867Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:18:25.867Z] ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T00:18:26.472Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T00:18:26.781Z] $ docker stop --time=1 5d528e0ec0d509db06ede4bc960d4e5b0a026ff1bd31179886e13bf0742cc8ec [2021-01-22T00:18:28.893Z] $ docker rm -f 5d528e0ec0d509db06ede4bc960d4e5b0a026ff1bd31179886e13bf0742cc8ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:18:29.763Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T00:18:29.782Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T00:18:30.573Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:18:31.385Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T00:18:31.792Z] + ls -al . [2021-01-22T00:18:31.792Z] total 148 [2021-01-22T00:18:31.792Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 22 00:18 . [2021-01-22T00:18:31.792Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 00:16 .. [2021-01-22T00:18:31.792Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 00:16 .git [2021-01-22T00:18:31.792Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 00:16 .github [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 22 00:16 .gitignore [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 22 00:16 Attribution.txt [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 22 00:16 Dockerfile [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 22 00:16 Dockerfile.build [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 22 00:16 Jenkinsfile [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 22 00:16 LICENSE [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 22 00:16 Makefile [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 22 00:16 README.md [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 00:13 VERSION [2021-01-22T00:18:31.792Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 00:16 bin [2021-01-22T00:18:31.792Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 00:16 cmd [2021-01-22T00:18:31.792Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 22 00:18 coverage.out [2021-01-22T00:18:31.792Z] -rw-r--r-- 1 jenkins jenkins 856 Jan 22 00:18 go.mod [2021-01-22T00:18:31.792Z] -rw-r--r-- 1 jenkins jenkins 16346 Jan 22 00:18 go.sum [2021-01-22T00:18:31.792Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 00:16 internal [2021-01-22T00:18:31.792Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 22 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:18:32.177Z] + 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=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e --label arch=arm64 --label version=0.0.0 . [2021-01-22T00:18:32.475Z] Sending build context to Docker daemon 543.2kB [2021-01-22T00:18:32.475Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:18:32.475Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-22T00:18:32.475Z] ---> bf3c02217b82 [2021-01-22T00:18:32.475Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-22T00:18:32.758Z] ---> Running in 38f40d9b8201 [2021-01-22T00:18:33.381Z] Removing intermediate container 38f40d9b8201 [2021-01-22T00:18:33.381Z] ---> f7d35dac1b57 [2021-01-22T00:18:33.381Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T00:18:33.381Z] ---> Running in 210b3a0886f4 [2021-01-22T00:18:33.982Z] Removing intermediate container 210b3a0886f4 [2021-01-22T00:18:33.982Z] ---> 83fe67132241 [2021-01-22T00:18:33.982Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-22T00:18:33.982Z] ---> Running in 1b1ff6d564a4 [2021-01-22T00:18:34.578Z] Removing intermediate container 1b1ff6d564a4 [2021-01-22T00:18:34.578Z] ---> fcd615afeede [2021-01-22T00:18:34.578Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:18:34.578Z] ---> Running in 88aeeaf808e1 [2021-01-22T00:18:36.556Z] Removing intermediate container 88aeeaf808e1 [2021-01-22T00:18:36.556Z] ---> 08e61bb5367f [2021-01-22T00:18:36.556Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T00:18:36.828Z] ---> Running in 0c11b086b88b [2021-01-22T00:18:37.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:18:38.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:18:39.378Z] OK: 221 MiB in 53 packages [2021-01-22T00:18:40.354Z] Removing intermediate container 0c11b086b88b [2021-01-22T00:18:40.354Z] ---> 2f6512560f95 [2021-01-22T00:18:40.354Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-22T00:18:40.354Z] ---> Running in 74bf76709fca [2021-01-22T00:18:40.956Z] Removing intermediate container 74bf76709fca [2021-01-22T00:18:40.956Z] ---> e1613012cd96 [2021-01-22T00:18:40.956Z] Step 9/22 : COPY . . [2021-01-22T00:18:41.937Z] ---> 284a38738bd0 [2021-01-22T00:18:41.937Z] Step 10/22 : ARG MAKE='make build' [2021-01-22T00:18:41.937Z] ---> Running in 2b2aa59aa9dc [2021-01-22T00:18:42.528Z] Removing intermediate container 2b2aa59aa9dc [2021-01-22T00:18:42.528Z] ---> 5d50c57e2b6f [2021-01-22T00:18:42.528Z] Step 11/22 : RUN $MAKE [2021-01-22T00:18:42.528Z] ---> Running in 99214e34a2ec [2021-01-22T00:18:43.514Z] 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-22T00:19:15.909Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-22T00:19:24.174Z] Removing intermediate container 99214e34a2ec [2021-01-22T00:19:24.174Z] ---> e9a5a4a46660 [2021-01-22T00:19:24.174Z] Step 12/22 : FROM alpine:3.12 [2021-01-22T00:19:24.174Z] 3.12: Pulling from library/alpine [2021-01-22T00:19:24.174Z] 159e5727ea61: Pulling fs layer [2021-01-22T00:19:24.174Z] 159e5727ea61: Download complete [2021-01-22T00:19:24.447Z] 159e5727ea61: Pull complete [2021-01-22T00:19:24.447Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:19:24.447Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:19:24.447Z] ---> afeebe901d6b [2021-01-22T00:19:24.447Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-22T00:19:24.720Z] ---> Running in fa0694eb2174 [2021-01-22T00:19:25.313Z] Removing intermediate container fa0694eb2174 [2021-01-22T00:19:25.313Z] ---> c3edac441cad [2021-01-22T00:19:25.313Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T00:19:25.313Z] ---> Running in e0eb727ea3e3 [2021-01-22T00:19:25.594Z] Removing intermediate container e0eb727ea3e3 [2021-01-22T00:19:25.594Z] ---> 63eef2e6e04b [2021-01-22T00:19:25.594Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-22T00:19:27.353Z] ---> 18e5fff1dbd6 [2021-01-22T00:19:27.353Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-22T00:19:27.624Z] ---> 0ca970feabd5 [2021-01-22T00:19:27.624Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-22T00:19:28.599Z] ---> 8e6b4b129ea1 [2021-01-22T00:19:28.599Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-22T00:19:28.599Z] ---> Running in 3030c6918d9b [2021-01-22T00:19:28.868Z] Removing intermediate container 3030c6918d9b [2021-01-22T00:19:28.868Z] ---> 1337eb381105 [2021-01-22T00:19:28.868Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:19:29.143Z] ---> Running in c82bd1fcc387 [2021-01-22T00:19:29.414Z] Removing intermediate container c82bd1fcc387 [2021-01-22T00:19:29.414Z] ---> 7b7eeedd1269 [2021-01-22T00:19:29.414Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:19:29.695Z] ---> Running in e0a1e6cede5e [2021-01-22T00:19:29.966Z] Removing intermediate container e0a1e6cede5e [2021-01-22T00:19:29.966Z] ---> 1efc33fdeb07 [2021-01-22T00:19:29.966Z] Step 21/22 : LABEL git_sha=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [2021-01-22T00:19:30.237Z] ---> Running in 2bf5bcf11c6f [2021-01-22T00:19:30.509Z] Removing intermediate container 2bf5bcf11c6f [2021-01-22T00:19:30.509Z] ---> 9bf71c874760 [2021-01-22T00:19:30.509Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:19:30.799Z] ---> Running in 90903621d5bf [2021-01-22T00:19:31.070Z] Removing intermediate container 90903621d5bf [2021-01-22T00:19:31.070Z] ---> e23e8f746626 [2021-01-22T00:19:31.070Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T00:19:31.070Z] Successfully built e23e8f746626 [2021-01-22T00:19:31.070Z] 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-22T00:19:33.072Z] provisioning config files... [2021-01-22T00:19:33.082Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config6302068059271722655tmp [Pipeline] { [Pipeline] sh [2021-01-22T00:19:33.479Z] + set +x [2021-01-22T00:19:33.479Z] + curl -s https://codecov.io/bash [2021-01-22T00:19:33.479Z] + bash -s -- [2021-01-22T00:19:35.402Z] [2021-01-22T00:19:35.402Z] _____ _ [2021-01-22T00:19:35.402Z] / ____| | | [2021-01-22T00:19:35.402Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T00:19:35.402Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T00:19:35.402Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T00:19:35.402Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T00:19:35.402Z] Bash-20210115-cec3c92 [2021-01-22T00:19:35.402Z] [2021-01-22T00:19:35.402Z] [2021-01-22T00:19:35.402Z] ==> git version 2.24.3 found [2021-01-22T00:19:35.402Z] ==> 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-22T00:19:35.402Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T00:19:35.402Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T00:19:35.402Z] ==> Jenkins CI detected. [2021-01-22T00:19:35.402Z] project root: . [2021-01-22T00:19:35.402Z] --> token set from env [2021-01-22T00:19:35.402Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T00:19:35.402Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T00:19:35.402Z] ==> Python coveragepy not found [2021-01-22T00:19:35.402Z] ==> Searching for coverage reports in: [2021-01-22T00:19:35.402Z] + . [2021-01-22T00:19:35.402Z] -> Found 1 reports [2021-01-22T00:19:35.402Z] ==> Detecting git/mercurial file structure [2021-01-22T00:19:35.402Z] ==> Reading reports [2021-01-22T00:19:35.402Z] + ./coverage.out bytes=47242 [2021-01-22T00:19:35.402Z] ==> Appending adjustments [2021-01-22T00:19:35.402Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T00:19:35.402Z] + Found adjustments [2021-01-22T00:19:35.402Z] ==> Gzipping contents [2021-01-22T00:19:35.402Z] 8.0K /tmp/codecov.ttKway.gz [2021-01-22T00:19:35.402Z] ==> Uploading reports [2021-01-22T00:19:35.402Z] url: https://codecov.io [2021-01-22T00:19:35.402Z] query: branch=PR-161&commit=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= [2021-01-22T00:19:35.402Z] -> Pinging Codecov [2021-01-22T00:19:35.402Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-161&commit=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= [2021-01-22T00:19:35.977Z] -> Uploading to [2021-01-22T00:19:35.977Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/5E52B4B073DB2E39498172D8E973AA87/ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e/8504284f-ceba-4f42-bbca-79f48ffd7687.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T001935Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43efb541b26fb511aebccccbf16adc606fdd470702c042276d6429dd741a1462 [2021-01-22T00:19:35.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T00:19:35.977Z] Dload Upload Total Spent Left Speed [2021-01-22T00:19:36.561Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5790 0 0 100 5790 0 11665 --:--:-- --:--:-- --:--:-- 11673 [2021-01-22T00:19:36.561Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [Pipeline] } [2021-01-22T00:19:36.576Z] 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-22T00:19:39.008Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:19:39.589Z] ---> package-listing.sh [2021-01-22T00:19:39.589Z] ++ facter osfamily [2021-01-22T00:19:39.589Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T00:19:39.589Z] + OS_FAMILY=redhat [2021-01-22T00:19:39.589Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-161 [2021-01-22T00:19:39.589Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T00:19:39.589Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T00:19:39.589Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T00:19:39.589Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T00:19:39.589Z] + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' [2021-01-22T00:19:39.589Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T00:19:39.589Z] + case "${OS_FAMILY}" in [2021-01-22T00:19:39.589Z] + rpm -qa [2021-01-22T00:19:39.589Z] + sort [2021-01-22T00:19:44.946Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T00:19:44.946Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T00:19:44.946Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T00:19:44.946Z] + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' [2021-01-22T00:19:44.946Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-161/archives/ [2021-01-22T00:19:44.946Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-161/archives/ [Pipeline] echo [2021-01-22T00:19:44.960Z] 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-161/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T00:19:45.252Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:19:45.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:19:45.564Z] [2021-01-22T00:19:45.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:19:45.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:19:45.918Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T00:19:45.918Z] df20fa9351a1: Pulling fs layer [2021-01-22T00:19:45.918Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T00:19:45.918Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T00:19:45.918Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T00:19:45.918Z] 93b61091891f: Pulling fs layer [2021-01-22T00:19:45.918Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T00:19:45.918Z] 5e14af77c1be: Pulling fs layer [2021-01-22T00:19:45.918Z] 01666e4c0597: Pulling fs layer [2021-01-22T00:19:45.918Z] aa168da1d23b: Pulling fs layer [2021-01-22T00:19:45.918Z] 93b9cdb0e59b: Waiting [2021-01-22T00:19:45.918Z] 01666e4c0597: Waiting [2021-01-22T00:19:45.918Z] 5e14af77c1be: Waiting [2021-01-22T00:19:45.918Z] 46f8f816bc3b: Waiting [2021-01-22T00:19:45.918Z] aa168da1d23b: Waiting [2021-01-22T00:19:45.918Z] 93b61091891f: Waiting [2021-01-22T00:19:45.918Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T00:19:45.918Z] 36b3adc4ff6f: Download complete [2021-01-22T00:19:45.918Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T00:19:45.918Z] 46f8f816bc3b: Download complete [2021-01-22T00:19:45.918Z] df20fa9351a1: Verifying Checksum [2021-01-22T00:19:45.918Z] df20fa9351a1: Download complete [2021-01-22T00:19:45.918Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T00:19:45.918Z] 93b9cdb0e59b: Download complete [2021-01-22T00:19:46.181Z] 5e14af77c1be: Verifying Checksum [2021-01-22T00:19:46.181Z] 5e14af77c1be: Download complete [2021-01-22T00:19:46.181Z] 93b61091891f: Verifying Checksum [2021-01-22T00:19:46.181Z] 93b61091891f: Download complete [2021-01-22T00:19:46.181Z] 01666e4c0597: Verifying Checksum [2021-01-22T00:19:46.181Z] 01666e4c0597: Download complete [2021-01-22T00:19:46.181Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T00:19:46.181Z] 8ad3a11d3b57: Download complete [2021-01-22T00:19:46.445Z] df20fa9351a1: Pull complete [2021-01-22T00:19:46.710Z] 36b3adc4ff6f: Pull complete [2021-01-22T00:19:47.286Z] 8ad3a11d3b57: Pull complete [2021-01-22T00:19:47.286Z] 46f8f816bc3b: Pull complete [2021-01-22T00:19:47.866Z] 93b61091891f: Pull complete [2021-01-22T00:19:48.130Z] 93b9cdb0e59b: Pull complete [2021-01-22T00:19:48.710Z] aa168da1d23b: Verifying Checksum [2021-01-22T00:19:48.710Z] aa168da1d23b: Download complete [2021-01-22T00:19:48.710Z] 5e14af77c1be: Pull complete [2021-01-22T00:19:48.976Z] 01666e4c0597: Pull complete [2021-01-22T00:19:55.611Z] aa168da1d23b: Pull complete [2021-01-22T00:19:55.612Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T00:19:55.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:19:55.612Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T00:19:55.798Z] prd-centos7-docker-4c-2g-22070 does not seem to be running inside a container [2021-01-22T00:19:55.847Z] $ 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-161/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-161 -v /w/workspace/foundry_device-virtual-go_PR-161:/w/workspace/foundry_device-virtual-go_PR-161:rw,z -v /w/workspace/foundry_device-virtual-go_PR-161@tmp:/w/workspace/foundry_device-virtual-go_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T00:19:59.757Z] $ docker top 772386abdab8b2878dc35e366720e67833492ef993bd7c227d72de59f42ae6e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:20:00.243Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T00:20:00.546Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T00:20:00.846Z] + ls /var/log/sa-host [2021-01-22T00:20:00.846Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T00:20:00.846Z] file_magic: OK [2021-01-22T00:20:00.846Z] HZ: Using current value: 100 [2021-01-22T00:20:00.846Z] file_header: OK [2021-01-22T00:20:00.846Z] 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-22T00:20:00.846Z] Statistics: [2021-01-22T00:20:00.846Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T00:20:00.846Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T00:20:00.846Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T00:20:00.846Z] file_magic: OK [2021-01-22T00:20:00.846Z] HZ: Using current value: 100 [2021-01-22T00:20:00.846Z] file_header: OK [2021-01-22T00:20:00.846Z] 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-22T00:20:00.846Z] Statistics: [2021-01-22T00:20:00.846Z] Hnuu...uuuununununu... [2021-01-22T00:20:00.846Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T00:20:01.468Z] provisioning config files... [2021-01-22T00:20:01.483Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config5375250360563533097tmp [Pipeline] { [Pipeline] echo [2021-01-22T00:20:01.587Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:20:01.902Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T00:20:01.912Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T00:20:02.009Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:20:02.312Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T00:20:02.324Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:20:02.623Z] ---> sudo-logs.sh [2021-01-22T00:20:02.623Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T00:20:02.635Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:20:02.938Z] ---> job-cost.sh [2021-01-22T00:20:02.938Z] lf-activate-venv: SKIPPING [2021-01-22T00:20:02.938Z] INFO: No Stack... [2021-01-22T00:20:03.886Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T00:20:04.462Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T00:20:04.477Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:20:04.778Z] ---> logs-deploy.sh [2021-01-22T00:20:04.778Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-161/3 [2021-01-22T00:20:04.778Z] INFO: archiving workspace using pattern(s): [2021-01-22T00:20:06.703Z] Archives upload complete. [2021-01-22T00:20:06.703Z] INFO: archiving logs to Nexus