Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from da362e705d612364b9ef4673b63e3c918421e784 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33675 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision da362e705d612364b9ef4673b63e3c918421e784 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f da362e705d612364b9ef4673b63e3c918421e784 # timeout=10 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41" > git rev-list --no-walk ade17028b202be70e52921553e3b506375cbc38d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:50:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:50:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:50:43 ========================================================= 09:50:43 EdgeX Global Pipelines Version Info 09:50:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:50:45 ------------------- 09:50:45 stable info: 09:50:45 ------------------- 09:50:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:50:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:50:45 Message: update stable to v1.0.186 09:50:46 ------------------- 09:50:46 experimental info: 09:50:46 ------------------- 09:50:46 Commited By: **** collab-it+edgex@linuxfoundation.org 09:50:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 09:50:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:50:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 09:50:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 09:50:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:50:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:50:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:50:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:50:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:50:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:50:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:50:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] echo 09:50:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da362e7 [Pipeline] echo 09:50:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:50:49 provisioning config files... 09:50:49 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6749898069182896636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:50:50 ---> docker-login.sh 09:50:50 nexus3.edgexfoundry.org:10001 09:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:50 Configure a credential helper to remove this warning. See 09:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:50 09:50:50 Login Succeeded 09:50:50 nexus3.edgexfoundry.org:10002 09:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:50 Configure a credential helper to remove this warning. See 09:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:50 09:50:50 Login Succeeded 09:50:50 nexus3.edgexfoundry.org:10003 09:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:51 Configure a credential helper to remove this warning. See 09:50:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:51 09:50:51 Login Succeeded 09:50:51 nexus3.edgexfoundry.org:10004 09:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:51 Configure a credential helper to remove this warning. See 09:50:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:51 09:50:51 Login Succeeded 09:50:51 docker.io 09:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:51 Configure a credential helper to remove this warning. See 09:50:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:51 09:50:51 Login Succeeded 09:50:51 ---> docker-login.sh ends [Pipeline] } 09:50:51 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 09:50:52 + git log --format=format:%s -1 da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] echo 09:50:52 GIT_COMMIT: da362e705d612364b9ef4673b63e3c918421e784, Commit Message: Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41 [Pipeline] echo 09:50:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:50:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:50:53 09:50:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:50:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:50:54 latest: Pulling from edgex-devops/git-semver 09:50:54 31603596830f: Pulling fs layer 09:50:54 2a8b12db71e7: Pulling fs layer 09:50:54 6ca5941a6612: Pulling fs layer 09:50:54 ecc8261a40a4: Pulling fs layer 09:50:54 ecc8261a40a4: Waiting 09:50:54 2a8b12db71e7: Download complete 09:50:54 31603596830f: Download complete 09:50:54 ecc8261a40a4: Verifying Checksum 09:50:54 ecc8261a40a4: Download complete 09:50:54 6ca5941a6612: Verifying Checksum 09:50:54 6ca5941a6612: Download complete 09:50:54 31603596830f: Pull complete 09:50:54 2a8b12db71e7: Pull complete 09:50:55 6ca5941a6612: Pull complete 09:50:55 ecc8261a40a4: Pull complete 09:50:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:50:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:50:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:50:55 prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container 09:50:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:50:57 $ docker top 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:50:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:50:58 [ssh-agent] Looking for ssh-agent implementation... 09:50:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:50:58 $ docker exec 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent 09:50:58 SSH_AUTH_SOCK=/tmp/ssh-18Bcqw5i89P1/agent.13 09:50:58 SSH_AGENT_PID=19 09:50:58 Running ssh-add (command line suppressed) 09:50:59 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2414657642041070175.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2414657642041070175.key) 09:50:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:50:59 + git tag --points-at HEAD [Pipeline] } 09:50:59 $ docker exec --env ******** --env ******** 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent -k 09:50:59 unset SSH_AUTH_SOCK; 09:50:59 unset SSH_AGENT_PID; 09:50:59 echo Agent pid 19 killed; 09:50:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:50:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:50:59 [ssh-agent] Looking for ssh-agent implementation... 09:50:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:50:59 $ docker exec 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent 09:51:00 SSH_AUTH_SOCK=/tmp/ssh-heSjbGZ8ajXq/agent.49 09:51:00 SSH_AGENT_PID=54 09:51:00 Running ssh-add (command line suppressed) 09:51:00 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7823167846734699251.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7823167846734699251.key) 09:51:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:51:00 + git semver init 09:51:00 # -> Open(): unable to determine branch for HEAD 09:51:00 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 09:51:00 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 09:51:00 # $SEMVER_REMOTE_NAME = origin 09:51:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:51:00 # $SEMVER_USER_NAME = edgex-jenkins 09:51:00 # $SEMVER_BRANCH = master 09:51:00 # $SEMVER_TEMP = /tmp/semver-991560392 09:51:00 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 09:51:01 # '/tmp/semver-991560392' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 09:51:01 # -> Force: false 09:51:01 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 09:51:01 $ docker exec --env ******** --env ******** 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent -k 09:51:01 unset SSH_AUTH_SOCK; 09:51:01 unset SSH_AGENT_PID; 09:51:01 echo Agent pid 54 killed; 09:51:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:51:01 + git semver [Pipeline] } 09:51:01 $ docker stop --time=1 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 09:51:03 $ docker rm -f 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 [Pipeline] // withDockerContainer [Pipeline] sh 09:51:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:51:04 Stashed 1 file(s) [Pipeline] echo 09:51:04 [edgeXSemver]: initialized semver on version 1.3.2-dev.7 [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 09:51:19 Still waiting to schedule task 09:51:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:51:19 Still waiting to schedule task 09:51:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 09:53:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33676 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 09:53:00 Running in /w/workspace/device-virtual-go/46 [Pipeline] { [Pipeline] checkout 09:53:05 using credential edgex-jenkins-ssh 09:53:05 Cloning the remote Git repository 09:53:05 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 09:53:05 > git init /w/workspace/device-virtual-go/46 # timeout=10 09:53:05 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:53:05 > git --version # timeout=10 09:53:05 > git --version # 'git version 2.17.1' 09:53:05 using GIT_SSH to set credentials SSH Credentials for GitHub 09:53:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:53:06 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:53:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:53:06 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:53:06 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:53:06 using GIT_SSH to set credentials SSH Credentials for GitHub 09:53:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:53:07 Checking out Revision da362e705d612364b9ef4673b63e3c918421e784 (master) 09:53:07 > git config core.sparsecheckout # timeout=10 09:53:07 > git checkout -f da362e705d612364b9ef4673b63e3c918421e784 # timeout=10 09:53:11 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:53:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:53:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:53:13 + sudo service docker restart 09:53:13 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:53:16 provisioning config files... 09:53:16 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config8064910765461309026tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:53:17 ---> docker-login.sh 09:53:17 nexus3.edgexfoundry.org:10001 09:53:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:18 Configure a credential helper to remove this warning. See 09:53:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:18 09:53:18 Login Succeeded 09:53:18 nexus3.edgexfoundry.org:10002 09:53:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:19 Configure a credential helper to remove this warning. See 09:53:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:19 09:53:19 Login Succeeded 09:53:19 nexus3.edgexfoundry.org:10003 09:53:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:19 Configure a credential helper to remove this warning. See 09:53:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:19 09:53:19 Login Succeeded 09:53:19 nexus3.edgexfoundry.org:10004 09:53:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:19 Configure a credential helper to remove this warning. See 09:53:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:19 09:53:19 Login Succeeded 09:53:19 docker.io 09:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:20 Configure a credential helper to remove this warning. See 09:53:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:20 09:53:20 Login Succeeded 09:53:20 ---> docker-login.sh ends [Pipeline] } 09:53:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:53:21 ========================================================= 09:53:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:53:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:53:21 + 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 . 09:53:21 Sending build context to Docker daemon 498.2kB 09:53:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:53:21 Step 2/8 : FROM ${BASE} 09:53:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:53:21 5f621e34cdf4: Pulling fs layer 09:53:21 a4357932f1b6: Pulling fs layer 09:53:21 18c013af1878: Pulling fs layer 09:53:21 00ac8860ef70: Pulling fs layer 09:53:21 63d7cb157983: Pulling fs layer 09:53:21 b116817d02f9: Pulling fs layer 09:53:21 745a02a5169b: Pulling fs layer 09:53:21 63d7cb157983: Waiting 09:53:21 b116817d02f9: Waiting 09:53:21 745a02a5169b: Waiting 09:53:21 00ac8860ef70: Waiting 09:53:22 18c013af1878: Verifying Checksum 09:53:22 18c013af1878: Download complete 09:53:22 a4357932f1b6: Download complete 09:53:22 63d7cb157983: Verifying Checksum 09:53:22 63d7cb157983: Download complete 09:53:22 b116817d02f9: Download complete 09:53:22 5f621e34cdf4: Verifying Checksum 09:53:22 5f621e34cdf4: Download complete 09:53:23 5f621e34cdf4: Pull complete 09:53:24 a4357932f1b6: Pull complete 09:53:24 18c013af1878: Pull complete 09:53:25 745a02a5169b: Verifying Checksum 09:53:25 745a02a5169b: Download complete 09:53:26 00ac8860ef70: Verifying Checksum 09:53:26 00ac8860ef70: Download complete 09:53:36 00ac8860ef70: Pull complete 09:53:36 63d7cb157983: Pull complete 09:53:37 b116817d02f9: Pull complete 09:53:40 745a02a5169b: Pull complete 09:53:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:53:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:53:40 ---> b7e6874047d6 09:53:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 09:53:44 ---> Running in c55c8ab96209 09:53:44 Removing intermediate container c55c8ab96209 09:53:44 ---> b54a21e1941c 09:53:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:53:44 ---> Running in e4859351fe1f 09:53:46 Removing intermediate container e4859351fe1f 09:53:46 ---> d6868b2a5f43 09:53:46 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 09:53:46 ---> Running in c0e5f4624e70 09:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:53:49 (1/13) Installing libc-dev (0.7.2-r3) 09:53:49 (2/13) Installing libsodium (1.0.18-r0) 09:53:49 (3/13) Installing pkgconf (1.7.2-r0) 09:53:49 (4/13) Installing libsodium-dev (1.0.18-r0) 09:53:49 (5/13) Installing openssh-keygen (8.3_p1-r2) 09:53:49 (6/13) Installing libedit (20191231.3.1-r0) 09:53:50 (7/13) Installing openssh-client (8.3_p1-r2) 09:53:50 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 09:53:50 (9/13) Installing openssh-server-common (8.3_p1-r2) 09:53:50 (10/13) Installing openssh-server (8.3_p1-r2) 09:53:50 (11/13) Installing openssh (8.3_p1-r2) 09:53:50 (12/13) Installing libzmq (4.3.3-r0) 09:53:50 (13/13) Installing zeromq-dev (4.3.3-r0) 09:53:50 Executing busybox-1.31.1-r19.trigger 09:53:50 OK: 149 MiB in 52 packages 09:53:52 Removing intermediate container c0e5f4624e70 09:53:52 ---> e4d6ca4ca9d8 09:53:52 Step 6/8 : WORKDIR /device-virtual-go 09:53:52 ---> Running in 77837664ff5a 09:53:52 Removing intermediate container 77837664ff5a 09:53:52 ---> 8cacd030b6c7 09:53:52 Step 7/8 : COPY . . 09:53:53 ---> dfb02dd879bf 09:53:53 Step 8/8 : RUN go mod download 09:53:54 ---> Running in fd526b2379e5 09:53:55 Running on prd-centos7-docker-4c-2g-33677 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 09:53:55 Running in /w/workspace/device-virtual-go/46 [Pipeline] { [Pipeline] checkout 09:53:58 using credential edgex-jenkins-ssh 09:53:58 Cloning the remote Git repository 09:53:58 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 09:53:58 > git init /w/workspace/device-virtual-go/46 # timeout=10 09:53:58 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:53:58 > git --version # timeout=10 09:53:58 > git --version # 'git version 2.24.3' 09:53:58 using GIT_SSH to set credentials SSH Credentials for GitHub 09:53:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:53:58 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:53:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:53:58 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:53:58 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:53:58 using GIT_SSH to set credentials SSH Credentials for GitHub 09:53:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:53:59 Checking out Revision da362e705d612364b9ef4673b63e3c918421e784 (master) 09:53:59 > git config core.sparsecheckout # timeout=10 09:53:59 > git checkout -f da362e705d612364b9ef4673b63e3c918421e784 # timeout=10 09:54:03 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:54:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:54:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:54:04 + sudo service docker restart 09:54:04 + true 09:54:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:54:05 provisioning config files... 09:54:05 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config5097581788149161371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:54:06 ---> docker-login.sh 09:54:06 nexus3.edgexfoundry.org:10001 09:54:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:06 Configure a credential helper to remove this warning. See 09:54:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:06 09:54:06 Login Succeeded 09:54:06 nexus3.edgexfoundry.org:10002 09:54:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:06 Configure a credential helper to remove this warning. See 09:54:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:06 09:54:06 Login Succeeded 09:54:06 nexus3.edgexfoundry.org:10003 09:54:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:07 Configure a credential helper to remove this warning. See 09:54:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:07 09:54:07 Login Succeeded 09:54:07 nexus3.edgexfoundry.org:10004 09:54:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:07 Configure a credential helper to remove this warning. See 09:54:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:07 09:54:07 Login Succeeded 09:54:07 docker.io 09:54:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:07 Configure a credential helper to remove this warning. See 09:54:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:07 09:54:07 Login Succeeded 09:54:07 ---> docker-login.sh ends [Pipeline] } 09:54:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:54:07 ========================================================= 09:54:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:54:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:54:08 + 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 . 09:54:08 Sending build context to Docker daemon 499.2kB 09:54:08 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:54:08 Step 2/8 : FROM ${BASE} 09:54:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:54:08 188c0c94c7c5: Pulling fs layer 09:54:08 0ef7d3d256c8: Pulling fs layer 09:54:08 de9db76c5a1d: Pulling fs layer 09:54:08 bca2f99d35d6: Pulling fs layer 09:54:08 93359f2a8cfa: Pulling fs layer 09:54:08 7c6f9722023f: Pulling fs layer 09:54:08 a35cf1a2eb13: Pulling fs layer 09:54:08 93359f2a8cfa: Waiting 09:54:08 7c6f9722023f: Waiting 09:54:08 a35cf1a2eb13: Waiting 09:54:08 bca2f99d35d6: Waiting 09:54:08 de9db76c5a1d: Verifying Checksum 09:54:08 de9db76c5a1d: Download complete 09:54:08 0ef7d3d256c8: Verifying Checksum 09:54:08 0ef7d3d256c8: Download complete 09:54:08 93359f2a8cfa: Verifying Checksum 09:54:08 93359f2a8cfa: Download complete 09:54:08 188c0c94c7c5: Verifying Checksum 09:54:08 188c0c94c7c5: Download complete 09:54:08 7c6f9722023f: Verifying Checksum 09:54:08 7c6f9722023f: Download complete 09:54:08 188c0c94c7c5: Pull complete 09:54:09 0ef7d3d256c8: Pull complete 09:54:09 de9db76c5a1d: Pull complete 09:54:10 a35cf1a2eb13: Verifying Checksum 09:54:10 a35cf1a2eb13: Download complete 09:54:11 bca2f99d35d6: Verifying Checksum 09:54:11 bca2f99d35d6: Download complete 09:54:17 bca2f99d35d6: Pull complete 09:54:17 93359f2a8cfa: Pull complete 09:54:17 7c6f9722023f: Pull complete 09:54:26 Removing intermediate container fd526b2379e5 09:54:26 ---> 0b019b534cc6 09:54:26 Successfully built 0b019b534cc6 09:54:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:54:26 + docker inspect -f . ci-base-image-arm64 09:54:26 . [Pipeline] withDockerContainer 09:54:27 prd-ubuntu18.04-docker-arm64-4c-16g-33676 does not seem to be running inside a container 09:54:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:54:27 a35cf1a2eb13: Pull complete 09:54:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:54:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:54:27 ---> a62c8e92a672 09:54:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 09:54:27 ---> Running in dfca4d670170 09:54:27 Removing intermediate container dfca4d670170 09:54:27 ---> 8fef71f4b212 09:54:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:54:27 ---> Running in 3ff00e7c4088 09:54:28 $ docker top 17fcc9b22f32d34e2e99f3e8a7fd7a7a6ec0c61e39d57938b403f0150d4b3254 -eo pid,comm 09:54:28 Removing intermediate container 3ff00e7c4088 09:54:28 ---> 0d699f773ca8 09:54:28 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 09:54:28 ---> Running in 202be5fc82a5 [Pipeline] { [Pipeline] sh 09:54:29 + go version 09:54:29 go version go1.15.5 linux/arm64 [Pipeline] } 09:54:29 $ docker stop --time=1 17fcc9b22f32d34e2e99f3e8a7fd7a7a6ec0c61e39d57938b403f0150d4b3254 09:54:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:54:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:54:30 (1/13) Installing libc-dev (0.7.2-r3) 09:54:30 (2/13) Installing libsodium (1.0.18-r0) 09:54:31 (3/13) Installing pkgconf (1.7.2-r0) 09:54:31 (4/13) Installing libsodium-dev (1.0.18-r0) 09:54:31 (5/13) Installing openssh-keygen (8.3_p1-r2) 09:54:31 (6/13) Installing libedit (20191231.3.1-r0) 09:54:31 (7/13) Installing openssh-client (8.3_p1-r2) 09:54:31 $ docker rm -f 17fcc9b22f32d34e2e99f3e8a7fd7a7a6ec0c61e39d57938b403f0150d4b3254 09:54:31 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 09:54:32 (9/13) Installing openssh-server-common (8.3_p1-r2) 09:54:32 (10/13) Installing openssh-server (8.3_p1-r2) 09:54:32 (11/13) Installing openssh (8.3_p1-r2) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 09:54:32 (12/13) Installing libzmq (4.3.3-r0) 09:54:32 (13/13) Installing zeromq-dev (4.3.3-r0) 09:54:32 Executing busybox-1.31.1-r19.trigger [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:54:32 OK: 173 MiB in 52 packages 09:54:32 + docker inspect -f . ci-base-image-arm64 09:54:32 . [Pipeline] withDockerContainer 09:54:32 prd-ubuntu18.04-docker-arm64-4c-16g-33676 does not seem to be running inside a container 09:54:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:54:33 Removing intermediate container 202be5fc82a5 09:54:33 ---> 2595e6d2d143 09:54:33 Step 6/8 : WORKDIR /device-virtual-go 09:54:33 ---> Running in 88d02b3fb1a0 09:54:33 Removing intermediate container 88d02b3fb1a0 09:54:33 ---> 96b80a4f1a27 09:54:33 Step 7/8 : COPY . . 09:54:34 $ docker top 6c027a01a21e40705625b454182c6e6a6fcd15ca2158c134e15c998dfbb47f22 -eo pid,comm 09:54:34 ---> f556ee228041 09:54:34 Step 8/8 : RUN go mod download 09:54:34 ---> Running in 57f81211cf1b [Pipeline] { [Pipeline] sh 09:54:35 + make test 09:54:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:54:37 ? github.com/edgexfoundry/device-virtual-go [no test files] 09:55:01 Removing intermediate container 57f81211cf1b 09:55:01 ---> bc221513b3ce 09:55:01 Successfully built bc221513b3ce 09:55:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:55:01 + docker inspect -f . ci-base-image-x86_64 09:55:01 . [Pipeline] withDockerContainer 09:55:02 prd-centos7-docker-4c-2g-33677 does not seem to be running inside a container 09:55:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@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 09:55:02 $ docker top 1fb7b2f24ce1cce31527ad6f0bfee4d540ab7ea9e8985f08f5cc4adfb6091cb6 -eo pid,comm [Pipeline] { [Pipeline] sh 09:55:03 + go version 09:55:03 go version go1.15.5 linux/amd64 [Pipeline] } 09:55:03 $ docker stop --time=1 1fb7b2f24ce1cce31527ad6f0bfee4d540ab7ea9e8985f08f5cc4adfb6091cb6 09:55:04 $ docker rm -f 1fb7b2f24ce1cce31527ad6f0bfee4d540ab7ea9e8985f08f5cc4adfb6091cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:55:05 + docker inspect -f . ci-base-image-x86_64 09:55:05 . [Pipeline] withDockerContainer 09:55:05 prd-centos7-docker-4c-2g-33677 does not seem to be running inside a container 09:55:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@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 09:55:06 $ docker top ba4c2d639a67dbb8bf860b3e9fcf91a620675f8490affc7054bb5b28b6346a8e -eo pid,comm [Pipeline] { [Pipeline] sh 09:55:07 + make test 09:55:07 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:55:09 ? github.com/edgexfoundry/device-virtual-go [no test files] 09:55:32 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 09:55:32 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.390s coverage: 63.8% of statements 09:55:32 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:55:33 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 09:55:33 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.480s coverage: 63.8% of statements 09:55:33 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:55:33 gofmt -l . 09:55:33 [ "`gofmt -l .`" = "" ] 09:55:33 ./bin/test-attribution-txt.sh 09:55:34 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:55:35 $ docker stop --time=1 ba4c2d639a67dbb8bf860b3e9fcf91a620675f8490affc7054bb5b28b6346a8e 09:55:37 $ docker rm -f ba4c2d639a67dbb8bf860b3e9fcf91a620675f8490affc7054bb5b28b6346a8e [Pipeline] // withDockerContainer [Pipeline] sh 09:55:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:55:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:55:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:55:41 + ls -al . 09:55:41 total 132 09:55:41 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 12 09:55 . 09:55:41 drwxrwxr-x. 4 jenkins jenkins 30 Apr 12 09:53 .. 09:55:41 -rw-rw-r--. 1 jenkins jenkins 8039 Apr 12 09:53 Attribution.txt 09:55:41 drwxrwxr-x. 2 jenkins jenkins 64 Apr 12 09:53 bin 09:55:41 drwxrwxr-x. 3 jenkins jenkins 32 Apr 12 09:53 cmd 09:55:41 -rw-r--r--. 1 jenkins jenkins 47247 Apr 12 09:55 coverage.out 09:55:41 -rw-rw-r--. 1 jenkins jenkins 1905 Apr 12 09:53 Dockerfile 09:55:41 -rw-rw-r--. 1 jenkins jenkins 998 Apr 12 09:53 Dockerfile.build 09:55:41 drwxrwxr-x. 8 jenkins jenkins 162 Apr 12 09:54 .git 09:55:41 drwxrwxr-x. 2 jenkins jenkins 103 Apr 12 09:53 .github 09:55:41 -rw-rw-r--. 1 jenkins jenkins 277 Apr 12 09:53 .gitignore 09:55:41 -rw-r--r--. 1 jenkins jenkins 809 Apr 12 09:55 go.mod 09:55:41 -rw-r--r--. 1 jenkins jenkins 23354 Apr 12 09:55 go.sum 09:55:41 drwxrwxr-x. 3 jenkins jenkins 20 Apr 12 09:53 internal 09:55:41 -rw-rw-r--. 1 jenkins jenkins 660 Apr 12 09:53 Jenkinsfile 09:55:41 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 12 09:53 LICENSE 09:55:41 -rw-rw-r--. 1 jenkins jenkins 921 Apr 12 09:53 Makefile 09:55:41 -rw-rw-r--. 1 jenkins jenkins 918 Apr 12 09:53 README.md 09:55:41 -rw-rw-r--. 1 jenkins jenkins 11 Apr 12 09:51 VERSION 09:55:41 -rw-rw-r--. 1 jenkins jenkins 235 Apr 12 09:53 version.go [Pipeline] isUnix [Pipeline] sh 09:55:41 + 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=da362e705d612364b9ef4673b63e3c918421e784 --label arch=amd64 --label version=1.3.2-dev.7 . 09:55:41 gofmt -l . 09:55:41 [ "`gofmt -l .`" = "" ] 09:55:41 ./bin/test-attribution-txt.sh 09:55:42 Sending build context to Docker daemon 571.4kB 09:55:42 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 09:55:42 Step 2/25 : FROM ${BASE} AS builder 09:55:42 ---> bc221513b3ce 09:55:42 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:55:42 ---> Running in 1c846ea6222b 09:55:42 Removing intermediate container 1c846ea6222b 09:55:42 ---> 2a3690038e19 09:55:42 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 09:55:42 ---> Running in 81c0ea1b0dea 09:55:42 Removing intermediate container 81c0ea1b0dea 09:55:42 ---> 65758cedf8b3 09:55:42 Step 5/25 : WORKDIR /device-virtual-go 09:55:42 ---> Running in 66fc95c20850 09:55:42 Removing intermediate container 66fc95c20850 09:55:42 ---> eb698c3fe75d 09:55:42 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:55:42 ---> Running in 1e285aead25c 09:55:43 ./bin/test-go-mod-tidy.sh 09:55:43 Removing intermediate container 1e285aead25c 09:55:43 ---> 2afdae02ce8f 09:55:43 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] } 09:55:44 $ docker stop --time=1 6c027a01a21e40705625b454182c6e6a6fcd15ca2158c134e15c998dfbb47f22 09:55:44 ---> Running in 6ff19d04435f 09:55:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:55:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:55:45 OK: 173 MiB in 52 packages 09:55:46 Removing intermediate container 6ff19d04435f 09:55:46 ---> c65aa209e94a 09:55:46 Step 8/25 : COPY . . 09:55:46 $ docker rm -f 6c027a01a21e40705625b454182c6e6a6fcd15ca2158c134e15c998dfbb47f22 09:55:46 ---> 1a6197069a68 09:55:46 Step 9/25 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] sh 09:55:46 ---> Running in 3412cf3b7e42 09:55:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:55:47 Warning: overwriting stash ‘coverage-report’ 09:55:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 09:55:48 Removing intermediate container 3412cf3b7e42 09:55:48 ---> 3f3f16f2ae4b 09:55:48 Step 10/25 : ARG MAKE='make build' 09:55:48 ---> Running in 52dc363a70b5 09:55:48 Removing intermediate container 52dc363a70b5 09:55:48 ---> 924992d83830 09:55:48 Step 11/25 : RUN $MAKE 09:55:48 ---> Running in 2c6fdbad5010 [Pipeline] script [Pipeline] { [Pipeline] sh 09:55:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:55:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.7" -o cmd/device-virtual ./cmd 09:55:49 + ls -al . 09:55:49 total 156 09:55:49 drwxrwxr-x 7 jenkins jenkins 4096 Apr 12 09:55 . 09:55:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 09:53 .. 09:55:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 09:53 .git 09:55:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 09:53 .github 09:55:49 -rw-rw-r-- 1 jenkins jenkins 277 Apr 12 09:53 .gitignore 09:55:49 -rw-rw-r-- 1 jenkins jenkins 8039 Apr 12 09:53 Attribution.txt 09:55:49 -rw-rw-r-- 1 jenkins jenkins 1905 Apr 12 09:53 Dockerfile 09:55:49 -rw-rw-r-- 1 jenkins jenkins 998 Apr 12 09:53 Dockerfile.build 09:55:49 -rw-rw-r-- 1 jenkins jenkins 660 Apr 12 09:53 Jenkinsfile 09:55:49 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 12 09:53 LICENSE 09:55:49 -rw-rw-r-- 1 jenkins jenkins 921 Apr 12 09:53 Makefile 09:55:49 -rw-rw-r-- 1 jenkins jenkins 918 Apr 12 09:53 README.md 09:55:49 -rw-rw-r-- 1 jenkins jenkins 11 Apr 12 09:51 VERSION 09:55:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 09:53 bin 09:55:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 09:53 cmd 09:55:49 -rw-r--r-- 1 jenkins jenkins 47247 Apr 12 09:55 coverage.out 09:55:49 -rw-r--r-- 1 jenkins jenkins 809 Apr 12 09:55 go.mod 09:55:49 -rw-r--r-- 1 jenkins jenkins 23354 Apr 12 09:55 go.sum 09:55:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 09:53 internal 09:55:49 -rw-rw-r-- 1 jenkins jenkins 235 Apr 12 09:53 version.go [Pipeline] isUnix [Pipeline] sh 09:55:49 + 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=da362e705d612364b9ef4673b63e3c918421e784 --label arch=arm64 --label version=1.3.2-dev.7 . 09:55:49 Sending build context to Docker daemon 570.4kB 09:55:49 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 09:55:49 Step 2/25 : FROM ${BASE} AS builder 09:55:49 ---> 0b019b534cc6 09:55:49 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:55:50 ---> Running in e634e2f26a65 09:55:50 Removing intermediate container e634e2f26a65 09:55:50 ---> 1e69623e1d05 09:55:50 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 09:55:50 ---> Running in cdb6d21cd38a 09:55:51 Removing intermediate container cdb6d21cd38a 09:55:51 ---> 26233ff1784a 09:55:51 Step 5/25 : WORKDIR /device-virtual-go 09:55:51 ---> Running in 5d0254d28d4c 09:55:51 Removing intermediate container 5d0254d28d4c 09:55:51 ---> 68634588226c 09:55:51 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:55:51 ---> Running in b297e186e674 09:55:54 Removing intermediate container b297e186e674 09:55:54 ---> c16529605432 09:55:54 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:55:54 ---> Running in 63c8522f4dc2 09:55:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:55:56 OK: 149 MiB in 52 packages 09:55:57 Removing intermediate container 63c8522f4dc2 09:55:57 ---> 3e634da70d76 09:55:57 Step 8/25 : COPY . . 09:55:58 ---> 107ebc0fab09 09:55:58 Step 9/25 : RUN go mod download 09:55:58 ---> Running in f5d60dfe9443 09:56:01 Removing intermediate container f5d60dfe9443 09:56:01 ---> 9b922b7920e9 09:56:01 Step 10/25 : ARG MAKE='make build' 09:56:01 ---> Running in 433dbcc6f983 09:56:01 Removing intermediate container 433dbcc6f983 09:56:01 ---> fbab0f769ae8 09:56:01 Step 11/25 : RUN $MAKE 09:56:01 ---> Running in 4fc9bb47d7c7 09:56:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.7" -o cmd/device-virtual ./cmd 09:56:07 CGO_ENABLED=1 GO111MODULE=on go build ./... 09:56:11 Removing intermediate container 2c6fdbad5010 09:56:11 ---> 299e9e1770fa 09:56:11 Step 12/25 : FROM alpine:3.12 09:56:12 3.12: Pulling from library/alpine 09:56:12 532819f3e44c: Pulling fs layer 09:56:12 532819f3e44c: Verifying Checksum 09:56:12 532819f3e44c: Download complete 09:56:12 532819f3e44c: Pull complete 09:56:12 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:56:12 Status: Downloaded newer image for alpine:3.12 09:56:12 ---> 7230e588e954 09:56:12 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 09:56:12 ---> Running in 7b982a4214d5 09:56:12 Removing intermediate container 7b982a4214d5 09:56:12 ---> 55af3a692f41 09:56:12 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:56:12 ---> Running in de45edd3f307 09:56:14 Removing intermediate container de45edd3f307 09:56:14 ---> 0ec75bb52413 09:56:14 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 09:56:14 ---> Running in 8d82029ee277 09:56:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:56:15 (1/6) Installing dumb-init (1.2.2-r1) 09:56:15 (2/6) Installing libgcc (9.3.0-r2) 09:56:16 (3/6) Installing libsodium (1.0.18-r0) 09:56:16 (4/6) Installing libstdc++ (9.3.0-r2) 09:56:16 (5/6) Installing libzmq (4.3.3-r0) 09:56:16 (6/6) Installing zeromq (4.3.3-r0) 09:56:16 Executing busybox-1.31.1-r20.trigger 09:56:17 OK: 8 MiB in 20 packages 09:56:17 Removing intermediate container 8d82029ee277 09:56:17 ---> e28646929159 09:56:17 Step 16/25 : WORKDIR / 09:56:17 ---> Running in c8548db90e71 09:56:17 Removing intermediate container c8548db90e71 09:56:17 ---> 9e8d89e69868 09:56:17 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 09:56:18 ---> c8905fcc13ee 09:56:18 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 09:56:18 ---> 3134f628a807 09:56:18 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 09:56:19 ---> 4b1cfc11eee9 09:56:19 Step 20/25 : EXPOSE 49990 09:56:19 ---> Running in bbe9a765749a 09:56:19 Removing intermediate container bbe9a765749a 09:56:19 ---> b92cdf029166 09:56:19 Step 21/25 : ENTRYPOINT ["/device-virtual"] 09:56:19 ---> Running in 3cd543cf71f8 09:56:19 Removing intermediate container 3cd543cf71f8 09:56:19 ---> a6662f7a7fe9 09:56:19 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:56:19 ---> Running in ebf50de5cab5 09:56:19 Removing intermediate container ebf50de5cab5 09:56:19 ---> 9c584691bb8d 09:56:19 Step 23/25 : LABEL arch=amd64 09:56:19 ---> Running in 3017bceedc28 09:56:20 Removing intermediate container 3017bceedc28 09:56:20 ---> b51f9cce3e88 09:56:20 Step 24/25 : LABEL git_sha=da362e705d612364b9ef4673b63e3c918421e784 09:56:20 ---> Running in d9127f8001c8 09:56:20 Removing intermediate container d9127f8001c8 09:56:20 ---> f180bdc52c20 09:56:20 Step 25/25 : LABEL version=1.3.2-dev.7 09:56:20 ---> Running in 54fac9f6b632 09:56:20 Removing intermediate container 54fac9f6b632 09:56:20 ---> 383e5aae0fd5 09:56:20 [Warning] One or more build-args [ARCH] were not consumed 09:56:20 Successfully built 383e5aae0fd5 09:56:20 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:56:21 provisioning config files... 09:56:21 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config8553578143751726946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:56:21 ---> docker-login.sh 09:56:21 nexus3.edgexfoundry.org:10001 09:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:21 Configure a credential helper to remove this warning. See 09:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:21 09:56:21 Login Succeeded 09:56:21 nexus3.edgexfoundry.org:10002 09:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:22 Configure a credential helper to remove this warning. See 09:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:22 09:56:22 Login Succeeded 09:56:22 nexus3.edgexfoundry.org:10003 09:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:22 Configure a credential helper to remove this warning. See 09:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:22 09:56:22 Login Succeeded 09:56:22 nexus3.edgexfoundry.org:10004 09:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:22 Configure a credential helper to remove this warning. See 09:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:22 09:56:22 Login Succeeded 09:56:22 docker.io 09:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:22 Configure a credential helper to remove this warning. See 09:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:22 09:56:22 Login Succeeded 09:56:22 ---> docker-login.sh ends [Pipeline] } 09:56:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:56:23 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 09:56:23 da362e705d612364b9ef4673b63e3c918421e784 09:56:23 latest 09:56:23 1.3.2-dev.7 09:56:23 da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 09:56:23 master 09:56:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:56:23 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] isUnix [Pipeline] sh 09:56:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784 09:56:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:56:23 33160d04c784: Preparing 09:56:23 ab93b9ef4065: Preparing 09:56:23 55bd2272a374: Preparing 09:56:23 a91697d1eaf9: Preparing 09:56:23 fa86cba72cbd: Preparing 09:56:23 b0b9881431d7: Preparing 09:56:23 b0b9881431d7: Waiting 09:56:24 ab93b9ef4065: Pushed 09:56:24 55bd2272a374: Pushed 09:56:24 fa86cba72cbd: Pushed 09:56:24 b0b9881431d7: Layer already exists 09:56:24 a91697d1eaf9: Pushed 09:56:25 33160d04c784: Pushed 09:56:25 da362e705d612364b9ef4673b63e3c918421e784: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh 09:56:26 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 09:56:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 09:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:56:26 33160d04c784: Preparing 09:56:26 ab93b9ef4065: Preparing 09:56:26 55bd2272a374: Preparing 09:56:26 a91697d1eaf9: Preparing 09:56:26 fa86cba72cbd: Preparing 09:56:26 b0b9881431d7: Preparing 09:56:26 b0b9881431d7: Waiting 09:56:26 ab93b9ef4065: Layer already exists 09:56:26 55bd2272a374: Layer already exists 09:56:26 33160d04c784: Layer already exists 09:56:26 a91697d1eaf9: Layer already exists 09:56:26 fa86cba72cbd: Layer already exists 09:56:26 b0b9881431d7: Layer already exists 09:56:26 latest: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh 09:56:26 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 09:56:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.7 09:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:56:27 33160d04c784: Preparing 09:56:27 ab93b9ef4065: Preparing 09:56:27 55bd2272a374: Preparing 09:56:27 a91697d1eaf9: Preparing 09:56:27 fa86cba72cbd: Preparing 09:56:27 b0b9881431d7: Preparing 09:56:27 b0b9881431d7: Waiting 09:56:27 ab93b9ef4065: Layer already exists 09:56:27 55bd2272a374: Layer already exists 09:56:27 a91697d1eaf9: Layer already exists 09:56:27 33160d04c784: Layer already exists 09:56:27 fa86cba72cbd: Layer already exists 09:56:27 b0b9881431d7: Layer already exists 09:56:27 1.3.2-dev.7: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh 09:56:27 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 09:56:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 09:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:56:27 33160d04c784: Preparing 09:56:27 ab93b9ef4065: Preparing 09:56:27 55bd2272a374: Preparing 09:56:27 a91697d1eaf9: Preparing 09:56:27 fa86cba72cbd: Preparing 09:56:27 b0b9881431d7: Preparing 09:56:27 b0b9881431d7: Waiting 09:56:27 ab93b9ef4065: Layer already exists 09:56:27 fa86cba72cbd: Layer already exists 09:56:27 55bd2272a374: Layer already exists 09:56:27 33160d04c784: Layer already exists 09:56:27 a91697d1eaf9: Layer already exists 09:56:27 b0b9881431d7: Layer already exists 09:56:27 da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh 09:56:28 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 09:56:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 09:56:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:56:28 33160d04c784: Preparing 09:56:28 ab93b9ef4065: Preparing 09:56:28 55bd2272a374: Preparing 09:56:28 a91697d1eaf9: Preparing 09:56:28 fa86cba72cbd: Preparing 09:56:28 b0b9881431d7: Preparing 09:56:28 b0b9881431d7: Waiting 09:56:28 a91697d1eaf9: Layer already exists 09:56:28 ab93b9ef4065: Layer already exists 09:56:28 fa86cba72cbd: Layer already exists 09:56:28 55bd2272a374: Layer already exists 09:56:28 33160d04c784: Layer already exists 09:56:28 b0b9881431d7: Layer already exists 09:56:28 master: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:56:28 ===================================================== [Pipeline] echo 09:56:28 taggedImages: 09:56:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784 09:56:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 09:56:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.7 09:56:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 09:56:28 - 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 Post stage [Pipeline] libraryResource [Pipeline] sh 09:56:29 ---> job-cost.sh 09:56:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s9U6 09:56:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:56:49 CGO_ENABLED=1 GO111MODULE=on go build ./... 09:56:59 Removing intermediate container 4fc9bb47d7c7 09:56:59 ---> 83bef89a9853 09:56:59 Step 12/25 : FROM alpine:3.12 09:57:00 3.12: Pulling from library/alpine 09:57:00 9a219e8acc52: Pulling fs layer 09:57:00 9a219e8acc52: Download complete 09:57:01 9a219e8acc52: Pull complete 09:57:01 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:57:01 Status: Downloaded newer image for alpine:3.12 09:57:01 ---> d75e27dfc0a0 09:57:01 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 09:57:01 ---> Running in d1b19e4eede1 09:57:01 Removing intermediate container d1b19e4eede1 09:57:01 ---> 6ac05c37dc3d 09:57:01 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:02 ---> Running in e9f5c2069fd8 09:57:04 Removing intermediate container e9f5c2069fd8 09:57:04 ---> 4960dfc89189 09:57:04 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 09:57:04 ---> Running in 7e8ab2465d61 09:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:57:06 (1/6) Installing dumb-init (1.2.2-r1) 09:57:06 (2/6) Installing libgcc (9.3.0-r2) 09:57:06 (3/6) Installing libsodium (1.0.18-r0) 09:57:07 (4/6) Installing libstdc++ (9.3.0-r2) 09:57:07 (5/6) Installing libzmq (4.3.3-r0) 09:57:07 (6/6) Installing zeromq (4.3.3-r0) 09:57:07 Executing busybox-1.31.1-r20.trigger 09:57:07 OK: 8 MiB in 20 packages 09:57:08 Removing intermediate container 7e8ab2465d61 09:57:08 ---> ec5c1bc1d91d 09:57:08 Step 16/25 : WORKDIR / 09:57:08 ---> Running in 41c887b44637 09:57:09 Removing intermediate container 41c887b44637 09:57:09 ---> 643465d5168e 09:57:09 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 09:57:09 ---> 3d41ead833fb 09:57:09 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 09:57:10 ---> d550bd129ab6 09:57:10 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 09:57:12 ---> 6f0ff440ff65 09:57:12 Step 20/25 : EXPOSE 49990 09:57:12 ---> Running in 1988f4633532 09:57:12 Removing intermediate container 1988f4633532 09:57:12 ---> ae4adaa8edf1 09:57:12 Step 21/25 : ENTRYPOINT ["/device-virtual"] 09:57:12 ---> Running in d0064a613580 09:57:13 Removing intermediate container d0064a613580 09:57:13 ---> 176b05d925f8 09:57:13 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:57:13 ---> Running in 598d7634e795 09:57:13 Removing intermediate container 598d7634e795 09:57:13 ---> babda8160c56 09:57:13 Step 23/25 : LABEL arch=arm64 09:57:14 ---> Running in c0e32673d840 09:57:14 Removing intermediate container c0e32673d840 09:57:14 ---> 08f6abf8aa15 09:57:14 Step 24/25 : LABEL git_sha=da362e705d612364b9ef4673b63e3c918421e784 09:57:14 ---> Running in be96cb3ba92a 09:57:15 Removing intermediate container be96cb3ba92a 09:57:15 ---> 34ed74a8a13f 09:57:15 Step 25/25 : LABEL version=1.3.2-dev.7 09:57:15 ---> Running in baf443a3d9b9 09:57:15 Removing intermediate container baf443a3d9b9 09:57:15 ---> e06b57f84e64 09:57:15 [Warning] One or more build-args [ARCH] were not consumed 09:57:15 Successfully built e06b57f84e64 09:57:15 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 09:57:16 provisioning config files... 09:57:16 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config7341954133280439823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:57:16 lf-activate-venv(): INFO: Adding /tmp/venv-s9U6/bin to PATH 09:57:16 INFO: No Stack... 09:57:16 INFO: Retrieving Pricing Info for: v1-standard-2 09:57:16 INFO: Archiving Costs [Pipeline] sh 09:57:16 ---> docker-login.sh 09:57:16 nexus3.edgexfoundry.org:10001 09:57:16 + cat /w/workspace/device-virtual-go/46/archives/cost.csv 09:57:16 + cut -d, -f6 09:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] lock 09:57:17 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] 09:57:17 Resource [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] did not exist. Created. 09:57:17 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:17 Configure a credential helper to remove this warning. See 09:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:17 09:57:17 Login Succeeded 09:57:17 nexus3.edgexfoundry.org:10002 09:57:17 + echo total: 0.029999999329447746 [Pipeline] stash 09:57:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:17 Stashed 1 file(s) [Pipeline] } 09:57:17 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [Pipeline] // lock [Pipeline] } 09:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:17 Configure a credential helper to remove this warning. See 09:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:17 09:57:17 Login Succeeded 09:57:17 nexus3.edgexfoundry.org:10003 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 09:57:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:57:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:18 Configure a credential helper to remove this warning. See 09:57:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:18 09:57:18 Login Succeeded 09:57:18 nexus3.edgexfoundry.org:10004 09:57:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:18 Configure a credential helper to remove this warning. See 09:57:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:18 09:57:18 Login Succeeded 09:57:18 docker.io 09:57:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:19 Configure a credential helper to remove this warning. See 09:57:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:19 09:57:19 Login Succeeded 09:57:19 ---> docker-login.sh ends [Pipeline] } 09:57:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:57:19 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 09:57:19 da362e705d612364b9ef4673b63e3c918421e784 09:57:19 latest 09:57:19 1.3.2-dev.7 09:57:19 da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 09:57:19 master 09:57:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:57:20 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] isUnix [Pipeline] sh 09:57:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784 09:57:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:57:20 f8a942246b30: Preparing 09:57:20 bcf4fc43da70: Preparing 09:57:20 9de5e0cb8a26: Preparing 09:57:20 4be7322ec249: Preparing 09:57:20 9f766b216ebd: Preparing 09:57:20 e08058ee1dfe: Preparing 09:57:20 e08058ee1dfe: Waiting 09:57:21 9de5e0cb8a26: Pushed 09:57:21 9f766b216ebd: Pushed 09:57:21 bcf4fc43da70: Pushed 09:57:21 e08058ee1dfe: Layer already exists 09:57:21 4be7322ec249: Pushed 09:57:25 f8a942246b30: Pushed 09:57:25 da362e705d612364b9ef4673b63e3c918421e784: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:57:25 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:57:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 09:57:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:57:25 f8a942246b30: Preparing 09:57:25 bcf4fc43da70: Preparing 09:57:25 9de5e0cb8a26: Preparing 09:57:25 4be7322ec249: Preparing 09:57:25 9f766b216ebd: Preparing 09:57:25 e08058ee1dfe: Preparing 09:57:25 e08058ee1dfe: Waiting 09:57:25 bcf4fc43da70: Layer already exists 09:57:25 f8a942246b30: Layer already exists 09:57:26 9de5e0cb8a26: Layer already exists 09:57:26 9f766b216ebd: Layer already exists 09:57:26 4be7322ec249: Layer already exists 09:57:26 e08058ee1dfe: Layer already exists 09:57:26 latest: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:57:26 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 09:57:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.7 09:57:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:57:26 f8a942246b30: Preparing 09:57:26 bcf4fc43da70: Preparing 09:57:26 9de5e0cb8a26: Preparing 09:57:26 4be7322ec249: Preparing 09:57:26 9f766b216ebd: Preparing 09:57:26 e08058ee1dfe: Preparing 09:57:26 e08058ee1dfe: Waiting 09:57:26 4be7322ec249: Layer already exists 09:57:26 9f766b216ebd: Layer already exists 09:57:27 bcf4fc43da70: Layer already exists 09:57:27 f8a942246b30: Layer already exists 09:57:27 9de5e0cb8a26: Layer already exists 09:57:27 e08058ee1dfe: Layer already exists 09:57:27 1.3.2-dev.7: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:57:27 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 09:57:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 09:57:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:57:27 f8a942246b30: Preparing 09:57:27 bcf4fc43da70: Preparing 09:57:27 9de5e0cb8a26: Preparing 09:57:27 4be7322ec249: Preparing 09:57:27 9f766b216ebd: Preparing 09:57:27 e08058ee1dfe: Preparing 09:57:27 e08058ee1dfe: Waiting 09:57:28 4be7322ec249: Layer already exists 09:57:28 9f766b216ebd: Layer already exists 09:57:28 bcf4fc43da70: Layer already exists 09:57:28 f8a942246b30: Layer already exists 09:57:28 9de5e0cb8a26: Layer already exists 09:57:28 e08058ee1dfe: Layer already exists 09:57:28 da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:57:28 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:57:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 09:57:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:57:28 f8a942246b30: Preparing 09:57:28 bcf4fc43da70: Preparing 09:57:28 9de5e0cb8a26: Preparing 09:57:28 4be7322ec249: Preparing 09:57:28 9f766b216ebd: Preparing 09:57:28 e08058ee1dfe: Preparing 09:57:28 e08058ee1dfe: Waiting 09:57:28 4be7322ec249: Layer already exists 09:57:28 9f766b216ebd: Layer already exists 09:57:28 9de5e0cb8a26: Layer already exists 09:57:28 f8a942246b30: Layer already exists 09:57:28 bcf4fc43da70: Layer already exists 09:57:28 e08058ee1dfe: Layer already exists 09:57:28 master: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:57:29 ===================================================== [Pipeline] echo 09:57:29 taggedImages: 09:57:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784 09:57:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 09:57:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.7 09:57:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 09:57:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:57:29 ---> job-cost.sh 09:57:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lrre 09:58:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:59:45 lf-activate-venv(): INFO: Adding /tmp/venv-lrre/bin to PATH 09:59:45 INFO: No Stack... 09:59:45 INFO: Retrieving Pricing Info for: lf-standard-4 09:59:45 INFO: Archiving Costs [Pipeline] sh 09:59:46 + cut -d, -f6 09:59:46 + cat /w/workspace/device-virtual-go/46/archives/cost.csv [Pipeline] lock 09:59:46 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] 09:59:46 Resource [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] did not exist. Created. 09:59:46 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:59:46 /w/workspace/device-virtual-go/46@tmp/durable-af49248f/script.sh: 1: /w/workspace/device-virtual-go/46@tmp/durable-af49248f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:59:46 + echo total: 0.20999999344348907 [Pipeline] stash 09:59:47 Warning: overwriting stash ‘stack-cost’ 09:59:47 Stashed 1 file(s) [Pipeline] } 09:59:47 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [Pipeline] // lock [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 09:59:48 provisioning config files... 09:59:48 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4487757936107642872tmp [Pipeline] { [Pipeline] sh 09:59:49 + set +x 09:59:49 + bash -s -- 09:59:49 + curl -s https://codecov.io/bash 09:59:49 09:59:49 _____ _ 09:59:49 / ____| | | 09:59:49 | | ___ __| | ___ ___ _____ __ 09:59:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:59:49 | |___| (_) | (_| | __/ (_| (_) \ V / 09:59:49 \_____\___/ \__,_|\___|\___\___/ \_/ 09:59:49 Bash-20210309-2b87ace 09:59:49 09:59:49 09:59:49 ==> git version 2.24.3 found 09:59:49 ==> 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 09:59:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:59:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:59:49 ==> Jenkins CI detected. 09:59:49 project root: . 09:59:49 --> token set from env 09:59:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:59:49 ==> Running gcov in . (disable via -X gcov) 09:59:49 ==> Python coveragepy not found 09:59:49 ==> Searching for coverage reports in: 09:59:49 + . 09:59:49 -> Found 1 reports 09:59:49 ==> Detecting git/mercurial file structure 09:59:49 ==> Reading reports 09:59:49 + ./coverage.out bytes=47247 09:59:49 ==> Appending adjustments 09:59:49 https://docs.codecov.io/docs/fixing-reports 09:59:49 + Found adjustments 09:59:49 ==> Gzipping contents 09:59:49 8.0K /tmp/codecov.Fj34gq.gz 09:59:49 ==> Uploading reports 09:59:49 url: https://codecov.io 09:59:49 query: branch=master&commit=da362e705d612364b9ef4673b63e3c918421e784&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:59:49 -> Pinging Codecov 09:59:49 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=da362e705d612364b9ef4673b63e3c918421e784&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:59:49 -> Uploading to 09:59:49 https://storage.googleapis.com/codecov/v4/raw/2021-04-12/5E52B4B073DB2E39498172D8E973AA87/da362e705d612364b9ef4673b63e3c918421e784/f1454086-8c34-41f0-9d0a-37b037d3a467.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T095949Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=49172f6f7966cead3590d3954737828d1d824e04212fddf4fd7db0a2fae2dc3c 09:59:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:59:49 Dload Upload Total Spent Left Speed 09:59:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5766 0 0 100 5766 0 12483 --:--:-- --:--:-- --:--:-- 12480 09:59:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] } 09:59:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:59:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:59:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:59:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:59:51 09:59:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:59:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:59:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:59:52 188c0c94c7c5: Pulling fs layer 09:59:52 0ef7d3d256c8: Pulling fs layer 09:59:52 de9db76c5a1d: Pulling fs layer 09:59:52 0eba1c9be4d2: Pulling fs layer 09:59:52 0d57e429df01: Pulling fs layer 09:59:52 4e4be7b47b0d: Pulling fs layer 09:59:52 e1f770b5df2f: Pulling fs layer 09:59:52 85a0685a4137: Pulling fs layer 09:59:52 0d57e429df01: Waiting 09:59:52 4e4be7b47b0d: Waiting 09:59:52 e1f770b5df2f: Waiting 09:59:52 85a0685a4137: Waiting 09:59:52 0eba1c9be4d2: Waiting 09:59:52 de9db76c5a1d: Verifying Checksum 09:59:52 de9db76c5a1d: Download complete 09:59:52 0ef7d3d256c8: Verifying Checksum 09:59:52 0ef7d3d256c8: Download complete 09:59:52 0d57e429df01: Download complete 09:59:52 4e4be7b47b0d: Verifying Checksum 09:59:52 4e4be7b47b0d: Download complete 09:59:52 188c0c94c7c5: Verifying Checksum 09:59:52 188c0c94c7c5: Download complete 09:59:52 188c0c94c7c5: Pull complete 09:59:52 0ef7d3d256c8: Pull complete 09:59:53 de9db76c5a1d: Pull complete 09:59:54 e1f770b5df2f: Verifying Checksum 09:59:54 e1f770b5df2f: Download complete 09:59:56 0eba1c9be4d2: Verifying Checksum 09:59:56 0eba1c9be4d2: Download complete 09:59:56 85a0685a4137: Verifying Checksum 09:59:56 85a0685a4137: Download complete 10:00:02 0eba1c9be4d2: Pull complete 10:00:02 0d57e429df01: Pull complete 10:00:02 4e4be7b47b0d: Pull complete 10:00:04 e1f770b5df2f: Pull complete 10:00:10 85a0685a4137: Pull complete 10:00:10 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:00:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:00:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:00:10 prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container 10:00:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:00:11 $ docker top 016ebbbbb15e9c752292ddae96e7453eb081ff59017fcf6720c511e9d81019e6 -eo pid,comm [Pipeline] { [Pipeline] echo 10:00:11 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:00:12 + set -o pipefail 10:00:12 + snyk monitor '--org=edgex-jenkins' 10:00:44 10:00:44 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 10:00:44 10:00:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/859d2c10-e3e8-4bd2-9749-2084b4a14a3f 10:00:44 10:00:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:00:44 10:00:44 10:00:44 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 10:00:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:00:44 $ docker stop --time=1 016ebbbbb15e9c752292ddae96e7453eb081ff59017fcf6720c511e9d81019e6 10:00:47 $ docker rm -f 016ebbbbb15e9c752292ddae96e7453eb081ff59017fcf6720c511e9d81019e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 10:00:49 + git log --format=format:%s -1 da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] isUnix [Pipeline] sh 10:00:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:49 . [Pipeline] withDockerContainer 10:00:49 prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container 10:00:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:00:50 $ docker top 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:50 [ssh-agent] Looking for ssh-agent implementation... 10:00:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:50 $ docker exec 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 ssh-agent 10:00:50 SSH_AUTH_SOCK=/tmp/ssh-CR5zkcg9fx2b/agent.11 10:00:50 SSH_AGENT_PID=16 10:00:50 Running ssh-add (command line suppressed) 10:00:51 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3391017982202342072.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3391017982202342072.key) 10:00:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:51 + git semver tag 10:00:51 # -> Open(): unable to determine branch for HEAD 10:00:51 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:00:51 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:00:51 # $SEMVER_REMOTE_NAME = origin 10:00:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:00:51 # $SEMVER_USER_NAME = edgex-jenkins 10:00:51 # $SEMVER_BRANCH = master 10:00:51 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 10:00:51 # da362e705d612364b9ef4673b63e3c918421e784 HEAD 10:00:51 # -> Force: false 10:00:51 # 78e7f0a1412b250fe93dcfa564ec2654c3f97686 refs/tags/v1.3.2-dev.7 [Pipeline] } 10:00:51 $ docker exec --env ******** --env ******** 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 ssh-agent -k 10:00:51 unset SSH_AUTH_SOCK; 10:00:51 unset SSH_AGENT_PID; 10:00:51 echo Agent pid 16 killed; 10:00:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:52 + git semver [Pipeline] } 10:00:52 $ docker stop --time=1 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 10:00:53 $ docker rm -f 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:00:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:00:54 10:00:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:00:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:00:54 0.23.1-centos7: Pulling from edgex-lftools 10:00:54 ab5ef0e58194: Pulling fs layer 10:00:54 9712f1f96733: Pulling fs layer 10:00:54 63f879dbbcfc: Pulling fs layer 10:00:54 0d9ebad4ef96: Pulling fs layer 10:00:54 e9a5061849ea: Pulling fs layer 10:00:54 d747dcd14b5f: Pulling fs layer 10:00:54 2de7ff778b66: Pulling fs layer 10:00:54 e9a5061849ea: Waiting 10:00:54 d747dcd14b5f: Waiting 10:00:54 2de7ff778b66: Waiting 10:00:54 0d9ebad4ef96: Waiting 10:00:54 9712f1f96733: Verifying Checksum 10:00:54 9712f1f96733: Download complete 10:00:56 63f879dbbcfc: Verifying Checksum 10:00:56 63f879dbbcfc: Download complete 10:00:56 e9a5061849ea: Verifying Checksum 10:00:56 e9a5061849ea: Download complete 10:00:56 d747dcd14b5f: Verifying Checksum 10:00:56 d747dcd14b5f: Download complete 10:00:56 2de7ff778b66: Verifying Checksum 10:00:56 2de7ff778b66: Download complete 10:00:56 0d9ebad4ef96: Verifying Checksum 10:00:56 0d9ebad4ef96: Download complete 10:00:57 ab5ef0e58194: Verifying Checksum 10:00:57 ab5ef0e58194: Download complete 10:01:02 ab5ef0e58194: Pull complete 10:01:02 9712f1f96733: Pull complete 10:01:04 63f879dbbcfc: Pull complete 10:01:09 0d9ebad4ef96: Pull complete 10:01:11 e9a5061849ea: Pull complete 10:01:11 d747dcd14b5f: Pull complete 10:01:14 2de7ff778b66: Pull complete 10:01:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:01:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:01:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:01:14 prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container 10:01:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:01:17 $ docker top 2fb09fa46a5d7109831c2921373809112623ca6ec66ce2d665f5a2e60038bbae -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:01:18 provisioning config files... 10:01:18 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config981939976631605836tmp 10:01:18 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1964649936410323501tmp 10:01:18 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config573554535592766687tmp [Pipeline] { [Pipeline] echo 10:01:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:01:18 ---> sigul-configuration.sh 10:01:18 gpg: directory `/root/.gnupg' created 10:01:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:01:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:01:18 gpg: keyring `/root/.gnupg/secring.gpg' created 10:01:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:01:18 gpg: CAST5 encrypted data 10:01:18 gpg: encrypted with 1 passphrase 10:01:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:01:18 + mkdir /home/jenkins 10:01:18 + mkdir /home/jenkins/sigul [Pipeline] sh 10:01:19 + 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 10:01:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:01:19 ---> sigul-install.sh 10:01:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:01:26 + git tag --list 10:01:26 v1.0.0 10:01:26 v1.1.0 10:01:26 v1.1.1 10:01:26 v1.2.1 10:01:26 v1.2.2 10:01:26 v1.2.3 10:01:26 v1.3.0 10:01:26 v1.3.1 10:01:26 v1.3.1-dev.1 10:01:26 v1.3.1-dev.2 10:01:26 v1.3.1-dev.3 10:01:26 v1.3.1-dev.4 10:01:26 v1.3.1-dev.5 10:01:26 v1.3.2-dev.1 10:01:26 v1.3.2-dev.2 10:01:26 v1.3.2-dev.3 10:01:26 v1.3.2-dev.4 10:01:26 v1.3.2-dev.5 10:01:26 v1.3.2-dev.6 10:01:26 v1.3.2-dev.7 [Pipeline] sh 10:01:26 + lftools sign git-tag v1.3.2-dev.7 10:01:28 Signing Git tag with Sigul... 10:01:28 Signing v1.3.2-dev.7 [Pipeline] echo 10:01:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:01:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:01:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:01:29 $ docker stop --time=1 2fb09fa46a5d7109831c2921373809112623ca6ec66ce2d665f5a2e60038bbae 10:01:31 $ docker rm -f 2fb09fa46a5d7109831c2921373809112623ca6ec66ce2d665f5a2e60038bbae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:01:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:01:32 . [Pipeline] withDockerContainer 10:01:32 prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container 10:01:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:01:33 $ docker top 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:01:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:01:33 [ssh-agent] Looking for ssh-agent implementation... 10:01:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:01:33 $ docker exec 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d ssh-agent 10:01:34 SSH_AUTH_SOCK=/tmp/ssh-yTLBUT3bSaBq/agent.11 10:01:34 SSH_AGENT_PID=16 10:01:34 Running ssh-add (command line suppressed) 10:01:34 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_786829476197962835.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_786829476197962835.key) 10:01:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:01:34 + git semver bump pre 10:01:34 # -> Open(): unable to determine branch for HEAD 10:01:34 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:01:34 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:01:34 # $SEMVER_REMOTE_NAME = origin 10:01:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:01:34 # $SEMVER_USER_NAME = edgex-jenkins 10:01:34 # $SEMVER_BRANCH = master 10:01:34 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 10:01:34 1.3.2-dev.8 [Pipeline] } 10:01:34 $ docker exec --env ******** --env ******** 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d ssh-agent -k 10:01:34 unset SSH_AUTH_SOCK; 10:01:34 unset SSH_AGENT_PID; 10:01:34 echo Agent pid 16 killed; 10:01:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:01:35 + git semver [Pipeline] } 10:01:35 $ docker stop --time=1 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d 10:01:36 $ docker rm -f 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:01:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:01:37 . [Pipeline] withDockerContainer 10:01:37 prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container 10:01:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:01:38 $ docker top d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:01:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:01:38 [ssh-agent] Looking for ssh-agent implementation... 10:01:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:01:38 $ docker exec d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 ssh-agent 10:01:38 SSH_AUTH_SOCK=/tmp/ssh-MlDocseTwRvN/agent.12 10:01:38 SSH_AGENT_PID=18 10:01:38 Running ssh-add (command line suppressed) 10:01:38 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2796597597979030179.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2796597597979030179.key) 10:01:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:01:39 + git semver push 10:01:39 # -> Open(): unable to determine branch for HEAD 10:01:39 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:01:39 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:01:39 # $SEMVER_REMOTE_NAME = origin 10:01:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:01:39 # $SEMVER_USER_NAME = edgex-jenkins 10:01:39 # $SEMVER_BRANCH = master 10:01:39 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 10:01:43 $ docker exec --env ******** --env ******** d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 ssh-agent -k 10:01:43 unset SSH_AUTH_SOCK; 10:01:43 unset SSH_AGENT_PID; 10:01:43 echo Agent pid 18 killed; 10:01:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:01:44 + git semver [Pipeline] } 10:01:44 $ docker stop --time=1 d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 10:01:45 $ docker rm -f d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 [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 10:01:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:01:47 ---> package-listing.sh 10:01:47 ++ facter osfamily 10:01:47 ++ tr '[:upper:]' '[:lower:]' 10:01:47 + OS_FAMILY=redhat 10:01:47 + workspace=/w/workspace/foundry_device-virtual-go_master 10:01:47 + START_PACKAGES=/tmp/packages_start.txt 10:01:47 + END_PACKAGES=/tmp/packages_end.txt 10:01:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:01:47 + PACKAGES=/tmp/packages_start.txt 10:01:47 + '[' /w/workspace/foundry_device-virtual-go_master ']' 10:01:47 + PACKAGES=/tmp/packages_end.txt 10:01:47 + case "${OS_FAMILY}" in 10:01:47 + rpm -qa 10:01:47 + sort 10:01:53 + '[' -f /tmp/packages_start.txt ']' 10:01:53 + '[' -f /tmp/packages_end.txt ']' 10:01:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:01:53 + '[' /w/workspace/foundry_device-virtual-go_master ']' 10:01:53 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 10:01:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 10:01:53 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 10:01:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:01:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:01:53 10:01:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:01:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:01:53 alpine: Pulling from edgex-lftools-log-publisher 10:01:53 df20fa9351a1: Pulling fs layer 10:01:53 36b3adc4ff6f: Pulling fs layer 10:01:53 8ad3a11d3b57: Pulling fs layer 10:01:53 46f8f816bc3b: Pulling fs layer 10:01:53 93b61091891f: Pulling fs layer 10:01:53 93b9cdb0e59b: Pulling fs layer 10:01:53 5e14af77c1be: Pulling fs layer 10:01:53 01666e4c0597: Pulling fs layer 10:01:53 aa168da1d23b: Pulling fs layer 10:01:53 93b9cdb0e59b: Waiting 10:01:53 5e14af77c1be: Waiting 10:01:53 01666e4c0597: Waiting 10:01:53 aa168da1d23b: Waiting 10:01:53 46f8f816bc3b: Waiting 10:01:53 93b61091891f: Waiting 10:01:53 36b3adc4ff6f: Verifying Checksum 10:01:53 36b3adc4ff6f: Download complete 10:01:54 46f8f816bc3b: Verifying Checksum 10:01:54 46f8f816bc3b: Download complete 10:01:54 df20fa9351a1: Verifying Checksum 10:01:54 df20fa9351a1: Download complete 10:01:54 93b9cdb0e59b: Verifying Checksum 10:01:54 93b9cdb0e59b: Download complete 10:01:54 5e14af77c1be: Verifying Checksum 10:01:54 5e14af77c1be: Download complete 10:01:54 01666e4c0597: Verifying Checksum 10:01:54 01666e4c0597: Download complete 10:01:54 93b61091891f: Verifying Checksum 10:01:54 93b61091891f: Download complete 10:01:54 8ad3a11d3b57: Download complete 10:01:54 df20fa9351a1: Pull complete 10:01:54 36b3adc4ff6f: Pull complete 10:01:55 8ad3a11d3b57: Pull complete 10:01:56 aa168da1d23b: Verifying Checksum 10:01:56 aa168da1d23b: Download complete 10:01:56 46f8f816bc3b: Pull complete 10:01:57 93b61091891f: Pull complete 10:01:57 93b9cdb0e59b: Pull complete 10:01:57 5e14af77c1be: Pull complete 10:01:57 01666e4c0597: Pull complete 10:02:05 aa168da1d23b: Pull complete 10:02:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:02:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:02:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:02:05 prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container 10:02:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:02:08 $ docker top dcc0b1e8ece4c211a549f8068dfdc7e6435da62821c05af08618921bcf2a2699 -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:08 + touch /tmp/pre-build-complete [Pipeline] sh 10:02:09 + mkdir -p /var/log/sa [Pipeline] sh 10:02:09 + ls /var/log/sa-host 10:02:09 + sadf -c /var/log/sa-host/sa12 10:02:09 file_magic: OK 10:02:09 HZ: Using current value: 100 10:02:09 file_header: OK 10:02:09 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 10:02:09 Statistics: 10:02:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:02:09 File successfully converted to sysstat format version 12.2.1 10:02:09 + sadf -c /var/log/sa-host/sa23 10:02:09 file_magic: OK 10:02:09 HZ: Using current value: 100 10:02:09 file_header: OK 10:02:09 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 10:02:09 Statistics: 10:02:09 Hnuu...uuuununununu... 10:02:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:02:10 provisioning config files... 10:02:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3266902022325988028tmp [Pipeline] { [Pipeline] echo 10:02:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:02:10 ---> create-netrc.sh [Pipeline] } 10:02:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:02:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:02:11 ---> python-tools-install.sh [Pipeline] echo 10:02:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:02:11 ---> sudo-logs.sh 10:02:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:02:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:02:12 ---> job-cost.sh 10:02:12 lf-activate-venv: SKIPPING 10:02:12 DEBUG: total: 0.20999999344348907 10:02:12 INFO: Retrieving Stack Cost... 10:02:13 INFO: Retrieving Pricing Info for: v1-standard-2 10:02:14 INFO: Archiving Costs [Pipeline] echo 10:02:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:02:14 ---> logs-deploy.sh 10:02:14 lf-activate-venv: SKIPPING 10:02:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/46 10:02:14 INFO: archiving workspace using pattern(s): 10:02:16 Archives upload complete. 10:02:16 INFO: archiving logs to Nexus 10:02:17 ---> uname -a: 10:02:17 Linux prd-centos7-docker-4c-2g-33675.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:02:17 10:02:17 10:02:17 ---> lscpu: 10:02:17 Architecture: x86_64 10:02:17 CPU op-mode(s): 32-bit, 64-bit 10:02:17 Byte Order: Little Endian 10:02:17 Address sizes: 40 bits physical, 48 bits virtual 10:02:17 CPU(s): 4 10:02:17 On-line CPU(s) list: 0-3 10:02:17 Thread(s) per core: 1 10:02:17 Core(s) per socket: 1 10:02:17 Socket(s): 4 10:02:17 NUMA node(s): 1 10:02:17 Vendor ID: GenuineIntel 10:02:17 CPU family: 6 10:02:17 Model: 44 10:02:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:02:17 Stepping: 1 10:02:17 CPU MHz: 2933.436 10:02:17 BogoMIPS: 5866.87 10:02:17 Virtualization: VT-x 10:02:17 Hypervisor vendor: KVM 10:02:17 Virtualization type: full 10:02:17 L1d cache: 128 KiB 10:02:17 L1i cache: 128 KiB 10:02:17 L2 cache: 16 MiB 10:02:17 L3 cache: 64 MiB 10:02:17 NUMA node0 CPU(s): 0-3 10:02:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:02:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:02:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:02:17 Vulnerability Meltdown: Mitigation; PTI 10:02:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:02:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:02:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:02:17 Vulnerability Srbds: Not affected 10:02:17 Vulnerability Tsx async abort: Not affected 10:02:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:02:17 10:02:17 10:02:17 ---> nproc: 10:02:17 4 10:02:17 10:02:17 10:02:17 ---> df -h: 10:02:17 Filesystem Size Used Available Use% Mounted on 10:02:17 overlay 50.0G 8.5G 41.4G 17% / 10:02:17 tmpfs 64.0M 0 64.0M 0% /dev 10:02:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:02:17 shm 64.0M 0 64.0M 0% /dev/shm 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 10:02:17 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 10:02:17 10:02:17 10:02:17 ---> free -m: 10:02:17 total used free shared buff/cache available 10:02:17 Mem: 1837 839 149 0 848 933 10:02:17 Swap: 1023 5 1018 10:02:17 10:02:17 10:02:17 ---> ip addr: 10:02:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:02:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:02:17 inet 127.0.0.1/8 scope host lo 10:02:17 valid_lft forever preferred_lft forever 10:02:17 inet6 ::1/128 scope host 10:02:17 valid_lft forever preferred_lft forever 10:02:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:02:17 link/ether fa:16:3e:ce:87:44 brd ff:ff:ff:ff:ff:ff 10:02:17 inet 10.30.122.156/23 brd 10.30.123.255 scope global dynamic eth0 10:02:17 valid_lft 85674sec preferred_lft 85674sec 10:02:17 inet6 fe80::f816:3eff:fece:8744/64 scope link 10:02:17 valid_lft forever preferred_lft forever 10:02:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:02:17 link/ether 02:42:32:60:6e:d3 brd ff:ff:ff:ff:ff:ff 10:02:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:02:17 valid_lft forever preferred_lft forever 10:02:17 inet6 fe80::42:32ff:fe60:6ed3/64 scope link 10:02:17 valid_lft forever preferred_lft forever 10:02:17 10:02:17 10:02:17 ---> sar -b -r -n DEV: 10:02:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 10:02:17 10:02:17 09:49:59 LINUX RESTART (4 CPU) 10:02:17 10:02:17 09:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:02:17 09:52:01 4.60 0.52 4.08 0.00 41.17 95.79 0.00 10:02:17 09:53:01 0.33 0.00 0.33 0.00 0.00 4.71 0.00 10:02:17 09:54:01 0.27 0.00 0.27 0.00 0.00 3.20 0.00 10:02:17 09:55:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 10:02:17 09:56:02 0.32 0.00 0.32 0.00 0.00 4.86 0.00 10:02:17 09:57:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 10:02:17 09:58:01 0.22 0.00 0.22 0.00 0.00 2.38 0.00 10:02:17 09:59:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 10:02:17 10:00:01 36.02 3.68 32.35 0.00 567.87 16636.04 0.00 10:02:17 10:01:01 302.46 178.78 123.68 0.00 8643.83 32779.28 0.00 10:02:17 10:02:01 252.75 114.73 138.02 0.00 7937.04 35186.58 0.00 10:02:17 Average: 54.50 27.14 27.36 0.00 1567.46 7724.07 0.00 10:02:17 10:02:17 09:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:02:17 09:52:01 171192 0 592652 31.50 2620 1115080 1095908 37.40 404100 1108000 16 10:02:17 09:53:01 170612 0 593224 31.53 2620 1115088 1076568 36.74 413024 1100080 16 10:02:17 09:54:01 170980 0 592852 31.51 2620 1115092 1076508 36.74 417676 1095052 20 10:02:17 09:55:01 171092 0 592740 31.50 2620 1115092 1076364 36.73 422596 1090380 12 10:02:17 09:56:02 170616 0 593208 31.53 2620 1115100 1076436 36.74 428780 1084560 8 10:02:17 09:57:01 171404 0 592416 31.49 2620 1115104 1076364 36.73 428420 1084560 20 10:02:17 09:58:01 170912 0 592904 31.51 2620 1115108 1076364 36.73 428408 1084560 8 10:02:17 09:59:01 171176 0 592636 31.50 2620 1115112 1076364 36.73 428676 1084560 8 10:02:17 10:00:01 225072 0 673552 35.80 2620 980300 1279848 43.68 452516 963868 62788 10:02:17 10:01:01 171680 0 737256 39.18 2476 970132 1291052 44.06 577012 867224 52976 10:02:17 10:02:01 75712 0 857732 45.59 1584 946516 1541132 52.60 698212 765320 14372 10:02:17 Average: 167313 0 637379 33.88 2513 1074339 1158446 39.54 463584 1029833 11840 10:02:17 10:02:17 09:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:02:17 09:52:01 eth0 8.34 5.20 7.77 2.65 0.00 0.00 0.00 0.00 10:02:17 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:53:01 eth0 0.63 0.42 0.29 0.08 0.00 0.00 0.00 0.00 10:02:17 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:54:01 eth0 2.38 1.17 2.37 0.38 0.00 0.00 0.00 0.00 10:02:17 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:55:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:17 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:56:02 eth0 0.30 0.23 0.14 0.08 0.00 0.00 0.00 0.00 10:02:17 09:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:17 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:17 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 10:00:01 eth0 399.97 362.19 4070.69 27.94 0.00 0.00 0.00 0.00 10:02:17 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 10:01:01 eth0 422.87 368.43 3487.17 38.60 0.00 0.00 0.00 0.00 10:02:17 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 10:01:01 docker0 52.74 59.78 4.54 275.16 0.00 0.00 0.00 0.00 10:02:17 10:02:01 eth0 315.59 262.05 2464.65 134.00 0.00 0.00 0.00 0.00 10:02:17 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 10:02:01 docker0 32.29 40.18 1.76 244.02 0.00 0.00 0.00 0.00 10:02:17 Average: eth0 104.84 91.13 914.30 18.59 0.00 0.00 0.00 0.00 10:02:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:17 Average: docker0 7.75 9.11 0.57 47.34 0.00 0.00 0.00 0.00 10:02:17 10:02:17 10:02:17 ---> sar -P ALL: 10:02:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 10:02:17 10:02:17 09:49:59 LINUX RESTART (4 CPU) 10:02:17 10:02:17 09:51:01 CPU %user %nice %system %iowait %steal %idle 10:02:17 09:52:01 all 0.41 0.00 0.16 0.04 0.00 99.38 10:02:17 09:52:01 0 0.35 0.00 0.23 0.07 0.00 99.35 10:02:17 09:52:01 1 0.27 0.00 0.13 0.00 0.02 99.58 10:02:17 09:52:01 2 0.72 0.00 0.17 0.02 0.00 99.10 10:02:17 09:52:01 3 0.32 0.00 0.10 0.08 0.00 99.50 10:02:17 09:53:01 all 0.15 0.00 0.04 0.00 0.01 99.81 10:02:17 09:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:02:17 09:53:01 1 0.07 0.00 0.03 0.00 0.02 99.88 10:02:17 09:53:01 2 0.43 0.00 0.05 0.00 0.02 99.50 10:02:17 09:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:02:17 09:54:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:02:17 09:54:01 0 0.05 0.00 0.07 0.00 0.00 99.88 10:02:17 09:54:01 1 0.07 0.00 0.03 0.00 0.00 99.90 10:02:17 09:54:01 2 0.47 0.00 0.03 0.00 0.00 99.50 10:02:17 09:54:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:02:17 09:55:01 all 0.15 0.00 0.02 0.00 0.01 99.82 10:02:17 09:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:02:17 09:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:02:17 09:55:01 2 0.52 0.00 0.03 0.00 0.02 99.43 10:02:17 09:55:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:02:17 09:56:02 all 0.13 0.00 0.08 0.00 0.03 99.77 10:02:17 09:56:02 0 0.02 0.00 0.08 0.00 0.05 99.85 10:02:17 09:56:02 1 0.08 0.00 0.10 0.00 0.02 99.80 10:02:17 09:56:02 2 0.38 0.00 0.03 0.00 0.02 99.57 10:02:17 09:56:02 3 0.03 0.00 0.08 0.00 0.02 99.87 10:02:17 09:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:02:17 09:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:02:17 09:57:01 1 0.07 0.00 0.03 0.00 0.02 99.88 10:02:17 09:57:01 2 0.53 0.00 0.03 0.00 0.00 99.44 10:02:17 09:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:02:17 09:58:01 all 0.16 0.00 0.02 0.00 0.00 99.81 10:02:17 09:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:02:17 09:58:01 1 0.08 0.00 0.05 0.02 0.00 99.85 10:02:17 09:58:01 2 0.52 0.00 0.02 0.00 0.00 99.47 10:02:17 09:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:02:17 09:59:01 all 0.15 0.00 0.03 0.00 0.00 99.83 10:02:17 09:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:02:17 09:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:02:17 09:59:01 2 0.50 0.00 0.03 0.00 0.00 99.47 10:02:17 09:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:02:17 10:00:01 all 3.98 0.00 1.97 0.05 0.13 93.87 10:02:17 10:00:01 0 4.27 0.00 2.21 0.07 0.14 93.31 10:02:17 10:00:01 1 3.63 0.00 1.68 0.07 0.13 94.49 10:02:17 10:00:01 2 4.56 0.00 1.88 0.00 0.13 93.42 10:02:17 10:00:01 3 3.47 0.00 2.10 0.07 0.12 94.24 10:02:17 10:01:01 all 8.91 0.00 4.91 2.92 0.29 82.96 10:02:17 10:01:01 0 8.39 0.00 5.41 2.72 0.34 83.13 10:02:17 10:01:01 1 9.15 0.00 4.74 1.67 0.26 84.19 10:02:17 10:01:01 2 8.91 0.00 4.40 2.63 0.27 83.78 10:02:17 10:01:01 3 9.17 0.00 5.11 4.68 0.31 80.74 10:02:17 10:02:01 all 12.22 0.00 6.90 4.04 0.47 76.37 10:02:17 10:02:01 0 10.36 0.00 6.49 1.78 0.41 80.96 10:02:17 10:02:01 1 14.02 0.00 6.66 5.84 0.53 72.96 10:02:17 10:02:01 2 12.77 0.00 7.04 2.55 0.45 77.20 10:02:17 10:02:01 3 11.72 0.00 7.42 6.00 0.48 74.39 10:02:17 10:02:17 Average: CPU %user %nice %system %iowait %steal %idle 10:02:17 Average: all 2.38 0.00 1.27 0.63 0.08 95.64 10:02:17 Average: 0 2.11 0.00 1.31 0.41 0.08 96.08 10:02:17 Average: 1 2.46 0.00 1.21 0.68 0.09 95.56 10:02:17 Average: 2 2.72 0.00 1.23 0.46 0.08 95.51 10:02:17 Average: 3 2.22 0.00 1.33 0.97 0.08 95.39 10:02:17 10:02:17 10:02:17