Pull request #163 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e925c42c1d4227fdf5cee209a910eb4948b68193+b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (707bc8c065779e122c3d38599be9a831a61ada40) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-163/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-163/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19388 in /w/workspace/foundry_device-virtual-go_PR-163 [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-163 # 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 Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit e925c42c1d4227fdf5cee209a910eb4948b68193 Merge succeeded, producing e925c42c1d4227fdf5cee209a910eb4948b68193 Checking out Revision e925c42c1d4227fdf5cee209a910eb4948b68193 (PR-163) > 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/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T06:10:34.666Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T06:10:35.176Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T06:10:35.506Z] ========================================================= [2021-01-11T06:10:35.506Z] EdgeX Global Pipelines Version Info [2021-01-11T06:10:35.506Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:10:37.266Z] ------------------- [2021-01-11T06:10:37.266Z] stable info: [2021-01-11T06:10:37.266Z] ------------------- [2021-01-11T06:10:37.266Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T06:10:37.266Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T06:10:37.266Z] Message: update stable to v1.0.173 [2021-01-11T06:10:38.250Z] ------------------- [2021-01-11T06:10:38.250Z] experimental info: [2021-01-11T06:10:38.250Z] ------------------- [2021-01-11T06:10:38.250Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T06:10:38.250Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T06:10:38.250Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T06:10:38.781Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-11T06:10:38.947Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-11T06:10:39.128Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T06:10:39.310Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T06:10:39.539Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T06:10:39.726Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T06:10:39.908Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T06:10:40.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T06:10:40.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-11T06:10:40.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T06:10:40.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T06:10:40.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-11T06:10:41.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T06:10:41.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T06:10:41.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T06:10:41.581Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T06:10:41.729Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T06:10:41.859Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T06:10:42.170Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T06:10:42.293Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-11T06:10:42.422Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-11T06:10:42.556Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-11T06:10:42.697Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-11T06:10:42.810Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-11T06:10:42.971Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-11T06:10:43.122Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T06:10:43.244Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T06:10:43.394Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-163 [Pipeline] echo [2021-01-11T06:10:43.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-163 [Pipeline] echo [2021-01-11T06:10:43.671Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-163 [Pipeline] echo [2021-01-11T06:10:43.839Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e925c42c1d4227fdf5cee209a910eb4948b68193 [Pipeline] echo [2021-01-11T06:10:44.000Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e925c42 [Pipeline] echo [2021-01-11T06:10:44.131Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T06:10:44.414Z] provisioning config files... [2021-01-11T06:10:44.471Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-163@tmp/config7937571077467941571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:10:44.924Z] ---> docker-login.sh [2021-01-11T06:10:44.924Z] nexus3.edgexfoundry.org:10001 [2021-01-11T06:10:45.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:10:45.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:10:45.457Z] Configure a credential helper to remove this warning. See [2021-01-11T06:10:45.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:10:45.457Z] [2021-01-11T06:10:45.457Z] Login Succeeded [2021-01-11T06:10:45.457Z] nexus3.edgexfoundry.org:10002 [2021-01-11T06:10:45.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:10:45.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:10:45.720Z] Configure a credential helper to remove this warning. See [2021-01-11T06:10:45.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:10:45.720Z] [2021-01-11T06:10:45.720Z] Login Succeeded [2021-01-11T06:10:45.720Z] nexus3.edgexfoundry.org:10003 [2021-01-11T06:10:45.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:10:45.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:10:45.720Z] Configure a credential helper to remove this warning. See [2021-01-11T06:10:45.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:10:45.720Z] [2021-01-11T06:10:45.720Z] Login Succeeded [2021-01-11T06:10:45.985Z] nexus3.edgexfoundry.org:10004 [2021-01-11T06:10:45.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:10:45.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:10:45.985Z] Configure a credential helper to remove this warning. See [2021-01-11T06:10:45.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:10:45.985Z] [2021-01-11T06:10:45.985Z] Login Succeeded [2021-01-11T06:10:45.985Z] docker.io [2021-01-11T06:10:46.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:10:46.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:10:46.518Z] Configure a credential helper to remove this warning. See [2021-01-11T06:10:46.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:10:46.518Z] [2021-01-11T06:10:46.518Z] Login Succeeded [2021-01-11T06:10:46.518Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T06:10:46.561Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T06:10:47.694Z] + git log --format=format:%s -1 e925c42c1d4227fdf5cee209a910eb4948b68193 [Pipeline] echo [2021-01-11T06:10:47.806Z] GIT_COMMIT: e925c42c1d4227fdf5cee209a910eb4948b68193, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go [Pipeline] echo [2021-01-11T06:10:47.874Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:10:48.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T06:10:48.563Z] [2021-01-11T06:10:48.563Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:10:48.968Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T06:10:48.968Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T06:10:48.968Z] 31603596830f: Pulling fs layer [2021-01-11T06:10:48.968Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T06:10:48.968Z] 6ca5941a6612: Pulling fs layer [2021-01-11T06:10:48.968Z] ecc8261a40a4: Pulling fs layer [2021-01-11T06:10:48.968Z] ecc8261a40a4: Waiting [2021-01-11T06:10:48.968Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T06:10:48.968Z] 2a8b12db71e7: Download complete [2021-01-11T06:10:49.240Z] 31603596830f: Download complete [2021-01-11T06:10:49.240Z] ecc8261a40a4: Verifying Checksum [2021-01-11T06:10:49.240Z] ecc8261a40a4: Download complete [2021-01-11T06:10:49.510Z] 6ca5941a6612: Verifying Checksum [2021-01-11T06:10:49.510Z] 6ca5941a6612: Download complete [2021-01-11T06:10:49.510Z] 31603596830f: Pull complete [2021-01-11T06:10:49.774Z] 2a8b12db71e7: Pull complete [2021-01-11T06:10:50.746Z] 6ca5941a6612: Pull complete [2021-01-11T06:10:51.015Z] ecc8261a40a4: Pull complete [2021-01-11T06:10:51.015Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T06:10:51.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T06:10:51.015Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T06:10:51.225Z] prd-centos7-docker-4c-2g-19388 does not seem to be running inside a container [2021-01-11T06:10:51.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-163 -v /w/workspace/foundry_device-virtual-go_PR-163:/w/workspace/foundry_device-virtual-go_PR-163:rw,z -v /w/workspace/foundry_device-virtual-go_PR-163@tmp:/w/workspace/foundry_device-virtual-go_PR-163@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T06:10:53.935Z] $ docker top 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T06:10:54.408Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T06:10:54.408Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T06:10:54.644Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T06:10:54.650Z] $ docker exec 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent [2021-01-11T06:10:54.847Z] SSH_AUTH_SOCK=/tmp/ssh-uAAdRjNafAph/agent.11 [2021-01-11T06:10:54.847Z] SSH_AGENT_PID=17 [2021-01-11T06:10:54.861Z] Running ssh-add (command line suppressed) [2021-01-11T06:10:54.996Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_3276609061547237347.key (/w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_3276609061547237347.key) [2021-01-11T06:10:55.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T06:10:55.479Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T06:10:55.519Z] $ docker exec --env ******** --env ******** 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent -k [2021-01-11T06:10:55.654Z] unset SSH_AUTH_SOCK; [2021-01-11T06:10:55.655Z] unset SSH_AGENT_PID; [2021-01-11T06:10:55.655Z] echo Agent pid 17 killed; [2021-01-11T06:10:55.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T06:10:55.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T06:10:55.941Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T06:10:56.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T06:10:56.140Z] $ docker exec 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent [2021-01-11T06:10:56.330Z] SSH_AUTH_SOCK=/tmp/ssh-y8hR0pC1TBfZ/agent.46 [2021-01-11T06:10:56.330Z] SSH_AGENT_PID=51 [2021-01-11T06:10:56.339Z] Running ssh-add (command line suppressed) [2021-01-11T06:10:56.485Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_7644223242991687620.key (/w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_7644223242991687620.key) [2021-01-11T06:10:56.557Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T06:10:56.968Z] + git semver init [2021-01-11T06:10:56.968Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T06:10:56.968Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-163/.git [2021-01-11T06:10:56.968Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-163 [2021-01-11T06:10:56.968Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T06:10:56.968Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T06:10:56.968Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T06:10:56.968Z] # $SEMVER_BRANCH = PR-163 [2021-01-11T06:10:56.968Z] # $SEMVER_TEMP = /tmp/semver-331751173 [2021-01-11T06:10:56.968Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-11T06:10:57.549Z] # '/tmp/semver-331751173' -> '/w/workspace/foundry_device-virtual-go_PR-163/.semver' [2021-01-11T06:10:57.549Z] # -> Force: false [2021-01-11T06:10:57.549Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-163/.semver [Pipeline] } [2021-01-11T06:10:57.572Z] $ docker exec --env ******** --env ******** 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent -k [2021-01-11T06:10:57.727Z] unset SSH_AUTH_SOCK; [2021-01-11T06:10:57.728Z] unset SSH_AGENT_PID; [2021-01-11T06:10:57.728Z] echo Agent pid 51 killed; [2021-01-11T06:10:57.782Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T06:10:58.404Z] + git semver [Pipeline] } [2021-01-11T06:10:58.440Z] $ docker stop --time=1 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 [2021-01-11T06:10:59.961Z] $ docker rm -f 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T06:11:00.544Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T06:11:01.227Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T06:11:01.250Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-11T06:11:17.099Z] Still waiting to schedule task [2021-01-11T06:11:17.100Z] Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-19366’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19361’ is offline; ‘prd-centos7-docker-4c-2g-19362’ is offline; ‘prd-centos7-docker-4c-2g-19363’ is offline; ‘prd-centos7-docker-4c-2g-19364’ is offline; ‘prd-centos7-docker-4c-2g-19368’ is offline; ‘prd-centos7-docker-4c-2g-19369’ is offline; ‘prd-centos7-docker-4c-2g-19379’ is offline; ‘prd-centos7-docker-4c-2g-19394’ is offline; ‘prd-centos7-docker-4c-2g-19395’ is offline; ‘prd-centos7-docker-4c-2g-19396’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19367’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19372’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-11T06:11:17.127Z] Still waiting to schedule task [2021-01-11T06:11:17.127Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-11T06:15:20.188Z] Running on prd-centos7-docker-4c-2g-19398 in /w/workspace/foundry_device-virtual-go_PR-163 [Pipeline] { [Pipeline] ws [2021-01-11T06:15:20.285Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2021-01-11T06:15:27.042Z] using credential edgex-jenkins-ssh [2021-01-11T06:15:27.151Z] Cloning the remote Git repository [2021-01-11T06:15:27.219Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T06:15:27.366Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2021-01-11T06:15:27.564Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T06:15:27.566Z] > git --version # timeout=10 [2021-01-11T06:15:27.647Z] > git --version # 'git version 2.24.3' [2021-01-11T06:15:27.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:15:27.751Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:15:29.008Z] Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit e925c42c1d4227fdf5cee209a910eb4948b68193 [2021-01-11T06:15:29.211Z] Merge succeeded, producing e925c42c1d4227fdf5cee209a910eb4948b68193 [2021-01-11T06:15:29.212Z] Checking out Revision e925c42c1d4227fdf5cee209a910eb4948b68193 (PR-163) [2021-01-11T06:15:28.429Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T06:15:28.475Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:15:28.521Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T06:15:28.559Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T06:15:28.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:15:28.568Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T06:15:29.021Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:15:29.031Z] > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 [2021-01-11T06:15:29.098Z] > git remote # timeout=10 [2021-01-11T06:15:29.115Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T06:15:29.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:15:29.159Z] > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-11T06:15:29.187Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T06:15:29.216Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:15:29.222Z] > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 [2021-01-11T06:15:33.251Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" [2021-01-11T06:15:33.298Z] > git --version # timeout=10 [2021-01-11T06:15:33.368Z] > git --version # 'git version 2.24.3' [2021-01-11T06:15:33.398Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T06:15:35.294Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:15:35.708Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:15:36.097Z] + sudo service docker restart [2021-01-11T06:15:36.097Z] + true [2021-01-11T06:15:36.097Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T06:15:37.679Z] provisioning config files... [2021-01-11T06:15:37.730Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config8216912648976603877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:15:38.163Z] ---> docker-login.sh [2021-01-11T06:15:38.163Z] nexus3.edgexfoundry.org:10001 [2021-01-11T06:15:38.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:15:38.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:15:38.761Z] Configure a credential helper to remove this warning. See [2021-01-11T06:15:38.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:15:38.761Z] [2021-01-11T06:15:38.761Z] Login Succeeded [2021-01-11T06:15:38.761Z] nexus3.edgexfoundry.org:10002 [2021-01-11T06:15:39.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:15:39.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:15:39.342Z] Configure a credential helper to remove this warning. See [2021-01-11T06:15:39.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:15:39.342Z] [2021-01-11T06:15:39.342Z] Login Succeeded [2021-01-11T06:15:39.343Z] nexus3.edgexfoundry.org:10003 [2021-01-11T06:15:39.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:15:39.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:15:39.636Z] Configure a credential helper to remove this warning. See [2021-01-11T06:15:39.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:15:39.636Z] [2021-01-11T06:15:39.636Z] Login Succeeded [2021-01-11T06:15:39.636Z] nexus3.edgexfoundry.org:10004 [2021-01-11T06:15:39.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:15:39.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:15:39.910Z] Configure a credential helper to remove this warning. See [2021-01-11T06:15:39.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:15:39.910Z] [2021-01-11T06:15:39.910Z] Login Succeeded [2021-01-11T06:15:40.200Z] docker.io [2021-01-11T06:15:40.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:15:40.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:15:40.762Z] Configure a credential helper to remove this warning. See [2021-01-11T06:15:40.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:15:40.762Z] [2021-01-11T06:15:40.762Z] Login Succeeded [2021-01-11T06:15:40.762Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T06:15:40.801Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T06:15:42.008Z] ========================================================= [2021-01-11T06:15:42.008Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T06:15:42.008Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:15:42.703Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-11T06:15:43.018Z] Sending build context to Docker daemon 480.8kB [2021-01-11T06:15:43.018Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T06:15:43.018Z] Step 2/8 : FROM ${BASE} [2021-01-11T06:15:43.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T06:15:43.018Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T06:15:43.018Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T06:15:43.018Z] de9db76c5a1d: Pulling fs layer [2021-01-11T06:15:43.018Z] bca2f99d35d6: Pulling fs layer [2021-01-11T06:15:43.018Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T06:15:43.018Z] 7c6f9722023f: Pulling fs layer [2021-01-11T06:15:43.018Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T06:15:43.018Z] bca2f99d35d6: Waiting [2021-01-11T06:15:43.018Z] 93359f2a8cfa: Waiting [2021-01-11T06:15:43.018Z] 7c6f9722023f: Waiting [2021-01-11T06:15:43.018Z] a35cf1a2eb13: Waiting [2021-01-11T06:15:43.018Z] de9db76c5a1d: Verifying Checksum [2021-01-11T06:15:43.018Z] de9db76c5a1d: Download complete [2021-01-11T06:15:43.018Z] 0ef7d3d256c8: Download complete [2021-01-11T06:15:43.319Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T06:15:43.319Z] 93359f2a8cfa: Download complete [2021-01-11T06:15:43.670Z] 7c6f9722023f: Verifying Checksum [2021-01-11T06:15:43.670Z] 7c6f9722023f: Download complete [2021-01-11T06:15:43.670Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T06:15:43.670Z] 188c0c94c7c5: Download complete [2021-01-11T06:15:43.982Z] 188c0c94c7c5: Pull complete [2021-01-11T06:15:44.275Z] 0ef7d3d256c8: Pull complete [2021-01-11T06:15:44.563Z] de9db76c5a1d: Pull complete [2021-01-11T06:15:50.315Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T06:15:50.315Z] a35cf1a2eb13: Download complete [2021-01-11T06:15:50.658Z] bca2f99d35d6: Verifying Checksum [2021-01-11T06:15:50.658Z] bca2f99d35d6: Download complete [2021-01-11T06:16:06.271Z] bca2f99d35d6: Pull complete [2021-01-11T06:16:06.271Z] 93359f2a8cfa: Pull complete [2021-01-11T06:16:06.271Z] 7c6f9722023f: Pull complete [2021-01-11T06:16:13.289Z] a35cf1a2eb13: Pull complete [2021-01-11T06:16:13.289Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T06:16:13.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T06:16:13.289Z] ---> a62c8e92a672 [2021-01-11T06:16:13.289Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-11T06:16:13.289Z] ---> Running in 7cd7a6be0d9f [2021-01-11T06:16:13.289Z] Removing intermediate container 7cd7a6be0d9f [2021-01-11T06:16:13.289Z] ---> c42420f6ea64 [2021-01-11T06:16:13.289Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T06:16:13.289Z] ---> Running in e4fdcb7634d0 [2021-01-11T06:16:15.303Z] Removing intermediate container e4fdcb7634d0 [2021-01-11T06:16:15.303Z] ---> c7a1431e5ec4 [2021-01-11T06:16:15.303Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-11T06:16:15.303Z] ---> Running in b54319ec7d6e [2021-01-11T06:16:15.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T06:16:16.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T06:16:18.373Z] (1/14) Installing libmagic (5.38-r0) [2021-01-11T06:16:18.644Z] (2/14) Installing file (5.38-r0) [2021-01-11T06:16:18.644Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-11T06:16:18.936Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-11T06:16:45.665Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-11T06:16:45.665Z] (6/14) Installing patch (2.7.6-r6) [2021-01-11T06:16:45.665Z] (7/14) Installing build-base (0.5-r2) [2021-01-11T06:16:45.665Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-11T06:16:45.665Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-11T06:16:45.665Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-11T06:16:45.665Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-11T06:16:45.665Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-11T06:16:45.665Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-11T06:16:45.665Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-11T06:16:45.665Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T06:16:45.665Z] OK: 237 MiB in 53 packages [2021-01-11T06:16:48.276Z] Removing intermediate container b54319ec7d6e [2021-01-11T06:16:48.276Z] ---> b265cea17652 [2021-01-11T06:16:48.276Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-11T06:16:48.276Z] ---> Running in ca3bb56075c3 [2021-01-11T06:16:48.554Z] Removing intermediate container ca3bb56075c3 [2021-01-11T06:16:48.554Z] ---> 27f85d341b4f [2021-01-11T06:16:48.554Z] Step 7/8 : COPY . . [2021-01-11T06:16:49.157Z] ---> 3f88f363c74d [2021-01-11T06:16:49.157Z] Step 8/8 : RUN go mod download [2021-01-11T06:16:49.434Z] ---> Running in 4394ee7eb12c [2021-01-11T06:16:59.434Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19416 in /w/workspace/foundry_device-virtual-go_PR-163 [Pipeline] { [Pipeline] ws [2021-01-11T06:16:59.522Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2021-01-11T06:17:05.340Z] using credential edgex-jenkins-ssh [2021-01-11T06:17:05.406Z] Cloning the remote Git repository [2021-01-11T06:17:05.484Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T06:17:05.619Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2021-01-11T06:17:05.718Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T06:17:05.719Z] > git --version # timeout=10 [2021-01-11T06:17:05.748Z] > git --version # 'git version 2.17.1' [2021-01-11T06:17:05.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:17:05.826Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:17:06.714Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T06:17:06.731Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:17:06.774Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T06:17:06.817Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T06:17:06.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:17:06.832Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T06:17:07.552Z] Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit e925c42c1d4227fdf5cee209a910eb4948b68193 [2021-01-11T06:17:07.783Z] Merge succeeded, producing e925c42c1d4227fdf5cee209a910eb4948b68193 [2021-01-11T06:17:07.783Z] Checking out Revision e925c42c1d4227fdf5cee209a910eb4948b68193 (PR-163) [2021-01-11T06:17:07.569Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:17:07.587Z] > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 [2021-01-11T06:17:07.677Z] > git remote # timeout=10 [2021-01-11T06:17:07.698Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T06:17:07.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:17:07.727Z] > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-11T06:17:07.754Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T06:17:07.785Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:17:07.804Z] > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 [2021-01-11T06:17:12.469Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" [2021-01-11T06:17:12.526Z] > git --version # timeout=10 [2021-01-11T06:17:12.538Z] > git --version # 'git version 2.17.1' [2021-01-11T06:17:12.553Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T06:17:14.374Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:17:14.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:17:15.186Z] + sudo service docker restart [2021-01-11T06:17:15.186Z] + true [2021-01-11T06:17:16.613Z] Removing intermediate container 4394ee7eb12c [2021-01-11T06:17:16.613Z] ---> 1149a239ce6b [2021-01-11T06:17:16.613Z] Successfully built 1149a239ce6b [2021-01-11T06:17:16.613Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:17:17.005Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T06:17:17.301Z] . [Pipeline] withDockerContainer [2021-01-11T06:17:17.574Z] prd-centos7-docker-4c-2g-19398 does not seem to be running inside a container [2021-01-11T06:17:17.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-11T06:17:19.523Z] $ docker top eb33028341b766482b5606fdfe52efd00cc794526c8d8fc1c311782018586270 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-01-11T06:17:20.168Z] provisioning config files... [2021-01-11T06:17:20.221Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config2199279032030785196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:17:20.662Z] + go version [2021-01-11T06:17:20.662Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T06:17:20.715Z] $ docker stop --time=1 eb33028341b766482b5606fdfe52efd00cc794526c8d8fc1c311782018586270 [2021-01-11T06:17:20.720Z] ---> docker-login.sh [2021-01-11T06:17:20.720Z] nexus3.edgexfoundry.org:10001 [2021-01-11T06:17:21.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:17:21.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:17:21.984Z] Configure a credential helper to remove this warning. See [2021-01-11T06:17:21.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:17:21.984Z] [2021-01-11T06:17:21.984Z] Login Succeeded [2021-01-11T06:17:21.984Z] nexus3.edgexfoundry.org:10002 [2021-01-11T06:17:22.389Z] $ docker rm -f eb33028341b766482b5606fdfe52efd00cc794526c8d8fc1c311782018586270 [2021-01-11T06:17:22.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:17:22.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:17:22.587Z] Configure a credential helper to remove this warning. See [2021-01-11T06:17:22.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:17:22.587Z] [2021-01-11T06:17:22.587Z] Login Succeeded [2021-01-11T06:17:22.587Z] nexus3.edgexfoundry.org:10003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-11T06:17:23.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:17:23.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:17:23.204Z] Configure a credential helper to remove this warning. See [2021-01-11T06:17:23.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:17:23.204Z] [2021-01-11T06:17:23.204Z] Login Succeeded [2021-01-11T06:17:23.204Z] nexus3.edgexfoundry.org:10004 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:17:23.715Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T06:17:23.716Z] . [Pipeline] withDockerContainer [2021-01-11T06:17:23.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:17:23.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:17:23.839Z] Configure a credential helper to remove this warning. See [2021-01-11T06:17:23.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:17:23.839Z] [2021-01-11T06:17:23.839Z] Login Succeeded [2021-01-11T06:17:23.839Z] docker.io [2021-01-11T06:17:24.092Z] prd-centos7-docker-4c-2g-19398 does not seem to be running inside a container [2021-01-11T06:17:24.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-11T06:17:24.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:17:24.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:17:24.736Z] Configure a credential helper to remove this warning. See [2021-01-11T06:17:24.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:17:24.736Z] [2021-01-11T06:17:24.736Z] Login Succeeded [2021-01-11T06:17:24.736Z] ---> docker-login.sh ends [2021-01-11T06:17:25.937Z] $ docker top 7f69c7dc495b921bc92e69b8353139f604cf3b8ea05b55ce5d9ef0e9384d847b -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-11T06:17:26.249Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T06:17:26.947Z] ========================================================= [2021-01-11T06:17:26.947Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T06:17:26.948Z] ========================================================= [2021-01-11T06:17:27.003Z] + make test [2021-01-11T06:17:27.003Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:17:27.397Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-11T06:17:27.675Z] Sending build context to Docker daemon 479.7kB [2021-01-11T06:17:27.952Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T06:17:27.952Z] Step 2/8 : FROM ${BASE} [2021-01-11T06:17:27.952Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T06:17:27.952Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T06:17:27.952Z] a4357932f1b6: Pulling fs layer [2021-01-11T06:17:27.952Z] 18c013af1878: Pulling fs layer [2021-01-11T06:17:27.952Z] 00ac8860ef70: Pulling fs layer [2021-01-11T06:17:27.952Z] 63d7cb157983: Pulling fs layer [2021-01-11T06:17:27.952Z] b116817d02f9: Pulling fs layer [2021-01-11T06:17:27.952Z] 745a02a5169b: Pulling fs layer [2021-01-11T06:17:27.952Z] 63d7cb157983: Waiting [2021-01-11T06:17:27.952Z] b116817d02f9: Waiting [2021-01-11T06:17:27.952Z] 745a02a5169b: Waiting [2021-01-11T06:17:27.952Z] 00ac8860ef70: Waiting [2021-01-11T06:17:27.952Z] 18c013af1878: Download complete [2021-01-11T06:17:27.952Z] a4357932f1b6: Download complete [2021-01-11T06:17:27.952Z] 63d7cb157983: Download complete [2021-01-11T06:17:27.952Z] b116817d02f9: Verifying Checksum [2021-01-11T06:17:27.952Z] b116817d02f9: Download complete [2021-01-11T06:17:27.952Z] 5f621e34cdf4: Download complete [2021-01-11T06:17:28.963Z] 5f621e34cdf4: Pull complete [2021-01-11T06:17:29.576Z] a4357932f1b6: Pull complete [2021-01-11T06:17:29.681Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-11T06:17:29.853Z] 18c013af1878: Pull complete [2021-01-11T06:17:30.458Z] 745a02a5169b: Verifying Checksum [2021-01-11T06:17:30.458Z] 745a02a5169b: Download complete [2021-01-11T06:17:31.900Z] 00ac8860ef70: Verifying Checksum [2021-01-11T06:17:31.900Z] 00ac8860ef70: Download complete [2021-01-11T06:17:42.097Z] 00ac8860ef70: Pull complete [2021-01-11T06:17:42.098Z] 63d7cb157983: Pull complete [2021-01-11T06:17:42.376Z] b116817d02f9: Pull complete [2021-01-11T06:17:46.722Z] 745a02a5169b: Pull complete [2021-01-11T06:17:46.722Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T06:17:46.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T06:17:46.722Z] ---> b7e6874047d6 [2021-01-11T06:17:46.722Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-11T06:17:48.701Z] ---> Running in 22be383e091f [2021-01-11T06:17:49.297Z] Removing intermediate container 22be383e091f [2021-01-11T06:17:49.297Z] ---> b4ca1fbc4036 [2021-01-11T06:17:49.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T06:17:49.297Z] ---> Running in 61d20838bea1 [2021-01-11T06:17:51.968Z] Removing intermediate container 61d20838bea1 [2021-01-11T06:17:51.968Z] ---> 102d4b17d18b [2021-01-11T06:17:51.968Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-11T06:17:51.968Z] ---> Running in fa8604b3e5f6 [2021-01-11T06:17:52.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T06:17:53.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T06:17:54.540Z] (1/14) Installing libmagic (5.38-r0) [2021-01-11T06:17:54.813Z] (2/14) Installing file (5.38-r0) [2021-01-11T06:17:54.813Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-11T06:17:55.084Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-11T06:18:00.486Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-11T06:18:00.486Z] (6/14) Installing patch (2.7.6-r6) [2021-01-11T06:18:00.486Z] (7/14) Installing build-base (0.5-r2) [2021-01-11T06:18:00.486Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-11T06:18:00.486Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-11T06:18:00.486Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-11T06:18:01.460Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-11T06:18:01.460Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-11T06:18:01.460Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-11T06:18:01.738Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-11T06:18:02.017Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T06:18:02.017Z] OK: 221 MiB in 53 packages [2021-01-11T06:18:02.860Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-11T06:18:02.860Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.651s coverage: 64.4% of statements [2021-01-11T06:18:02.860Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T06:18:04.969Z] gofmt -l . [2021-01-11T06:18:05.245Z] [ "`gofmt -l .`" = "" ] [2021-01-11T06:18:05.245Z] ./bin/test-attribution-txt.sh [2021-01-11T06:18:06.330Z] Removing intermediate container fa8604b3e5f6 [2021-01-11T06:18:06.330Z] ---> a1b8c8f709b6 [2021-01-11T06:18:06.330Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-11T06:18:06.330Z] ---> Running in 8355b35539a7 [2021-01-11T06:18:06.603Z] Removing intermediate container 8355b35539a7 [2021-01-11T06:18:06.603Z] ---> 78dc6131d21b [2021-01-11T06:18:06.603Z] Step 7/8 : COPY . . [2021-01-11T06:18:06.664Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T06:18:06.985Z] $ docker stop --time=1 7f69c7dc495b921bc92e69b8353139f604cf3b8ea05b55ce5d9ef0e9384d847b [2021-01-11T06:18:07.590Z] ---> 96dc00c96f85 [2021-01-11T06:18:07.590Z] Step 8/8 : RUN go mod download [2021-01-11T06:18:07.590Z] ---> Running in 703b6fa323f6 [2021-01-11T06:18:09.165Z] $ docker rm -f 7f69c7dc495b921bc92e69b8353139f604cf3b8ea05b55ce5d9ef0e9384d847b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T06:18:09.978Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T06:18:10.453Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-11T06:18:11.796Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T06:18:12.179Z] + ls -al . [2021-01-11T06:18:12.179Z] total 128 [2021-01-11T06:18:12.179Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 11 06:18 . [2021-01-11T06:18:12.179Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 11 06:15 .. [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 11 06:15 Attribution.txt [2021-01-11T06:18:12.179Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 11 06:15 bin [2021-01-11T06:18:12.179Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 06:15 cmd [2021-01-11T06:18:12.179Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 11 06:17 coverage.out [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 11 06:15 Dockerfile [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 11 06:15 Dockerfile.build [2021-01-11T06:18:12.179Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 11 06:15 .git [2021-01-11T06:18:12.179Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 06:15 .github [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 11 06:15 .gitignore [2021-01-11T06:18:12.179Z] -rw-r--r--. 1 jenkins jenkins 862 Jan 11 06:18 go.mod [2021-01-11T06:18:12.179Z] -rw-r--r--. 1 jenkins jenkins 16741 Jan 11 06:18 go.sum [2021-01-11T06:18:12.179Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 11 06:15 internal [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 11 06:15 Jenkinsfile [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 06:15 LICENSE [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 11 06:15 Makefile [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 11 06:15 README.md [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 11 06:11 VERSION [2021-01-11T06:18:12.179Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 11 06:15 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:18:12.560Z] + 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=e925c42c1d4227fdf5cee209a910eb4948b68193 --label arch=amd64 --label version=0.0.0 . [2021-01-11T06:18:12.826Z] Sending build context to Docker daemon 546.3kB [2021-01-11T06:18:13.118Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T06:18:13.118Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-11T06:18:13.118Z] ---> 1149a239ce6b [2021-01-11T06:18:13.118Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-11T06:18:13.118Z] ---> Running in b0e6e60b4c04 [2021-01-11T06:18:13.396Z] Removing intermediate container b0e6e60b4c04 [2021-01-11T06:18:13.396Z] ---> 378d4e6a2ad4 [2021-01-11T06:18:13.396Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T06:18:13.396Z] ---> Running in b8447980e846 [2021-01-11T06:18:13.672Z] Removing intermediate container b8447980e846 [2021-01-11T06:18:13.672Z] ---> 034d4c4e720c [2021-01-11T06:18:13.672Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-11T06:18:13.672Z] ---> Running in 37a1652b6a28 [2021-01-11T06:18:13.942Z] Removing intermediate container 37a1652b6a28 [2021-01-11T06:18:13.942Z] ---> 9593c7b139ab [2021-01-11T06:18:13.942Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T06:18:14.212Z] ---> Running in a847cd905127 [2021-01-11T06:18:16.216Z] Removing intermediate container a847cd905127 [2021-01-11T06:18:16.216Z] ---> 13f0e2ee5e67 [2021-01-11T06:18:16.216Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T06:18:16.216Z] ---> Running in a2cc84a2bb95 [2021-01-11T06:18:16.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T06:18:17.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T06:18:19.299Z] OK: 237 MiB in 53 packages [2021-01-11T06:18:19.892Z] Removing intermediate container a2cc84a2bb95 [2021-01-11T06:18:19.892Z] ---> c5e174a4e7da [2021-01-11T06:18:19.892Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-11T06:18:19.892Z] ---> Running in fc5cdc6a33a3 [2021-01-11T06:18:20.157Z] Removing intermediate container fc5cdc6a33a3 [2021-01-11T06:18:20.157Z] ---> 30dd3ac7e042 [2021-01-11T06:18:20.157Z] Step 9/22 : COPY . . [2021-01-11T06:18:20.748Z] ---> b0a3ab0ae96a [2021-01-11T06:18:20.749Z] Step 10/22 : ARG MAKE='make build' [2021-01-11T06:18:21.016Z] ---> Running in 9bb0f49f17c6 [2021-01-11T06:18:21.335Z] Removing intermediate container 9bb0f49f17c6 [2021-01-11T06:18:21.335Z] ---> d408e39f1710 [2021-01-11T06:18:21.335Z] Step 11/22 : RUN $MAKE [2021-01-11T06:18:21.335Z] ---> Running in ed9896d0b0d6 [2021-01-11T06:18:22.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-01-11T06:18:34.494Z] Removing intermediate container 703b6fa323f6 [2021-01-11T06:18:34.494Z] ---> 606cedfe4482 [2021-01-11T06:18:34.494Z] Successfully built 606cedfe4482 [2021-01-11T06:18:34.494Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:18:34.880Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T06:18:34.880Z] . [Pipeline] withDockerContainer [2021-01-11T06:18:35.150Z] prd-ubuntu18.04-docker-arm64-4c-16g-19416 does not seem to be running inside a container [2021-01-11T06:18:35.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-arm64 cat [2021-01-11T06:18:36.613Z] $ docker top 659bcdfa68a9d47ffc4f554a2697c35a0c27b045e9a7886effd2cb1bd6ec4a3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:18:37.657Z] + go version [2021-01-11T06:18:37.657Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T06:18:37.696Z] $ docker stop --time=1 659bcdfa68a9d47ffc4f554a2697c35a0c27b045e9a7886effd2cb1bd6ec4a3a [2021-01-11T06:18:39.564Z] $ docker rm -f 659bcdfa68a9d47ffc4f554a2697c35a0c27b045e9a7886effd2cb1bd6ec4a3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:18:42.725Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T06:18:42.725Z] . [Pipeline] withDockerContainer [2021-01-11T06:18:43.036Z] prd-ubuntu18.04-docker-arm64-4c-16g-19416 does not seem to be running inside a container [2021-01-11T06:18:43.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-arm64 cat [2021-01-11T06:18:44.632Z] $ docker top 30b768e73a212d8533c50705746e4b7f3e5ff6442c6e72e927be066fead44238 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:18:45.751Z] + make test [2021-01-11T06:18:45.751Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-11T06:18:46.033Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-11T06:18:46.742Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-11T06:18:50.349Z] Removing intermediate container ed9896d0b0d6 [2021-01-11T06:18:50.349Z] ---> 91be88f0de26 [2021-01-11T06:18:50.349Z] Step 12/22 : FROM alpine:3.12 [2021-01-11T06:18:50.617Z] 3.12: Pulling from library/alpine [2021-01-11T06:18:50.910Z] 801bfaa63ef2: Pulling fs layer [2021-01-11T06:18:51.192Z] 801bfaa63ef2: Verifying Checksum [2021-01-11T06:18:51.192Z] 801bfaa63ef2: Download complete [2021-01-11T06:18:51.790Z] 801bfaa63ef2: Pull complete [2021-01-11T06:18:51.790Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T06:18:51.790Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T06:18:51.790Z] ---> 389fef711851 [2021-01-11T06:18:51.790Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-11T06:18:51.790Z] ---> Running in 2088abf327fb [2021-01-11T06:18:52.056Z] Removing intermediate container 2088abf327fb [2021-01-11T06:18:52.056Z] ---> 44e2114880bb [2021-01-11T06:18:52.056Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-11T06:18:52.056Z] ---> Running in 0b2fa312715b [2021-01-11T06:18:52.328Z] Removing intermediate container 0b2fa312715b [2021-01-11T06:18:52.328Z] ---> 339c36d67dd7 [2021-01-11T06:18:52.328Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-11T06:18:53.336Z] ---> 172c75ff5362 [2021-01-11T06:18:53.336Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-11T06:18:53.924Z] ---> 6e36458cb0ac [2021-01-11T06:18:53.924Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-11T06:18:54.196Z] ---> dd2ba512604b [2021-01-11T06:18:54.196Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-11T06:18:54.196Z] ---> Running in 7b2f22058be6 [2021-01-11T06:18:54.473Z] Removing intermediate container 7b2f22058be6 [2021-01-11T06:18:54.473Z] ---> 79b35cd84b14 [2021-01-11T06:18:54.473Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T06:18:54.473Z] ---> Running in af1d62105338 [2021-01-11T06:18:54.738Z] Removing intermediate container af1d62105338 [2021-01-11T06:18:54.738Z] ---> 37d572717287 [2021-01-11T06:18:54.738Z] Step 20/22 : LABEL arch=amd64 [2021-01-11T06:18:55.005Z] ---> Running in c8bae2d7d50c [2021-01-11T06:18:55.005Z] Removing intermediate container c8bae2d7d50c [2021-01-11T06:18:55.005Z] ---> 7e4a18492724 [2021-01-11T06:18:55.005Z] Step 21/22 : LABEL git_sha=e925c42c1d4227fdf5cee209a910eb4948b68193 [2021-01-11T06:18:55.289Z] ---> Running in 3453f38ee1f7 [2021-01-11T06:18:55.289Z] Removing intermediate container 3453f38ee1f7 [2021-01-11T06:18:55.289Z] ---> 802b3243ac48 [2021-01-11T06:18:55.289Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T06:18:55.564Z] ---> Running in 764dea07ef8d [2021-01-11T06:18:55.831Z] Removing intermediate container 764dea07ef8d [2021-01-11T06:18:55.831Z] ---> 7113861a5452 [2021-01-11T06:18:55.831Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T06:18:55.831Z] Successfully built 7113861a5452 [2021-01-11T06:18:55.831Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-11T06:19:33.796Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-11T06:19:33.796Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.480s coverage: 64.4% of statements [2021-01-11T06:19:33.796Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T06:19:42.116Z] gofmt -l . [2021-01-11T06:19:42.116Z] [ "`gofmt -l .`" = "" ] [2021-01-11T06:19:42.116Z] ./bin/test-attribution-txt.sh [2021-01-11T06:19:42.116Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T06:19:42.758Z] $ docker stop --time=1 30b768e73a212d8533c50705746e4b7f3e5ff6442c6e72e927be066fead44238 [2021-01-11T06:19:45.003Z] $ docker rm -f 30b768e73a212d8533c50705746e4b7f3e5ff6442c6e72e927be066fead44238 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T06:19:45.951Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T06:19:45.993Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T06:19:46.813Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T06:19:47.744Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T06:19:48.155Z] + ls -al . [2021-01-11T06:19:48.155Z] total 152 [2021-01-11T06:19:48.155Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 11 06:19 . [2021-01-11T06:19:48.156Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 06:17 .. [2021-01-11T06:19:48.156Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 06:17 .git [2021-01-11T06:19:48.156Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 06:17 .github [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 11 06:17 .gitignore [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 11 06:17 Attribution.txt [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 11 06:17 Dockerfile [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 11 06:17 Dockerfile.build [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 11 06:17 Jenkinsfile [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 06:17 LICENSE [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 11 06:17 Makefile [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 11 06:17 README.md [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 11 06:11 VERSION [2021-01-11T06:19:48.156Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 06:17 bin [2021-01-11T06:19:48.156Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 06:17 cmd [2021-01-11T06:19:48.156Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 11 06:19 coverage.out [2021-01-11T06:19:48.156Z] -rw-r--r-- 1 jenkins jenkins 862 Jan 11 06:19 go.mod [2021-01-11T06:19:48.156Z] -rw-r--r-- 1 jenkins jenkins 16741 Jan 11 06:19 go.sum [2021-01-11T06:19:48.156Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 06:17 internal [2021-01-11T06:19:48.156Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 11 06:17 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:19:48.697Z] + 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=e925c42c1d4227fdf5cee209a910eb4948b68193 --label arch=arm64 --label version=0.0.0 . [2021-01-11T06:19:49.362Z] Sending build context to Docker daemon 545.3kB [2021-01-11T06:19:49.362Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T06:19:49.362Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-11T06:19:49.362Z] ---> 606cedfe4482 [2021-01-11T06:19:49.362Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-11T06:19:49.362Z] ---> Running in f5366e5632eb [2021-01-11T06:19:49.957Z] Removing intermediate container f5366e5632eb [2021-01-11T06:19:49.957Z] ---> 812e5a43fef4 [2021-01-11T06:19:49.957Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T06:19:49.957Z] ---> Running in 5eff0e6a5c9f [2021-01-11T06:19:50.562Z] Removing intermediate container 5eff0e6a5c9f [2021-01-11T06:19:50.562Z] ---> 1e994e2b34fa [2021-01-11T06:19:50.562Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-11T06:19:50.562Z] ---> Running in 73dcb091cd9f [2021-01-11T06:19:50.841Z] Removing intermediate container 73dcb091cd9f [2021-01-11T06:19:50.841Z] ---> 033902fe8555 [2021-01-11T06:19:50.841Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T06:19:51.115Z] ---> Running in 8e46e7fcaaab [2021-01-11T06:19:53.113Z] Removing intermediate container 8e46e7fcaaab [2021-01-11T06:19:53.113Z] ---> b930553ff910 [2021-01-11T06:19:53.113Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T06:19:53.113Z] ---> Running in 8e467f4cca8b [2021-01-11T06:19:54.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T06:19:55.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T06:19:56.117Z] OK: 221 MiB in 53 packages [2021-01-11T06:19:57.091Z] Removing intermediate container 8e467f4cca8b [2021-01-11T06:19:57.091Z] ---> 4a18f62e70c6 [2021-01-11T06:19:57.091Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-11T06:19:57.091Z] ---> Running in 68e16b9caf0f [2021-01-11T06:19:57.684Z] Removing intermediate container 68e16b9caf0f [2021-01-11T06:19:57.684Z] ---> 96065ffc77c8 [2021-01-11T06:19:57.684Z] Step 9/22 : COPY . . [2021-01-11T06:19:58.660Z] ---> 1ff061ba612d [2021-01-11T06:19:58.660Z] Step 10/22 : ARG MAKE='make build' [2021-01-11T06:19:58.660Z] ---> Running in 7a8c6830fdc8 [2021-01-11T06:19:59.258Z] Removing intermediate container 7a8c6830fdc8 [2021-01-11T06:19:59.258Z] ---> f67ae2502073 [2021-01-11T06:19:59.258Z] Step 11/22 : RUN $MAKE [2021-01-11T06:19:59.258Z] ---> Running in c16deb27f9dc [2021-01-11T06:20:00.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-01-11T06:20:32.663Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-11T06:20:40.950Z] Removing intermediate container c16deb27f9dc [2021-01-11T06:20:40.950Z] ---> 384797fce1c7 [2021-01-11T06:20:40.950Z] Step 12/22 : FROM alpine:3.12 [2021-01-11T06:20:40.950Z] 3.12: Pulling from library/alpine [2021-01-11T06:20:40.950Z] 159e5727ea61: Pulling fs layer [2021-01-11T06:20:41.227Z] 159e5727ea61: Verifying Checksum [2021-01-11T06:20:41.227Z] 159e5727ea61: Download complete [2021-01-11T06:20:41.506Z] 159e5727ea61: Pull complete [2021-01-11T06:20:41.779Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T06:20:41.779Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T06:20:41.779Z] ---> afeebe901d6b [2021-01-11T06:20:41.779Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-11T06:20:41.779Z] ---> Running in bf774c4cb231 [2021-01-11T06:20:42.390Z] Removing intermediate container bf774c4cb231 [2021-01-11T06:20:42.390Z] ---> 62434f251a74 [2021-01-11T06:20:42.390Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-11T06:20:42.390Z] ---> Running in c6bfc6908c0f [2021-01-11T06:20:42.988Z] Removing intermediate container c6bfc6908c0f [2021-01-11T06:20:42.988Z] ---> fec8862e2703 [2021-01-11T06:20:42.988Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-11T06:20:44.436Z] ---> 4ac3486183aa [2021-01-11T06:20:44.436Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-11T06:20:45.036Z] ---> deff5b0f00dc [2021-01-11T06:20:45.036Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-11T06:20:46.015Z] ---> 1a3949b1fbf7 [2021-01-11T06:20:46.015Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-11T06:20:46.015Z] ---> Running in 67fe5e8acca5 [2021-01-11T06:20:46.286Z] Removing intermediate container 67fe5e8acca5 [2021-01-11T06:20:46.286Z] ---> 64b6551854b4 [2021-01-11T06:20:46.286Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T06:20:46.557Z] ---> Running in 42ab3a3022c6 [2021-01-11T06:20:46.836Z] Removing intermediate container 42ab3a3022c6 [2021-01-11T06:20:46.836Z] ---> aea5cf84b2ee [2021-01-11T06:20:46.836Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T06:20:47.109Z] ---> Running in aee866797205 [2021-01-11T06:20:47.379Z] Removing intermediate container aee866797205 [2021-01-11T06:20:47.379Z] ---> 278e7714fda1 [2021-01-11T06:20:47.379Z] Step 21/22 : LABEL git_sha=e925c42c1d4227fdf5cee209a910eb4948b68193 [2021-01-11T06:20:47.653Z] ---> Running in b0626d40d46f [2021-01-11T06:20:47.924Z] Removing intermediate container b0626d40d46f [2021-01-11T06:20:47.924Z] ---> 96b6e9d5003f [2021-01-11T06:20:47.924Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T06:20:48.198Z] ---> Running in 545678c240a3 [2021-01-11T06:20:48.468Z] Removing intermediate container 545678c240a3 [2021-01-11T06:20:48.468Z] ---> 833074196ab9 [2021-01-11T06:20:48.468Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T06:20:48.468Z] Successfully built 833074196ab9 [2021-01-11T06:20:48.468Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-11T06:20:50.774Z] provisioning config files... [2021-01-11T06:20:50.788Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-163@tmp/config1135603637256163150tmp [Pipeline] { [Pipeline] sh [2021-01-11T06:20:51.248Z] + set +x [2021-01-11T06:20:51.248Z] + curl -s https://codecov.io/bash [2021-01-11T06:20:51.248Z] + bash -s -- [2021-01-11T06:20:51.513Z] [2021-01-11T06:20:51.513Z] _____ _ [2021-01-11T06:20:51.513Z] / ____| | | [2021-01-11T06:20:51.513Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T06:20:51.513Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T06:20:51.513Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T06:20:51.513Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T06:20:51.513Z] Bash-20201231-23d4836 [2021-01-11T06:20:51.513Z] [2021-01-11T06:20:51.513Z] [2021-01-11T06:20:51.513Z] ==> git version 2.24.3 found [2021-01-11T06:20:51.513Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-11T06:20:51.513Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T06:20:51.513Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T06:20:51.513Z] ==> Jenkins CI detected. [2021-01-11T06:20:51.513Z] project root: . [2021-01-11T06:20:51.513Z] --> token set from env [2021-01-11T06:20:51.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T06:20:51.513Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T06:20:51.513Z] ==> Python coveragepy not found [2021-01-11T06:20:51.513Z] ==> Searching for coverage reports in: [2021-01-11T06:20:51.513Z] + . [2021-01-11T06:20:51.513Z] -> Found 1 reports [2021-01-11T06:20:51.513Z] ==> Detecting git/mercurial file structure [2021-01-11T06:20:51.513Z] ==> Reading reports [2021-01-11T06:20:51.513Z] + ./coverage.out bytes=47242 [2021-01-11T06:20:51.513Z] ==> Appending adjustments [2021-01-11T06:20:51.513Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T06:20:51.513Z] + Found adjustments [2021-01-11T06:20:51.778Z] ==> Gzipping contents [2021-01-11T06:20:51.778Z] 8.0K /tmp/codecov.buVPWM.gz [2021-01-11T06:20:51.778Z] ==> Uploading reports [2021-01-11T06:20:51.778Z] url: https://codecov.io [2021-01-11T06:20:51.778Z] query: branch=PR-163&commit=e925c42c1d4227fdf5cee209a910eb4948b68193&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-163%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=163&job=&cmd_args= [2021-01-11T06:20:51.778Z] -> Pinging Codecov [2021-01-11T06:20:51.778Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-163&commit=e925c42c1d4227fdf5cee209a910eb4948b68193&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-163%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=163&job=&cmd_args= [2021-01-11T06:20:52.052Z] -> Uploading to [2021-01-11T06:20:52.052Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/5E52B4B073DB2E39498172D8E973AA87/e925c42c1d4227fdf5cee209a910eb4948b68193/aad5e719-ce2a-4623-bea0-5e1d37fdae74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T062051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6fe9a08486dfd0c18748d0ce1dd6de6d3882f22f51708609f7cf1f43c7fb984a [2021-01-11T06:20:52.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T06:20:52.052Z] Dload Upload Total Spent Left Speed [2021-01-11T06:20:52.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5822 0 0 100 5822 0 11146 --:--:-- --:--:-- --:--:-- 11131 100 5822 0 0 100 5822 0 11141 --:--:-- --:--:-- --:--:-- 11131 [2021-01-11T06:20:52.628Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/e925c42c1d4227fdf5cee209a910eb4948b68193 [Pipeline] } [2021-01-11T06:20:52.670Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:20:56.303Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:20:56.665Z] ---> package-listing.sh [2021-01-11T06:20:56.665Z] ++ facter osfamily [2021-01-11T06:20:56.665Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T06:20:56.665Z] + OS_FAMILY=redhat [2021-01-11T06:20:56.665Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-163 [2021-01-11T06:20:56.665Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T06:20:56.665Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T06:20:56.665Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T06:20:56.665Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T06:20:56.665Z] + '[' /w/workspace/foundry_device-virtual-go_PR-163 ']' [2021-01-11T06:20:56.665Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T06:20:56.665Z] + case "${OS_FAMILY}" in [2021-01-11T06:20:56.665Z] + rpm -qa [2021-01-11T06:20:56.665Z] + sort [2021-01-11T06:21:02.028Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T06:21:02.028Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T06:21:02.028Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T06:21:02.028Z] + '[' /w/workspace/foundry_device-virtual-go_PR-163 ']' [2021-01-11T06:21:02.028Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-163/archives/ [2021-01-11T06:21:02.028Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-163/archives/ [Pipeline] echo [2021-01-11T06:21:02.111Z] 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-163/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T06:21:02.429Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:21:02.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T06:21:02.769Z] [2021-01-11T06:21:02.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:21:03.176Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T06:21:03.176Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T06:21:03.176Z] df20fa9351a1: Pulling fs layer [2021-01-11T06:21:03.176Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T06:21:03.176Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T06:21:03.176Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T06:21:03.176Z] 93b61091891f: Pulling fs layer [2021-01-11T06:21:03.176Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T06:21:03.176Z] 5e14af77c1be: Pulling fs layer [2021-01-11T06:21:03.176Z] 01666e4c0597: Pulling fs layer [2021-01-11T06:21:03.176Z] aa168da1d23b: Pulling fs layer [2021-01-11T06:21:03.176Z] 93b9cdb0e59b: Waiting [2021-01-11T06:21:03.176Z] 5e14af77c1be: Waiting [2021-01-11T06:21:03.176Z] 01666e4c0597: Waiting [2021-01-11T06:21:03.176Z] aa168da1d23b: Waiting [2021-01-11T06:21:03.176Z] 93b61091891f: Waiting [2021-01-11T06:21:03.176Z] 46f8f816bc3b: Waiting [2021-01-11T06:21:03.176Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T06:21:03.176Z] 36b3adc4ff6f: Download complete [2021-01-11T06:21:03.176Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T06:21:03.176Z] 46f8f816bc3b: Download complete [2021-01-11T06:21:03.440Z] df20fa9351a1: Verifying Checksum [2021-01-11T06:21:03.440Z] df20fa9351a1: Download complete [2021-01-11T06:21:03.440Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T06:21:03.440Z] 93b9cdb0e59b: Download complete [2021-01-11T06:21:03.440Z] 5e14af77c1be: Verifying Checksum [2021-01-11T06:21:03.440Z] 5e14af77c1be: Download complete [2021-01-11T06:21:03.440Z] 93b61091891f: Verifying Checksum [2021-01-11T06:21:03.440Z] 93b61091891f: Download complete [2021-01-11T06:21:03.440Z] 01666e4c0597: Verifying Checksum [2021-01-11T06:21:03.440Z] 01666e4c0597: Download complete [2021-01-11T06:21:03.706Z] df20fa9351a1: Pull complete [2021-01-11T06:21:03.974Z] 36b3adc4ff6f: Pull complete [2021-01-11T06:21:03.974Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T06:21:03.974Z] 8ad3a11d3b57: Download complete [2021-01-11T06:21:04.987Z] 8ad3a11d3b57: Pull complete [2021-01-11T06:21:04.987Z] 46f8f816bc3b: Pull complete [2021-01-11T06:21:05.581Z] 93b61091891f: Pull complete [2021-01-11T06:21:05.845Z] aa168da1d23b: Verifying Checksum [2021-01-11T06:21:05.845Z] aa168da1d23b: Download complete [2021-01-11T06:21:05.845Z] 93b9cdb0e59b: Pull complete [2021-01-11T06:21:06.109Z] 5e14af77c1be: Pull complete [2021-01-11T06:21:06.384Z] 01666e4c0597: Pull complete [2021-01-11T06:21:14.610Z] aa168da1d23b: Pull complete [2021-01-11T06:21:14.610Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T06:21:14.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T06:21:14.610Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T06:21:14.818Z] prd-centos7-docker-4c-2g-19388 does not seem to be running inside a container [2021-01-11T06:21:14.873Z] $ 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-163/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-163 -v /w/workspace/foundry_device-virtual-go_PR-163:/w/workspace/foundry_device-virtual-go_PR-163:rw,z -v /w/workspace/foundry_device-virtual-go_PR-163@tmp:/w/workspace/foundry_device-virtual-go_PR-163@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T06:21:18.325Z] $ docker top 1240a2a75a28b5b4621cd9e06c023fdcee90156bf2808731511ac0c096403550 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:21:18.984Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T06:21:19.311Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T06:21:19.635Z] + ls /var/log/sa-host [2021-01-11T06:21:19.635Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T06:21:19.635Z] file_magic: OK [2021-01-11T06:21:19.635Z] HZ: Using current value: 100 [2021-01-11T06:21:19.635Z] file_header: OK [2021-01-11T06:21:19.635Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-11T06:21:19.635Z] Statistics: [2021-01-11T06:21:19.635Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T06:21:19.635Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T06:21:19.635Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T06:21:19.635Z] file_magic: OK [2021-01-11T06:21:19.635Z] HZ: Using current value: 100 [2021-01-11T06:21:19.635Z] file_header: OK [2021-01-11T06:21:19.635Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-11T06:21:19.635Z] Statistics: [2021-01-11T06:21:19.635Z] Hnuu...uuuununununu... [2021-01-11T06:21:19.635Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T06:21:19.948Z] provisioning config files... [2021-01-11T06:21:19.966Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-163@tmp/config9032925972635277720tmp [Pipeline] { [Pipeline] echo [2021-01-11T06:21:20.080Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:21:20.416Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T06:21:20.439Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T06:21:20.610Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:21:20.955Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T06:21:20.989Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:21:21.331Z] ---> sudo-logs.sh [2021-01-11T06:21:21.331Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T06:21:21.364Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:21:21.706Z] ---> job-cost.sh [2021-01-11T06:21:21.706Z] lf-activate-venv: SKIPPING [2021-01-11T06:21:21.706Z] INFO: No Stack... [2021-01-11T06:21:22.656Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T06:21:23.233Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T06:21:23.287Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:21:23.623Z] ---> logs-deploy.sh [2021-01-11T06:21:23.623Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-163/1 [2021-01-11T06:21:23.623Z] INFO: archiving workspace using pattern(s): [2021-01-11T06:21:25.553Z] Archives upload complete. [2021-01-11T06:21:25.553Z] INFO: archiving logs to Nexus [2021-01-11T06:21:26.501Z] ---> uname -a: [2021-01-11T06:21:26.501Z] Linux prd-centos7-docker-4c-2g-19388.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-11T06:21:26.501Z] [2021-01-11T06:21:26.501Z]