Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d98ab64770a8aa8499d3ed372f913abb779305df 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17027 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Checking out Revision d98ab64770a8aa8499d3ed372f913abb779305df (master) 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 d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 Commit message: "Merge pull request #159 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" > git rev-list --no-walk 61a361d9b68ffcf858458df79d4a2319d2580f82 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-21T06:34:38.456Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-21T06:34:38.726Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-21T06:34:38.829Z] ========================================================= [2020-12-21T06:34:38.829Z] EdgeX Global Pipelines Version Info [2020-12-21T06:34:38.829Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:34:41.641Z] ------------------- [2020-12-21T06:34:41.641Z] stable info: [2020-12-21T06:34:41.641Z] ------------------- [2020-12-21T06:34:41.641Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-21T06:34:41.641Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T06:34:41.641Z] Message: update stable to v1.0.173 [2020-12-21T06:34:42.608Z] ------------------- [2020-12-21T06:34:42.608Z] experimental info: [2020-12-21T06:34:42.608Z] ------------------- [2020-12-21T06:34:42.608Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-21T06:34:42.608Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T06:34:42.608Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-21T06:34:43.001Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-12-21T06:34:43.084Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-12-21T06:34:43.178Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-21T06:34:43.265Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-21T06:34:43.389Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-21T06:34:43.476Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-21T06:34:43.564Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-21T06:34:43.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-21T06:34:43.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-21T06:34:43.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-21T06:34:43.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-21T06:34:44.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-12-21T06:34:44.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-21T06:34:44.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-21T06:34:44.319Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T06:34:44.405Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T06:34:44.493Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T06:34:44.580Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T06:34:44.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-21T06:34:44.763Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-21T06:34:44.852Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-21T06:34:44.944Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-21T06:34:45.032Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-21T06:34:45.126Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-21T06:34:45.216Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-21T06:34:45.303Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-21T06:34:45.393Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-21T06:34:45.488Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-21T06:34:45.586Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-21T06:34:45.668Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-21T06:34:45.752Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d98ab64770a8aa8499d3ed372f913abb779305df [Pipeline] echo [2020-12-21T06:34:45.844Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d98ab64 [Pipeline] echo [2020-12-21T06:34:45.931Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:34:46.100Z] provisioning config files... [2020-12-21T06:34:46.141Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5719322675069741892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:34:46.523Z] ---> docker-login.sh [2020-12-21T06:34:46.523Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:34:47.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:34:47.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:34:47.133Z] Configure a credential helper to remove this warning. See [2020-12-21T06:34:47.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:34:47.133Z] [2020-12-21T06:34:47.133Z] Login Succeeded [2020-12-21T06:34:47.133Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:34:47.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:34:47.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:34:47.712Z] Configure a credential helper to remove this warning. See [2020-12-21T06:34:47.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:34:47.712Z] [2020-12-21T06:34:47.712Z] Login Succeeded [2020-12-21T06:34:47.712Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:34:47.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:34:47.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:34:47.985Z] Configure a credential helper to remove this warning. See [2020-12-21T06:34:47.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:34:47.985Z] [2020-12-21T06:34:47.985Z] Login Succeeded [2020-12-21T06:34:47.985Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:34:47.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:34:48.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:34:48.249Z] Configure a credential helper to remove this warning. See [2020-12-21T06:34:48.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:34:48.249Z] [2020-12-21T06:34:48.249Z] Login Succeeded [2020-12-21T06:34:48.249Z] docker.io [2020-12-21T06:34:48.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:34:48.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:34:48.518Z] Configure a credential helper to remove this warning. See [2020-12-21T06:34:48.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:34:48.518Z] [2020-12-21T06:34:48.518Z] Login Succeeded [2020-12-21T06:34:48.518Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:34:48.544Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:34:49.689Z] + git log --format=format:%s -1 d98ab64770a8aa8499d3ed372f913abb779305df [Pipeline] echo [2020-12-21T06:34:49.783Z] GIT_COMMIT: d98ab64770a8aa8499d3ed372f913abb779305df, Commit Message: Merge pull request #159 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11 [Pipeline] echo [2020-12-21T06:34:49.829Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:34:50.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:34:50.917Z] [2020-12-21T06:34:50.917Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:34:51.316Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:34:51.316Z] latest: Pulling from edgex-devops/git-semver [2020-12-21T06:34:51.316Z] 31603596830f: Pulling fs layer [2020-12-21T06:34:51.316Z] 2a8b12db71e7: Pulling fs layer [2020-12-21T06:34:51.316Z] 6ca5941a6612: Pulling fs layer [2020-12-21T06:34:51.316Z] ecc8261a40a4: Pulling fs layer [2020-12-21T06:34:51.316Z] ecc8261a40a4: Waiting [2020-12-21T06:34:51.316Z] 2a8b12db71e7: Verifying Checksum [2020-12-21T06:34:51.316Z] 2a8b12db71e7: Download complete [2020-12-21T06:34:51.597Z] 31603596830f: Verifying Checksum [2020-12-21T06:34:51.597Z] 31603596830f: Download complete [2020-12-21T06:34:52.218Z] ecc8261a40a4: Verifying Checksum [2020-12-21T06:34:52.218Z] ecc8261a40a4: Download complete [2020-12-21T06:34:52.218Z] 6ca5941a6612: Verifying Checksum [2020-12-21T06:34:52.218Z] 6ca5941a6612: Download complete [2020-12-21T06:34:52.218Z] 31603596830f: Pull complete [2020-12-21T06:34:52.490Z] 2a8b12db71e7: Pull complete [2020-12-21T06:34:53.936Z] 6ca5941a6612: Pull complete [2020-12-21T06:34:54.223Z] ecc8261a40a4: Pull complete [2020-12-21T06:34:54.223Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-21T06:34:54.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:34:54.223Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-21T06:34:54.391Z] prd-centos7-docker-4c-2g-17027 does not seem to be running inside a container [2020-12-21T06:34:54.478Z] $ 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 [2020-12-21T06:34:57.328Z] $ docker top 905f2fa68469258789246301ee652a8be012ae1d0431e605fbe01dae46f0215c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:34:57.836Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:34:57.836Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:34:58.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:34:58.225Z] $ docker exec 905f2fa68469258789246301ee652a8be012ae1d0431e605fbe01dae46f0215c ssh-agent [2020-12-21T06:34:58.493Z] SSH_AUTH_SOCK=/tmp/ssh-mZuUEBeHr1jy/agent.11 [2020-12-21T06:34:58.493Z] SSH_AGENT_PID=17 [2020-12-21T06:34:58.515Z] Running ssh-add (command line suppressed) [2020-12-21T06:34:58.680Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2446277061944086049.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2446277061944086049.key) [2020-12-21T06:34:58.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:34:59.103Z] + git tag --points-at HEAD [Pipeline] } [2020-12-21T06:34:59.147Z] $ docker exec --env ******** --env ******** 905f2fa68469258789246301ee652a8be012ae1d0431e605fbe01dae46f0215c ssh-agent -k [2020-12-21T06:34:59.352Z] unset SSH_AUTH_SOCK; [2020-12-21T06:34:59.352Z] unset SSH_AGENT_PID; [2020-12-21T06:34:59.352Z] echo Agent pid 17 killed; [2020-12-21T06:34:59.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-21T06:34:59.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:34:59.613Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:34:59.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:34:59.890Z] $ docker exec 905f2fa68469258789246301ee652a8be012ae1d0431e605fbe01dae46f0215c ssh-agent [2020-12-21T06:35:00.124Z] SSH_AUTH_SOCK=/tmp/ssh-zVhxaVwfT4zH/agent.47 [2020-12-21T06:35:00.124Z] SSH_AGENT_PID=53 [2020-12-21T06:35:00.134Z] Running ssh-add (command line suppressed) [2020-12-21T06:35:00.293Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3659485006166456367.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3659485006166456367.key) [2020-12-21T06:35:00.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:35:00.717Z] + git semver init [2020-12-21T06:35:00.717Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:35:00.717Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-12-21T06:35:00.717Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-12-21T06:35:00.717Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:35:00.717Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:35:00.717Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:35:00.717Z] # $SEMVER_BRANCH = master [2020-12-21T06:35:00.717Z] # $SEMVER_TEMP = /tmp/semver-401784277 [2020-12-21T06:35:00.717Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-12-21T06:35:01.714Z] # '/tmp/semver-401784277' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-12-21T06:35:01.715Z] # -> Force: false [2020-12-21T06:35:01.715Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-12-21T06:35:01.776Z] $ docker exec --env ******** --env ******** 905f2fa68469258789246301ee652a8be012ae1d0431e605fbe01dae46f0215c ssh-agent -k [2020-12-21T06:35:02.055Z] unset SSH_AUTH_SOCK; [2020-12-21T06:35:02.057Z] unset SSH_AGENT_PID; [2020-12-21T06:35:02.057Z] echo Agent pid 53 killed; [2020-12-21T06:35:02.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:35:02.786Z] + git semver [Pipeline] } [2020-12-21T06:35:02.812Z] $ docker stop --time=1 905f2fa68469258789246301ee652a8be012ae1d0431e605fbe01dae46f0215c [2020-12-21T06:35:04.403Z] $ docker rm -f 905f2fa68469258789246301ee652a8be012ae1d0431e605fbe01dae46f0215c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T06:35:05.018Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-21T06:35:05.869Z] Stashed 1 file(s) [Pipeline] echo [2020-12-21T06:35:05.872Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-21T06:35:21.447Z] Still waiting to schedule task [2020-12-21T06:35:21.448Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-21T06:35:21.455Z] Still waiting to schedule task [2020-12-21T06:35:21.455Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-21T06:36:47.398Z] Running on prd-centos7-docker-4c-2g-17031 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-12-21T06:36:47.454Z] Running in /w/workspace/device-virtual-go/35 [Pipeline] { [Pipeline] checkout [2020-12-21T06:36:50.021Z] using credential edgex-jenkins-ssh [2020-12-21T06:36:50.099Z] Cloning the remote Git repository [2020-12-21T06:36:50.128Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T06:36:50.207Z] > git init /w/workspace/device-virtual-go/35 # timeout=10 [2020-12-21T06:36:50.286Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T06:36:50.286Z] > git --version # timeout=10 [2020-12-21T06:36:50.293Z] > git --version # 'git version 2.24.3' [2020-12-21T06:36:50.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:36:50.325Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:36:50.903Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T06:36:50.909Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:36:50.923Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T06:36:50.936Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T06:36:50.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:36:50.940Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T06:36:51.380Z] Checking out Revision d98ab64770a8aa8499d3ed372f913abb779305df (master) [2020-12-21T06:36:51.391Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:36:51.398Z] > git checkout -f d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 [2020-12-21T06:36:55.070Z] Commit message: "Merge pull request #159 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:36:56.267Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:36:56.598Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:36:56.899Z] + true [2020-12-21T06:36:56.899Z] + sudo service docker restart [2020-12-21T06:36:56.899Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:36:57.903Z] provisioning config files... [2020-12-21T06:36:57.936Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/35@tmp/config8768113241222372181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:36:58.288Z] ---> docker-login.sh [2020-12-21T06:36:58.288Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:36:58.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:58.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:58.550Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:58.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:58.550Z] [2020-12-21T06:36:58.550Z] Login Succeeded [2020-12-21T06:36:58.550Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:36:58.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:58.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:58.812Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:58.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:58.812Z] [2020-12-21T06:36:58.812Z] Login Succeeded [2020-12-21T06:36:58.812Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:36:59.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:59.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:59.074Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:59.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:59.074Z] [2020-12-21T06:36:59.074Z] Login Succeeded [2020-12-21T06:36:59.074Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:36:59.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:59.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:59.336Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:59.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:59.336Z] [2020-12-21T06:36:59.336Z] Login Succeeded [2020-12-21T06:36:59.336Z] docker.io [2020-12-21T06:36:59.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:59.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:59.599Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:59.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:59.599Z] [2020-12-21T06:36:59.599Z] Login Succeeded [2020-12-21T06:36:59.599Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:36:59.609Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T06:36:59.929Z] ========================================================= [2020-12-21T06:36:59.929Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-21T06:36:59.929Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:37:00.273Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-21T06:37:00.273Z] Sending build context to Docker daemon 475.6kB [2020-12-21T06:37:00.273Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-21T06:37:00.273Z] Step 2/8 : FROM ${BASE} [2020-12-21T06:37:00.273Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-21T06:37:00.273Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T06:37:00.273Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T06:37:00.273Z] de9db76c5a1d: Pulling fs layer [2020-12-21T06:37:00.273Z] bca2f99d35d6: Pulling fs layer [2020-12-21T06:37:00.273Z] 93359f2a8cfa: Pulling fs layer [2020-12-21T06:37:00.273Z] 7c6f9722023f: Pulling fs layer [2020-12-21T06:37:00.273Z] a35cf1a2eb13: Pulling fs layer [2020-12-21T06:37:00.273Z] 7c6f9722023f: Waiting [2020-12-21T06:37:00.273Z] 93359f2a8cfa: Waiting [2020-12-21T06:37:00.273Z] a35cf1a2eb13: Waiting [2020-12-21T06:37:00.273Z] bca2f99d35d6: Waiting [2020-12-21T06:37:00.536Z] de9db76c5a1d: Verifying Checksum [2020-12-21T06:37:00.536Z] 0ef7d3d256c8: Verifying Checksum [2020-12-21T06:37:00.536Z] 0ef7d3d256c8: Download complete [2020-12-21T06:37:00.536Z] 93359f2a8cfa: Verifying Checksum [2020-12-21T06:37:00.536Z] 93359f2a8cfa: Download complete [2020-12-21T06:37:00.536Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T06:37:00.536Z] 188c0c94c7c5: Download complete [2020-12-21T06:37:00.536Z] 7c6f9722023f: Download complete [2020-12-21T06:37:00.800Z] 188c0c94c7c5: Pull complete [2020-12-21T06:37:01.062Z] 0ef7d3d256c8: Pull complete [2020-12-21T06:37:01.062Z] de9db76c5a1d: Pull complete [2020-12-21T06:37:02.995Z] a35cf1a2eb13: Verifying Checksum [2020-12-21T06:37:02.995Z] a35cf1a2eb13: Download complete [2020-12-21T06:37:03.577Z] bca2f99d35d6: Verifying Checksum [2020-12-21T06:37:03.577Z] bca2f99d35d6: Download complete [2020-12-21T06:37:08.933Z] bca2f99d35d6: Pull complete [2020-12-21T06:37:08.933Z] 93359f2a8cfa: Pull complete [2020-12-21T06:37:08.933Z] 7c6f9722023f: Pull complete [2020-12-21T06:37:15.560Z] a35cf1a2eb13: Pull complete [2020-12-21T06:37:15.560Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-21T06:37:15.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-21T06:37:15.560Z] ---> a62c8e92a672 [2020-12-21T06:37:15.560Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-21T06:37:15.560Z] ---> Running in d6f597d76a03 [2020-12-21T06:37:15.829Z] Removing intermediate container d6f597d76a03 [2020-12-21T06:37:15.829Z] ---> a4a95e0b8798 [2020-12-21T06:37:15.829Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:37:15.829Z] ---> Running in fb0dafc44f6a [2020-12-21T06:37:16.778Z] Removing intermediate container fb0dafc44f6a [2020-12-21T06:37:16.778Z] ---> 6ac1be32d735 [2020-12-21T06:37:16.778Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T06:37:17.041Z] ---> Running in 9ef993c3ebd8 [2020-12-21T06:37:17.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T06:37:17.689Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17030 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-12-21T06:37:17.741Z] Running in /w/workspace/device-virtual-go/35 [Pipeline] { [Pipeline] checkout [2020-12-21T06:37:18.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T06:37:19.513Z] (1/14) Installing libmagic (5.38-r0) [2020-12-21T06:37:19.513Z] (2/14) Installing file (5.38-r0) [2020-12-21T06:37:19.776Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-21T06:37:19.776Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-21T06:37:22.887Z] using credential edgex-jenkins-ssh [2020-12-21T06:37:22.980Z] Cloning the remote Git repository [2020-12-21T06:37:24.006Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-21T06:37:24.006Z] (6/14) Installing patch (2.7.6-r6) [2020-12-21T06:37:24.006Z] (7/14) Installing build-base (0.5-r2) [2020-12-21T06:37:24.006Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-21T06:37:24.006Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-21T06:37:24.006Z] (10/14) Installing openssh-client (8.3_p1-r1) [2020-12-21T06:37:23.033Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T06:37:23.141Z] > git init /w/workspace/device-virtual-go/35 # timeout=10 [2020-12-21T06:37:23.210Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T06:37:23.210Z] > git --version # timeout=10 [2020-12-21T06:37:23.231Z] > git --version # 'git version 2.17.1' [2020-12-21T06:37:23.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:37:23.302Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:37:24.584Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-21T06:37:24.584Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-21T06:37:24.584Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-21T06:37:24.584Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-21T06:37:24.671Z] Checking out Revision d98ab64770a8aa8499d3ed372f913abb779305df (master) [2020-12-21T06:37:24.847Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T06:37:24.848Z] OK: 237 MiB in 53 packages [2020-12-21T06:37:24.094Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T06:37:24.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:37:24.152Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-12-21T06:37:24.204Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-12-21T06:37:24.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:37:24.216Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T06:37:24.689Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:37:24.704Z] > git checkout -f d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 [2020-12-21T06:37:28.181Z] Removing intermediate container 9ef993c3ebd8 [2020-12-21T06:37:28.181Z] ---> 44be5bc5545f [2020-12-21T06:37:28.181Z] Step 6/8 : WORKDIR /device-virtual-go [2020-12-21T06:37:28.181Z] ---> Running in 77df25cb1f2c [2020-12-21T06:37:28.181Z] Removing intermediate container 77df25cb1f2c [2020-12-21T06:37:28.181Z] ---> ea80fa842bc4 [2020-12-21T06:37:28.181Z] Step 7/8 : COPY . . [2020-12-21T06:37:28.954Z] Commit message: "Merge pull request #159 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" [2020-12-21T06:37:29.129Z] ---> 35d91d421ea5 [2020-12-21T06:37:29.129Z] Step 8/8 : RUN go mod download [2020-12-21T06:37:29.129Z] ---> Running in 0df1ea018fc9 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:37:30.396Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:37:30.808Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:37:31.190Z] + sudo service docker restart [2020-12-21T06:37:31.190Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:37:33.264Z] provisioning config files... [2020-12-21T06:37:33.309Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/35@tmp/config4028380405118370523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:37:33.848Z] ---> docker-login.sh [2020-12-21T06:37:33.848Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:37:34.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:37:35.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:37:35.108Z] Configure a credential helper to remove this warning. See [2020-12-21T06:37:35.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:37:35.108Z] [2020-12-21T06:37:35.108Z] Login Succeeded [2020-12-21T06:37:35.108Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:37:35.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:37:35.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:37:35.655Z] Configure a credential helper to remove this warning. See [2020-12-21T06:37:35.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:37:35.655Z] [2020-12-21T06:37:35.655Z] Login Succeeded [2020-12-21T06:37:35.655Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:37:35.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:37:36.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:37:36.202Z] Configure a credential helper to remove this warning. See [2020-12-21T06:37:36.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:37:36.202Z] [2020-12-21T06:37:36.202Z] Login Succeeded [2020-12-21T06:37:36.202Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:37:36.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:37:36.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:37:36.749Z] Configure a credential helper to remove this warning. See [2020-12-21T06:37:36.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:37:36.749Z] [2020-12-21T06:37:36.749Z] Login Succeeded [2020-12-21T06:37:36.749Z] docker.io [2020-12-21T06:37:37.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:37:37.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:37:37.292Z] Configure a credential helper to remove this warning. See [2020-12-21T06:37:37.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:37:37.292Z] [2020-12-21T06:37:37.292Z] Login Succeeded [2020-12-21T06:37:37.564Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:37:37.580Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T06:37:38.013Z] ========================================================= [2020-12-21T06:37:38.014Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-21T06:37:38.014Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:37:38.393Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-21T06:37:38.666Z] Sending build context to Docker daemon 474.6kB [2020-12-21T06:37:38.666Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-21T06:37:38.666Z] Step 2/8 : FROM ${BASE} [2020-12-21T06:37:38.950Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-21T06:37:38.950Z] 5f621e34cdf4: Pulling fs layer [2020-12-21T06:37:38.950Z] a4357932f1b6: Pulling fs layer [2020-12-21T06:37:38.950Z] 18c013af1878: Pulling fs layer [2020-12-21T06:37:38.950Z] 00ac8860ef70: Pulling fs layer [2020-12-21T06:37:38.950Z] 63d7cb157983: Pulling fs layer [2020-12-21T06:37:38.950Z] 00ac8860ef70: Waiting [2020-12-21T06:37:38.950Z] b116817d02f9: Pulling fs layer [2020-12-21T06:37:38.950Z] 745a02a5169b: Pulling fs layer [2020-12-21T06:37:38.950Z] 63d7cb157983: Waiting [2020-12-21T06:37:38.950Z] b116817d02f9: Waiting [2020-12-21T06:37:38.950Z] 745a02a5169b: Waiting [2020-12-21T06:37:38.950Z] 18c013af1878: Download complete [2020-12-21T06:37:38.950Z] a4357932f1b6: Verifying Checksum [2020-12-21T06:37:38.950Z] a4357932f1b6: Download complete [2020-12-21T06:37:38.950Z] 63d7cb157983: Verifying Checksum [2020-12-21T06:37:38.950Z] 63d7cb157983: Download complete [2020-12-21T06:37:38.950Z] b116817d02f9: Verifying Checksum [2020-12-21T06:37:38.950Z] b116817d02f9: Download complete [2020-12-21T06:37:38.950Z] 5f621e34cdf4: Verifying Checksum [2020-12-21T06:37:38.950Z] 5f621e34cdf4: Download complete [2020-12-21T06:37:39.557Z] 5f621e34cdf4: Pull complete [2020-12-21T06:37:40.167Z] a4357932f1b6: Pull complete [2020-12-21T06:37:40.448Z] 18c013af1878: Pull complete [2020-12-21T06:37:41.432Z] 745a02a5169b: Verifying Checksum [2020-12-21T06:37:41.432Z] 745a02a5169b: Download complete [2020-12-21T06:37:42.885Z] 00ac8860ef70: Verifying Checksum [2020-12-21T06:37:42.885Z] 00ac8860ef70: Download complete [2020-12-21T06:37:51.155Z] Removing intermediate container 0df1ea018fc9 [2020-12-21T06:37:51.156Z] ---> 3fa59e7ce3e7 [2020-12-21T06:37:51.156Z] Successfully built 3fa59e7ce3e7 [2020-12-21T06:37:51.156Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:37:51.470Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T06:37:51.470Z] . [Pipeline] withDockerContainer [2020-12-21T06:37:51.594Z] prd-centos7-docker-4c-2g-17031 does not seem to be running inside a container [2020-12-21T06:37:51.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/35 -v /w/workspace/device-virtual-go/35:/w/workspace/device-virtual-go/35:rw,z -v /w/workspace/device-virtual-go/35@tmp:/w/workspace/device-virtual-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T06:37:52.433Z] $ docker top 5a2b3605e825be1e032950c8ed031f8080df30e845284d5938b16594c1d5a771 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:37:53.039Z] + go version [2020-12-21T06:37:53.040Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-21T06:37:53.058Z] 00ac8860ef70: Pull complete [2020-12-21T06:37:53.058Z] 63d7cb157983: Pull complete [2020-12-21T06:37:53.066Z] $ docker stop --time=1 5a2b3605e825be1e032950c8ed031f8080df30e845284d5938b16594c1d5a771 [2020-12-21T06:37:53.332Z] b116817d02f9: Pull complete [2020-12-21T06:37:54.425Z] $ docker rm -f 5a2b3605e825be1e032950c8ed031f8080df30e845284d5938b16594c1d5a771 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:37:55.268Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T06:37:55.268Z] . [Pipeline] withDockerContainer [2020-12-21T06:37:55.367Z] prd-centos7-docker-4c-2g-17031 does not seem to be running inside a container [2020-12-21T06:37:55.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/35 -v /w/workspace/device-virtual-go/35:/w/workspace/device-virtual-go/35:rw,z -v /w/workspace/device-virtual-go/35@tmp:/w/workspace/device-virtual-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T06:37:55.990Z] $ docker top 169887d8833843b4b754571ecfb9a4c51c8d70a0b2a044b5ea98d954bb20bdb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:37:56.458Z] + make test [2020-12-21T06:37:56.458Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T06:37:57.407Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-12-21T06:37:57.648Z] 745a02a5169b: Pull complete [2020-12-21T06:37:57.648Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-21T06:37:57.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-21T06:37:57.648Z] ---> b7e6874047d6 [2020-12-21T06:37:57.648Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-21T06:38:00.264Z] ---> Running in 5b514c1507d8 [2020-12-21T06:38:00.264Z] Removing intermediate container 5b514c1507d8 [2020-12-21T06:38:00.264Z] ---> 2439570a85f2 [2020-12-21T06:38:00.264Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:38:00.544Z] ---> Running in 2c3f6f92fe02 [2020-12-21T06:38:03.168Z] Removing intermediate container 2c3f6f92fe02 [2020-12-21T06:38:03.168Z] ---> e18abebf42f7 [2020-12-21T06:38:03.168Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T06:38:03.168Z] ---> Running in ee60c0641121 [2020-12-21T06:38:03.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T06:38:04.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T06:38:05.335Z] (1/14) Installing libmagic (5.38-r0) [2020-12-21T06:38:05.609Z] (2/14) Installing file (5.38-r0) [2020-12-21T06:38:05.609Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-21T06:38:05.880Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-21T06:38:11.261Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-21T06:38:11.261Z] (6/14) Installing patch (2.7.6-r6) [2020-12-21T06:38:11.261Z] (7/14) Installing build-base (0.5-r2) [2020-12-21T06:38:11.261Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-21T06:38:11.261Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-21T06:38:11.261Z] (10/14) Installing openssh-client (8.3_p1-r1) [2020-12-21T06:38:11.531Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-21T06:38:11.531Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-21T06:38:11.531Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-21T06:38:11.805Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-21T06:38:11.805Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T06:38:11.805Z] OK: 221 MiB in 53 packages [2020-12-21T06:38:12.461Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-12-21T06:38:13.408Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.349s coverage: 64.4% of statements [2020-12-21T06:38:13.408Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-21T06:38:16.112Z] Removing intermediate container ee60c0641121 [2020-12-21T06:38:16.112Z] ---> 870dd41f0e7a [2020-12-21T06:38:16.112Z] Step 6/8 : WORKDIR /device-virtual-go [2020-12-21T06:38:16.112Z] ---> Running in e0dce4d0142a [2020-12-21T06:38:16.716Z] Removing intermediate container e0dce4d0142a [2020-12-21T06:38:16.716Z] ---> b3fe453c6370 [2020-12-21T06:38:16.716Z] Step 7/8 : COPY . . [2020-12-21T06:38:17.314Z] ---> b9fe2505e623 [2020-12-21T06:38:17.314Z] Step 8/8 : RUN go mod download [2020-12-21T06:38:17.587Z] ---> Running in 2f7bf3db79a5 [2020-12-21T06:38:17.661Z] gofmt -l . [2020-12-21T06:38:17.661Z] [ "`gofmt -l .`" = "" ] [2020-12-21T06:38:17.661Z] ./bin/test-attribution-txt.sh [2020-12-21T06:38:17.926Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-21T06:38:18.208Z] $ docker stop --time=1 169887d8833843b4b754571ecfb9a4c51c8d70a0b2a044b5ea98d954bb20bdb0 [2020-12-21T06:38:20.069Z] $ docker rm -f 169887d8833843b4b754571ecfb9a4c51c8d70a0b2a044b5ea98d954bb20bdb0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T06:38:20.712Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-21T06:38:21.046Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-21T06:38:24.648Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-21T06:38:24.965Z] + ls -al . [2020-12-21T06:38:24.966Z] total 124 [2020-12-21T06:38:24.966Z] drwxrwxr-x. 7 jenkins jenkins 4096 Dec 21 06:38 . [2020-12-21T06:38:24.966Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 21 06:36 .. [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 6713 Dec 21 06:36 Attribution.txt [2020-12-21T06:38:24.966Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 21 06:36 bin [2020-12-21T06:38:24.966Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 21 06:36 cmd [2020-12-21T06:38:24.966Z] -rw-r--r--. 1 jenkins jenkins 47242 Dec 21 06:38 coverage.out [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 1834 Dec 21 06:36 Dockerfile [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 957 Dec 21 06:36 Dockerfile.build [2020-12-21T06:38:24.966Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 21 06:36 .git [2020-12-21T06:38:24.966Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 21 06:36 .github [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 258 Dec 21 06:36 .gitignore [2020-12-21T06:38:24.966Z] -rw-r--r--. 1 jenkins jenkins 863 Dec 21 06:38 go.mod [2020-12-21T06:38:24.966Z] -rw-r--r--. 1 jenkins jenkins 16360 Dec 21 06:38 go.sum [2020-12-21T06:38:24.966Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 21 06:36 internal [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 660 Dec 21 06:36 Jenkinsfile [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 21 06:36 LICENSE [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 873 Dec 21 06:36 Makefile [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 918 Dec 21 06:36 README.md [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 21 06:35 VERSION [2020-12-21T06:38:24.966Z] -rw-rw-r--. 1 jenkins jenkins 235 Dec 21 06:36 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:25.284Z] + 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=d98ab64770a8aa8499d3ed372f913abb779305df --label arch=amd64 --label version=1.3.1-dev.2 . [2020-12-21T06:38:25.284Z] Sending build context to Docker daemon 540.7kB [2020-12-21T06:38:25.547Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-12-21T06:38:25.547Z] Step 2/22 : FROM ${BASE} AS builder [2020-12-21T06:38:25.547Z] ---> 3fa59e7ce3e7 [2020-12-21T06:38:25.547Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-12-21T06:38:25.547Z] ---> Running in ff4d84168a45 [2020-12-21T06:38:25.816Z] Removing intermediate container ff4d84168a45 [2020-12-21T06:38:25.816Z] ---> 4ef141ec09e0 [2020-12-21T06:38:25.816Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T06:38:25.816Z] ---> Running in 1453a7e6a940 [2020-12-21T06:38:26.080Z] Removing intermediate container 1453a7e6a940 [2020-12-21T06:38:26.080Z] ---> 66d9b31a6456 [2020-12-21T06:38:26.080Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-12-21T06:38:26.080Z] ---> Running in ed8c159caf99 [2020-12-21T06:38:26.343Z] Removing intermediate container ed8c159caf99 [2020-12-21T06:38:26.343Z] ---> 9126e845f248 [2020-12-21T06:38:26.343Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:38:26.343Z] ---> Running in dcbc5b367f26 [2020-12-21T06:38:27.301Z] Removing intermediate container dcbc5b367f26 [2020-12-21T06:38:27.301Z] ---> d4195c0eb224 [2020-12-21T06:38:27.301Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T06:38:27.301Z] ---> Running in e46549a37607 [2020-12-21T06:38:27.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T06:38:28.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T06:38:28.718Z] OK: 237 MiB in 53 packages [2020-12-21T06:38:28.981Z] Removing intermediate container e46549a37607 [2020-12-21T06:38:28.981Z] ---> 630359af284f [2020-12-21T06:38:28.981Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-12-21T06:38:29.245Z] ---> Running in 856d0da1c700 [2020-12-21T06:38:29.245Z] Removing intermediate container 856d0da1c700 [2020-12-21T06:38:29.245Z] ---> 19ad3c7fcaf5 [2020-12-21T06:38:29.245Z] Step 9/22 : COPY . . [2020-12-21T06:38:30.192Z] ---> cd234b8fb602 [2020-12-21T06:38:30.192Z] Step 10/22 : ARG MAKE='make build' [2020-12-21T06:38:30.192Z] ---> Running in 1d0ef7ff6dd1 [2020-12-21T06:38:30.192Z] Removing intermediate container 1d0ef7ff6dd1 [2020-12-21T06:38:30.192Z] ---> 0ed49b2af6b1 [2020-12-21T06:38:30.192Z] Step 11/22 : RUN $MAKE [2020-12-21T06:38:30.192Z] ---> Running in 46c8bbe2020d [2020-12-21T06:38:30.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.2" -o cmd/device-virtual ./cmd [2020-12-21T06:38:43.212Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-21T06:38:44.381Z] Removing intermediate container 2f7bf3db79a5 [2020-12-21T06:38:44.381Z] ---> 7ffb4e27e132 [2020-12-21T06:38:44.381Z] Successfully built 7ffb4e27e132 [2020-12-21T06:38:44.381Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:44.726Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T06:38:44.726Z] . [Pipeline] withDockerContainer [2020-12-21T06:38:44.995Z] prd-ubuntu18.04-docker-arm64-4c-16g-17030 does not seem to be running inside a container [2020-12-21T06:38:45.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/35 -v /w/workspace/device-virtual-go/35:/w/workspace/device-virtual-go/35:rw,z -v /w/workspace/device-virtual-go/35@tmp:/w/workspace/device-virtual-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-21T06:38:46.514Z] $ docker top 52d6ae1e1e49b1dc33259bd9ac4db0358d16cad4764ce1a74aa816f25021bf14 -eo pid,comm [2020-12-21T06:38:46.528Z] Removing intermediate container 46c8bbe2020d [2020-12-21T06:38:46.528Z] ---> ee3dfcf25547 [2020-12-21T06:38:46.528Z] Step 12/22 : FROM alpine [2020-12-21T06:38:47.103Z] latest: Pulling from library/alpine [2020-12-21T06:38:47.366Z] 801bfaa63ef2: Pulling fs layer [2020-12-21T06:38:47.632Z] 801bfaa63ef2: Download complete [2020-12-21T06:38:47.894Z] 801bfaa63ef2: Pull complete [2020-12-21T06:38:47.894Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T06:38:47.894Z] Status: Downloaded newer image for alpine:latest [2020-12-21T06:38:47.894Z] ---> 389fef711851 [2020-12-21T06:38:47.894Z] Step 13/22 : ENV APP_PORT=49990 [2020-12-21T06:38:47.894Z] ---> Running in 14f10a27e9b0 [2020-12-21T06:38:48.157Z] Removing intermediate container 14f10a27e9b0 [2020-12-21T06:38:48.157Z] ---> 9bc7300b5b53 [2020-12-21T06:38:48.157Z] Step 14/22 : EXPOSE $APP_PORT [2020-12-21T06:38:48.157Z] ---> Running in bd075b44467a [2020-12-21T06:38:48.420Z] Removing intermediate container bd075b44467a [2020-12-21T06:38:48.420Z] ---> 57cf5a7d0f2d [2020-12-21T06:38:48.420Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-12-21T06:38:49.007Z] ---> 404badc3b78c [2020-12-21T06:38:49.007Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-12-21T06:38:49.270Z] ---> d8a1a711f046 [2020-12-21T06:38:49.270Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-12-21T06:38:49.270Z] ---> 5548db04b05f [2020-12-21T06:38:49.270Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-12-21T06:38:49.532Z] ---> Running in f4075421a53d [2020-12-21T06:38:49.532Z] Removing intermediate container f4075421a53d [2020-12-21T06:38:49.532Z] ---> 36d4681f71fe [2020-12-21T06:38:49.532Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T06:38:49.797Z] ---> Running in 67497b1db2b3 [2020-12-21T06:38:49.797Z] Removing intermediate container 67497b1db2b3 [2020-12-21T06:38:49.797Z] ---> 093682cb0667 [2020-12-21T06:38:49.797Z] Step 20/22 : LABEL arch=amd64 [2020-12-21T06:38:49.797Z] ---> Running in 133ae89b2d0e [2020-12-21T06:38:50.059Z] Removing intermediate container 133ae89b2d0e [2020-12-21T06:38:50.059Z] ---> df232853d43b [2020-12-21T06:38:50.059Z] Step 21/22 : LABEL git_sha=d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:38:50.059Z] ---> Running in 425e659af38b [2020-12-21T06:38:50.324Z] Removing intermediate container 425e659af38b [2020-12-21T06:38:50.324Z] ---> 6a9760ac019f [2020-12-21T06:38:50.324Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-12-21T06:38:50.324Z] ---> Running in 5fb3552ce698 [Pipeline] { [2020-12-21T06:38:50.587Z] Removing intermediate container 5fb3552ce698 [2020-12-21T06:38:50.587Z] ---> 69647ae810f0 [2020-12-21T06:38:50.587Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-21T06:38:50.587Z] Successfully built 69647ae810f0 [2020-12-21T06:38:50.587Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:38:51.086Z] provisioning config files... [2020-12-21T06:38:51.146Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/35@tmp/config4963393136686898768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:38:51.285Z] + go version [2020-12-21T06:38:51.285Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-21T06:38:51.314Z] $ docker stop --time=1 52d6ae1e1e49b1dc33259bd9ac4db0358d16cad4764ce1a74aa816f25021bf14 [2020-12-21T06:38:51.502Z] ---> docker-login.sh [2020-12-21T06:38:51.502Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:38:51.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:38:51.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:38:51.767Z] Configure a credential helper to remove this warning. See [2020-12-21T06:38:51.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:38:51.767Z] [2020-12-21T06:38:51.767Z] Login Succeeded [2020-12-21T06:38:51.767Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:38:51.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:38:51.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:38:51.767Z] Configure a credential helper to remove this warning. See [2020-12-21T06:38:51.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:38:51.767Z] [2020-12-21T06:38:51.767Z] Login Succeeded [2020-12-21T06:38:51.767Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:38:52.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:38:52.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:38:52.030Z] Configure a credential helper to remove this warning. See [2020-12-21T06:38:52.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:38:52.030Z] [2020-12-21T06:38:52.030Z] Login Succeeded [2020-12-21T06:38:52.030Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:38:52.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:38:52.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:38:52.296Z] Configure a credential helper to remove this warning. See [2020-12-21T06:38:52.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:38:52.296Z] [2020-12-21T06:38:52.296Z] Login Succeeded [2020-12-21T06:38:52.296Z] docker.io [2020-12-21T06:38:52.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:38:52.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:38:52.558Z] Configure a credential helper to remove this warning. See [2020-12-21T06:38:52.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:38:52.558Z] [2020-12-21T06:38:52.558Z] Login Succeeded [2020-12-21T06:38:52.558Z] ---> docker-login.sh ends [2020-12-21T06:38:53.211Z] $ docker rm -f 52d6ae1e1e49b1dc33259bd9ac4db0358d16cad4764ce1a74aa816f25021bf14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-12-21T06:38:53.501Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2020-12-21T06:38:53.895Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-12-21T06:38:53.895Z] d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:38:53.895Z] latest [2020-12-21T06:38:53.895Z] 1.3.1-dev.2 [2020-12-21T06:38:53.895Z] d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [2020-12-21T06:38:53.895Z] master [2020-12-21T06:38:53.895Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:54.338Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d98ab64770a8aa8499d3ed372f913abb779305df [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:54.515Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T06:38:54.515Z] . [Pipeline] withDockerContainer [2020-12-21T06:38:54.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:38:54.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-12-21T06:38:54.643Z] 0c9fd3845951: Preparing [2020-12-21T06:38:54.643Z] 2d5050dc81e8: Preparing [2020-12-21T06:38:54.643Z] c60b5406dd0b: Preparing [2020-12-21T06:38:54.643Z] 777b2c648970: Preparing [2020-12-21T06:38:54.643Z] 777b2c648970: Layer already exists [2020-12-21T06:38:54.643Z] 0c9fd3845951: Pushed [2020-12-21T06:38:54.643Z] 2d5050dc81e8: Pushed [2020-12-21T06:38:54.790Z] prd-ubuntu18.04-docker-arm64-4c-16g-17030 does not seem to be running inside a container [2020-12-21T06:38:54.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/35 -v /w/workspace/device-virtual-go/35:/w/workspace/device-virtual-go/35:rw,z -v /w/workspace/device-virtual-go/35@tmp:/w/workspace/device-virtual-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-21T06:38:56.036Z] c60b5406dd0b: Pushed [2020-12-21T06:38:56.284Z] $ docker top d02f60b3caf6381dc44f001e1e695199489e040676317f067db1bc21dd403118 -eo pid,comm [2020-12-21T06:38:56.298Z] d98ab64770a8aa8499d3ed372f913abb779305df: digest: sha256:99cfb6997d56b8b6595eb1412f91e3cc247deca90de56d6ba12aef9bebfbd861 size: 1155 [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:57.062Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:57.316Z] + make test [2020-12-21T06:38:57.316Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T06:38:57.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-12-21T06:38:57.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-12-21T06:38:57.362Z] 0c9fd3845951: Preparing [2020-12-21T06:38:57.362Z] 2d5050dc81e8: Preparing [2020-12-21T06:38:57.362Z] c60b5406dd0b: Preparing [2020-12-21T06:38:57.362Z] 777b2c648970: Preparing [2020-12-21T06:38:57.362Z] 2d5050dc81e8: Layer already exists [2020-12-21T06:38:57.362Z] 777b2c648970: Layer already exists [2020-12-21T06:38:57.362Z] 0c9fd3845951: Layer already exists [2020-12-21T06:38:57.362Z] c60b5406dd0b: Layer already exists [2020-12-21T06:38:57.362Z] latest: digest: sha256:99cfb6997d56b8b6595eb1412f91e3cc247deca90de56d6ba12aef9bebfbd861 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:57.671Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:57.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.2 [2020-12-21T06:38:57.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-12-21T06:38:57.966Z] 0c9fd3845951: Preparing [2020-12-21T06:38:57.966Z] 2d5050dc81e8: Preparing [2020-12-21T06:38:57.966Z] c60b5406dd0b: Preparing [2020-12-21T06:38:57.966Z] 777b2c648970: Preparing [2020-12-21T06:38:57.966Z] 0c9fd3845951: Layer already exists [2020-12-21T06:38:57.966Z] c60b5406dd0b: Layer already exists [2020-12-21T06:38:57.966Z] 777b2c648970: Layer already exists [2020-12-21T06:38:57.966Z] 2d5050dc81e8: Layer already exists [2020-12-21T06:38:57.966Z] 1.3.1-dev.2: digest: sha256:99cfb6997d56b8b6595eb1412f91e3cc247deca90de56d6ba12aef9bebfbd861 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:58.271Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:58.301Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-12-21T06:38:58.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [2020-12-21T06:38:58.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-12-21T06:38:58.577Z] 0c9fd3845951: Preparing [2020-12-21T06:38:58.577Z] 2d5050dc81e8: Preparing [2020-12-21T06:38:58.577Z] c60b5406dd0b: Preparing [2020-12-21T06:38:58.577Z] 777b2c648970: Preparing [2020-12-21T06:38:58.577Z] c60b5406dd0b: Layer already exists [2020-12-21T06:38:58.577Z] 2d5050dc81e8: Layer already exists [2020-12-21T06:38:58.577Z] 777b2c648970: Layer already exists [2020-12-21T06:38:58.577Z] 0c9fd3845951: Layer already exists [2020-12-21T06:38:58.577Z] d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2: digest: sha256:99cfb6997d56b8b6595eb1412f91e3cc247deca90de56d6ba12aef9bebfbd861 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:58.881Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:38:59.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-12-21T06:38:59.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-12-21T06:38:59.178Z] 0c9fd3845951: Preparing [2020-12-21T06:38:59.178Z] 2d5050dc81e8: Preparing [2020-12-21T06:38:59.178Z] c60b5406dd0b: Preparing [2020-12-21T06:38:59.178Z] 777b2c648970: Preparing [2020-12-21T06:38:59.178Z] c60b5406dd0b: Layer already exists [2020-12-21T06:38:59.178Z] 0c9fd3845951: Layer already exists [2020-12-21T06:38:59.178Z] 777b2c648970: Layer already exists [2020-12-21T06:38:59.178Z] 2d5050dc81e8: Layer already exists [2020-12-21T06:38:59.178Z] master: digest: sha256:99cfb6997d56b8b6595eb1412f91e3cc247deca90de56d6ba12aef9bebfbd861 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T06:38:59.395Z] ===================================================== [Pipeline] echo [2020-12-21T06:38:59.482Z] taggedImages: [2020-12-21T06:38:59.482Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:38:59.482Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-12-21T06:38:59.482Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.2 [2020-12-21T06:38:59.482Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [2020-12-21T06:38:59.482Z] - 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] } [2020-12-21T06:39:45.418Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-12-21T06:39:45.418Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.468s coverage: 64.4% of statements [2020-12-21T06:39:46.021Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-21T06:39:56.222Z] gofmt -l . [2020-12-21T06:39:56.222Z] [ "`gofmt -l .`" = "" ] [2020-12-21T06:39:56.222Z] ./bin/test-attribution-txt.sh [2020-12-21T06:39:56.492Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-21T06:39:57.111Z] $ docker stop --time=1 d02f60b3caf6381dc44f001e1e695199489e040676317f067db1bc21dd403118 [2020-12-21T06:39:59.204Z] $ docker rm -f d02f60b3caf6381dc44f001e1e695199489e040676317f067db1bc21dd403118 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T06:40:00.055Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-21T06:40:00.131Z] Warning: overwriting stash ‘coverage-report’ [2020-12-21T06:40:01.241Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:40:02.001Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-21T06:40:02.369Z] + ls -al . [2020-12-21T06:40:02.370Z] total 148 [2020-12-21T06:40:02.370Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 21 06:39 . [2020-12-21T06:40:02.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 06:37 .. [2020-12-21T06:40:02.370Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 06:37 .git [2020-12-21T06:40:02.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:37 .github [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 258 Dec 21 06:37 .gitignore [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 6713 Dec 21 06:37 Attribution.txt [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 1834 Dec 21 06:37 Dockerfile [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 957 Dec 21 06:37 Dockerfile.build [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 660 Dec 21 06:37 Jenkinsfile [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 21 06:37 LICENSE [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 873 Dec 21 06:37 Makefile [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 918 Dec 21 06:37 README.md [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 21 06:35 VERSION [2020-12-21T06:40:02.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:37 bin [2020-12-21T06:40:02.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 06:37 cmd [2020-12-21T06:40:02.370Z] -rw-r--r-- 1 jenkins jenkins 47242 Dec 21 06:39 coverage.out [2020-12-21T06:40:02.370Z] -rw-r--r-- 1 jenkins jenkins 863 Dec 21 06:39 go.mod [2020-12-21T06:40:02.370Z] -rw-r--r-- 1 jenkins jenkins 16360 Dec 21 06:39 go.sum [2020-12-21T06:40:02.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 06:37 internal [2020-12-21T06:40:02.370Z] -rw-rw-r-- 1 jenkins jenkins 235 Dec 21 06:37 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:40:02.823Z] + 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=d98ab64770a8aa8499d3ed372f913abb779305df --label arch=arm64 --label version=1.3.1-dev.2 . [2020-12-21T06:40:03.129Z] Sending build context to Docker daemon 539.6kB [2020-12-21T06:40:03.129Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-12-21T06:40:03.129Z] Step 2/22 : FROM ${BASE} AS builder [2020-12-21T06:40:03.129Z] ---> 7ffb4e27e132 [2020-12-21T06:40:03.129Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-12-21T06:40:03.412Z] ---> Running in a6f8b5cfd962 [2020-12-21T06:40:04.007Z] Removing intermediate container a6f8b5cfd962 [2020-12-21T06:40:04.007Z] ---> d8560a18a9ca [2020-12-21T06:40:04.007Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T06:40:04.007Z] ---> Running in 42eb46c054ed [2020-12-21T06:40:04.604Z] Removing intermediate container 42eb46c054ed [2020-12-21T06:40:04.604Z] ---> 4c48268fa7fc [2020-12-21T06:40:04.604Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-12-21T06:40:04.604Z] ---> Running in 608ec5633ed2 [2020-12-21T06:40:04.876Z] Removing intermediate container 608ec5633ed2 [2020-12-21T06:40:04.876Z] ---> d3ef6ebe0099 [2020-12-21T06:40:04.876Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:40:05.149Z] ---> Running in b070779161ac [2020-12-21T06:40:07.124Z] Removing intermediate container b070779161ac [2020-12-21T06:40:07.124Z] ---> 2f70e139ebfa [2020-12-21T06:40:07.124Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T06:40:07.403Z] ---> Running in 7622af8cfc3d [2020-12-21T06:40:08.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T06:40:08.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T06:40:09.572Z] OK: 221 MiB in 53 packages [2020-12-21T06:40:11.004Z] Removing intermediate container 7622af8cfc3d [2020-12-21T06:40:11.004Z] ---> 5521cd32b494 [2020-12-21T06:40:11.004Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-12-21T06:40:11.004Z] ---> Running in 872273ecfe03 [2020-12-21T06:40:11.282Z] Removing intermediate container 872273ecfe03 [2020-12-21T06:40:11.282Z] ---> 939d510a674d [2020-12-21T06:40:11.282Z] Step 9/22 : COPY . . [2020-12-21T06:40:12.260Z] ---> b11617f94bd2 [2020-12-21T06:40:12.260Z] Step 10/22 : ARG MAKE='make build' [2020-12-21T06:40:12.532Z] ---> Running in 1b79617ade8a [2020-12-21T06:40:12.804Z] Removing intermediate container 1b79617ade8a [2020-12-21T06:40:12.804Z] ---> f7f3e7fcbc82 [2020-12-21T06:40:12.804Z] Step 11/22 : RUN $MAKE [2020-12-21T06:40:13.091Z] ---> Running in 73564bcb0edc [2020-12-21T06:40:14.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.2" -o cmd/device-virtual ./cmd [2020-12-21T06:40:46.435Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-21T06:40:53.138Z] Removing intermediate container 73564bcb0edc [2020-12-21T06:40:53.138Z] ---> dd53d76ede46 [2020-12-21T06:40:53.138Z] Step 12/22 : FROM alpine [2020-12-21T06:40:53.728Z] latest: Pulling from library/alpine [2020-12-21T06:40:54.006Z] 159e5727ea61: Pulling fs layer [2020-12-21T06:40:54.281Z] 159e5727ea61: Verifying Checksum [2020-12-21T06:40:54.281Z] 159e5727ea61: Download complete [2020-12-21T06:40:54.872Z] 159e5727ea61: Pull complete [2020-12-21T06:40:54.872Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T06:40:54.872Z] Status: Downloaded newer image for alpine:latest [2020-12-21T06:40:54.872Z] ---> afeebe901d6b [2020-12-21T06:40:54.872Z] Step 13/22 : ENV APP_PORT=49990 [2020-12-21T06:40:55.144Z] ---> Running in cc090c970f52 [2020-12-21T06:40:55.416Z] Removing intermediate container cc090c970f52 [2020-12-21T06:40:55.416Z] ---> 00df3587fd15 [2020-12-21T06:40:55.416Z] Step 14/22 : EXPOSE $APP_PORT [2020-12-21T06:40:55.687Z] ---> Running in 19da1f7fd1cf [2020-12-21T06:40:55.966Z] Removing intermediate container 19da1f7fd1cf [2020-12-21T06:40:55.966Z] ---> aa40d4c39939 [2020-12-21T06:40:55.966Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-12-21T06:40:57.413Z] ---> a67027b260d4 [2020-12-21T06:40:57.413Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-12-21T06:40:58.012Z] ---> 80ab4567d99d [2020-12-21T06:40:58.012Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-12-21T06:40:58.614Z] ---> d925e17b799c [2020-12-21T06:40:58.614Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-12-21T06:40:58.885Z] ---> Running in 6c555058a02b [2020-12-21T06:40:59.160Z] Removing intermediate container 6c555058a02b [2020-12-21T06:40:59.160Z] ---> 89a560c97433 [2020-12-21T06:40:59.160Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T06:40:59.433Z] ---> Running in 7bd3a6f4dc81 [2020-12-21T06:40:59.707Z] Removing intermediate container 7bd3a6f4dc81 [2020-12-21T06:40:59.707Z] ---> 297e6c809914 [2020-12-21T06:40:59.707Z] Step 20/22 : LABEL arch=arm64 [2020-12-21T06:40:59.981Z] ---> Running in af8b22e6ebeb [2020-12-21T06:41:00.578Z] Removing intermediate container af8b22e6ebeb [2020-12-21T06:41:00.578Z] ---> 98a5095d7b25 [2020-12-21T06:41:00.578Z] Step 21/22 : LABEL git_sha=d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:41:00.578Z] ---> Running in aaa17242188f [2020-12-21T06:41:00.850Z] Removing intermediate container aaa17242188f [2020-12-21T06:41:00.850Z] ---> 6cab1c489a22 [2020-12-21T06:41:00.850Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-12-21T06:41:01.126Z] ---> Running in a0cad0ec811f [2020-12-21T06:41:01.396Z] Removing intermediate container a0cad0ec811f [2020-12-21T06:41:01.396Z] ---> fe8e6bad8913 [2020-12-21T06:41:01.396Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-21T06:41:01.667Z] Successfully built fe8e6bad8913 [2020-12-21T06:41:01.668Z] 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 [2020-12-21T06:41:02.145Z] provisioning config files... [2020-12-21T06:41:02.193Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/35@tmp/config2124408065671448993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:41:02.581Z] ---> docker-login.sh [2020-12-21T06:41:02.581Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:41:02.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:41:02.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:02.855Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:02.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:02.855Z] [2020-12-21T06:41:02.855Z] Login Succeeded [2020-12-21T06:41:02.855Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:41:03.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:41:03.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:03.448Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:03.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:03.448Z] [2020-12-21T06:41:03.448Z] Login Succeeded [2020-12-21T06:41:03.448Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:41:03.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:41:03.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:03.993Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:03.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:03.993Z] [2020-12-21T06:41:03.993Z] Login Succeeded [2020-12-21T06:41:03.993Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:41:04.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:41:04.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:04.538Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:04.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:04.538Z] [2020-12-21T06:41:04.538Z] Login Succeeded [2020-12-21T06:41:04.538Z] docker.io [2020-12-21T06:41:04.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:41:05.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:05.081Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:05.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:05.081Z] [2020-12-21T06:41:05.081Z] Login Succeeded [2020-12-21T06:41:05.081Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:41:05.097Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T06:41:05.317Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-12-21T06:41:05.317Z] d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:41:05.317Z] latest [2020-12-21T06:41:05.317Z] 1.3.1-dev.2 [2020-12-21T06:41:05.317Z] d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [2020-12-21T06:41:05.317Z] master [2020-12-21T06:41:05.317Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:05.850Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d98ab64770a8aa8499d3ed372f913abb779305df [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:06.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:41:06.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-12-21T06:41:06.188Z] 719920f47f2f: Preparing [2020-12-21T06:41:06.188Z] 3bf466948957: Preparing [2020-12-21T06:41:06.188Z] a2f228f7046d: Preparing [2020-12-21T06:41:06.188Z] 379067d0cb53: Preparing [2020-12-21T06:41:06.463Z] 379067d0cb53: Layer already exists [2020-12-21T06:41:06.463Z] 3bf466948957: Pushed [2020-12-21T06:41:06.463Z] 719920f47f2f: Pushed [2020-12-21T06:41:09.840Z] a2f228f7046d: Pushed [2020-12-21T06:41:09.840Z] d98ab64770a8aa8499d3ed372f913abb779305df: digest: sha256:d7571e39f4b22c6461ddd01d45a77c29573a8343f71b52cf2cc02610e90bebf6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:10.183Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:10.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-12-21T06:41:10.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-12-21T06:41:10.520Z] 719920f47f2f: Preparing [2020-12-21T06:41:10.520Z] 3bf466948957: Preparing [2020-12-21T06:41:10.520Z] a2f228f7046d: Preparing [2020-12-21T06:41:10.520Z] 379067d0cb53: Preparing [2020-12-21T06:41:10.520Z] a2f228f7046d: Layer already exists [2020-12-21T06:41:10.520Z] 379067d0cb53: Layer already exists [2020-12-21T06:41:10.520Z] 719920f47f2f: Layer already exists [2020-12-21T06:41:10.520Z] 3bf466948957: Layer already exists [2020-12-21T06:41:10.789Z] latest: digest: sha256:d7571e39f4b22c6461ddd01d45a77c29573a8343f71b52cf2cc02610e90bebf6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:11.133Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:11.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.2 [2020-12-21T06:41:11.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-12-21T06:41:11.465Z] 719920f47f2f: Preparing [2020-12-21T06:41:11.465Z] 3bf466948957: Preparing [2020-12-21T06:41:11.465Z] a2f228f7046d: Preparing [2020-12-21T06:41:11.465Z] 379067d0cb53: Preparing [2020-12-21T06:41:11.465Z] 719920f47f2f: Layer already exists [2020-12-21T06:41:11.465Z] a2f228f7046d: Layer already exists [2020-12-21T06:41:11.465Z] 3bf466948957: Layer already exists [2020-12-21T06:41:11.465Z] 379067d0cb53: Layer already exists [2020-12-21T06:41:11.737Z] 1.3.1-dev.2: digest: sha256:d7571e39f4b22c6461ddd01d45a77c29573a8343f71b52cf2cc02610e90bebf6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:12.076Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:12.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [2020-12-21T06:41:12.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-12-21T06:41:12.414Z] 719920f47f2f: Preparing [2020-12-21T06:41:12.414Z] 3bf466948957: Preparing [2020-12-21T06:41:12.414Z] a2f228f7046d: Preparing [2020-12-21T06:41:12.414Z] 379067d0cb53: Preparing [2020-12-21T06:41:12.414Z] 3bf466948957: Layer already exists [2020-12-21T06:41:12.414Z] 719920f47f2f: Layer already exists [2020-12-21T06:41:12.414Z] 379067d0cb53: Layer already exists [2020-12-21T06:41:12.414Z] a2f228f7046d: Layer already exists [2020-12-21T06:41:12.685Z] d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2: digest: sha256:d7571e39f4b22c6461ddd01d45a77c29573a8343f71b52cf2cc02610e90bebf6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:13.031Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:13.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-12-21T06:41:13.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-12-21T06:41:13.369Z] 719920f47f2f: Preparing [2020-12-21T06:41:13.369Z] 3bf466948957: Preparing [2020-12-21T06:41:13.369Z] a2f228f7046d: Preparing [2020-12-21T06:41:13.369Z] 379067d0cb53: Preparing [2020-12-21T06:41:13.369Z] a2f228f7046d: Layer already exists [2020-12-21T06:41:13.369Z] 3bf466948957: Layer already exists [2020-12-21T06:41:13.369Z] 719920f47f2f: Layer already exists [2020-12-21T06:41:13.640Z] 379067d0cb53: Layer already exists [2020-12-21T06:41:13.640Z] master: digest: sha256:d7571e39f4b22c6461ddd01d45a77c29573a8343f71b52cf2cc02610e90bebf6 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T06:41:13.863Z] ===================================================== [Pipeline] echo [2020-12-21T06:41:13.917Z] taggedImages: [2020-12-21T06:41:13.917Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d98ab64770a8aa8499d3ed372f913abb779305df [2020-12-21T06:41:13.917Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-12-21T06:41:13.917Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.2 [2020-12-21T06:41:13.917Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d98ab64770a8aa8499d3ed372f913abb779305df-1.3.1-dev.2 [2020-12-21T06:41:13.917Z] - 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 [2020-12-21T06:41:15.367Z] provisioning config files... [2020-12-21T06:41:15.393Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5365840313894865106tmp [Pipeline] { [Pipeline] sh [2020-12-21T06:41:15.795Z] + set +x [2020-12-21T06:41:15.795Z] + curl -s https://codecov.io/bash [2020-12-21T06:41:15.795Z] + bash -s -- [2020-12-21T06:41:16.066Z] [2020-12-21T06:41:16.066Z] _____ _ [2020-12-21T06:41:16.066Z] / ____| | | [2020-12-21T06:41:16.066Z] | | ___ __| | ___ ___ _____ __ [2020-12-21T06:41:16.066Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-21T06:41:16.066Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-21T06:41:16.066Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-21T06:41:16.066Z] Bash-20201217-3d3df35 [2020-12-21T06:41:16.066Z] [2020-12-21T06:41:16.066Z] [2020-12-21T06:41:16.066Z] git version 2.24.3 found [2020-12-21T06:41:16.066Z] 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 [2020-12-21T06:41:16.066Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-21T06:41:16.066Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-21T06:41:16.066Z] ==> Jenkins CI detected. [2020-12-21T06:41:16.066Z] project root: . [2020-12-21T06:41:16.066Z] --> token set from env [2020-12-21T06:41:16.066Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-21T06:41:16.066Z] ==> Running gcov in . (disable via -X gcov) [2020-12-21T06:41:16.066Z] ==> Python coveragepy not found [2020-12-21T06:41:16.066Z] ==> Searching for coverage reports in: [2020-12-21T06:41:16.066Z] + . [2020-12-21T06:41:16.066Z] -> Found 1 reports [2020-12-21T06:41:16.066Z] ==> Detecting git/mercurial file structure [2020-12-21T06:41:16.066Z] ==> Reading reports [2020-12-21T06:41:16.066Z] + ./coverage.out bytes=47242 [2020-12-21T06:41:16.066Z] ==> Appending adjustments [2020-12-21T06:41:16.066Z] https://docs.codecov.io/docs/fixing-reports [2020-12-21T06:41:16.343Z] + Found adjustments [2020-12-21T06:41:16.343Z] ==> Gzipping contents [2020-12-21T06:41:16.343Z] 8.0K /tmp/codecov.8Hxv6b.gz [2020-12-21T06:41:16.343Z] ==> Uploading reports [2020-12-21T06:41:16.343Z] url: https://codecov.io [2020-12-21T06:41:16.343Z] query: branch=master&commit=d98ab64770a8aa8499d3ed372f913abb779305df&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-21T06:41:16.343Z] -> Pinging Codecov [2020-12-21T06:41:16.343Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=d98ab64770a8aa8499d3ed372f913abb779305df&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-21T06:41:16.626Z] -> Uploading to [2020-12-21T06:41:16.626Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-21/5E52B4B073DB2E39498172D8E973AA87/d98ab64770a8aa8499d3ed372f913abb779305df/57317a73-8fdc-4249-81d0-0224d7823905.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201221T064116Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1eca7566ca2f296ca1f5fd279fa9d856323f9f88356e4b0f4937ab3bdb8aa7a3 [2020-12-21T06:41:16.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T06:41:16.626Z] Dload Upload Total Spent Left Speed [2020-12-21T06:41:17.219Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5820 0 0 100 5820 0 12322 --:--:-- --:--:-- --:--:-- 12330 [2020-12-21T06:41:17.219Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/d98ab64770a8aa8499d3ed372f913abb779305df [Pipeline] } [2020-12-21T06:41:17.238Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-21T06:41:18.102Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-21T06:41:18.161Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:18.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T06:41:18.837Z] [2020-12-21T06:41:18.837Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:19.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T06:41:19.583Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-21T06:41:19.583Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T06:41:19.583Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T06:41:19.583Z] de9db76c5a1d: Pulling fs layer [2020-12-21T06:41:19.583Z] 0eba1c9be4d2: Pulling fs layer [2020-12-21T06:41:19.583Z] 0d57e429df01: Pulling fs layer [2020-12-21T06:41:19.583Z] 4e4be7b47b0d: Pulling fs layer [2020-12-21T06:41:19.583Z] e1f770b5df2f: Pulling fs layer [2020-12-21T06:41:19.583Z] 85a0685a4137: Pulling fs layer [2020-12-21T06:41:19.583Z] 0eba1c9be4d2: Waiting [2020-12-21T06:41:19.583Z] 0d57e429df01: Waiting [2020-12-21T06:41:19.583Z] 4e4be7b47b0d: Waiting [2020-12-21T06:41:19.583Z] e1f770b5df2f: Waiting [2020-12-21T06:41:19.583Z] 85a0685a4137: Waiting [2020-12-21T06:41:19.583Z] de9db76c5a1d: Verifying Checksum [2020-12-21T06:41:19.583Z] de9db76c5a1d: Download complete [2020-12-21T06:41:19.583Z] 0ef7d3d256c8: Verifying Checksum [2020-12-21T06:41:19.583Z] 0ef7d3d256c8: Download complete [2020-12-21T06:41:19.583Z] 0d57e429df01: Verifying Checksum [2020-12-21T06:41:19.583Z] 0d57e429df01: Download complete [2020-12-21T06:41:19.583Z] 4e4be7b47b0d: Verifying Checksum [2020-12-21T06:41:19.583Z] 4e4be7b47b0d: Download complete [2020-12-21T06:41:19.583Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T06:41:20.258Z] 188c0c94c7c5: Pull complete [2020-12-21T06:41:20.532Z] 0ef7d3d256c8: Pull complete [2020-12-21T06:41:20.835Z] de9db76c5a1d: Pull complete [2020-12-21T06:41:21.450Z] e1f770b5df2f: Verifying Checksum [2020-12-21T06:41:21.450Z] e1f770b5df2f: Download complete [2020-12-21T06:41:26.023Z] 85a0685a4137: Verifying Checksum [2020-12-21T06:41:26.023Z] 85a0685a4137: Download complete [2020-12-21T06:41:27.056Z] 0eba1c9be4d2: Verifying Checksum [2020-12-21T06:41:27.056Z] 0eba1c9be4d2: Download complete [2020-12-21T06:41:39.677Z] 0eba1c9be4d2: Pull complete [2020-12-21T06:41:39.677Z] 0d57e429df01: Pull complete [2020-12-21T06:41:39.677Z] 4e4be7b47b0d: Pull complete [2020-12-21T06:41:41.160Z] e1f770b5df2f: Pull complete [2020-12-21T06:41:54.153Z] 85a0685a4137: Pull complete [2020-12-21T06:41:54.153Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-21T06:41:54.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T06:41:54.153Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-21T06:41:54.472Z] prd-centos7-docker-4c-2g-17027 does not seem to be running inside a container [2020-12-21T06:41:54.562Z] $ 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 [2020-12-21T06:41:56.372Z] $ docker top 95ac7073884e95612d4a906aaddc2161b2e069bd8a9df209c3ef77ca340c6889 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-21T06:41:56.977Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-21T06:41:57.432Z] + set -o pipefail [2020-12-21T06:41:57.433Z] + snyk monitor '--org=edgex-jenkins' [2020-12-21T06:42:12.640Z] [2020-12-21T06:42:12.640Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-12-21T06:42:12.640Z] [2020-12-21T06:42:12.640Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/49610a0c-2d3e-45af-a6f8-30c08b21da26 [2020-12-21T06:42:12.640Z] [2020-12-21T06:42:12.640Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-21T06:42:12.640Z] [2020-12-21T06:42:12.640Z] [2020-12-21T06:42:12.640Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-21T06:42:12.640Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-21T06:42:12.668Z] $ docker stop --time=1 95ac7073884e95612d4a906aaddc2161b2e069bd8a9df209c3ef77ca340c6889 [2020-12-21T06:42:15.578Z] $ docker rm -f 95ac7073884e95612d4a906aaddc2161b2e069bd8a9df209c3ef77ca340c6889 [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 [2020-12-21T06:42:17.745Z] + git log --format=format:%s -1 d98ab64770a8aa8499d3ed372f913abb779305df [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:18.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:42:18.085Z] . [Pipeline] withDockerContainer [2020-12-21T06:42:18.220Z] prd-centos7-docker-4c-2g-17027 does not seem to be running inside a container [2020-12-21T06:42:18.298Z] $ 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 [2020-12-21T06:42:19.469Z] $ docker top 03d41db92480cd912580105770a280b01c4616f550941ae8faa8683fb95b9b00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:42:19.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:42:19.875Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:42:20.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:42:20.177Z] $ docker exec 03d41db92480cd912580105770a280b01c4616f550941ae8faa8683fb95b9b00 ssh-agent [2020-12-21T06:42:20.510Z] SSH_AUTH_SOCK=/tmp/ssh-SJJxrQAF7j6v/agent.11 [2020-12-21T06:42:20.510Z] SSH_AGENT_PID=17 [2020-12-21T06:42:20.523Z] Running ssh-add (command line suppressed) [2020-12-21T06:42:20.772Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6015010676485871871.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6015010676485871871.key) [2020-12-21T06:42:20.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:42:21.224Z] + git semver tag [2020-12-21T06:42:21.224Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:42:21.224Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-12-21T06:42:21.224Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-12-21T06:42:21.224Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:42:21.224Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:42:21.224Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:42:21.224Z] # $SEMVER_BRANCH = master [2020-12-21T06:42:21.224Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-12-21T06:42:21.224Z] # d98ab64770a8aa8499d3ed372f913abb779305df HEAD [2020-12-21T06:42:21.224Z] # -> Force: false [2020-12-21T06:42:21.225Z] # f30ca5967fda91bf9001591eab2d8c7f8168f948 refs/tags/v1.3.1-dev.2 [Pipeline] } [2020-12-21T06:42:21.518Z] $ docker exec --env ******** --env ******** 03d41db92480cd912580105770a280b01c4616f550941ae8faa8683fb95b9b00 ssh-agent -k [2020-12-21T06:42:21.719Z] unset SSH_AUTH_SOCK; [2020-12-21T06:42:21.719Z] unset SSH_AGENT_PID; [2020-12-21T06:42:21.719Z] echo Agent pid 17 killed; [2020-12-21T06:42:21.914Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:42:22.436Z] + git semver [Pipeline] } [2020-12-21T06:42:22.474Z] $ docker stop --time=1 03d41db92480cd912580105770a280b01c4616f550941ae8faa8683fb95b9b00 [2020-12-21T06:42:24.070Z] $ docker rm -f 03d41db92480cd912580105770a280b01c4616f550941ae8faa8683fb95b9b00 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:24.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T06:42:24.815Z] [2020-12-21T06:42:24.815Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:25.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T06:42:25.256Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-21T06:42:25.256Z] ab5ef0e58194: Pulling fs layer [2020-12-21T06:42:25.256Z] 9712f1f96733: Pulling fs layer [2020-12-21T06:42:25.256Z] 63f879dbbcfc: Pulling fs layer [2020-12-21T06:42:25.256Z] 0d9ebad4ef96: Pulling fs layer [2020-12-21T06:42:25.256Z] e9a5061849ea: Pulling fs layer [2020-12-21T06:42:25.256Z] d747dcd14b5f: Pulling fs layer [2020-12-21T06:42:25.256Z] 2de7ff778b66: Pulling fs layer [2020-12-21T06:42:25.256Z] e9a5061849ea: Waiting [2020-12-21T06:42:25.256Z] d747dcd14b5f: Waiting [2020-12-21T06:42:25.256Z] 2de7ff778b66: Waiting [2020-12-21T06:42:25.256Z] 0d9ebad4ef96: Waiting [2020-12-21T06:42:25.256Z] 9712f1f96733: Verifying Checksum [2020-12-21T06:42:25.256Z] 9712f1f96733: Download complete [2020-12-21T06:42:28.716Z] 63f879dbbcfc: Verifying Checksum [2020-12-21T06:42:28.716Z] 63f879dbbcfc: Download complete [2020-12-21T06:42:29.002Z] e9a5061849ea: Verifying Checksum [2020-12-21T06:42:29.002Z] e9a5061849ea: Download complete [2020-12-21T06:42:29.276Z] d747dcd14b5f: Verifying Checksum [2020-12-21T06:42:29.276Z] d747dcd14b5f: Download complete [2020-12-21T06:42:30.259Z] ab5ef0e58194: Verifying Checksum [2020-12-21T06:42:30.259Z] ab5ef0e58194: Download complete [2020-12-21T06:42:30.259Z] 2de7ff778b66: Verifying Checksum [2020-12-21T06:42:30.259Z] 2de7ff778b66: Download complete [2020-12-21T06:42:30.868Z] 0d9ebad4ef96: Verifying Checksum [2020-12-21T06:42:30.868Z] 0d9ebad4ef96: Download complete [2020-12-21T06:42:39.199Z] ab5ef0e58194: Pull complete [2020-12-21T06:42:39.199Z] 9712f1f96733: Pull complete [2020-12-21T06:42:41.179Z] 63f879dbbcfc: Pull complete [2020-12-21T06:42:51.415Z] 0d9ebad4ef96: Pull complete [2020-12-21T06:42:52.896Z] e9a5061849ea: Pull complete [2020-12-21T06:42:53.168Z] d747dcd14b5f: Pull complete [2020-12-21T06:42:56.809Z] 2de7ff778b66: Pull complete [2020-12-21T06:42:56.809Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-21T06:42:56.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T06:42:56.809Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-21T06:42:57.208Z] prd-centos7-docker-4c-2g-17027 does not seem to be running inside a container [2020-12-21T06:42:57.312Z] $ 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 [2020-12-21T06:43:01.181Z] $ docker top 6f4eb0cbe000d1efc94a9d15c01dc98cab715faec29efbbd9079e4a5d97865d3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-21T06:43:01.643Z] provisioning config files... [2020-12-21T06:43:01.665Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8060159032468653091tmp [2020-12-21T06:43:01.692Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2468457817817220038tmp [2020-12-21T06:43:01.714Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8819166039895613702tmp [Pipeline] { [Pipeline] echo [2020-12-21T06:43:01.787Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:43:02.104Z] ---> sigul-configuration.sh [2020-12-21T06:43:02.368Z] gpg: directory `/root/.gnupg' created [2020-12-21T06:43:02.368Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-21T06:43:02.368Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-21T06:43:02.368Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-21T06:43:02.368Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-21T06:43:02.368Z] gpg: CAST5 encrypted data [2020-12-21T06:43:02.368Z] gpg: encrypted with 1 passphrase [2020-12-21T06:43:02.368Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-21T06:43:02.687Z] + mkdir /home/jenkins [2020-12-21T06:43:02.687Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-21T06:43:03.048Z] + 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 [2020-12-21T06:43:03.065Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:43:03.402Z] ---> sigul-install.sh [2020-12-21T06:43:10.073Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-21T06:43:10.709Z] + git tag --list [2020-12-21T06:43:10.709Z] v1.0.0 [2020-12-21T06:43:10.709Z] v1.1.0 [2020-12-21T06:43:10.709Z] v1.1.1 [2020-12-21T06:43:10.709Z] v1.2.1 [2020-12-21T06:43:10.709Z] v1.2.2 [2020-12-21T06:43:10.709Z] v1.2.3 [2020-12-21T06:43:10.709Z] v1.2.3-dev.1 [2020-12-21T06:43:10.709Z] v1.2.3-dev.2 [2020-12-21T06:43:10.709Z] v1.2.4-dev.1 [2020-12-21T06:43:10.709Z] v1.2.4-dev.10 [2020-12-21T06:43:10.709Z] v1.2.4-dev.11 [2020-12-21T06:43:10.709Z] v1.2.4-dev.2 [2020-12-21T06:43:10.709Z] v1.2.4-dev.3 [2020-12-21T06:43:10.709Z] v1.2.4-dev.4 [2020-12-21T06:43:10.709Z] v1.2.4-dev.5 [2020-12-21T06:43:10.709Z] v1.2.4-dev.6 [2020-12-21T06:43:10.709Z] v1.2.4-dev.7 [2020-12-21T06:43:10.709Z] v1.2.4-dev.8 [2020-12-21T06:43:10.709Z] v1.2.4-dev.9 [2020-12-21T06:43:10.709Z] v1.3.0 [2020-12-21T06:43:10.709Z] v1.3.1-dev.1 [2020-12-21T06:43:10.709Z] v1.3.1-dev.2 [Pipeline] sh [2020-12-21T06:43:11.032Z] + lftools sign git-tag v1.3.1-dev.2 [2020-12-21T06:43:12.991Z] Signing Git tag with Sigul... [2020-12-21T06:43:12.991Z] Signing v1.3.1-dev.2 [Pipeline] echo [2020-12-21T06:43:13.995Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:43:14.344Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-21T06:43:14.362Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-21T06:43:14.456Z] $ docker stop --time=1 6f4eb0cbe000d1efc94a9d15c01dc98cab715faec29efbbd9079e4a5d97865d3 [2020-12-21T06:43:16.593Z] $ docker rm -f 6f4eb0cbe000d1efc94a9d15c01dc98cab715faec29efbbd9079e4a5d97865d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:17.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:43:17.644Z] . [Pipeline] withDockerContainer [2020-12-21T06:43:17.821Z] prd-centos7-docker-4c-2g-17027 does not seem to be running inside a container [2020-12-21T06:43:17.900Z] $ 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 [2020-12-21T06:43:18.948Z] $ docker top 50bc4916f9b38c7558a0028f68847d50b1ea9fcc6de6128f4e04f738e107a5fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:43:19.403Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:43:19.403Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:43:19.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:43:19.986Z] $ docker exec 50bc4916f9b38c7558a0028f68847d50b1ea9fcc6de6128f4e04f738e107a5fc ssh-agent [2020-12-21T06:43:20.954Z] SSH_AUTH_SOCK=/tmp/ssh-X8V568qBPvKj/agent.12 [2020-12-21T06:43:20.954Z] SSH_AGENT_PID=17 [2020-12-21T06:43:20.981Z] Running ssh-add (command line suppressed) [2020-12-21T06:43:21.203Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4733755180668054980.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4733755180668054980.key) [2020-12-21T06:43:21.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:43:22.098Z] + git semver bump pre [2020-12-21T06:43:22.098Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:43:22.098Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-12-21T06:43:22.098Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-12-21T06:43:22.098Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:43:22.098Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:43:22.098Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:43:22.098Z] # $SEMVER_BRANCH = master [2020-12-21T06:43:22.098Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-12-21T06:43:22.098Z] 1.3.1-dev.3 [Pipeline] } [2020-12-21T06:43:22.116Z] $ docker exec --env ******** --env ******** 50bc4916f9b38c7558a0028f68847d50b1ea9fcc6de6128f4e04f738e107a5fc ssh-agent -k [2020-12-21T06:43:22.339Z] unset SSH_AUTH_SOCK; [2020-12-21T06:43:22.339Z] unset SSH_AGENT_PID; [2020-12-21T06:43:22.339Z] echo Agent pid 17 killed; [2020-12-21T06:43:22.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:43:22.951Z] + git semver [Pipeline] } [2020-12-21T06:43:23.010Z] $ docker stop --time=1 50bc4916f9b38c7558a0028f68847d50b1ea9fcc6de6128f4e04f738e107a5fc [2020-12-21T06:43:24.894Z] $ docker rm -f 50bc4916f9b38c7558a0028f68847d50b1ea9fcc6de6128f4e04f738e107a5fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:25.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:43:25.622Z] . [Pipeline] withDockerContainer [2020-12-21T06:43:25.924Z] prd-centos7-docker-4c-2g-17027 does not seem to be running inside a container [2020-12-21T06:43:26.100Z] $ 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 [2020-12-21T06:43:27.160Z] $ docker top 95233c919136ad1c509a292ee38fbff21d64569560335961b903ac0f6212bcb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:43:27.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:43:27.523Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:43:27.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:43:27.905Z] $ docker exec 95233c919136ad1c509a292ee38fbff21d64569560335961b903ac0f6212bcb4 ssh-agent [2020-12-21T06:43:28.336Z] SSH_AUTH_SOCK=/tmp/ssh-z9dSUme7bJRD/agent.11 [2020-12-21T06:43:28.336Z] SSH_AGENT_PID=16 [2020-12-21T06:43:28.348Z] Running ssh-add (command line suppressed) [2020-12-21T06:43:28.563Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4380634259334406141.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4380634259334406141.key) [2020-12-21T06:43:28.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:43:29.386Z] + git semver push [2020-12-21T06:43:29.386Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:43:29.386Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-12-21T06:43:29.386Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-12-21T06:43:29.386Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:43:29.386Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:43:29.386Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:43:29.386Z] # $SEMVER_BRANCH = master [2020-12-21T06:43:29.386Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-12-21T06:43:36.148Z] $ docker exec --env ******** --env ******** 95233c919136ad1c509a292ee38fbff21d64569560335961b903ac0f6212bcb4 ssh-agent -k [2020-12-21T06:43:36.580Z] unset SSH_AUTH_SOCK; [2020-12-21T06:43:36.591Z] unset SSH_AGENT_PID; [2020-12-21T06:43:36.592Z] echo Agent pid 16 killed; [2020-12-21T06:43:36.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:43:37.389Z] + git semver [Pipeline] } [2020-12-21T06:43:37.424Z] $ docker stop --time=1 95233c919136ad1c509a292ee38fbff21d64569560335961b903ac0f6212bcb4 [2020-12-21T06:43:39.010Z] $ docker rm -f 95233c919136ad1c509a292ee38fbff21d64569560335961b903ac0f6212bcb4 [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 [2020-12-21T06:43:40.933Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:43:41.879Z] ---> package-listing.sh [2020-12-21T06:43:41.880Z] ++ facter osfamily [2020-12-21T06:43:41.880Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-21T06:43:42.145Z] + OS_FAMILY=redhat [2020-12-21T06:43:42.145Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-12-21T06:43:42.145Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-21T06:43:42.145Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-21T06:43:42.145Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-21T06:43:42.145Z] + PACKAGES=/tmp/packages_start.txt [2020-12-21T06:43:42.145Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-12-21T06:43:42.145Z] + PACKAGES=/tmp/packages_end.txt [2020-12-21T06:43:42.145Z] + case "${OS_FAMILY}" in [2020-12-21T06:43:42.145Z] + rpm -qa [2020-12-21T06:43:42.145Z] + sort [2020-12-21T06:43:47.506Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-21T06:43:47.506Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-21T06:43:47.506Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-21T06:43:47.506Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-12-21T06:43:47.506Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-12-21T06:43:47.507Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo [2020-12-21T06:43:47.523Z] 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 [2020-12-21T06:43:47.844Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:48.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:43:48.700Z] [2020-12-21T06:43:48.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:49.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:43:49.393Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-21T06:43:49.393Z] df20fa9351a1: Pulling fs layer [2020-12-21T06:43:49.393Z] 36b3adc4ff6f: Pulling fs layer [2020-12-21T06:43:49.393Z] 8ad3a11d3b57: Pulling fs layer [2020-12-21T06:43:49.393Z] 46f8f816bc3b: Pulling fs layer [2020-12-21T06:43:49.393Z] 93b61091891f: Pulling fs layer [2020-12-21T06:43:49.393Z] 93b9cdb0e59b: Pulling fs layer [2020-12-21T06:43:49.393Z] 5e14af77c1be: Pulling fs layer [2020-12-21T06:43:49.393Z] 01666e4c0597: Pulling fs layer [2020-12-21T06:43:49.393Z] aa168da1d23b: Pulling fs layer [2020-12-21T06:43:49.393Z] 93b9cdb0e59b: Waiting [2020-12-21T06:43:49.393Z] 5e14af77c1be: Waiting [2020-12-21T06:43:49.393Z] 01666e4c0597: Waiting [2020-12-21T06:43:49.393Z] aa168da1d23b: Waiting [2020-12-21T06:43:49.393Z] 93b61091891f: Waiting [2020-12-21T06:43:49.393Z] 46f8f816bc3b: Waiting [2020-12-21T06:43:49.393Z] 36b3adc4ff6f: Verifying Checksum [2020-12-21T06:43:49.393Z] 36b3adc4ff6f: Download complete [2020-12-21T06:43:49.393Z] 46f8f816bc3b: Verifying Checksum [2020-12-21T06:43:49.393Z] 46f8f816bc3b: Download complete [2020-12-21T06:43:49.393Z] df20fa9351a1: Download complete [2020-12-21T06:43:49.393Z] 93b9cdb0e59b: Verifying Checksum [2020-12-21T06:43:49.393Z] 93b9cdb0e59b: Download complete [2020-12-21T06:43:49.393Z] 5e14af77c1be: Verifying Checksum [2020-12-21T06:43:49.393Z] 5e14af77c1be: Download complete [2020-12-21T06:43:49.393Z] 93b61091891f: Verifying Checksum [2020-12-21T06:43:49.393Z] 93b61091891f: Download complete [2020-12-21T06:43:49.393Z] 01666e4c0597: Verifying Checksum [2020-12-21T06:43:49.393Z] 01666e4c0597: Download complete [2020-12-21T06:43:49.988Z] 8ad3a11d3b57: Verifying Checksum [2020-12-21T06:43:49.988Z] 8ad3a11d3b57: Download complete [2020-12-21T06:43:50.264Z] df20fa9351a1: Pull complete [2020-12-21T06:43:50.554Z] 36b3adc4ff6f: Pull complete [2020-12-21T06:43:52.587Z] 8ad3a11d3b57: Pull complete [2020-12-21T06:43:52.587Z] 46f8f816bc3b: Pull complete [2020-12-21T06:43:53.225Z] 93b61091891f: Pull complete [2020-12-21T06:43:53.840Z] 93b9cdb0e59b: Pull complete [2020-12-21T06:43:54.109Z] aa168da1d23b: Verifying Checksum [2020-12-21T06:43:54.109Z] aa168da1d23b: Download complete [2020-12-21T06:43:54.109Z] 5e14af77c1be: Pull complete [2020-12-21T06:43:54.380Z] 01666e4c0597: Pull complete [2020-12-21T06:44:09.707Z] aa168da1d23b: Pull complete [2020-12-21T06:44:09.707Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-21T06:44:09.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:44:09.707Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-21T06:44:10.119Z] prd-centos7-docker-4c-2g-17027 does not seem to be running inside a container [2020-12-21T06:44:10.202Z] $ 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 [2020-12-21T06:44:13.559Z] $ docker top e9ca7b519819de71ab618555af95376ef3180745d7dac71de37596550a78fcc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:44:14.700Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-21T06:44:15.080Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-21T06:44:15.405Z] + ls /var/log/sa-host [2020-12-21T06:44:15.405Z] + sadf -c /var/log/sa-host/sa21 [2020-12-21T06:44:15.405Z] file_magic: OK [2020-12-21T06:44:15.405Z] HZ: Using current value: 100 [2020-12-21T06:44:15.405Z] file_header: OK [2020-12-21T06:44:15.405Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T06:44:15.405Z] Statistics: [2020-12-21T06:44:15.405Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-21T06:44:15.405Z] File successfully converted to sysstat format version 12.2.1 [2020-12-21T06:44:15.405Z] + sadf -c /var/log/sa-host/sa23 [2020-12-21T06:44:15.405Z] file_magic: OK [2020-12-21T06:44:15.405Z] HZ: Using current value: 100 [2020-12-21T06:44:15.405Z] file_header: OK [2020-12-21T06:44:15.405Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T06:44:15.405Z] Statistics: [2020-12-21T06:44:15.405Z] Hnuu...uuuununununu... [2020-12-21T06:44:15.405Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T06:44:16.055Z] provisioning config files... [2020-12-21T06:44:16.074Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4973868510819772274tmp [Pipeline] { [Pipeline] echo [2020-12-21T06:44:16.169Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:16.541Z] ---> create-netrc.sh [Pipeline] } [2020-12-21T06:44:16.558Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-21T06:44:16.652Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:16.999Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-21T06:44:17.018Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:17.363Z] ---> sudo-logs.sh [2020-12-21T06:44:17.363Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-21T06:44:17.652Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:17.968Z] ---> job-cost.sh [2020-12-21T06:44:17.968Z] lf-activate-venv: SKIPPING [2020-12-21T06:44:17.968Z] INFO: No Stack... [2020-12-21T06:44:19.386Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-21T06:44:19.651Z] INFO: Archiving Costs [Pipeline] echo [2020-12-21T06:44:19.667Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:19.994Z] ---> logs-deploy.sh [2020-12-21T06:44:19.994Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/35 [2020-12-21T06:44:19.994Z] INFO: archiving workspace using pattern(s): [2020-12-21T06:44:21.977Z] Archives upload complete. [2020-12-21T06:44:21.977Z] INFO: archiving logs to Nexus