Pull request #149 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 86335f6acaea922b63039ed338d07a5e5ea9a42e+61a361d9b68ffcf858458df79d4a2319d2580f82 (07267fd7349f1b3cd6b7a61fda99a8d2cd47ef1b) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14110’ Running on prd-centos7-docker-4c-2g-14114 in /w/workspace/foundry_device-virtual-go_PR-149 [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-149 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 61a361d9b68ffcf858458df79d4a2319d2580f82 into PR head commit 86335f6acaea922b63039ed338d07a5e5ea9a42e Merge succeeded, producing 86335f6acaea922b63039ed338d07a5e5ea9a42e Checking out Revision 86335f6acaea922b63039ed338d07a5e5ea9a42e (PR-149) > git config core.sparsecheckout # timeout=10 > git checkout -f 86335f6acaea922b63039ed338d07a5e5ea9a42e # 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 61a361d9b68ffcf858458df79d4a2319d2580f82 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86335f6acaea922b63039ed338d07a5e5ea9a42e # timeout=10 Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.2.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-02T03:35:26.188Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 0871fe5a61d3cd8b11697c7b7e6073cbb07a4934 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-02T03:35:26.406Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-02T03:35:26.497Z] ========================================================= [2020-12-02T03:35:26.498Z] EdgeX Global Pipelines Version Info [2020-12-02T03:35:26.498Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:35:27.944Z] ------------------- [2020-12-02T03:35:27.944Z] stable info: [2020-12-02T03:35:27.944Z] ------------------- [2020-12-02T03:35:27.944Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-02T03:35:27.944Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T03:35:27.944Z] Message: update stable to v1.0.169 [2020-12-02T03:35:28.900Z] ------------------- [2020-12-02T03:35:28.900Z] experimental info: [2020-12-02T03:35:28.900Z] ------------------- [2020-12-02T03:35:28.900Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-02T03:35:28.900Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T03:35:28.900Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T03:35:29.165Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-12-02T03:35:29.260Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-12-02T03:35:29.376Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-02T03:35:29.476Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-02T03:35:29.566Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-02T03:35:29.671Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-02T03:35:29.758Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-02T03:35:29.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-02T03:35:29.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-02T03:35:30.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-02T03:35:30.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-02T03:35:30.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-12-02T03:35:30.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-02T03:35:30.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-02T03:35:30.528Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T03:35:30.656Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T03:35:30.737Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T03:35:30.826Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T03:35:30.952Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-02T03:35:31.053Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-02T03:35:31.158Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-02T03:35:31.239Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-02T03:35:31.323Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-02T03:35:31.430Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-02T03:35:31.632Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-02T03:35:31.725Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-02T03:35:31.812Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-149 [Pipeline] echo [2020-12-02T03:35:31.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-149 [Pipeline] echo [2020-12-02T03:35:31.992Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-149 [Pipeline] echo [2020-12-02T03:35:32.075Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 86335f6acaea922b63039ed338d07a5e5ea9a42e [Pipeline] echo [2020-12-02T03:35:32.156Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 86335f6 [Pipeline] echo [2020-12-02T03:35:32.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T03:35:32.401Z] provisioning config files... [2020-12-02T03:35:32.436Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-149@tmp/config6365031209668641119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:35:32.778Z] ---> docker-login.sh [2020-12-02T03:35:32.778Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:35:33.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:33.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:33.301Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:33.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:33.301Z] [2020-12-02T03:35:33.301Z] Login Succeeded [2020-12-02T03:35:33.301Z] nexus3.edgexfoundry.org:10002 [2020-12-02T03:35:33.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:33.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:33.301Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:33.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:33.301Z] [2020-12-02T03:35:33.301Z] Login Succeeded [2020-12-02T03:35:33.301Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:35:33.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:33.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:33.563Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:33.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:33.563Z] [2020-12-02T03:35:33.563Z] Login Succeeded [2020-12-02T03:35:33.563Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:35:33.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:33.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:33.827Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:33.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:33.827Z] [2020-12-02T03:35:33.827Z] Login Succeeded [2020-12-02T03:35:33.827Z] docker.io [2020-12-02T03:35:33.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:34.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:34.089Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:34.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:34.089Z] [2020-12-02T03:35:34.089Z] Login Succeeded [2020-12-02T03:35:34.089Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:35:34.098Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:35:35.004Z] + git log --format=format:%s -1 86335f6acaea922b63039ed338d07a5e5ea9a42e [Pipeline] echo [2020-12-02T03:35:35.067Z] GIT_COMMIT: 86335f6acaea922b63039ed338d07a5e5ea9a42e, Commit Message: build(deps): Bump modernc.org/ql from 1.0.0 to 1.2.1 [Pipeline] echo [2020-12-02T03:35:35.135Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:35:35.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:35:35.759Z] [2020-12-02T03:35:35.759Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:35:36.107Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:35:36.107Z] latest: Pulling from edgex-devops/git-semver [2020-12-02T03:35:36.107Z] 31603596830f: Pulling fs layer [2020-12-02T03:35:36.107Z] 2a8b12db71e7: Pulling fs layer [2020-12-02T03:35:36.107Z] 6ca5941a6612: Pulling fs layer [2020-12-02T03:35:36.108Z] ecc8261a40a4: Pulling fs layer [2020-12-02T03:35:36.108Z] ecc8261a40a4: Waiting [2020-12-02T03:35:36.108Z] 2a8b12db71e7: Verifying Checksum [2020-12-02T03:35:36.108Z] 2a8b12db71e7: Download complete [2020-12-02T03:35:36.108Z] 31603596830f: Verifying Checksum [2020-12-02T03:35:36.108Z] 31603596830f: Download complete [2020-12-02T03:35:36.371Z] 6ca5941a6612: Verifying Checksum [2020-12-02T03:35:36.371Z] 6ca5941a6612: Download complete [2020-12-02T03:35:36.371Z] ecc8261a40a4: Verifying Checksum [2020-12-02T03:35:36.371Z] ecc8261a40a4: Download complete [2020-12-02T03:35:36.645Z] 31603596830f: Pull complete [2020-12-02T03:35:36.645Z] 2a8b12db71e7: Pull complete [2020-12-02T03:35:37.619Z] 6ca5941a6612: Pull complete [2020-12-02T03:35:37.619Z] ecc8261a40a4: Pull complete [2020-12-02T03:35:37.619Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-02T03:35:37.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:35:37.883Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-02T03:35:37.987Z] prd-centos7-docker-4c-2g-14114 does not seem to be running inside a container [2020-12-02T03:35:38.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-149 -v /w/workspace/foundry_device-virtual-go_PR-149:/w/workspace/foundry_device-virtual-go_PR-149:rw,z -v /w/workspace/foundry_device-virtual-go_PR-149@tmp:/w/workspace/foundry_device-virtual-go_PR-149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T03:35:40.468Z] $ docker top 07c932a811eabafd83a6146ddc81eb85a189830b74e8dd9ac459b23aa3150bf6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T03:35:40.877Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T03:35:40.877Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T03:35:41.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T03:35:41.122Z] $ docker exec 07c932a811eabafd83a6146ddc81eb85a189830b74e8dd9ac459b23aa3150bf6 ssh-agent [2020-12-02T03:35:41.291Z] SSH_AUTH_SOCK=/tmp/ssh-AH1q64yvflAa/agent.11 [2020-12-02T03:35:41.291Z] SSH_AGENT_PID=16 [2020-12-02T03:35:41.305Z] Running ssh-add (command line suppressed) [2020-12-02T03:35:41.432Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-149@tmp/private_key_5214441188591673800.key (/w/workspace/foundry_device-virtual-go_PR-149@tmp/private_key_5214441188591673800.key) [2020-12-02T03:35:41.486Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T03:35:41.861Z] + git tag --points-at HEAD [Pipeline] } [2020-12-02T03:35:41.885Z] $ docker exec --env ******** --env ******** 07c932a811eabafd83a6146ddc81eb85a189830b74e8dd9ac459b23aa3150bf6 ssh-agent -k [2020-12-02T03:35:42.000Z] unset SSH_AUTH_SOCK; [2020-12-02T03:35:42.000Z] unset SSH_AGENT_PID; [2020-12-02T03:35:42.000Z] echo Agent pid 16 killed; [2020-12-02T03:35:42.050Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-02T03:35:42.185Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T03:35:42.185Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T03:35:42.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T03:35:42.368Z] $ docker exec 07c932a811eabafd83a6146ddc81eb85a189830b74e8dd9ac459b23aa3150bf6 ssh-agent [2020-12-02T03:35:42.537Z] SSH_AUTH_SOCK=/tmp/ssh-DIQ12WafaQaS/agent.45 [2020-12-02T03:35:42.537Z] SSH_AGENT_PID=50 [2020-12-02T03:35:42.544Z] Running ssh-add (command line suppressed) [2020-12-02T03:35:42.665Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-149@tmp/private_key_2188450374806255937.key (/w/workspace/foundry_device-virtual-go_PR-149@tmp/private_key_2188450374806255937.key) [2020-12-02T03:35:42.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T03:35:43.144Z] + git semver init [2020-12-02T03:35:43.144Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T03:35:43.144Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-149/.git [2020-12-02T03:35:43.144Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-149 [2020-12-02T03:35:43.144Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T03:35:43.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T03:35:43.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T03:35:43.144Z] # $SEMVER_BRANCH = PR-149 [2020-12-02T03:35:43.145Z] # $SEMVER_TEMP = /tmp/semver-602820659 [2020-12-02T03:35:43.145Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-12-02T03:35:43.408Z] # '/tmp/semver-602820659' -> '/w/workspace/foundry_device-virtual-go_PR-149/.semver' [2020-12-02T03:35:43.408Z] # -> Force: false [2020-12-02T03:35:43.408Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-149/.semver [Pipeline] } [2020-12-02T03:35:43.422Z] $ docker exec --env ******** --env ******** 07c932a811eabafd83a6146ddc81eb85a189830b74e8dd9ac459b23aa3150bf6 ssh-agent -k [2020-12-02T03:35:43.535Z] unset SSH_AUTH_SOCK; [2020-12-02T03:35:43.535Z] unset SSH_AGENT_PID; [2020-12-02T03:35:43.535Z] echo Agent pid 50 killed; [2020-12-02T03:35:43.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T03:35:44.075Z] + git semver [Pipeline] } [2020-12-02T03:35:44.097Z] $ docker stop --time=1 07c932a811eabafd83a6146ddc81eb85a189830b74e8dd9ac459b23aa3150bf6 [2020-12-02T03:35:45.511Z] $ docker rm -f 07c932a811eabafd83a6146ddc81eb85a189830b74e8dd9ac459b23aa3150bf6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T03:35:45.987Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-02T03:35:46.500Z] Stashed 1 file(s) [Pipeline] echo [2020-12-02T03:35:46.503Z] [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-12-02T03:36:01.985Z] Still waiting to schedule task [2020-12-02T03:36:01.985Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-02T03:36:01.988Z] Still waiting to schedule task [2020-12-02T03:36:01.988Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-02T03:37:12.400Z] Running on prd-centos7-docker-4c-2g-14119 in /w/workspace/foundry_device-virtual-go_PR-149 [Pipeline] { [Pipeline] ws [2020-12-02T03:37:12.457Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-12-02T03:37:16.144Z] using credential edgex-jenkins-ssh [2020-12-02T03:37:16.204Z] Cloning the remote Git repository [2020-12-02T03:37:16.250Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-12-02T03:37:16.322Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-12-02T03:37:16.393Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-02T03:37:16.393Z] > git --version # timeout=10 [2020-12-02T03:37:16.401Z] > git --version # 'git version 2.24.3' [2020-12-02T03:37:16.402Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:37:16.436Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:37:17.073Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-02T03:37:17.089Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:37:17.102Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-02T03:37:17.120Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-02T03:37:17.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:37:17.126Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T03:37:17.546Z] Merging remotes/origin/master commit 61a361d9b68ffcf858458df79d4a2319d2580f82 into PR head commit 86335f6acaea922b63039ed338d07a5e5ea9a42e [2020-12-02T03:37:17.714Z] Merge succeeded, producing 86335f6acaea922b63039ed338d07a5e5ea9a42e [2020-12-02T03:37:17.714Z] Checking out Revision 86335f6acaea922b63039ed338d07a5e5ea9a42e (PR-149) [2020-12-02T03:37:17.562Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T03:37:17.578Z] > git checkout -f 86335f6acaea922b63039ed338d07a5e5ea9a42e # timeout=10 [2020-12-02T03:37:17.646Z] > git remote # timeout=10 [2020-12-02T03:37:17.660Z] > git config --get remote.origin.url # timeout=10 [2020-12-02T03:37:17.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:37:17.686Z] > git merge 61a361d9b68ffcf858458df79d4a2319d2580f82 # timeout=10 [2020-12-02T03:37:17.704Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-02T03:37:17.724Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T03:37:17.735Z] > git checkout -f 86335f6acaea922b63039ed338d07a5e5ea9a42e # timeout=10 [2020-12-02T03:37:21.625Z] Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.2.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:37:23.068Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-02T03:37:23.437Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T03:37:23.767Z] + sudo service docker restart [2020-12-02T03:37:23.767Z] + true [2020-12-02T03:37:23.768Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T03:37:25.267Z] provisioning config files... [2020-12-02T03:37:25.322Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config7731448254588717165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:37:25.758Z] ---> docker-login.sh [2020-12-02T03:37:25.758Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:37:26.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:26.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:26.348Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:26.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:26.348Z] [2020-12-02T03:37:26.348Z] Login Succeeded [2020-12-02T03:37:26.348Z] nexus3.edgexfoundry.org:10002 [2020-12-02T03:37:26.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:26.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:26.615Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:26.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:26.615Z] [2020-12-02T03:37:26.615Z] Login Succeeded [2020-12-02T03:37:26.615Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:37:26.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:26.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:26.882Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:26.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:26.882Z] [2020-12-02T03:37:26.882Z] Login Succeeded [2020-12-02T03:37:26.882Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:37:26.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:27.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:27.153Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:27.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:27.153Z] [2020-12-02T03:37:27.153Z] Login Succeeded [2020-12-02T03:37:27.153Z] docker.io [2020-12-02T03:37:27.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:27.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:27.435Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:27.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:27.435Z] [2020-12-02T03:37:27.435Z] Login Succeeded [2020-12-02T03:37:27.435Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:37:27.452Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T03:37:27.917Z] ========================================================= [2020-12-02T03:37:27.917Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-02T03:37:27.917Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:37:28.341Z] + 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-12-02T03:37:28.341Z] Sending build context to Docker daemon 474.6kB [2020-12-02T03:37:28.341Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T03:37:28.341Z] Step 2/8 : FROM ${BASE} [2020-12-02T03:37:28.619Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-02T03:37:28.619Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T03:37:28.619Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T03:37:28.619Z] de9db76c5a1d: Pulling fs layer [2020-12-02T03:37:28.619Z] bca2f99d35d6: Pulling fs layer [2020-12-02T03:37:28.619Z] 93359f2a8cfa: Pulling fs layer [2020-12-02T03:37:28.619Z] 7c6f9722023f: Pulling fs layer [2020-12-02T03:37:28.619Z] a35cf1a2eb13: Pulling fs layer [2020-12-02T03:37:28.619Z] 93359f2a8cfa: Waiting [2020-12-02T03:37:28.619Z] 7c6f9722023f: Waiting [2020-12-02T03:37:28.619Z] a35cf1a2eb13: Waiting [2020-12-02T03:37:28.619Z] bca2f99d35d6: Waiting [2020-12-02T03:37:28.619Z] de9db76c5a1d: Verifying Checksum [2020-12-02T03:37:28.619Z] de9db76c5a1d: Download complete [2020-12-02T03:37:28.619Z] 0ef7d3d256c8: Verifying Checksum [2020-12-02T03:37:28.619Z] 0ef7d3d256c8: Download complete [2020-12-02T03:37:28.619Z] 93359f2a8cfa: Verifying Checksum [2020-12-02T03:37:28.619Z] 93359f2a8cfa: Download complete [2020-12-02T03:37:28.619Z] 7c6f9722023f: Verifying Checksum [2020-12-02T03:37:28.619Z] 7c6f9722023f: Download complete [2020-12-02T03:37:28.619Z] 188c0c94c7c5: Verifying Checksum [2020-12-02T03:37:28.619Z] 188c0c94c7c5: Download complete [2020-12-02T03:37:29.235Z] 188c0c94c7c5: Pull complete [2020-12-02T03:37:29.235Z] 0ef7d3d256c8: Pull complete [2020-12-02T03:37:29.518Z] de9db76c5a1d: Pull complete [2020-12-02T03:37:31.544Z] a35cf1a2eb13: Verifying Checksum [2020-12-02T03:37:31.544Z] a35cf1a2eb13: Download complete [2020-12-02T03:37:32.551Z] bca2f99d35d6: Verifying Checksum [2020-12-02T03:37:32.551Z] bca2f99d35d6: Download complete [2020-12-02T03:37:40.966Z] bca2f99d35d6: Pull complete [2020-12-02T03:37:40.966Z] 93359f2a8cfa: Pull complete [2020-12-02T03:37:40.966Z] 7c6f9722023f: Pull complete [2020-12-02T03:37:46.398Z] a35cf1a2eb13: Pull complete [2020-12-02T03:37:46.398Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-02T03:37:46.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-02T03:37:46.398Z] ---> a62c8e92a672 [2020-12-02T03:37:46.398Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-02T03:37:46.398Z] ---> Running in 34b2856a4dee [2020-12-02T03:37:46.398Z] Removing intermediate container 34b2856a4dee [2020-12-02T03:37:46.398Z] ---> 401785270e73 [2020-12-02T03:37:46.398Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:37:46.398Z] ---> Running in 31dd183c85f3 [2020-12-02T03:37:48.365Z] Removing intermediate container 31dd183c85f3 [2020-12-02T03:37:48.365Z] ---> df40c882fdb7 [2020-12-02T03:37:48.365Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T03:37:48.365Z] ---> Running in 40bf7251ebb8 [2020-12-02T03:37:48.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T03:37:49.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T03:37:50.142Z] (1/14) Installing libmagic (5.38-r0) [2020-12-02T03:37:50.142Z] (2/14) Installing file (5.38-r0) [2020-12-02T03:37:50.406Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-02T03:37:50.407Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-02T03:37:57.837Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-02T03:37:57.837Z] (6/14) Installing patch (2.7.6-r6) [2020-12-02T03:37:57.837Z] (7/14) Installing build-base (0.5-r2) [2020-12-02T03:37:57.837Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-02T03:37:57.837Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-02T03:37:57.837Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-02T03:37:57.837Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-02T03:37:57.837Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-02T03:37:57.837Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-02T03:37:57.837Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-02T03:37:57.837Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T03:37:57.837Z] OK: 237 MiB in 53 packages [2020-12-02T03:38:02.108Z] Removing intermediate container 40bf7251ebb8 [2020-12-02T03:38:02.108Z] ---> edfd9dd4cb96 [2020-12-02T03:38:02.108Z] Step 6/8 : WORKDIR /device-virtual-go [2020-12-02T03:38:02.108Z] ---> Running in f536cdde030a [2020-12-02T03:38:02.108Z] Removing intermediate container f536cdde030a [2020-12-02T03:38:02.108Z] ---> 996c63740925 [2020-12-02T03:38:02.108Z] Step 7/8 : COPY . . [2020-12-02T03:38:02.685Z] ---> 233a860d217e [2020-12-02T03:38:02.685Z] Step 8/8 : RUN go mod download [2020-12-02T03:38:02.959Z] ---> Running in 5959ffd1d605 [2020-12-02T03:38:25.172Z] Removing intermediate container 5959ffd1d605 [2020-12-02T03:38:25.172Z] ---> 673abc3c009c [2020-12-02T03:38:25.172Z] Successfully built 673abc3c009c [2020-12-02T03:38:25.172Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:38:25.493Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T03:38:25.494Z] . [Pipeline] withDockerContainer [2020-12-02T03:38:25.788Z] prd-centos7-docker-4c-2g-14119 does not seem to be running inside a container [2020-12-02T03:38:25.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T03:38:27.055Z] $ docker top c61d5547b1ce5e1b4c49c0e532d6ddbfe401293b8cf0fe4baa1c6196de7cfddd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:38:27.645Z] + go version [2020-12-02T03:38:27.645Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-02T03:38:27.665Z] $ docker stop --time=1 c61d5547b1ce5e1b4c49c0e532d6ddbfe401293b8cf0fe4baa1c6196de7cfddd [2020-12-02T03:38:29.104Z] $ docker rm -f c61d5547b1ce5e1b4c49c0e532d6ddbfe401293b8cf0fe4baa1c6196de7cfddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:38:30.051Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T03:38:30.051Z] . [Pipeline] withDockerContainer [2020-12-02T03:38:30.179Z] prd-centos7-docker-4c-2g-14119 does not seem to be running inside a container [2020-12-02T03:38:30.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T03:38:30.928Z] $ docker top ff52b3ee5f73f2996f16b16a0f8e64f4ac75723b037e6dfc23968d53d27b7795 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:38:31.532Z] + make test [2020-12-02T03:38:31.532Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-02T03:38:32.960Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-12-02T03:38:46.497Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14122 in /w/workspace/foundry_device-virtual-go_PR-149 [Pipeline] { [Pipeline] ws [2020-12-02T03:38:46.552Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-12-02T03:38:51.370Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-12-02T03:38:51.370Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.362s coverage: 64.4% of statements [2020-12-02T03:38:51.370Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-02T03:38:52.728Z] using credential edgex-jenkins-ssh [2020-12-02T03:38:52.811Z] Cloning the remote Git repository [2020-12-02T03:38:52.888Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-12-02T03:38:53.012Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-12-02T03:38:53.102Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-02T03:38:53.103Z] > git --version # timeout=10 [2020-12-02T03:38:53.126Z] > git --version # 'git version 2.17.1' [2020-12-02T03:38:53.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:38:53.230Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:38:54.061Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-02T03:38:54.087Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:38:54.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-02T03:38:54.171Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-02T03:38:54.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:38:54.186Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T03:38:54.680Z] Merging remotes/origin/master commit 61a361d9b68ffcf858458df79d4a2319d2580f82 into PR head commit 86335f6acaea922b63039ed338d07a5e5ea9a42e [2020-12-02T03:38:54.752Z] gofmt -l . [2020-12-02T03:38:54.967Z] Merge succeeded, producing 86335f6acaea922b63039ed338d07a5e5ea9a42e [2020-12-02T03:38:54.967Z] Checking out Revision 86335f6acaea922b63039ed338d07a5e5ea9a42e (PR-149) [2020-12-02T03:38:55.019Z] [ "`gofmt -l .`" = "" ] [2020-12-02T03:38:55.019Z] ./bin/test-attribution-txt.sh [2020-12-02T03:38:54.706Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T03:38:54.728Z] > git checkout -f 86335f6acaea922b63039ed338d07a5e5ea9a42e # timeout=10 [2020-12-02T03:38:54.834Z] > git remote # timeout=10 [2020-12-02T03:38:54.868Z] > git config --get remote.origin.url # timeout=10 [2020-12-02T03:38:54.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:38:54.907Z] > git merge 61a361d9b68ffcf858458df79d4a2319d2580f82 # timeout=10 [2020-12-02T03:38:54.943Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-02T03:38:54.982Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T03:38:54.998Z] > git checkout -f 86335f6acaea922b63039ed338d07a5e5ea9a42e # timeout=10 [2020-12-02T03:38:55.970Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T03:38:55.991Z] $ docker stop --time=1 ff52b3ee5f73f2996f16b16a0f8e64f4ac75723b037e6dfc23968d53d27b7795 [2020-12-02T03:38:57.894Z] $ docker rm -f ff52b3ee5f73f2996f16b16a0f8e64f4ac75723b037e6dfc23968d53d27b7795 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T03:38:58.508Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T03:38:58.895Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-02T03:38:59.532Z] Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.2.1" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-02T03:39:00.064Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:39:00.368Z] + ls -al . [2020-12-02T03:39:00.368Z] total 128 [2020-12-02T03:39:00.368Z] drwxrwxr-x. 7 jenkins jenkins 4096 Dec 2 03:38 . [2020-12-02T03:39:00.368Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 2 03:37 .. [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 6713 Dec 2 03:37 Attribution.txt [2020-12-02T03:39:00.368Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 2 03:37 bin [2020-12-02T03:39:00.368Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 2 03:37 cmd [2020-12-02T03:39:00.368Z] -rw-r--r--. 1 jenkins jenkins 47242 Dec 2 03:38 coverage.out [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 1834 Dec 2 03:37 Dockerfile [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 957 Dec 2 03:37 Dockerfile.build [2020-12-02T03:39:00.368Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 2 03:37 .git [2020-12-02T03:39:00.368Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 2 03:37 .github [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 258 Dec 2 03:37 .gitignore [2020-12-02T03:39:00.368Z] -rw-r--r--. 1 jenkins jenkins 394 Dec 2 03:38 go.mod [2020-12-02T03:39:00.368Z] -rw-r--r--. 1 jenkins jenkins 16597 Dec 2 03:38 go.sum [2020-12-02T03:39:00.368Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 2 03:37 internal [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 660 Dec 2 03:37 Jenkinsfile [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 2 03:37 LICENSE [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 873 Dec 2 03:37 Makefile [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 918 Dec 2 03:37 README.md [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 2 03:35 VERSION [2020-12-02T03:39:00.368Z] -rw-rw-r--. 1 jenkins jenkins 235 Dec 2 03:37 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:01.366Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-02T03:39:01.383Z] + 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=86335f6acaea922b63039ed338d07a5e5ea9a42e --label arch=amd64 --label version=0.0.0 . [Pipeline] sh [2020-12-02T03:39:01.650Z] Sending build context to Docker daemon 540.2kB [2020-12-02T03:39:01.650Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-12-02T03:39:01.650Z] Step 2/22 : FROM ${BASE} AS builder [2020-12-02T03:39:01.650Z] ---> 673abc3c009c [2020-12-02T03:39:01.650Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-12-02T03:39:01.817Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T03:39:01.914Z] ---> Running in fd6de68fd194 [2020-12-02T03:39:01.914Z] Removing intermediate container fd6de68fd194 [2020-12-02T03:39:01.914Z] ---> ce586c0680db [2020-12-02T03:39:01.914Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-12-02T03:39:02.184Z] ---> Running in 8de0460960d9 [2020-12-02T03:39:02.184Z] Removing intermediate container 8de0460960d9 [2020-12-02T03:39:02.184Z] ---> c23ef1972c2d [2020-12-02T03:39:02.184Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-12-02T03:39:02.184Z] ---> Running in 18b45591a3e6 [2020-12-02T03:39:02.195Z] + sudo service docker restart [2020-12-02T03:39:02.195Z] + true [2020-12-02T03:39:02.449Z] Removing intermediate container 18b45591a3e6 [2020-12-02T03:39:02.449Z] ---> 61c430b97f93 [2020-12-02T03:39:02.449Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:39:02.449Z] ---> Running in 21b1109916db [2020-12-02T03:39:03.399Z] Removing intermediate container 21b1109916db [2020-12-02T03:39:03.399Z] ---> d7bd1f2548d0 [2020-12-02T03:39:03.399Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-02T03:39:03.399Z] ---> Running in 0009171af800 [2020-12-02T03:39:03.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T03:39:04.928Z] provisioning config files... [2020-12-02T03:39:04.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T03:39:04.985Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config688478541812210790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:39:05.461Z] ---> docker-login.sh [2020-12-02T03:39:05.461Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:39:05.890Z] OK: 237 MiB in 53 packages [2020-12-02T03:39:06.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:06.467Z] Removing intermediate container 0009171af800 [2020-12-02T03:39:06.467Z] ---> 1aebee07b45a [2020-12-02T03:39:06.467Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-12-02T03:39:06.467Z] ---> Running in 015877b8b470 [2020-12-02T03:39:06.467Z] Removing intermediate container 015877b8b470 [2020-12-02T03:39:06.467Z] ---> 880c5d95510e [2020-12-02T03:39:06.467Z] Step 9/22 : COPY . . [2020-12-02T03:39:06.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:06.729Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:06.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:06.729Z] [2020-12-02T03:39:06.729Z] Login Succeeded [2020-12-02T03:39:06.729Z] nexus3.edgexfoundry.org:10002 [2020-12-02T03:39:07.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:07.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:07.400Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:07.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:07.400Z] [2020-12-02T03:39:07.400Z] Login Succeeded [2020-12-02T03:39:07.400Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:39:07.415Z] ---> da860bad19eb [2020-12-02T03:39:07.415Z] Step 10/22 : ARG MAKE='make build' [2020-12-02T03:39:07.415Z] ---> Running in d5d1cdbacf58 [2020-12-02T03:39:07.682Z] Removing intermediate container d5d1cdbacf58 [2020-12-02T03:39:07.682Z] ---> 45631dc267bb [2020-12-02T03:39:07.682Z] Step 11/22 : RUN $MAKE [2020-12-02T03:39:07.682Z] ---> Running in 2d6897b5e90d [2020-12-02T03:39:08.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:08.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:08.008Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:08.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:08.008Z] [2020-12-02T03:39:08.008Z] Login Succeeded [2020-12-02T03:39:08.008Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:39:08.270Z] 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-12-02T03:39:08.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:08.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:08.555Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:08.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:08.555Z] [2020-12-02T03:39:08.555Z] Login Succeeded [2020-12-02T03:39:08.555Z] docker.io [2020-12-02T03:39:09.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:10.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:10.583Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:10.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:10.583Z] [2020-12-02T03:39:10.583Z] Login Succeeded [2020-12-02T03:39:10.583Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:39:10.603Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T03:39:11.136Z] ========================================================= [2020-12-02T03:39:11.136Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-02T03:39:11.136Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:11.521Z] + 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-12-02T03:39:11.805Z] Sending build context to Docker daemon 473.6kB [2020-12-02T03:39:11.805Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T03:39:12.094Z] Step 2/8 : FROM ${BASE} [2020-12-02T03:39:12.094Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-02T03:39:12.094Z] 5f621e34cdf4: Pulling fs layer [2020-12-02T03:39:12.094Z] a4357932f1b6: Pulling fs layer [2020-12-02T03:39:12.094Z] 18c013af1878: Pulling fs layer [2020-12-02T03:39:12.094Z] 00ac8860ef70: Pulling fs layer [2020-12-02T03:39:12.094Z] 63d7cb157983: Pulling fs layer [2020-12-02T03:39:12.094Z] b116817d02f9: Pulling fs layer [2020-12-02T03:39:12.094Z] 745a02a5169b: Pulling fs layer [2020-12-02T03:39:12.094Z] 00ac8860ef70: Waiting [2020-12-02T03:39:12.094Z] 63d7cb157983: Waiting [2020-12-02T03:39:12.094Z] b116817d02f9: Waiting [2020-12-02T03:39:12.094Z] 745a02a5169b: Waiting [2020-12-02T03:39:12.094Z] 18c013af1878: Verifying Checksum [2020-12-02T03:39:12.094Z] 18c013af1878: Download complete [2020-12-02T03:39:12.094Z] a4357932f1b6: Verifying Checksum [2020-12-02T03:39:12.094Z] a4357932f1b6: Download complete [2020-12-02T03:39:12.094Z] 63d7cb157983: Verifying Checksum [2020-12-02T03:39:12.094Z] 63d7cb157983: Download complete [2020-12-02T03:39:12.094Z] 5f621e34cdf4: Verifying Checksum [2020-12-02T03:39:13.092Z] 5f621e34cdf4: Pull complete [2020-12-02T03:39:13.092Z] b116817d02f9: Verifying Checksum [2020-12-02T03:39:13.092Z] b116817d02f9: Download complete [2020-12-02T03:39:13.702Z] a4357932f1b6: Pull complete [2020-12-02T03:39:13.978Z] 18c013af1878: Pull complete [2020-12-02T03:39:14.254Z] 745a02a5169b: Verifying Checksum [2020-12-02T03:39:14.254Z] 745a02a5169b: Download complete [2020-12-02T03:39:15.712Z] 00ac8860ef70: Verifying Checksum [2020-12-02T03:39:15.712Z] 00ac8860ef70: Download complete [2020-12-02T03:39:23.325Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-02T03:39:24.729Z] Removing intermediate container 2d6897b5e90d [2020-12-02T03:39:24.729Z] ---> 34303f48d254 [2020-12-02T03:39:24.729Z] Step 12/22 : FROM alpine [2020-12-02T03:39:25.680Z] latest: Pulling from library/alpine [2020-12-02T03:39:25.905Z] 00ac8860ef70: Pull complete [2020-12-02T03:39:25.944Z] 188c0c94c7c5: Already exists [2020-12-02T03:39:25.944Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-02T03:39:25.944Z] Status: Downloaded newer image for alpine:latest [2020-12-02T03:39:25.944Z] ---> d6e46aa2470d [2020-12-02T03:39:25.944Z] Step 13/22 : ENV APP_PORT=49990 [2020-12-02T03:39:26.176Z] 63d7cb157983: Pull complete [2020-12-02T03:39:26.208Z] ---> Running in c3c73d52e372 [2020-12-02T03:39:26.208Z] Removing intermediate container c3c73d52e372 [2020-12-02T03:39:26.208Z] ---> 2080fd9b64cd [2020-12-02T03:39:26.208Z] Step 14/22 : EXPOSE $APP_PORT [2020-12-02T03:39:26.208Z] ---> Running in a1ea16328d4c [2020-12-02T03:39:26.448Z] b116817d02f9: Pull complete [2020-12-02T03:39:26.471Z] Removing intermediate container a1ea16328d4c [2020-12-02T03:39:26.471Z] ---> 08ea81894090 [2020-12-02T03:39:26.471Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-12-02T03:39:27.047Z] ---> 58393a47fb46 [2020-12-02T03:39:27.047Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-12-02T03:39:27.310Z] ---> dbf41a043e1f [2020-12-02T03:39:27.311Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-12-02T03:39:27.576Z] ---> ddc1185f1abd [2020-12-02T03:39:27.576Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-12-02T03:39:27.576Z] ---> Running in 77df15167678 [2020-12-02T03:39:27.841Z] Removing intermediate container 77df15167678 [2020-12-02T03:39:27.841Z] ---> d401f1a76fae [2020-12-02T03:39:27.841Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T03:39:27.841Z] ---> Running in 8995d8c2501e [2020-12-02T03:39:28.104Z] Removing intermediate container 8995d8c2501e [2020-12-02T03:39:28.104Z] ---> 47260dff9b06 [2020-12-02T03:39:28.104Z] Step 20/22 : LABEL arch=amd64 [2020-12-02T03:39:28.104Z] ---> Running in fcb8b7cf50d2 [2020-12-02T03:39:28.104Z] Removing intermediate container fcb8b7cf50d2 [2020-12-02T03:39:28.104Z] ---> f72f61234140 [2020-12-02T03:39:28.104Z] Step 21/22 : LABEL git_sha=86335f6acaea922b63039ed338d07a5e5ea9a42e [2020-12-02T03:39:28.367Z] ---> Running in eb7ab32dd6f8 [2020-12-02T03:39:28.367Z] Removing intermediate container eb7ab32dd6f8 [2020-12-02T03:39:28.367Z] ---> c88e8de6c99f [2020-12-02T03:39:28.367Z] Step 22/22 : LABEL version=0.0.0 [2020-12-02T03:39:28.367Z] ---> Running in 5eb7d240c022 [2020-12-02T03:39:28.630Z] Removing intermediate container 5eb7d240c022 [2020-12-02T03:39:28.630Z] ---> 4d41d3b33bf9 [2020-12-02T03:39:28.630Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T03:39:28.630Z] Successfully built 4d41d3b33bf9 [2020-12-02T03:39:28.630Z] 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-12-02T03:39:30.783Z] 745a02a5169b: Pull complete [2020-12-02T03:39:30.783Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-02T03:39:30.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-02T03:39:30.783Z] ---> b7e6874047d6 [2020-12-02T03:39:30.783Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-02T03:39:33.397Z] ---> Running in c2ee7f5db2ee [2020-12-02T03:39:33.397Z] Removing intermediate container c2ee7f5db2ee [2020-12-02T03:39:33.397Z] ---> e75b87814bef [2020-12-02T03:39:33.397Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:39:33.672Z] ---> Running in 85ca990bc417 [2020-12-02T03:39:36.319Z] Removing intermediate container 85ca990bc417 [2020-12-02T03:39:36.319Z] ---> 9efc25ff0565 [2020-12-02T03:39:36.319Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T03:39:36.319Z] ---> Running in 92a953d50d90 [2020-12-02T03:39:37.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T03:39:38.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T03:39:39.265Z] (1/14) Installing libmagic (5.38-r0) [2020-12-02T03:39:39.860Z] (2/14) Installing file (5.38-r0) [2020-12-02T03:39:39.860Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-02T03:39:39.860Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-02T03:39:44.176Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-02T03:39:44.176Z] (6/14) Installing patch (2.7.6-r6) [2020-12-02T03:39:44.176Z] (7/14) Installing build-base (0.5-r2) [2020-12-02T03:39:44.176Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-02T03:39:44.176Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-02T03:39:44.176Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-02T03:39:44.448Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-02T03:39:44.723Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-02T03:39:44.723Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-02T03:39:44.723Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-02T03:39:44.999Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T03:39:44.999Z] OK: 221 MiB in 53 packages [2020-12-02T03:39:49.370Z] Removing intermediate container 92a953d50d90 [2020-12-02T03:39:49.370Z] ---> 1dee5627f58a [2020-12-02T03:39:49.370Z] Step 6/8 : WORKDIR /device-virtual-go [2020-12-02T03:39:49.370Z] ---> Running in c33fc1eef605 [2020-12-02T03:39:49.970Z] Removing intermediate container c33fc1eef605 [2020-12-02T03:39:49.970Z] ---> abeb161803d3 [2020-12-02T03:39:49.970Z] Step 7/8 : COPY . . [2020-12-02T03:39:50.958Z] ---> 372c36d7ef84 [2020-12-02T03:39:50.958Z] Step 8/8 : RUN go mod download [2020-12-02T03:39:50.958Z] ---> Running in 1c8de3997bab [2020-12-02T03:40:17.770Z] Removing intermediate container 1c8de3997bab [2020-12-02T03:40:17.770Z] ---> 533fa2e7d9d2 [2020-12-02T03:40:17.770Z] Successfully built 533fa2e7d9d2 [2020-12-02T03:40:17.770Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:40:18.111Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T03:40:18.111Z] . [Pipeline] withDockerContainer [2020-12-02T03:40:18.380Z] prd-ubuntu18.04-docker-arm64-4c-16g-14122 does not seem to be running inside a container [2020-12-02T03:40:18.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T03:40:20.007Z] $ docker top 547e2f8c41b048ffe0246b822519626788e1659826f88156513a624e39ced454 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:40:21.096Z] + go version [2020-12-02T03:40:21.096Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-02T03:40:21.127Z] $ docker stop --time=1 547e2f8c41b048ffe0246b822519626788e1659826f88156513a624e39ced454 [2020-12-02T03:40:23.205Z] $ docker rm -f 547e2f8c41b048ffe0246b822519626788e1659826f88156513a624e39ced454 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:40:24.284Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T03:40:24.284Z] . [Pipeline] withDockerContainer [2020-12-02T03:40:24.563Z] prd-ubuntu18.04-docker-arm64-4c-16g-14122 does not seem to be running inside a container [2020-12-02T03:40:24.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T03:40:26.276Z] $ docker top ae4547247b1130906544eb3ee404874a3915017c75dff70dfd9efc9bacf36d48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:40:27.354Z] + make test [2020-12-02T03:40:27.354Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-02T03:40:28.800Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-12-02T03:41:15.876Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-12-02T03:41:16.157Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.447s coverage: 64.4% of statements [2020-12-02T03:41:16.434Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-02T03:41:26.603Z] gofmt -l . [2020-12-02T03:41:26.603Z] [ "`gofmt -l .`" = "" ] [2020-12-02T03:41:26.603Z] ./bin/test-attribution-txt.sh [2020-12-02T03:41:27.200Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T03:41:27.835Z] $ docker stop --time=1 ae4547247b1130906544eb3ee404874a3915017c75dff70dfd9efc9bacf36d48 [2020-12-02T03:41:30.129Z] $ docker rm -f ae4547247b1130906544eb3ee404874a3915017c75dff70dfd9efc9bacf36d48 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T03:41:31.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T03:41:31.099Z] Warning: overwriting stash ‘coverage-report’ [2020-12-02T03:41:32.048Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:41:32.828Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T03:41:33.232Z] + ls -al . [2020-12-02T03:41:33.232Z] total 152 [2020-12-02T03:41:33.232Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 2 03:41 . [2020-12-02T03:41:33.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 03:38 .. [2020-12-02T03:41:33.232Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 2 03:38 .git [2020-12-02T03:41:33.232Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 03:38 .github [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 258 Dec 2 03:38 .gitignore [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 6713 Dec 2 03:38 Attribution.txt [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 1834 Dec 2 03:38 Dockerfile [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 957 Dec 2 03:38 Dockerfile.build [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 660 Dec 2 03:38 Jenkinsfile [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 2 03:38 LICENSE [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 873 Dec 2 03:38 Makefile [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 918 Dec 2 03:38 README.md [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 2 03:35 VERSION [2020-12-02T03:41:33.232Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 03:38 bin [2020-12-02T03:41:33.232Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 03:38 cmd [2020-12-02T03:41:33.232Z] -rw-r--r-- 1 jenkins jenkins 47242 Dec 2 03:41 coverage.out [2020-12-02T03:41:33.232Z] -rw-r--r-- 1 jenkins jenkins 394 Dec 2 03:41 go.mod [2020-12-02T03:41:33.232Z] -rw-r--r-- 1 jenkins jenkins 16597 Dec 2 03:41 go.sum [2020-12-02T03:41:33.232Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 03:38 internal [2020-12-02T03:41:33.232Z] -rw-rw-r-- 1 jenkins jenkins 235 Dec 2 03:38 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:33.646Z] + 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=86335f6acaea922b63039ed338d07a5e5ea9a42e --label arch=arm64 --label version=0.0.0 . [2020-12-02T03:41:33.944Z] Sending build context to Docker daemon 539.1kB [2020-12-02T03:41:34.229Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-12-02T03:41:34.229Z] Step 2/22 : FROM ${BASE} AS builder [2020-12-02T03:41:34.229Z] ---> 533fa2e7d9d2 [2020-12-02T03:41:34.229Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-12-02T03:41:34.229Z] ---> Running in d948069c7159 [2020-12-02T03:41:34.826Z] Removing intermediate container d948069c7159 [2020-12-02T03:41:34.826Z] ---> 191883980691 [2020-12-02T03:41:34.826Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-12-02T03:41:34.826Z] ---> Running in c3763290b0b6 [2020-12-02T03:41:35.420Z] Removing intermediate container c3763290b0b6 [2020-12-02T03:41:35.420Z] ---> 32c146f560e1 [2020-12-02T03:41:35.420Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-12-02T03:41:35.420Z] ---> Running in 4f4e3991b4e9 [2020-12-02T03:41:36.014Z] Removing intermediate container 4f4e3991b4e9 [2020-12-02T03:41:36.014Z] ---> e16c2902aecf [2020-12-02T03:41:36.014Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:41:36.014Z] ---> Running in 8041cc44b57c [2020-12-02T03:41:38.634Z] Removing intermediate container 8041cc44b57c [2020-12-02T03:41:38.634Z] ---> b7f76e5f79cc [2020-12-02T03:41:38.634Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-02T03:41:38.634Z] ---> Running in 2f876ed94b35 [2020-12-02T03:41:39.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T03:41:40.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T03:41:41.186Z] OK: 221 MiB in 53 packages [2020-12-02T03:41:42.168Z] Removing intermediate container 2f876ed94b35 [2020-12-02T03:41:42.168Z] ---> 0fd0b0d4d392 [2020-12-02T03:41:42.168Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-12-02T03:41:42.440Z] ---> Running in 6a2888988c85 [2020-12-02T03:41:43.057Z] Removing intermediate container 6a2888988c85 [2020-12-02T03:41:43.058Z] ---> 342188119240 [2020-12-02T03:41:43.058Z] Step 9/22 : COPY . . [2020-12-02T03:41:44.046Z] ---> c4bb13ace5fb [2020-12-02T03:41:44.046Z] Step 10/22 : ARG MAKE='make build' [2020-12-02T03:41:44.046Z] ---> Running in 3e23f56f7a80 [2020-12-02T03:41:44.323Z] Removing intermediate container 3e23f56f7a80 [2020-12-02T03:41:44.323Z] ---> f97f89e974c2 [2020-12-02T03:41:44.323Z] Step 11/22 : RUN $MAKE [2020-12-02T03:41:44.597Z] ---> Running in df303353e882 [2020-12-02T03:41:45.576Z] 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-12-02T03:42:24.612Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-02T03:42:26.037Z] Removing intermediate container df303353e882 [2020-12-02T03:42:26.037Z] ---> 50becef904f9 [2020-12-02T03:42:26.037Z] Step 12/22 : FROM alpine [2020-12-02T03:42:26.627Z] latest: Pulling from library/alpine [2020-12-02T03:42:26.900Z] 5f621e34cdf4: Already exists [2020-12-02T03:42:27.172Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-02T03:42:27.172Z] Status: Downloaded newer image for alpine:latest [2020-12-02T03:42:27.172Z] ---> 2e77e061c27f [2020-12-02T03:42:27.172Z] Step 13/22 : ENV APP_PORT=49990 [2020-12-02T03:42:27.172Z] ---> Running in 63305750c05a [2020-12-02T03:42:27.770Z] Removing intermediate container 63305750c05a [2020-12-02T03:42:27.770Z] ---> 2499aca08910 [2020-12-02T03:42:27.770Z] Step 14/22 : EXPOSE $APP_PORT [2020-12-02T03:42:27.770Z] ---> Running in 86b213134bba [2020-12-02T03:42:28.363Z] Removing intermediate container 86b213134bba [2020-12-02T03:42:28.363Z] ---> 5b20422db275 [2020-12-02T03:42:28.363Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-12-02T03:42:29.790Z] ---> e88b5e4410b9 [2020-12-02T03:42:29.790Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-12-02T03:42:30.064Z] ---> a74f1ec2d618 [2020-12-02T03:42:30.064Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-12-02T03:42:31.040Z] ---> 8dbd1d640e10 [2020-12-02T03:42:31.040Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-12-02T03:42:31.040Z] ---> Running in ebef43c7abb3 [2020-12-02T03:42:31.635Z] Removing intermediate container ebef43c7abb3 [2020-12-02T03:42:31.635Z] ---> 1f289f401ffc [2020-12-02T03:42:31.635Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T03:42:31.635Z] ---> Running in 9766c6c6c46a [2020-12-02T03:42:31.909Z] Removing intermediate container 9766c6c6c46a [2020-12-02T03:42:31.909Z] ---> 243fd637c023 [2020-12-02T03:42:31.909Z] Step 20/22 : LABEL arch=arm64 [2020-12-02T03:42:32.182Z] ---> Running in 76aa5640d639 [2020-12-02T03:42:32.778Z] Removing intermediate container 76aa5640d639 [2020-12-02T03:42:32.778Z] ---> e2a42b57d0f7 [2020-12-02T03:42:32.778Z] Step 21/22 : LABEL git_sha=86335f6acaea922b63039ed338d07a5e5ea9a42e [2020-12-02T03:42:32.778Z] ---> Running in f3cb86fdfa79 [2020-12-02T03:42:33.052Z] Removing intermediate container f3cb86fdfa79 [2020-12-02T03:42:33.052Z] ---> 86ca28d6cf6c [2020-12-02T03:42:33.052Z] Step 22/22 : LABEL version=0.0.0 [2020-12-02T03:42:33.334Z] ---> Running in e8a0c30ba6b0 [2020-12-02T03:42:33.607Z] Removing intermediate container e8a0c30ba6b0 [2020-12-02T03:42:33.607Z] ---> b27158b398c3 [2020-12-02T03:42:33.608Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T03:42:33.608Z] Successfully built b27158b398c3 [2020-12-02T03:42:33.877Z] 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-12-02T03:42:35.530Z] provisioning config files... [2020-12-02T03:42:35.540Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-149@tmp/config8475327573339608187tmp [Pipeline] { [Pipeline] sh [2020-12-02T03:42:35.933Z] + set +x [2020-12-02T03:42:35.933Z] + curl -s https://codecov.io/bash [2020-12-02T03:42:35.933Z] + bash -s -- [2020-12-02T03:42:36.194Z] [2020-12-02T03:42:36.194Z] _____ _ [2020-12-02T03:42:36.194Z] / ____| | | [2020-12-02T03:42:36.194Z] | | ___ __| | ___ ___ _____ __ [2020-12-02T03:42:36.194Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-02T03:42:36.194Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-02T03:42:36.194Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-02T03:42:36.194Z] Bash-20201130-cc6d3fe [2020-12-02T03:42:36.194Z] [2020-12-02T03:42:36.194Z] [2020-12-02T03:42:36.194Z] ==> Jenkins CI detected. [2020-12-02T03:42:36.194Z] project root: . [2020-12-02T03:42:36.194Z] --> token set from env [2020-12-02T03:42:36.194Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-02T03:42:36.194Z] ==> Running gcov in . (disable via -X gcov) [2020-12-02T03:42:36.194Z] ==> Python coveragepy not found [2020-12-02T03:42:36.194Z] ==> Searching for coverage reports in: [2020-12-02T03:42:36.194Z] + . [2020-12-02T03:42:36.194Z] -> Found 1 reports [2020-12-02T03:42:36.194Z] ==> Detecting git/mercurial file structure [2020-12-02T03:42:36.194Z] ==> Reading reports [2020-12-02T03:42:36.194Z] + ./coverage.out bytes=47242 [2020-12-02T03:42:36.194Z] ==> Appending adjustments [2020-12-02T03:42:36.194Z] https://docs.codecov.io/docs/fixing-reports [2020-12-02T03:42:36.194Z] + Found adjustments [2020-12-02T03:42:36.194Z] ==> Gzipping contents [2020-12-02T03:42:36.194Z] 8.0K /tmp/codecov.ZMR3rC.gz [2020-12-02T03:42:36.194Z] ==> Uploading reports [2020-12-02T03:42:36.194Z] url: https://codecov.io [2020-12-02T03:42:36.194Z] query: branch=PR-149&commit=86335f6acaea922b63039ed338d07a5e5ea9a42e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-149%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=149&job=&cmd_args= [2020-12-02T03:42:36.194Z] -> Pinging Codecov [2020-12-02T03:42:36.194Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-149&commit=86335f6acaea922b63039ed338d07a5e5ea9a42e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-149%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=149&job=&cmd_args= [2020-12-02T03:42:37.420Z] -> Uploading to [2020-12-02T03:42:37.420Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-02/5E52B4B073DB2E39498172D8E973AA87/86335f6acaea922b63039ed338d07a5e5ea9a42e/06b254ec-c9ff-40a2-a2e6-fa4c536363be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T034236Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1ca56babc7dbbae50538790a7848efe8d6dda36cf773387554da1040edde911 [2020-12-02T03:42:37.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T03:42:37.420Z] Dload Upload Total Spent Left Speed [2020-12-02T03:42:37.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5794 0 0 100 5794 0 15203 --:--:-- --:--:-- --:--:-- 15247 [2020-12-02T03:42:37.420Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/86335f6acaea922b63039ed338d07a5e5ea9a42e [Pipeline] } [2020-12-02T03:42:37.432Z] 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-12-02T03:42:40.059Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:42:40.368Z] ---> package-listing.sh [2020-12-02T03:42:40.368Z] ++ facter osfamily [2020-12-02T03:42:40.368Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-02T03:42:40.368Z] + OS_FAMILY=redhat [2020-12-02T03:42:40.368Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-149 [2020-12-02T03:42:40.368Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-02T03:42:40.368Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-02T03:42:40.368Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-02T03:42:40.368Z] + PACKAGES=/tmp/packages_start.txt [2020-12-02T03:42:40.368Z] + '[' /w/workspace/foundry_device-virtual-go_PR-149 ']' [2020-12-02T03:42:40.368Z] + PACKAGES=/tmp/packages_end.txt [2020-12-02T03:42:40.368Z] + case "${OS_FAMILY}" in [2020-12-02T03:42:40.368Z] + rpm -qa [2020-12-02T03:42:40.368Z] + sort [2020-12-02T03:42:45.680Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-02T03:42:45.680Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-02T03:42:45.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-02T03:42:45.680Z] + '[' /w/workspace/foundry_device-virtual-go_PR-149 ']' [2020-12-02T03:42:45.680Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-149/archives/ [2020-12-02T03:42:45.681Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-149/archives/ [Pipeline] echo [2020-12-02T03:42:45.694Z] 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-149/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-02T03:42:45.987Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:46.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T03:42:46.293Z] [2020-12-02T03:42:46.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:46.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T03:42:46.646Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-02T03:42:46.646Z] df20fa9351a1: Pulling fs layer [2020-12-02T03:42:46.646Z] 36b3adc4ff6f: Pulling fs layer [2020-12-02T03:42:46.646Z] 8ad3a11d3b57: Pulling fs layer [2020-12-02T03:42:46.646Z] 46f8f816bc3b: Pulling fs layer [2020-12-02T03:42:46.646Z] 93b61091891f: Pulling fs layer [2020-12-02T03:42:46.646Z] 93b9cdb0e59b: Pulling fs layer [2020-12-02T03:42:46.646Z] 5e14af77c1be: Pulling fs layer [2020-12-02T03:42:46.646Z] 01666e4c0597: Pulling fs layer [2020-12-02T03:42:46.646Z] aa168da1d23b: Pulling fs layer [2020-12-02T03:42:46.646Z] 46f8f816bc3b: Waiting [2020-12-02T03:42:46.646Z] 93b61091891f: Waiting [2020-12-02T03:42:46.646Z] 5e14af77c1be: Waiting [2020-12-02T03:42:46.646Z] 01666e4c0597: Waiting [2020-12-02T03:42:46.646Z] aa168da1d23b: Waiting [2020-12-02T03:42:46.646Z] 36b3adc4ff6f: Download complete [2020-12-02T03:42:46.646Z] 46f8f816bc3b: Verifying Checksum [2020-12-02T03:42:46.646Z] 46f8f816bc3b: Download complete [2020-12-02T03:42:46.646Z] df20fa9351a1: Verifying Checksum [2020-12-02T03:42:46.646Z] df20fa9351a1: Download complete [2020-12-02T03:42:46.914Z] 93b9cdb0e59b: Verifying Checksum [2020-12-02T03:42:46.914Z] 93b9cdb0e59b: Download complete [2020-12-02T03:42:46.914Z] 93b61091891f: Verifying Checksum [2020-12-02T03:42:46.914Z] 93b61091891f: Download complete [2020-12-02T03:42:46.914Z] 5e14af77c1be: Verifying Checksum [2020-12-02T03:42:46.914Z] 5e14af77c1be: Download complete [2020-12-02T03:42:46.914Z] 01666e4c0597: Verifying Checksum [2020-12-02T03:42:46.914Z] 01666e4c0597: Download complete [2020-12-02T03:42:46.914Z] 8ad3a11d3b57: Verifying Checksum [2020-12-02T03:42:46.914Z] 8ad3a11d3b57: Download complete [2020-12-02T03:42:47.184Z] df20fa9351a1: Pull complete [2020-12-02T03:42:47.456Z] 36b3adc4ff6f: Pull complete [2020-12-02T03:42:48.425Z] 8ad3a11d3b57: Pull complete [2020-12-02T03:42:48.688Z] aa168da1d23b: Verifying Checksum [2020-12-02T03:42:48.688Z] aa168da1d23b: Download complete [2020-12-02T03:42:48.957Z] 46f8f816bc3b: Pull complete [2020-12-02T03:42:49.225Z] 93b61091891f: Pull complete [2020-12-02T03:42:49.492Z] 93b9cdb0e59b: Pull complete [2020-12-02T03:42:49.492Z] 5e14af77c1be: Pull complete [2020-12-02T03:42:49.765Z] 01666e4c0597: Pull complete [2020-12-02T03:42:56.406Z] aa168da1d23b: Pull complete [2020-12-02T03:42:56.406Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-02T03:42:56.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T03:42:56.406Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-02T03:42:56.567Z] prd-centos7-docker-4c-2g-14114 does not seem to be running inside a container [2020-12-02T03:42:56.613Z] $ 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-149/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-149 -v /w/workspace/foundry_device-virtual-go_PR-149:/w/workspace/foundry_device-virtual-go_PR-149:rw,z -v /w/workspace/foundry_device-virtual-go_PR-149@tmp:/w/workspace/foundry_device-virtual-go_PR-149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-02T03:43:00.332Z] $ docker top 32c545476432e93b5a7d2723be08e6808697adb1604e9e6f449910dc32529607 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:43:00.873Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-02T03:43:01.172Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-02T03:43:01.475Z] + ls /var/log/sa-host [2020-12-02T03:43:01.475Z] + sadf -c /var/log/sa-host/sa02 [2020-12-02T03:43:01.475Z] file_magic: OK [2020-12-02T03:43:01.475Z] HZ: Using current value: 100 [2020-12-02T03:43:01.475Z] file_header: OK [2020-12-02T03:43:01.475Z] 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-12-02T03:43:01.475Z] Statistics: [2020-12-02T03:43:01.475Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-02T03:43:01.475Z] File successfully converted to sysstat format version 12.2.1 [2020-12-02T03:43:01.475Z] + sadf -c /var/log/sa-host/sa23 [2020-12-02T03:43:01.475Z] file_magic: OK [2020-12-02T03:43:01.475Z] HZ: Using current value: 100 [2020-12-02T03:43:01.475Z] file_header: OK [2020-12-02T03:43:01.475Z] 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-12-02T03:43:01.475Z] Statistics: [2020-12-02T03:43:01.475Z] Hnuu...uuuununununu... [2020-12-02T03:43:01.475Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-02T03:43:01.710Z] provisioning config files... [2020-12-02T03:43:01.724Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-149@tmp/config3347388590621172510tmp [Pipeline] { [Pipeline] echo [2020-12-02T03:43:01.810Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:43:02.113Z] ---> create-netrc.sh [Pipeline] } [2020-12-02T03:43:02.128Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-02T03:43:02.260Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:43:02.562Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-02T03:43:02.573Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:43:02.873Z] ---> sudo-logs.sh [2020-12-02T03:43:02.873Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-02T03:43:02.885Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:43:03.181Z] ---> job-cost.sh [2020-12-02T03:43:03.181Z] lf-activate-venv: SKIPPING [2020-12-02T03:43:03.181Z] INFO: No Stack... [2020-12-02T03:43:04.572Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-02T03:43:04.834Z] INFO: Archiving Costs [Pipeline] echo [2020-12-02T03:43:04.848Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:43:05.144Z] ---> logs-deploy.sh [2020-12-02T03:43:05.144Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-149/3 [2020-12-02T03:43:05.144Z] INFO: archiving workspace using pattern(s): [2020-12-02T03:43:07.084Z] Archives upload complete. [2020-12-02T03:43:07.084Z] INFO: archiving logs to Nexus