Pull request #169 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 rather than 66ae5159616c5dcef1f127c8594c634aa87d32be Obtained Jenkinsfile from 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30258 in /w/workspace/foundry_device-virtual-go_PR-169 [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-169 # 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit 66ae5159616c5dcef1f127c8594c634aa87d32be Merge succeeded, producing 66ae5159616c5dcef1f127c8594c634aa87d32be Checking out Revision 66ae5159616c5dcef1f127c8594c634aa87d32be (PR-169) > git config core.sparsecheckout # timeout=10 > git checkout -f 66ae5159616c5dcef1f127c8594c634aa87d32be # 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 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66ae5159616c5dcef1f127c8594c634aa87d32be # timeout=10 Commit message: "feat: update driver implementation to reflect v2 profiles" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T06:01:27.548Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T06:01:27.785Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T06:01:27.882Z] ========================================================= [2021-03-18T06:01:27.882Z] EdgeX Global Pipelines Version Info [2021-03-18T06:01:27.882Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 285d57071e3897ad0bd7174dd77f21f1967e75df # timeout=10 [2021-03-18T06:01:29.804Z] ------------------- [2021-03-18T06:01:29.804Z] stable info: [2021-03-18T06:01:29.804Z] ------------------- [2021-03-18T06:01:29.804Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T06:01:29.804Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T06:01:29.804Z] Message: update stable to v1.0.186 [2021-03-18T06:01:30.379Z] ------------------- [2021-03-18T06:01:30.379Z] experimental info: [2021-03-18T06:01:30.379Z] ------------------- [2021-03-18T06:01:30.379Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T06:01:30.379Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T06:01:30.379Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T06:01:30.681Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-03-18T06:01:30.789Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-03-18T06:01:30.880Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T06:01:30.996Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T06:01:31.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T06:01:31.207Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T06:01:31.320Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T06:01:31.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T06:01:31.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-18T06:01:31.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T06:01:31.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T06:01:31.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-03-18T06:01:31.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T06:01:31.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T06:01:32.076Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T06:01:32.171Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T06:01:32.254Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T06:01:32.340Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T06:01:32.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T06:01:32.527Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-18T06:01:32.616Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-18T06:01:32.708Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-18T06:01:32.844Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-18T06:01:32.930Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-18T06:01:33.041Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-18T06:01:33.182Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T06:01:33.270Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo [2021-03-18T06:01:33.374Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo [2021-03-18T06:01:33.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo [2021-03-18T06:01:33.591Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 66ae5159616c5dcef1f127c8594c634aa87d32be [Pipeline] echo [2021-03-18T06:01:33.701Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 66ae515 [Pipeline] echo [2021-03-18T06:01:33.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T06:01:33.962Z] provisioning config files... [2021-03-18T06:01:33.998Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config5952422138979933171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:01:34.348Z] ---> docker-login.sh [2021-03-18T06:01:34.348Z] nexus3.edgexfoundry.org:10001 [2021-03-18T06:01:34.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:01:34.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:01:34.610Z] Configure a credential helper to remove this warning. See [2021-03-18T06:01:34.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:01:34.610Z] [2021-03-18T06:01:34.610Z] Login Succeeded [2021-03-18T06:01:34.610Z] nexus3.edgexfoundry.org:10002 [2021-03-18T06:01:34.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:01:34.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:01:34.874Z] Configure a credential helper to remove this warning. See [2021-03-18T06:01:34.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:01:34.874Z] [2021-03-18T06:01:34.874Z] Login Succeeded [2021-03-18T06:01:34.874Z] nexus3.edgexfoundry.org:10003 [2021-03-18T06:01:34.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:01:35.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:01:35.136Z] Configure a credential helper to remove this warning. See [2021-03-18T06:01:35.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:01:35.136Z] [2021-03-18T06:01:35.136Z] Login Succeeded [2021-03-18T06:01:35.136Z] nexus3.edgexfoundry.org:10004 [2021-03-18T06:01:35.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:01:35.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:01:35.136Z] Configure a credential helper to remove this warning. See [2021-03-18T06:01:35.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:01:35.136Z] [2021-03-18T06:01:35.136Z] Login Succeeded [2021-03-18T06:01:35.136Z] docker.io [2021-03-18T06:01:35.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:01:35.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:01:35.659Z] Configure a credential helper to remove this warning. See [2021-03-18T06:01:35.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:01:35.659Z] [2021-03-18T06:01:35.659Z] Login Succeeded [2021-03-18T06:01:35.659Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T06:01:35.669Z] 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-03-18T06:01:36.475Z] + git log --format=format:%s -1 66ae5159616c5dcef1f127c8594c634aa87d32be [Pipeline] echo [2021-03-18T06:01:36.538Z] GIT_COMMIT: 66ae5159616c5dcef1f127c8594c634aa87d32be, Commit Message: feat: update driver implementation to reflect v2 profiles [Pipeline] echo [2021-03-18T06:01:36.591Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:01:37.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T06:01:37.243Z] [2021-03-18T06:01:37.243Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:01:37.591Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T06:01:37.592Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T06:01:37.592Z] 31603596830f: Pulling fs layer [2021-03-18T06:01:37.592Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T06:01:37.592Z] 6ca5941a6612: Pulling fs layer [2021-03-18T06:01:37.592Z] ecc8261a40a4: Pulling fs layer [2021-03-18T06:01:37.592Z] ecc8261a40a4: Waiting [2021-03-18T06:01:37.592Z] 2a8b12db71e7: Download complete [2021-03-18T06:01:37.857Z] 31603596830f: Verifying Checksum [2021-03-18T06:01:37.857Z] 31603596830f: Download complete [2021-03-18T06:01:37.857Z] 6ca5941a6612: Verifying Checksum [2021-03-18T06:01:37.857Z] 6ca5941a6612: Download complete [2021-03-18T06:01:37.857Z] ecc8261a40a4: Verifying Checksum [2021-03-18T06:01:37.857Z] ecc8261a40a4: Download complete [2021-03-18T06:01:38.121Z] 31603596830f: Pull complete [2021-03-18T06:01:38.121Z] 2a8b12db71e7: Pull complete [2021-03-18T06:01:39.071Z] 6ca5941a6612: Pull complete [2021-03-18T06:01:39.334Z] ecc8261a40a4: Pull complete [2021-03-18T06:01:39.335Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T06:01:39.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T06:01:39.335Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T06:01:39.490Z] prd-centos7-docker-4c-2g-30258 does not seem to be running inside a container [2021-03-18T06:01:39.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T06:01:41.207Z] $ docker top 171f00986d3186eb32900eb8d65c3a9e50a6e72c740231b3b030dce3696ac8ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T06:01:41.502Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T06:01:41.502Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T06:01:41.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T06:01:41.714Z] $ docker exec 171f00986d3186eb32900eb8d65c3a9e50a6e72c740231b3b030dce3696ac8ac ssh-agent [2021-03-18T06:01:41.883Z] SSH_AUTH_SOCK=/tmp/ssh-RkYSDBDhFtNl/agent.11 [2021-03-18T06:01:41.883Z] SSH_AGENT_PID=16 [2021-03-18T06:01:41.892Z] Running ssh-add (command line suppressed) [2021-03-18T06:01:42.006Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_5462194745730209668.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_5462194745730209668.key) [2021-03-18T06:01:42.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T06:01:42.386Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T06:01:42.414Z] $ docker exec --env ******** --env ******** 171f00986d3186eb32900eb8d65c3a9e50a6e72c740231b3b030dce3696ac8ac ssh-agent -k [2021-03-18T06:01:42.524Z] unset SSH_AUTH_SOCK; [2021-03-18T06:01:42.525Z] unset SSH_AGENT_PID; [2021-03-18T06:01:42.525Z] echo Agent pid 16 killed; [2021-03-18T06:01:42.570Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T06:01:42.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T06:01:42.708Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T06:01:42.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T06:01:42.881Z] $ docker exec 171f00986d3186eb32900eb8d65c3a9e50a6e72c740231b3b030dce3696ac8ac ssh-agent [2021-03-18T06:01:43.031Z] SSH_AUTH_SOCK=/tmp/ssh-7CJSvHkAIARE/agent.45 [2021-03-18T06:01:43.032Z] SSH_AGENT_PID=50 [2021-03-18T06:01:43.038Z] Running ssh-add (command line suppressed) [2021-03-18T06:01:43.149Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_8713452472227736530.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_8713452472227736530.key) [2021-03-18T06:01:43.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T06:01:43.528Z] + git semver init [2021-03-18T06:01:43.528Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T06:01:43.528Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.git [2021-03-18T06:01:43.528Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-169 [2021-03-18T06:01:43.528Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T06:01:43.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T06:01:43.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T06:01:43.528Z] # $SEMVER_BRANCH = PR-169 [2021-03-18T06:01:43.528Z] # $SEMVER_TEMP = /tmp/semver-578665567 [2021-03-18T06:01:43.528Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-03-18T06:01:43.790Z] # '/tmp/semver-578665567' -> '/w/workspace/foundry_device-virtual-go_PR-169/.semver' [2021-03-18T06:01:43.790Z] # -> Force: false [2021-03-18T06:01:43.790Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.semver [Pipeline] } [2021-03-18T06:01:43.803Z] $ docker exec --env ******** --env ******** 171f00986d3186eb32900eb8d65c3a9e50a6e72c740231b3b030dce3696ac8ac ssh-agent -k [2021-03-18T06:01:43.918Z] unset SSH_AUTH_SOCK; [2021-03-18T06:01:43.919Z] unset SSH_AGENT_PID; [2021-03-18T06:01:43.919Z] echo Agent pid 50 killed; [2021-03-18T06:01:43.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T06:01:44.460Z] + git semver [Pipeline] } [2021-03-18T06:01:44.477Z] $ docker stop --time=1 171f00986d3186eb32900eb8d65c3a9e50a6e72c740231b3b030dce3696ac8ac [2021-03-18T06:01:45.851Z] $ docker rm -f 171f00986d3186eb32900eb8d65c3a9e50a6e72c740231b3b030dce3696ac8ac [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T06:01:46.310Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T06:01:46.828Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T06:01:46.831Z] [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-03-18T06:02:02.302Z] Still waiting to schedule task [2021-03-18T06:02:02.303Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-18T06:02:02.305Z] Still waiting to schedule task [2021-03-18T06:02:02.305Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-18T06:03:36.302Z] Running on prd-centos7-docker-4c-2g-30259 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws [2021-03-18T06:03:36.357Z] Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout [2021-03-18T06:03:38.887Z] using credential edgex-jenkins-ssh [2021-03-18T06:03:38.985Z] Cloning the remote Git repository [2021-03-18T06:03:39.015Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T06:03:39.087Z] > git init /w/workspace/device-virtual-go/5 # timeout=10 [2021-03-18T06:03:39.147Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T06:03:39.148Z] > git --version # timeout=10 [2021-03-18T06:03:39.158Z] > git --version # 'git version 2.24.3' [2021-03-18T06:03:39.158Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:03:39.189Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:03:39.703Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T06:03:39.709Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:03:39.721Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T06:03:39.737Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T06:03:39.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:03:39.742Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T06:03:40.169Z] Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit 66ae5159616c5dcef1f127c8594c634aa87d32be [2021-03-18T06:03:40.288Z] Merge succeeded, producing 66ae5159616c5dcef1f127c8594c634aa87d32be [2021-03-18T06:03:40.288Z] Checking out Revision 66ae5159616c5dcef1f127c8594c634aa87d32be (PR-169) [2021-03-18T06:03:40.178Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:03:40.186Z] > git checkout -f 66ae5159616c5dcef1f127c8594c634aa87d32be # timeout=10 [2021-03-18T06:03:40.227Z] > git remote # timeout=10 [2021-03-18T06:03:40.242Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T06:03:40.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:03:40.265Z] > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 [2021-03-18T06:03:40.279Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T06:03:40.292Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:03:40.309Z] > git checkout -f 66ae5159616c5dcef1f127c8594c634aa87d32be # timeout=10 [2021-03-18T06:03:43.944Z] Commit message: "feat: update driver implementation to reflect v2 profiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T06:03:45.006Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T06:03:45.331Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T06:03:45.628Z] + sudo service docker restart [2021-03-18T06:03:45.629Z] + true [2021-03-18T06:03:45.629Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T06:03:47.096Z] provisioning config files... [2021-03-18T06:03:47.137Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config2342256606004505078tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:03:47.493Z] ---> docker-login.sh [2021-03-18T06:03:47.494Z] nexus3.edgexfoundry.org:10001 [2021-03-18T06:03:47.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:03:47.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:03:47.757Z] Configure a credential helper to remove this warning. See [2021-03-18T06:03:47.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:03:47.757Z] [2021-03-18T06:03:47.757Z] Login Succeeded [2021-03-18T06:03:47.757Z] nexus3.edgexfoundry.org:10002 [2021-03-18T06:03:48.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:03:48.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:03:48.019Z] Configure a credential helper to remove this warning. See [2021-03-18T06:03:48.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:03:48.019Z] [2021-03-18T06:03:48.019Z] Login Succeeded [2021-03-18T06:03:48.019Z] nexus3.edgexfoundry.org:10003 [2021-03-18T06:03:48.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:03:48.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:03:48.281Z] Configure a credential helper to remove this warning. See [2021-03-18T06:03:48.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:03:48.281Z] [2021-03-18T06:03:48.281Z] Login Succeeded [2021-03-18T06:03:48.281Z] nexus3.edgexfoundry.org:10004 [2021-03-18T06:03:48.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:03:48.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:03:48.281Z] Configure a credential helper to remove this warning. See [2021-03-18T06:03:48.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:03:48.281Z] [2021-03-18T06:03:48.281Z] Login Succeeded [2021-03-18T06:03:48.281Z] docker.io [2021-03-18T06:03:48.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:03:48.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:03:48.805Z] Configure a credential helper to remove this warning. See [2021-03-18T06:03:48.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:03:48.805Z] [2021-03-18T06:03:48.805Z] Login Succeeded [2021-03-18T06:03:48.805Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T06:03:48.815Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T06:03:49.200Z] ========================================================= [2021-03-18T06:03:49.200Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T06:03:49.200Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:03:49.548Z] + 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-03-18T06:03:49.549Z] Sending build context to Docker daemon 521.2kB [2021-03-18T06:03:49.549Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T06:03:49.549Z] Step 2/8 : FROM ${BASE} [2021-03-18T06:03:49.811Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T06:03:49.811Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T06:03:49.811Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T06:03:49.811Z] de9db76c5a1d: Pulling fs layer [2021-03-18T06:03:49.811Z] bca2f99d35d6: Pulling fs layer [2021-03-18T06:03:49.811Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T06:03:49.811Z] 7c6f9722023f: Pulling fs layer [2021-03-18T06:03:49.811Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T06:03:49.811Z] 93359f2a8cfa: Waiting [2021-03-18T06:03:49.811Z] 7c6f9722023f: Waiting [2021-03-18T06:03:49.811Z] a35cf1a2eb13: Waiting [2021-03-18T06:03:49.811Z] bca2f99d35d6: Waiting [2021-03-18T06:03:49.811Z] de9db76c5a1d: Verifying Checksum [2021-03-18T06:03:49.811Z] de9db76c5a1d: Download complete [2021-03-18T06:03:49.811Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T06:03:49.811Z] 0ef7d3d256c8: Download complete [2021-03-18T06:03:49.811Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T06:03:49.811Z] 93359f2a8cfa: Download complete [2021-03-18T06:03:49.811Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T06:03:49.811Z] 188c0c94c7c5: Download complete [2021-03-18T06:03:49.811Z] 7c6f9722023f: Verifying Checksum [2021-03-18T06:03:49.811Z] 7c6f9722023f: Download complete [2021-03-18T06:03:50.077Z] 188c0c94c7c5: Pull complete [2021-03-18T06:03:50.341Z] 0ef7d3d256c8: Pull complete [2021-03-18T06:03:50.341Z] de9db76c5a1d: Pull complete [2021-03-18T06:03:52.268Z] a35cf1a2eb13: Download complete [2021-03-18T06:03:52.849Z] bca2f99d35d6: Verifying Checksum [2021-03-18T06:03:52.849Z] bca2f99d35d6: Download complete [2021-03-18T06:03:58.175Z] bca2f99d35d6: Pull complete [2021-03-18T06:03:58.175Z] 93359f2a8cfa: Pull complete [2021-03-18T06:03:58.175Z] 7c6f9722023f: Pull complete [2021-03-18T06:04:06.361Z] a35cf1a2eb13: Pull complete [2021-03-18T06:04:06.361Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T06:04:06.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T06:04:06.361Z] ---> a62c8e92a672 [2021-03-18T06:04:06.361Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-03-18T06:04:06.623Z] ---> Running in f9c99d472118 [2021-03-18T06:04:06.890Z] Removing intermediate container f9c99d472118 [2021-03-18T06:04:06.891Z] ---> e087d4353c37 [2021-03-18T06:04:06.891Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:04:06.891Z] ---> Running in 127c6197d59f [2021-03-18T06:04:07.870Z] Removing intermediate container 127c6197d59f [2021-03-18T06:04:07.870Z] ---> 718f5420e39f [2021-03-18T06:04:07.870Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-03-18T06:04:07.870Z] ---> Running in 49515440bb64 [2021-03-18T06:04:08.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:04:09.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:04:10.043Z] (1/14) Installing libmagic (5.38-r0) [2021-03-18T06:04:10.043Z] (2/14) Installing file (5.38-r0) [2021-03-18T06:04:10.314Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-03-18T06:04:10.314Z] (4/14) Installing g++ (9.3.0-r2) [2021-03-18T06:04:15.646Z] (5/14) Installing fortify-headers (1.1-r0) [2021-03-18T06:04:15.646Z] (6/14) Installing patch (2.7.6-r6) [2021-03-18T06:04:15.908Z] (7/14) Installing build-base (0.5-r2) [2021-03-18T06:04:15.908Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-03-18T06:04:15.908Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-03-18T06:04:16.178Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-03-18T06:04:16.754Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-03-18T06:04:16.754Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-03-18T06:04:16.754Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-03-18T06:04:17.017Z] (14/14) Installing openssh (8.3_p1-r1) [2021-03-18T06:04:17.297Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:04:17.297Z] OK: 237 MiB in 53 packages [2021-03-18T06:04:20.624Z] Removing intermediate container 49515440bb64 [2021-03-18T06:04:20.625Z] ---> ff31a9b318e2 [2021-03-18T06:04:20.625Z] Step 6/8 : WORKDIR /device-virtual-go [2021-03-18T06:04:20.887Z] ---> Running in 6fdded3e7d5b [2021-03-18T06:04:20.887Z] Removing intermediate container 6fdded3e7d5b [2021-03-18T06:04:20.887Z] ---> 0ec9b751f1bc [2021-03-18T06:04:20.887Z] Step 7/8 : COPY . . [2021-03-18T06:04:21.863Z] ---> c0e3a5effa59 [2021-03-18T06:04:21.863Z] Step 8/8 : RUN go mod download [2021-03-18T06:04:21.863Z] ---> Running in b91d99466507 [2021-03-18T06:04:35.751Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30260 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws [2021-03-18T06:04:35.806Z] Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout [2021-03-18T06:04:41.030Z] using credential edgex-jenkins-ssh [2021-03-18T06:04:41.092Z] Cloning the remote Git repository [2021-03-18T06:04:41.153Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T06:04:41.269Z] > git init /w/workspace/device-virtual-go/5 # timeout=10 [2021-03-18T06:04:41.392Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T06:04:41.393Z] > git --version # timeout=10 [2021-03-18T06:04:41.419Z] > git --version # 'git version 2.17.1' [2021-03-18T06:04:41.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:04:41.471Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:04:42.839Z] Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit 66ae5159616c5dcef1f127c8594c634aa87d32be [2021-03-18T06:04:43.221Z] Merge succeeded, producing 66ae5159616c5dcef1f127c8594c634aa87d32be [2021-03-18T06:04:43.222Z] Checking out Revision 66ae5159616c5dcef1f127c8594c634aa87d32be (PR-169) [2021-03-18T06:04:42.160Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T06:04:42.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:04:42.209Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T06:04:42.246Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T06:04:42.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:04:42.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T06:04:42.855Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:04:42.877Z] > git checkout -f 66ae5159616c5dcef1f127c8594c634aa87d32be # timeout=10 [2021-03-18T06:04:42.959Z] > git remote # timeout=10 [2021-03-18T06:04:42.982Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T06:04:43.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:04:43.083Z] > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 [2021-03-18T06:04:43.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T06:04:43.225Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:04:43.256Z] > git checkout -f 66ae5159616c5dcef1f127c8594c634aa87d32be # timeout=10 [2021-03-18T06:04:43.919Z] Removing intermediate container b91d99466507 [2021-03-18T06:04:43.919Z] ---> dc468ddaa437 [2021-03-18T06:04:43.919Z] Successfully built dc468ddaa437 [2021-03-18T06:04:43.919Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:04:44.246Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T06:04:44.246Z] . [Pipeline] withDockerContainer [2021-03-18T06:04:44.522Z] prd-centos7-docker-4c-2g-30259 does not seem to be running inside a container [2021-03-18T06:04:44.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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-03-18T06:04:45.472Z] $ docker top c9f3a4010e30b46e900eb2cc4616576507fb88dd5e50fab72141ef6d2a09920a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:04:46.023Z] + go version [2021-03-18T06:04:46.023Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T06:04:46.039Z] $ docker stop --time=1 c9f3a4010e30b46e900eb2cc4616576507fb88dd5e50fab72141ef6d2a09920a [2021-03-18T06:04:47.403Z] $ docker rm -f c9f3a4010e30b46e900eb2cc4616576507fb88dd5e50fab72141ef6d2a09920a [2021-03-18T06:04:47.520Z] Commit message: "feat: update driver implementation to reflect v2 profiles" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T06:04:48.422Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T06:04:48.422Z] . [Pipeline] withDockerContainer [2021-03-18T06:04:48.934Z] prd-centos7-docker-4c-2g-30259 does not seem to be running inside a container [2021-03-18T06:04:48.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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-03-18T06:04:49.120Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-18T06:04:49.704Z] $ docker top bbaf77e5cc8d8fe81cec6f3ad41c60224e809d8b21889cc411c60d8de22ede03 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-18T06:04:50.266Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T06:04:50.309Z] + make test [2021-03-18T06:04:50.309Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-18T06:04:50.607Z] + true [2021-03-18T06:04:50.607Z] + sudo service docker restart [2021-03-18T06:04:52.288Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T06:04:52.681Z] provisioning config files... [2021-03-18T06:04:52.728Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config815669790849469030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:04:53.131Z] ---> docker-login.sh [2021-03-18T06:04:53.131Z] nexus3.edgexfoundry.org:10001 [2021-03-18T06:04:53.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:04:54.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:04:54.328Z] Configure a credential helper to remove this warning. See [2021-03-18T06:04:54.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:04:54.328Z] [2021-03-18T06:04:54.328Z] Login Succeeded [2021-03-18T06:04:54.328Z] nexus3.edgexfoundry.org:10002 [2021-03-18T06:04:54.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:04:54.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:04:54.874Z] Configure a credential helper to remove this warning. See [2021-03-18T06:04:54.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:04:54.874Z] [2021-03-18T06:04:54.874Z] Login Succeeded [2021-03-18T06:04:54.874Z] nexus3.edgexfoundry.org:10003 [2021-03-18T06:04:55.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:04:55.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:04:55.148Z] Configure a credential helper to remove this warning. See [2021-03-18T06:04:55.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:04:55.148Z] [2021-03-18T06:04:55.148Z] Login Succeeded [2021-03-18T06:04:55.148Z] nexus3.edgexfoundry.org:10004 [2021-03-18T06:04:55.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:04:55.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:04:55.747Z] Configure a credential helper to remove this warning. See [2021-03-18T06:04:55.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:04:55.747Z] [2021-03-18T06:04:55.747Z] Login Succeeded [2021-03-18T06:04:55.747Z] docker.io [2021-03-18T06:04:56.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:04:56.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:04:56.619Z] Configure a credential helper to remove this warning. See [2021-03-18T06:04:56.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:04:56.619Z] [2021-03-18T06:04:56.619Z] Login Succeeded [2021-03-18T06:04:56.619Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T06:04:56.637Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T06:04:57.091Z] ========================================================= [2021-03-18T06:04:57.091Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T06:04:57.091Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:04:57.466Z] + 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-03-18T06:04:57.750Z] Sending build context to Docker daemon 520.2kB [2021-03-18T06:04:57.750Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T06:04:57.750Z] Step 2/8 : FROM ${BASE} [2021-03-18T06:04:58.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T06:04:58.025Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T06:04:58.025Z] a4357932f1b6: Pulling fs layer [2021-03-18T06:04:58.025Z] 18c013af1878: Pulling fs layer [2021-03-18T06:04:58.025Z] 00ac8860ef70: Pulling fs layer [2021-03-18T06:04:58.025Z] 63d7cb157983: Pulling fs layer [2021-03-18T06:04:58.025Z] b116817d02f9: Pulling fs layer [2021-03-18T06:04:58.025Z] 745a02a5169b: Pulling fs layer [2021-03-18T06:04:58.025Z] 00ac8860ef70: Waiting [2021-03-18T06:04:58.025Z] 63d7cb157983: Waiting [2021-03-18T06:04:58.025Z] b116817d02f9: Waiting [2021-03-18T06:04:58.025Z] 745a02a5169b: Waiting [2021-03-18T06:04:58.025Z] 18c013af1878: Download complete [2021-03-18T06:04:58.025Z] a4357932f1b6: Verifying Checksum [2021-03-18T06:04:58.025Z] a4357932f1b6: Download complete [2021-03-18T06:04:58.025Z] 63d7cb157983: Verifying Checksum [2021-03-18T06:04:58.025Z] 63d7cb157983: Download complete [2021-03-18T06:04:58.025Z] b116817d02f9: Download complete [2021-03-18T06:04:58.025Z] 5f621e34cdf4: Verifying Checksum [2021-03-18T06:04:58.025Z] 5f621e34cdf4: Download complete [2021-03-18T06:04:58.623Z] 5f621e34cdf4: Pull complete [2021-03-18T06:04:59.227Z] a4357932f1b6: Pull complete [2021-03-18T06:04:59.503Z] 18c013af1878: Pull complete [2021-03-18T06:05:00.949Z] 745a02a5169b: Verifying Checksum [2021-03-18T06:05:00.950Z] 745a02a5169b: Download complete [2021-03-18T06:05:02.383Z] 00ac8860ef70: Verifying Checksum [2021-03-18T06:05:02.383Z] 00ac8860ef70: Download complete [2021-03-18T06:05:10.595Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-03-18T06:05:10.596Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.317s coverage: 63.8% of statements [2021-03-18T06:05:10.596Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-18T06:05:13.217Z] gofmt -l . [2021-03-18T06:05:13.217Z] [ "`gofmt -l .`" = "" ] [2021-03-18T06:05:13.217Z] ./bin/test-attribution-txt.sh [2021-03-18T06:05:13.240Z] 00ac8860ef70: Pull complete [2021-03-18T06:05:13.240Z] 63d7cb157983: Pull complete [2021-03-18T06:05:13.240Z] b116817d02f9: Pull complete [2021-03-18T06:05:14.169Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-18T06:05:14.189Z] $ docker stop --time=1 bbaf77e5cc8d8fe81cec6f3ad41c60224e809d8b21889cc411c60d8de22ede03 [2021-03-18T06:05:16.080Z] $ docker rm -f bbaf77e5cc8d8fe81cec6f3ad41c60224e809d8b21889cc411c60d8de22ede03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T06:05:16.644Z] 745a02a5169b: Pull complete [2021-03-18T06:05:16.644Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T06:05:16.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T06:05:16.644Z] ---> b7e6874047d6 [2021-03-18T06:05:16.644Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-03-18T06:05:16.747Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T06:05:17.146Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-18T06:05:19.308Z] ---> Running in bfa5473bb489 [2021-03-18T06:05:19.343Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T06:05:19.668Z] + ls -al . [2021-03-18T06:05:19.668Z] total 128 [2021-03-18T06:05:19.668Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 18 06:05 . [2021-03-18T06:05:19.668Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 18 06:03 .. [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 7136 Mar 18 06:03 Attribution.txt [2021-03-18T06:05:19.668Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 18 06:03 bin [2021-03-18T06:05:19.668Z] drwxrwxr-x. 3 jenkins jenkins 32 Mar 18 06:03 cmd [2021-03-18T06:05:19.668Z] -rw-r--r--. 1 jenkins jenkins 47247 Mar 18 06:05 coverage.out [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 1851 Mar 18 06:03 Dockerfile [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 961 Mar 18 06:03 Dockerfile.build [2021-03-18T06:05:19.668Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 18 06:03 .git [2021-03-18T06:05:19.668Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 06:03 .github [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 258 Mar 18 06:03 .gitignore [2021-03-18T06:05:19.668Z] -rw-r--r--. 1 jenkins jenkins 809 Mar 18 06:05 go.mod [2021-03-18T06:05:19.668Z] -rw-r--r--. 1 jenkins jenkins 20118 Mar 18 06:05 go.sum [2021-03-18T06:05:19.668Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 18 06:03 internal [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 660 Mar 18 06:03 Jenkinsfile [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 11340 Mar 18 06:03 LICENSE [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 873 Mar 18 06:03 Makefile [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 918 Mar 18 06:03 README.md [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 18 06:01 VERSION [2021-03-18T06:05:19.668Z] -rw-rw-r--. 1 jenkins jenkins 235 Mar 18 06:03 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:05:19.920Z] Removing intermediate container bfa5473bb489 [2021-03-18T06:05:19.920Z] ---> ad46cacbef22 [2021-03-18T06:05:19.920Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:05:19.920Z] ---> Running in 668b6c4c58b7 [2021-03-18T06:05:20.006Z] + 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=66ae5159616c5dcef1f127c8594c634aa87d32be --label arch=amd64 --label version=0.0.0 . [2021-03-18T06:05:20.006Z] Sending build context to Docker daemon 590.3kB [2021-03-18T06:05:20.006Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T06:05:20.006Z] Step 2/22 : FROM ${BASE} AS builder [2021-03-18T06:05:20.006Z] ---> dc468ddaa437 [2021-03-18T06:05:20.006Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-03-18T06:05:20.597Z] ---> Running in 8b3d53913ea6 [2021-03-18T06:05:20.598Z] Removing intermediate container 8b3d53913ea6 [2021-03-18T06:05:20.598Z] ---> ddfabaaf8ac2 [2021-03-18T06:05:20.598Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T06:05:20.867Z] ---> Running in f6ae24cc7838 [2021-03-18T06:05:20.867Z] Removing intermediate container f6ae24cc7838 [2021-03-18T06:05:20.867Z] ---> 7a4e9f51a54c [2021-03-18T06:05:20.867Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-03-18T06:05:21.142Z] ---> Running in 5752c3c089c6 [2021-03-18T06:05:21.142Z] Removing intermediate container 5752c3c089c6 [2021-03-18T06:05:21.142Z] ---> cb6eb4863aee [2021-03-18T06:05:21.142Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:05:21.142Z] ---> Running in fa46bd4d733f [2021-03-18T06:05:22.547Z] Removing intermediate container fa46bd4d733f [2021-03-18T06:05:22.547Z] ---> 256a3f142e5f [2021-03-18T06:05:22.547Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T06:05:22.547Z] ---> Running in fcbfe45b23c8 [2021-03-18T06:05:22.565Z] Removing intermediate container 668b6c4c58b7 [2021-03-18T06:05:22.565Z] ---> 107a873c630d [2021-03-18T06:05:22.565Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-03-18T06:05:22.565Z] ---> Running in 68f142fa0dcd [2021-03-18T06:05:22.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:05:23.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:05:23.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:05:24.036Z] OK: 237 MiB in 53 packages [2021-03-18T06:05:24.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:05:24.637Z] Removing intermediate container fcbfe45b23c8 [2021-03-18T06:05:24.637Z] ---> 7e9d6f74a4fe [2021-03-18T06:05:24.637Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-03-18T06:05:24.637Z] ---> Running in 133e41f579fd [2021-03-18T06:05:24.728Z] (1/14) Installing libmagic (5.38-r0) [2021-03-18T06:05:24.904Z] Removing intermediate container 133e41f579fd [2021-03-18T06:05:24.904Z] ---> bc396e43a231 [2021-03-18T06:05:24.904Z] Step 9/22 : COPY . . [2021-03-18T06:05:24.998Z] (2/14) Installing file (5.38-r0) [2021-03-18T06:05:25.268Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-03-18T06:05:25.268Z] (4/14) Installing g++ (9.3.0-r2) [2021-03-18T06:05:25.856Z] ---> 251de9e8f456 [2021-03-18T06:05:25.856Z] Step 10/22 : ARG MAKE='make build' [2021-03-18T06:05:25.856Z] ---> Running in 0b8b5a1f66f4 [2021-03-18T06:05:25.856Z] Removing intermediate container 0b8b5a1f66f4 [2021-03-18T06:05:25.856Z] ---> 9145a2bf3007 [2021-03-18T06:05:25.856Z] Step 11/22 : RUN $MAKE [2021-03-18T06:05:26.119Z] ---> Running in f52bad7e7ea0 [2021-03-18T06:05:26.399Z] 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-03-18T06:05:38.812Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T06:05:40.352Z] (5/14) Installing fortify-headers (1.1-r0) [2021-03-18T06:05:40.352Z] (6/14) Installing patch (2.7.6-r6) [2021-03-18T06:05:40.352Z] (7/14) Installing build-base (0.5-r2) [2021-03-18T06:05:40.352Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-03-18T06:05:40.352Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-03-18T06:05:40.352Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-03-18T06:05:40.352Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-03-18T06:05:40.352Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-03-18T06:05:40.352Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-03-18T06:05:40.352Z] (14/14) Installing openssh (8.3_p1-r1) [2021-03-18T06:05:40.352Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:05:40.352Z] OK: 221 MiB in 53 packages [2021-03-18T06:05:43.045Z] Removing intermediate container f52bad7e7ea0 [2021-03-18T06:05:43.045Z] ---> e583b1157f6f [2021-03-18T06:05:43.045Z] Step 12/22 : FROM alpine:3.12 [2021-03-18T06:05:43.045Z] 3.12: Pulling from library/alpine [2021-03-18T06:05:43.045Z] f84cab65f19f: Pulling fs layer [2021-03-18T06:05:43.045Z] f84cab65f19f: Download complete [2021-03-18T06:05:43.310Z] f84cab65f19f: Pull complete [2021-03-18T06:05:43.572Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T06:05:43.572Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T06:05:43.572Z] ---> 88dd2752d2ea [2021-03-18T06:05:43.572Z] Step 13/22 : ENV APP_PORT=49990 [2021-03-18T06:05:43.572Z] ---> Running in e8cd70415395 [2021-03-18T06:05:43.835Z] Removing intermediate container e8cd70415395 [2021-03-18T06:05:43.835Z] ---> 9b873d9556be [2021-03-18T06:05:43.835Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T06:05:43.835Z] ---> Running in ff01b9c074c0 [2021-03-18T06:05:44.101Z] Removing intermediate container ff01b9c074c0 [2021-03-18T06:05:44.101Z] ---> a295f60364f7 [2021-03-18T06:05:44.101Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-03-18T06:05:44.679Z] ---> 72596e4fde29 [2021-03-18T06:05:44.679Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-03-18T06:05:44.687Z] Removing intermediate container 68f142fa0dcd [2021-03-18T06:05:44.687Z] ---> 4124fa240678 [2021-03-18T06:05:44.687Z] Step 6/8 : WORKDIR /device-virtual-go [2021-03-18T06:05:44.687Z] ---> Running in aea7689f585f [2021-03-18T06:05:44.687Z] Removing intermediate container aea7689f585f [2021-03-18T06:05:44.687Z] ---> 6de13675d5c5 [2021-03-18T06:05:44.687Z] Step 7/8 : COPY . . [2021-03-18T06:05:44.945Z] ---> 12b4fdaa1fe3 [2021-03-18T06:05:44.945Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-03-18T06:05:44.945Z] ---> 1c6081ef3a4e [2021-03-18T06:05:44.945Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-03-18T06:05:45.207Z] ---> Running in 61cf2c061beb [2021-03-18T06:05:45.207Z] Removing intermediate container 61cf2c061beb [2021-03-18T06:05:45.207Z] ---> 703172965486 [2021-03-18T06:05:45.208Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:05:45.471Z] ---> Running in 9d1f6dcc1873 [2021-03-18T06:05:45.471Z] Removing intermediate container 9d1f6dcc1873 [2021-03-18T06:05:45.471Z] ---> 9626c034eccc [2021-03-18T06:05:45.471Z] Step 20/22 : LABEL arch=amd64 [2021-03-18T06:05:45.471Z] ---> Running in 2e97c158d781 [2021-03-18T06:05:45.665Z] ---> 0e01a2a909b1 [2021-03-18T06:05:45.666Z] Step 8/8 : RUN go mod download [2021-03-18T06:05:45.666Z] ---> Running in 829dbf5c8ded [2021-03-18T06:05:45.735Z] Removing intermediate container 2e97c158d781 [2021-03-18T06:05:45.735Z] ---> 23a37711765a [2021-03-18T06:05:45.735Z] Step 21/22 : LABEL git_sha=66ae5159616c5dcef1f127c8594c634aa87d32be [2021-03-18T06:05:45.735Z] ---> Running in 37311cc4e69c [2021-03-18T06:05:45.999Z] Removing intermediate container 37311cc4e69c [2021-03-18T06:05:45.999Z] ---> 5cc8c499de07 [2021-03-18T06:05:45.999Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T06:05:45.999Z] ---> Running in 40eeebe5ab3b [2021-03-18T06:05:46.263Z] Removing intermediate container 40eeebe5ab3b [2021-03-18T06:05:46.263Z] ---> 09e4f6c4c178 [2021-03-18T06:05:46.263Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T06:05:46.263Z] Successfully built 09e4f6c4c178 [2021-03-18T06:05:46.263Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:05:47.314Z] ---> job-cost.sh [2021-03-18T06:05:47.314Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1mP4 [2021-03-18T06:06:02.278Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T06:06:12.474Z] Removing intermediate container 829dbf5c8ded [2021-03-18T06:06:12.474Z] ---> 0eb0f8c42c88 [2021-03-18T06:06:12.474Z] Successfully built 0eb0f8c42c88 [2021-03-18T06:06:12.474Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:06:12.816Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T06:06:12.816Z] . [Pipeline] withDockerContainer [2021-03-18T06:06:13.046Z] prd-ubuntu18.04-docker-arm64-4c-16g-30260 does not seem to be running inside a container [2021-03-18T06:06:13.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-18T06:06:14.587Z] $ docker top f191f3c06782e388396c1ad2078e102e9f6a06e0949340f1d90706be41c75914 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:06:15.599Z] + go version [2021-03-18T06:06:15.599Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T06:06:15.650Z] $ docker stop --time=1 f191f3c06782e388396c1ad2078e102e9f6a06e0949340f1d90706be41c75914 [2021-03-18T06:06:17.477Z] $ docker rm -f f191f3c06782e388396c1ad2078e102e9f6a06e0949340f1d90706be41c75914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:06:18.446Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T06:06:18.446Z] . [Pipeline] withDockerContainer [2021-03-18T06:06:18.674Z] prd-ubuntu18.04-docker-arm64-4c-16g-30260 does not seem to be running inside a container [2021-03-18T06:06:18.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-18T06:06:20.157Z] $ docker top 65ce120e40faadee634de2abb325d5403088bb7f4e9a3bca1db74bf4bc74878c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:06:21.184Z] + make test [2021-03-18T06:06:21.184Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-18T06:06:22.174Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-03-18T06:06:34.458Z] lf-activate-venv(): INFO: Adding /tmp/venv-1mP4/bin to PATH [2021-03-18T06:06:34.458Z] INFO: No Stack... [2021-03-18T06:06:34.458Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T06:06:34.458Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T06:06:34.787Z] + cat /w/workspace/device-virtual-go/5/archives/cost.csv [2021-03-18T06:06:34.787Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T06:06:34.883Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] [2021-03-18T06:06:34.891Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] did not exist. Created. [2021-03-18T06:06:34.892Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T06:06:35.338Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-18T06:06:35.544Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T06:06:35.557Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T06:07:09.203Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-03-18T06:07:09.203Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.467s coverage: 63.8% of statements [2021-03-18T06:07:09.204Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-18T06:07:15.940Z] gofmt -l . [2021-03-18T06:07:15.940Z] [ "`gofmt -l .`" = "" ] [2021-03-18T06:07:15.940Z] ./bin/test-attribution-txt.sh [2021-03-18T06:07:17.380Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-18T06:07:18.047Z] $ docker stop --time=1 65ce120e40faadee634de2abb325d5403088bb7f4e9a3bca1db74bf4bc74878c [2021-03-18T06:07:20.230Z] $ docker rm -f 65ce120e40faadee634de2abb325d5403088bb7f4e9a3bca1db74bf4bc74878c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T06:07:21.115Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T06:07:21.206Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T06:07:22.282Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T06:07:22.991Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T06:07:23.350Z] + ls -al . [2021-03-18T06:07:23.350Z] total 152 [2021-03-18T06:07:23.350Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 18 06:07 . [2021-03-18T06:07:23.350Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 06:04 .. [2021-03-18T06:07:23.350Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 06:04 .git [2021-03-18T06:07:23.350Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 06:04 .github [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 258 Mar 18 06:04 .gitignore [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 7136 Mar 18 06:04 Attribution.txt [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 1851 Mar 18 06:04 Dockerfile [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 961 Mar 18 06:04 Dockerfile.build [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 18 06:04 Jenkinsfile [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 18 06:04 LICENSE [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 873 Mar 18 06:04 Makefile [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 918 Mar 18 06:04 README.md [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 06:01 VERSION [2021-03-18T06:07:23.350Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 06:04 bin [2021-03-18T06:07:23.350Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 06:04 cmd [2021-03-18T06:07:23.350Z] -rw-r--r-- 1 jenkins jenkins 47247 Mar 18 06:07 coverage.out [2021-03-18T06:07:23.350Z] -rw-r--r-- 1 jenkins jenkins 809 Mar 18 06:07 go.mod [2021-03-18T06:07:23.350Z] -rw-r--r-- 1 jenkins jenkins 20118 Mar 18 06:07 go.sum [2021-03-18T06:07:23.350Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 06:04 internal [2021-03-18T06:07:23.350Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 18 06:04 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:07:23.727Z] + 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=66ae5159616c5dcef1f127c8594c634aa87d32be --label arch=arm64 --label version=0.0.0 . [2021-03-18T06:07:24.006Z] Sending build context to Docker daemon 589.3kB [2021-03-18T06:07:24.294Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T06:07:24.295Z] Step 2/22 : FROM ${BASE} AS builder [2021-03-18T06:07:24.295Z] ---> 0eb0f8c42c88 [2021-03-18T06:07:24.295Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-03-18T06:07:24.295Z] ---> Running in 49e74c68761e [2021-03-18T06:07:24.886Z] Removing intermediate container 49e74c68761e [2021-03-18T06:07:24.886Z] ---> 20ce9cf33aae [2021-03-18T06:07:24.886Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T06:07:24.886Z] ---> Running in 248f546f3786 [2021-03-18T06:07:25.483Z] Removing intermediate container 248f546f3786 [2021-03-18T06:07:25.483Z] ---> 0b40f569f950 [2021-03-18T06:07:25.483Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-03-18T06:07:25.483Z] ---> Running in bd64ac8a84f2 [2021-03-18T06:07:25.758Z] Removing intermediate container bd64ac8a84f2 [2021-03-18T06:07:25.758Z] ---> 7fffb498d15e [2021-03-18T06:07:25.758Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:07:26.031Z] ---> Running in 2369d36b111d [2021-03-18T06:07:28.004Z] Removing intermediate container 2369d36b111d [2021-03-18T06:07:28.004Z] ---> 90ca8ea81190 [2021-03-18T06:07:28.004Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T06:07:28.280Z] ---> Running in 71a8bda87315 [2021-03-18T06:07:29.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:07:29.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:07:30.447Z] OK: 221 MiB in 53 packages [2021-03-18T06:07:31.435Z] Removing intermediate container 71a8bda87315 [2021-03-18T06:07:31.435Z] ---> 733a80aa4873 [2021-03-18T06:07:31.435Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-03-18T06:07:31.709Z] ---> Running in 14065c54e1fa [2021-03-18T06:07:32.302Z] Removing intermediate container 14065c54e1fa [2021-03-18T06:07:32.302Z] ---> 19c38c450ba6 [2021-03-18T06:07:32.302Z] Step 9/22 : COPY . . [2021-03-18T06:07:33.285Z] ---> c99d5a1b81b3 [2021-03-18T06:07:33.285Z] Step 10/22 : ARG MAKE='make build' [2021-03-18T06:07:33.285Z] ---> Running in 379e9c267fe6 [2021-03-18T06:07:33.881Z] Removing intermediate container 379e9c267fe6 [2021-03-18T06:07:33.882Z] ---> c26e14471682 [2021-03-18T06:07:33.882Z] Step 11/22 : RUN $MAKE [2021-03-18T06:07:33.882Z] ---> Running in bf5bdeea43c5 [2021-03-18T06:07:35.320Z] 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-03-18T06:08:07.706Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T06:08:15.971Z] Removing intermediate container bf5bdeea43c5 [2021-03-18T06:08:15.971Z] ---> 9e9a45010780 [2021-03-18T06:08:15.971Z] Step 12/22 : FROM alpine:3.12 [2021-03-18T06:08:15.971Z] 3.12: Pulling from library/alpine [2021-03-18T06:08:15.971Z] dce8679b510e: Pulling fs layer [2021-03-18T06:08:16.243Z] dce8679b510e: Download complete [2021-03-18T06:08:16.842Z] dce8679b510e: Pull complete [2021-03-18T06:08:16.842Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T06:08:16.842Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T06:08:16.842Z] ---> d10569e2745f [2021-03-18T06:08:16.842Z] Step 13/22 : ENV APP_PORT=49990 [2021-03-18T06:08:17.115Z] ---> Running in 5873041ad5f0 [2021-03-18T06:08:17.389Z] Removing intermediate container 5873041ad5f0 [2021-03-18T06:08:17.389Z] ---> 5041e36ecf10 [2021-03-18T06:08:17.389Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T06:08:17.663Z] ---> Running in 0ee481c13ee9 [2021-03-18T06:08:17.936Z] Removing intermediate container 0ee481c13ee9 [2021-03-18T06:08:17.936Z] ---> bf04a20710ca [2021-03-18T06:08:17.936Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-03-18T06:08:19.381Z] ---> 64b7f5a561f7 [2021-03-18T06:08:19.381Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-03-18T06:08:19.975Z] ---> 70838fb70628 [2021-03-18T06:08:19.975Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-03-18T06:08:20.949Z] ---> e7d4136d1928 [2021-03-18T06:08:20.949Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-03-18T06:08:20.949Z] ---> Running in 212270d3a40a [2021-03-18T06:08:21.543Z] Removing intermediate container 212270d3a40a [2021-03-18T06:08:21.543Z] ---> 2dd421eccbbb [2021-03-18T06:08:21.543Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:08:22.135Z] ---> Running in d878a4756840 [2021-03-18T06:08:23.110Z] Removing intermediate container d878a4756840 [2021-03-18T06:08:23.110Z] ---> 2189bd41d932 [2021-03-18T06:08:23.110Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T06:08:23.110Z] ---> Running in 849f706e219e [2021-03-18T06:08:23.706Z] Removing intermediate container 849f706e219e [2021-03-18T06:08:23.706Z] ---> d4c971af858f [2021-03-18T06:08:23.706Z] Step 21/22 : LABEL git_sha=66ae5159616c5dcef1f127c8594c634aa87d32be [2021-03-18T06:08:23.706Z] ---> Running in f5f478a07a72 [2021-03-18T06:08:24.307Z] Removing intermediate container f5f478a07a72 [2021-03-18T06:08:24.307Z] ---> ce181b7e1cb0 [2021-03-18T06:08:24.307Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T06:08:24.307Z] ---> Running in ee4586768865 [2021-03-18T06:08:24.579Z] Removing intermediate container ee4586768865 [2021-03-18T06:08:24.579Z] ---> 6b4accee6ea3 [2021-03-18T06:08:24.579Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T06:08:24.849Z] Successfully built 6b4accee6ea3 [2021-03-18T06:08:24.849Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:08:25.732Z] ---> job-cost.sh [2021-03-18T06:08:25.732Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mMJQ [2021-03-18T06:09:04.705Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T06:10:41.492Z] lf-activate-venv(): INFO: Adding /tmp/venv-mMJQ/bin to PATH [2021-03-18T06:10:41.492Z] INFO: No Stack... [2021-03-18T06:10:42.464Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T06:10:43.056Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T06:10:43.394Z] + cut -d, -f6 [2021-03-18T06:10:43.395Z] + cat /w/workspace/device-virtual-go/5/archives/cost.csv [Pipeline] lock [2021-03-18T06:10:43.509Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] [2021-03-18T06:10:43.547Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] did not exist. Created. [2021-03-18T06:10:43.547Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T06:10:43.971Z] /w/workspace/device-virtual-go/5@tmp/durable-63f97410/script.sh: 1: /w/workspace/device-virtual-go/5@tmp/durable-63f97410/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-18T06:10:44.317Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T06:10:44.336Z] Warning: overwriting stash ‘stack-cost’ [2021-03-18T06:10:44.486Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T06:10:44.510Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-5-stack-cost] [Pipeline] // lock [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-03-18T06:10:45.713Z] provisioning config files... [2021-03-18T06:10:45.722Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config3338480566898419794tmp [Pipeline] { [Pipeline] sh [2021-03-18T06:10:46.105Z] + set +x [2021-03-18T06:10:46.105Z] + curl -s https://codecov.io/bash [2021-03-18T06:10:46.105Z] + bash -s -- [2021-03-18T06:10:46.105Z] [2021-03-18T06:10:46.105Z] _____ _ [2021-03-18T06:10:46.105Z] / ____| | | [2021-03-18T06:10:46.105Z] | | ___ __| | ___ ___ _____ __ [2021-03-18T06:10:46.105Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-18T06:10:46.105Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-18T06:10:46.105Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-18T06:10:46.105Z] Bash-20210309-2b87ace [2021-03-18T06:10:46.105Z] [2021-03-18T06:10:46.105Z] [2021-03-18T06:10:46.105Z] ==> git version 2.24.3 found [2021-03-18T06:10:46.105Z] ==> 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-03-18T06:10:46.105Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-18T06:10:46.105Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-18T06:10:46.105Z] ==> Jenkins CI detected. [2021-03-18T06:10:46.371Z] project root: . [2021-03-18T06:10:46.371Z] --> token set from env [2021-03-18T06:10:46.371Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-18T06:10:46.371Z] ==> Running gcov in . (disable via -X gcov) [2021-03-18T06:10:46.371Z] ==> Python coveragepy not found [2021-03-18T06:10:46.371Z] ==> Searching for coverage reports in: [2021-03-18T06:10:46.371Z] + . [2021-03-18T06:10:46.371Z] -> Found 1 reports [2021-03-18T06:10:46.371Z] ==> Detecting git/mercurial file structure [2021-03-18T06:10:46.371Z] ==> Reading reports [2021-03-18T06:10:46.371Z] + ./coverage.out bytes=47247 [2021-03-18T06:10:46.371Z] ==> Appending adjustments [2021-03-18T06:10:46.371Z] https://docs.codecov.io/docs/fixing-reports [2021-03-18T06:10:46.371Z] + Found adjustments [2021-03-18T06:10:46.371Z] ==> Gzipping contents [2021-03-18T06:10:46.371Z] 8.0K /tmp/codecov.JjHSA6.gz [2021-03-18T06:10:46.371Z] ==> Uploading reports [2021-03-18T06:10:46.371Z] url: https://codecov.io [2021-03-18T06:10:46.371Z] query: branch=PR-169&commit=66ae5159616c5dcef1f127c8594c634aa87d32be&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2021-03-18T06:10:46.371Z] -> Pinging Codecov [2021-03-18T06:10:46.371Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-169&commit=66ae5159616c5dcef1f127c8594c634aa87d32be&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2021-03-18T06:10:46.942Z] -> Uploading to [2021-03-18T06:10:46.942Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-18/5E52B4B073DB2E39498172D8E973AA87/66ae5159616c5dcef1f127c8594c634aa87d32be/d17e4095-8570-42b3-ae7b-34ba50286d88.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T061046Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb6e7726733e941d2a6f7269c98d1d4d554fada1651ac1e83b3167e356b6a041 [2021-03-18T06:10:46.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-18T06:10:46.942Z] Dload Upload Total Spent Left Speed [2021-03-18T06:10:47.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5769 0 0 100 5769 0 15531 --:--:-- --:--:-- --:--:-- 15549 [2021-03-18T06:10:47.202Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/66ae5159616c5dcef1f127c8594c634aa87d32be [Pipeline] } [2021-03-18T06:10:47.212Z] 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] { (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-03-18T06:10:49.547Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:10:49.848Z] ---> package-listing.sh [2021-03-18T06:10:49.849Z] ++ facter osfamily [2021-03-18T06:10:49.849Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T06:10:49.849Z] + OS_FAMILY=redhat [2021-03-18T06:10:49.849Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-169 [2021-03-18T06:10:49.849Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T06:10:49.849Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T06:10:49.849Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T06:10:49.849Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T06:10:49.849Z] + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' [2021-03-18T06:10:49.849Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T06:10:49.849Z] + case "${OS_FAMILY}" in [2021-03-18T06:10:49.849Z] + rpm -qa [2021-03-18T06:10:49.849Z] + sort [2021-03-18T06:10:54.061Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T06:10:54.061Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T06:10:54.061Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T06:10:54.061Z] + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' [2021-03-18T06:10:54.061Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-169/archives/ [2021-03-18T06:10:54.062Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-169/archives/ [Pipeline] echo [2021-03-18T06:10:54.075Z] 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-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T06:10:54.361Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:10:54.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T06:10:54.665Z] [2021-03-18T06:10:54.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:10:55.043Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T06:10:55.043Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T06:10:55.043Z] df20fa9351a1: Pulling fs layer [2021-03-18T06:10:55.043Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T06:10:55.043Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T06:10:55.043Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T06:10:55.043Z] 93b61091891f: Pulling fs layer [2021-03-18T06:10:55.043Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T06:10:55.043Z] 5e14af77c1be: Pulling fs layer [2021-03-18T06:10:55.043Z] 01666e4c0597: Pulling fs layer [2021-03-18T06:10:55.043Z] aa168da1d23b: Pulling fs layer [2021-03-18T06:10:55.043Z] 93b9cdb0e59b: Waiting [2021-03-18T06:10:55.043Z] 5e14af77c1be: Waiting [2021-03-18T06:10:55.043Z] aa168da1d23b: Waiting [2021-03-18T06:10:55.043Z] 01666e4c0597: Waiting [2021-03-18T06:10:55.043Z] 46f8f816bc3b: Waiting [2021-03-18T06:10:55.043Z] 93b61091891f: Waiting [2021-03-18T06:10:55.043Z] 36b3adc4ff6f: Download complete [2021-03-18T06:10:55.043Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T06:10:55.043Z] 46f8f816bc3b: Download complete [2021-03-18T06:10:55.043Z] df20fa9351a1: Verifying Checksum [2021-03-18T06:10:55.043Z] df20fa9351a1: Download complete [2021-03-18T06:10:55.308Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T06:10:55.308Z] 93b9cdb0e59b: Download complete [2021-03-18T06:10:55.308Z] 5e14af77c1be: Verifying Checksum [2021-03-18T06:10:55.308Z] 5e14af77c1be: Download complete [2021-03-18T06:10:55.308Z] 93b61091891f: Verifying Checksum [2021-03-18T06:10:55.308Z] 93b61091891f: Download complete [2021-03-18T06:10:55.308Z] 01666e4c0597: Verifying Checksum [2021-03-18T06:10:55.308Z] 01666e4c0597: Download complete [2021-03-18T06:10:55.575Z] df20fa9351a1: Pull complete [2021-03-18T06:10:55.575Z] 36b3adc4ff6f: Pull complete [2021-03-18T06:10:55.850Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T06:10:55.851Z] 8ad3a11d3b57: Download complete [2021-03-18T06:10:56.448Z] 8ad3a11d3b57: Pull complete [2021-03-18T06:10:56.726Z] 46f8f816bc3b: Pull complete [2021-03-18T06:10:57.695Z] aa168da1d23b: Verifying Checksum [2021-03-18T06:10:57.695Z] aa168da1d23b: Download complete [2021-03-18T06:10:57.695Z] 93b61091891f: Pull complete [2021-03-18T06:10:57.695Z] 93b9cdb0e59b: Pull complete [2021-03-18T06:10:57.966Z] 5e14af77c1be: Pull complete [2021-03-18T06:10:57.966Z] 01666e4c0597: Pull complete [2021-03-18T06:11:04.612Z] aa168da1d23b: Pull complete [2021-03-18T06:11:04.612Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T06:11:04.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T06:11:04.612Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T06:11:04.758Z] prd-centos7-docker-4c-2g-30258 does not seem to be running inside a container [2021-03-18T06:11:04.796Z] $ 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-169/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-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T06:11:08.174Z] $ docker top 6f638db23461990552a9569d2123a3d4dca909c8dd7ba6e1db86cdbfeb8727f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:11:08.680Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T06:11:08.978Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T06:11:09.271Z] + ls /var/log/sa-host [2021-03-18T06:11:09.271Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T06:11:09.271Z] file_magic: OK [2021-03-18T06:11:09.271Z] HZ: Using current value: 100 [2021-03-18T06:11:09.271Z] file_header: OK [2021-03-18T06:11:09.271Z] 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-03-18T06:11:09.271Z] Statistics: [2021-03-18T06:11:09.271Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-18T06:11:09.271Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T06:11:09.271Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T06:11:09.271Z] file_magic: OK [2021-03-18T06:11:09.271Z] HZ: Using current value: 100 [2021-03-18T06:11:09.271Z] file_header: OK [2021-03-18T06:11:09.271Z] 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-03-18T06:11:09.271Z] Statistics: [2021-03-18T06:11:09.271Z] Hnuu...uuuununununu... [2021-03-18T06:11:09.271Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T06:11:09.606Z] provisioning config files... [2021-03-18T06:11:09.625Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config4452249535490911147tmp [Pipeline] { [Pipeline] echo [2021-03-18T06:11:09.703Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:11:10.307Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T06:11:10.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T06:11:10.448Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:11:10.742Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T06:11:10.753Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:11:11.048Z] ---> sudo-logs.sh [2021-03-18T06:11:11.049Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T06:11:11.109Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:11:11.399Z] ---> job-cost.sh [2021-03-18T06:11:11.400Z] lf-activate-venv: SKIPPING [2021-03-18T06:11:11.400Z] DEBUG: total: 0.20999999344348907 [2021-03-18T06:11:11.400Z] INFO: Retrieving Stack Cost... [2021-03-18T06:11:12.784Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T06:11:13.045Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T06:11:13.058Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:11:13.348Z] ---> logs-deploy.sh [2021-03-18T06:11:13.348Z] lf-activate-venv: SKIPPING [2021-03-18T06:11:13.348Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-169/5 [2021-03-18T06:11:13.348Z] INFO: archiving workspace using pattern(s): [2021-03-18T06:11:15.264Z] Archives upload complete. [2021-03-18T06:11:15.264Z] INFO: archiving logs to Nexus