Push event to branch master 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21953 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 > 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 Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) > 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 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T15:16:16.862Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T15:16:17.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T15:16:17.319Z] ========================================================= [2021-01-21T15:16:17.319Z] EdgeX Global Pipelines Version Info [2021-01-21T15:16:17.319Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:16:21.362Z] ------------------- [2021-01-21T15:16:21.362Z] stable info: [2021-01-21T15:16:21.362Z] ------------------- [2021-01-21T15:16:21.362Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:16:21.362Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:16:21.362Z] Message: update stable to v1.0.179 [2021-01-21T15:16:22.388Z] ------------------- [2021-01-21T15:16:22.388Z] experimental info: [2021-01-21T15:16:22.388Z] ------------------- [2021-01-21T15:16:22.388Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:16:22.388Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:16:22.388Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T15:16:22.879Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-21T15:16:23.039Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-21T15:16:23.179Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T15:16:23.268Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T15:16:23.438Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T15:16:23.642Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T15:16:23.761Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T15:16:23.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T15:16:23.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T15:16:24.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T15:16:24.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T15:16:24.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-21T15:16:24.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T15:16:24.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T15:16:24.507Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T15:16:24.630Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T15:16:24.714Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T15:16:24.793Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T15:16:24.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T15:16:24.963Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T15:16:25.047Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T15:16:25.130Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T15:16:25.223Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T15:16:25.309Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T15:16:25.425Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-21T15:16:25.511Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T15:16:25.607Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T15:16:25.696Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-21T15:16:25.787Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-21T15:16:25.964Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-21T15:16:26.045Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] echo [2021-01-21T15:16:26.133Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bdf1cd5 [Pipeline] echo [2021-01-21T15:16:26.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:16:26.425Z] provisioning config files... [2021-01-21T15:16:26.511Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7902644703669821447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:16:27.025Z] ---> docker-login.sh [2021-01-21T15:16:27.026Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:16:27.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:16:28.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:16:28.008Z] Configure a credential helper to remove this warning. See [2021-01-21T15:16:28.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:16:28.008Z] [2021-01-21T15:16:28.008Z] Login Succeeded [2021-01-21T15:16:28.008Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:16:28.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:16:28.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:16:28.295Z] Configure a credential helper to remove this warning. See [2021-01-21T15:16:28.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:16:28.295Z] [2021-01-21T15:16:28.295Z] Login Succeeded [2021-01-21T15:16:28.295Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:16:28.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:16:28.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:16:28.595Z] Configure a credential helper to remove this warning. See [2021-01-21T15:16:28.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:16:28.595Z] [2021-01-21T15:16:28.595Z] Login Succeeded [2021-01-21T15:16:28.595Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:16:28.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:16:29.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:16:29.182Z] Configure a credential helper to remove this warning. See [2021-01-21T15:16:29.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:16:29.182Z] [2021-01-21T15:16:29.182Z] Login Succeeded [2021-01-21T15:16:29.182Z] docker.io [2021-01-21T15:16:29.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:16:29.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:16:29.809Z] Configure a credential helper to remove this warning. See [2021-01-21T15:16:29.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:16:29.809Z] [2021-01-21T15:16:29.809Z] Login Succeeded [2021-01-21T15:16:29.809Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:16:29.852Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T15:16:30.772Z] + git log --format=format:%s -1 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] echo [2021-01-21T15:16:30.939Z] GIT_COMMIT: bdf1cd5a2d4a5f1f1834e794e258934dca5f302b, Commit Message: Merge pull request #167 from iain-anderson/commit-lint [Pipeline] echo [2021-01-21T15:16:30.984Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:16:32.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:16:32.083Z] [2021-01-21T15:16:32.083Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:16:32.572Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:16:32.572Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T15:16:32.572Z] 31603596830f: Pulling fs layer [2021-01-21T15:16:32.572Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T15:16:32.572Z] 6ca5941a6612: Pulling fs layer [2021-01-21T15:16:32.572Z] ecc8261a40a4: Pulling fs layer [2021-01-21T15:16:32.572Z] ecc8261a40a4: Waiting [2021-01-21T15:16:32.572Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T15:16:32.572Z] 2a8b12db71e7: Download complete [2021-01-21T15:16:32.868Z] 31603596830f: Download complete [2021-01-21T15:16:33.536Z] ecc8261a40a4: Verifying Checksum [2021-01-21T15:16:33.536Z] 6ca5941a6612: Verifying Checksum [2021-01-21T15:16:33.536Z] 6ca5941a6612: Download complete [2021-01-21T15:16:34.156Z] 31603596830f: Pull complete [2021-01-21T15:16:34.426Z] 2a8b12db71e7: Pull complete [2021-01-21T15:16:36.536Z] 6ca5941a6612: Pull complete [2021-01-21T15:16:37.176Z] ecc8261a40a4: Pull complete [2021-01-21T15:16:37.541Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T15:16:37.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:16:37.541Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T15:16:37.958Z] prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container [2021-01-21T15:16:38.217Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T15:16:41.167Z] $ docker top d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:16:41.702Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:16:41.702Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:16:42.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:16:42.573Z] $ docker exec d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent [2021-01-21T15:16:43.086Z] SSH_AUTH_SOCK=/tmp/ssh-alKpemHgjDoF/agent.11 [2021-01-21T15:16:43.086Z] SSH_AGENT_PID=16 [2021-01-21T15:16:43.100Z] Running ssh-add (command line suppressed) [2021-01-21T15:16:43.627Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5654388156492910738.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5654388156492910738.key) [2021-01-21T15:16:44.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:16:44.786Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T15:16:44.879Z] $ docker exec --env ******** --env ******** d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent -k [2021-01-21T15:16:45.424Z] unset SSH_AUTH_SOCK; [2021-01-21T15:16:45.437Z] unset SSH_AGENT_PID; [2021-01-21T15:16:45.437Z] echo Agent pid 16 killed; [2021-01-21T15:16:45.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T15:16:45.822Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:16:45.822Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:16:46.449Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:16:46.454Z] $ docker exec d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent [2021-01-21T15:16:47.136Z] SSH_AUTH_SOCK=/tmp/ssh-iWU1ZlK0ZGhs/agent.44 [2021-01-21T15:16:47.136Z] SSH_AGENT_PID=49 [2021-01-21T15:16:47.148Z] Running ssh-add (command line suppressed) [2021-01-21T15:16:47.990Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7030567734034017798.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7030567734034017798.key) [2021-01-21T15:16:48.510Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:16:49.309Z] + git semver init [2021-01-21T15:16:49.309Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:16:49.309Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-21T15:16:49.309Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-21T15:16:49.309Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:16:49.310Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:16:49.310Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:16:49.310Z] # $SEMVER_BRANCH = master [2021-01-21T15:16:49.310Z] # $SEMVER_TEMP = /tmp/semver-280871505 [2021-01-21T15:16:49.310Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-21T15:16:50.428Z] # '/tmp/semver-280871505' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-01-21T15:16:50.428Z] # -> Force: false [2021-01-21T15:16:50.428Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-01-21T15:16:50.461Z] $ docker exec --env ******** --env ******** d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent -k [2021-01-21T15:16:50.785Z] unset SSH_AUTH_SOCK; [2021-01-21T15:16:50.786Z] unset SSH_AGENT_PID; [2021-01-21T15:16:50.786Z] echo Agent pid 49 killed; [2021-01-21T15:16:50.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:16:51.497Z] + git semver [Pipeline] } [2021-01-21T15:16:51.556Z] $ docker stop --time=1 d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 [2021-01-21T15:16:53.803Z] $ docker rm -f d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:16:54.645Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T15:16:55.866Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T15:16:55.869Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-21T15:17:11.329Z] Still waiting to schedule task [2021-01-21T15:17:11.329Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T15:17:11.331Z] Still waiting to schedule task [2021-01-21T15:17:11.331Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T15:19:25.014Z] Running on prd-centos7-docker-4c-2g-21956 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-01-21T15:19:25.068Z] Running in /w/workspace/device-virtual-go/38 [Pipeline] { [Pipeline] checkout [2021-01-21T15:19:32.437Z] using credential edgex-jenkins-ssh [2021-01-21T15:19:32.507Z] Cloning the remote Git repository [2021-01-21T15:19:32.644Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-21T15:19:32.732Z] > git init /w/workspace/device-virtual-go/38 # timeout=10 [2021-01-21T15:19:32.850Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-21T15:19:32.851Z] > git --version # timeout=10 [2021-01-21T15:19:32.870Z] > git --version # 'git version 2.24.3' [2021-01-21T15:19:32.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:19:32.922Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:19:33.525Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-21T15:19:33.572Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:19:33.604Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-21T15:19:33.626Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-21T15:19:33.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:19:33.635Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T15:19:34.164Z] Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) [2021-01-21T15:19:34.180Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:19:34.248Z] > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-01-21T15:19:38.845Z] 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-01-21T15:19:40.792Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:19:41.211Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:19:41.615Z] + true [2021-01-21T15:19:41.615Z] + sudo service docker restart [2021-01-21T15:19:41.615Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:19:43.129Z] provisioning config files... [2021-01-21T15:19:43.181Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config2240442234647491073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:19:43.782Z] ---> docker-login.sh [2021-01-21T15:19:43.782Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:19:44.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:19:44.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:19:44.685Z] Configure a credential helper to remove this warning. See [2021-01-21T15:19:44.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:19:44.685Z] [2021-01-21T15:19:44.685Z] Login Succeeded [2021-01-21T15:19:44.685Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:19:44.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:19:45.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:19:45.249Z] Configure a credential helper to remove this warning. See [2021-01-21T15:19:45.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:19:45.249Z] [2021-01-21T15:19:45.249Z] Login Succeeded [2021-01-21T15:19:45.249Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:19:45.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:19:45.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:19:45.830Z] Configure a credential helper to remove this warning. See [2021-01-21T15:19:45.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:19:45.830Z] [2021-01-21T15:19:45.830Z] Login Succeeded [2021-01-21T15:19:45.830Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:19:46.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:19:46.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:19:46.158Z] Configure a credential helper to remove this warning. See [2021-01-21T15:19:46.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:19:46.158Z] [2021-01-21T15:19:46.158Z] Login Succeeded [2021-01-21T15:19:46.158Z] docker.io [2021-01-21T15:19:46.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:19:46.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:19:46.729Z] Configure a credential helper to remove this warning. See [2021-01-21T15:19:46.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:19:46.729Z] [2021-01-21T15:19:46.729Z] Login Succeeded [2021-01-21T15:19:46.729Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:19:46.745Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T15:19:47.299Z] ========================================================= [2021-01-21T15:19:47.299Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T15:19:47.299Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:19:47.756Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T15:19:48.036Z] Sending build context to Docker daemon 462.8kB [2021-01-21T15:19:48.037Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:19:48.037Z] Step 2/8 : FROM ${BASE} [2021-01-21T15:19:48.334Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T15:19:48.334Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T15:19:48.334Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T15:19:48.334Z] de9db76c5a1d: Pulling fs layer [2021-01-21T15:19:48.334Z] bca2f99d35d6: Pulling fs layer [2021-01-21T15:19:48.334Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T15:19:48.334Z] 7c6f9722023f: Pulling fs layer [2021-01-21T15:19:48.334Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T15:19:48.334Z] bca2f99d35d6: Waiting [2021-01-21T15:19:48.334Z] 93359f2a8cfa: Waiting [2021-01-21T15:19:48.334Z] 7c6f9722023f: Waiting [2021-01-21T15:19:48.334Z] a35cf1a2eb13: Waiting [2021-01-21T15:19:48.334Z] de9db76c5a1d: Verifying Checksum [2021-01-21T15:19:48.334Z] de9db76c5a1d: Download complete [2021-01-21T15:19:48.334Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T15:19:48.334Z] 0ef7d3d256c8: Download complete [2021-01-21T15:19:48.334Z] 93359f2a8cfa: Download complete [2021-01-21T15:19:48.334Z] 7c6f9722023f: Verifying Checksum [2021-01-21T15:19:48.334Z] 7c6f9722023f: Download complete [2021-01-21T15:19:48.334Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T15:19:48.334Z] 188c0c94c7c5: Download complete [2021-01-21T15:19:48.957Z] 188c0c94c7c5: Pull complete [2021-01-21T15:19:49.596Z] 0ef7d3d256c8: Pull complete [2021-01-21T15:19:49.894Z] de9db76c5a1d: Pull complete [2021-01-21T15:19:52.684Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T15:19:52.684Z] a35cf1a2eb13: Download complete [2021-01-21T15:19:55.424Z] bca2f99d35d6: Verifying Checksum [2021-01-21T15:19:55.424Z] bca2f99d35d6: Download complete [2021-01-21T15:20:10.810Z] bca2f99d35d6: Pull complete [2021-01-21T15:20:10.810Z] 93359f2a8cfa: Pull complete [2021-01-21T15:20:10.810Z] 7c6f9722023f: Pull complete [2021-01-21T15:20:15.245Z] a35cf1a2eb13: Pull complete [2021-01-21T15:20:15.245Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T15:20:15.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T15:20:15.245Z] ---> a62c8e92a672 [2021-01-21T15:20:15.245Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-21T15:20:15.563Z] ---> Running in c0d9860edfc6 [2021-01-21T15:20:16.193Z] Removing intermediate container c0d9860edfc6 [2021-01-21T15:20:16.193Z] ---> f839c9c6dd98 [2021-01-21T15:20:16.193Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:20:16.193Z] ---> Running in 7083dfc08183 [2021-01-21T15:20:18.211Z] Removing intermediate container 7083dfc08183 [2021-01-21T15:20:18.211Z] ---> 5a26fcb69aba [2021-01-21T15:20:18.211Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-21T15:20:18.211Z] ---> Running in 8e8ee4d62099 [2021-01-21T15:20:19.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:20:19.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:20:20.318Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21957 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [2021-01-21T15:20:20.366Z] (1/14) Installing libmagic (5.38-r0) [Pipeline] ws [2021-01-21T15:20:20.549Z] Running in /w/workspace/device-virtual-go/38 [Pipeline] { [Pipeline] checkout [2021-01-21T15:20:20.686Z] (2/14) Installing file (5.38-r0) [2021-01-21T15:20:20.686Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-21T15:20:20.686Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-21T15:20:24.989Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-21T15:20:24.989Z] (6/14) Installing patch (2.7.6-r6) [2021-01-21T15:20:24.989Z] (7/14) Installing build-base (0.5-r2) [2021-01-21T15:20:24.989Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-21T15:20:24.989Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-21T15:20:25.255Z] using credential edgex-jenkins-ssh [2021-01-21T15:20:25.298Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-21T15:20:25.328Z] Cloning the remote Git repository [2021-01-21T15:20:25.585Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-21T15:20:25.585Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-21T15:20:25.585Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-21T15:20:25.390Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-21T15:20:25.513Z] > git init /w/workspace/device-virtual-go/38 # timeout=10 [2021-01-21T15:20:25.583Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-21T15:20:25.583Z] > git --version # timeout=10 [2021-01-21T15:20:25.598Z] > git --version # 'git version 2.17.1' [2021-01-21T15:20:25.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:20:25.646Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:20:25.860Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-21T15:20:25.860Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:20:25.860Z] OK: 237 MiB in 53 packages [2021-01-21T15:20:26.873Z] Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) [2021-01-21T15:20:26.337Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-21T15:20:26.364Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:20:26.394Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-21T15:20:26.425Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-21T15:20:26.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:20:26.437Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T15:20:26.893Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:20:26.909Z] > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-01-21T15:20:30.182Z] Removing intermediate container 8e8ee4d62099 [2021-01-21T15:20:30.183Z] ---> 12e80a695817 [2021-01-21T15:20:30.183Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-21T15:20:30.183Z] ---> Running in 5476d7829517 [2021-01-21T15:20:30.183Z] Removing intermediate container 5476d7829517 [2021-01-21T15:20:30.183Z] ---> bad2914fd407 [2021-01-21T15:20:30.183Z] Step 7/8 : COPY . . [2021-01-21T15:20:30.802Z] ---> 9c5c3fb60f78 [2021-01-21T15:20:30.802Z] Step 8/8 : RUN go mod download [2021-01-21T15:20:31.081Z] ---> Running in fd69b17401ba [2021-01-21T15:20:31.191Z] 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-01-21T15:20:32.695Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:20:33.118Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:20:33.459Z] + true [2021-01-21T15:20:33.459Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:20:35.510Z] provisioning config files... [2021-01-21T15:20:35.583Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config8576365193958744939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:20:36.016Z] ---> docker-login.sh [2021-01-21T15:20:36.016Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:20:37.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:20:37.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:20:37.276Z] Configure a credential helper to remove this warning. See [2021-01-21T15:20:37.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:20:37.276Z] [2021-01-21T15:20:37.276Z] Login Succeeded [2021-01-21T15:20:37.276Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:20:37.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:20:37.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:20:37.855Z] Configure a credential helper to remove this warning. See [2021-01-21T15:20:37.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:20:37.855Z] [2021-01-21T15:20:37.855Z] Login Succeeded [2021-01-21T15:20:37.855Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:20:38.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:20:38.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:20:38.404Z] Configure a credential helper to remove this warning. See [2021-01-21T15:20:38.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:20:38.404Z] [2021-01-21T15:20:38.404Z] Login Succeeded [2021-01-21T15:20:38.404Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:20:38.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:20:38.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:20:38.954Z] Configure a credential helper to remove this warning. See [2021-01-21T15:20:38.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:20:38.954Z] [2021-01-21T15:20:38.954Z] Login Succeeded [2021-01-21T15:20:38.954Z] docker.io [2021-01-21T15:20:39.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:20:39.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:20:39.825Z] Configure a credential helper to remove this warning. See [2021-01-21T15:20:39.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:20:39.825Z] [2021-01-21T15:20:39.825Z] Login Succeeded [2021-01-21T15:20:39.825Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:20:39.843Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T15:20:40.321Z] ========================================================= [2021-01-21T15:20:40.321Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T15:20:40.321Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:20:40.760Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T15:20:41.036Z] Sending build context to Docker daemon 461.8kB [2021-01-21T15:20:41.036Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:20:41.036Z] Step 2/8 : FROM ${BASE} [2021-01-21T15:20:41.315Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T15:20:41.315Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T15:20:41.315Z] a4357932f1b6: Pulling fs layer [2021-01-21T15:20:41.315Z] 18c013af1878: Pulling fs layer [2021-01-21T15:20:41.315Z] 00ac8860ef70: Pulling fs layer [2021-01-21T15:20:41.315Z] 63d7cb157983: Pulling fs layer [2021-01-21T15:20:41.315Z] b116817d02f9: Pulling fs layer [2021-01-21T15:20:41.315Z] 745a02a5169b: Pulling fs layer [2021-01-21T15:20:41.315Z] b116817d02f9: Waiting [2021-01-21T15:20:41.315Z] 00ac8860ef70: Waiting [2021-01-21T15:20:41.315Z] 63d7cb157983: Waiting [2021-01-21T15:20:41.315Z] 745a02a5169b: Waiting [2021-01-21T15:20:41.315Z] 18c013af1878: Verifying Checksum [2021-01-21T15:20:41.315Z] 18c013af1878: Download complete [2021-01-21T15:20:41.315Z] a4357932f1b6: Download complete [2021-01-21T15:20:41.315Z] 63d7cb157983: Verifying Checksum [2021-01-21T15:20:41.315Z] 63d7cb157983: Download complete [2021-01-21T15:20:41.315Z] b116817d02f9: Verifying Checksum [2021-01-21T15:20:41.315Z] b116817d02f9: Download complete [2021-01-21T15:20:41.315Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T15:20:41.315Z] 5f621e34cdf4: Download complete [2021-01-21T15:20:41.914Z] 5f621e34cdf4: Pull complete [2021-01-21T15:20:42.515Z] a4357932f1b6: Pull complete [2021-01-21T15:20:43.126Z] 18c013af1878: Pull complete [2021-01-21T15:20:43.723Z] 745a02a5169b: Download complete [2021-01-21T15:20:45.706Z] 00ac8860ef70: Verifying Checksum [2021-01-21T15:20:45.706Z] 00ac8860ef70: Download complete [2021-01-21T15:20:55.873Z] 00ac8860ef70: Pull complete [2021-01-21T15:20:55.873Z] 63d7cb157983: Pull complete [2021-01-21T15:20:55.873Z] b116817d02f9: Pull complete [2021-01-21T15:20:58.115Z] Removing intermediate container fd69b17401ba [2021-01-21T15:20:58.115Z] ---> 7fa49c306fc0 [2021-01-21T15:20:58.115Z] Successfully built 7fa49c306fc0 [2021-01-21T15:20:58.115Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:20:58.760Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:20:59.290Z] 745a02a5169b: Pull complete [2021-01-21T15:20:59.291Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T15:20:59.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T15:20:59.291Z] ---> b7e6874047d6 [2021-01-21T15:20:59.291Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-21T15:20:59.642Z] . [Pipeline] withDockerContainer [2021-01-21T15:20:59.957Z] prd-centos7-docker-4c-2g-21956 does not seem to be running inside a container [2021-01-21T15:21:00.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@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 ******** ci-base-image-x86_64 cat [2021-01-21T15:21:01.494Z] $ docker top ed58c485812e2272b602172c0a0546dd3f6234ed2d458960c912022d0160f010 -eo pid,comm [Pipeline] { [2021-01-21T15:21:01.919Z] ---> Running in 4a596f5d7123 [Pipeline] sh [2021-01-21T15:21:02.327Z] + go version [2021-01-21T15:21:02.526Z] Removing intermediate container 4a596f5d7123 [2021-01-21T15:21:02.526Z] ---> 5efd1aa5cfd6 [2021-01-21T15:21:02.526Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:21:02.526Z] ---> Running in 5197114ad908 [2021-01-21T15:21:02.613Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T15:21:02.644Z] $ docker stop --time=1 ed58c485812e2272b602172c0a0546dd3f6234ed2d458960c912022d0160f010 [2021-01-21T15:21:04.269Z] $ docker rm -f ed58c485812e2272b602172c0a0546dd3f6234ed2d458960c912022d0160f010 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:21:05.181Z] Removing intermediate container 5197114ad908 [2021-01-21T15:21:05.181Z] ---> 417d97f90095 [2021-01-21T15:21:05.181Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-21T15:21:05.181Z] ---> Running in 2cb1685d0cc2 [2021-01-21T15:21:05.305Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:21:05.305Z] . [Pipeline] withDockerContainer [2021-01-21T15:21:05.592Z] prd-centos7-docker-4c-2g-21956 does not seem to be running inside a container [2021-01-21T15:21:05.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@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 ******** ci-base-image-x86_64 cat [2021-01-21T15:21:06.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:21:06.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:21:06.857Z] $ docker top 78e70430552c9cec53a3475a30fed4f2e7384342b06584cab87e35ed40eadcc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:21:07.357Z] (1/14) Installing libmagic (5.38-r0) [2021-01-21T15:21:07.630Z] (2/14) Installing file (5.38-r0) [2021-01-21T15:21:07.630Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-21T15:21:07.833Z] + make test [2021-01-21T15:21:07.833Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-21T15:21:07.901Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-21T15:21:09.862Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-21T15:21:13.286Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-21T15:21:13.286Z] (6/14) Installing patch (2.7.6-r6) [2021-01-21T15:21:13.286Z] (7/14) Installing build-base (0.5-r2) [2021-01-21T15:21:13.286Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-21T15:21:13.286Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-21T15:21:13.286Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-21T15:21:13.558Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-21T15:21:13.558Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-21T15:21:13.838Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-21T15:21:13.838Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-21T15:21:13.838Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:21:13.838Z] OK: 221 MiB in 53 packages [2021-01-21T15:21:18.171Z] Removing intermediate container 2cb1685d0cc2 [2021-01-21T15:21:18.171Z] ---> 97808aecd8b4 [2021-01-21T15:21:18.171Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-21T15:21:18.171Z] ---> Running in 274f8dc42545 [2021-01-21T15:21:18.444Z] Removing intermediate container 274f8dc42545 [2021-01-21T15:21:18.444Z] ---> 9280883e980f [2021-01-21T15:21:18.444Z] Step 7/8 : COPY . . [2021-01-21T15:21:19.426Z] ---> c91e2559702e [2021-01-21T15:21:19.426Z] Step 8/8 : RUN go mod download [2021-01-21T15:21:19.426Z] ---> Running in 9cbeec646e8c [2021-01-21T15:21:42.820Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-21T15:21:42.820Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.897s coverage: 64.4% of statements [2021-01-21T15:21:42.820Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T15:21:46.247Z] Removing intermediate container 9cbeec646e8c [2021-01-21T15:21:46.247Z] ---> 0d08a94c03d5 [2021-01-21T15:21:46.247Z] Successfully built 0d08a94c03d5 [2021-01-21T15:21:46.247Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:21:46.591Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T15:21:46.591Z] . [Pipeline] withDockerContainer [2021-01-21T15:21:46.871Z] prd-ubuntu18.04-docker-arm64-4c-16g-21957 does not seem to be running inside a container [2021-01-21T15:21:46.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@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 ******** ci-base-image-arm64 cat [2021-01-21T15:21:47.278Z] gofmt -l . [2021-01-21T15:21:47.580Z] [ "`gofmt -l .`" = "" ] [2021-01-21T15:21:47.580Z] ./bin/test-attribution-txt.sh [2021-01-21T15:21:48.525Z] $ docker top df14890cf9171e791556f23dc0c61628cee5487decd62a20529fb8c29dcbe3d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:21:49.563Z] + go version [2021-01-21T15:21:49.563Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T15:21:49.586Z] $ docker stop --time=1 df14890cf9171e791556f23dc0c61628cee5487decd62a20529fb8c29dcbe3d0 [2021-01-21T15:21:49.670Z] ./bin/test-go-mod-tidy.sh [2021-01-21T15:21:51.554Z] $ docker rm -f df14890cf9171e791556f23dc0c61628cee5487decd62a20529fb8c29dcbe3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-01-21T15:21:51.882Z] $ docker stop --time=1 78e70430552c9cec53a3475a30fed4f2e7384342b06584cab87e35ed40eadcc9 [2021-01-21T15:21:54.045Z] $ docker rm -f 78e70430552c9cec53a3475a30fed4f2e7384342b06584cab87e35ed40eadcc9 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:21:55.255Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T15:21:55.546Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T15:21:55.546Z] . [Pipeline] withDockerContainer [2021-01-21T15:21:55.805Z] prd-ubuntu18.04-docker-arm64-4c-16g-21957 does not seem to be running inside a container [2021-01-21T15:21:55.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@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 ******** ci-base-image-arm64 cat [2021-01-21T15:21:56.019Z] Stashed 1 file(s) [2021-01-21T15:21:57.391Z] $ docker top 5c4a8d7710c9b0677a0fbb7cd92030340c34d894fb2d6d3f92dc55796fd3c4ba -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-21T15:21:58.457Z] + make test [2021-01-21T15:21:58.457Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] sh [2021-01-21T15:21:59.008Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T15:21:59.403Z] + ls -al . [2021-01-21T15:21:59.403Z] total 124 [2021-01-21T15:21:59.403Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 21 15:21 . [2021-01-21T15:21:59.403Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 21 15:19 .. [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 21 15:19 Attribution.txt [2021-01-21T15:21:59.403Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 21 15:19 bin [2021-01-21T15:21:59.403Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 21 15:19 cmd [2021-01-21T15:21:59.403Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 21 15:21 coverage.out [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 21 15:19 Dockerfile [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 21 15:19 Dockerfile.build [2021-01-21T15:21:59.403Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 21 15:19 .git [2021-01-21T15:21:59.403Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 15:19 .github [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 21 15:19 .gitignore [2021-01-21T15:21:59.403Z] -rw-r--r--. 1 jenkins jenkins 856 Jan 21 15:21 go.mod [2021-01-21T15:21:59.403Z] -rw-r--r--. 1 jenkins jenkins 16346 Jan 21 15:21 go.sum [2021-01-21T15:21:59.403Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 21 15:19 internal [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 21 15:19 Jenkinsfile [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 21 15:19 LICENSE [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 21 15:19 Makefile [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 21 15:19 README.md [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 21 15:16 VERSION [2021-01-21T15:21:59.403Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 21 15:19 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:21:59.459Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-21T15:21:59.748Z] + 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-dev.5 . [2021-01-21T15:22:00.023Z] Sending build context to Docker daemon 527.9kB [2021-01-21T15:22:00.023Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:22:00.023Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-21T15:22:00.023Z] ---> 7fa49c306fc0 [2021-01-21T15:22:00.023Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-21T15:22:00.298Z] ---> Running in eddba52e5290 [2021-01-21T15:22:00.298Z] Removing intermediate container eddba52e5290 [2021-01-21T15:22:00.298Z] ---> 6aca5b673e37 [2021-01-21T15:22:00.298Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T15:22:00.571Z] ---> Running in b3d83374104d [2021-01-21T15:22:00.571Z] Removing intermediate container b3d83374104d [2021-01-21T15:22:00.571Z] ---> 97169a9917e6 [2021-01-21T15:22:00.571Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-21T15:22:00.842Z] ---> Running in adeded5fc2f5 [2021-01-21T15:22:01.185Z] Removing intermediate container adeded5fc2f5 [2021-01-21T15:22:01.185Z] ---> 247c66b7e6da [2021-01-21T15:22:01.185Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:22:01.185Z] ---> Running in af1f9b4a07ba [2021-01-21T15:22:03.923Z] Removing intermediate container af1f9b4a07ba [2021-01-21T15:22:03.923Z] ---> 45eb1cd56368 [2021-01-21T15:22:03.923Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T15:22:03.923Z] ---> Running in e39fd33aa296 [2021-01-21T15:22:04.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:22:05.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:22:06.122Z] OK: 237 MiB in 53 packages [2021-01-21T15:22:07.126Z] Removing intermediate container e39fd33aa296 [2021-01-21T15:22:07.126Z] ---> 01ca05a358ce [2021-01-21T15:22:07.126Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-21T15:22:07.126Z] ---> Running in cc421fdf6eb6 [2021-01-21T15:22:07.400Z] Removing intermediate container cc421fdf6eb6 [2021-01-21T15:22:07.400Z] ---> 150a47a5ff11 [2021-01-21T15:22:07.400Z] Step 9/22 : COPY . . [2021-01-21T15:22:08.023Z] ---> d348495b7218 [2021-01-21T15:22:08.023Z] Step 10/22 : ARG MAKE='make build' [2021-01-21T15:22:08.023Z] ---> Running in d12f39e1c901 [2021-01-21T15:22:08.292Z] Removing intermediate container d12f39e1c901 [2021-01-21T15:22:08.292Z] ---> 1e055b9d9ab9 [2021-01-21T15:22:08.292Z] Step 11/22 : RUN $MAKE [2021-01-21T15:22:08.569Z] ---> Running in bae94ceeb415 [2021-01-21T15:22:09.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.5" -o cmd/device-virtual ./cmd [2021-01-21T15:22:33.407Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T15:22:37.782Z] Removing intermediate container bae94ceeb415 [2021-01-21T15:22:37.782Z] ---> 7b67450f662f [2021-01-21T15:22:37.782Z] Step 12/22 : FROM alpine:3.12 [2021-01-21T15:22:38.085Z] 3.12: Pulling from library/alpine [2021-01-21T15:22:38.483Z] 801bfaa63ef2: Pulling fs layer [2021-01-21T15:22:38.826Z] 801bfaa63ef2: Download complete [2021-01-21T15:22:39.093Z] 801bfaa63ef2: Pull complete [2021-01-21T15:22:39.093Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:22:39.093Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T15:22:39.093Z] ---> 389fef711851 [2021-01-21T15:22:39.093Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-21T15:22:39.383Z] ---> Running in 9cc1e9f4449b [2021-01-21T15:22:39.701Z] Removing intermediate container 9cc1e9f4449b [2021-01-21T15:22:39.701Z] ---> 8acbd89384ed [2021-01-21T15:22:39.701Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T15:22:39.981Z] ---> Running in 78090019a96f [2021-01-21T15:22:40.268Z] Removing intermediate container 78090019a96f [2021-01-21T15:22:40.268Z] ---> ffbd944a1f84 [2021-01-21T15:22:40.268Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-21T15:22:41.257Z] ---> 4afdb3240abb [2021-01-21T15:22:41.257Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-21T15:22:41.534Z] ---> c2c659d0caa6 [2021-01-21T15:22:41.534Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-21T15:22:42.168Z] ---> ee36fd6e3aca [2021-01-21T15:22:42.168Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-21T15:22:42.168Z] ---> Running in cca4eb56c8bd [2021-01-21T15:22:42.780Z] Removing intermediate container cca4eb56c8bd [2021-01-21T15:22:42.780Z] ---> cb113d9a29dc [2021-01-21T15:22:42.780Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:22:42.780Z] ---> Running in a04e964e70bc [2021-01-21T15:22:43.053Z] Removing intermediate container a04e964e70bc [2021-01-21T15:22:43.053Z] ---> e4fd1e631a2f [2021-01-21T15:22:43.053Z] Step 20/22 : LABEL arch=amd64 [2021-01-21T15:22:43.340Z] ---> Running in b79e989d6fa3 [2021-01-21T15:22:43.618Z] Removing intermediate container b79e989d6fa3 [2021-01-21T15:22:43.619Z] ---> 317135d21970 [2021-01-21T15:22:43.619Z] Step 21/22 : LABEL git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:22:43.619Z] ---> Running in 2e35420ec4a8 [2021-01-21T15:22:44.287Z] Removing intermediate container 2e35420ec4a8 [2021-01-21T15:22:44.287Z] ---> 43cfabcd9194 [2021-01-21T15:22:44.287Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2021-01-21T15:22:44.287Z] ---> Running in 6e7fddada867 [2021-01-21T15:22:45.196Z] Removing intermediate container 6e7fddada867 [2021-01-21T15:22:45.196Z] ---> 5703ecab3460 [2021-01-21T15:22:45.196Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T15:22:45.196Z] Successfully built 5703ecab3460 [2021-01-21T15:22:45.196Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:22:45.610Z] provisioning config files... [2021-01-21T15:22:45.823Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config3862853505032797365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:22:46.487Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-21T15:22:46.487Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.458s coverage: 64.4% of statements [2021-01-21T15:22:46.487Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T15:22:46.552Z] ---> docker-login.sh [2021-01-21T15:22:46.552Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:22:47.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:22:47.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:22:47.237Z] Configure a credential helper to remove this warning. See [2021-01-21T15:22:47.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:22:47.237Z] [2021-01-21T15:22:47.237Z] Login Succeeded [2021-01-21T15:22:47.237Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:22:47.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:22:48.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:22:48.297Z] Configure a credential helper to remove this warning. See [2021-01-21T15:22:48.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:22:48.297Z] [2021-01-21T15:22:48.297Z] Login Succeeded [2021-01-21T15:22:48.297Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:22:48.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:22:48.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:22:48.681Z] Configure a credential helper to remove this warning. See [2021-01-21T15:22:48.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:22:48.681Z] [2021-01-21T15:22:48.681Z] Login Succeeded [2021-01-21T15:22:49.025Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:22:49.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:22:49.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:22:49.398Z] Configure a credential helper to remove this warning. See [2021-01-21T15:22:49.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:22:49.398Z] [2021-01-21T15:22:49.398Z] Login Succeeded [2021-01-21T15:22:49.760Z] docker.io [2021-01-21T15:22:50.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:22:50.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:22:50.324Z] Configure a credential helper to remove this warning. See [2021-01-21T15:22:50.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:22:50.324Z] [2021-01-21T15:22:50.324Z] Login Succeeded [2021-01-21T15:22:50.324Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:22:50.345Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:22:50.596Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-01-21T15:22:50.596Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:22:50.596Z] latest [2021-01-21T15:22:50.596Z] 1.3.1-dev.5 [2021-01-21T15:22:50.596Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [2021-01-21T15:22:50.596Z] master [2021-01-21T15:22:50.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:22:51.165Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:22:51.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:22:51.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-21T15:22:51.589Z] a648a543a501: Preparing [2021-01-21T15:22:51.589Z] 7aa5de8b38d2: Preparing [2021-01-21T15:22:51.589Z] df1cb1e5412b: Preparing [2021-01-21T15:22:51.589Z] 777b2c648970: Preparing [2021-01-21T15:22:52.422Z] 777b2c648970: Layer already exists [2021-01-21T15:22:52.422Z] 7aa5de8b38d2: Pushed [2021-01-21T15:22:52.422Z] a648a543a501: Pushed [2021-01-21T15:22:53.213Z] gofmt -l . [2021-01-21T15:22:53.214Z] [ "`gofmt -l .`" = "" ] [2021-01-21T15:22:53.214Z] ./bin/test-attribution-txt.sh [2021-01-21T15:22:53.808Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-21T15:22:54.103Z] $ docker stop --time=1 5c4a8d7710c9b0677a0fbb7cd92030340c34d894fb2d6d3f92dc55796fd3c4ba [2021-01-21T15:22:54.265Z] df1cb1e5412b: Pushed [2021-01-21T15:22:54.650Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [2021-01-21T15:22:56.390Z] $ docker rm -f 5c4a8d7710c9b0677a0fbb7cd92030340c34d894fb2d6d3f92dc55796fd3c4ba [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:22:57.201Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T15:22:57.266Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T15:22:57.386Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:22:57.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-01-21T15:22:57.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-21T15:22:57.735Z] a648a543a501: Preparing [2021-01-21T15:22:57.735Z] 7aa5de8b38d2: Preparing [2021-01-21T15:22:57.735Z] df1cb1e5412b: Preparing [2021-01-21T15:22:57.735Z] 777b2c648970: Preparing [2021-01-21T15:22:58.006Z] Stashed 1 file(s) [Pipeline] } [2021-01-21T15:22:58.008Z] 7aa5de8b38d2: Layer already exists [2021-01-21T15:22:58.008Z] a648a543a501: Layer already exists [2021-01-21T15:22:58.008Z] df1cb1e5412b: Layer already exists [2021-01-21T15:22:58.008Z] 777b2c648970: Layer already exists [2021-01-21T15:22:58.008Z] latest: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T15:22:58.608Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:22:58.836Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T15:22:58.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.5 [2021-01-21T15:22:59.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-21T15:22:59.243Z] a648a543a501: Preparing [2021-01-21T15:22:59.243Z] 7aa5de8b38d2: Preparing [2021-01-21T15:22:59.243Z] df1cb1e5412b: Preparing [2021-01-21T15:22:59.243Z] 777b2c648970: Preparing [2021-01-21T15:22:59.243Z] df1cb1e5412b: Layer already exists [2021-01-21T15:22:59.243Z] 777b2c648970: Layer already exists [2021-01-21T15:22:59.243Z] 7aa5de8b38d2: Layer already exists [2021-01-21T15:22:59.243Z] a648a543a501: Layer already exists [2021-01-21T15:22:59.243Z] 1.3.1-dev.5: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [2021-01-21T15:22:59.254Z] + ls -al . [2021-01-21T15:22:59.254Z] total 148 [2021-01-21T15:22:59.254Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 21 15:22 . [2021-01-21T15:22:59.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 15:20 .. [2021-01-21T15:22:59.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 15:20 .git [2021-01-21T15:22:59.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 15:20 .github [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 21 15:20 .gitignore [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 21 15:20 Attribution.txt [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 21 15:20 Dockerfile [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 21 15:20 Dockerfile.build [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 21 15:20 Jenkinsfile [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 21 15:20 LICENSE [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 21 15:20 Makefile [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 21 15:20 README.md [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 21 15:16 VERSION [2021-01-21T15:22:59.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 15:20 bin [2021-01-21T15:22:59.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 15:20 cmd [2021-01-21T15:22:59.254Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 21 15:22 coverage.out [2021-01-21T15:22:59.254Z] -rw-r--r-- 1 jenkins jenkins 856 Jan 21 15:22 go.mod [2021-01-21T15:22:59.254Z] -rw-r--r-- 1 jenkins jenkins 16346 Jan 21 15:22 go.sum [2021-01-21T15:22:59.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 15:20 internal [2021-01-21T15:22:59.254Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 21 15:20 version.go [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:22:59.652Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:22:59.873Z] + 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-dev.5 . [2021-01-21T15:23:00.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [2021-01-21T15:23:00.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-21T15:23:00.075Z] a648a543a501: Preparing [2021-01-21T15:23:00.075Z] 7aa5de8b38d2: Preparing [2021-01-21T15:23:00.075Z] df1cb1e5412b: Preparing [2021-01-21T15:23:00.075Z] 777b2c648970: Preparing [2021-01-21T15:23:00.075Z] a648a543a501: Layer already exists [2021-01-21T15:23:00.075Z] 7aa5de8b38d2: Layer already exists [2021-01-21T15:23:00.075Z] df1cb1e5412b: Layer already exists [2021-01-21T15:23:00.075Z] 777b2c648970: Layer already exists [2021-01-21T15:23:00.119Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:23:00.151Z] Sending build context to Docker daemon 526.8kB [2021-01-21T15:23:00.151Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:23:00.151Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-21T15:23:00.151Z] ---> 0d08a94c03d5 [2021-01-21T15:23:00.151Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-21T15:23:00.423Z] ---> Running in 5d1d6f9e3775 [2021-01-21T15:23:00.435Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:23:00.695Z] Removing intermediate container 5d1d6f9e3775 [2021-01-21T15:23:00.696Z] ---> 5a13e96d2a37 [2021-01-21T15:23:00.696Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T15:23:00.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-01-21T15:23:00.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-21T15:23:00.860Z] a648a543a501: Preparing [2021-01-21T15:23:00.860Z] 7aa5de8b38d2: Preparing [2021-01-21T15:23:00.860Z] df1cb1e5412b: Preparing [2021-01-21T15:23:00.860Z] 777b2c648970: Preparing [2021-01-21T15:23:00.860Z] a648a543a501: Layer already exists [2021-01-21T15:23:00.860Z] 777b2c648970: Layer already exists [2021-01-21T15:23:00.860Z] df1cb1e5412b: Layer already exists [2021-01-21T15:23:00.860Z] 7aa5de8b38d2: Layer already exists [2021-01-21T15:23:00.970Z] ---> Running in 8b6955cc0e19 [2021-01-21T15:23:01.140Z] master: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-21T15:23:01.259Z] Removing intermediate container 8b6955cc0e19 [2021-01-21T15:23:01.259Z] ---> 1d092398e28c [2021-01-21T15:23:01.259Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:23:01.379Z] ===================================================== [Pipeline] echo [2021-01-21T15:23:01.429Z] taggedImages: [2021-01-21T15:23:01.429Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:23:01.429Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-01-21T15:23:01.429Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.5 [2021-01-21T15:23:01.429Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [2021-01-21T15:23:01.429Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [2021-01-21T15:23:01.532Z] ---> Running in 4fea7f1a72b9 [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 [2021-01-21T15:23:02.128Z] Removing intermediate container 4fea7f1a72b9 [2021-01-21T15:23:02.128Z] ---> 0bd78992579c [2021-01-21T15:23:02.128Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:23:02.128Z] ---> Running in 00210369891c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T15:23:04.109Z] Removing intermediate container 00210369891c [2021-01-21T15:23:04.109Z] ---> 2851f455fcc6 [2021-01-21T15:23:04.109Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T15:23:04.382Z] ---> Running in d30d5c626832 [2021-01-21T15:23:05.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:23:06.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:23:07.393Z] OK: 221 MiB in 53 packages [2021-01-21T15:23:08.369Z] Removing intermediate container d30d5c626832 [2021-01-21T15:23:08.369Z] ---> 29e1bd9dd517 [2021-01-21T15:23:08.369Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-21T15:23:08.643Z] ---> Running in 93369dbac1ff [2021-01-21T15:23:08.915Z] Removing intermediate container 93369dbac1ff [2021-01-21T15:23:08.915Z] ---> 1f98e180f671 [2021-01-21T15:23:08.915Z] Step 9/22 : COPY . . [2021-01-21T15:23:09.895Z] ---> 769482d8738c [2021-01-21T15:23:09.895Z] Step 10/22 : ARG MAKE='make build' [2021-01-21T15:23:09.895Z] ---> Running in 2f87c250ba6e [2021-01-21T15:23:10.492Z] Removing intermediate container 2f87c250ba6e [2021-01-21T15:23:10.492Z] ---> 390b273ac2c1 [2021-01-21T15:23:10.492Z] Step 11/22 : RUN $MAKE [2021-01-21T15:23:10.492Z] ---> Running in 504e17fd694c [2021-01-21T15:23:11.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.5" -o cmd/device-virtual ./cmd [2021-01-21T15:23:44.329Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T15:23:52.609Z] Removing intermediate container 504e17fd694c [2021-01-21T15:23:52.609Z] ---> a17d755f04a1 [2021-01-21T15:23:52.609Z] Step 12/22 : FROM alpine:3.12 [2021-01-21T15:23:52.609Z] 3.12: Pulling from library/alpine [2021-01-21T15:23:52.885Z] 159e5727ea61: Pulling fs layer [2021-01-21T15:23:53.169Z] 159e5727ea61: Download complete [2021-01-21T15:23:53.767Z] 159e5727ea61: Pull complete [2021-01-21T15:23:53.767Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:23:53.767Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T15:23:53.767Z] ---> afeebe901d6b [2021-01-21T15:23:53.767Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-21T15:23:54.039Z] ---> Running in 5f95863bb4eb [2021-01-21T15:23:54.311Z] Removing intermediate container 5f95863bb4eb [2021-01-21T15:23:54.311Z] ---> e92d15bdbc10 [2021-01-21T15:23:54.311Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T15:23:54.583Z] ---> Running in b3fa0a4cc0df [2021-01-21T15:23:54.854Z] Removing intermediate container b3fa0a4cc0df [2021-01-21T15:23:54.854Z] ---> 632e2afa3192 [2021-01-21T15:23:54.854Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-21T15:23:56.284Z] ---> a4282fd44c8a [2021-01-21T15:23:56.284Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-21T15:23:57.263Z] ---> 7fb445daacb4 [2021-01-21T15:23:57.263Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-21T15:23:57.866Z] ---> 86f9bdb0461e [2021-01-21T15:23:57.866Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-21T15:23:57.866Z] ---> Running in e9dcdb093a48 [2021-01-21T15:23:58.466Z] Removing intermediate container e9dcdb093a48 [2021-01-21T15:23:58.466Z] ---> b08a45cd449f [2021-01-21T15:23:58.466Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:23:58.466Z] ---> Running in 5a370ca1c39c [2021-01-21T15:23:59.067Z] Removing intermediate container 5a370ca1c39c [2021-01-21T15:23:59.067Z] ---> 288be9380e9e [2021-01-21T15:23:59.067Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T15:23:59.067Z] ---> Running in d520449c2bdc [2021-01-21T15:23:59.662Z] Removing intermediate container d520449c2bdc [2021-01-21T15:23:59.662Z] ---> c5b4125e6746 [2021-01-21T15:23:59.662Z] Step 21/22 : LABEL git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:23:59.662Z] ---> Running in 88eab44c7b33 [2021-01-21T15:24:00.257Z] Removing intermediate container 88eab44c7b33 [2021-01-21T15:24:00.257Z] ---> 120864aec61d [2021-01-21T15:24:00.257Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2021-01-21T15:24:00.257Z] ---> Running in 7a3e89a7fe06 [2021-01-21T15:24:00.850Z] Removing intermediate container 7a3e89a7fe06 [2021-01-21T15:24:00.850Z] ---> 8223f2a27232 [2021-01-21T15:24:00.850Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T15:24:00.850Z] Successfully built 8223f2a27232 [2021-01-21T15:24:00.850Z] 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-01-21T15:24:01.328Z] provisioning config files... [2021-01-21T15:24:01.474Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config4706082151512856068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:24:01.885Z] ---> docker-login.sh [2021-01-21T15:24:01.885Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:24:02.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:24:02.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:24:02.431Z] Configure a credential helper to remove this warning. See [2021-01-21T15:24:02.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:24:02.431Z] [2021-01-21T15:24:02.431Z] Login Succeeded [2021-01-21T15:24:02.431Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:24:02.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:24:02.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:24:02.979Z] Configure a credential helper to remove this warning. See [2021-01-21T15:24:02.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:24:02.979Z] [2021-01-21T15:24:02.979Z] Login Succeeded [2021-01-21T15:24:02.979Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:24:03.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:24:03.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:24:03.524Z] Configure a credential helper to remove this warning. See [2021-01-21T15:24:03.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:24:03.524Z] [2021-01-21T15:24:03.524Z] Login Succeeded [2021-01-21T15:24:03.524Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:24:03.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:24:04.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:24:04.070Z] Configure a credential helper to remove this warning. See [2021-01-21T15:24:04.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:24:04.070Z] [2021-01-21T15:24:04.070Z] Login Succeeded [2021-01-21T15:24:04.070Z] docker.io [2021-01-21T15:24:04.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:24:04.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:24:04.941Z] Configure a credential helper to remove this warning. See [2021-01-21T15:24:04.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:24:04.941Z] [2021-01-21T15:24:04.941Z] Login Succeeded [2021-01-21T15:24:04.941Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:24:04.957Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:24:05.178Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-01-21T15:24:05.178Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:24:05.178Z] latest [2021-01-21T15:24:05.178Z] 1.3.1-dev.5 [2021-01-21T15:24:05.178Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [2021-01-21T15:24:05.178Z] master [2021-01-21T15:24:05.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:05.692Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:06.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:24:06.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-21T15:24:06.034Z] 29c65c0f2179: Preparing [2021-01-21T15:24:06.034Z] 25f638ef75c1: Preparing [2021-01-21T15:24:06.034Z] a6d6dae8a009: Preparing [2021-01-21T15:24:06.034Z] 379067d0cb53: Preparing [2021-01-21T15:24:06.309Z] 379067d0cb53: Layer already exists [2021-01-21T15:24:06.309Z] 25f638ef75c1: Pushed [2021-01-21T15:24:06.309Z] 29c65c0f2179: Pushed [2021-01-21T15:24:09.676Z] a6d6dae8a009: Pushed [2021-01-21T15:24:09.676Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:10.028Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:10.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-01-21T15:24:10.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-21T15:24:10.365Z] 29c65c0f2179: Preparing [2021-01-21T15:24:10.365Z] 25f638ef75c1: Preparing [2021-01-21T15:24:10.365Z] a6d6dae8a009: Preparing [2021-01-21T15:24:10.365Z] 379067d0cb53: Preparing [2021-01-21T15:24:10.365Z] a6d6dae8a009: Layer already exists [2021-01-21T15:24:10.365Z] 25f638ef75c1: Layer already exists [2021-01-21T15:24:10.637Z] 29c65c0f2179: Layer already exists [2021-01-21T15:24:10.637Z] 379067d0cb53: Layer already exists [2021-01-21T15:24:10.637Z] latest: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:10.977Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:11.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.5 [2021-01-21T15:24:11.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-21T15:24:11.311Z] 29c65c0f2179: Preparing [2021-01-21T15:24:11.311Z] 25f638ef75c1: Preparing [2021-01-21T15:24:11.311Z] a6d6dae8a009: Preparing [2021-01-21T15:24:11.311Z] 379067d0cb53: Preparing [2021-01-21T15:24:11.582Z] 29c65c0f2179: Layer already exists [2021-01-21T15:24:11.582Z] 379067d0cb53: Layer already exists [2021-01-21T15:24:11.582Z] 25f638ef75c1: Layer already exists [2021-01-21T15:24:11.582Z] a6d6dae8a009: Layer already exists [2021-01-21T15:24:11.582Z] 1.3.1-dev.5: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:11.923Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:12.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [2021-01-21T15:24:12.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-21T15:24:12.277Z] 29c65c0f2179: Preparing [2021-01-21T15:24:12.277Z] 25f638ef75c1: Preparing [2021-01-21T15:24:12.277Z] a6d6dae8a009: Preparing [2021-01-21T15:24:12.277Z] 379067d0cb53: Preparing [2021-01-21T15:24:12.277Z] 379067d0cb53: Layer already exists [2021-01-21T15:24:12.277Z] a6d6dae8a009: Layer already exists [2021-01-21T15:24:12.551Z] 25f638ef75c1: Layer already exists [2021-01-21T15:24:12.551Z] 29c65c0f2179: Layer already exists [2021-01-21T15:24:12.551Z] bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:12.897Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:13.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-01-21T15:24:13.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-21T15:24:13.252Z] 29c65c0f2179: Preparing [2021-01-21T15:24:13.252Z] 25f638ef75c1: Preparing [2021-01-21T15:24:13.252Z] a6d6dae8a009: Preparing [2021-01-21T15:24:13.252Z] 379067d0cb53: Preparing [2021-01-21T15:24:13.252Z] 379067d0cb53: Layer already exists [2021-01-21T15:24:13.252Z] a6d6dae8a009: Layer already exists [2021-01-21T15:24:13.252Z] 29c65c0f2179: Layer already exists [2021-01-21T15:24:13.252Z] 25f638ef75c1: Layer already exists [2021-01-21T15:24:13.524Z] master: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:24:13.715Z] ===================================================== [Pipeline] echo [2021-01-21T15:24:13.763Z] taggedImages: [2021-01-21T15:24:13.763Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [2021-01-21T15:24:13.763Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-01-21T15:24:13.763Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.5 [2021-01-21T15:24:13.763Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [2021-01-21T15:24:13.763Z] - 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-01-21T15:24:15.352Z] provisioning config files... [2021-01-21T15:24:15.398Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1886730537710627755tmp [Pipeline] { [Pipeline] sh [2021-01-21T15:24:15.902Z] + set +x [2021-01-21T15:24:15.903Z] + curl -s https://codecov.io/bash [2021-01-21T15:24:15.903Z] + bash -s -- [2021-01-21T15:24:16.169Z] [2021-01-21T15:24:16.169Z] _____ _ [2021-01-21T15:24:16.169Z] / ____| | | [2021-01-21T15:24:16.169Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T15:24:16.169Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T15:24:16.169Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T15:24:16.169Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T15:24:16.169Z] Bash-20210115-cec3c92 [2021-01-21T15:24:16.169Z] [2021-01-21T15:24:16.169Z] [2021-01-21T15:24:16.169Z] ==> git version 2.24.3 found [2021-01-21T15:24:16.169Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T15:24:16.169Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T15:24:16.169Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T15:24:16.169Z] ==> Jenkins CI detected. [2021-01-21T15:24:16.169Z] project root: . [2021-01-21T15:24:16.169Z] --> token set from env [2021-01-21T15:24:16.169Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T15:24:16.439Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T15:24:16.439Z] ==> Python coveragepy not found [2021-01-21T15:24:16.439Z] ==> Searching for coverage reports in: [2021-01-21T15:24:16.439Z] + . [2021-01-21T15:24:16.439Z] -> Found 1 reports [2021-01-21T15:24:16.439Z] ==> Detecting git/mercurial file structure [2021-01-21T15:24:16.439Z] ==> Reading reports [2021-01-21T15:24:16.439Z] + ./coverage.out bytes=47242 [2021-01-21T15:24:16.439Z] ==> Appending adjustments [2021-01-21T15:24:16.439Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T15:24:16.439Z] + Found adjustments [2021-01-21T15:24:16.439Z] ==> Gzipping contents [2021-01-21T15:24:16.744Z] 8.0K /tmp/codecov.36GJUo.gz [2021-01-21T15:24:16.744Z] ==> Uploading reports [2021-01-21T15:24:16.744Z] url: https://codecov.io [2021-01-21T15:24:16.744Z] query: branch=master&commit=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T15:24:16.744Z] -> Pinging Codecov [2021-01-21T15:24:16.744Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T15:24:17.331Z] -> Uploading to [2021-01-21T15:24:17.331Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/5E52B4B073DB2E39498172D8E973AA87/bdf1cd5a2d4a5f1f1834e794e258934dca5f302b/133b3244-664a-4ca4-9c6b-c4936f5bf2d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T152417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d621de3d1192bac216aa05685fd99c164b95a47d82775a2d519753e6feb9d9db [2021-01-21T15:24:17.331Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:24:17.331Z] Dload Upload Total Spent Left Speed [2021-01-21T15:24:17.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5817 0 0 100 5817 0 10817 --:--:-- --:--:-- --:--:-- 10832 [2021-01-21T15:24:17.938Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] } [2021-01-21T15:24:17.961Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-21T15:24:18.465Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-21T15:24:18.578Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:18.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:24:18.954Z] [2021-01-21T15:24:18.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:24:19.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:24:19.403Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-21T15:24:19.403Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T15:24:19.403Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T15:24:19.403Z] de9db76c5a1d: Pulling fs layer [2021-01-21T15:24:19.403Z] 0eba1c9be4d2: Pulling fs layer [2021-01-21T15:24:19.403Z] 0d57e429df01: Pulling fs layer [2021-01-21T15:24:19.403Z] 4e4be7b47b0d: Pulling fs layer [2021-01-21T15:24:19.403Z] e1f770b5df2f: Pulling fs layer [2021-01-21T15:24:19.403Z] 85a0685a4137: Pulling fs layer [2021-01-21T15:24:19.403Z] 0d57e429df01: Waiting [2021-01-21T15:24:19.403Z] 4e4be7b47b0d: Waiting [2021-01-21T15:24:19.403Z] 0eba1c9be4d2: Waiting [2021-01-21T15:24:19.403Z] e1f770b5df2f: Waiting [2021-01-21T15:24:19.403Z] 85a0685a4137: Waiting [2021-01-21T15:24:19.403Z] de9db76c5a1d: Download complete [2021-01-21T15:24:19.403Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T15:24:19.403Z] 0ef7d3d256c8: Download complete [2021-01-21T15:24:19.706Z] 0d57e429df01: Verifying Checksum [2021-01-21T15:24:19.707Z] 0d57e429df01: Download complete [2021-01-21T15:24:19.707Z] 4e4be7b47b0d: Verifying Checksum [2021-01-21T15:24:19.707Z] 4e4be7b47b0d: Download complete [2021-01-21T15:24:20.366Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T15:24:20.366Z] 188c0c94c7c5: Download complete [2021-01-21T15:24:20.989Z] 188c0c94c7c5: Pull complete [2021-01-21T15:24:21.583Z] 0ef7d3d256c8: Pull complete [2021-01-21T15:24:21.869Z] de9db76c5a1d: Pull complete [2021-01-21T15:24:22.150Z] e1f770b5df2f: Verifying Checksum [2021-01-21T15:24:22.150Z] e1f770b5df2f: Download complete [2021-01-21T15:24:28.924Z] 0eba1c9be4d2: Verifying Checksum [2021-01-21T15:24:28.924Z] 0eba1c9be4d2: Download complete [2021-01-21T15:24:28.924Z] 85a0685a4137: Verifying Checksum [2021-01-21T15:24:28.924Z] 85a0685a4137: Download complete [2021-01-21T15:24:39.106Z] 0eba1c9be4d2: Pull complete [2021-01-21T15:24:39.106Z] 0d57e429df01: Pull complete [2021-01-21T15:24:39.106Z] 4e4be7b47b0d: Pull complete [2021-01-21T15:24:42.007Z] e1f770b5df2f: Pull complete [2021-01-21T15:24:54.685Z] 85a0685a4137: Pull complete [2021-01-21T15:24:54.685Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-21T15:24:54.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:24:54.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-21T15:24:55.103Z] prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container [2021-01-21T15:24:55.201Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-21T15:24:57.336Z] $ docker top 8683aea05b6a530bf9314ebf9b8dde1e76bf2c7f9a614c0c096f6650fefc00d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T15:24:57.615Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-21T15:24:57.946Z] + set -o pipefail [2021-01-21T15:24:57.946Z] + snyk monitor '--org=edgex-jenkins' [2021-01-21T15:25:24.871Z] [2021-01-21T15:25:24.871Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-01-21T15:25:24.871Z] [2021-01-21T15:25:24.871Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/1fb12990-8f47-4533-85a7-813ff6c57c2d [2021-01-21T15:25:24.871Z] [2021-01-21T15:25:24.871Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-21T15:25:24.871Z] [2021-01-21T15:25:24.871Z] [Pipeline] } [2021-01-21T15:25:24.892Z] $ docker stop --time=1 8683aea05b6a530bf9314ebf9b8dde1e76bf2c7f9a614c0c096f6650fefc00d0 [2021-01-21T15:25:27.710Z] $ docker rm -f 8683aea05b6a530bf9314ebf9b8dde1e76bf2c7f9a614c0c096f6650fefc00d0 [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-01-21T15:25:30.164Z] + git log --format=format:%s -1 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:25:30.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:25:30.502Z] . [Pipeline] withDockerContainer [2021-01-21T15:25:30.760Z] prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container [2021-01-21T15:25:30.835Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T15:25:31.992Z] $ docker top 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:25:32.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:25:32.507Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:25:33.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:25:33.060Z] $ docker exec 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 ssh-agent [2021-01-21T15:25:33.434Z] SSH_AUTH_SOCK=/tmp/ssh-VwUFf6B8FzqN/agent.12 [2021-01-21T15:25:33.434Z] SSH_AGENT_PID=17 [2021-01-21T15:25:33.445Z] Running ssh-add (command line suppressed) [2021-01-21T15:25:33.748Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8940080044073234833.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8940080044073234833.key) [2021-01-21T15:25:33.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:25:34.263Z] + git semver tag [2021-01-21T15:25:34.533Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:25:34.533Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-21T15:25:34.533Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-21T15:25:34.533Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:25:34.533Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:25:34.533Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:25:34.533Z] # $SEMVER_BRANCH = master [2021-01-21T15:25:34.533Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-01-21T15:25:34.533Z] # bdf1cd5a2d4a5f1f1834e794e258934dca5f302b HEAD [2021-01-21T15:25:34.533Z] # -> Force: false [2021-01-21T15:25:34.533Z] # 0213242101719ca9447857b567372231e433b13d refs/tags/v1.3.1-dev.5 [Pipeline] } [2021-01-21T15:25:34.571Z] $ docker exec --env ******** --env ******** 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 ssh-agent -k [2021-01-21T15:25:34.836Z] unset SSH_AUTH_SOCK; [2021-01-21T15:25:34.837Z] unset SSH_AGENT_PID; [2021-01-21T15:25:34.837Z] echo Agent pid 17 killed; [2021-01-21T15:25:34.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:25:35.850Z] + git semver [Pipeline] } [2021-01-21T15:25:35.875Z] $ docker stop --time=1 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 [2021-01-21T15:25:37.530Z] $ docker rm -f 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:25:38.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:25:38.439Z] [2021-01-21T15:25:38.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:25:38.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:25:38.827Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-21T15:25:38.827Z] ab5ef0e58194: Pulling fs layer [2021-01-21T15:25:38.827Z] 9712f1f96733: Pulling fs layer [2021-01-21T15:25:38.827Z] 63f879dbbcfc: Pulling fs layer [2021-01-21T15:25:38.827Z] 0d9ebad4ef96: Pulling fs layer [2021-01-21T15:25:38.827Z] e9a5061849ea: Pulling fs layer [2021-01-21T15:25:38.827Z] d747dcd14b5f: Pulling fs layer [2021-01-21T15:25:38.827Z] 2de7ff778b66: Pulling fs layer [2021-01-21T15:25:38.827Z] 0d9ebad4ef96: Waiting [2021-01-21T15:25:38.827Z] e9a5061849ea: Waiting [2021-01-21T15:25:38.827Z] d747dcd14b5f: Waiting [2021-01-21T15:25:38.827Z] 2de7ff778b66: Waiting [2021-01-21T15:25:38.827Z] 9712f1f96733: Verifying Checksum [2021-01-21T15:25:38.827Z] 9712f1f96733: Download complete [2021-01-21T15:25:44.260Z] 63f879dbbcfc: Verifying Checksum [2021-01-21T15:25:44.260Z] 63f879dbbcfc: Download complete [2021-01-21T15:25:44.260Z] e9a5061849ea: Verifying Checksum [2021-01-21T15:25:44.260Z] e9a5061849ea: Download complete [2021-01-21T15:25:44.260Z] d747dcd14b5f: Verifying Checksum [2021-01-21T15:25:44.260Z] d747dcd14b5f: Download complete [2021-01-21T15:25:44.532Z] 0d9ebad4ef96: Verifying Checksum [2021-01-21T15:25:44.532Z] 0d9ebad4ef96: Download complete [2021-01-21T15:25:44.808Z] 2de7ff778b66: Verifying Checksum [2021-01-21T15:25:44.808Z] 2de7ff778b66: Download complete [2021-01-21T15:25:45.087Z] ab5ef0e58194: Verifying Checksum [2021-01-21T15:25:45.087Z] ab5ef0e58194: Download complete [2021-01-21T15:25:55.355Z] ab5ef0e58194: Pull complete [2021-01-21T15:25:55.355Z] 9712f1f96733: Pull complete [2021-01-21T15:25:57.354Z] 63f879dbbcfc: Pull complete [2021-01-21T15:26:12.817Z] 0d9ebad4ef96: Pull complete [2021-01-21T15:26:12.817Z] e9a5061849ea: Pull complete [2021-01-21T15:26:12.817Z] d747dcd14b5f: Pull complete [2021-01-21T15:26:16.246Z] 2de7ff778b66: Pull complete [2021-01-21T15:26:16.246Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-21T15:26:16.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:26:16.246Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-21T15:26:16.744Z] prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container [2021-01-21T15:26:16.833Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-21T15:26:20.641Z] $ docker top bdcbaa166140b6f1e2f4574211ccd0b7266146cd9f7164f9660eeccf81094aca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:26:21.050Z] provisioning config files... [2021-01-21T15:26:21.073Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5906149440166022686tmp [2021-01-21T15:26:21.100Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1065092235793366176tmp [2021-01-21T15:26:21.137Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3512974091168277742tmp [Pipeline] { [Pipeline] echo [2021-01-21T15:26:21.205Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:26:21.540Z] ---> sigul-configuration.sh [2021-01-21T15:26:21.817Z] gpg: directory `/root/.gnupg' created [2021-01-21T15:26:21.817Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-21T15:26:21.817Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-21T15:26:21.817Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-21T15:26:21.817Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-21T15:26:21.817Z] gpg: CAST5 encrypted data [2021-01-21T15:26:21.817Z] gpg: encrypted with 1 passphrase [2021-01-21T15:26:21.817Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-21T15:26:22.737Z] + mkdir /home/jenkins [2021-01-21T15:26:22.737Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-21T15:26:24.311Z] + 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-01-21T15:26:24.325Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:26:24.999Z] ---> sigul-install.sh [2021-01-21T15:26:33.529Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-21T15:26:34.197Z] + git tag --list [2021-01-21T15:26:34.197Z] v1.0.0 [2021-01-21T15:26:34.197Z] v1.1.0 [2021-01-21T15:26:34.197Z] v1.1.1 [2021-01-21T15:26:34.197Z] v1.2.1 [2021-01-21T15:26:34.197Z] v1.2.2 [2021-01-21T15:26:34.197Z] v1.2.3 [2021-01-21T15:26:34.197Z] v1.3.0 [2021-01-21T15:26:34.197Z] v1.3.1-dev.1 [2021-01-21T15:26:34.197Z] v1.3.1-dev.2 [2021-01-21T15:26:34.197Z] v1.3.1-dev.3 [2021-01-21T15:26:34.197Z] v1.3.1-dev.4 [2021-01-21T15:26:34.197Z] v1.3.1-dev.5 [Pipeline] sh [2021-01-21T15:26:34.890Z] + lftools sign git-tag v1.3.1-dev.5 [2021-01-21T15:26:36.374Z] Signing Git tag with Sigul... [2021-01-21T15:26:36.374Z] Signing v1.3.1-dev.5 [Pipeline] echo [2021-01-21T15:26:37.852Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:26:38.213Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-21T15:26:38.235Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-21T15:26:38.339Z] $ docker stop --time=1 bdcbaa166140b6f1e2f4574211ccd0b7266146cd9f7164f9660eeccf81094aca [2021-01-21T15:26:40.529Z] $ docker rm -f bdcbaa166140b6f1e2f4574211ccd0b7266146cd9f7164f9660eeccf81094aca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:26:41.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:26:41.721Z] . [Pipeline] withDockerContainer [2021-01-21T15:26:42.079Z] prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container [2021-01-21T15:26:42.200Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T15:26:43.342Z] $ docker top 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:26:43.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:26:43.772Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:26:44.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:26:44.557Z] $ docker exec 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 ssh-agent [2021-01-21T15:26:45.174Z] SSH_AUTH_SOCK=/tmp/ssh-WpLkTYqlmiZV/agent.12 [2021-01-21T15:26:45.174Z] SSH_AGENT_PID=18 [2021-01-21T15:26:45.186Z] Running ssh-add (command line suppressed) [2021-01-21T15:26:45.474Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6152939126720263414.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6152939126720263414.key) [2021-01-21T15:26:45.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:26:45.965Z] + git semver bump pre [2021-01-21T15:26:46.237Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:26:46.237Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-21T15:26:46.237Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-21T15:26:46.237Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:26:46.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:26:46.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:26:46.237Z] # $SEMVER_BRANCH = master [2021-01-21T15:26:46.237Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-01-21T15:26:46.237Z] 1.3.1-dev.6 [Pipeline] } [2021-01-21T15:26:46.261Z] $ docker exec --env ******** --env ******** 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 ssh-agent -k [2021-01-21T15:26:46.568Z] unset SSH_AUTH_SOCK; [2021-01-21T15:26:46.568Z] unset SSH_AGENT_PID; [2021-01-21T15:26:46.568Z] echo Agent pid 18 killed; [2021-01-21T15:26:46.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:26:47.623Z] + git semver [Pipeline] } [2021-01-21T15:26:47.649Z] $ docker stop --time=1 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 [2021-01-21T15:26:49.933Z] $ docker rm -f 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:26:50.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:26:50.738Z] . [Pipeline] withDockerContainer [2021-01-21T15:26:51.068Z] prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container [2021-01-21T15:26:51.287Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T15:26:53.244Z] $ docker top 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:26:53.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:26:53.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:26:54.851Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:26:54.884Z] $ docker exec 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee ssh-agent [2021-01-21T15:26:55.422Z] SSH_AUTH_SOCK=/tmp/ssh-mTCTzo4c22fK/agent.11 [2021-01-21T15:26:55.422Z] SSH_AGENT_PID=16 [2021-01-21T15:26:55.434Z] Running ssh-add (command line suppressed) [2021-01-21T15:26:55.763Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2060055367905936996.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2060055367905936996.key) [2021-01-21T15:26:55.903Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:26:56.638Z] + git semver push [2021-01-21T15:26:57.285Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:26:57.285Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-21T15:26:57.285Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-21T15:26:57.285Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:26:57.285Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:26:57.285Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:26:57.285Z] # $SEMVER_BRANCH = master [2021-01-21T15:26:57.285Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-01-21T15:27:04.038Z] $ docker exec --env ******** --env ******** 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee ssh-agent -k [2021-01-21T15:27:04.340Z] unset SSH_AUTH_SOCK; [2021-01-21T15:27:04.344Z] unset SSH_AGENT_PID; [2021-01-21T15:27:04.345Z] echo Agent pid 16 killed; [2021-01-21T15:27:04.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:27:05.264Z] + git semver [Pipeline] } [2021-01-21T15:27:05.408Z] $ docker stop --time=1 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee [2021-01-21T15:27:06.968Z] $ docker rm -f 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee [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-01-21T15:27:08.422Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:27:09.053Z] ---> package-listing.sh [2021-01-21T15:27:09.053Z] ++ facter osfamily [2021-01-21T15:27:09.053Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T15:27:09.317Z] + OS_FAMILY=redhat [2021-01-21T15:27:09.317Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-01-21T15:27:09.317Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T15:27:09.317Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T15:27:09.317Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T15:27:09.317Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T15:27:09.317Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-01-21T15:27:09.317Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T15:27:09.317Z] + case "${OS_FAMILY}" in [2021-01-21T15:27:09.317Z] + rpm -qa [2021-01-21T15:27:09.317Z] + sort [2021-01-21T15:27:14.717Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T15:27:14.717Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T15:27:14.717Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T15:27:14.717Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-01-21T15:27:14.717Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-01-21T15:27:14.717Z] + 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-01-21T15:27:14.747Z] 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-01-21T15:27:15.134Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:27:15.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:27:16.061Z] [2021-01-21T15:27:16.061Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:27:16.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:27:16.843Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T15:27:16.843Z] df20fa9351a1: Pulling fs layer [2021-01-21T15:27:16.843Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T15:27:16.843Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T15:27:16.843Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T15:27:16.843Z] 93b61091891f: Pulling fs layer [2021-01-21T15:27:16.843Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T15:27:16.843Z] 5e14af77c1be: Pulling fs layer [2021-01-21T15:27:16.843Z] 01666e4c0597: Pulling fs layer [2021-01-21T15:27:16.843Z] aa168da1d23b: Pulling fs layer [2021-01-21T15:27:16.843Z] 46f8f816bc3b: Waiting [2021-01-21T15:27:16.843Z] 93b61091891f: Waiting [2021-01-21T15:27:16.843Z] 93b9cdb0e59b: Waiting [2021-01-21T15:27:16.843Z] 5e14af77c1be: Waiting [2021-01-21T15:27:16.843Z] 01666e4c0597: Waiting [2021-01-21T15:27:16.843Z] aa168da1d23b: Waiting [2021-01-21T15:27:16.843Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T15:27:16.843Z] 36b3adc4ff6f: Download complete [2021-01-21T15:27:16.843Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T15:27:16.843Z] 46f8f816bc3b: Download complete [2021-01-21T15:27:17.116Z] df20fa9351a1: Verifying Checksum [2021-01-21T15:27:17.116Z] df20fa9351a1: Download complete [2021-01-21T15:27:17.116Z] 93b61091891f: Verifying Checksum [2021-01-21T15:27:17.116Z] 93b61091891f: Download complete [2021-01-21T15:27:17.116Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T15:27:17.116Z] 93b9cdb0e59b: Download complete [2021-01-21T15:27:17.116Z] 5e14af77c1be: Verifying Checksum [2021-01-21T15:27:17.116Z] 5e14af77c1be: Download complete [2021-01-21T15:27:17.116Z] 01666e4c0597: Verifying Checksum [2021-01-21T15:27:17.116Z] 01666e4c0597: Download complete [2021-01-21T15:27:18.206Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T15:27:18.206Z] 8ad3a11d3b57: Download complete [2021-01-21T15:27:18.206Z] df20fa9351a1: Pull complete [2021-01-21T15:27:18.852Z] 36b3adc4ff6f: Pull complete [2021-01-21T15:27:21.742Z] 8ad3a11d3b57: Pull complete [2021-01-21T15:27:21.742Z] 46f8f816bc3b: Pull complete [2021-01-21T15:27:22.844Z] 93b61091891f: Pull complete [2021-01-21T15:27:23.451Z] 93b9cdb0e59b: Pull complete [2021-01-21T15:27:23.451Z] aa168da1d23b: Verifying Checksum [2021-01-21T15:27:23.451Z] aa168da1d23b: Download complete [2021-01-21T15:27:23.739Z] 5e14af77c1be: Pull complete [2021-01-21T15:27:24.011Z] 01666e4c0597: Pull complete [2021-01-21T15:27:36.480Z] aa168da1d23b: Pull complete [2021-01-21T15:27:36.480Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T15:27:36.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:27:36.480Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T15:27:36.811Z] prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container [2021-01-21T15:27:36.951Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T15:27:40.233Z] $ docker top eb060457ac8e832fd1b1e76fa62a53af2426119c16e580a3f0bed9d01bfb94f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:27:40.969Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T15:27:41.367Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T15:27:41.710Z] + ls /var/log/sa-host [2021-01-21T15:27:41.710Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T15:27:41.710Z] file_magic: OK [2021-01-21T15:27:41.710Z] HZ: Using current value: 100 [2021-01-21T15:27:41.710Z] file_header: OK [2021-01-21T15:27:41.710Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T15:27:41.710Z] Statistics: [2021-01-21T15:27:41.710Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T15:27:41.710Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T15:27:41.710Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T15:27:41.710Z] file_magic: OK [2021-01-21T15:27:41.710Z] HZ: Using current value: 100 [2021-01-21T15:27:41.710Z] file_header: OK [2021-01-21T15:27:41.710Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T15:27:41.710Z] Statistics: [2021-01-21T15:27:41.710Z] Hnuu...uuuununununu... [2021-01-21T15:27:41.710Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:27:41.997Z] provisioning config files... [2021-01-21T15:27:42.080Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8845468652427464588tmp [Pipeline] { [Pipeline] echo [2021-01-21T15:27:42.161Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:27:42.828Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T15:27:42.844Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T15:27:42.932Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:27:43.608Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T15:27:43.626Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:27:43.964Z] ---> sudo-logs.sh [2021-01-21T15:27:43.964Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T15:27:44.275Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:27:44.974Z] ---> job-cost.sh [2021-01-21T15:27:44.974Z] lf-activate-venv: SKIPPING [2021-01-21T15:27:44.974Z] INFO: No Stack... [2021-01-21T15:27:45.995Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T15:27:46.608Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T15:27:46.626Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:27:47.289Z] ---> logs-deploy.sh [2021-01-21T15:27:47.289Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/38 [2021-01-21T15:27:47.289Z] INFO: archiving workspace using pattern(s): [2021-01-21T15:27:49.963Z] Archives upload complete. [2021-01-21T15:27:50.250Z] INFO: archiving logs to Nexus [2021-01-21T15:27:51.719Z] ---> uname -a: [2021-01-21T15:27:51.719Z] Linux prd-centos7-docker-4c-2g-21953.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-21T15:27:51.719Z] [2021-01-21T15:27:51.719Z] [2021-01-21T15:27:51.719Z] ---> lscpu: [2021-01-21T15:27:51.719Z] Architecture: x86_64 [2021-01-21T15:27:51.719Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T15:27:51.719Z] Byte Order: Little Endian [2021-01-21T15:27:51.719Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T15:27:51.719Z] CPU(s): 4 [2021-01-21T15:27:51.719Z] On-line CPU(s) list: 0-3 [2021-01-21T15:27:51.719Z] Thread(s) per core: 1 [2021-01-21T15:27:51.719Z] Core(s) per socket: 1 [2021-01-21T15:27:51.719Z] Socket(s): 4 [2021-01-21T15:27:51.719Z] NUMA node(s): 1 [2021-01-21T15:27:51.719Z] Vendor ID: GenuineIntel [2021-01-21T15:27:51.719Z] CPU family: 6 [2021-01-21T15:27:51.719Z] Model: 44 [2021-01-21T15:27:51.719Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T15:27:51.719Z] Stepping: 1 [2021-01-21T15:27:51.719Z] CPU MHz: 2933.438 [2021-01-21T15:27:51.719Z] BogoMIPS: 5866.87 [2021-01-21T15:27:51.719Z] Virtualization: VT-x [2021-01-21T15:27:51.719Z] Hypervisor vendor: KVM [2021-01-21T15:27:51.719Z] Virtualization type: full [2021-01-21T15:27:51.719Z] L1d cache: 128 KiB [2021-01-21T15:27:51.719Z] L1i cache: 128 KiB [2021-01-21T15:27:51.719Z] L2 cache: 16 MiB [2021-01-21T15:27:51.719Z] L3 cache: 64 MiB [2021-01-21T15:27:51.719Z] NUMA node0 CPU(s): 0-3 [2021-01-21T15:27:51.719Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T15:27:51.719Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T15:27:51.719Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T15:27:51.719Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T15:27:51.719Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T15:27:51.719Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T15:27:51.719Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T15:27:51.719Z] Vulnerability Srbds: Not affected [2021-01-21T15:27:51.719Z] Vulnerability Tsx async abort: Not affected [2021-01-21T15:27:51.719Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-21T15:27:51.719Z] [2021-01-21T15:27:51.719Z] [2021-01-21T15:27:51.719Z] ---> nproc: [2021-01-21T15:27:51.719Z] 4 [2021-01-21T15:27:51.719Z] [2021-01-21T15:27:51.719Z]