Started by upstream project "edgexfoundry/cd-management/release" build number 47 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bdf1cd5a2d4a5f1f1834e794e258934dca5f302b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24603’ Running on prd-centos7-docker-4c-2g-24611 in /w/workspace/foundry_device-virtual-go_master [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_master # 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 Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 Commit message: "Merge pull request #167 from iain-anderson/commit-lint" > git rev-list --no-walk bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T20:32:43.110Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T20:32:43.369Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:32:43.487Z] ========================================================= [2021-02-02T20:32:43.487Z] EdgeX Global Pipelines Version Info [2021-02-02T20:32:43.487Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:32:45.213Z] ------------------- [2021-02-02T20:32:45.213Z] stable info: [2021-02-02T20:32:45.213Z] ------------------- [2021-02-02T20:32:45.213Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T20:32:45.213Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T20:32:45.213Z] Message: update stable to v1.0.179 [2021-02-02T20:32:46.158Z] ------------------- [2021-02-02T20:32:46.158Z] experimental info: [2021-02-02T20:32:46.158Z] ------------------- [2021-02-02T20:32:46.158Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T20:32:46.158Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T20:32:46.158Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T20:32:46.397Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-02-02T20:32:46.479Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-02-02T20:32:46.567Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T20:32:46.675Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T20:32:46.789Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T20:32:46.869Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T20:32:46.952Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T20:32:47.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T20:32:47.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-02T20:32:47.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T20:32:47.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T20:32:47.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-02-02T20:32:47.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T20:32:47.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T20:32:47.827Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T20:32:47.908Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T20:32:47.993Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T20:32:48.086Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T20:32:48.203Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T20:32:48.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-02T20:32:48.396Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-02T20:32:48.497Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-02T20:32:48.615Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-02T20:32:48.706Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-02T20:32:48.810Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-02T20:32:48.908Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T20:32:48.989Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T20:32:49.111Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-02T20:32:49.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-02T20:32:49.287Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-02T20:32:49.378Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] echo [2021-02-02T20:32:49.476Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bdf1cd5 [Pipeline] echo [2021-02-02T20:32:49.567Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:32:49.754Z] provisioning config files... [2021-02-02T20:32:49.795Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config30668886390975616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:32:50.159Z] ---> docker-login.sh [2021-02-02T20:32:50.159Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:32:50.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:50.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:50.426Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:50.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:50.426Z] [2021-02-02T20:32:50.426Z] Login Succeeded [2021-02-02T20:32:50.426Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:32:50.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:50.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:50.690Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:50.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:50.690Z] [2021-02-02T20:32:50.690Z] Login Succeeded [2021-02-02T20:32:50.690Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:32:50.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:50.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:50.953Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:50.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:50.953Z] [2021-02-02T20:32:50.953Z] Login Succeeded [2021-02-02T20:32:50.953Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:32:50.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:51.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:51.218Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:51.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:51.218Z] [2021-02-02T20:32:51.218Z] Login Succeeded [2021-02-02T20:32:51.218Z] docker.io [2021-02-02T20:32:51.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:51.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:51.483Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:51.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:51.483Z] [2021-02-02T20:32:51.483Z] Login Succeeded [2021-02-02T20:32:51.483Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:32:51.492Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T20:32:52.277Z] + git log --format=format:%s -1 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] echo [2021-02-02T20:32:52.343Z] GIT_COMMIT: bdf1cd5a2d4a5f1f1834e794e258934dca5f302b, Commit Message: Merge pull request #167 from iain-anderson/commit-lint [Pipeline] echo [2021-02-02T20:32:52.386Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:32:53.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:32:53.002Z] [2021-02-02T20:32:53.002Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:32:53.351Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:32:53.351Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T20:32:53.351Z] 31603596830f: Pulling fs layer [2021-02-02T20:32:53.351Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T20:32:53.351Z] 6ca5941a6612: Pulling fs layer [2021-02-02T20:32:53.351Z] ecc8261a40a4: Pulling fs layer [2021-02-02T20:32:53.351Z] ecc8261a40a4: Waiting [2021-02-02T20:32:53.351Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T20:32:53.351Z] 2a8b12db71e7: Download complete [2021-02-02T20:32:53.351Z] 31603596830f: Verifying Checksum [2021-02-02T20:32:53.351Z] 31603596830f: Download complete [2021-02-02T20:32:53.616Z] ecc8261a40a4: Verifying Checksum [2021-02-02T20:32:53.616Z] ecc8261a40a4: Download complete [2021-02-02T20:32:53.616Z] 6ca5941a6612: Verifying Checksum [2021-02-02T20:32:53.616Z] 6ca5941a6612: Download complete [2021-02-02T20:32:53.879Z] 31603596830f: Pull complete [2021-02-02T20:32:53.879Z] 2a8b12db71e7: Pull complete [2021-02-02T20:32:54.831Z] 6ca5941a6612: Pull complete [2021-02-02T20:32:55.093Z] ecc8261a40a4: Pull complete [2021-02-02T20:32:55.093Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T20:32:55.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:32:55.093Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T20:32:55.203Z] prd-centos7-docker-4c-2g-24611 does not seem to be running inside a container [2021-02-02T20:32:55.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T20:32:57.156Z] $ docker top 154270d9ed6d37d53ae2e675456a7151aad8f7a75d84d5827a57268c8ca1774f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T20:32:57.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T20:32:57.555Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T20:32:57.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T20:32:57.814Z] $ docker exec 154270d9ed6d37d53ae2e675456a7151aad8f7a75d84d5827a57268c8ca1774f ssh-agent [2021-02-02T20:32:57.994Z] SSH_AUTH_SOCK=/tmp/ssh-5AXMAzhSUCF1/agent.11 [2021-02-02T20:32:57.994Z] SSH_AGENT_PID=17 [2021-02-02T20:32:58.006Z] Running ssh-add (command line suppressed) [2021-02-02T20:32:58.130Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8201549794034277340.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8201549794034277340.key) [2021-02-02T20:32:58.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T20:32:58.537Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T20:32:58.562Z] $ docker exec --env ******** --env ******** 154270d9ed6d37d53ae2e675456a7151aad8f7a75d84d5827a57268c8ca1774f ssh-agent -k [2021-02-02T20:32:58.677Z] unset SSH_AUTH_SOCK; [2021-02-02T20:32:58.678Z] unset SSH_AGENT_PID; [2021-02-02T20:32:58.678Z] echo Agent pid 17 killed; [2021-02-02T20:32:58.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-02-02T20:32:58.878Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.1|v1.3.1-dev.5' [Pipeline] sshagent [2021-02-02T20:32:58.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T20:32:58.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T20:32:59.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T20:32:59.157Z] $ docker exec 154270d9ed6d37d53ae2e675456a7151aad8f7a75d84d5827a57268c8ca1774f ssh-agent [2021-02-02T20:32:59.334Z] SSH_AUTH_SOCK=/tmp/ssh-dNaqOEEtUdIp/agent.46 [2021-02-02T20:32:59.334Z] SSH_AGENT_PID=52 [2021-02-02T20:32:59.341Z] Running ssh-add (command line suppressed) [2021-02-02T20:32:59.465Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5218565322154179556.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5218565322154179556.key) [2021-02-02T20:32:59.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T20:32:59.858Z] + git semver init [2021-02-02T20:32:59.858Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T20:32:59.858Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-02-02T20:32:59.858Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-02-02T20:32:59.858Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T20:32:59.858Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T20:32:59.858Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T20:32:59.858Z] # $SEMVER_BRANCH = master [2021-02-02T20:32:59.858Z] # $SEMVER_TEMP = /tmp/semver-696128367 [2021-02-02T20:32:59.858Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-02-02T20:33:00.434Z] # '/tmp/semver-696128367' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-02-02T20:33:00.434Z] # -> Force: false [2021-02-02T20:33:00.434Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-02-02T20:33:00.449Z] $ docker exec --env ******** --env ******** 154270d9ed6d37d53ae2e675456a7151aad8f7a75d84d5827a57268c8ca1774f ssh-agent -k [2021-02-02T20:33:00.576Z] unset SSH_AUTH_SOCK; [2021-02-02T20:33:00.577Z] unset SSH_AGENT_PID; [2021-02-02T20:33:00.577Z] echo Agent pid 52 killed; [2021-02-02T20:33:00.658Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:33:01.213Z] + git semver [Pipeline] } [2021-02-02T20:33:01.238Z] $ docker stop --time=1 154270d9ed6d37d53ae2e675456a7151aad8f7a75d84d5827a57268c8ca1774f [2021-02-02T20:33:02.728Z] $ docker rm -f 154270d9ed6d37d53ae2e675456a7151aad8f7a75d84d5827a57268c8ca1774f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T20:33:03.220Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T20:33:03.829Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T20:33:03.832Z] [edgeXSemver]: initialized semver on version 1.3.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-02T20:33:19.355Z] Still waiting to schedule task [2021-02-02T20:33:19.355Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-02T20:33:19.357Z] Still waiting to schedule task [2021-02-02T20:33:19.357Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24613’ is offline [2021-02-02T20:34:19.443Z] Running on prd-centos7-docker-4c-2g-24620 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-02-02T20:34:19.513Z] Running in /w/workspace/device-virtual-go/39 [Pipeline] { [Pipeline] checkout [2021-02-02T20:34:22.124Z] using credential edgex-jenkins-ssh [2021-02-02T20:34:22.172Z] Cloning the remote Git repository [2021-02-02T20:34:21.974Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-02-02T20:34:22.046Z] > git init /w/workspace/device-virtual-go/39 # timeout=10 [2021-02-02T20:34:22.115Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-02T20:34:22.115Z] > git --version # timeout=10 [2021-02-02T20:34:22.124Z] > git --version # 'git version 2.24.3' [2021-02-02T20:34:22.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:34:22.158Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:34:23.346Z] Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) [2021-02-02T20:34:22.742Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-02T20:34:22.751Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:34:22.765Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-02T20:34:22.778Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-02T20:34:22.779Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:34:22.783Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T20:34:23.222Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T20:34:23.231Z] > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-02-02T20:34:26.964Z] Commit message: "Merge pull request #167 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T20:34:28.087Z] + git checkout bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:34:28.087Z] HEAD is now at bdf1cd5 Merge pull request #167 from iain-anderson/commit-lint [Pipeline] sh [2021-02-02T20:34:28.421Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:34:28.721Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:34:29.023Z] + true [2021-02-02T20:34:29.023Z] + sudo service docker restart [2021-02-02T20:34:29.023Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:34:30.080Z] provisioning config files... [2021-02-02T20:34:30.114Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/39@tmp/config7219553987551445209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:34:30.563Z] ---> docker-login.sh [2021-02-02T20:34:30.563Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:34:30.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:34:30.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:34:30.825Z] Configure a credential helper to remove this warning. See [2021-02-02T20:34:30.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:34:30.825Z] [2021-02-02T20:34:30.825Z] Login Succeeded [2021-02-02T20:34:30.825Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:34:31.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:34:31.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:34:31.089Z] Configure a credential helper to remove this warning. See [2021-02-02T20:34:31.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:34:31.089Z] [2021-02-02T20:34:31.089Z] Login Succeeded [2021-02-02T20:34:31.089Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:34:31.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:34:31.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:34:31.351Z] Configure a credential helper to remove this warning. See [2021-02-02T20:34:31.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:34:31.351Z] [2021-02-02T20:34:31.351Z] Login Succeeded [2021-02-02T20:34:31.351Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:34:31.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:34:31.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:34:31.614Z] Configure a credential helper to remove this warning. See [2021-02-02T20:34:31.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:34:31.614Z] [2021-02-02T20:34:31.614Z] Login Succeeded [2021-02-02T20:34:31.614Z] docker.io [2021-02-02T20:34:31.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:34:31.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:34:31.876Z] Configure a credential helper to remove this warning. See [2021-02-02T20:34:31.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:34:31.876Z] [2021-02-02T20:34:31.876Z] Login Succeeded [2021-02-02T20:34:31.876Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:34:31.886Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T20:34:32.250Z] ========================================================= [2021-02-02T20:34:32.250Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T20:34:32.250Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:34:32.605Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-02T20:34:32.872Z] Sending build context to Docker daemon 466.9kB [2021-02-02T20:34:32.872Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:34:32.872Z] Step 2/8 : FROM ${BASE} [2021-02-02T20:34:32.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T20:34:32.872Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T20:34:32.872Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T20:34:32.872Z] de9db76c5a1d: Pulling fs layer [2021-02-02T20:34:32.872Z] bca2f99d35d6: Pulling fs layer [2021-02-02T20:34:32.872Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T20:34:32.872Z] 7c6f9722023f: Pulling fs layer [2021-02-02T20:34:32.872Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T20:34:32.872Z] 93359f2a8cfa: Waiting [2021-02-02T20:34:32.872Z] 7c6f9722023f: Waiting [2021-02-02T20:34:32.872Z] bca2f99d35d6: Waiting [2021-02-02T20:34:32.872Z] a35cf1a2eb13: Waiting [2021-02-02T20:34:32.872Z] de9db76c5a1d: Verifying Checksum [2021-02-02T20:34:32.872Z] de9db76c5a1d: Download complete [2021-02-02T20:34:32.872Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T20:34:32.872Z] 0ef7d3d256c8: Download complete [2021-02-02T20:34:32.872Z] 93359f2a8cfa: Download complete [2021-02-02T20:34:32.872Z] 7c6f9722023f: Download complete [2021-02-02T20:34:32.872Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T20:34:32.872Z] 188c0c94c7c5: Download complete [2021-02-02T20:34:33.136Z] 188c0c94c7c5: Pull complete [2021-02-02T20:34:33.402Z] 0ef7d3d256c8: Pull complete [2021-02-02T20:34:33.667Z] de9db76c5a1d: Pull complete [2021-02-02T20:34:34.638Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T20:34:34.638Z] a35cf1a2eb13: Download complete [2021-02-02T20:34:35.219Z] bca2f99d35d6: Verifying Checksum [2021-02-02T20:34:35.219Z] bca2f99d35d6: Download complete [2021-02-02T20:34:40.571Z] bca2f99d35d6: Pull complete [2021-02-02T20:34:40.571Z] 93359f2a8cfa: Pull complete [2021-02-02T20:34:40.571Z] 7c6f9722023f: Pull complete [2021-02-02T20:34:44.849Z] a35cf1a2eb13: Pull complete [2021-02-02T20:34:44.849Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T20:34:44.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T20:34:44.849Z] ---> a62c8e92a672 [2021-02-02T20:34:44.849Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-02T20:34:45.116Z] ---> Running in d9b62bb36139 [2021-02-02T20:34:45.378Z] Removing intermediate container d9b62bb36139 [2021-02-02T20:34:45.378Z] ---> 7ebf2e7f148f [2021-02-02T20:34:45.378Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:34:45.646Z] ---> Running in 219572f09533 [2021-02-02T20:34:46.599Z] Removing intermediate container 219572f09533 [2021-02-02T20:34:46.599Z] ---> e26de5ef7f24 [2021-02-02T20:34:46.599Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-02T20:34:46.599Z] ---> Running in 00d4bff4901c [2021-02-02T20:34:47.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T20:34:48.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T20:34:48.389Z] (1/14) Installing libmagic (5.38-r0) [2021-02-02T20:34:48.650Z] (2/14) Installing file (5.38-r0) [2021-02-02T20:34:48.650Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-02T20:34:48.650Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-02T20:35:00.942Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-02T20:35:00.942Z] (6/14) Installing patch (2.7.6-r6) [2021-02-02T20:35:00.942Z] (7/14) Installing build-base (0.5-r2) [2021-02-02T20:35:00.942Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-02T20:35:00.942Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-02T20:35:00.942Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-02T20:35:02.349Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-02T20:35:02.349Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-02T20:35:02.621Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-02T20:35:03.225Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-02T20:35:03.488Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T20:35:03.488Z] OK: 237 MiB in 53 packages [2021-02-02T20:35:06.820Z] Removing intermediate container 00d4bff4901c [2021-02-02T20:35:06.820Z] ---> ddc664ee5381 [2021-02-02T20:35:06.820Z] Step 6/8 : WORKDIR /device-virtual-go [2021-02-02T20:35:07.085Z] ---> Running in 53e108964a23 [2021-02-02T20:35:07.348Z] Removing intermediate container 53e108964a23 [2021-02-02T20:35:07.348Z] ---> ddbd9157c698 [2021-02-02T20:35:07.348Z] Step 7/8 : COPY . . [2021-02-02T20:35:07.923Z] ---> 2d2df7e19774 [2021-02-02T20:35:07.923Z] Step 8/8 : RUN go mod download [2021-02-02T20:35:08.190Z] ---> Running in 943fe4321e37 [2021-02-02T20:35:30.273Z] Removing intermediate container 943fe4321e37 [2021-02-02T20:35:30.273Z] ---> 1809de80a483 [2021-02-02T20:35:30.273Z] Successfully built 1809de80a483 [2021-02-02T20:35:30.273Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:35:30.592Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T20:35:30.592Z] . [Pipeline] withDockerContainer [2021-02-02T20:35:30.724Z] prd-centos7-docker-4c-2g-24620 does not seem to be running inside a container [2021-02-02T20:35:30.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/39 -v /w/workspace/device-virtual-go/39:/w/workspace/device-virtual-go/39:rw,z -v /w/workspace/device-virtual-go/39@tmp:/w/workspace/device-virtual-go/39@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 ******** ci-base-image-x86_64 cat [2021-02-02T20:35:31.633Z] $ docker top 08dc3365f334ec12694dc9c3db90e9c4379106c9d00288f8182c160ddeb8e75c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:35:32.128Z] + go version [2021-02-02T20:35:32.128Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T20:35:32.145Z] $ docker stop --time=1 08dc3365f334ec12694dc9c3db90e9c4379106c9d00288f8182c160ddeb8e75c [2021-02-02T20:35:33.466Z] $ docker rm -f 08dc3365f334ec12694dc9c3db90e9c4379106c9d00288f8182c160ddeb8e75c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:35:34.240Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T20:35:34.240Z] . [Pipeline] withDockerContainer [2021-02-02T20:35:34.335Z] prd-centos7-docker-4c-2g-24620 does not seem to be running inside a container [2021-02-02T20:35:34.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/39 -v /w/workspace/device-virtual-go/39:/w/workspace/device-virtual-go/39:rw,z -v /w/workspace/device-virtual-go/39@tmp:/w/workspace/device-virtual-go/39@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 ******** ci-base-image-x86_64 cat [2021-02-02T20:35:34.992Z] $ docker top bd46c1d12ce92669eb15901e328a1f5137c7358cfe7b3d67d507b3e57c0e18f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:35:35.479Z] + make test [2021-02-02T20:35:35.479Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-02T20:35:36.878Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-02-02T20:35:52.029Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-02-02T20:35:52.029Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.359s coverage: 64.4% of statements [2021-02-02T20:35:52.029Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-02T20:35:55.378Z] gofmt -l . [2021-02-02T20:35:55.378Z] [ "`gofmt -l .`" = "" ] [2021-02-02T20:35:55.378Z] ./bin/test-attribution-txt.sh [2021-02-02T20:35:55.965Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-02T20:35:56.254Z] $ docker stop --time=1 bd46c1d12ce92669eb15901e328a1f5137c7358cfe7b3d67d507b3e57c0e18f4 [2021-02-02T20:35:58.050Z] $ docker rm -f bd46c1d12ce92669eb15901e328a1f5137c7358cfe7b3d67d507b3e57c0e18f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T20:35:58.720Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-02T20:35:59.168Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-02T20:36:00.086Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24627 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-02T20:36:02.861Z] Running in /w/workspace/device-virtual-go/39 [Pipeline] { [Pipeline] checkout [2021-02-02T20:36:03.069Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-02T20:36:03.380Z] + ls -al . [2021-02-02T20:36:03.380Z] total 124 [2021-02-02T20:36:03.380Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 2 20:35 . [2021-02-02T20:36:03.380Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 2 20:34 .. [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 6713 Feb 2 20:34 Attribution.txt [2021-02-02T20:36:03.380Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 2 20:34 bin [2021-02-02T20:36:03.380Z] drwxrwxr-x. 3 jenkins jenkins 32 Feb 2 20:34 cmd [2021-02-02T20:36:03.380Z] -rw-r--r--. 1 jenkins jenkins 47242 Feb 2 20:35 coverage.out [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 1851 Feb 2 20:34 Dockerfile [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 961 Feb 2 20:34 Dockerfile.build [2021-02-02T20:36:03.380Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 2 20:34 .git [2021-02-02T20:36:03.380Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 2 20:34 .github [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 258 Feb 2 20:34 .gitignore [2021-02-02T20:36:03.380Z] -rw-r--r--. 1 jenkins jenkins 856 Feb 2 20:35 go.mod [2021-02-02T20:36:03.380Z] -rw-r--r--. 1 jenkins jenkins 16346 Feb 2 20:35 go.sum [2021-02-02T20:36:03.380Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 2 20:34 internal [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 660 Feb 2 20:34 Jenkinsfile [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 11340 Feb 2 20:34 LICENSE [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 873 Feb 2 20:34 Makefile [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 918 Feb 2 20:34 README.md [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 2 20:33 VERSION [2021-02-02T20:36:03.380Z] -rw-rw-r--. 1 jenkins jenkins 235 Feb 2 20:34 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:03.692Z] + 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=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b --label arch=amd64 --label version=1.3.1 . [2021-02-02T20:36:03.958Z] Sending build context to Docker daemon 532kB [2021-02-02T20:36:03.958Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:36:03.958Z] Step 2/22 : FROM ${BASE} AS builder [2021-02-02T20:36:03.958Z] ---> 1809de80a483 [2021-02-02T20:36:03.958Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-02-02T20:36:03.958Z] ---> Running in 67403a425022 [2021-02-02T20:36:04.224Z] Removing intermediate container 67403a425022 [2021-02-02T20:36:04.224Z] ---> 15b82272eaaa [2021-02-02T20:36:04.224Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-02-02T20:36:04.488Z] ---> Running in d120a6ef0ac1 [2021-02-02T20:36:04.488Z] Removing intermediate container d120a6ef0ac1 [2021-02-02T20:36:04.488Z] ---> 83211ecd8afe [2021-02-02T20:36:04.488Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-02-02T20:36:04.755Z] ---> Running in ddd4d124e77d [2021-02-02T20:36:04.755Z] Removing intermediate container ddd4d124e77d [2021-02-02T20:36:04.755Z] ---> 58fc1f411864 [2021-02-02T20:36:04.755Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:36:04.755Z] ---> Running in a926417b8412 [2021-02-02T20:36:05.710Z] Removing intermediate container a926417b8412 [2021-02-02T20:36:05.710Z] ---> c76ab3c951d4 [2021-02-02T20:36:05.710Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-02T20:36:05.971Z] ---> Running in 05c9541bffa2 [2021-02-02T20:36:06.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T20:36:08.456Z] using credential edgex-jenkins-ssh [2021-02-02T20:36:08.556Z] Cloning the remote Git repository [2021-02-02T20:36:08.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T20:36:08.622Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-02-02T20:36:08.768Z] > git init /w/workspace/device-virtual-go/39 # timeout=10 [2021-02-02T20:36:08.888Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-02T20:36:08.889Z] > git --version # timeout=10 [2021-02-02T20:36:08.911Z] > git --version # 'git version 2.17.1' [2021-02-02T20:36:08.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:36:08.984Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:36:10.374Z] Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) [2021-02-02T20:36:09.781Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-02T20:36:09.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:36:09.843Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-02T20:36:09.893Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-02T20:36:09.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:36:09.908Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T20:36:10.398Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T20:36:10.425Z] > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-02-02T20:36:11.381Z] OK: 237 MiB in 53 packages [2021-02-02T20:36:11.643Z] Removing intermediate container 05c9541bffa2 [2021-02-02T20:36:11.643Z] ---> b02c080de438 [2021-02-02T20:36:11.643Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-02-02T20:36:11.917Z] ---> Running in 68633905cb60 [2021-02-02T20:36:11.917Z] Removing intermediate container 68633905cb60 [2021-02-02T20:36:11.917Z] ---> d91e9f1c650e [2021-02-02T20:36:11.917Z] Step 9/22 : COPY . . [2021-02-02T20:36:12.864Z] ---> 7603b021a2e7 [2021-02-02T20:36:12.864Z] Step 10/22 : ARG MAKE='make build' [2021-02-02T20:36:12.864Z] ---> Running in e351feccf639 [2021-02-02T20:36:12.864Z] Removing intermediate container e351feccf639 [2021-02-02T20:36:12.864Z] ---> a26903beccb4 [2021-02-02T20:36:12.864Z] Step 11/22 : RUN $MAKE [2021-02-02T20:36:13.138Z] ---> Running in 34b5c0de26da [2021-02-02T20:36:13.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1" -o cmd/device-virtual ./cmd [2021-02-02T20:36:15.007Z] Commit message: "Merge pull request #167 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T20:36:16.850Z] + git checkout bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:36:16.850Z] HEAD is now at bdf1cd5 Merge pull request #167 from iain-anderson/commit-lint [Pipeline] sh [2021-02-02T20:36:17.280Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:36:17.647Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:36:18.007Z] + sudo service docker restart [2021-02-02T20:36:18.007Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:36:20.828Z] provisioning config files... [2021-02-02T20:36:20.884Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/39@tmp/config524498134008185702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:36:21.301Z] ---> docker-login.sh [2021-02-02T20:36:21.301Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:36:22.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:22.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:22.565Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:22.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:22.565Z] [2021-02-02T20:36:22.565Z] Login Succeeded [2021-02-02T20:36:22.565Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:36:23.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:23.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:23.193Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:23.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:23.193Z] [2021-02-02T20:36:23.193Z] Login Succeeded [2021-02-02T20:36:23.193Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:36:23.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:23.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:23.796Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:23.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:23.796Z] [2021-02-02T20:36:23.796Z] Login Succeeded [2021-02-02T20:36:23.796Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:36:24.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:24.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:24.354Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:24.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:24.354Z] [2021-02-02T20:36:24.354Z] Login Succeeded [2021-02-02T20:36:24.354Z] docker.io [2021-02-02T20:36:24.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:25.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:25.228Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:25.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:25.228Z] [2021-02-02T20:36:25.228Z] Login Succeeded [2021-02-02T20:36:25.228Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:36:25.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T20:36:25.697Z] ========================================================= [2021-02-02T20:36:25.697Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T20:36:25.697Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:26.087Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-02T20:36:26.110Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-02T20:36:26.372Z] Sending build context to Docker daemon 465.9kB [2021-02-02T20:36:26.656Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:36:26.656Z] Step 2/8 : FROM ${BASE} [2021-02-02T20:36:26.656Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T20:36:26.656Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T20:36:26.656Z] a4357932f1b6: Pulling fs layer [2021-02-02T20:36:26.656Z] 18c013af1878: Pulling fs layer [2021-02-02T20:36:26.656Z] 00ac8860ef70: Pulling fs layer [2021-02-02T20:36:26.656Z] 63d7cb157983: Pulling fs layer [2021-02-02T20:36:26.656Z] b116817d02f9: Pulling fs layer [2021-02-02T20:36:26.656Z] 745a02a5169b: Pulling fs layer [2021-02-02T20:36:26.656Z] b116817d02f9: Waiting [2021-02-02T20:36:26.656Z] 00ac8860ef70: Waiting [2021-02-02T20:36:26.656Z] 63d7cb157983: Waiting [2021-02-02T20:36:26.656Z] 745a02a5169b: Waiting [2021-02-02T20:36:26.656Z] 18c013af1878: Verifying Checksum [2021-02-02T20:36:26.656Z] 18c013af1878: Download complete [2021-02-02T20:36:26.656Z] a4357932f1b6: Verifying Checksum [2021-02-02T20:36:26.656Z] a4357932f1b6: Download complete [2021-02-02T20:36:26.656Z] 63d7cb157983: Verifying Checksum [2021-02-02T20:36:26.656Z] 63d7cb157983: Download complete [2021-02-02T20:36:26.656Z] b116817d02f9: Verifying Checksum [2021-02-02T20:36:26.656Z] b116817d02f9: Download complete [2021-02-02T20:36:26.944Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T20:36:26.944Z] 5f621e34cdf4: Download complete [2021-02-02T20:36:27.577Z] 5f621e34cdf4: Pull complete [2021-02-02T20:36:28.194Z] a4357932f1b6: Pull complete [2021-02-02T20:36:28.730Z] Removing intermediate container 34b5c0de26da [2021-02-02T20:36:28.730Z] ---> ef16504b5c28 [2021-02-02T20:36:28.730Z] Step 12/22 : FROM alpine:3.12 [2021-02-02T20:36:28.814Z] 18c013af1878: Pull complete [2021-02-02T20:36:29.305Z] 3.12: Pulling from library/alpine [2021-02-02T20:36:29.305Z] 801bfaa63ef2: Pulling fs layer [2021-02-02T20:36:29.412Z] 745a02a5169b: Verifying Checksum [2021-02-02T20:36:29.412Z] 745a02a5169b: Download complete [2021-02-02T20:36:29.568Z] 801bfaa63ef2: Verifying Checksum [2021-02-02T20:36:29.568Z] 801bfaa63ef2: Download complete [2021-02-02T20:36:29.832Z] 801bfaa63ef2: Pull complete [2021-02-02T20:36:29.832Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T20:36:29.832Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T20:36:29.832Z] ---> 389fef711851 [2021-02-02T20:36:29.832Z] Step 13/22 : ENV APP_PORT=49990 [2021-02-02T20:36:29.832Z] ---> Running in c4184d15c11d [2021-02-02T20:36:30.105Z] Removing intermediate container c4184d15c11d [2021-02-02T20:36:30.105Z] ---> ed34dbbde898 [2021-02-02T20:36:30.105Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T20:36:30.105Z] ---> Running in 4ce5884e7541 [2021-02-02T20:36:30.367Z] Removing intermediate container 4ce5884e7541 [2021-02-02T20:36:30.367Z] ---> 1641b063fc58 [2021-02-02T20:36:30.367Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-02-02T20:36:30.858Z] 00ac8860ef70: Verifying Checksum [2021-02-02T20:36:30.858Z] 00ac8860ef70: Download complete [2021-02-02T20:36:30.942Z] ---> fbf095fa26b6 [2021-02-02T20:36:30.942Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-02-02T20:36:31.208Z] ---> 4f805333056c [2021-02-02T20:36:31.208Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-02-02T20:36:31.208Z] ---> be49a457ea35 [2021-02-02T20:36:31.208Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-02-02T20:36:31.471Z] ---> Running in aaf43e515813 [2021-02-02T20:36:31.471Z] Removing intermediate container aaf43e515813 [2021-02-02T20:36:31.471Z] ---> 422687c08886 [2021-02-02T20:36:31.471Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T20:36:31.732Z] ---> Running in c13b86f9e13e [2021-02-02T20:36:31.732Z] Removing intermediate container c13b86f9e13e [2021-02-02T20:36:31.732Z] ---> 16fa0c331611 [2021-02-02T20:36:31.732Z] Step 20/22 : LABEL arch=amd64 [2021-02-02T20:36:31.732Z] ---> Running in 28231a10bc18 [2021-02-02T20:36:31.995Z] Removing intermediate container 28231a10bc18 [2021-02-02T20:36:31.995Z] ---> e92c3ec9ad90 [2021-02-02T20:36:31.995Z] Step 21/22 : LABEL git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:36:31.995Z] ---> Running in d349b035dc80 [2021-02-02T20:36:32.256Z] Removing intermediate container d349b035dc80 [2021-02-02T20:36:32.256Z] ---> 4fcbf09a8a99 [2021-02-02T20:36:32.256Z] Step 22/22 : LABEL version=1.3.1 [2021-02-02T20:36:32.256Z] ---> Running in 986fd10bf74c [2021-02-02T20:36:32.521Z] Removing intermediate container 986fd10bf74c [2021-02-02T20:36:32.521Z] ---> 8b859bf06c14 [2021-02-02T20:36:32.521Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-02T20:36:32.521Z] Successfully built 8b859bf06c14 [2021-02-02T20:36:32.521Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:36:32.966Z] provisioning config files... [2021-02-02T20:36:33.001Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/39@tmp/config6114053446519048273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:36:33.394Z] ---> docker-login.sh [2021-02-02T20:36:33.394Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:36:33.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:33.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:33.660Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:33.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:33.660Z] [2021-02-02T20:36:33.660Z] Login Succeeded [2021-02-02T20:36:33.660Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:36:33.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:33.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:33.660Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:33.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:33.660Z] [2021-02-02T20:36:33.660Z] Login Succeeded [2021-02-02T20:36:33.660Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:36:33.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:33.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:33.986Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:33.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:33.986Z] [2021-02-02T20:36:33.986Z] Login Succeeded [2021-02-02T20:36:33.986Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:36:33.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:34.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:34.248Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:34.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:34.248Z] [2021-02-02T20:36:34.248Z] Login Succeeded [2021-02-02T20:36:34.248Z] docker.io [2021-02-02T20:36:34.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:34.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:34.512Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:34.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:34.512Z] [2021-02-02T20:36:34.512Z] Login Succeeded [2021-02-02T20:36:34.512Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:36:34.526Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:36:34.837Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-02-02T20:36:34.837Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:36:34.837Z] latest [2021-02-02T20:36:34.837Z] 1.3.1 [2021-02-02T20:36:34.837Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [2021-02-02T20:36:34.837Z] master [2021-02-02T20:36:34.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:35.351Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:35.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:36:35.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-02-02T20:36:35.651Z] addaa0cfd84f: Preparing [2021-02-02T20:36:35.651Z] d5f424652c25: Preparing [2021-02-02T20:36:35.651Z] 509f3f8d1087: Preparing [2021-02-02T20:36:35.651Z] 777b2c648970: Preparing [2021-02-02T20:36:35.651Z] 777b2c648970: Layer already exists [2021-02-02T20:36:35.651Z] d5f424652c25: Pushed [2021-02-02T20:36:35.651Z] addaa0cfd84f: Pushed [2021-02-02T20:36:37.044Z] 509f3f8d1087: Pushed [2021-02-02T20:36:37.306Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b: digest: sha256:02ef9ac5c235475d00435e13d705f463d0312acd69edf4105d70398e84c59806 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:37.611Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:37.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-02-02T20:36:37.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-02-02T20:36:37.914Z] addaa0cfd84f: Preparing [2021-02-02T20:36:37.914Z] d5f424652c25: Preparing [2021-02-02T20:36:37.914Z] 509f3f8d1087: Preparing [2021-02-02T20:36:37.914Z] 777b2c648970: Preparing [2021-02-02T20:36:37.914Z] 777b2c648970: Layer already exists [2021-02-02T20:36:37.914Z] 509f3f8d1087: Layer already exists [2021-02-02T20:36:37.914Z] d5f424652c25: Layer already exists [2021-02-02T20:36:37.914Z] addaa0cfd84f: Layer already exists [2021-02-02T20:36:37.914Z] latest: digest: sha256:02ef9ac5c235475d00435e13d705f463d0312acd69edf4105d70398e84c59806 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:38.222Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:38.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1 [2021-02-02T20:36:38.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-02-02T20:36:38.519Z] addaa0cfd84f: Preparing [2021-02-02T20:36:38.519Z] d5f424652c25: Preparing [2021-02-02T20:36:38.519Z] 509f3f8d1087: Preparing [2021-02-02T20:36:38.519Z] 777b2c648970: Preparing [2021-02-02T20:36:38.519Z] 509f3f8d1087: Layer already exists [2021-02-02T20:36:38.519Z] 777b2c648970: Layer already exists [2021-02-02T20:36:38.519Z] addaa0cfd84f: Layer already exists [2021-02-02T20:36:38.519Z] d5f424652c25: Layer already exists [2021-02-02T20:36:38.519Z] 1.3.1: digest: sha256:02ef9ac5c235475d00435e13d705f463d0312acd69edf4105d70398e84c59806 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:38.827Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:39.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [2021-02-02T20:36:39.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-02-02T20:36:39.179Z] addaa0cfd84f: Preparing [2021-02-02T20:36:39.179Z] d5f424652c25: Preparing [2021-02-02T20:36:39.179Z] 509f3f8d1087: Preparing [2021-02-02T20:36:39.179Z] 777b2c648970: Preparing [2021-02-02T20:36:39.179Z] 777b2c648970: Layer already exists [2021-02-02T20:36:39.179Z] 509f3f8d1087: Layer already exists [2021-02-02T20:36:39.179Z] d5f424652c25: Layer already exists [2021-02-02T20:36:39.179Z] addaa0cfd84f: Layer already exists [2021-02-02T20:36:39.179Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1: digest: sha256:02ef9ac5c235475d00435e13d705f463d0312acd69edf4105d70398e84c59806 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:39.535Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:39.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-02-02T20:36:39.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-02-02T20:36:39.899Z] addaa0cfd84f: Preparing [2021-02-02T20:36:39.899Z] d5f424652c25: Preparing [2021-02-02T20:36:39.899Z] 509f3f8d1087: Preparing [2021-02-02T20:36:39.899Z] 777b2c648970: Preparing [2021-02-02T20:36:39.899Z] 509f3f8d1087: Layer already exists [2021-02-02T20:36:39.899Z] 777b2c648970: Layer already exists [2021-02-02T20:36:39.899Z] d5f424652c25: Layer already exists [2021-02-02T20:36:39.899Z] addaa0cfd84f: Layer already exists [2021-02-02T20:36:39.899Z] master: digest: sha256:02ef9ac5c235475d00435e13d705f463d0312acd69edf4105d70398e84c59806 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:36:40.115Z] ===================================================== [Pipeline] echo [2021-02-02T20:36:40.167Z] taggedImages: [2021-02-02T20:36:40.167Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:36:40.167Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-02-02T20:36:40.167Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1 [2021-02-02T20:36:40.167Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [2021-02-02T20:36:40.167Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [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 [2021-02-02T20:36:41.064Z] 00ac8860ef70: Pull complete [2021-02-02T20:36:41.064Z] 63d7cb157983: Pull complete [2021-02-02T20:36:41.064Z] b116817d02f9: Pull complete [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T20:36:44.508Z] 745a02a5169b: Pull complete [2021-02-02T20:36:44.508Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T20:36:44.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T20:36:44.508Z] ---> b7e6874047d6 [2021-02-02T20:36:44.508Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-02T20:36:47.144Z] ---> Running in 6513df25fdb3 [2021-02-02T20:36:47.742Z] Removing intermediate container 6513df25fdb3 [2021-02-02T20:36:47.742Z] ---> 36ea9e217327 [2021-02-02T20:36:47.742Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:36:47.742Z] ---> Running in b70667bbb552 [2021-02-02T20:36:50.380Z] Removing intermediate container b70667bbb552 [2021-02-02T20:36:50.380Z] ---> 91378d9beb33 [2021-02-02T20:36:50.380Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-02T20:36:50.380Z] ---> Running in 35d07ef6c5d3 [2021-02-02T20:36:51.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T20:36:53.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T20:36:57.209Z] (1/14) Installing libmagic (5.38-r0) [2021-02-02T20:36:58.637Z] (2/14) Installing file (5.38-r0) [2021-02-02T20:36:58.637Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-02T20:36:58.637Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-02T20:37:20.816Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-02T20:37:20.816Z] (6/14) Installing patch (2.7.6-r6) [2021-02-02T20:37:20.816Z] (7/14) Installing build-base (0.5-r2) [2021-02-02T20:37:20.816Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-02T20:37:20.816Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-02T20:37:20.816Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-02T20:37:23.421Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-02T20:37:23.421Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-02T20:37:23.421Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-02T20:37:24.846Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-02T20:37:25.440Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T20:37:25.440Z] OK: 221 MiB in 53 packages [2021-02-02T20:37:29.758Z] Removing intermediate container 35d07ef6c5d3 [2021-02-02T20:37:29.758Z] ---> 06474aab97a2 [2021-02-02T20:37:29.758Z] Step 6/8 : WORKDIR /device-virtual-go [2021-02-02T20:37:29.758Z] ---> Running in 01189411bb84 [2021-02-02T20:37:30.030Z] Removing intermediate container 01189411bb84 [2021-02-02T20:37:30.030Z] ---> 26b07d97ef53 [2021-02-02T20:37:30.030Z] Step 7/8 : COPY . . [2021-02-02T20:37:31.003Z] ---> ce3b1d37f8a0 [2021-02-02T20:37:31.003Z] Step 8/8 : RUN go mod download [2021-02-02T20:37:31.003Z] ---> Running in 8880720f6374 [2021-02-02T20:37:57.805Z] Removing intermediate container 8880720f6374 [2021-02-02T20:37:57.806Z] ---> bbc98ae3780d [2021-02-02T20:37:57.806Z] Successfully built bbc98ae3780d [2021-02-02T20:37:57.806Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:58.163Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T20:37:58.163Z] . [Pipeline] withDockerContainer [2021-02-02T20:37:58.419Z] prd-ubuntu18.04-docker-arm64-4c-16g-24627 does not seem to be running inside a container [2021-02-02T20:37:58.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/39 -v /w/workspace/device-virtual-go/39:/w/workspace/device-virtual-go/39:rw,z -v /w/workspace/device-virtual-go/39@tmp:/w/workspace/device-virtual-go/39@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 ******** ci-base-image-arm64 cat [2021-02-02T20:37:59.986Z] $ docker top 728cd5d3608fbf4da243380a288ce30834e71a0f106d3f7e25af0cb16587231f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:38:01.659Z] + go version [2021-02-02T20:38:01.659Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T20:38:01.694Z] $ docker stop --time=1 728cd5d3608fbf4da243380a288ce30834e71a0f106d3f7e25af0cb16587231f [2021-02-02T20:38:03.577Z] $ docker rm -f 728cd5d3608fbf4da243380a288ce30834e71a0f106d3f7e25af0cb16587231f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:38:04.521Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T20:38:04.521Z] . [Pipeline] withDockerContainer [2021-02-02T20:38:04.755Z] prd-ubuntu18.04-docker-arm64-4c-16g-24627 does not seem to be running inside a container [2021-02-02T20:38:04.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/39 -v /w/workspace/device-virtual-go/39:/w/workspace/device-virtual-go/39:rw,z -v /w/workspace/device-virtual-go/39@tmp:/w/workspace/device-virtual-go/39@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 ******** ci-base-image-arm64 cat [2021-02-02T20:38:06.308Z] $ docker top 5d6884755af4753ccdeb70689d6f3a4f405d6b5a8c52e35dd10df4655744c23d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:38:07.308Z] + make test [2021-02-02T20:38:07.308Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-02T20:38:08.287Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-02-02T20:38:55.320Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-02-02T20:38:55.320Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.617s coverage: 64.4% of statements [2021-02-02T20:38:55.320Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-02T20:39:05.554Z] gofmt -l . [2021-02-02T20:39:05.554Z] [ "`gofmt -l .`" = "" ] [2021-02-02T20:39:05.554Z] ./bin/test-attribution-txt.sh [2021-02-02T20:39:06.579Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-02T20:39:06.895Z] $ docker stop --time=1 5d6884755af4753ccdeb70689d6f3a4f405d6b5a8c52e35dd10df4655744c23d [2021-02-02T20:39:09.115Z] $ docker rm -f 5d6884755af4753ccdeb70689d6f3a4f405d6b5a8c52e35dd10df4655744c23d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T20:39:10.075Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-02T20:39:10.098Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T20:39:10.987Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T20:39:11.686Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-02T20:39:12.029Z] + ls -al . [2021-02-02T20:39:12.029Z] total 148 [2021-02-02T20:39:12.029Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 2 20:39 . [2021-02-02T20:39:12.029Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 20:36 .. [2021-02-02T20:39:12.029Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 2 20:36 .git [2021-02-02T20:39:12.029Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 .github [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 258 Feb 2 20:36 .gitignore [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 6713 Feb 2 20:36 Attribution.txt [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 1851 Feb 2 20:36 Dockerfile [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 961 Feb 2 20:36 Dockerfile.build [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 2 20:36 Jenkinsfile [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 2 20:36 LICENSE [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 873 Feb 2 20:36 Makefile [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 918 Feb 2 20:36 README.md [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 2 20:33 VERSION [2021-02-02T20:39:12.029Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 bin [2021-02-02T20:39:12.029Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 20:36 cmd [2021-02-02T20:39:12.029Z] -rw-r--r-- 1 jenkins jenkins 47242 Feb 2 20:38 coverage.out [2021-02-02T20:39:12.029Z] -rw-r--r-- 1 jenkins jenkins 856 Feb 2 20:39 go.mod [2021-02-02T20:39:12.029Z] -rw-r--r-- 1 jenkins jenkins 16346 Feb 2 20:39 go.sum [2021-02-02T20:39:12.029Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 20:36 internal [2021-02-02T20:39:12.029Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 2 20:36 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:39:12.400Z] + 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=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b --label arch=arm64 --label version=1.3.1 . [2021-02-02T20:39:12.673Z] Sending build context to Docker daemon 530.9kB [2021-02-02T20:39:12.948Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:39:12.948Z] Step 2/22 : FROM ${BASE} AS builder [2021-02-02T20:39:12.948Z] ---> bbc98ae3780d [2021-02-02T20:39:12.948Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-02-02T20:39:12.948Z] ---> Running in 8719642c017b [2021-02-02T20:39:13.545Z] Removing intermediate container 8719642c017b [2021-02-02T20:39:13.546Z] ---> 516e224d415c [2021-02-02T20:39:13.546Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-02-02T20:39:13.546Z] ---> Running in b92ae58aff2f [2021-02-02T20:39:14.143Z] Removing intermediate container b92ae58aff2f [2021-02-02T20:39:14.143Z] ---> 7d6548b84b0c [2021-02-02T20:39:14.143Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-02-02T20:39:14.143Z] ---> Running in 61aae059442e [2021-02-02T20:39:14.430Z] Removing intermediate container 61aae059442e [2021-02-02T20:39:14.430Z] ---> 5c5c56c738e0 [2021-02-02T20:39:14.430Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:39:14.704Z] ---> Running in b7c8e2c172fc [2021-02-02T20:39:16.679Z] Removing intermediate container b7c8e2c172fc [2021-02-02T20:39:16.679Z] ---> 71e9cbf6859d [2021-02-02T20:39:16.679Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-02T20:39:16.957Z] ---> Running in aadad498be3a [2021-02-02T20:39:17.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T20:39:19.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T20:39:23.643Z] OK: 221 MiB in 53 packages [2021-02-02T20:39:24.241Z] Removing intermediate container aadad498be3a [2021-02-02T20:39:24.241Z] ---> bea98a68f456 [2021-02-02T20:39:24.241Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-02-02T20:39:24.515Z] ---> Running in 98f840fb2bbd [2021-02-02T20:39:24.795Z] Removing intermediate container 98f840fb2bbd [2021-02-02T20:39:24.795Z] ---> f9f5f79db896 [2021-02-02T20:39:24.795Z] Step 9/22 : COPY . . [2021-02-02T20:39:25.769Z] ---> 0b1b0ee01b20 [2021-02-02T20:39:25.769Z] Step 10/22 : ARG MAKE='make build' [2021-02-02T20:39:26.041Z] ---> Running in 1ee58dc53954 [2021-02-02T20:39:26.316Z] Removing intermediate container 1ee58dc53954 [2021-02-02T20:39:26.316Z] ---> b536e269fb0b [2021-02-02T20:39:26.316Z] Step 11/22 : RUN $MAKE [2021-02-02T20:39:26.591Z] ---> Running in 4c95e71de9a7 [2021-02-02T20:39:27.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1" -o cmd/device-virtual ./cmd [2021-02-02T20:40:06.656Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-02T20:40:10.949Z] Removing intermediate container 4c95e71de9a7 [2021-02-02T20:40:10.949Z] ---> 73c73f662962 [2021-02-02T20:40:10.949Z] Step 12/22 : FROM alpine:3.12 [2021-02-02T20:40:10.949Z] 3.12: Pulling from library/alpine [2021-02-02T20:40:10.949Z] 159e5727ea61: Pulling fs layer [2021-02-02T20:40:11.225Z] 159e5727ea61: Download complete [2021-02-02T20:40:11.817Z] 159e5727ea61: Pull complete [2021-02-02T20:40:11.817Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T20:40:11.817Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T20:40:11.817Z] ---> afeebe901d6b [2021-02-02T20:40:11.817Z] Step 13/22 : ENV APP_PORT=49990 [2021-02-02T20:40:11.817Z] ---> Running in db35b640fb67 [2021-02-02T20:40:12.414Z] Removing intermediate container db35b640fb67 [2021-02-02T20:40:12.414Z] ---> 7115fedd0657 [2021-02-02T20:40:12.414Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T20:40:12.414Z] ---> Running in c4ed64dd02ef [2021-02-02T20:40:12.684Z] Removing intermediate container c4ed64dd02ef [2021-02-02T20:40:12.684Z] ---> a08d7fa864f5 [2021-02-02T20:40:12.684Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-02-02T20:40:14.122Z] ---> 8c6845d852c4 [2021-02-02T20:40:14.122Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-02-02T20:40:14.718Z] ---> 6771f9747186 [2021-02-02T20:40:14.718Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-02-02T20:40:15.695Z] ---> 36970e6fd3a6 [2021-02-02T20:40:15.695Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-02-02T20:40:15.695Z] ---> Running in e68dae8e7290 [2021-02-02T20:40:15.977Z] Removing intermediate container e68dae8e7290 [2021-02-02T20:40:15.977Z] ---> 85b2b19ce561 [2021-02-02T20:40:15.977Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T20:40:15.977Z] ---> Running in 5724d010ade0 [2021-02-02T20:40:16.578Z] Removing intermediate container 5724d010ade0 [2021-02-02T20:40:16.578Z] ---> d469f441acb9 [2021-02-02T20:40:16.578Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T20:40:16.578Z] ---> Running in 111d3ac44953 [2021-02-02T20:40:17.185Z] Removing intermediate container 111d3ac44953 [2021-02-02T20:40:17.185Z] ---> 8273a67eb043 [2021-02-02T20:40:17.185Z] Step 21/22 : LABEL git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:40:17.185Z] ---> Running in 83f76c3a124e [2021-02-02T20:40:17.469Z] Removing intermediate container 83f76c3a124e [2021-02-02T20:40:17.469Z] ---> ce94890b9f0e [2021-02-02T20:40:17.469Z] Step 22/22 : LABEL version=1.3.1 [2021-02-02T20:40:17.743Z] ---> Running in f3bcbefea7c5 [2021-02-02T20:40:18.021Z] Removing intermediate container f3bcbefea7c5 [2021-02-02T20:40:18.021Z] ---> 4eabd4c284a8 [2021-02-02T20:40:18.021Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-02T20:40:18.021Z] Successfully built 4eabd4c284a8 [2021-02-02T20:40:18.021Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:40:18.412Z] provisioning config files... [2021-02-02T20:40:18.452Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/39@tmp/config4011231630916944565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:40:18.889Z] ---> docker-login.sh [2021-02-02T20:40:18.889Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:40:19.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:19.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:19.449Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:19.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:19.449Z] [2021-02-02T20:40:19.449Z] Login Succeeded [2021-02-02T20:40:19.449Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:40:19.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:20.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:20.019Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:20.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:20.019Z] [2021-02-02T20:40:20.019Z] Login Succeeded [2021-02-02T20:40:20.019Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:40:20.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:20.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:20.566Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:20.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:20.566Z] [2021-02-02T20:40:20.566Z] Login Succeeded [2021-02-02T20:40:20.566Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:40:20.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:21.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:21.125Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:21.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:21.125Z] [2021-02-02T20:40:21.125Z] Login Succeeded [2021-02-02T20:40:21.125Z] docker.io [2021-02-02T20:40:21.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:21.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:21.669Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:21.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:21.669Z] [2021-02-02T20:40:21.669Z] Login Succeeded [2021-02-02T20:40:21.669Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:40:21.686Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:40:21.885Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-02-02T20:40:21.885Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:40:21.885Z] latest [2021-02-02T20:40:21.885Z] 1.3.1 [2021-02-02T20:40:21.885Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [2021-02-02T20:40:21.885Z] master [2021-02-02T20:40:21.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:22.388Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:22.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:40:22.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-02-02T20:40:22.996Z] e1bfb24b8008: Preparing [2021-02-02T20:40:22.996Z] 000e2d687de9: Preparing [2021-02-02T20:40:22.996Z] c2136a73cb02: Preparing [2021-02-02T20:40:22.996Z] 379067d0cb53: Preparing [2021-02-02T20:40:22.996Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:22.996Z] 000e2d687de9: Pushed [2021-02-02T20:40:22.996Z] e1bfb24b8008: Pushed [2021-02-02T20:40:26.369Z] c2136a73cb02: Pushed [2021-02-02T20:40:26.369Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b: digest: sha256:4ac0a6f828e18ef21507fe2816742067425e1e8df5cdbbe559bb07edbc03edad size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:26.710Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:27.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-02-02T20:40:27.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-02-02T20:40:27.045Z] e1bfb24b8008: Preparing [2021-02-02T20:40:27.045Z] 000e2d687de9: Preparing [2021-02-02T20:40:27.045Z] c2136a73cb02: Preparing [2021-02-02T20:40:27.045Z] 379067d0cb53: Preparing [2021-02-02T20:40:27.318Z] 000e2d687de9: Layer already exists [2021-02-02T20:40:27.318Z] e1bfb24b8008: Layer already exists [2021-02-02T20:40:27.318Z] c2136a73cb02: Layer already exists [2021-02-02T20:40:27.318Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:27.318Z] latest: digest: sha256:4ac0a6f828e18ef21507fe2816742067425e1e8df5cdbbe559bb07edbc03edad size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:27.713Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:28.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1 [2021-02-02T20:40:28.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-02-02T20:40:28.065Z] e1bfb24b8008: Preparing [2021-02-02T20:40:28.065Z] 000e2d687de9: Preparing [2021-02-02T20:40:28.065Z] c2136a73cb02: Preparing [2021-02-02T20:40:28.065Z] 379067d0cb53: Preparing [2021-02-02T20:40:28.065Z] c2136a73cb02: Layer already exists [2021-02-02T20:40:28.065Z] e1bfb24b8008: Layer already exists [2021-02-02T20:40:28.065Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:28.065Z] 000e2d687de9: Layer already exists [2021-02-02T20:40:28.339Z] 1.3.1: digest: sha256:4ac0a6f828e18ef21507fe2816742067425e1e8df5cdbbe559bb07edbc03edad size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:28.675Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:29.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [2021-02-02T20:40:29.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-02-02T20:40:29.011Z] e1bfb24b8008: Preparing [2021-02-02T20:40:29.011Z] 000e2d687de9: Preparing [2021-02-02T20:40:29.011Z] c2136a73cb02: Preparing [2021-02-02T20:40:29.011Z] 379067d0cb53: Preparing [2021-02-02T20:40:29.011Z] c2136a73cb02: Layer already exists [2021-02-02T20:40:29.011Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:29.011Z] 000e2d687de9: Layer already exists [2021-02-02T20:40:29.011Z] e1bfb24b8008: Layer already exists [2021-02-02T20:40:29.282Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1: digest: sha256:4ac0a6f828e18ef21507fe2816742067425e1e8df5cdbbe559bb07edbc03edad size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:29.622Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:29.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-02-02T20:40:29.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-02-02T20:40:29.966Z] e1bfb24b8008: Preparing [2021-02-02T20:40:29.966Z] 000e2d687de9: Preparing [2021-02-02T20:40:29.966Z] c2136a73cb02: Preparing [2021-02-02T20:40:29.966Z] 379067d0cb53: Preparing [2021-02-02T20:40:30.237Z] c2136a73cb02: Layer already exists [2021-02-02T20:40:30.237Z] 000e2d687de9: Layer already exists [2021-02-02T20:40:30.237Z] e1bfb24b8008: Layer already exists [2021-02-02T20:40:30.237Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:30.237Z] master: digest: sha256:4ac0a6f828e18ef21507fe2816742067425e1e8df5cdbbe559bb07edbc03edad size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:40:30.511Z] ===================================================== [Pipeline] echo [2021-02-02T20:40:30.586Z] taggedImages: [2021-02-02T20:40:30.586Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-02-02T20:40:30.586Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-02-02T20:40:30.586Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1 [2021-02-02T20:40:30.586Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1 [2021-02-02T20:40:30.586Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-02T20:40:32.302Z] provisioning config files... [2021-02-02T20:40:32.314Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5712975168640527181tmp [Pipeline] { [Pipeline] sh [2021-02-02T20:40:32.710Z] + set +x [2021-02-02T20:40:32.710Z] + curl -s https://codecov.io/bash [2021-02-02T20:40:32.710Z] + bash -s -- [2021-02-02T20:40:32.974Z] [2021-02-02T20:40:32.974Z] _____ _ [2021-02-02T20:40:32.974Z] / ____| | | [2021-02-02T20:40:32.974Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T20:40:32.974Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T20:40:32.974Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T20:40:32.974Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T20:40:32.974Z] Bash-20210129-7c25fce [2021-02-02T20:40:32.974Z] [2021-02-02T20:40:32.974Z] [2021-02-02T20:40:32.974Z] ==> git version 2.24.3 found [2021-02-02T20:40:32.974Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-02T20:40:32.974Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T20:40:32.974Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T20:40:32.974Z] ==> Jenkins CI detected. [2021-02-02T20:40:32.974Z] project root: . [2021-02-02T20:40:32.974Z] --> token set from env [2021-02-02T20:40:32.974Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T20:40:32.974Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T20:40:32.974Z] ==> Python coveragepy not found [2021-02-02T20:40:32.974Z] ==> Searching for coverage reports in: [2021-02-02T20:40:32.974Z] + . [2021-02-02T20:40:32.974Z] -> Found 1 reports [2021-02-02T20:40:32.974Z] ==> Detecting git/mercurial file structure [2021-02-02T20:40:32.974Z] ==> Reading reports [2021-02-02T20:40:32.974Z] + ./coverage.out bytes=47242 [2021-02-02T20:40:32.974Z] ==> Appending adjustments [2021-02-02T20:40:32.974Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T20:40:32.974Z] + Found adjustments [2021-02-02T20:40:32.974Z] ==> Gzipping contents [2021-02-02T20:40:33.237Z] 8.0K /tmp/codecov.ex44SV.gz [2021-02-02T20:40:33.237Z] ==> Uploading reports [2021-02-02T20:40:33.237Z] url: https://codecov.io [2021-02-02T20:40:33.237Z] query: branch=master&commit=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T20:40:33.237Z] -> Pinging Codecov [2021-02-02T20:40:33.237Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T20:40:33.499Z] -> Uploading to [2021-02-02T20:40:33.499Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/5E52B4B073DB2E39498172D8E973AA87/bdf1cd5a2d4a5f1f1834e794e258934dca5f302b/9f2d9715-edf6-484d-b2ec-f8f29da217eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T204033Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=96fe32305235d69afb079aabff15dff3a5ba1e98c9626dc369a85478b231a75c [2021-02-02T20:40:33.499Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T20:40:33.499Z] Dload Upload Total Spent Left Speed [2021-02-02T20:40:34.026Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5789 0 0 100 5789 0 13659 --:--:-- --:--:-- --:--:-- 13653 [2021-02-02T20:40:34.026Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] } [2021-02-02T20:40:34.036Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-02T20:40:34.452Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-02T20:40:34.506Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:34.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T20:40:34.844Z] [2021-02-02T20:40:34.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:35.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T20:40:35.204Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-02T20:40:35.204Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T20:40:35.204Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T20:40:35.204Z] de9db76c5a1d: Pulling fs layer [2021-02-02T20:40:35.204Z] 0eba1c9be4d2: Pulling fs layer [2021-02-02T20:40:35.204Z] 0d57e429df01: Pulling fs layer [2021-02-02T20:40:35.204Z] 4e4be7b47b0d: Pulling fs layer [2021-02-02T20:40:35.204Z] e1f770b5df2f: Pulling fs layer [2021-02-02T20:40:35.204Z] 85a0685a4137: Pulling fs layer [2021-02-02T20:40:35.204Z] e1f770b5df2f: Waiting [2021-02-02T20:40:35.204Z] 4e4be7b47b0d: Waiting [2021-02-02T20:40:35.204Z] 85a0685a4137: Waiting [2021-02-02T20:40:35.204Z] 0eba1c9be4d2: Waiting [2021-02-02T20:40:35.204Z] 0d57e429df01: Waiting [2021-02-02T20:40:35.204Z] de9db76c5a1d: Verifying Checksum [2021-02-02T20:40:35.204Z] de9db76c5a1d: Download complete [2021-02-02T20:40:35.204Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T20:40:35.204Z] 0ef7d3d256c8: Download complete [2021-02-02T20:40:35.204Z] 0d57e429df01: Verifying Checksum [2021-02-02T20:40:35.204Z] 0d57e429df01: Download complete [2021-02-02T20:40:35.204Z] 4e4be7b47b0d: Verifying Checksum [2021-02-02T20:40:35.204Z] 4e4be7b47b0d: Download complete [2021-02-02T20:40:35.204Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T20:40:35.204Z] 188c0c94c7c5: Download complete [2021-02-02T20:40:35.797Z] 188c0c94c7c5: Pull complete [2021-02-02T20:40:36.062Z] 0ef7d3d256c8: Pull complete [2021-02-02T20:40:36.062Z] e1f770b5df2f: Verifying Checksum [2021-02-02T20:40:36.062Z] e1f770b5df2f: Download complete [2021-02-02T20:40:36.062Z] de9db76c5a1d: Pull complete [2021-02-02T20:40:37.464Z] 0eba1c9be4d2: Verifying Checksum [2021-02-02T20:40:37.464Z] 0eba1c9be4d2: Download complete [2021-02-02T20:40:38.435Z] 85a0685a4137: Verifying Checksum [2021-02-02T20:40:38.435Z] 85a0685a4137: Download complete [2021-02-02T20:40:42.686Z] 0eba1c9be4d2: Pull complete [2021-02-02T20:40:42.955Z] 0d57e429df01: Pull complete [2021-02-02T20:40:43.220Z] 4e4be7b47b0d: Pull complete [2021-02-02T20:40:46.612Z] e1f770b5df2f: Pull complete [2021-02-02T20:40:54.817Z] 85a0685a4137: Pull complete [2021-02-02T20:40:54.817Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-02T20:40:54.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T20:40:54.817Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-02T20:40:55.106Z] prd-centos7-docker-4c-2g-24611 does not seem to be running inside a container [2021-02-02T20:40:55.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-02T20:40:57.282Z] $ docker top 474a85654b7c6d0a2de942cb1e3a9e0a20edc52985e4de864565f9d255428973 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T20:40:57.535Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-02T20:40:57.836Z] + set -o pipefail [2021-02-02T20:40:57.836Z] + snyk monitor '--org=edgex-jenkins' [2021-02-02T20:41:10.138Z] [2021-02-02T20:41:10.138Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-02-02T20:41:10.138Z] [2021-02-02T20:41:10.138Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/53873e9d-8f4b-4389-9f9d-121f3392628a [2021-02-02T20:41:10.138Z] [2021-02-02T20:41:10.138Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-02T20:41:10.138Z] [2021-02-02T20:41:10.138Z] [Pipeline] } [2021-02-02T20:41:10.153Z] $ docker stop --time=1 474a85654b7c6d0a2de942cb1e3a9e0a20edc52985e4de864565f9d255428973 [2021-02-02T20:41:13.017Z] $ docker rm -f 474a85654b7c6d0a2de942cb1e3a9e0a20edc52985e4de864565f9d255428973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-02T20:41:15.091Z] + git log --format=format:%s -1 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:41:15.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:41:15.404Z] . [Pipeline] withDockerContainer [2021-02-02T20:41:15.508Z] prd-centos7-docker-4c-2g-24611 does not seem to be running inside a container [2021-02-02T20:41:15.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T20:41:16.361Z] $ docker top 98e549c1f69f3ea0f21c78cf514ba33be59c0ece05b59a088c90c4f00e2a46c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:41:16.625Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.5' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:41:16.998Z] + git semver [Pipeline] } [2021-02-02T20:41:17.012Z] $ docker stop --time=1 98e549c1f69f3ea0f21c78cf514ba33be59c0ece05b59a088c90c4f00e2a46c4 [2021-02-02T20:41:18.367Z] $ docker rm -f 98e549c1f69f3ea0f21c78cf514ba33be59c0ece05b59a088c90c4f00e2a46c4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:41:18.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T20:41:18.993Z] [2021-02-02T20:41:18.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:41:19.340Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T20:41:19.340Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-02T20:41:19.340Z] ab5ef0e58194: Pulling fs layer [2021-02-02T20:41:19.340Z] 9712f1f96733: Pulling fs layer [2021-02-02T20:41:19.340Z] 63f879dbbcfc: Pulling fs layer [2021-02-02T20:41:19.340Z] 0d9ebad4ef96: Pulling fs layer [2021-02-02T20:41:19.340Z] e9a5061849ea: Pulling fs layer [2021-02-02T20:41:19.340Z] d747dcd14b5f: Pulling fs layer [2021-02-02T20:41:19.340Z] 2de7ff778b66: Pulling fs layer [2021-02-02T20:41:19.340Z] e9a5061849ea: Waiting [2021-02-02T20:41:19.340Z] d747dcd14b5f: Waiting [2021-02-02T20:41:19.340Z] 2de7ff778b66: Waiting [2021-02-02T20:41:19.340Z] 0d9ebad4ef96: Waiting [2021-02-02T20:41:19.340Z] 9712f1f96733: Verifying Checksum [2021-02-02T20:41:19.340Z] 9712f1f96733: Download complete [2021-02-02T20:41:22.691Z] 63f879dbbcfc: Verifying Checksum [2021-02-02T20:41:22.691Z] 63f879dbbcfc: Download complete [2021-02-02T20:41:22.691Z] e9a5061849ea: Verifying Checksum [2021-02-02T20:41:22.691Z] e9a5061849ea: Download complete [2021-02-02T20:41:22.691Z] d747dcd14b5f: Verifying Checksum [2021-02-02T20:41:22.691Z] d747dcd14b5f: Download complete [2021-02-02T20:41:23.285Z] 2de7ff778b66: Verifying Checksum [2021-02-02T20:41:23.285Z] 2de7ff778b66: Download complete [2021-02-02T20:41:23.285Z] 0d9ebad4ef96: Verifying Checksum [2021-02-02T20:41:23.285Z] 0d9ebad4ef96: Download complete [2021-02-02T20:41:23.871Z] ab5ef0e58194: Verifying Checksum [2021-02-02T20:41:23.871Z] ab5ef0e58194: Download complete [2021-02-02T20:41:28.104Z] ab5ef0e58194: Pull complete [2021-02-02T20:41:28.366Z] 9712f1f96733: Pull complete [2021-02-02T20:41:30.972Z] 63f879dbbcfc: Pull complete [2021-02-02T20:41:37.619Z] 0d9ebad4ef96: Pull complete [2021-02-02T20:41:37.619Z] e9a5061849ea: Pull complete [2021-02-02T20:41:37.619Z] d747dcd14b5f: Pull complete [2021-02-02T20:41:41.859Z] 2de7ff778b66: Pull complete [2021-02-02T20:41:41.859Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-02T20:41:41.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T20:41:41.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-02T20:41:42.083Z] prd-centos7-docker-4c-2g-24611 does not seem to be running inside a container [2021-02-02T20:41:42.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-02T20:41:45.525Z] $ docker top a2200e9ea1d1efb790e595eb01dd8b3185ba1b2b23a572a6cd4908bb6ee62567 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-02T20:41:45.775Z] provisioning config files... [2021-02-02T20:41:45.788Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4011360609379864852tmp [2021-02-02T20:41:45.807Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5754776031883149997tmp [2021-02-02T20:41:45.824Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6204587143571146570tmp [Pipeline] { [Pipeline] echo [2021-02-02T20:41:45.901Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:41:46.428Z] ---> sigul-configuration.sh [2021-02-02T20:41:46.428Z] gpg: directory `/root/.gnupg' created [2021-02-02T20:41:46.428Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-02T20:41:46.428Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-02T20:41:46.428Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-02T20:41:46.428Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-02T20:41:46.428Z] gpg: CAST5 encrypted data [2021-02-02T20:41:46.702Z] gpg: encrypted with 1 passphrase [2021-02-02T20:41:46.702Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-02T20:41:47.028Z] + mkdir /home/jenkins [2021-02-02T20:41:47.028Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-02T20:41:47.328Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-02T20:41:47.339Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:41:47.634Z] ---> sigul-install.sh [2021-02-02T20:41:52.931Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-02T20:41:53.240Z] + git tag --list [2021-02-02T20:41:53.240Z] v1.0.0 [2021-02-02T20:41:53.240Z] v1.1.0 [2021-02-02T20:41:53.240Z] v1.1.1 [2021-02-02T20:41:53.240Z] v1.2.1 [2021-02-02T20:41:53.240Z] v1.2.2 [2021-02-02T20:41:53.240Z] v1.2.3 [2021-02-02T20:41:53.240Z] v1.3.0 [2021-02-02T20:41:53.240Z] v1.3.1 [2021-02-02T20:41:53.240Z] v1.3.1-dev.1 [2021-02-02T20:41:53.240Z] v1.3.1-dev.2 [2021-02-02T20:41:53.240Z] v1.3.1-dev.3 [2021-02-02T20:41:53.240Z] v1.3.1-dev.4 [2021-02-02T20:41:53.240Z] v1.3.1-dev.5 [Pipeline] sh [2021-02-02T20:41:53.542Z] + lftools sign git-tag v1.3.1 [2021-02-02T20:41:54.931Z] Signing Git tag with Sigul... [2021-02-02T20:41:54.931Z] Signing v1.3.1 [Pipeline] echo [2021-02-02T20:41:55.896Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:41:56.192Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-02T20:41:56.201Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-02T20:41:56.293Z] $ docker stop --time=1 a2200e9ea1d1efb790e595eb01dd8b3185ba1b2b23a572a6cd4908bb6ee62567 [2021-02-02T20:41:58.420Z] $ docker rm -f a2200e9ea1d1efb790e595eb01dd8b3185ba1b2b23a572a6cd4908bb6ee62567 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:41:59.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:41:59.410Z] . [Pipeline] withDockerContainer [2021-02-02T20:41:59.512Z] prd-centos7-docker-4c-2g-24611 does not seem to be running inside a container [2021-02-02T20:41:59.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T20:42:00.409Z] $ docker top 3aca6c504f957449be63bf4691404f445ac55e97c81a21f089ce806066758edf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:42:00.712Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.5' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:42:01.117Z] + git semver [Pipeline] } [2021-02-02T20:42:01.136Z] $ docker stop --time=1 3aca6c504f957449be63bf4691404f445ac55e97c81a21f089ce806066758edf [2021-02-02T20:42:02.588Z] $ docker rm -f 3aca6c504f957449be63bf4691404f445ac55e97c81a21f089ce806066758edf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:42:03.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:42:03.163Z] . [Pipeline] withDockerContainer [2021-02-02T20:42:03.268Z] prd-centos7-docker-4c-2g-24611 does not seem to be running inside a container [2021-02-02T20:42:03.315Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T20:42:03.926Z] $ docker top 51510b29ffd3468cf6c10ac31bad6efe95e05428b38a6d9cf90eeef8dc191ec5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:42:04.161Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.5' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:42:04.538Z] + git semver [Pipeline] } [2021-02-02T20:42:04.555Z] $ docker stop --time=1 51510b29ffd3468cf6c10ac31bad6efe95e05428b38a6d9cf90eeef8dc191ec5 [2021-02-02T20:42:05.911Z] $ docker rm -f 51510b29ffd3468cf6c10ac31bad6efe95e05428b38a6d9cf90eeef8dc191ec5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:07.331Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:07.914Z] ---> package-listing.sh [2021-02-02T20:42:07.914Z] ++ facter osfamily [2021-02-02T20:42:07.914Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T20:42:07.914Z] + OS_FAMILY=redhat [2021-02-02T20:42:07.914Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-02-02T20:42:07.914Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T20:42:07.914Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T20:42:07.914Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T20:42:07.914Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T20:42:07.914Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-02-02T20:42:07.914Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T20:42:07.914Z] + case "${OS_FAMILY}" in [2021-02-02T20:42:07.914Z] + rpm -qa [2021-02-02T20:42:07.914Z] + sort [2021-02-02T20:42:13.226Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T20:42:13.226Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T20:42:13.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T20:42:13.226Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-02-02T20:42:13.226Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-02-02T20:42:13.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo [2021-02-02T20:42:13.242Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T20:42:13.548Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:42:13.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T20:42:13.861Z] [2021-02-02T20:42:13.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:42:14.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T20:42:14.216Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T20:42:14.216Z] df20fa9351a1: Pulling fs layer [2021-02-02T20:42:14.216Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T20:42:14.216Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T20:42:14.216Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T20:42:14.216Z] 93b61091891f: Pulling fs layer [2021-02-02T20:42:14.216Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T20:42:14.216Z] 5e14af77c1be: Pulling fs layer [2021-02-02T20:42:14.216Z] 01666e4c0597: Pulling fs layer [2021-02-02T20:42:14.216Z] aa168da1d23b: Pulling fs layer [2021-02-02T20:42:14.216Z] 93b61091891f: Waiting [2021-02-02T20:42:14.216Z] 46f8f816bc3b: Waiting [2021-02-02T20:42:14.216Z] 93b9cdb0e59b: Waiting [2021-02-02T20:42:14.216Z] 5e14af77c1be: Waiting [2021-02-02T20:42:14.216Z] 01666e4c0597: Waiting [2021-02-02T20:42:14.216Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T20:42:14.216Z] 36b3adc4ff6f: Download complete [2021-02-02T20:42:14.216Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T20:42:14.216Z] 46f8f816bc3b: Download complete [2021-02-02T20:42:14.479Z] 93b61091891f: Verifying Checksum [2021-02-02T20:42:14.479Z] 93b61091891f: Download complete [2021-02-02T20:42:14.479Z] 93b9cdb0e59b: Download complete [2021-02-02T20:42:14.479Z] 5e14af77c1be: Verifying Checksum [2021-02-02T20:42:14.479Z] 5e14af77c1be: Download complete [2021-02-02T20:42:14.479Z] 01666e4c0597: Download complete [2021-02-02T20:42:14.479Z] 8ad3a11d3b57: Download complete [2021-02-02T20:42:14.479Z] df20fa9351a1: Verifying Checksum [2021-02-02T20:42:14.479Z] df20fa9351a1: Download complete [2021-02-02T20:42:15.436Z] df20fa9351a1: Pull complete [2021-02-02T20:42:15.700Z] 36b3adc4ff6f: Pull complete [2021-02-02T20:42:16.651Z] 8ad3a11d3b57: Pull complete [2021-02-02T20:42:16.916Z] 46f8f816bc3b: Pull complete [2021-02-02T20:42:17.186Z] aa168da1d23b: Verifying Checksum [2021-02-02T20:42:17.186Z] aa168da1d23b: Download complete [2021-02-02T20:42:17.762Z] 93b61091891f: Pull complete [2021-02-02T20:42:17.762Z] 93b9cdb0e59b: Pull complete [2021-02-02T20:42:18.024Z] 5e14af77c1be: Pull complete [2021-02-02T20:42:18.024Z] 01666e4c0597: Pull complete [2021-02-02T20:42:26.228Z] aa168da1d23b: Pull complete [2021-02-02T20:42:26.228Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T20:42:26.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T20:42:26.228Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T20:42:26.424Z] prd-centos7-docker-4c-2g-24611 does not seem to be running inside a container [2021-02-02T20:42:26.472Z] $ 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_master/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_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T20:42:30.020Z] $ docker top bda28a739bf2b4a4dd2a5e8839a983bcfe87430f695d822900a0b56b60419bbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:42:30.685Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T20:42:30.996Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T20:42:31.310Z] + ls /var/log/sa-host [2021-02-02T20:42:31.310Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T20:42:31.310Z] file_magic: OK [2021-02-02T20:42:31.310Z] HZ: Using current value: 100 [2021-02-02T20:42:31.310Z] file_header: OK [2021-02-02T20:42:31.310Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-02T20:42:31.310Z] Statistics: [2021-02-02T20:42:31.310Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T20:42:31.310Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T20:42:31.310Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T20:42:31.310Z] file_magic: OK [2021-02-02T20:42:31.310Z] HZ: Using current value: 100 [2021-02-02T20:42:31.310Z] file_header: OK [2021-02-02T20:42:31.310Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-02T20:42:31.310Z] Statistics: [2021-02-02T20:42:31.310Z] Hnuu...uuuununununu... [2021-02-02T20:42:31.310Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T20:42:31.513Z] provisioning config files... [2021-02-02T20:42:31.530Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config785399723499794974tmp [Pipeline] { [Pipeline] echo [2021-02-02T20:42:31.598Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:31.899Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T20:42:31.910Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T20:42:32.007Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:32.312Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T20:42:32.331Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:32.633Z] ---> sudo-logs.sh [2021-02-02T20:42:32.633Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T20:42:32.644Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:32.941Z] ---> job-cost.sh [2021-02-02T20:42:32.941Z] lf-activate-venv: SKIPPING [2021-02-02T20:42:32.941Z] INFO: No Stack... [2021-02-02T20:42:33.516Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T20:42:34.090Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T20:42:34.103Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:34.399Z] ---> logs-deploy.sh [2021-02-02T20:42:34.399Z] lf-activate-venv: SKIPPING [2021-02-02T20:42:34.399Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/39 [2021-02-02T20:42:34.399Z] INFO: archiving workspace using pattern(s): [2021-02-02T20:42:35.807Z] Archives upload complete. [2021-02-02T20:42:36.069Z] INFO: archiving logs to Nexus