Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 14ab43fad92bd248aba56f332b2aaf744f255a41 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-19451 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 14ab43fad92bd248aba56f332b2aaf744f255a41 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 Commit message: "Merge pull request #165 from weichou1229/issue-164" > git rev-list --no-walk b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T07:22:46.403Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T07:22:46.706Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T07:22:46.810Z] ========================================================= [2021-01-11T07:22:46.810Z] EdgeX Global Pipelines Version Info [2021-01-11T07:22:46.810Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:22:48.256Z] ------------------- [2021-01-11T07:22:48.256Z] stable info: [2021-01-11T07:22:48.256Z] ------------------- [2021-01-11T07:22:48.256Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T07:22:48.256Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T07:22:48.256Z] Message: update stable to v1.0.173 [2021-01-11T07:22:49.201Z] ------------------- [2021-01-11T07:22:49.201Z] experimental info: [2021-01-11T07:22:49.201Z] ------------------- [2021-01-11T07:22:49.201Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T07:22:49.201Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T07:22:49.201Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T07:22:49.489Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-11T07:22:49.611Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-11T07:22:49.704Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T07:22:49.799Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T07:22:49.884Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T07:22:49.981Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T07:22:50.074Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T07:22:50.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T07:22:50.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-11T07:22:50.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T07:22:50.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T07:22:50.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-11T07:22:50.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T07:22:50.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T07:22:50.963Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T07:22:51.058Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T07:22:51.147Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T07:22:51.314Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T07:22:51.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T07:22:51.496Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-11T07:22:51.591Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-11T07:22:51.709Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-11T07:22:51.807Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-11T07:22:51.896Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-11T07:22:51.987Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-11T07:22:52.078Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T07:22:52.168Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T07:22:52.259Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-11T07:22:52.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-11T07:22:52.443Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-11T07:22:52.535Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 14ab43fad92bd248aba56f332b2aaf744f255a41 [Pipeline] echo [2021-01-11T07:22:52.671Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 14ab43f [Pipeline] echo [2021-01-11T07:22:52.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T07:22:52.952Z] provisioning config files... [2021-01-11T07:22:52.986Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8528580641035106591tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:22:53.340Z] ---> docker-login.sh [2021-01-11T07:22:53.340Z] nexus3.edgexfoundry.org:10001 [2021-01-11T07:22:53.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:22:53.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:22:53.603Z] Configure a credential helper to remove this warning. See [2021-01-11T07:22:53.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:22:53.603Z] [2021-01-11T07:22:53.603Z] Login Succeeded [2021-01-11T07:22:53.603Z] nexus3.edgexfoundry.org:10002 [2021-01-11T07:22:53.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:22:53.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:22:53.865Z] Configure a credential helper to remove this warning. See [2021-01-11T07:22:53.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:22:53.865Z] [2021-01-11T07:22:53.865Z] Login Succeeded [2021-01-11T07:22:53.865Z] nexus3.edgexfoundry.org:10003 [2021-01-11T07:22:54.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:22:54.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:22:54.128Z] Configure a credential helper to remove this warning. See [2021-01-11T07:22:54.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:22:54.128Z] [2021-01-11T07:22:54.128Z] Login Succeeded [2021-01-11T07:22:54.128Z] nexus3.edgexfoundry.org:10004 [2021-01-11T07:22:54.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:22:54.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:22:54.391Z] Configure a credential helper to remove this warning. See [2021-01-11T07:22:54.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:22:54.391Z] [2021-01-11T07:22:54.391Z] Login Succeeded [2021-01-11T07:22:54.391Z] docker.io [2021-01-11T07:22:54.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:22:54.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:22:54.653Z] Configure a credential helper to remove this warning. See [2021-01-11T07:22:54.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:22:54.653Z] [2021-01-11T07:22:54.653Z] Login Succeeded [2021-01-11T07:22:54.653Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T07:22:54.664Z] 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-11T07:22:55.564Z] + git log --format=format:%s -1 14ab43fad92bd248aba56f332b2aaf744f255a41 [Pipeline] echo [2021-01-11T07:22:55.626Z] GIT_COMMIT: 14ab43fad92bd248aba56f332b2aaf744f255a41, Commit Message: Merge pull request #165 from weichou1229/issue-164 [Pipeline] echo [2021-01-11T07:22:55.678Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:22:56.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T07:22:56.289Z] [2021-01-11T07:22:56.289Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:22:56.636Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T07:22:56.636Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T07:22:56.636Z] 31603596830f: Pulling fs layer [2021-01-11T07:22:56.636Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T07:22:56.636Z] 6ca5941a6612: Pulling fs layer [2021-01-11T07:22:56.636Z] ecc8261a40a4: Pulling fs layer [2021-01-11T07:22:56.636Z] ecc8261a40a4: Waiting [2021-01-11T07:22:56.636Z] 2a8b12db71e7: Download complete [2021-01-11T07:22:56.636Z] 31603596830f: Verifying Checksum [2021-01-11T07:22:56.636Z] 31603596830f: Download complete [2021-01-11T07:22:56.902Z] ecc8261a40a4: Verifying Checksum [2021-01-11T07:22:56.902Z] ecc8261a40a4: Download complete [2021-01-11T07:22:56.902Z] 6ca5941a6612: Verifying Checksum [2021-01-11T07:22:56.902Z] 6ca5941a6612: Download complete [2021-01-11T07:22:57.170Z] 31603596830f: Pull complete [2021-01-11T07:22:57.170Z] 2a8b12db71e7: Pull complete [2021-01-11T07:22:58.113Z] 6ca5941a6612: Pull complete [2021-01-11T07:22:58.113Z] ecc8261a40a4: Pull complete [2021-01-11T07:22:58.375Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T07:22:58.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T07:22:58.375Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T07:22:58.521Z] prd-centos7-docker-4c-2g-19451 does not seem to be running inside a container [2021-01-11T07:22:58.571Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T07:23:00.693Z] $ docker top 0f4ef1f52356591eb7a37e120b7a86719207f5e93ab607710929d2c59e564bcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T07:23:01.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T07:23:01.055Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T07:23:01.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T07:23:01.296Z] $ docker exec 0f4ef1f52356591eb7a37e120b7a86719207f5e93ab607710929d2c59e564bcb ssh-agent [2021-01-11T07:23:01.470Z] SSH_AUTH_SOCK=/tmp/ssh-QpXQZukAacWa/agent.11 [2021-01-11T07:23:01.470Z] SSH_AGENT_PID=16 [2021-01-11T07:23:01.484Z] Running ssh-add (command line suppressed) [2021-01-11T07:23:01.608Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_892929010759014812.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_892929010759014812.key) [2021-01-11T07:23:01.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T07:23:02.014Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T07:23:02.044Z] $ docker exec --env ******** --env ******** 0f4ef1f52356591eb7a37e120b7a86719207f5e93ab607710929d2c59e564bcb ssh-agent -k [2021-01-11T07:23:02.158Z] unset SSH_AUTH_SOCK; [2021-01-11T07:23:02.158Z] unset SSH_AGENT_PID; [2021-01-11T07:23:02.158Z] echo Agent pid 16 killed; [2021-01-11T07:23:02.209Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T07:23:02.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T07:23:02.342Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T07:23:02.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T07:23:02.517Z] $ docker exec 0f4ef1f52356591eb7a37e120b7a86719207f5e93ab607710929d2c59e564bcb ssh-agent [2021-01-11T07:23:02.682Z] SSH_AUTH_SOCK=/tmp/ssh-5UsSTRtFKeGV/agent.46 [2021-01-11T07:23:02.682Z] SSH_AGENT_PID=51 [2021-01-11T07:23:02.692Z] Running ssh-add (command line suppressed) [2021-01-11T07:23:02.812Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5816936189263887948.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5816936189263887948.key) [2021-01-11T07:23:02.864Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T07:23:03.203Z] + git semver init [2021-01-11T07:23:03.204Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T07:23:03.204Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-11T07:23:03.204Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-11T07:23:03.204Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T07:23:03.204Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T07:23:03.204Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T07:23:03.204Z] # $SEMVER_BRANCH = master [2021-01-11T07:23:03.204Z] # $SEMVER_TEMP = /tmp/semver-574382399 [2021-01-11T07:23:03.204Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-11T07:23:04.152Z] # '/tmp/semver-574382399' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-01-11T07:23:04.152Z] # -> Force: false [2021-01-11T07:23:04.152Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-01-11T07:23:04.167Z] $ docker exec --env ******** --env ******** 0f4ef1f52356591eb7a37e120b7a86719207f5e93ab607710929d2c59e564bcb ssh-agent -k [2021-01-11T07:23:04.290Z] unset SSH_AUTH_SOCK; [2021-01-11T07:23:04.290Z] unset SSH_AGENT_PID; [2021-01-11T07:23:04.291Z] echo Agent pid 51 killed; [2021-01-11T07:23:04.336Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T07:23:04.843Z] + git semver [Pipeline] } [2021-01-11T07:23:04.866Z] $ docker stop --time=1 0f4ef1f52356591eb7a37e120b7a86719207f5e93ab607710929d2c59e564bcb [2021-01-11T07:23:06.213Z] $ docker rm -f 0f4ef1f52356591eb7a37e120b7a86719207f5e93ab607710929d2c59e564bcb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T07:23:06.684Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T07:23:07.128Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T07:23:07.131Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.4 [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-11T07:23:22.616Z] Still waiting to schedule task [2021-01-11T07:23:22.616Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-11T07:23:22.618Z] Still waiting to schedule task [2021-01-11T07:23:22.618Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-19448’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19452’ is offline [2021-01-11T07:25:14.146Z] Running on prd-centos7-docker-4c-2g-19454 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-01-11T07:25:14.198Z] Running in /w/workspace/device-virtual-go/37 [Pipeline] { [Pipeline] checkout [2021-01-11T07:25:16.545Z] using credential edgex-jenkins-ssh [2021-01-11T07:25:16.597Z] Cloning the remote Git repository [2021-01-11T07:25:16.625Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T07:25:16.699Z] > git init /w/workspace/device-virtual-go/37 # timeout=10 [2021-01-11T07:25:16.774Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T07:25:16.775Z] > git --version # timeout=10 [2021-01-11T07:25:16.782Z] > git --version # 'git version 2.24.3' [2021-01-11T07:25:16.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T07:25:16.823Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T07:25:17.409Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T07:25:17.420Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T07:25:17.430Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T07:25:17.443Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T07:25:17.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T07:25:17.449Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T07:25:17.837Z] Checking out Revision 14ab43fad92bd248aba56f332b2aaf744f255a41 (master) [2021-01-11T07:25:17.848Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T07:25:17.856Z] > git checkout -f 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 [2021-01-11T07:25:21.681Z] Commit message: "Merge pull request #165 from weichou1229/issue-164" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T07:25:22.953Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T07:25:23.280Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T07:25:23.580Z] + sudo service docker restart [2021-01-11T07:25:23.580Z] + true [2021-01-11T07:25:23.580Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T07:25:24.603Z] provisioning config files... [2021-01-11T07:25:24.639Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/37@tmp/config6068301007576042631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:25:25.005Z] ---> docker-login.sh [2021-01-11T07:25:25.005Z] nexus3.edgexfoundry.org:10001 [2021-01-11T07:25:25.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:25:25.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:25:25.270Z] Configure a credential helper to remove this warning. See [2021-01-11T07:25:25.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:25:25.270Z] [2021-01-11T07:25:25.270Z] Login Succeeded [2021-01-11T07:25:25.270Z] nexus3.edgexfoundry.org:10002 [2021-01-11T07:25:25.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:25:25.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:25:25.534Z] Configure a credential helper to remove this warning. See [2021-01-11T07:25:25.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:25:25.534Z] [2021-01-11T07:25:25.534Z] Login Succeeded [2021-01-11T07:25:25.534Z] nexus3.edgexfoundry.org:10003 [2021-01-11T07:25:25.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:25:25.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:25:25.799Z] Configure a credential helper to remove this warning. See [2021-01-11T07:25:25.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:25:25.799Z] [2021-01-11T07:25:25.799Z] Login Succeeded [2021-01-11T07:25:25.799Z] nexus3.edgexfoundry.org:10004 [2021-01-11T07:25:25.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:25:26.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:25:26.063Z] Configure a credential helper to remove this warning. See [2021-01-11T07:25:26.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:25:26.063Z] [2021-01-11T07:25:26.063Z] Login Succeeded [2021-01-11T07:25:26.063Z] docker.io [2021-01-11T07:25:26.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:25:26.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:25:26.327Z] Configure a credential helper to remove this warning. See [2021-01-11T07:25:26.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:25:26.327Z] [2021-01-11T07:25:26.327Z] Login Succeeded [2021-01-11T07:25:26.327Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T07:25:26.338Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T07:25:26.680Z] ========================================================= [2021-01-11T07:25:26.680Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T07:25:26.680Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:25:27.034Z] + 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-11T07:25:27.034Z] Sending build context to Docker daemon 479.2kB [2021-01-11T07:25:27.034Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T07:25:27.034Z] Step 2/8 : FROM ${BASE} [2021-01-11T07:25:27.304Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T07:25:27.304Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T07:25:27.304Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T07:25:27.304Z] de9db76c5a1d: Pulling fs layer [2021-01-11T07:25:27.304Z] bca2f99d35d6: Pulling fs layer [2021-01-11T07:25:27.304Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T07:25:27.304Z] 7c6f9722023f: Pulling fs layer [2021-01-11T07:25:27.304Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T07:25:27.304Z] 93359f2a8cfa: Waiting [2021-01-11T07:25:27.304Z] 7c6f9722023f: Waiting [2021-01-11T07:25:27.304Z] a35cf1a2eb13: Waiting [2021-01-11T07:25:27.304Z] bca2f99d35d6: Waiting [2021-01-11T07:25:27.304Z] de9db76c5a1d: Download complete [2021-01-11T07:25:27.304Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T07:25:27.304Z] 0ef7d3d256c8: Download complete [2021-01-11T07:25:27.304Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T07:25:27.304Z] 93359f2a8cfa: Download complete [2021-01-11T07:25:27.304Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T07:25:27.304Z] 188c0c94c7c5: Download complete [2021-01-11T07:25:27.304Z] 7c6f9722023f: Verifying Checksum [2021-01-11T07:25:27.304Z] 7c6f9722023f: Download complete [2021-01-11T07:25:27.573Z] 188c0c94c7c5: Pull complete [2021-01-11T07:25:27.837Z] 0ef7d3d256c8: Pull complete [2021-01-11T07:25:27.837Z] de9db76c5a1d: Pull complete [2021-01-11T07:25:29.779Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T07:25:29.779Z] a35cf1a2eb13: Download complete [2021-01-11T07:25:30.045Z] bca2f99d35d6: Verifying Checksum [2021-01-11T07:25:30.045Z] bca2f99d35d6: Download complete [2021-01-11T07:25:35.397Z] bca2f99d35d6: Pull complete [2021-01-11T07:25:35.397Z] 93359f2a8cfa: Pull complete [2021-01-11T07:25:35.397Z] 7c6f9722023f: Pull complete [2021-01-11T07:25:42.037Z] a35cf1a2eb13: Pull complete [2021-01-11T07:25:42.037Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T07:25:42.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T07:25:42.037Z] ---> a62c8e92a672 [2021-01-11T07:25:42.037Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-11T07:25:42.037Z] ---> Running in bab58ef56579 [2021-01-11T07:25:42.037Z] Removing intermediate container bab58ef56579 [2021-01-11T07:25:42.037Z] ---> b5ee6f7400ba [2021-01-11T07:25:42.037Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T07:25:42.037Z] ---> Running in ea81e09e2202 [2021-01-11T07:25:43.005Z] Removing intermediate container ea81e09e2202 [2021-01-11T07:25:43.005Z] ---> 66608bfeda92 [2021-01-11T07:25:43.005Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-11T07:25:43.005Z] ---> Running in 31222153a38c [2021-01-11T07:25:43.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T07:25:44.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T07:25:44.741Z] (1/14) Installing libmagic (5.38-r0) [2021-01-11T07:25:45.004Z] (2/14) Installing file (5.38-r0) [2021-01-11T07:25:45.004Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-11T07:25:45.004Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-11T07:25:51.622Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-11T07:25:51.622Z] (6/14) Installing patch (2.7.6-r6) [2021-01-11T07:25:51.622Z] (7/14) Installing build-base (0.5-r2) [2021-01-11T07:25:51.622Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-11T07:25:51.622Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-11T07:25:51.622Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-11T07:25:51.890Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-11T07:25:51.890Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-11T07:25:52.153Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-11T07:25:52.153Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-11T07:25:52.424Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T07:25:52.424Z] OK: 237 MiB in 53 packages [2021-01-11T07:25:55.755Z] Removing intermediate container 31222153a38c [2021-01-11T07:25:55.755Z] ---> 514e8b1a985e [2021-01-11T07:25:55.755Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-11T07:25:56.024Z] ---> Running in 2b0e3a37ff33 [2021-01-11T07:25:56.290Z] Removing intermediate container 2b0e3a37ff33 [2021-01-11T07:25:56.290Z] ---> 5a6e0dee77b6 [2021-01-11T07:25:56.290Z] Step 7/8 : COPY . . [2021-01-11T07:25:57.300Z] ---> 67b3695e606a [2021-01-11T07:25:57.300Z] Step 8/8 : RUN go mod download [2021-01-11T07:25:57.300Z] ---> Running in f839821f28c8 [2021-01-11T07:26:10.672Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19455 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-01-11T07:26:10.725Z] Running in /w/workspace/device-virtual-go/37 [Pipeline] { [Pipeline] checkout [2021-01-11T07:26:16.261Z] using credential edgex-jenkins-ssh [2021-01-11T07:26:16.326Z] Cloning the remote Git repository [2021-01-11T07:26:16.389Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T07:26:16.501Z] > git init /w/workspace/device-virtual-go/37 # timeout=10 [2021-01-11T07:26:16.576Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T07:26:16.577Z] > git --version # timeout=10 [2021-01-11T07:26:16.603Z] > git --version # 'git version 2.17.1' [2021-01-11T07:26:16.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T07:26:16.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T07:26:18.026Z] Checking out Revision 14ab43fad92bd248aba56f332b2aaf744f255a41 (master) [2021-01-11T07:26:17.462Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T07:26:17.488Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T07:26:17.514Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-11T07:26:17.548Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-11T07:26:17.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T07:26:17.561Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T07:26:18.049Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T07:26:18.066Z] > git checkout -f 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 [2021-01-11T07:26:19.363Z] Removing intermediate container f839821f28c8 [2021-01-11T07:26:19.363Z] ---> 2d011469fd5d [2021-01-11T07:26:19.363Z] Successfully built 2d011469fd5d [2021-01-11T07:26:19.363Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:26:19.677Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T07:26:19.678Z] . [Pipeline] withDockerContainer [2021-01-11T07:26:19.798Z] prd-centos7-docker-4c-2g-19454 does not seem to be running inside a container [2021-01-11T07:26:19.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/37 -v /w/workspace/device-virtual-go/37:/w/workspace/device-virtual-go/37:rw,z -v /w/workspace/device-virtual-go/37@tmp:/w/workspace/device-virtual-go/37@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 ******** ci-base-image-x86_64 cat [2021-01-11T07:26:20.714Z] $ docker top 5005fd9ca28c1cd049d9a81c03369caab844c43753e07d97f8179da7075d600f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T07:26:21.198Z] + go version [2021-01-11T07:26:21.198Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T07:26:21.215Z] $ docker stop --time=1 5005fd9ca28c1cd049d9a81c03369caab844c43753e07d97f8179da7075d600f [2021-01-11T07:26:22.428Z] Commit message: "Merge pull request #165 from weichou1229/issue-164" [2021-01-11T07:26:22.572Z] $ docker rm -f 5005fd9ca28c1cd049d9a81c03369caab844c43753e07d97f8179da7075d600f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T07:26:23.526Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T07:26:23.526Z] . [Pipeline] withDockerContainer [2021-01-11T07:26:24.125Z] prd-centos7-docker-4c-2g-19454 does not seem to be running inside a container [2021-01-11T07:26:24.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/37 -v /w/workspace/device-virtual-go/37:/w/workspace/device-virtual-go/37:rw,z -v /w/workspace/device-virtual-go/37@tmp:/w/workspace/device-virtual-go/37@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 ******** ci-base-image-x86_64 cat [2021-01-11T07:26:24.305Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-11T07:26:24.816Z] $ docker top ebbc7eee9b75fe5b73004e740d67945d902cf2eb0a0aac18e30a9568ab841fcf -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-11T07:26:25.335Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T07:26:25.404Z] + make test [2021-01-11T07:26:25.404Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-11T07:26:25.684Z] + sudo service docker restart [2021-01-11T07:26:25.684Z] + true [2021-01-11T07:26:26.835Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T07:26:28.382Z] provisioning config files... [2021-01-11T07:26:28.430Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/37@tmp/config8661776571087701512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:26:28.839Z] ---> docker-login.sh [2021-01-11T07:26:28.839Z] nexus3.edgexfoundry.org:10001 [2021-01-11T07:26:29.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:26:30.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:26:30.175Z] Configure a credential helper to remove this warning. See [2021-01-11T07:26:30.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:26:30.175Z] [2021-01-11T07:26:30.175Z] Login Succeeded [2021-01-11T07:26:30.175Z] nexus3.edgexfoundry.org:10002 [2021-01-11T07:26:30.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:26:30.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:26:30.734Z] Configure a credential helper to remove this warning. See [2021-01-11T07:26:30.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:26:30.734Z] [2021-01-11T07:26:30.734Z] Login Succeeded [2021-01-11T07:26:30.734Z] nexus3.edgexfoundry.org:10003 [2021-01-11T07:26:31.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:26:31.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:26:31.286Z] Configure a credential helper to remove this warning. See [2021-01-11T07:26:31.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:26:31.286Z] [2021-01-11T07:26:31.286Z] Login Succeeded [2021-01-11T07:26:31.286Z] nexus3.edgexfoundry.org:10004 [2021-01-11T07:26:31.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:26:31.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:26:31.839Z] Configure a credential helper to remove this warning. See [2021-01-11T07:26:31.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:26:31.839Z] [2021-01-11T07:26:31.839Z] Login Succeeded [2021-01-11T07:26:31.839Z] docker.io [2021-01-11T07:26:32.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:26:32.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:26:32.714Z] Configure a credential helper to remove this warning. See [2021-01-11T07:26:32.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:26:32.714Z] [2021-01-11T07:26:32.714Z] Login Succeeded [2021-01-11T07:26:32.714Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T07:26:32.732Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T07:26:33.145Z] ========================================================= [2021-01-11T07:26:33.146Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T07:26:33.146Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:26:33.611Z] + 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-11T07:26:33.895Z] Sending build context to Docker daemon 478.2kB [2021-01-11T07:26:33.896Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T07:26:33.896Z] Step 2/8 : FROM ${BASE} [2021-01-11T07:26:34.171Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T07:26:34.171Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T07:26:34.171Z] a4357932f1b6: Pulling fs layer [2021-01-11T07:26:34.171Z] 18c013af1878: Pulling fs layer [2021-01-11T07:26:34.171Z] 00ac8860ef70: Pulling fs layer [2021-01-11T07:26:34.171Z] 63d7cb157983: Pulling fs layer [2021-01-11T07:26:34.171Z] b116817d02f9: Pulling fs layer [2021-01-11T07:26:34.171Z] 745a02a5169b: Pulling fs layer [2021-01-11T07:26:34.171Z] 00ac8860ef70: Waiting [2021-01-11T07:26:34.171Z] 63d7cb157983: Waiting [2021-01-11T07:26:34.171Z] b116817d02f9: Waiting [2021-01-11T07:26:34.171Z] 745a02a5169b: Waiting [2021-01-11T07:26:34.171Z] 18c013af1878: Verifying Checksum [2021-01-11T07:26:34.171Z] 18c013af1878: Download complete [2021-01-11T07:26:34.171Z] a4357932f1b6: Download complete [2021-01-11T07:26:34.171Z] 63d7cb157983: Verifying Checksum [2021-01-11T07:26:34.171Z] 63d7cb157983: Download complete [2021-01-11T07:26:34.775Z] b116817d02f9: Download complete [2021-01-11T07:26:34.775Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T07:26:34.775Z] 5f621e34cdf4: Download complete [2021-01-11T07:26:35.407Z] 5f621e34cdf4: Pull complete [2021-01-11T07:26:36.404Z] a4357932f1b6: Pull complete [2021-01-11T07:26:36.404Z] 18c013af1878: Pull complete [2021-01-11T07:26:37.003Z] 745a02a5169b: Download complete [2021-01-11T07:26:38.451Z] 00ac8860ef70: Verifying Checksum [2021-01-11T07:26:38.451Z] 00ac8860ef70: Download complete [2021-01-11T07:26:41.885Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-11T07:26:42.465Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.337s coverage: 64.4% of statements [2021-01-11T07:26:42.465Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T07:26:45.813Z] gofmt -l . [2021-01-11T07:26:45.813Z] [ "`gofmt -l .`" = "" ] [2021-01-11T07:26:45.813Z] ./bin/test-attribution-txt.sh [2021-01-11T07:26:46.388Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T07:26:46.667Z] $ docker stop --time=1 ebbc7eee9b75fe5b73004e740d67945d902cf2eb0a0aac18e30a9568ab841fcf [2021-01-11T07:26:48.453Z] $ docker rm -f ebbc7eee9b75fe5b73004e740d67945d902cf2eb0a0aac18e30a9568ab841fcf [2021-01-11T07:26:48.638Z] 00ac8860ef70: Pull complete [2021-01-11T07:26:48.638Z] 63d7cb157983: Pull complete [2021-01-11T07:26:48.638Z] b116817d02f9: Pull complete [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T07:26:49.076Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T07:26:49.501Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-11T07:26:50.598Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T07:26:50.901Z] + ls -al . [2021-01-11T07:26:50.901Z] total 124 [2021-01-11T07:26:50.901Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 11 07:26 . [2021-01-11T07:26:50.901Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 11 07:25 .. [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 11 07:25 Attribution.txt [2021-01-11T07:26:50.901Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 11 07:25 bin [2021-01-11T07:26:50.901Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 07:25 cmd [2021-01-11T07:26:50.901Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 11 07:26 coverage.out [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 11 07:25 Dockerfile [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 11 07:25 Dockerfile.build [2021-01-11T07:26:50.901Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 11 07:25 .git [2021-01-11T07:26:50.901Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 07:25 .github [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 11 07:25 .gitignore [2021-01-11T07:26:50.901Z] -rw-r--r--. 1 jenkins jenkins 856 Jan 11 07:26 go.mod [2021-01-11T07:26:50.901Z] -rw-r--r--. 1 jenkins jenkins 16346 Jan 11 07:26 go.sum [2021-01-11T07:26:50.901Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 11 07:25 internal [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 11 07:25 Jenkinsfile [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 07:25 LICENSE [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 11 07:25 Makefile [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 11 07:25 README.md [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 11 07:23 VERSION [2021-01-11T07:26:50.901Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 11 07:25 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:26:51.208Z] + 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=14ab43fad92bd248aba56f332b2aaf744f255a41 --label arch=amd64 --label version=1.3.1-dev.4 . [2021-01-11T07:26:51.472Z] Sending build context to Docker daemon 544.3kB [2021-01-11T07:26:51.472Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T07:26:51.472Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-11T07:26:51.472Z] ---> 2d011469fd5d [2021-01-11T07:26:51.472Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-11T07:26:51.472Z] ---> Running in ff0991350962 [2021-01-11T07:26:51.735Z] Removing intermediate container ff0991350962 [2021-01-11T07:26:51.735Z] ---> eb20d8f38f7f [2021-01-11T07:26:51.735Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T07:26:51.735Z] ---> Running in cc23c33e2654 [2021-01-11T07:26:51.997Z] Removing intermediate container cc23c33e2654 [2021-01-11T07:26:51.997Z] ---> 84ce43f3a6d5 [2021-01-11T07:26:51.997Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-11T07:26:51.997Z] ---> Running in a3cf8f2327b2 [2021-01-11T07:26:52.029Z] 745a02a5169b: Pull complete [2021-01-11T07:26:52.029Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T07:26:52.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T07:26:52.029Z] ---> b7e6874047d6 [2021-01-11T07:26:52.029Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-11T07:26:52.262Z] Removing intermediate container a3cf8f2327b2 [2021-01-11T07:26:52.262Z] ---> 37b71d7774ca [2021-01-11T07:26:52.262Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T07:26:52.262Z] ---> Running in 39611ebe2b19 [2021-01-11T07:26:53.213Z] Removing intermediate container 39611ebe2b19 [2021-01-11T07:26:53.213Z] ---> 06a62e3f0ba0 [2021-01-11T07:26:53.213Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T07:26:53.213Z] ---> Running in a955a28ccb02 [2021-01-11T07:26:53.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T07:26:54.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T07:26:54.635Z] ---> Running in 67d9252b8def [2021-01-11T07:26:54.635Z] Removing intermediate container 67d9252b8def [2021-01-11T07:26:54.635Z] ---> 9265f9425658 [2021-01-11T07:26:54.635Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T07:26:54.906Z] ---> Running in 7f550fcecf3f [2021-01-11T07:26:54.948Z] OK: 237 MiB in 53 packages [2021-01-11T07:26:55.211Z] Removing intermediate container a955a28ccb02 [2021-01-11T07:26:55.211Z] ---> b14d57c04f57 [2021-01-11T07:26:55.211Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-11T07:26:55.211Z] ---> Running in d635dabeaaf1 [2021-01-11T07:26:55.473Z] Removing intermediate container d635dabeaaf1 [2021-01-11T07:26:55.474Z] ---> 679183f9b26f [2021-01-11T07:26:55.474Z] Step 9/22 : COPY . . [2021-01-11T07:26:56.425Z] ---> 0a2da0e2a404 [2021-01-11T07:26:56.425Z] Step 10/22 : ARG MAKE='make build' [2021-01-11T07:26:56.425Z] ---> Running in 090af2daf7b1 [2021-01-11T07:26:56.425Z] Removing intermediate container 090af2daf7b1 [2021-01-11T07:26:56.425Z] ---> f65debe9a7a6 [2021-01-11T07:26:56.425Z] Step 11/22 : RUN $MAKE [2021-01-11T07:26:56.425Z] ---> Running in 4672a2070829 [2021-01-11T07:26:56.879Z] Removing intermediate container 7f550fcecf3f [2021-01-11T07:26:56.879Z] ---> b6a1b3f4a3d2 [2021-01-11T07:26:56.879Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-11T07:26:56.879Z] ---> Running in c0ed1c4fa44a [2021-01-11T07:26:57.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.4" -o cmd/device-virtual ./cmd [2021-01-11T07:26:58.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T07:26:58.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T07:26:59.511Z] (1/14) Installing libmagic (5.38-r0) [2021-01-11T07:26:59.511Z] (2/14) Installing file (5.38-r0) [2021-01-11T07:26:59.783Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-11T07:26:59.783Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-11T07:27:04.115Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-11T07:27:04.115Z] (6/14) Installing patch (2.7.6-r6) [2021-01-11T07:27:04.115Z] (7/14) Installing build-base (0.5-r2) [2021-01-11T07:27:04.115Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-11T07:27:04.115Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-11T07:27:04.115Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-11T07:27:04.388Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-11T07:27:04.388Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-11T07:27:04.388Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-11T07:27:04.668Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-11T07:27:04.668Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T07:27:04.668Z] OK: 221 MiB in 53 packages [2021-01-11T07:27:09.018Z] Removing intermediate container c0ed1c4fa44a [2021-01-11T07:27:09.018Z] ---> 82919678c582 [2021-01-11T07:27:09.018Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-11T07:27:09.018Z] ---> Running in 57e97f802699 [2021-01-11T07:27:09.295Z] Removing intermediate container 57e97f802699 [2021-01-11T07:27:09.295Z] ---> daeedfc2f4a5 [2021-01-11T07:27:09.295Z] Step 7/8 : COPY . . [2021-01-11T07:27:09.376Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-11T07:27:10.333Z] ---> 8aade83920c3 [2021-01-11T07:27:10.333Z] Step 8/8 : RUN go mod download [2021-01-11T07:27:10.333Z] ---> Running in 90aefb5a6e52 [2021-01-11T07:27:12.704Z] Removing intermediate container 4672a2070829 [2021-01-11T07:27:12.705Z] ---> 53df3174a4ac [2021-01-11T07:27:12.705Z] Step 12/22 : FROM alpine:3.12 [2021-01-11T07:27:12.705Z] 3.12: Pulling from library/alpine [2021-01-11T07:27:12.970Z] 801bfaa63ef2: Pulling fs layer [2021-01-11T07:27:12.970Z] 801bfaa63ef2: Verifying Checksum [2021-01-11T07:27:12.970Z] 801bfaa63ef2: Download complete [2021-01-11T07:27:13.232Z] 801bfaa63ef2: Pull complete [2021-01-11T07:27:13.232Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T07:27:13.232Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T07:27:13.232Z] ---> 389fef711851 [2021-01-11T07:27:13.232Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-11T07:27:13.497Z] ---> Running in 0cd1a8fb467b [2021-01-11T07:27:13.760Z] Removing intermediate container 0cd1a8fb467b [2021-01-11T07:27:13.760Z] ---> 74d8a566c912 [2021-01-11T07:27:13.760Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-11T07:27:13.760Z] ---> Running in a1462b731000 [2021-01-11T07:27:13.760Z] Removing intermediate container a1462b731000 [2021-01-11T07:27:13.760Z] ---> d6c7f8c5139d [2021-01-11T07:27:13.760Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-11T07:27:14.709Z] ---> d775700b2e00 [2021-01-11T07:27:14.709Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-11T07:27:14.709Z] ---> ee5a23d0c579 [2021-01-11T07:27:14.709Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-11T07:27:14.975Z] ---> ef800ede5d7d [2021-01-11T07:27:14.975Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-11T07:27:14.975Z] ---> Running in 85d5e588c681 [2021-01-11T07:27:15.240Z] Removing intermediate container 85d5e588c681 [2021-01-11T07:27:15.240Z] ---> ca7a1549a2a6 [2021-01-11T07:27:15.240Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T07:27:15.240Z] ---> Running in fcb1e0e81c61 [2021-01-11T07:27:15.502Z] Removing intermediate container fcb1e0e81c61 [2021-01-11T07:27:15.502Z] ---> a8b613ac8942 [2021-01-11T07:27:15.502Z] Step 20/22 : LABEL arch=amd64 [2021-01-11T07:27:15.502Z] ---> Running in 6a7e7233b3eb [2021-01-11T07:27:15.502Z] Removing intermediate container 6a7e7233b3eb [2021-01-11T07:27:15.502Z] ---> 324763b3f177 [2021-01-11T07:27:15.502Z] Step 21/22 : LABEL git_sha=14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:27:15.764Z] ---> Running in 9a8048bdc72b [2021-01-11T07:27:15.764Z] Removing intermediate container 9a8048bdc72b [2021-01-11T07:27:15.764Z] ---> dd19059dd4c1 [2021-01-11T07:27:15.764Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2021-01-11T07:27:16.029Z] ---> Running in b0b8ab1da2b9 [2021-01-11T07:27:16.029Z] Removing intermediate container b0b8ab1da2b9 [2021-01-11T07:27:16.029Z] ---> cdfebd723c0d [2021-01-11T07:27:16.029Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T07:27:16.029Z] Successfully built cdfebd723c0d [2021-01-11T07:27:16.029Z] 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-11T07:27:16.329Z] provisioning config files... [2021-01-11T07:27:16.402Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/37@tmp/config1000938634256093536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:27:16.758Z] ---> docker-login.sh [2021-01-11T07:27:16.758Z] nexus3.edgexfoundry.org:10001 [2021-01-11T07:27:16.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:27:17.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:27:17.021Z] Configure a credential helper to remove this warning. See [2021-01-11T07:27:17.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:27:17.021Z] [2021-01-11T07:27:17.021Z] Login Succeeded [2021-01-11T07:27:17.021Z] nexus3.edgexfoundry.org:10002 [2021-01-11T07:27:17.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:27:17.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:27:17.021Z] Configure a credential helper to remove this warning. See [2021-01-11T07:27:17.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:27:17.021Z] [2021-01-11T07:27:17.021Z] Login Succeeded [2021-01-11T07:27:17.021Z] nexus3.edgexfoundry.org:10003 [2021-01-11T07:27:17.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:27:17.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:27:17.286Z] Configure a credential helper to remove this warning. See [2021-01-11T07:27:17.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:27:17.286Z] [2021-01-11T07:27:17.286Z] Login Succeeded [2021-01-11T07:27:17.286Z] nexus3.edgexfoundry.org:10004 [2021-01-11T07:27:17.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:27:17.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:27:17.554Z] Configure a credential helper to remove this warning. See [2021-01-11T07:27:17.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:27:17.554Z] [2021-01-11T07:27:17.554Z] Login Succeeded [2021-01-11T07:27:17.554Z] docker.io [2021-01-11T07:27:17.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:27:17.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:27:17.817Z] Configure a credential helper to remove this warning. See [2021-01-11T07:27:17.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:27:17.817Z] [2021-01-11T07:27:17.817Z] Login Succeeded [2021-01-11T07:27:17.817Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T07:27:17.829Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T07:27:18.054Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-01-11T07:27:18.054Z] 14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:27:18.054Z] latest [2021-01-11T07:27:18.054Z] 1.3.1-dev.4 [2021-01-11T07:27:18.054Z] 14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [2021-01-11T07:27:18.054Z] master [2021-01-11T07:27:18.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:18.545Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:14ab43fad92bd248aba56f332b2aaf744f255a41 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:18.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:27:18.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-11T07:27:18.851Z] 8783a5aaddb5: Preparing [2021-01-11T07:27:18.851Z] ec3d55af1336: Preparing [2021-01-11T07:27:18.851Z] 72e9816f0391: Preparing [2021-01-11T07:27:18.851Z] 777b2c648970: Preparing [2021-01-11T07:27:18.851Z] 777b2c648970: Layer already exists [2021-01-11T07:27:19.119Z] ec3d55af1336: Pushed [2021-01-11T07:27:19.119Z] 8783a5aaddb5: Pushed [2021-01-11T07:27:20.518Z] 72e9816f0391: Pushed [2021-01-11T07:27:20.518Z] 14ab43fad92bd248aba56f332b2aaf744f255a41: digest: sha256:f06316d6c401f310b6d5249c983ee262dc49b1f877778585c4ab139b1feaefdb size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:20.830Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:21.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-01-11T07:27:21.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-11T07:27:21.140Z] 8783a5aaddb5: Preparing [2021-01-11T07:27:21.140Z] ec3d55af1336: Preparing [2021-01-11T07:27:21.140Z] 72e9816f0391: Preparing [2021-01-11T07:27:21.140Z] 777b2c648970: Preparing [2021-01-11T07:27:21.140Z] 8783a5aaddb5: Layer already exists [2021-01-11T07:27:21.140Z] ec3d55af1336: Layer already exists [2021-01-11T07:27:21.140Z] 777b2c648970: Layer already exists [2021-01-11T07:27:21.140Z] 72e9816f0391: Layer already exists [2021-01-11T07:27:21.140Z] latest: digest: sha256:f06316d6c401f310b6d5249c983ee262dc49b1f877778585c4ab139b1feaefdb size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:21.458Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:21.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.4 [2021-01-11T07:27:21.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-11T07:27:21.764Z] 8783a5aaddb5: Preparing [2021-01-11T07:27:21.764Z] ec3d55af1336: Preparing [2021-01-11T07:27:21.764Z] 72e9816f0391: Preparing [2021-01-11T07:27:21.764Z] 777b2c648970: Preparing [2021-01-11T07:27:21.764Z] ec3d55af1336: Layer already exists [2021-01-11T07:27:21.764Z] 777b2c648970: Layer already exists [2021-01-11T07:27:21.764Z] 72e9816f0391: Layer already exists [2021-01-11T07:27:21.764Z] 8783a5aaddb5: Layer already exists [2021-01-11T07:27:21.764Z] 1.3.1-dev.4: digest: sha256:f06316d6c401f310b6d5249c983ee262dc49b1f877778585c4ab139b1feaefdb size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:22.074Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:22.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [2021-01-11T07:27:22.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-11T07:27:22.375Z] 8783a5aaddb5: Preparing [2021-01-11T07:27:22.375Z] ec3d55af1336: Preparing [2021-01-11T07:27:22.375Z] 72e9816f0391: Preparing [2021-01-11T07:27:22.375Z] 777b2c648970: Preparing [2021-01-11T07:27:22.375Z] 8783a5aaddb5: Layer already exists [2021-01-11T07:27:22.375Z] ec3d55af1336: Layer already exists [2021-01-11T07:27:22.375Z] 72e9816f0391: Layer already exists [2021-01-11T07:27:22.375Z] 777b2c648970: Layer already exists [2021-01-11T07:27:22.375Z] 14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4: digest: sha256:f06316d6c401f310b6d5249c983ee262dc49b1f877778585c4ab139b1feaefdb size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:22.681Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:22.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-01-11T07:27:22.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-11T07:27:22.979Z] 8783a5aaddb5: Preparing [2021-01-11T07:27:22.979Z] ec3d55af1336: Preparing [2021-01-11T07:27:22.979Z] 72e9816f0391: Preparing [2021-01-11T07:27:22.979Z] 777b2c648970: Preparing [2021-01-11T07:27:22.979Z] ec3d55af1336: Layer already exists [2021-01-11T07:27:22.979Z] 72e9816f0391: Layer already exists [2021-01-11T07:27:22.979Z] 777b2c648970: Layer already exists [2021-01-11T07:27:22.979Z] 8783a5aaddb5: Layer already exists [2021-01-11T07:27:22.979Z] master: digest: sha256:f06316d6c401f310b6d5249c983ee262dc49b1f877778585c4ab139b1feaefdb size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T07:27:23.208Z] ===================================================== [Pipeline] echo [2021-01-11T07:27:23.255Z] taggedImages: [2021-01-11T07:27:23.256Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:27:23.256Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-01-11T07:27:23.256Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.4 [2021-01-11T07:27:23.256Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [2021-01-11T07:27:23.256Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-11T07:27:37.183Z] Removing intermediate container 90aefb5a6e52 [2021-01-11T07:27:37.183Z] ---> 6ff98d784fdf [2021-01-11T07:27:37.183Z] Successfully built 6ff98d784fdf [2021-01-11T07:27:37.183Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:37.535Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T07:27:37.535Z] . [Pipeline] withDockerContainer [2021-01-11T07:27:37.827Z] prd-ubuntu18.04-docker-arm64-4c-16g-19455 does not seem to be running inside a container [2021-01-11T07:27:37.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/37 -v /w/workspace/device-virtual-go/37:/w/workspace/device-virtual-go/37:rw,z -v /w/workspace/device-virtual-go/37@tmp:/w/workspace/device-virtual-go/37@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 ******** ci-base-image-arm64 cat [2021-01-11T07:27:39.466Z] $ docker top 462055f13be058bcace2ee8abc03f60dd04953ac46025b1c48ed1734d31fef28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T07:27:40.541Z] + go version [2021-01-11T07:27:40.541Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T07:27:40.570Z] $ docker stop --time=1 462055f13be058bcace2ee8abc03f60dd04953ac46025b1c48ed1734d31fef28 [2021-01-11T07:27:42.461Z] $ docker rm -f 462055f13be058bcace2ee8abc03f60dd04953ac46025b1c48ed1734d31fef28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:27:43.440Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T07:27:43.440Z] . [Pipeline] withDockerContainer [2021-01-11T07:27:43.675Z] prd-ubuntu18.04-docker-arm64-4c-16g-19455 does not seem to be running inside a container [2021-01-11T07:27:43.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/37 -v /w/workspace/device-virtual-go/37:/w/workspace/device-virtual-go/37:rw,z -v /w/workspace/device-virtual-go/37@tmp:/w/workspace/device-virtual-go/37@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 ******** ci-base-image-arm64 cat [2021-01-11T07:27:45.247Z] $ docker top 508b2e1f101e61b98b6437f4034aa0d4708ebfbae6b52ae32c0004b1023dbf0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T07:27:46.289Z] + make test [2021-01-11T07:27:46.289Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-11T07:27:47.749Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-11T07:28:34.794Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-11T07:28:34.794Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.601s coverage: 64.4% of statements [2021-01-11T07:28:34.794Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T07:28:43.092Z] gofmt -l . [2021-01-11T07:28:43.092Z] [ "`gofmt -l .`" = "" ] [2021-01-11T07:28:43.092Z] ./bin/test-attribution-txt.sh [2021-01-11T07:28:44.095Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T07:28:44.398Z] $ docker stop --time=1 508b2e1f101e61b98b6437f4034aa0d4708ebfbae6b52ae32c0004b1023dbf0d [2021-01-11T07:28:46.588Z] $ docker rm -f 508b2e1f101e61b98b6437f4034aa0d4708ebfbae6b52ae32c0004b1023dbf0d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T07:28:47.446Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T07:28:47.514Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T07:28:48.264Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T07:28:49.052Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T07:28:49.476Z] + ls -al . [2021-01-11T07:28:49.476Z] total 148 [2021-01-11T07:28:49.476Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 11 07:28 . [2021-01-11T07:28:49.476Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 07:26 .. [2021-01-11T07:28:49.476Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 07:26 .git [2021-01-11T07:28:49.476Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 07:26 .github [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 11 07:26 .gitignore [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 11 07:26 Attribution.txt [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 11 07:26 Dockerfile [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 11 07:26 Dockerfile.build [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 11 07:26 Jenkinsfile [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 07:26 LICENSE [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 11 07:26 Makefile [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 11 07:26 README.md [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 07:23 VERSION [2021-01-11T07:28:49.476Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 07:26 bin [2021-01-11T07:28:49.476Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 07:26 cmd [2021-01-11T07:28:49.476Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 11 07:28 coverage.out [2021-01-11T07:28:49.476Z] -rw-r--r-- 1 jenkins jenkins 856 Jan 11 07:28 go.mod [2021-01-11T07:28:49.476Z] -rw-r--r-- 1 jenkins jenkins 16346 Jan 11 07:28 go.sum [2021-01-11T07:28:49.476Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 07:26 internal [2021-01-11T07:28:49.476Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 11 07:26 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:28:49.864Z] + 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=14ab43fad92bd248aba56f332b2aaf744f255a41 --label arch=arm64 --label version=1.3.1-dev.4 . [2021-01-11T07:28:50.151Z] Sending build context to Docker daemon 543.2kB [2021-01-11T07:28:50.151Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T07:28:50.151Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-11T07:28:50.151Z] ---> 6ff98d784fdf [2021-01-11T07:28:50.151Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-11T07:28:50.430Z] ---> Running in 4e4fba01e35c [2021-01-11T07:28:51.033Z] Removing intermediate container 4e4fba01e35c [2021-01-11T07:28:51.033Z] ---> 8c1eb67042ea [2021-01-11T07:28:51.033Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-11T07:28:51.033Z] ---> Running in 9e903561b196 [2021-01-11T07:28:51.629Z] Removing intermediate container 9e903561b196 [2021-01-11T07:28:51.629Z] ---> b30d6fad10ec [2021-01-11T07:28:51.629Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-11T07:28:51.629Z] ---> Running in 2db4775dc1e8 [2021-01-11T07:28:52.235Z] Removing intermediate container 2db4775dc1e8 [2021-01-11T07:28:52.235Z] ---> 53e484f685a3 [2021-01-11T07:28:52.235Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T07:28:52.235Z] ---> Running in beb5c6d10b86 [2021-01-11T07:28:54.880Z] Removing intermediate container beb5c6d10b86 [2021-01-11T07:28:54.880Z] ---> a7516393fc66 [2021-01-11T07:28:54.880Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-11T07:28:54.880Z] ---> Running in 85b5dd016157 [2021-01-11T07:28:55.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T07:28:56.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T07:28:57.046Z] OK: 221 MiB in 53 packages [2021-01-11T07:28:58.033Z] Removing intermediate container 85b5dd016157 [2021-01-11T07:28:58.033Z] ---> 60ccf1130799 [2021-01-11T07:28:58.034Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-11T07:28:58.307Z] ---> Running in ea5326417b96 [2021-01-11T07:28:58.912Z] Removing intermediate container ea5326417b96 [2021-01-11T07:28:58.912Z] ---> 25fd17b21d47 [2021-01-11T07:28:58.912Z] Step 9/22 : COPY . . [2021-01-11T07:28:59.508Z] ---> bb68a0bd3a6d [2021-01-11T07:28:59.508Z] Step 10/22 : ARG MAKE='make build' [2021-01-11T07:28:59.786Z] ---> Running in 62f943791eb9 [2021-01-11T07:29:00.063Z] Removing intermediate container 62f943791eb9 [2021-01-11T07:29:00.063Z] ---> bddce08e1391 [2021-01-11T07:29:00.063Z] Step 11/22 : RUN $MAKE [2021-01-11T07:29:00.335Z] ---> Running in 8aa9382ddba0 [2021-01-11T07:29:01.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.4" -o cmd/device-virtual ./cmd [2021-01-11T07:29:33.761Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-11T07:29:42.046Z] Removing intermediate container 8aa9382ddba0 [2021-01-11T07:29:42.046Z] ---> c54e2c4b75c1 [2021-01-11T07:29:42.046Z] Step 12/22 : FROM alpine:3.12 [2021-01-11T07:29:42.046Z] 3.12: Pulling from library/alpine [2021-01-11T07:29:42.046Z] 159e5727ea61: Pulling fs layer [2021-01-11T07:29:42.046Z] 159e5727ea61: Verifying Checksum [2021-01-11T07:29:42.046Z] 159e5727ea61: Download complete [2021-01-11T07:29:42.320Z] 159e5727ea61: Pull complete [2021-01-11T07:29:42.320Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T07:29:42.595Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T07:29:42.595Z] ---> afeebe901d6b [2021-01-11T07:29:42.595Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-11T07:29:42.874Z] ---> Running in ac3c34d5d449 [2021-01-11T07:29:43.479Z] Removing intermediate container ac3c34d5d449 [2021-01-11T07:29:43.479Z] ---> 5dcf9f8f1787 [2021-01-11T07:29:43.479Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-11T07:29:43.479Z] ---> Running in ee7709b271d6 [2021-01-11T07:29:44.079Z] Removing intermediate container ee7709b271d6 [2021-01-11T07:29:44.079Z] ---> 95da6cd625e4 [2021-01-11T07:29:44.079Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-11T07:29:45.526Z] ---> 45794ebd45fc [2021-01-11T07:29:45.526Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-11T07:29:46.508Z] ---> 44c923b5a22e [2021-01-11T07:29:46.508Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-11T07:29:47.107Z] ---> 896bb74d20e1 [2021-01-11T07:29:47.107Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-11T07:29:47.379Z] ---> Running in 0671b2d61866 [2021-01-11T07:29:47.970Z] Removing intermediate container 0671b2d61866 [2021-01-11T07:29:47.970Z] ---> 5636c95eb980 [2021-01-11T07:29:47.970Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T07:29:48.242Z] ---> Running in f6699c32d0b1 [2021-01-11T07:29:48.518Z] Removing intermediate container f6699c32d0b1 [2021-01-11T07:29:48.518Z] ---> a25bdbba7c2b [2021-01-11T07:29:48.518Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T07:29:48.792Z] ---> Running in 3940001e1daf [2021-01-11T07:29:49.397Z] Removing intermediate container 3940001e1daf [2021-01-11T07:29:49.397Z] ---> 924f9beb7504 [2021-01-11T07:29:49.397Z] Step 21/22 : LABEL git_sha=14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:29:49.397Z] ---> Running in d910cc92ca35 [2021-01-11T07:29:49.996Z] Removing intermediate container d910cc92ca35 [2021-01-11T07:29:49.996Z] ---> 880026001bd2 [2021-01-11T07:29:49.996Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2021-01-11T07:29:50.271Z] ---> Running in 7e9ecb670e7c [2021-01-11T07:29:50.549Z] Removing intermediate container 7e9ecb670e7c [2021-01-11T07:29:50.549Z] ---> 8d8b4f6c33b9 [2021-01-11T07:29:50.549Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T07:29:50.549Z] Successfully built 8d8b4f6c33b9 [2021-01-11T07:29:50.824Z] 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-11T07:29:51.389Z] provisioning config files... [2021-01-11T07:29:51.429Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/37@tmp/config1337551832481337740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:29:51.825Z] ---> docker-login.sh [2021-01-11T07:29:51.825Z] nexus3.edgexfoundry.org:10001 [2021-01-11T07:29:52.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:29:52.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:29:52.101Z] Configure a credential helper to remove this warning. See [2021-01-11T07:29:52.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:29:52.101Z] [2021-01-11T07:29:52.101Z] Login Succeeded [2021-01-11T07:29:52.101Z] nexus3.edgexfoundry.org:10002 [2021-01-11T07:29:52.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:29:52.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:29:52.696Z] Configure a credential helper to remove this warning. See [2021-01-11T07:29:52.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:29:52.696Z] [2021-01-11T07:29:52.696Z] Login Succeeded [2021-01-11T07:29:52.696Z] nexus3.edgexfoundry.org:10003 [2021-01-11T07:29:52.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:29:53.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:29:53.249Z] Configure a credential helper to remove this warning. See [2021-01-11T07:29:53.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:29:53.249Z] [2021-01-11T07:29:53.249Z] Login Succeeded [2021-01-11T07:29:53.249Z] nexus3.edgexfoundry.org:10004 [2021-01-11T07:29:53.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:29:53.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:29:53.521Z] Configure a credential helper to remove this warning. See [2021-01-11T07:29:53.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:29:53.521Z] [2021-01-11T07:29:53.521Z] Login Succeeded [2021-01-11T07:29:53.793Z] docker.io [2021-01-11T07:29:54.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T07:29:54.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T07:29:54.340Z] Configure a credential helper to remove this warning. See [2021-01-11T07:29:54.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T07:29:54.340Z] [2021-01-11T07:29:54.340Z] Login Succeeded [2021-01-11T07:29:54.340Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T07:29:54.361Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T07:29:54.709Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-01-11T07:29:54.709Z] 14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:29:54.709Z] latest [2021-01-11T07:29:54.709Z] 1.3.1-dev.4 [2021-01-11T07:29:54.709Z] 14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [2021-01-11T07:29:54.709Z] master [2021-01-11T07:29:54.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:29:55.276Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:14ab43fad92bd248aba56f332b2aaf744f255a41 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:29:55.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:29:55.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-11T07:29:55.625Z] 98d6aaeadcba: Preparing [2021-01-11T07:29:55.625Z] 58904c17d86a: Preparing [2021-01-11T07:29:55.625Z] 8a6cab1b0e9b: Preparing [2021-01-11T07:29:55.625Z] 379067d0cb53: Preparing [2021-01-11T07:29:55.904Z] 379067d0cb53: Layer already exists [2021-01-11T07:29:55.904Z] 58904c17d86a: Pushed [2021-01-11T07:29:55.904Z] 98d6aaeadcba: Pushed [2021-01-11T07:29:59.284Z] 8a6cab1b0e9b: Pushed [2021-01-11T07:29:59.284Z] 14ab43fad92bd248aba56f332b2aaf744f255a41: digest: sha256:0fbd26648682b74af24bc9d2c6f8b4d1547de785bd5ba678789c0c09cd87b0c7 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:29:59.635Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:29:59.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-01-11T07:29:59.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-11T07:29:59.978Z] 98d6aaeadcba: Preparing [2021-01-11T07:29:59.978Z] 58904c17d86a: Preparing [2021-01-11T07:29:59.978Z] 8a6cab1b0e9b: Preparing [2021-01-11T07:29:59.978Z] 379067d0cb53: Preparing [2021-01-11T07:30:00.254Z] 8a6cab1b0e9b: Layer already exists [2021-01-11T07:30:00.254Z] 379067d0cb53: Layer already exists [2021-01-11T07:30:00.254Z] 98d6aaeadcba: Layer already exists [2021-01-11T07:30:00.254Z] 58904c17d86a: Layer already exists [2021-01-11T07:30:00.254Z] latest: digest: sha256:0fbd26648682b74af24bc9d2c6f8b4d1547de785bd5ba678789c0c09cd87b0c7 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:00.609Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:00.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.4 [2021-01-11T07:30:00.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-11T07:30:00.955Z] 98d6aaeadcba: Preparing [2021-01-11T07:30:00.955Z] 58904c17d86a: Preparing [2021-01-11T07:30:00.955Z] 8a6cab1b0e9b: Preparing [2021-01-11T07:30:00.955Z] 379067d0cb53: Preparing [2021-01-11T07:30:00.955Z] 58904c17d86a: Layer already exists [2021-01-11T07:30:00.955Z] 379067d0cb53: Layer already exists [2021-01-11T07:30:00.955Z] 98d6aaeadcba: Layer already exists [2021-01-11T07:30:00.955Z] 8a6cab1b0e9b: Layer already exists [2021-01-11T07:30:01.229Z] 1.3.1-dev.4: digest: sha256:0fbd26648682b74af24bc9d2c6f8b4d1547de785bd5ba678789c0c09cd87b0c7 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:01.588Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:01.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [2021-01-11T07:30:01.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-11T07:30:01.943Z] 98d6aaeadcba: Preparing [2021-01-11T07:30:01.943Z] 58904c17d86a: Preparing [2021-01-11T07:30:01.943Z] 8a6cab1b0e9b: Preparing [2021-01-11T07:30:01.943Z] 379067d0cb53: Preparing [2021-01-11T07:30:02.236Z] 379067d0cb53: Layer already exists [2021-01-11T07:30:02.236Z] 98d6aaeadcba: Layer already exists [2021-01-11T07:30:02.236Z] 8a6cab1b0e9b: Layer already exists [2021-01-11T07:30:02.236Z] 58904c17d86a: Layer already exists [2021-01-11T07:30:02.236Z] 14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4: digest: sha256:0fbd26648682b74af24bc9d2c6f8b4d1547de785bd5ba678789c0c09cd87b0c7 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:02.599Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:02.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-01-11T07:30:02.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-11T07:30:03.262Z] 98d6aaeadcba: Preparing [2021-01-11T07:30:03.262Z] 58904c17d86a: Preparing [2021-01-11T07:30:03.262Z] 8a6cab1b0e9b: Preparing [2021-01-11T07:30:03.262Z] 379067d0cb53: Preparing [2021-01-11T07:30:03.262Z] 58904c17d86a: Layer already exists [2021-01-11T07:30:03.262Z] 8a6cab1b0e9b: Layer already exists [2021-01-11T07:30:03.262Z] 379067d0cb53: Layer already exists [2021-01-11T07:30:03.262Z] 98d6aaeadcba: Layer already exists [2021-01-11T07:30:03.539Z] master: digest: sha256:0fbd26648682b74af24bc9d2c6f8b4d1547de785bd5ba678789c0c09cd87b0c7 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T07:30:03.756Z] ===================================================== [Pipeline] echo [2021-01-11T07:30:03.812Z] taggedImages: [2021-01-11T07:30:03.812Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:14ab43fad92bd248aba56f332b2aaf744f255a41 [2021-01-11T07:30:03.812Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-01-11T07:30:03.812Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.4 [2021-01-11T07:30:03.812Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:14ab43fad92bd248aba56f332b2aaf744f255a41-1.3.1-dev.4 [2021-01-11T07:30:03.812Z] - 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-11T07:30:05.275Z] provisioning config files... [2021-01-11T07:30:05.285Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2712397393580718664tmp [Pipeline] { [Pipeline] sh [2021-01-11T07:30:05.696Z] + set +x [2021-01-11T07:30:05.696Z] + curl -s https://codecov.io/bash [2021-01-11T07:30:05.696Z] + bash -s -- [2021-01-11T07:30:05.696Z] [2021-01-11T07:30:05.696Z] _____ _ [2021-01-11T07:30:05.696Z] / ____| | | [2021-01-11T07:30:05.696Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T07:30:05.696Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T07:30:05.696Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T07:30:05.696Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T07:30:05.696Z] Bash-20201231-23d4836 [2021-01-11T07:30:05.696Z] [2021-01-11T07:30:05.696Z] [2021-01-11T07:30:05.962Z] ==> git version 2.24.3 found [2021-01-11T07:30:05.962Z] ==> 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-11T07:30:05.962Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T07:30:05.962Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T07:30:05.962Z] ==> Jenkins CI detected. [2021-01-11T07:30:05.962Z] project root: . [2021-01-11T07:30:05.962Z] --> token set from env [2021-01-11T07:30:05.962Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T07:30:05.962Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T07:30:05.962Z] ==> Python coveragepy not found [2021-01-11T07:30:05.962Z] ==> Searching for coverage reports in: [2021-01-11T07:30:05.962Z] + . [2021-01-11T07:30:05.962Z] -> Found 1 reports [2021-01-11T07:30:05.962Z] ==> Detecting git/mercurial file structure [2021-01-11T07:30:05.962Z] ==> Reading reports [2021-01-11T07:30:05.962Z] + ./coverage.out bytes=47242 [2021-01-11T07:30:05.962Z] ==> Appending adjustments [2021-01-11T07:30:05.962Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T07:30:05.962Z] + Found adjustments [2021-01-11T07:30:05.962Z] ==> Gzipping contents [2021-01-11T07:30:05.962Z] 8.0K /tmp/codecov.QZplhd.gz [2021-01-11T07:30:05.962Z] ==> Uploading reports [2021-01-11T07:30:05.962Z] url: https://codecov.io [2021-01-11T07:30:05.962Z] query: branch=master&commit=14ab43fad92bd248aba56f332b2aaf744f255a41&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T07:30:05.962Z] -> Pinging Codecov [2021-01-11T07:30:05.962Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=14ab43fad92bd248aba56f332b2aaf744f255a41&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T07:30:06.917Z] -> Uploading to [2021-01-11T07:30:06.917Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/5E52B4B073DB2E39498172D8E973AA87/14ab43fad92bd248aba56f332b2aaf744f255a41/9e0e99a6-3800-4386-8dac-f79a4b5e4037.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T073006Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c08cb54b977b03bc36488d28d5fda81afa0c09c553567acca08dc8bbffc2f6d [2021-01-11T07:30:06.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T07:30:06.917Z] Dload Upload Total Spent Left Speed [2021-01-11T07:30:07.179Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5792 0 0 100 5792 0 15369 --:--:-- --:--:-- --:--:-- 15363 [2021-01-11T07:30:07.179Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/14ab43fad92bd248aba56f332b2aaf744f255a41 [Pipeline] } [2021-01-11T07:30:07.189Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-11T07:30:08.212Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-11T07:30:08.289Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:08.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T07:30:08.654Z] [2021-01-11T07:30:08.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:09.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T07:30:09.024Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-11T07:30:09.024Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T07:30:09.024Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T07:30:09.024Z] de9db76c5a1d: Pulling fs layer [2021-01-11T07:30:09.024Z] 0eba1c9be4d2: Pulling fs layer [2021-01-11T07:30:09.024Z] 0d57e429df01: Pulling fs layer [2021-01-11T07:30:09.024Z] 4e4be7b47b0d: Pulling fs layer [2021-01-11T07:30:09.024Z] e1f770b5df2f: Pulling fs layer [2021-01-11T07:30:09.024Z] 85a0685a4137: Pulling fs layer [2021-01-11T07:30:09.024Z] 0eba1c9be4d2: Waiting [2021-01-11T07:30:09.024Z] 0d57e429df01: Waiting [2021-01-11T07:30:09.024Z] 4e4be7b47b0d: Waiting [2021-01-11T07:30:09.024Z] e1f770b5df2f: Waiting [2021-01-11T07:30:09.024Z] 85a0685a4137: Waiting [2021-01-11T07:30:09.024Z] de9db76c5a1d: Verifying Checksum [2021-01-11T07:30:09.024Z] de9db76c5a1d: Download complete [2021-01-11T07:30:09.024Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T07:30:09.024Z] 0ef7d3d256c8: Download complete [2021-01-11T07:30:09.024Z] 0d57e429df01: Verifying Checksum [2021-01-11T07:30:09.024Z] 0d57e429df01: Download complete [2021-01-11T07:30:09.024Z] 4e4be7b47b0d: Download complete [2021-01-11T07:30:09.024Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T07:30:09.024Z] 188c0c94c7c5: Download complete [2021-01-11T07:30:09.619Z] 188c0c94c7c5: Pull complete [2021-01-11T07:30:09.884Z] 0ef7d3d256c8: Pull complete [2021-01-11T07:30:09.884Z] e1f770b5df2f: Verifying Checksum [2021-01-11T07:30:09.884Z] e1f770b5df2f: Download complete [2021-01-11T07:30:09.884Z] de9db76c5a1d: Pull complete [2021-01-11T07:30:12.462Z] 0eba1c9be4d2: Verifying Checksum [2021-01-11T07:30:12.462Z] 0eba1c9be4d2: Download complete [2021-01-11T07:30:12.730Z] 85a0685a4137: Verifying Checksum [2021-01-11T07:30:12.730Z] 85a0685a4137: Download complete [2021-01-11T07:30:18.076Z] 0eba1c9be4d2: Pull complete [2021-01-11T07:30:18.076Z] 0d57e429df01: Pull complete [2021-01-11T07:30:18.076Z] 4e4be7b47b0d: Pull complete [2021-01-11T07:30:20.047Z] e1f770b5df2f: Pull complete [2021-01-11T07:30:28.313Z] 85a0685a4137: Pull complete [2021-01-11T07:30:28.313Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-11T07:30:28.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T07:30:28.313Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-11T07:30:28.544Z] prd-centos7-docker-4c-2g-19451 does not seem to be running inside a container [2021-01-11T07:30:28.599Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-11T07:30:30.435Z] $ docker top f32c46b912ac8cf2cadf2d2f2a6d7c005944c2844a49421fb02560a09fbf7182 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T07:30:30.740Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-11T07:30:31.037Z] + set -o pipefail [2021-01-11T07:30:31.037Z] + snyk monitor '--org=edgex-jenkins' [2021-01-11T07:30:41.087Z] [2021-01-11T07:30:41.087Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-01-11T07:30:41.087Z] [2021-01-11T07:30:41.087Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/c38cb6c0-79b9-4bb6-b563-8935ffb8dc5b [2021-01-11T07:30:41.087Z] [2021-01-11T07:30:41.087Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-11T07:30:41.087Z] [2021-01-11T07:30:41.087Z] [Pipeline] } [2021-01-11T07:30:41.106Z] $ docker stop --time=1 f32c46b912ac8cf2cadf2d2f2a6d7c005944c2844a49421fb02560a09fbf7182 [2021-01-11T07:30:43.874Z] $ docker rm -f f32c46b912ac8cf2cadf2d2f2a6d7c005944c2844a49421fb02560a09fbf7182 [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-11T07:30:45.802Z] + git log --format=format:%s -1 14ab43fad92bd248aba56f332b2aaf744f255a41 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:46.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T07:30:46.117Z] . [Pipeline] withDockerContainer [2021-01-11T07:30:46.242Z] prd-centos7-docker-4c-2g-19451 does not seem to be running inside a container [2021-01-11T07:30:46.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T07:30:47.253Z] $ docker top ee12fb211861a37d34265c2034d1502644956b4ac436749611682c18167dbb4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T07:30:47.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T07:30:47.638Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T07:30:47.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T07:30:47.925Z] $ docker exec ee12fb211861a37d34265c2034d1502644956b4ac436749611682c18167dbb4b ssh-agent [2021-01-11T07:30:48.095Z] SSH_AUTH_SOCK=/tmp/ssh-LHYQYpUAUFX0/agent.11 [2021-01-11T07:30:48.095Z] SSH_AGENT_PID=16 [2021-01-11T07:30:48.105Z] Running ssh-add (command line suppressed) [2021-01-11T07:30:48.246Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6109395712988019261.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6109395712988019261.key) [2021-01-11T07:30:48.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T07:30:48.666Z] + git semver tag [2021-01-11T07:30:48.929Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T07:30:48.929Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-11T07:30:48.929Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-11T07:30:48.929Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T07:30:48.929Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T07:30:48.929Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T07:30:48.929Z] # $SEMVER_BRANCH = master [2021-01-11T07:30:48.929Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-01-11T07:30:48.929Z] # 14ab43fad92bd248aba56f332b2aaf744f255a41 HEAD [2021-01-11T07:30:48.929Z] # -> Force: false [2021-01-11T07:30:48.929Z] # 20d007d44d38125181117f2b6e7ff9de0bd7a0ea refs/tags/v1.3.1-dev.4 [Pipeline] } [2021-01-11T07:30:48.946Z] $ docker exec --env ******** --env ******** ee12fb211861a37d34265c2034d1502644956b4ac436749611682c18167dbb4b ssh-agent -k [2021-01-11T07:30:49.066Z] unset SSH_AUTH_SOCK; [2021-01-11T07:30:49.066Z] unset SSH_AGENT_PID; [2021-01-11T07:30:49.066Z] echo Agent pid 16 killed; [2021-01-11T07:30:49.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T07:30:49.681Z] + git semver [Pipeline] } [2021-01-11T07:30:49.767Z] $ docker stop --time=1 ee12fb211861a37d34265c2034d1502644956b4ac436749611682c18167dbb4b [2021-01-11T07:30:51.148Z] $ docker rm -f ee12fb211861a37d34265c2034d1502644956b4ac436749611682c18167dbb4b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:51.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T07:30:51.811Z] [2021-01-11T07:30:51.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:30:52.179Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T07:30:52.179Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-11T07:30:52.179Z] ab5ef0e58194: Pulling fs layer [2021-01-11T07:30:52.179Z] 9712f1f96733: Pulling fs layer [2021-01-11T07:30:52.179Z] 63f879dbbcfc: Pulling fs layer [2021-01-11T07:30:52.179Z] 0d9ebad4ef96: Pulling fs layer [2021-01-11T07:30:52.179Z] e9a5061849ea: Pulling fs layer [2021-01-11T07:30:52.179Z] d747dcd14b5f: Pulling fs layer [2021-01-11T07:30:52.179Z] 2de7ff778b66: Pulling fs layer [2021-01-11T07:30:52.179Z] e9a5061849ea: Waiting [2021-01-11T07:30:52.179Z] d747dcd14b5f: Waiting [2021-01-11T07:30:52.179Z] 2de7ff778b66: Waiting [2021-01-11T07:30:52.179Z] 0d9ebad4ef96: Waiting [2021-01-11T07:30:52.179Z] 9712f1f96733: Verifying Checksum [2021-01-11T07:30:52.179Z] 9712f1f96733: Download complete [2021-01-11T07:30:53.574Z] 63f879dbbcfc: Verifying Checksum [2021-01-11T07:30:53.574Z] 63f879dbbcfc: Download complete [2021-01-11T07:30:53.574Z] e9a5061849ea: Download complete [2021-01-11T07:30:53.574Z] d747dcd14b5f: Verifying Checksum [2021-01-11T07:30:53.574Z] d747dcd14b5f: Download complete [2021-01-11T07:30:54.148Z] 2de7ff778b66: Verifying Checksum [2021-01-11T07:30:54.148Z] 2de7ff778b66: Download complete [2021-01-11T07:30:54.148Z] 0d9ebad4ef96: Verifying Checksum [2021-01-11T07:30:54.148Z] 0d9ebad4ef96: Download complete [2021-01-11T07:30:54.411Z] ab5ef0e58194: Verifying Checksum [2021-01-11T07:30:54.411Z] ab5ef0e58194: Download complete [2021-01-11T07:30:59.731Z] ab5ef0e58194: Pull complete [2021-01-11T07:30:59.731Z] 9712f1f96733: Pull complete [2021-01-11T07:31:02.297Z] 63f879dbbcfc: Pull complete [2021-01-11T07:31:08.936Z] 0d9ebad4ef96: Pull complete [2021-01-11T07:31:09.883Z] e9a5061849ea: Pull complete [2021-01-11T07:31:09.883Z] d747dcd14b5f: Pull complete [2021-01-11T07:31:12.457Z] 2de7ff778b66: Pull complete [2021-01-11T07:31:12.457Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-11T07:31:12.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T07:31:12.457Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-11T07:31:12.671Z] prd-centos7-docker-4c-2g-19451 does not seem to be running inside a container [2021-01-11T07:31:12.721Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-11T07:31:16.714Z] $ docker top 7906795d4d529f8c687ea996099e722dd4f17cbf40f0cc0041fc760d283507f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-11T07:31:17.029Z] provisioning config files... [2021-01-11T07:31:17.040Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6621517215452760565tmp [2021-01-11T07:31:17.057Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config996090276710964712tmp [2021-01-11T07:31:17.074Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2133744539986521060tmp [Pipeline] { [Pipeline] echo [2021-01-11T07:31:17.127Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:31:17.424Z] ---> sigul-configuration.sh [2021-01-11T07:31:17.424Z] gpg: directory `/root/.gnupg' created [2021-01-11T07:31:17.424Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-11T07:31:17.424Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-11T07:31:17.424Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-11T07:31:17.424Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-11T07:31:17.424Z] gpg: CAST5 encrypted data [2021-01-11T07:31:17.686Z] gpg: encrypted with 1 passphrase [2021-01-11T07:31:17.686Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-11T07:31:18.010Z] + mkdir /home/jenkins [2021-01-11T07:31:18.010Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-11T07:31:18.340Z] + 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-11T07:31:18.366Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:31:18.696Z] ---> sigul-install.sh [2021-01-11T07:31:24.017Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-11T07:31:24.318Z] + git tag --list [2021-01-11T07:31:24.318Z] v1.0.0 [2021-01-11T07:31:24.318Z] v1.1.0 [2021-01-11T07:31:24.318Z] v1.1.1 [2021-01-11T07:31:24.318Z] v1.2.1 [2021-01-11T07:31:24.318Z] v1.2.2 [2021-01-11T07:31:24.318Z] v1.2.3 [2021-01-11T07:31:24.318Z] v1.2.3-dev.1 [2021-01-11T07:31:24.318Z] v1.2.3-dev.2 [2021-01-11T07:31:24.318Z] v1.2.4-dev.1 [2021-01-11T07:31:24.318Z] v1.2.4-dev.10 [2021-01-11T07:31:24.318Z] v1.2.4-dev.11 [2021-01-11T07:31:24.318Z] v1.2.4-dev.2 [2021-01-11T07:31:24.318Z] v1.2.4-dev.3 [2021-01-11T07:31:24.318Z] v1.2.4-dev.4 [2021-01-11T07:31:24.318Z] v1.2.4-dev.5 [2021-01-11T07:31:24.318Z] v1.2.4-dev.6 [2021-01-11T07:31:24.318Z] v1.2.4-dev.7 [2021-01-11T07:31:24.318Z] v1.2.4-dev.8 [2021-01-11T07:31:24.318Z] v1.2.4-dev.9 [2021-01-11T07:31:24.318Z] v1.3.0 [2021-01-11T07:31:24.318Z] v1.3.1-dev.1 [2021-01-11T07:31:24.318Z] v1.3.1-dev.2 [2021-01-11T07:31:24.318Z] v1.3.1-dev.3 [2021-01-11T07:31:24.318Z] v1.3.1-dev.4 [Pipeline] sh [2021-01-11T07:31:24.619Z] + lftools sign git-tag v1.3.1-dev.4 [2021-01-11T07:31:26.010Z] Signing Git tag with Sigul... [2021-01-11T07:31:26.010Z] Signing v1.3.1-dev.4 [Pipeline] echo [2021-01-11T07:31:26.978Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:31:27.279Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-11T07:31:27.290Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-11T07:31:27.404Z] $ docker stop --time=1 7906795d4d529f8c687ea996099e722dd4f17cbf40f0cc0041fc760d283507f8 [2021-01-11T07:31:29.471Z] $ docker rm -f 7906795d4d529f8c687ea996099e722dd4f17cbf40f0cc0041fc760d283507f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:31:30.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T07:31:30.646Z] . [Pipeline] withDockerContainer [2021-01-11T07:31:30.755Z] prd-centos7-docker-4c-2g-19451 does not seem to be running inside a container [2021-01-11T07:31:30.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T07:31:31.599Z] $ docker top e3275c28587ee08d7a80e9a1421535a2108221c638ebf71a5474d68df2bfea9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T07:31:31.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T07:31:31.978Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T07:31:32.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T07:31:32.204Z] $ docker exec e3275c28587ee08d7a80e9a1421535a2108221c638ebf71a5474d68df2bfea9a ssh-agent [2021-01-11T07:31:32.386Z] SSH_AUTH_SOCK=/tmp/ssh-UNJCFI2kOXpj/agent.13 [2021-01-11T07:31:32.386Z] SSH_AGENT_PID=19 [2021-01-11T07:31:32.394Z] Running ssh-add (command line suppressed) [2021-01-11T07:31:32.531Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8608100005584680200.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8608100005584680200.key) [2021-01-11T07:31:32.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T07:31:32.932Z] + git semver bump pre [2021-01-11T07:31:32.932Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T07:31:32.932Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-11T07:31:32.932Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-11T07:31:32.932Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T07:31:32.932Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T07:31:32.932Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T07:31:32.932Z] # $SEMVER_BRANCH = master [2021-01-11T07:31:32.932Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-01-11T07:31:32.932Z] 1.3.1-dev.5 [Pipeline] } [2021-01-11T07:31:32.948Z] $ docker exec --env ******** --env ******** e3275c28587ee08d7a80e9a1421535a2108221c638ebf71a5474d68df2bfea9a ssh-agent -k [2021-01-11T07:31:33.075Z] unset SSH_AUTH_SOCK; [2021-01-11T07:31:33.076Z] unset SSH_AGENT_PID; [2021-01-11T07:31:33.076Z] echo Agent pid 19 killed; [2021-01-11T07:31:33.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T07:31:33.659Z] + git semver [Pipeline] } [2021-01-11T07:31:33.680Z] $ docker stop --time=1 e3275c28587ee08d7a80e9a1421535a2108221c638ebf71a5474d68df2bfea9a [2021-01-11T07:31:35.057Z] $ docker rm -f e3275c28587ee08d7a80e9a1421535a2108221c638ebf71a5474d68df2bfea9a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:31:35.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T07:31:35.627Z] . [Pipeline] withDockerContainer [2021-01-11T07:31:35.736Z] prd-centos7-docker-4c-2g-19451 does not seem to be running inside a container [2021-01-11T07:31:35.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T07:31:36.559Z] $ docker top 13485b63d0256cb2684d45ce9d0414f25691c8e158db66ac8646269e57bf1f6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T07:31:36.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T07:31:36.856Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T07:31:37.076Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T07:31:37.081Z] $ docker exec 13485b63d0256cb2684d45ce9d0414f25691c8e158db66ac8646269e57bf1f6e ssh-agent [2021-01-11T07:31:37.261Z] SSH_AUTH_SOCK=/tmp/ssh-ZJHDBpg2xrJG/agent.11 [2021-01-11T07:31:37.261Z] SSH_AGENT_PID=16 [2021-01-11T07:31:37.267Z] Running ssh-add (command line suppressed) [2021-01-11T07:31:37.402Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_274259045881677524.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_274259045881677524.key) [2021-01-11T07:31:37.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T07:31:37.801Z] + git semver push [2021-01-11T07:31:37.801Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T07:31:37.801Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-11T07:31:37.801Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-11T07:31:37.801Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T07:31:37.801Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T07:31:37.801Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T07:31:37.801Z] # $SEMVER_BRANCH = master [2021-01-11T07:31:37.801Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-01-11T07:31:45.961Z] $ docker exec --env ******** --env ******** 13485b63d0256cb2684d45ce9d0414f25691c8e158db66ac8646269e57bf1f6e ssh-agent -k [2021-01-11T07:31:46.089Z] unset SSH_AUTH_SOCK; [2021-01-11T07:31:46.089Z] unset SSH_AGENT_PID; [2021-01-11T07:31:46.089Z] echo Agent pid 16 killed; [2021-01-11T07:31:46.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T07:31:46.624Z] + git semver [Pipeline] } [2021-01-11T07:31:46.646Z] $ docker stop --time=1 13485b63d0256cb2684d45ce9d0414f25691c8e158db66ac8646269e57bf1f6e [2021-01-11T07:31:48.000Z] $ docker rm -f 13485b63d0256cb2684d45ce9d0414f25691c8e158db66ac8646269e57bf1f6e [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-11T07:31:49.756Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:31:50.325Z] ---> package-listing.sh [2021-01-11T07:31:50.325Z] ++ facter osfamily [2021-01-11T07:31:50.325Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T07:31:50.325Z] + OS_FAMILY=redhat [2021-01-11T07:31:50.325Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-01-11T07:31:50.325Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T07:31:50.325Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T07:31:50.325Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T07:31:50.325Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T07:31:50.325Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-01-11T07:31:50.325Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T07:31:50.325Z] + case "${OS_FAMILY}" in [2021-01-11T07:31:50.325Z] + rpm -qa [2021-01-11T07:31:50.325Z] + sort [2021-01-11T07:31:55.648Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T07:31:55.648Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T07:31:55.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T07:31:55.648Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-01-11T07:31:55.648Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-01-11T07:31:55.648Z] + 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-11T07:31:55.665Z] 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-11T07:31:55.964Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:31:56.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T07:31:56.277Z] [2021-01-11T07:31:56.277Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T07:31:56.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T07:31:56.628Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T07:31:56.628Z] df20fa9351a1: Pulling fs layer [2021-01-11T07:31:56.628Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T07:31:56.628Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T07:31:56.628Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T07:31:56.628Z] 93b61091891f: Pulling fs layer [2021-01-11T07:31:56.628Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T07:31:56.628Z] 5e14af77c1be: Pulling fs layer [2021-01-11T07:31:56.628Z] 01666e4c0597: Pulling fs layer [2021-01-11T07:31:56.628Z] aa168da1d23b: Pulling fs layer [2021-01-11T07:31:56.628Z] 93b9cdb0e59b: Waiting [2021-01-11T07:31:56.628Z] 01666e4c0597: Waiting [2021-01-11T07:31:56.628Z] 5e14af77c1be: Waiting [2021-01-11T07:31:56.628Z] aa168da1d23b: Waiting [2021-01-11T07:31:56.628Z] 46f8f816bc3b: Waiting [2021-01-11T07:31:56.628Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T07:31:56.628Z] 36b3adc4ff6f: Download complete [2021-01-11T07:31:56.628Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T07:31:56.628Z] 46f8f816bc3b: Download complete [2021-01-11T07:31:56.628Z] df20fa9351a1: Verifying Checksum [2021-01-11T07:31:56.628Z] df20fa9351a1: Download complete [2021-01-11T07:31:56.890Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T07:31:56.890Z] 93b9cdb0e59b: Download complete [2021-01-11T07:31:56.890Z] 5e14af77c1be: Verifying Checksum [2021-01-11T07:31:56.890Z] 5e14af77c1be: Download complete [2021-01-11T07:31:56.890Z] 93b61091891f: Verifying Checksum [2021-01-11T07:31:56.890Z] 93b61091891f: Download complete [2021-01-11T07:31:57.153Z] 01666e4c0597: Verifying Checksum [2021-01-11T07:31:57.153Z] 01666e4c0597: Download complete [2021-01-11T07:31:57.153Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T07:31:57.153Z] 8ad3a11d3b57: Download complete [2021-01-11T07:31:57.417Z] df20fa9351a1: Pull complete [2021-01-11T07:31:57.686Z] 36b3adc4ff6f: Pull complete [2021-01-11T07:31:58.650Z] 8ad3a11d3b57: Pull complete [2021-01-11T07:31:58.650Z] 46f8f816bc3b: Pull complete [2021-01-11T07:31:58.917Z] aa168da1d23b: Verifying Checksum [2021-01-11T07:31:58.917Z] aa168da1d23b: Download complete [2021-01-11T07:31:59.491Z] 93b61091891f: Pull complete [2021-01-11T07:31:59.754Z] 93b9cdb0e59b: Pull complete [2021-01-11T07:32:00.017Z] 5e14af77c1be: Pull complete [2021-01-11T07:32:00.284Z] 01666e4c0597: Pull complete [2021-01-11T07:32:06.932Z] aa168da1d23b: Pull complete [2021-01-11T07:32:06.932Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T07:32:06.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T07:32:06.932Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T07:32:07.132Z] prd-centos7-docker-4c-2g-19451 does not seem to be running inside a container [2021-01-11T07:32:07.182Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T07:32:10.096Z] $ docker top 9e9c2544eb5e9ccfb52f4180961a18feb7727e4b82c025fd1803c99d61a9891f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T07:32:10.598Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T07:32:10.900Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T07:32:11.203Z] + ls /var/log/sa-host [2021-01-11T07:32:11.203Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T07:32:11.203Z] file_magic: OK [2021-01-11T07:32:11.203Z] HZ: Using current value: 100 [2021-01-11T07:32:11.203Z] file_header: OK [2021-01-11T07:32:11.203Z] 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-11T07:32:11.203Z] Statistics: [2021-01-11T07:32:11.203Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T07:32:11.203Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T07:32:11.203Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T07:32:11.203Z] file_magic: OK [2021-01-11T07:32:11.203Z] HZ: Using current value: 100 [2021-01-11T07:32:11.203Z] file_header: OK [2021-01-11T07:32:11.203Z] 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-11T07:32:11.203Z] Statistics: [2021-01-11T07:32:11.203Z] Hnuu...uuuununununu... [2021-01-11T07:32:11.203Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T07:32:11.439Z] provisioning config files... [2021-01-11T07:32:11.453Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3210431529318098382tmp [Pipeline] { [Pipeline] echo [2021-01-11T07:32:11.555Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:32:11.852Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T07:32:11.864Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T07:32:11.963Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:32:12.258Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T07:32:12.269Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:32:12.566Z] ---> sudo-logs.sh [2021-01-11T07:32:12.566Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T07:32:12.577Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:32:12.872Z] ---> job-cost.sh [2021-01-11T07:32:12.873Z] lf-activate-venv: SKIPPING [2021-01-11T07:32:12.873Z] INFO: No Stack... [2021-01-11T07:32:13.820Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T07:32:14.395Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T07:32:14.410Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T07:32:14.708Z] ---> logs-deploy.sh [2021-01-11T07:32:14.708Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/37 [2021-01-11T07:32:14.708Z] INFO: archiving workspace using pattern(s): [2021-01-11T07:32:16.097Z] Archives upload complete. [2021-01-11T07:32:16.358Z] INFO: archiving logs to Nexus