Pull request #136 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8+1e15b455509d433b72705dad7fc3c723af5422e0 (170484901efe0c512b693baf1910491818f471e5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11969 in /w/workspace/foundry_device-virtual-go_PR-136 [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-136 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/136/head:refs/remotes/origin/PR-136 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 Merge succeeded, producing 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 Checking out Revision 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 (PR-136) > git config core.sparsecheckout # timeout=10 > git checkout -f 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # 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 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 # timeout=10 Commit message: "Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD" > git rev-list --no-walk 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-12T22:12:31.960Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-12T22:12:32.299Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-12T22:12:32.417Z] ========================================================= [2020-11-12T22:12:32.417Z] EdgeX Global Pipelines Version Info [2020-11-12T22:12:32.417Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:12:33.903Z] ------------------- [2020-11-12T22:12:33.903Z] stable info: [2020-11-12T22:12:33.903Z] ------------------- [2020-11-12T22:12:33.903Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T22:12:33.903Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-12T22:12:33.903Z] Message: update stable to v1.0.162 [2020-11-12T22:12:34.860Z] ------------------- [2020-11-12T22:12:34.860Z] experimental info: [2020-11-12T22:12:34.860Z] ------------------- [2020-11-12T22:12:34.860Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T22:12:34.860Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-12T22:12:34.860Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-12T22:12:35.248Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-11-12T22:12:35.352Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-11-12T22:12:35.521Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-12T22:12:35.629Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-12T22:12:35.742Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-12T22:12:35.837Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-12T22:12:35.954Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-12T22:12:36.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-12T22:12:36.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-12T22:12:36.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-12T22:12:36.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-12T22:12:36.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-11-12T22:12:36.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-12T22:12:36.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-12T22:12:36.792Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T22:12:36.891Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T22:12:37.011Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T22:12:37.116Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T22:12:37.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-12T22:12:37.337Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-12T22:12:37.449Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-12T22:12:37.578Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-12T22:12:37.714Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-12T22:12:37.820Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-12T22:12:37.931Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-12T22:12:38.040Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-12T22:12:38.151Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-136 [Pipeline] echo [2020-11-12T22:12:38.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-136 [Pipeline] echo [2020-11-12T22:12:38.376Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-136 [Pipeline] echo [2020-11-12T22:12:38.482Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [Pipeline] echo [2020-11-12T22:12:38.603Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ba2084 [Pipeline] echo [2020-11-12T22:12:38.704Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:12:38.882Z] provisioning config files... [2020-11-12T22:12:38.925Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-136@tmp/config7577825327587478122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:12:39.284Z] ---> docker-login.sh [2020-11-12T22:12:39.284Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:12:39.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:12:39.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:12:39.815Z] Configure a credential helper to remove this warning. See [2020-11-12T22:12:39.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:12:39.815Z] [2020-11-12T22:12:39.815Z] Login Succeeded [2020-11-12T22:12:39.815Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:12:39.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:12:39.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:12:39.815Z] Configure a credential helper to remove this warning. See [2020-11-12T22:12:39.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:12:39.815Z] [2020-11-12T22:12:39.815Z] Login Succeeded [2020-11-12T22:12:39.815Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:12:40.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:12:40.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:12:40.080Z] Configure a credential helper to remove this warning. See [2020-11-12T22:12:40.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:12:40.080Z] [2020-11-12T22:12:40.080Z] Login Succeeded [2020-11-12T22:12:40.080Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:12:40.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:12:40.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:12:40.343Z] Configure a credential helper to remove this warning. See [2020-11-12T22:12:40.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:12:40.343Z] [2020-11-12T22:12:40.343Z] Login Succeeded [2020-11-12T22:12:40.343Z] docker.io [2020-11-12T22:12:40.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:12:40.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:12:40.608Z] Configure a credential helper to remove this warning. See [2020-11-12T22:12:40.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:12:40.608Z] [2020-11-12T22:12:40.608Z] Login Succeeded [2020-11-12T22:12:40.608Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:12:40.622Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T22:12:41.465Z] + git log --format=format:%s -1 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [Pipeline] echo [2020-11-12T22:12:41.549Z] GIT_COMMIT: 2ba20845484b8fbcbdccd07fd6adc2f5b0171806, Commit Message: Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD [Pipeline] echo [2020-11-12T22:12:41.631Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:12:42.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:12:42.288Z] [2020-11-12T22:12:42.288Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:12:42.688Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:12:42.688Z] latest: Pulling from edgex-devops/git-semver [2020-11-12T22:12:42.688Z] 31603596830f: Pulling fs layer [2020-11-12T22:12:42.688Z] 2a8b12db71e7: Pulling fs layer [2020-11-12T22:12:42.688Z] 6ca5941a6612: Pulling fs layer [2020-11-12T22:12:42.688Z] ecc8261a40a4: Pulling fs layer [2020-11-12T22:12:42.688Z] ecc8261a40a4: Waiting [2020-11-12T22:12:42.688Z] 2a8b12db71e7: Verifying Checksum [2020-11-12T22:12:42.688Z] 2a8b12db71e7: Download complete [2020-11-12T22:12:42.688Z] 31603596830f: Verifying Checksum [2020-11-12T22:12:42.688Z] 31603596830f: Download complete [2020-11-12T22:12:42.953Z] ecc8261a40a4: Verifying Checksum [2020-11-12T22:12:42.953Z] ecc8261a40a4: Download complete [2020-11-12T22:12:42.953Z] 6ca5941a6612: Verifying Checksum [2020-11-12T22:12:42.953Z] 6ca5941a6612: Download complete [2020-11-12T22:12:43.218Z] 31603596830f: Pull complete [2020-11-12T22:12:43.218Z] 2a8b12db71e7: Pull complete [2020-11-12T22:12:44.190Z] 6ca5941a6612: Pull complete [2020-11-12T22:12:44.453Z] ecc8261a40a4: Pull complete [2020-11-12T22:12:44.453Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-12T22:12:44.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:12:44.453Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-12T22:12:44.565Z] prd-centos7-docker-4c-2g-11969 does not seem to be running inside a container [2020-11-12T22:12:44.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-136 -v /w/workspace/foundry_device-virtual-go_PR-136:/w/workspace/foundry_device-virtual-go_PR-136:rw,z -v /w/workspace/foundry_device-virtual-go_PR-136@tmp:/w/workspace/foundry_device-virtual-go_PR-136@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 [2020-11-12T22:12:46.849Z] $ docker top 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T22:12:47.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:12:47.153Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:12:47.364Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:12:47.374Z] $ docker exec 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent [2020-11-12T22:12:47.539Z] SSH_AUTH_SOCK=/tmp/ssh-HCmanwmKJAin/agent.11 [2020-11-12T22:12:47.539Z] SSH_AGENT_PID=16 [2020-11-12T22:12:47.551Z] Running ssh-add (command line suppressed) [2020-11-12T22:12:47.681Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_6204129577022532944.key (/w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_6204129577022532944.key) [2020-11-12T22:12:47.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:12:48.067Z] + git tag --points-at HEAD [Pipeline] } [2020-11-12T22:12:48.095Z] $ docker exec --env ******** --env ******** 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent -k [2020-11-12T22:12:48.218Z] unset SSH_AUTH_SOCK; [2020-11-12T22:12:48.218Z] unset SSH_AGENT_PID; [2020-11-12T22:12:48.218Z] echo Agent pid 16 killed; [2020-11-12T22:12:48.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-12T22:12:48.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:12:48.396Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:12:48.562Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:12:48.572Z] $ docker exec 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent [2020-11-12T22:12:48.726Z] SSH_AUTH_SOCK=/tmp/ssh-JiofGA3f9dA8/agent.45 [2020-11-12T22:12:48.726Z] SSH_AGENT_PID=51 [2020-11-12T22:12:48.733Z] Running ssh-add (command line suppressed) [2020-11-12T22:12:48.864Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_1987606460403512931.key (/w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_1987606460403512931.key) [2020-11-12T22:12:48.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:12:49.251Z] + git semver init [2020-11-12T22:12:49.251Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T22:12:49.251Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-136/.git [2020-11-12T22:12:49.251Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-136 [2020-11-12T22:12:49.251Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T22:12:49.251Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T22:12:49.251Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T22:12:49.251Z] # $SEMVER_BRANCH = PR-136 [2020-11-12T22:12:49.251Z] # $SEMVER_TEMP = /tmp/semver-393661444 [2020-11-12T22:12:49.251Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-11-12T22:12:49.830Z] # '/tmp/semver-393661444' -> '/w/workspace/foundry_device-virtual-go_PR-136/.semver' [2020-11-12T22:12:49.830Z] # -> Force: false [2020-11-12T22:12:49.830Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-136/.semver [Pipeline] } [2020-11-12T22:12:49.850Z] $ docker exec --env ******** --env ******** 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent -k [2020-11-12T22:12:49.967Z] unset SSH_AUTH_SOCK; [2020-11-12T22:12:49.968Z] unset SSH_AGENT_PID; [2020-11-12T22:12:49.968Z] echo Agent pid 51 killed; [2020-11-12T22:12:50.003Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T22:12:50.653Z] + git semver [Pipeline] } [2020-11-12T22:12:50.678Z] $ docker stop --time=1 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b [2020-11-12T22:12:52.029Z] $ docker rm -f 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:12:52.513Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-12T22:12:52.957Z] Stashed 1 file(s) [Pipeline] echo [2020-11-12T22:12:52.961Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-12T22:13:08.570Z] Still waiting to schedule task [2020-11-12T22:13:08.570Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-12T22:13:08.572Z] Still waiting to schedule task [2020-11-12T22:13:08.573Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-12T22:16:09.741Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11972 in /w/workspace/foundry_device-virtual-go_PR-136 [Pipeline] { [Pipeline] ws [2020-11-12T22:16:09.808Z] Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout [2020-11-12T22:16:14.928Z] using credential edgex-jenkins-ssh [2020-11-12T22:16:15.000Z] Cloning the remote Git repository [2020-11-12T22:16:15.063Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:16:15.170Z] > git init /w/workspace/device-virtual-go/5 # timeout=10 [2020-11-12T22:16:15.254Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:16:15.255Z] > git --version # timeout=10 [2020-11-12T22:16:15.279Z] > git --version # 'git version 2.17.1' [2020-11-12T22:16:15.281Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:16:15.359Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:16:16.073Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:16:16.092Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:16:16.122Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:16:16.155Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:16:16.156Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:16:16.168Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/136/head:refs/remotes/origin/PR-136 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T22:16:16.615Z] Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 [2020-11-12T22:16:16.838Z] Merge succeeded, producing 76ee02f41db875c0151958d9cbfe309fe3ab8ae8 [2020-11-12T22:16:16.839Z] Checking out Revision 76ee02f41db875c0151958d9cbfe309fe3ab8ae8 (PR-136) [2020-11-12T22:16:16.643Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:16:16.659Z] > git checkout -f 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [2020-11-12T22:16:16.737Z] > git remote # timeout=10 [2020-11-12T22:16:16.753Z] > git config --get remote.origin.url # timeout=10 [2020-11-12T22:16:16.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:16:16.782Z] > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 [2020-11-12T22:16:16.828Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-12T22:16:16.850Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:16:16.910Z] > git checkout -f 76ee02f41db875c0151958d9cbfe309fe3ab8ae8 # timeout=10 [2020-11-12T22:16:21.147Z] Commit message: "Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD" [2020-11-12T22:16:21.162Z] > git rev-list --no-walk 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:16:22.191Z] provisioning config files... [2020-11-12T22:16:22.274Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config3611653736340786573tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:16:23.247Z] ---> docker-login.sh [2020-11-12T22:16:23.247Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:16:23.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:16:24.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:16:24.446Z] Configure a credential helper to remove this warning. See [2020-11-12T22:16:24.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:16:24.446Z] [2020-11-12T22:16:24.446Z] Login Succeeded [2020-11-12T22:16:24.446Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:16:24.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:16:24.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:16:24.763Z] Configure a credential helper to remove this warning. See [2020-11-12T22:16:24.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:16:24.763Z] [2020-11-12T22:16:24.763Z] Login Succeeded [2020-11-12T22:16:24.763Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:16:25.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:16:25.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:16:25.370Z] Configure a credential helper to remove this warning. See [2020-11-12T22:16:25.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:16:25.370Z] [2020-11-12T22:16:25.370Z] Login Succeeded [2020-11-12T22:16:25.370Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:16:25.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:16:25.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:16:25.924Z] Configure a credential helper to remove this warning. See [2020-11-12T22:16:25.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:16:25.924Z] [2020-11-12T22:16:25.924Z] Login Succeeded [2020-11-12T22:16:25.924Z] docker.io [2020-11-12T22:16:26.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:16:26.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:16:26.469Z] Configure a credential helper to remove this warning. See [2020-11-12T22:16:26.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:16:26.469Z] [2020-11-12T22:16:26.469Z] Login Succeeded [2020-11-12T22:16:26.469Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:16:26.544Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T22:16:27.040Z] ========================================================= [2020-11-12T22:16:27.040Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-12T22:16:27.040Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:16:27.452Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-12T22:16:27.727Z] Sending build context to Docker daemon 476.7kB [2020-11-12T22:16:27.727Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T22:16:27.727Z] Step 2/8 : FROM ${BASE} [2020-11-12T22:16:27.727Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-12T22:16:27.727Z] b538f80385f9: Pulling fs layer [2020-11-12T22:16:27.727Z] 74f711af9a0d: Pulling fs layer [2020-11-12T22:16:27.727Z] 99f96fe45779: Pulling fs layer [2020-11-12T22:16:27.727Z] 8529a6b9a6be: Pulling fs layer [2020-11-12T22:16:27.727Z] 45590311c82a: Pulling fs layer [2020-11-12T22:16:27.727Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-12T22:16:27.727Z] 209524e5b208: Pulling fs layer [2020-11-12T22:16:27.727Z] 45590311c82a: Waiting [2020-11-12T22:16:27.727Z] 69ca0ff8b7b3: Waiting [2020-11-12T22:16:27.727Z] 209524e5b208: Waiting [2020-11-12T22:16:27.727Z] 8529a6b9a6be: Waiting [2020-11-12T22:16:28.004Z] 99f96fe45779: Verifying Checksum [2020-11-12T22:16:28.004Z] 99f96fe45779: Download complete [2020-11-12T22:16:28.004Z] 74f711af9a0d: Verifying Checksum [2020-11-12T22:16:28.004Z] 74f711af9a0d: Download complete [2020-11-12T22:16:28.004Z] 45590311c82a: Download complete [2020-11-12T22:16:28.004Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-12T22:16:28.004Z] 69ca0ff8b7b3: Download complete [2020-11-12T22:16:28.004Z] b538f80385f9: Verifying Checksum [2020-11-12T22:16:28.004Z] b538f80385f9: Download complete [2020-11-12T22:16:28.606Z] b538f80385f9: Pull complete [2020-11-12T22:16:29.199Z] 74f711af9a0d: Pull complete [2020-11-12T22:16:29.472Z] 99f96fe45779: Pull complete [2020-11-12T22:16:31.457Z] 209524e5b208: Verifying Checksum [2020-11-12T22:16:31.457Z] 209524e5b208: Download complete [2020-11-12T22:16:32.055Z] 8529a6b9a6be: Verifying Checksum [2020-11-12T22:16:32.055Z] 8529a6b9a6be: Download complete [2020-11-12T22:16:42.234Z] 8529a6b9a6be: Pull complete [2020-11-12T22:16:42.506Z] 45590311c82a: Pull complete [2020-11-12T22:16:42.782Z] 69ca0ff8b7b3: Pull complete [2020-11-12T22:16:47.131Z] 209524e5b208: Pull complete [2020-11-12T22:16:47.131Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-12T22:16:47.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-12T22:16:47.131Z] ---> 5bddaf1c2fca [2020-11-12T22:16:47.131Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-12T22:16:49.116Z] ---> Running in 802b7aed79aa [2020-11-12T22:16:49.710Z] Removing intermediate container 802b7aed79aa [2020-11-12T22:16:49.710Z] ---> c7b0bf3651b9 [2020-11-12T22:16:49.710Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:16:49.710Z] ---> Running in b926a6e11e13 [2020-11-12T22:16:52.351Z] Removing intermediate container b926a6e11e13 [2020-11-12T22:16:52.351Z] ---> 76aa643e2e9d [2020-11-12T22:16:52.351Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-12T22:16:52.351Z] ---> Running in 84498f6c95fd [2020-11-12T22:16:53.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T22:16:54.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T22:16:55.385Z] (1/14) Installing libmagic (5.38-r0) [2020-11-12T22:16:55.385Z] (2/14) Installing file (5.38-r0) [2020-11-12T22:16:55.656Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-12T22:16:55.656Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-12T22:17:00.411Z] Running on prd-centos7-docker-4c-2g-11973 in /w/workspace/foundry_device-virtual-go_PR-136 [Pipeline] { [Pipeline] ws [2020-11-12T22:17:00.472Z] Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout [2020-11-12T22:17:02.410Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-12T22:17:02.410Z] (6/14) Installing patch (2.7.6-r6) [2020-11-12T22:17:02.410Z] (7/14) Installing build-base (0.5-r2) [2020-11-12T22:17:02.410Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-12T22:17:02.680Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-12T22:17:02.680Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-12T22:17:03.275Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-12T22:17:03.275Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-12T22:17:03.275Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-12T22:17:03.549Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-12T22:17:03.824Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T22:17:03.824Z] OK: 221 MiB in 53 packages [2020-11-12T22:17:04.216Z] using credential edgex-jenkins-ssh [2020-11-12T22:17:04.274Z] Cloning the remote Git repository [2020-11-12T22:17:04.315Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:17:04.417Z] > git init /w/workspace/device-virtual-go/5 # timeout=10 [2020-11-12T22:17:05.574Z] Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 [2020-11-12T22:17:04.523Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:17:04.524Z] > git --version # timeout=10 [2020-11-12T22:17:04.546Z] > git --version # 'git version 2.16.5' [2020-11-12T22:17:04.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:17:04.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:17:05.138Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:17:05.150Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:17:05.169Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:17:05.186Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:17:05.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:17:05.195Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/136/head:refs/remotes/origin/PR-136 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T22:17:05.594Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:17:05.620Z] > git checkout -f 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [2020-11-12T22:17:05.738Z] Merge succeeded, producing 91d26a287a5f824f414fd4991e16152fffabe61b [2020-11-12T22:17:05.739Z] Checking out Revision 91d26a287a5f824f414fd4991e16152fffabe61b (PR-136) [2020-11-12T22:17:05.681Z] > git remote # timeout=10 [2020-11-12T22:17:05.687Z] > git config --get remote.origin.url # timeout=10 [2020-11-12T22:17:05.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:17:05.703Z] > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 [2020-11-12T22:17:05.731Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-12T22:17:05.746Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:17:05.764Z] > git checkout -f 91d26a287a5f824f414fd4991e16152fffabe61b # timeout=10 [2020-11-12T22:17:08.148Z] Removing intermediate container 84498f6c95fd [2020-11-12T22:17:08.149Z] ---> 882119d409ee [2020-11-12T22:17:08.149Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-12T22:17:08.149Z] ---> Running in ef78dd099210 [2020-11-12T22:17:08.422Z] Removing intermediate container ef78dd099210 [2020-11-12T22:17:08.422Z] ---> a7fde7d12470 [2020-11-12T22:17:08.422Z] Step 7/8 : COPY . . [2020-11-12T22:17:09.407Z] ---> de74dbf61680 [2020-11-12T22:17:09.407Z] Step 8/8 : RUN go mod download [2020-11-12T22:17:09.407Z] ---> Running in 8cf51cb947e8 [2020-11-12T22:17:10.530Z] Commit message: "Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD" [2020-11-12T22:17:10.539Z] > git rev-list --no-walk 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:17:11.278Z] provisioning config files... [2020-11-12T22:17:11.347Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config3361239981954826885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:17:12.188Z] ---> docker-login.sh [2020-11-12T22:17:12.188Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:17:12.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:12.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:12.722Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:12.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:12.722Z] [2020-11-12T22:17:12.722Z] Login Succeeded [2020-11-12T22:17:12.722Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:17:12.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:13.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:13.036Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:13.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:13.036Z] [2020-11-12T22:17:13.036Z] Login Succeeded [2020-11-12T22:17:13.036Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:17:13.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:13.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:13.328Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:13.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:13.328Z] [2020-11-12T22:17:13.328Z] Login Succeeded [2020-11-12T22:17:13.328Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:17:13.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:13.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:13.605Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:13.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:13.605Z] [2020-11-12T22:17:13.605Z] Login Succeeded [2020-11-12T22:17:13.605Z] docker.io [2020-11-12T22:17:13.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:15.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:15.009Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:15.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:15.009Z] [2020-11-12T22:17:15.009Z] Login Succeeded [2020-11-12T22:17:15.009Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:17:15.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T22:17:15.599Z] ========================================================= [2020-11-12T22:17:15.599Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-12T22:17:15.599Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:15.977Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-12T22:17:16.250Z] Sending build context to Docker daemon 476.7kB [2020-11-12T22:17:16.250Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T22:17:16.250Z] Step 2/8 : FROM ${BASE} [2020-11-12T22:17:16.250Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-12T22:17:16.250Z] df20fa9351a1: Pulling fs layer [2020-11-12T22:17:16.250Z] ed8968b2872e: Pulling fs layer [2020-11-12T22:17:16.250Z] a92cc7c5fd73: Pulling fs layer [2020-11-12T22:17:16.250Z] e871e8e8d7a9: Pulling fs layer [2020-11-12T22:17:16.250Z] e73272ec9a57: Pulling fs layer [2020-11-12T22:17:16.250Z] 1e910a182e73: Pulling fs layer [2020-11-12T22:17:16.250Z] 4e634b169226: Pulling fs layer [2020-11-12T22:17:16.250Z] e73272ec9a57: Waiting [2020-11-12T22:17:16.250Z] 1e910a182e73: Waiting [2020-11-12T22:17:16.250Z] 4e634b169226: Waiting [2020-11-12T22:17:16.250Z] e871e8e8d7a9: Waiting [2020-11-12T22:17:16.250Z] a92cc7c5fd73: Verifying Checksum [2020-11-12T22:17:16.250Z] a92cc7c5fd73: Download complete [2020-11-12T22:17:16.250Z] ed8968b2872e: Verifying Checksum [2020-11-12T22:17:16.250Z] ed8968b2872e: Download complete [2020-11-12T22:17:16.250Z] e73272ec9a57: Verifying Checksum [2020-11-12T22:17:16.250Z] e73272ec9a57: Download complete [2020-11-12T22:17:16.521Z] 1e910a182e73: Download complete [2020-11-12T22:17:16.521Z] df20fa9351a1: Verifying Checksum [2020-11-12T22:17:16.521Z] df20fa9351a1: Download complete [2020-11-12T22:17:16.811Z] df20fa9351a1: Pull complete [2020-11-12T22:17:17.095Z] ed8968b2872e: Pull complete [2020-11-12T22:17:17.095Z] a92cc7c5fd73: Pull complete [2020-11-12T22:17:23.090Z] 4e634b169226: Verifying Checksum [2020-11-12T22:17:23.090Z] 4e634b169226: Download complete [2020-11-12T22:17:24.808Z] e871e8e8d7a9: Verifying Checksum [2020-11-12T22:17:24.808Z] e871e8e8d7a9: Download complete [2020-11-12T22:17:33.146Z] e871e8e8d7a9: Pull complete [2020-11-12T22:17:33.146Z] e73272ec9a57: Pull complete [2020-11-12T22:17:33.146Z] 1e910a182e73: Pull complete [2020-11-12T22:17:36.211Z] Removing intermediate container 8cf51cb947e8 [2020-11-12T22:17:36.211Z] ---> 0c67090aeb1f [2020-11-12T22:17:36.211Z] Successfully built 0c67090aeb1f [2020-11-12T22:17:36.211Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:36.557Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T22:17:36.557Z] . [Pipeline] withDockerContainer [2020-11-12T22:17:36.807Z] prd-ubuntu18.04-docker-arm64-4c-16g-11972 does not seem to be running inside a container [2020-11-12T22:17:36.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T22:17:38.560Z] 4e634b169226: Pull complete [2020-11-12T22:17:38.560Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-12T22:17:38.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-12T22:17:38.560Z] ---> f7629b54cfaa [2020-11-12T22:17:38.560Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-12T22:17:38.717Z] $ docker top e037b30f7ba1e195d0d9e5c5fda607f5f12f6f8bca7731208491a2c21f436c23 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:17:39.148Z] ---> Running in 9309b53c5935 [2020-11-12T22:17:39.419Z] Removing intermediate container 9309b53c5935 [2020-11-12T22:17:39.419Z] ---> c7e2ddad7eaf [2020-11-12T22:17:39.419Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:17:39.419Z] ---> Running in e46e354c317c [2020-11-12T22:17:40.141Z] + go version [2020-11-12T22:17:40.141Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-12T22:17:40.167Z] $ docker stop --time=1 e037b30f7ba1e195d0d9e5c5fda607f5f12f6f8bca7731208491a2c21f436c23 [2020-11-12T22:17:40.833Z] Removing intermediate container e46e354c317c [2020-11-12T22:17:40.833Z] ---> f33cd454a755 [2020-11-12T22:17:40.833Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-12T22:17:40.833Z] ---> Running in 69b37093b807 [2020-11-12T22:17:41.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T22:17:42.034Z] $ docker rm -f e037b30f7ba1e195d0d9e5c5fda607f5f12f6f8bca7731208491a2c21f436c23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-11-12T22:17:42.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:43.022Z] (1/14) Installing libmagic (5.38-r0) [2020-11-12T22:17:43.023Z] (2/14) Installing file (5.38-r0) [2020-11-12T22:17:43.058Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T22:17:43.058Z] . [Pipeline] withDockerContainer [2020-11-12T22:17:43.291Z] prd-ubuntu18.04-docker-arm64-4c-16g-11972 does not seem to be running inside a container [2020-11-12T22:17:43.300Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-12T22:17:43.300Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-12T22:17:43.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T22:17:45.154Z] $ docker top 09149e1339965a6e008abffedbaebf7ff1764711441e0d9ed0c7ebd992cd207a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:17:46.563Z] + make test [2020-11-12T22:17:46.563Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-12T22:17:46.689Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-12T22:17:46.689Z] (6/14) Installing patch (2.7.6-r6) [2020-11-12T22:17:46.689Z] (7/14) Installing build-base (0.5-r2) [2020-11-12T22:17:46.689Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-12T22:17:46.689Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-12T22:17:46.961Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-12T22:17:47.235Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-12T22:17:47.235Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-12T22:17:47.235Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-12T22:17:47.509Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-12T22:17:47.509Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T22:17:47.509Z] OK: 237 MiB in 53 packages [2020-11-12T22:17:47.551Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-12T22:17:50.889Z] Removing intermediate container 69b37093b807 [2020-11-12T22:17:50.889Z] ---> 751a25b13932 [2020-11-12T22:17:50.889Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-12T22:17:51.154Z] ---> Running in d028815834d6 [2020-11-12T22:17:51.421Z] Removing intermediate container d028815834d6 [2020-11-12T22:17:51.421Z] ---> 09b6a6081342 [2020-11-12T22:17:51.421Z] Step 7/8 : COPY . . [2020-11-12T22:17:52.014Z] ---> cb8168810de4 [2020-11-12T22:17:52.014Z] Step 8/8 : RUN go mod download [2020-11-12T22:17:52.014Z] ---> Running in 154a9742325d [2020-11-12T22:18:24.408Z] Removing intermediate container 154a9742325d [2020-11-12T22:18:24.408Z] ---> ffad5c92f2d4 [2020-11-12T22:18:24.408Z] Successfully built ffad5c92f2d4 [2020-11-12T22:18:24.408Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:18:24.765Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T22:18:24.765Z] . [Pipeline] withDockerContainer [2020-11-12T22:18:24.926Z] prd-centos7-docker-4c-2g-11973 does not seem to be running inside a container [2020-11-12T22:18:25.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T22:18:26.086Z] $ docker top 7f1d97ce91b83db0435b4d352693e68f8c427aa5a6d604298748b189d1d1586f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:18:26.795Z] + go version [2020-11-12T22:18:26.795Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-12T22:18:26.844Z] $ docker stop --time=1 7f1d97ce91b83db0435b4d352693e68f8c427aa5a6d604298748b189d1d1586f [2020-11-12T22:18:28.287Z] $ docker rm -f 7f1d97ce91b83db0435b4d352693e68f8c427aa5a6d604298748b189d1d1586f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:18:29.191Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T22:18:29.191Z] . [Pipeline] withDockerContainer [2020-11-12T22:18:29.309Z] prd-centos7-docker-4c-2g-11973 does not seem to be running inside a container [2020-11-12T22:18:29.375Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T22:18:30.072Z] $ docker top 7d5deaa272c6bd84ca8b32d2bbb5f5a95407401562aed265d0080ab97f613a31 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:18:30.684Z] + make test [2020-11-12T22:18:30.684Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-12T22:18:32.121Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-12T22:18:34.603Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-12T22:18:34.603Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.470s coverage: 64.4% of statements [2020-11-12T22:18:34.603Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T22:18:42.140Z] gofmt -l . [2020-11-12T22:18:42.140Z] [ "`gofmt -l .`" = "" ] [2020-11-12T22:18:42.140Z] ./bin/test-attribution-txt.sh [2020-11-12T22:18:42.140Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-12T22:18:42.763Z] $ docker stop --time=1 09149e1339965a6e008abffedbaebf7ff1764711441e0d9ed0c7ebd992cd207a [2020-11-12T22:18:44.870Z] $ docker rm -f 09149e1339965a6e008abffedbaebf7ff1764711441e0d9ed0c7ebd992cd207a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:18:45.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T22:18:46.534Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T22:18:47.950Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T22:18:48.323Z] + ls -al . [2020-11-12T22:18:48.323Z] total 152 [2020-11-12T22:18:48.324Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 22:18 . [2020-11-12T22:18:48.324Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 22:16 .. [2020-11-12T22:18:48.324Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 22:16 .git [2020-11-12T22:18:48.324Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:16 .github [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 258 Nov 12 22:16 .gitignore [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 6713 Nov 12 22:16 Attribution.txt [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 1834 Nov 12 22:16 Dockerfile [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 957 Nov 12 22:16 Dockerfile.build [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 660 Nov 12 22:16 Jenkinsfile [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 12 22:16 LICENSE [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 873 Nov 12 22:16 Makefile [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 918 Nov 12 22:16 README.md [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 12 22:12 VERSION [2020-11-12T22:18:48.324Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:16 bin [2020-11-12T22:18:48.324Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:16 cmd [2020-11-12T22:18:48.324Z] -rw-r--r-- 1 jenkins jenkins 47242 Nov 12 22:18 coverage.out [2020-11-12T22:18:48.324Z] -rw-r--r-- 1 jenkins jenkins 433 Nov 12 22:18 go.mod [2020-11-12T22:18:48.324Z] -rw-r--r-- 1 jenkins jenkins 17864 Nov 12 22:18 go.sum [2020-11-12T22:18:48.324Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:16 internal [2020-11-12T22:18:48.324Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 12 22:16 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:18:48.689Z] + 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=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 --label arch=arm64 --label version=0.0.0 . [2020-11-12T22:18:48.970Z] Sending build context to Docker daemon 543.2kB [2020-11-12T22:18:48.971Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-12T22:18:48.971Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-12T22:18:48.971Z] ---> 0c67090aeb1f [2020-11-12T22:18:48.971Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-12T22:18:49.246Z] ---> Running in c7a9807e52bd [2020-11-12T22:18:49.844Z] Removing intermediate container c7a9807e52bd [2020-11-12T22:18:49.844Z] ---> 8d8cc31f7499 [2020-11-12T22:18:49.844Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T22:18:49.844Z] ---> Running in 90bed014a381 [2020-11-12T22:18:50.441Z] Removing intermediate container 90bed014a381 [2020-11-12T22:18:50.441Z] ---> 59c5c4d7433d [2020-11-12T22:18:50.441Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-12T22:18:50.441Z] ---> Running in ce0f4157e75a [2020-11-12T22:18:50.721Z] Removing intermediate container ce0f4157e75a [2020-11-12T22:18:50.721Z] ---> 11f33327e5b6 [2020-11-12T22:18:50.721Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:18:51.003Z] ---> Running in 6656c4bf458f [2020-11-12T22:18:53.623Z] Removing intermediate container 6656c4bf458f [2020-11-12T22:18:53.623Z] ---> 68bc20d79c9f [2020-11-12T22:18:53.623Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T22:18:53.623Z] ---> Running in 41789ae081dd [2020-11-12T22:18:54.440Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-12T22:18:55.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T22:18:55.087Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.951s coverage: 64.4% of statements [2020-11-12T22:18:55.361Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T22:18:55.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T22:18:56.236Z] OK: 221 MiB in 53 packages [2020-11-12T22:18:57.219Z] Removing intermediate container 41789ae081dd [2020-11-12T22:18:57.219Z] ---> 5d445409dec9 [2020-11-12T22:18:57.219Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-12T22:18:57.493Z] ---> Running in e7b76e7c3daa [2020-11-12T22:18:57.770Z] Removing intermediate container e7b76e7c3daa [2020-11-12T22:18:57.770Z] ---> b94f5acaaf80 [2020-11-12T22:18:57.770Z] Step 9/22 : COPY . . [2020-11-12T22:18:58.746Z] ---> 169ee883c5a1 [2020-11-12T22:18:58.746Z] Step 10/22 : ARG MAKE='make build' [2020-11-12T22:18:59.019Z] ---> Running in 5c3b784240b1 [2020-11-12T22:18:59.293Z] Removing intermediate container 5c3b784240b1 [2020-11-12T22:18:59.293Z] ---> 713ba80c3618 [2020-11-12T22:18:59.293Z] Step 11/22 : RUN $MAKE [2020-11-12T22:18:59.566Z] ---> Running in a25b1e6bebf5 [2020-11-12T22:18:59.699Z] gofmt -l . [2020-11-12T22:18:59.699Z] [ "`gofmt -l .`" = "" ] [2020-11-12T22:18:59.699Z] ./bin/test-attribution-txt.sh [2020-11-12T22:19:00.288Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-12T22:19:00.577Z] $ docker stop --time=1 7d5deaa272c6bd84ca8b32d2bbb5f5a95407401562aed265d0080ab97f613a31 [2020-11-12T22:19:00.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-11-12T22:19:02.377Z] $ docker rm -f 7d5deaa272c6bd84ca8b32d2bbb5f5a95407401562aed265d0080ab97f613a31 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:19:03.112Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T22:19:03.170Z] Warning: overwriting stash ‘coverage-report’ [2020-11-12T22:19:03.503Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-12T22:19:04.095Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T22:19:04.445Z] + ls -al . [2020-11-12T22:19:04.445Z] total 128 [2020-11-12T22:19:04.445Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 22:19 . [2020-11-12T22:19:04.445Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 12 22:17 .. [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 6713 Nov 12 22:17 Attribution.txt [2020-11-12T22:19:04.445Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 22:17 bin [2020-11-12T22:19:04.445Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 12 22:17 cmd [2020-11-12T22:19:04.445Z] -rw-r--r--. 1 jenkins jenkins 47242 Nov 12 22:18 coverage.out [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 1834 Nov 12 22:17 Dockerfile [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 957 Nov 12 22:17 Dockerfile.build [2020-11-12T22:19:04.445Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 12 22:17 .git [2020-11-12T22:19:04.445Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 12 22:17 .github [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 258 Nov 12 22:17 .gitignore [2020-11-12T22:19:04.445Z] -rw-r--r--. 1 jenkins jenkins 433 Nov 12 22:19 go.mod [2020-11-12T22:19:04.445Z] -rw-r--r--. 1 jenkins jenkins 17864 Nov 12 22:19 go.sum [2020-11-12T22:19:04.445Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 22:17 internal [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 660 Nov 12 22:17 Jenkinsfile [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 12 22:17 LICENSE [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 873 Nov 12 22:17 Makefile [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 918 Nov 12 22:17 README.md [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 12 22:12 VERSION [2020-11-12T22:19:04.445Z] -rw-rw-r--. 1 jenkins jenkins 235 Nov 12 22:17 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:19:04.771Z] + 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=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 --label arch=amd64 --label version=0.0.0 . [2020-11-12T22:19:05.036Z] Sending build context to Docker daemon 543.2kB [2020-11-12T22:19:05.036Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-12T22:19:05.036Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-12T22:19:05.036Z] ---> ffad5c92f2d4 [2020-11-12T22:19:05.036Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-12T22:19:05.036Z] ---> Running in b01e808920c3 [2020-11-12T22:19:05.307Z] Removing intermediate container b01e808920c3 [2020-11-12T22:19:05.307Z] ---> 8e761151aa0e [2020-11-12T22:19:05.307Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T22:19:05.307Z] ---> Running in 3ffcefc84451 [2020-11-12T22:19:05.572Z] Removing intermediate container 3ffcefc84451 [2020-11-12T22:19:05.572Z] ---> fe0e11a5bee2 [2020-11-12T22:19:05.572Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-12T22:19:05.572Z] ---> Running in 4a0fa688bb04 [2020-11-12T22:19:05.842Z] Removing intermediate container 4a0fa688bb04 [2020-11-12T22:19:05.842Z] ---> 8fc1a66eea05 [2020-11-12T22:19:05.842Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:19:05.842Z] ---> Running in 509d9729b73a [2020-11-12T22:19:07.258Z] Removing intermediate container 509d9729b73a [2020-11-12T22:19:07.258Z] ---> 113cf181f5e3 [2020-11-12T22:19:07.258Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T22:19:07.258Z] ---> Running in 26bc4015abf7 [2020-11-12T22:19:07.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T22:19:08.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T22:19:09.048Z] OK: 237 MiB in 53 packages [2020-11-12T22:19:09.646Z] Removing intermediate container 26bc4015abf7 [2020-11-12T22:19:09.646Z] ---> dfcb3fffa24f [2020-11-12T22:19:09.646Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-12T22:19:09.646Z] ---> Running in e9bfda520a1c [2020-11-12T22:19:09.925Z] Removing intermediate container e9bfda520a1c [2020-11-12T22:19:09.925Z] ---> d859afd7bdb7 [2020-11-12T22:19:09.925Z] Step 9/22 : COPY . . [2020-11-12T22:19:10.538Z] ---> 6bb3e27f7209 [2020-11-12T22:19:10.538Z] Step 10/22 : ARG MAKE='make build' [2020-11-12T22:19:10.538Z] ---> Running in c586775badad [2020-11-12T22:19:10.808Z] Removing intermediate container c586775badad [2020-11-12T22:19:10.808Z] ---> 9f073e612264 [2020-11-12T22:19:10.808Z] Step 11/22 : RUN $MAKE [2020-11-12T22:19:10.808Z] ---> Running in 7dfcd0dc4d92 [2020-11-12T22:19:11.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-11-12T22:19:26.537Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T22:19:29.882Z] Removing intermediate container 7dfcd0dc4d92 [2020-11-12T22:19:29.882Z] ---> cb0a45d9067c [2020-11-12T22:19:29.882Z] Step 12/22 : FROM alpine [2020-11-12T22:19:30.155Z] latest: Pulling from library/alpine [2020-11-12T22:19:30.421Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T22:19:30.421Z] 188c0c94c7c5: Verifying Checksum [2020-11-12T22:19:30.421Z] 188c0c94c7c5: Download complete [2020-11-12T22:19:30.998Z] 188c0c94c7c5: Pull complete [2020-11-12T22:19:30.998Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T22:19:30.998Z] Status: Downloaded newer image for alpine:latest [2020-11-12T22:19:30.998Z] ---> d6e46aa2470d [2020-11-12T22:19:30.998Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-12T22:19:30.998Z] ---> Running in bd3c880261de [2020-11-12T22:19:30.998Z] Removing intermediate container bd3c880261de [2020-11-12T22:19:30.998Z] ---> 369b7dd305f0 [2020-11-12T22:19:30.998Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-12T22:19:31.267Z] ---> Running in c0084b82c33e [2020-11-12T22:19:31.267Z] Removing intermediate container c0084b82c33e [2020-11-12T22:19:31.267Z] ---> 9de90be7d5e3 [2020-11-12T22:19:31.267Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-12T22:19:32.231Z] ---> 1160bd0d5341 [2020-11-12T22:19:32.231Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-12T22:19:32.231Z] ---> a8021cd1dfd9 [2020-11-12T22:19:32.231Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-12T22:19:32.495Z] ---> 7e24c95da2ce [2020-11-12T22:19:32.495Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-12T22:19:32.757Z] ---> Running in e7762b17ebc6 [2020-11-12T22:19:32.757Z] Removing intermediate container e7762b17ebc6 [2020-11-12T22:19:32.757Z] ---> 60c2238aba0a [2020-11-12T22:19:32.757Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T22:19:33.022Z] ---> Running in fcafc0441895 [2020-11-12T22:19:33.022Z] Removing intermediate container fcafc0441895 [2020-11-12T22:19:33.022Z] ---> 7feeaa90fe7e [2020-11-12T22:19:33.022Z] Step 20/22 : LABEL arch=amd64 [2020-11-12T22:19:33.022Z] ---> Running in e7923027d555 [2020-11-12T22:19:33.285Z] Removing intermediate container e7923027d555 [2020-11-12T22:19:33.285Z] ---> 35fdb76f549d [2020-11-12T22:19:33.285Z] Step 21/22 : LABEL git_sha=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [2020-11-12T22:19:33.285Z] ---> Running in ee11dfc039a2 [2020-11-12T22:19:33.384Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T22:19:33.551Z] Removing intermediate container ee11dfc039a2 [2020-11-12T22:19:33.551Z] ---> f1ebc98935b8 [2020-11-12T22:19:33.551Z] Step 22/22 : LABEL version=0.0.0 [2020-11-12T22:19:33.551Z] ---> Running in b91c9e185877 [2020-11-12T22:19:33.814Z] Removing intermediate container b91c9e185877 [2020-11-12T22:19:33.814Z] ---> 2415ce263887 [2020-11-12T22:19:33.814Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T22:19:33.814Z] Successfully built 2415ce263887 [2020-11-12T22:19:33.814Z] 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] } [2020-11-12T22:19:41.682Z] Removing intermediate container a25b1e6bebf5 [2020-11-12T22:19:41.682Z] ---> f7adf344ffb9 [2020-11-12T22:19:41.682Z] Step 12/22 : FROM alpine [2020-11-12T22:19:41.682Z] latest: Pulling from library/alpine [2020-11-12T22:19:41.682Z] 5f621e34cdf4: Pulling fs layer [2020-11-12T22:19:41.682Z] 5f621e34cdf4: Download complete [2020-11-12T22:19:41.955Z] 5f621e34cdf4: Pull complete [2020-11-12T22:19:41.955Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T22:19:42.229Z] Status: Downloaded newer image for alpine:latest [2020-11-12T22:19:42.229Z] ---> 2e77e061c27f [2020-11-12T22:19:42.229Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-12T22:19:42.229Z] ---> Running in 5d6973f04a13 [2020-11-12T22:19:42.822Z] Removing intermediate container 5d6973f04a13 [2020-11-12T22:19:42.822Z] ---> 8e58610836a2 [2020-11-12T22:19:42.822Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-12T22:19:42.822Z] ---> Running in 399e4a91345e [2020-11-12T22:19:43.099Z] Removing intermediate container 399e4a91345e [2020-11-12T22:19:43.099Z] ---> 743db848c825 [2020-11-12T22:19:43.099Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-12T22:19:44.535Z] ---> 50f71093e9df [2020-11-12T22:19:44.535Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-12T22:19:45.135Z] ---> 41b497ddf800 [2020-11-12T22:19:45.135Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-12T22:19:45.729Z] ---> 390da6bb5309 [2020-11-12T22:19:45.729Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-12T22:19:46.000Z] ---> Running in 18cfa51ebf5e [2020-11-12T22:19:46.276Z] Removing intermediate container 18cfa51ebf5e [2020-11-12T22:19:46.276Z] ---> dd8278066097 [2020-11-12T22:19:46.276Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T22:19:46.549Z] ---> Running in df451ae514c0 [2020-11-12T22:19:46.822Z] Removing intermediate container df451ae514c0 [2020-11-12T22:19:46.822Z] ---> c28a93ce219d [2020-11-12T22:19:46.822Z] Step 20/22 : LABEL arch=arm64 [2020-11-12T22:19:47.096Z] ---> Running in c02e49df9d11 [2020-11-12T22:19:47.367Z] Removing intermediate container c02e49df9d11 [2020-11-12T22:19:47.367Z] ---> 75a4d82dab48 [2020-11-12T22:19:47.367Z] Step 21/22 : LABEL git_sha=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [2020-11-12T22:19:47.638Z] ---> Running in 75f5c4fdcb50 [2020-11-12T22:19:47.910Z] Removing intermediate container 75f5c4fdcb50 [2020-11-12T22:19:47.910Z] ---> df1e2e1e99d0 [2020-11-12T22:19:47.910Z] Step 22/22 : LABEL version=0.0.0 [2020-11-12T22:19:48.183Z] ---> Running in 9f66735f09ff [2020-11-12T22:19:48.454Z] Removing intermediate container 9f66735f09ff [2020-11-12T22:19:48.454Z] ---> e6ad02f13dba [2020-11-12T22:19:48.454Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T22:19:48.454Z] Successfully built e6ad02f13dba [2020-11-12T22:19:48.454Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-12T22:19:50.074Z] provisioning config files... [2020-11-12T22:19:50.085Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-136@tmp/config4734359757926764615tmp [Pipeline] { [Pipeline] sh [2020-11-12T22:19:50.463Z] + set +x [2020-11-12T22:19:50.463Z] + curl -s https://codecov.io/bash [2020-11-12T22:19:50.463Z] + bash -s -- [2020-11-12T22:19:50.726Z] [2020-11-12T22:19:50.726Z] _____ _ [2020-11-12T22:19:50.726Z] / ____| | | [2020-11-12T22:19:50.726Z] | | ___ __| | ___ ___ _____ __ [2020-11-12T22:19:50.726Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-12T22:19:50.726Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-12T22:19:50.726Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-12T22:19:50.726Z] Bash-20201106-81372f2 [2020-11-12T22:19:50.726Z] [2020-11-12T22:19:50.726Z] [2020-11-12T22:19:50.726Z] ==> Jenkins CI detected. [2020-11-12T22:19:50.726Z] project root: . [2020-11-12T22:19:50.726Z] --> token set from env [2020-11-12T22:19:50.726Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-12T22:19:50.726Z] ==> Running gcov in . (disable via -X gcov) [2020-11-12T22:19:50.726Z] ==> Python coveragepy not found [2020-11-12T22:19:50.726Z] ==> Searching for coverage reports in: [2020-11-12T22:19:50.726Z] + . [2020-11-12T22:19:50.726Z] -> Found 1 reports [2020-11-12T22:19:50.726Z] ==> Detecting git/mercurial file structure [2020-11-12T22:19:50.726Z] ==> Reading reports [2020-11-12T22:19:50.726Z] + ./coverage.out bytes=47242 [2020-11-12T22:19:50.726Z] ==> Appending adjustments [2020-11-12T22:19:50.726Z] https://docs.codecov.io/docs/fixing-reports [2020-11-12T22:19:50.726Z] + Found adjustments [2020-11-12T22:19:50.726Z] ==> Gzipping contents [2020-11-12T22:19:50.726Z] ==> Uploading reports [2020-11-12T22:19:50.726Z] url: https://codecov.io [2020-11-12T22:19:50.726Z] query: branch=PR-136&commit=2ba20845484b8fbcbdccd07fd6adc2f5b0171806&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-136%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=136&job=&cmd_args= [2020-11-12T22:19:50.726Z] -> Pinging Codecov [2020-11-12T22:19:50.727Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-136&commit=2ba20845484b8fbcbdccd07fd6adc2f5b0171806&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-136%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=136&job=&cmd_args= [2020-11-12T22:19:51.300Z] -> Uploading to [2020-11-12T22:19:51.300Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-12/5E52B4B073DB2E39498172D8E973AA87/2ba20845484b8fbcbdccd07fd6adc2f5b0171806/ecb4847a-13be-4af3-bf78-b77ac76b93ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T221951Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=16973593db483e71af9c434d36408ca673106cf266649c1896fa7fb15cb63711 [2020-11-12T22:19:51.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-12T22:19:51.300Z] Dload Upload Total Spent Left Speed [2020-11-12T22:19:51.563Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5804 0 0 100 5804 0 16149 --:--:-- --:--:-- --:--:-- 16167 [2020-11-12T22:19:51.563Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [Pipeline] } [2020-11-12T22:19:51.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:19:54.176Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:19:54.740Z] ---> package-listing.sh [2020-11-12T22:19:54.740Z] ++ facter osfamily [2020-11-12T22:19:54.740Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-12T22:19:54.740Z] + OS_FAMILY=redhat [2020-11-12T22:19:54.740Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-136 [2020-11-12T22:19:54.740Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-12T22:19:54.740Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-12T22:19:54.740Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-12T22:19:54.740Z] + PACKAGES=/tmp/packages_start.txt [2020-11-12T22:19:54.740Z] + '[' /w/workspace/foundry_device-virtual-go_PR-136 ']' [2020-11-12T22:19:54.740Z] + PACKAGES=/tmp/packages_end.txt [2020-11-12T22:19:54.740Z] + case "${OS_FAMILY}" in [2020-11-12T22:19:54.740Z] + rpm -qa [2020-11-12T22:19:54.740Z] + sort [2020-11-12T22:19:58.969Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-12T22:19:58.969Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-12T22:19:58.969Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-12T22:19:58.969Z] + '[' /w/workspace/foundry_device-virtual-go_PR-136 ']' [2020-11-12T22:19:58.969Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-136/archives/ [2020-11-12T22:19:58.969Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-136/archives/ [Pipeline] echo [2020-11-12T22:19:58.984Z] 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-136/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-12T22:19:59.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:19:59.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:19:59.588Z] [2020-11-12T22:19:59.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:19:59.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:19:59.956Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-12T22:19:59.956Z] df20fa9351a1: Pulling fs layer [2020-11-12T22:19:59.956Z] 36b3adc4ff6f: Pulling fs layer [2020-11-12T22:19:59.956Z] 8ad3a11d3b57: Pulling fs layer [2020-11-12T22:19:59.956Z] 46f8f816bc3b: Pulling fs layer [2020-11-12T22:19:59.956Z] 93b61091891f: Pulling fs layer [2020-11-12T22:19:59.956Z] 93b9cdb0e59b: Pulling fs layer [2020-11-12T22:19:59.956Z] 5e14af77c1be: Pulling fs layer [2020-11-12T22:19:59.956Z] 01666e4c0597: Pulling fs layer [2020-11-12T22:19:59.956Z] aa168da1d23b: Pulling fs layer [2020-11-12T22:19:59.956Z] 93b9cdb0e59b: Waiting [2020-11-12T22:19:59.956Z] 5e14af77c1be: Waiting [2020-11-12T22:19:59.956Z] 01666e4c0597: Waiting [2020-11-12T22:19:59.956Z] aa168da1d23b: Waiting [2020-11-12T22:19:59.956Z] 46f8f816bc3b: Waiting [2020-11-12T22:19:59.956Z] 93b61091891f: Waiting [2020-11-12T22:19:59.956Z] 36b3adc4ff6f: Verifying Checksum [2020-11-12T22:19:59.956Z] 36b3adc4ff6f: Download complete [2020-11-12T22:19:59.956Z] 46f8f816bc3b: Verifying Checksum [2020-11-12T22:19:59.956Z] 46f8f816bc3b: Download complete [2020-11-12T22:19:59.956Z] df20fa9351a1: Verifying Checksum [2020-11-12T22:19:59.956Z] df20fa9351a1: Download complete [2020-11-12T22:19:59.956Z] 93b9cdb0e59b: Verifying Checksum [2020-11-12T22:19:59.956Z] 93b9cdb0e59b: Download complete [2020-11-12T22:20:00.219Z] 5e14af77c1be: Verifying Checksum [2020-11-12T22:20:00.219Z] 5e14af77c1be: Download complete [2020-11-12T22:20:00.219Z] 93b61091891f: Verifying Checksum [2020-11-12T22:20:00.219Z] 93b61091891f: Download complete [2020-11-12T22:20:00.219Z] 01666e4c0597: Verifying Checksum [2020-11-12T22:20:00.219Z] 01666e4c0597: Download complete [2020-11-12T22:20:00.219Z] 8ad3a11d3b57: Verifying Checksum [2020-11-12T22:20:00.219Z] 8ad3a11d3b57: Download complete [2020-11-12T22:20:00.482Z] df20fa9351a1: Pull complete [2020-11-12T22:20:00.750Z] 36b3adc4ff6f: Pull complete [2020-11-12T22:20:01.338Z] 8ad3a11d3b57: Pull complete [2020-11-12T22:20:01.609Z] 46f8f816bc3b: Pull complete [2020-11-12T22:20:02.198Z] 93b61091891f: Pull complete [2020-11-12T22:20:02.460Z] 93b9cdb0e59b: Pull complete [2020-11-12T22:20:02.460Z] aa168da1d23b: Verifying Checksum [2020-11-12T22:20:02.460Z] aa168da1d23b: Download complete [2020-11-12T22:20:02.460Z] 5e14af77c1be: Pull complete [2020-11-12T22:20:02.724Z] 01666e4c0597: Pull complete [2020-11-12T22:20:10.897Z] aa168da1d23b: Pull complete [2020-11-12T22:20:10.897Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-12T22:20:10.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:20:10.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-12T22:20:11.111Z] prd-centos7-docker-4c-2g-11969 does not seem to be running inside a container [2020-11-12T22:20:11.160Z] $ 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-136/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-136 -v /w/workspace/foundry_device-virtual-go_PR-136:/w/workspace/foundry_device-virtual-go_PR-136:rw,z -v /w/workspace/foundry_device-virtual-go_PR-136@tmp:/w/workspace/foundry_device-virtual-go_PR-136@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 [2020-11-12T22:20:18.399Z] $ docker top 37176a30534b15775dea6479d0a5a4cddf90937c0fac4ac989b00a437aaa7675 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:20:18.911Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-12T22:20:19.214Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-12T22:20:19.517Z] + ls /var/log/sa-host [2020-11-12T22:20:19.517Z] + sadf -c /var/log/sa-host/sa05 [2020-11-12T22:20:19.517Z] file_magic: OK [2020-11-12T22:20:19.517Z] HZ: Using current value: 100 [2020-11-12T22:20:19.517Z] file_header: OK [2020-11-12T22:20:19.518Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-12T22:20:19.518Z] Statistics: [2020-11-12T22:20:19.518Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T22:20:19.518Z] File successfully converted to sysstat format version 12.2.1 [2020-11-12T22:20:19.518Z] + sadf -c /var/log/sa-host/sa12 [2020-11-12T22:20:19.518Z] file_magic: OK [2020-11-12T22:20:19.518Z] HZ: Using current value: 100 [2020-11-12T22:20:19.518Z] file_header: OK [2020-11-12T22:20:19.518Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-12T22:20:19.518Z] Statistics: [2020-11-12T22:20:19.518Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T22:20:19.518Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-12T22:20:19.744Z] provisioning config files... [2020-11-12T22:20:19.759Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-136@tmp/config5203802333666785885tmp [Pipeline] { [Pipeline] echo [2020-11-12T22:20:19.839Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:20.138Z] ---> create-netrc.sh [Pipeline] } [2020-11-12T22:20:20.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-12T22:20:20.268Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:20.570Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-12T22:20:20.582Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:20.877Z] ---> sudo-logs.sh [2020-11-12T22:20:20.877Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-12T22:20:20.888Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:21.184Z] ---> job-cost.sh [2020-11-12T22:20:21.184Z] lf-activate-venv: SKIPPING [2020-11-12T22:20:21.184Z] INFO: No Stack... [2020-11-12T22:20:22.132Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-12T22:20:22.395Z] INFO: Archiving Costs [Pipeline] echo [2020-11-12T22:20:22.409Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:22.705Z] ---> logs-deploy.sh [2020-11-12T22:20:22.705Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-136/5 [2020-11-12T22:20:22.705Z] INFO: archiving workspace using pattern(s): [2020-11-12T22:20:24.623Z] Archives upload complete. [2020-11-12T22:20:24.623Z] INFO: archiving logs to Nexus