Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 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-30320 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 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f # timeout=10 Commit message: "Merge pull request #169 from hahattan/issue-166" > git rev-list --no-walk 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:26:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:26:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:26:52 ========================================================= 18:26:52 EdgeX Global Pipelines Version Info 18:26:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:26:53 ------------------- 18:26:53 stable info: 18:26:53 ------------------- 18:26:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:26:53 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:26:53 Message: update stable to v1.0.186 18:26:54 ------------------- 18:26:54 experimental info: 18:26:54 ------------------- 18:26:54 Commited By: **** collab-it+edgex@linuxfoundation.org 18:26:54 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:26:54 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:26:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:26:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:26:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:26:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:26:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:26:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:26:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f [Pipeline] echo 18:26:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aba50ff [Pipeline] echo 18:26:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:26:58 provisioning config files... 18:26:58 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7070010260847509095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:26:59 ---> docker-login.sh 18:26:59 nexus3.edgexfoundry.org:10001 18:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:59 Configure a credential helper to remove this warning. See 18:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:59 18:26:59 Login Succeeded 18:26:59 nexus3.edgexfoundry.org:10002 18:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:59 Configure a credential helper to remove this warning. See 18:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:59 18:26:59 Login Succeeded 18:26:59 nexus3.edgexfoundry.org:10003 18:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:59 Configure a credential helper to remove this warning. See 18:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:59 18:26:59 Login Succeeded 18:26:59 nexus3.edgexfoundry.org:10004 18:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:00 Configure a credential helper to remove this warning. See 18:27:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:00 18:27:00 Login Succeeded 18:27:00 docker.io 18:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:00 Configure a credential helper to remove this warning. See 18:27:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:00 18:27:00 Login Succeeded 18:27:00 ---> docker-login.sh ends [Pipeline] } 18:27:00 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 18:27:01 + git log --format=format:%s -1 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f [Pipeline] echo 18:27:01 GIT_COMMIT: aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f, Commit Message: Merge pull request #169 from hahattan/issue-166 [Pipeline] echo 18:27:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:27:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:02 18:27:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:27:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:02 latest: Pulling from edgex-devops/git-semver 18:27:02 31603596830f: Pulling fs layer 18:27:02 2a8b12db71e7: Pulling fs layer 18:27:02 6ca5941a6612: Pulling fs layer 18:27:02 ecc8261a40a4: Pulling fs layer 18:27:02 ecc8261a40a4: Waiting 18:27:02 2a8b12db71e7: Verifying Checksum 18:27:02 2a8b12db71e7: Download complete 18:27:02 31603596830f: Verifying Checksum 18:27:02 31603596830f: Download complete 18:27:02 ecc8261a40a4: Verifying Checksum 18:27:02 ecc8261a40a4: Download complete 18:27:02 6ca5941a6612: Verifying Checksum 18:27:02 6ca5941a6612: Download complete 18:27:03 31603596830f: Pull complete 18:27:03 2a8b12db71e7: Pull complete 18:27:03 6ca5941a6612: Pull complete 18:27:04 ecc8261a40a4: Pull complete 18:27:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:27:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:27:04 prd-centos7-docker-4c-2g-30320 does not seem to be running inside a container 18:27:04 $ 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 18:27:06 $ docker top 6ae76bd3e85cfbdd905f4c6078c86489fee4b69d0e82774f9f0f268891b9f84d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:27:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:07 [ssh-agent] Looking for ssh-agent implementation... 18:27:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:07 $ docker exec 6ae76bd3e85cfbdd905f4c6078c86489fee4b69d0e82774f9f0f268891b9f84d ssh-agent 18:27:07 SSH_AUTH_SOCK=/tmp/ssh-bzBVsmfI20O8/agent.11 18:27:07 SSH_AGENT_PID=16 18:27:07 Running ssh-add (command line suppressed) 18:27:07 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_708576211332781426.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_708576211332781426.key) 18:27:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:08 + git tag --points-at HEAD [Pipeline] } 18:27:08 $ docker exec --env ******** --env ******** 6ae76bd3e85cfbdd905f4c6078c86489fee4b69d0e82774f9f0f268891b9f84d ssh-agent -k 18:27:08 unset SSH_AUTH_SOCK; 18:27:08 unset SSH_AGENT_PID; 18:27:08 echo Agent pid 16 killed; 18:27:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:27:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:08 [ssh-agent] Looking for ssh-agent implementation... 18:27:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:08 $ docker exec 6ae76bd3e85cfbdd905f4c6078c86489fee4b69d0e82774f9f0f268891b9f84d ssh-agent 18:27:08 SSH_AUTH_SOCK=/tmp/ssh-y22YiDbIVEhI/agent.46 18:27:08 SSH_AGENT_PID=52 18:27:08 Running ssh-add (command line suppressed) 18:27:09 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4168781484892028872.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4168781484892028872.key) 18:27:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:09 + git semver init 18:27:09 # -> Open(): unable to determine branch for HEAD 18:27:09 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:27:09 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:27:09 # $SEMVER_REMOTE_NAME = origin 18:27:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:27:09 # $SEMVER_USER_NAME = edgex-jenkins 18:27:09 # $SEMVER_BRANCH = master 18:27:09 # $SEMVER_TEMP = /tmp/semver-493325195 18:27:09 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 18:27:09 # '/tmp/semver-493325195' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 18:27:09 # -> Force: false 18:27:09 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 18:27:09 $ docker exec --env ******** --env ******** 6ae76bd3e85cfbdd905f4c6078c86489fee4b69d0e82774f9f0f268891b9f84d ssh-agent -k 18:27:09 unset SSH_AUTH_SOCK; 18:27:09 unset SSH_AGENT_PID; 18:27:09 echo Agent pid 52 killed; 18:27:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:27:10 + git semver [Pipeline] } 18:27:10 $ docker stop --time=1 6ae76bd3e85cfbdd905f4c6078c86489fee4b69d0e82774f9f0f268891b9f84d 18:27:12 $ docker rm -f 6ae76bd3e85cfbdd905f4c6078c86489fee4b69d0e82774f9f0f268891b9f84d [Pipeline] // withDockerContainer [Pipeline] sh 18:27:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:27:13 Stashed 1 file(s) [Pipeline] echo 18:27:13 [edgeXSemver]: initialized semver on version 1.3.2-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:27:28 Still waiting to schedule task 18:27:28 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30320’ 18:27:28 Still waiting to schedule task 18:27:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:29:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30321 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 18:29:09 Running in /w/workspace/device-virtual-go/41 [Pipeline] { [Pipeline] checkout 18:29:14 using credential edgex-jenkins-ssh 18:29:14 Cloning the remote Git repository 18:29:14 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 18:29:14 > git init /w/workspace/device-virtual-go/41 # timeout=10 18:29:14 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:29:14 > git --version # timeout=10 18:29:14 > git --version # 'git version 2.17.1' 18:29:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:29:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:29:16 Checking out Revision aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f (master) 18:29:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:29:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:29:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:29:15 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:29:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:29:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:29:16 > git config core.sparsecheckout # timeout=10 18:29:16 > git checkout -f aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f # timeout=10 18:29:20 Commit message: "Merge pull request #169 from hahattan/issue-166" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:29:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:29:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:29:23 + + sudo service dockertrue restart 18:29:23 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:29:25 provisioning config files... 18:29:26 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/41@tmp/config2922564853039712033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:26 ---> docker-login.sh 18:29:26 nexus3.edgexfoundry.org:10001 18:29:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:27 Configure a credential helper to remove this warning. See 18:29:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:27 18:29:27 Login Succeeded 18:29:27 nexus3.edgexfoundry.org:10002 18:29:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:28 Configure a credential helper to remove this warning. See 18:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:28 18:29:28 Login Succeeded 18:29:28 nexus3.edgexfoundry.org:10003 18:29:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:28 Configure a credential helper to remove this warning. See 18:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:28 18:29:28 Login Succeeded 18:29:28 nexus3.edgexfoundry.org:10004 18:29:28 Running on prd-centos7-docker-4c-2g-30324 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 18:29:28 Running in /w/workspace/device-virtual-go/41 [Pipeline] { [Pipeline] checkout 18:29:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:29 Configure a credential helper to remove this warning. See 18:29:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:29 18:29:29 Login Succeeded 18:29:29 docker.io 18:29:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:30 Configure a credential helper to remove this warning. See 18:29:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:30 18:29:30 Login Succeeded 18:29:30 ---> docker-login.sh ends [Pipeline] } 18:29:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:29:30 ========================================================= 18:29:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:29:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:29:30 + 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 . 18:29:31 Sending build context to Docker daemon 472.1kB 18:29:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:29:31 Step 2/8 : FROM ${BASE} 18:29:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:29:31 5f621e34cdf4: Pulling fs layer 18:29:31 a4357932f1b6: Pulling fs layer 18:29:31 18c013af1878: Pulling fs layer 18:29:31 00ac8860ef70: Pulling fs layer 18:29:31 63d7cb157983: Pulling fs layer 18:29:31 b116817d02f9: Pulling fs layer 18:29:31 745a02a5169b: Pulling fs layer 18:29:31 63d7cb157983: Waiting 18:29:31 b116817d02f9: Waiting 18:29:31 00ac8860ef70: Waiting 18:29:31 745a02a5169b: Waiting 18:29:31 18c013af1878: Verifying Checksum 18:29:31 18c013af1878: Download complete 18:29:31 a4357932f1b6: Verifying Checksum 18:29:31 a4357932f1b6: Download complete 18:29:31 63d7cb157983: Verifying Checksum 18:29:31 63d7cb157983: Download complete 18:29:31 b116817d02f9: Verifying Checksum 18:29:31 b116817d02f9: Download complete 18:29:31 5f621e34cdf4: Verifying Checksum 18:29:31 5f621e34cdf4: Download complete 18:29:31 using credential edgex-jenkins-ssh 18:29:31 Cloning the remote Git repository 18:29:32 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 18:29:32 > git init /w/workspace/device-virtual-go/41 # timeout=10 18:29:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:29:32 > git --version # timeout=10 18:29:32 > git --version # 'git version 2.24.3' 18:29:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:29:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:29:32 5f621e34cdf4: Pull complete 18:29:33 Checking out Revision aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f (master) 18:29:33 a4357932f1b6: Pull complete 18:29:33 18c013af1878: Pull complete 18:29:32 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:29:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:29:32 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:29:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:29:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:29:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:29:33 > git config core.sparsecheckout # timeout=10 18:29:33 > git checkout -f aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f # timeout=10 18:29:34 745a02a5169b: Verifying Checksum 18:29:34 745a02a5169b: Download complete 18:29:35 00ac8860ef70: Verifying Checksum 18:29:35 00ac8860ef70: Download complete 18:29:36 Commit message: "Merge pull request #169 from hahattan/issue-166" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:29:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:29:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:29:38 + true 18:29:38 + sudo service docker restart 18:29:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:29:39 provisioning config files... 18:29:39 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/41@tmp/config5427539884687897681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:40 ---> docker-login.sh 18:29:40 nexus3.edgexfoundry.org:10001 18:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:40 Configure a credential helper to remove this warning. See 18:29:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:40 18:29:40 Login Succeeded 18:29:40 nexus3.edgexfoundry.org:10002 18:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:40 Configure a credential helper to remove this warning. See 18:29:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:40 18:29:40 Login Succeeded 18:29:40 nexus3.edgexfoundry.org:10003 18:29:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:41 Configure a credential helper to remove this warning. See 18:29:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:41 18:29:41 Login Succeeded 18:29:41 nexus3.edgexfoundry.org:10004 18:29:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:41 Configure a credential helper to remove this warning. See 18:29:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:41 18:29:41 Login Succeeded 18:29:41 docker.io 18:29:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:41 Configure a credential helper to remove this warning. See 18:29:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:41 18:29:41 Login Succeeded 18:29:41 ---> docker-login.sh ends [Pipeline] } 18:29:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:29:41 ========================================================= 18:29:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:29:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:29:42 + 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 . 18:29:42 Sending build context to Docker daemon 473.1kB 18:29:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:29:42 Step 2/8 : FROM ${BASE} 18:29:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:29:42 188c0c94c7c5: Pulling fs layer 18:29:42 0ef7d3d256c8: Pulling fs layer 18:29:42 de9db76c5a1d: Pulling fs layer 18:29:42 bca2f99d35d6: Pulling fs layer 18:29:42 93359f2a8cfa: Pulling fs layer 18:29:42 7c6f9722023f: Pulling fs layer 18:29:42 a35cf1a2eb13: Pulling fs layer 18:29:42 bca2f99d35d6: Waiting 18:29:42 7c6f9722023f: Waiting 18:29:42 93359f2a8cfa: Waiting 18:29:42 a35cf1a2eb13: Waiting 18:29:42 de9db76c5a1d: Verifying Checksum 18:29:42 de9db76c5a1d: Download complete 18:29:42 0ef7d3d256c8: Verifying Checksum 18:29:42 0ef7d3d256c8: Download complete 18:29:42 93359f2a8cfa: Verifying Checksum 18:29:42 93359f2a8cfa: Download complete 18:29:42 7c6f9722023f: Verifying Checksum 18:29:42 7c6f9722023f: Download complete 18:29:42 188c0c94c7c5: Verifying Checksum 18:29:42 188c0c94c7c5: Download complete 18:29:42 188c0c94c7c5: Pull complete 18:29:43 0ef7d3d256c8: Pull complete 18:29:43 de9db76c5a1d: Pull complete 18:29:44 a35cf1a2eb13: Verifying Checksum 18:29:44 a35cf1a2eb13: Download complete 18:29:44 bca2f99d35d6: Verifying Checksum 18:29:44 bca2f99d35d6: Download complete 18:29:45 00ac8860ef70: Pull complete 18:29:45 63d7cb157983: Pull complete 18:29:45 b116817d02f9: Pull complete 18:29:50 745a02a5169b: Pull complete 18:29:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:29:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:29:50 ---> b7e6874047d6 18:29:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 18:29:51 bca2f99d35d6: Pull complete 18:29:51 93359f2a8cfa: Pull complete 18:29:51 7c6f9722023f: Pull complete 18:29:52 ---> Running in 7ef26799f757 18:29:52 Removing intermediate container 7ef26799f757 18:29:52 ---> 98f97f121821 18:29:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:53 ---> Running in c59fa4cb3455 18:29:54 a35cf1a2eb13: Pull complete 18:29:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:29:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:29:54 ---> a62c8e92a672 18:29:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 18:29:55 Removing intermediate container c59fa4cb3455 18:29:55 ---> c0893e6b65a2 18:29:55 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 18:29:55 ---> Running in a5610cbf5157 18:29:55 ---> Running in a80d8fa17240 18:29:55 Removing intermediate container a5610cbf5157 18:29:55 ---> ea7f6a60cd1f 18:29:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:55 ---> Running in 94c304e4cfab 18:29:56 Removing intermediate container 94c304e4cfab 18:29:56 ---> c8b32b4541a0 18:29:56 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 18:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:29:56 ---> Running in d8bced599c11 18:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:58 (1/14) Installing libmagic (5.38-r0) 18:29:58 (2/14) Installing file (5.38-r0) 18:29:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:58 (3/14) Installing libc-dev (0.7.2-r3) 18:29:58 (4/14) Installing g++ (9.3.0-r2) 18:29:58 (1/14) Installing libmagic (5.38-r0) 18:29:59 (2/14) Installing file (5.38-r0) 18:29:59 (3/14) Installing libc-dev (0.7.2-r3) 18:29:59 (4/14) Installing g++ (9.3.0-r2) 18:30:03 (5/14) Installing fortify-headers (1.1-r0) 18:30:03 (6/14) Installing patch (2.7.6-r6) 18:30:03 (7/14) Installing build-base (0.5-r2) 18:30:03 (8/14) Installing openssh-keygen (8.3_p1-r1) 18:30:03 (9/14) Installing libedit (20191231.3.1-r0) 18:30:03 (10/14) Installing openssh-client (8.3_p1-r1) 18:30:04 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 18:30:04 (12/14) Installing openssh-server-common (8.3_p1-r1) 18:30:04 (13/14) Installing openssh-server (8.3_p1-r1) 18:30:04 (14/14) Installing openssh (8.3_p1-r1) 18:30:04 Executing busybox-1.31.1-r19.trigger 18:30:04 OK: 221 MiB in 53 packages 18:30:05 (5/14) Installing fortify-headers (1.1-r0) 18:30:05 (6/14) Installing patch (2.7.6-r6) 18:30:05 (7/14) Installing build-base (0.5-r2) 18:30:05 (8/14) Installing openssh-keygen (8.3_p1-r1) 18:30:05 (9/14) Installing libedit (20191231.3.1-r0) 18:30:05 (10/14) Installing openssh-client (8.3_p1-r1) 18:30:05 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 18:30:05 (12/14) Installing openssh-server-common (8.3_p1-r1) 18:30:05 (13/14) Installing openssh-server (8.3_p1-r1) 18:30:06 (14/14) Installing openssh (8.3_p1-r1) 18:30:06 Executing busybox-1.31.1-r19.trigger 18:30:06 OK: 237 MiB in 53 packages 18:30:08 Removing intermediate container a80d8fa17240 18:30:08 ---> 17331f6acd20 18:30:08 Step 6/8 : WORKDIR /device-virtual-go 18:30:08 ---> Running in 656c82f52eb2 18:30:08 Removing intermediate container 656c82f52eb2 18:30:08 ---> 7d05c05b6f43 18:30:08 Step 7/8 : COPY . . 18:30:09 ---> 4b5d32674faf 18:30:09 Step 8/8 : RUN go mod download 18:30:09 ---> Running in f5f978e0af32 18:30:10 Removing intermediate container d8bced599c11 18:30:10 ---> ab0611ac4ba6 18:30:10 Step 6/8 : WORKDIR /device-virtual-go 18:30:10 ---> Running in 4375d86aec36 18:30:10 Removing intermediate container 4375d86aec36 18:30:10 ---> 9d14eca66267 18:30:10 Step 7/8 : COPY . . 18:30:10 ---> 99baf971b512 18:30:10 Step 8/8 : RUN go mod download 18:30:10 ---> Running in 4faa944a5306 18:30:32 Removing intermediate container 4faa944a5306 18:30:32 ---> c49d3d8c91f0 18:30:32 Successfully built c49d3d8c91f0 18:30:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:30:33 + docker inspect -f . ci-base-image-x86_64 18:30:33 . [Pipeline] withDockerContainer 18:30:33 prd-centos7-docker-4c-2g-30324 does not seem to be running inside a container 18:30:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/41 -v /w/workspace/device-virtual-go/41:/w/workspace/device-virtual-go/41:rw,z -v /w/workspace/device-virtual-go/41@tmp:/w/workspace/device-virtual-go/41@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 18:30:34 $ docker top ec47b6026c7d43ed1a397610424d25a1b98bdab64f0083952878b06ea2f939a5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:34 + go version 18:30:34 go version go1.15.5 linux/amd64 [Pipeline] } 18:30:34 $ docker stop --time=1 ec47b6026c7d43ed1a397610424d25a1b98bdab64f0083952878b06ea2f939a5 18:30:36 $ docker rm -f ec47b6026c7d43ed1a397610424d25a1b98bdab64f0083952878b06ea2f939a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 18:30:36 Removing intermediate container f5f978e0af32 18:30:36 ---> 623e71e9614d 18:30:36 Successfully built 623e71e9614d 18:30:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:30:37 + docker inspect -f . ci-base-image-x86_64 18:30:37 . [Pipeline] withDockerContainer 18:30:37 prd-centos7-docker-4c-2g-30324 does not seem to be running inside a container 18:30:37 + docker inspect -f . ci-base-image-arm64 18:30:37 . 18:30:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/41 -v /w/workspace/device-virtual-go/41:/w/workspace/device-virtual-go/41:rw,z -v /w/workspace/device-virtual-go/41@tmp:/w/workspace/device-virtual-go/41@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 18:30:38 $ docker top 168fccf55a80c704afb06e21ce3c0236cd6f45a461a05d13625462adfc9af4c1 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 18:30:38 prd-ubuntu18.04-docker-arm64-4c-16g-30321 does not seem to be running inside a container 18:30:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/41 -v /w/workspace/device-virtual-go/41:/w/workspace/device-virtual-go/41:rw,z -v /w/workspace/device-virtual-go/41@tmp:/w/workspace/device-virtual-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:30:40 $ docker top c737baccdbb8853844cc2a053bc8a57f823cb86bef8979db40e5cb8c667bce07 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:30:40 + make test 18:30:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:30:41 + go version 18:30:41 go version go1.15.5 linux/arm64 [Pipeline] } 18:30:41 $ docker stop --time=1 c737baccdbb8853844cc2a053bc8a57f823cb86bef8979db40e5cb8c667bce07 18:30:42 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:30:43 $ docker rm -f c737baccdbb8853844cc2a053bc8a57f823cb86bef8979db40e5cb8c667bce07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:44 + docker inspect -f . ci-base-image-arm64 18:30:44 . [Pipeline] withDockerContainer 18:30:44 prd-ubuntu18.04-docker-arm64-4c-16g-30321 does not seem to be running inside a container 18:30:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/41 -v /w/workspace/device-virtual-go/41:/w/workspace/device-virtual-go/41:rw,z -v /w/workspace/device-virtual-go/41@tmp:/w/workspace/device-virtual-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:30:45 $ docker top 406107468c23a6634604db4d6b0a0508f8dc38143cb794a64739634352964a15 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:47 + make test 18:30:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:30:48 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:31:00 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:31:00 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.405s coverage: 63.8% of statements 18:31:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:31:03 gofmt -l . 18:31:03 [ "`gofmt -l .`" = "" ] 18:31:03 ./bin/test-attribution-txt.sh 18:31:03 ./bin/test-go-mod-tidy.sh [Pipeline] } 18:31:04 $ docker stop --time=1 168fccf55a80c704afb06e21ce3c0236cd6f45a461a05d13625462adfc9af4c1 18:31:06 $ docker rm -f 168fccf55a80c704afb06e21ce3c0236cd6f45a461a05d13625462adfc9af4c1 [Pipeline] // withDockerContainer [Pipeline] sh 18:31:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:31:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:31:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:31:10 + ls -al . 18:31:10 total 128 18:31:10 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 18 18:31 . 18:31:10 drwxrwxr-x. 4 jenkins jenkins 30 Mar 18 18:29 .. 18:31:10 -rw-rw-r--. 1 jenkins jenkins 7136 Mar 18 18:29 Attribution.txt 18:31:10 drwxrwxr-x. 2 jenkins jenkins 64 Mar 18 18:29 bin 18:31:10 drwxrwxr-x. 3 jenkins jenkins 32 Mar 18 18:29 cmd 18:31:10 -rw-r--r--. 1 jenkins jenkins 47247 Mar 18 18:30 coverage.out 18:31:10 -rw-rw-r--. 1 jenkins jenkins 1851 Mar 18 18:29 Dockerfile 18:31:10 -rw-rw-r--. 1 jenkins jenkins 961 Mar 18 18:29 Dockerfile.build 18:31:10 drwxrwxr-x. 8 jenkins jenkins 162 Mar 18 18:29 .git 18:31:10 drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 18:29 .github 18:31:10 -rw-rw-r--. 1 jenkins jenkins 258 Mar 18 18:29 .gitignore 18:31:10 -rw-r--r--. 1 jenkins jenkins 809 Mar 18 18:31 go.mod 18:31:10 -rw-r--r--. 1 jenkins jenkins 20118 Mar 18 18:31 go.sum 18:31:10 drwxrwxr-x. 3 jenkins jenkins 20 Mar 18 18:29 internal 18:31:10 -rw-rw-r--. 1 jenkins jenkins 660 Mar 18 18:29 Jenkinsfile 18:31:10 -rw-rw-r--. 1 jenkins jenkins 11340 Mar 18 18:29 LICENSE 18:31:10 -rw-rw-r--. 1 jenkins jenkins 873 Mar 18 18:29 Makefile 18:31:10 -rw-rw-r--. 1 jenkins jenkins 918 Mar 18 18:29 README.md 18:31:10 -rw-rw-r--. 1 jenkins jenkins 11 Mar 18 18:27 VERSION 18:31:10 -rw-rw-r--. 1 jenkins jenkins 235 Mar 18 18:29 version.go [Pipeline] isUnix [Pipeline] sh 18:31:10 + 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=aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f --label arch=amd64 --label version=1.3.2-dev.2 . 18:31:10 Sending build context to Docker daemon 542.2kB 18:31:10 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 18:31:10 Step 2/22 : FROM ${BASE} AS builder 18:31:10 ---> c49d3d8c91f0 18:31:10 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 18:31:10 ---> Running in 7271968db2c0 18:31:11 Removing intermediate container 7271968db2c0 18:31:11 ---> 9ec59014e3c4 18:31:11 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 18:31:11 ---> Running in e44d2d30b208 18:31:11 Removing intermediate container e44d2d30b208 18:31:11 ---> 7460b79d2aed 18:31:11 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 18:31:11 ---> Running in 44d56d1a129b 18:31:11 Removing intermediate container 44d56d1a129b 18:31:11 ---> 5fcab8c88af1 18:31:11 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:11 ---> Running in 48928fa3bb43 18:31:12 Removing intermediate container 48928fa3bb43 18:31:12 ---> f2bb95984a04 18:31:12 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:31:12 ---> Running in 909a4dad2e6c 18:31:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:14 OK: 237 MiB in 53 packages 18:31:14 Removing intermediate container 909a4dad2e6c 18:31:14 ---> dddf7cb885dc 18:31:14 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 18:31:14 ---> Running in 2a319d5d1681 18:31:14 Removing intermediate container 2a319d5d1681 18:31:14 ---> 9528a416b33c 18:31:14 Step 9/22 : COPY . . 18:31:15 ---> d17874e54d16 18:31:15 Step 10/22 : ARG MAKE='make build' 18:31:15 ---> Running in 33c006ea4908 18:31:15 Removing intermediate container 33c006ea4908 18:31:15 ---> 2ca52fc1d197 18:31:15 Step 11/22 : RUN $MAKE 18:31:15 ---> Running in 8878287ce912 18:31:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.2" -o cmd/device-virtual ./cmd 18:31:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:31:32 Removing intermediate container 8878287ce912 18:31:32 ---> 9edd41c94c2e 18:31:32 Step 12/22 : FROM alpine:3.12 18:31:33 3.12: Pulling from library/alpine 18:31:33 f84cab65f19f: Pulling fs layer 18:31:33 f84cab65f19f: Verifying Checksum 18:31:33 f84cab65f19f: Download complete 18:31:33 f84cab65f19f: Pull complete 18:31:33 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:31:33 Status: Downloaded newer image for alpine:3.12 18:31:33 ---> 88dd2752d2ea 18:31:33 Step 13/22 : ENV APP_PORT=49990 18:31:33 ---> Running in 26a97692547d 18:31:34 Removing intermediate container 26a97692547d 18:31:34 ---> d145ed649bba 18:31:34 Step 14/22 : EXPOSE $APP_PORT 18:31:34 ---> Running in d9ebfb249c4b 18:31:34 Removing intermediate container d9ebfb249c4b 18:31:34 ---> 1bec5d05ae1a 18:31:34 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 18:31:34 ---> 946fe71072e2 18:31:34 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 18:31:35 ---> 13bb30078644 18:31:35 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 18:31:35 ---> 9f8d79075a3a 18:31:35 Step 18/22 : ENTRYPOINT ["/device-virtual"] 18:31:35 ---> Running in 55b6d2deafda 18:31:35 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:31:35 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.459s coverage: 63.8% of statements 18:31:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:31:35 Removing intermediate container 55b6d2deafda 18:31:35 ---> 524627feb9ee 18:31:35 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:35 ---> Running in 8a7cb2f2d491 18:31:35 Removing intermediate container 8a7cb2f2d491 18:31:35 ---> 3334172fc0ee 18:31:35 Step 20/22 : LABEL arch=amd64 18:31:35 ---> Running in 05186ff2f70e 18:31:36 Removing intermediate container 05186ff2f70e 18:31:36 ---> 87373f33525f 18:31:36 Step 21/22 : LABEL git_sha=aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:31:36 ---> Running in be703a76aab4 18:31:36 Removing intermediate container be703a76aab4 18:31:36 ---> 37b86d4069f6 18:31:36 Step 22/22 : LABEL version=1.3.2-dev.2 18:31:36 ---> Running in 31c0e3a1e147 18:31:36 Removing intermediate container 31c0e3a1e147 18:31:36 ---> 209ff0acc721 18:31:36 [Warning] One or more build-args [ARCH] were not consumed 18:31:36 Successfully built 209ff0acc721 18:31:36 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:31:36 provisioning config files... 18:31:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/41@tmp/config2299821936994239442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:37 ---> docker-login.sh 18:31:37 nexus3.edgexfoundry.org:10001 18:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:38 Configure a credential helper to remove this warning. See 18:31:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:38 18:31:38 Login Succeeded 18:31:38 nexus3.edgexfoundry.org:10002 18:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:38 Configure a credential helper to remove this warning. See 18:31:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:38 18:31:38 Login Succeeded 18:31:38 nexus3.edgexfoundry.org:10003 18:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:38 Configure a credential helper to remove this warning. See 18:31:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:38 18:31:38 Login Succeeded 18:31:38 nexus3.edgexfoundry.org:10004 18:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:39 Configure a credential helper to remove this warning. See 18:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:39 18:31:39 Login Succeeded 18:31:39 docker.io 18:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:39 Configure a credential helper to remove this warning. See 18:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:39 18:31:39 Login Succeeded 18:31:39 ---> docker-login.sh ends [Pipeline] } 18:31:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:39 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 18:31:39 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:31:39 latest 18:31:39 1.3.2-dev.2 18:31:39 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 18:31:39 master 18:31:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:40 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f [Pipeline] isUnix [Pipeline] sh 18:31:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:31:40 62edfd479132: Preparing 18:31:40 ba4fef497c78: Preparing 18:31:40 00868d0306e9: Preparing 18:31:40 33e8713114f8: Preparing 18:31:40 33e8713114f8: Layer already exists 18:31:40 62edfd479132: Pushed 18:31:41 ba4fef497c78: Pushed 18:31:41 00868d0306e9: Pushed 18:31:42 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f: digest: sha256:e40d8044281b164f481250de83932d9ae9c2107014df857ff2253b701dd59422 size: 1155 [Pipeline] isUnix [Pipeline] sh 18:31:42 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 18:31:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 18:31:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:31:42 62edfd479132: Preparing 18:31:42 ba4fef497c78: Preparing 18:31:42 00868d0306e9: Preparing 18:31:42 33e8713114f8: Preparing 18:31:42 33e8713114f8: Layer already exists 18:31:42 00868d0306e9: Layer already exists 18:31:42 62edfd479132: Layer already exists 18:31:42 ba4fef497c78: Layer already exists 18:31:42 latest: digest: sha256:e40d8044281b164f481250de83932d9ae9c2107014df857ff2253b701dd59422 size: 1155 [Pipeline] isUnix [Pipeline] sh 18:31:43 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 18:31:43 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.2 18:31:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:31:43 62edfd479132: Preparing 18:31:43 ba4fef497c78: Preparing 18:31:43 00868d0306e9: Preparing 18:31:43 33e8713114f8: Preparing 18:31:43 ba4fef497c78: Layer already exists 18:31:43 00868d0306e9: Layer already exists 18:31:43 62edfd479132: Layer already exists 18:31:43 33e8713114f8: Layer already exists 18:31:43 1.3.2-dev.2: digest: sha256:e40d8044281b164f481250de83932d9ae9c2107014df857ff2253b701dd59422 size: 1155 [Pipeline] isUnix [Pipeline] sh 18:31:43 gofmt -l . 18:31:43 [ "`gofmt -l .`" = "" ] 18:31:43 ./bin/test-attribution-txt.sh 18:31:43 ./bin/test-go-mod-tidy.sh 18:31:44 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 18:31:44 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 18:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:31:44 62edfd479132: Preparing 18:31:44 ba4fef497c78: Preparing 18:31:44 00868d0306e9: Preparing 18:31:44 33e8713114f8: Preparing 18:31:44 33e8713114f8: Layer already exists 18:31:44 00868d0306e9: Layer already exists 18:31:44 62edfd479132: Layer already exists 18:31:44 ba4fef497c78: Layer already exists 18:31:44 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2: digest: sha256:e40d8044281b164f481250de83932d9ae9c2107014df857ff2253b701dd59422 size: 1155 [Pipeline] isUnix [Pipeline] sh [Pipeline] } 18:31:44 $ docker stop --time=1 406107468c23a6634604db4d6b0a0508f8dc38143cb794a64739634352964a15 18:31:44 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 18:31:46 $ docker rm -f 406107468c23a6634604db4d6b0a0508f8dc38143cb794a64739634352964a15 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:31:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:31:47 Warning: overwriting stash ‘coverage-report’ 18:31:47 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 18:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:31:47 62edfd479132: Preparing 18:31:47 ba4fef497c78: Preparing 18:31:47 00868d0306e9: Preparing 18:31:47 33e8713114f8: Preparing 18:31:47 62edfd479132: Layer already exists 18:31:47 ba4fef497c78: Layer already exists 18:31:47 00868d0306e9: Layer already exists 18:31:47 33e8713114f8: Layer already exists 18:31:47 master: digest: sha256:e40d8044281b164f481250de83932d9ae9c2107014df857ff2253b701dd59422 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:47 ===================================================== [Pipeline] echo 18:31:47 taggedImages: 18:31:47 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:31:47 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 18:31:47 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.2 18:31:47 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 18:31:47 - 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 18:31:48 Stashed 1 file(s) [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 18:31:48 ---> job-cost.sh 18:31:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-07EG [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:31:49 + ls -al . 18:31:49 total 152 18:31:49 drwxrwxr-x 7 jenkins jenkins 4096 Mar 18 18:31 . 18:31:49 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 18:29 .. 18:31:49 drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 18:29 .git 18:31:49 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 18:29 .github 18:31:49 -rw-rw-r-- 1 jenkins jenkins 258 Mar 18 18:29 .gitignore 18:31:49 -rw-rw-r-- 1 jenkins jenkins 7136 Mar 18 18:29 Attribution.txt 18:31:49 -rw-rw-r-- 1 jenkins jenkins 1851 Mar 18 18:29 Dockerfile 18:31:49 -rw-rw-r-- 1 jenkins jenkins 961 Mar 18 18:29 Dockerfile.build 18:31:49 -rw-rw-r-- 1 jenkins jenkins 660 Mar 18 18:29 Jenkinsfile 18:31:49 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 18 18:29 LICENSE 18:31:49 -rw-rw-r-- 1 jenkins jenkins 873 Mar 18 18:29 Makefile 18:31:49 -rw-rw-r-- 1 jenkins jenkins 918 Mar 18 18:29 README.md 18:31:49 -rw-rw-r-- 1 jenkins jenkins 11 Mar 18 18:27 VERSION 18:31:49 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 18:29 bin 18:31:49 drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 18:29 cmd 18:31:49 -rw-r--r-- 1 jenkins jenkins 47247 Mar 18 18:31 coverage.out 18:31:49 -rw-r--r-- 1 jenkins jenkins 809 Mar 18 18:31 go.mod 18:31:49 -rw-r--r-- 1 jenkins jenkins 20118 Mar 18 18:31 go.sum 18:31:49 drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 18:29 internal 18:31:49 -rw-rw-r-- 1 jenkins jenkins 235 Mar 18 18:29 version.go [Pipeline] isUnix [Pipeline] sh 18:31: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=aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f --label arch=arm64 --label version=1.3.2-dev.2 . 18:31:50 Sending build context to Docker daemon 541.2kB 18:31:50 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 18:31:50 Step 2/22 : FROM ${BASE} AS builder 18:31:50 ---> 623e71e9614d 18:31:50 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 18:31:50 ---> Running in 665c0b9de887 18:31:51 Removing intermediate container 665c0b9de887 18:31:51 ---> 9e14a518965a 18:31:51 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 18:31:51 ---> Running in 8af3bacf7ebe 18:31:51 Removing intermediate container 8af3bacf7ebe 18:31:51 ---> ffe330e05e52 18:31:51 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 18:31:51 ---> Running in d3ffcd378734 18:31:51 Removing intermediate container d3ffcd378734 18:31:51 ---> 263b6c1f8b66 18:31:51 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:52 ---> Running in d1f1f4931606 18:31:54 Removing intermediate container d1f1f4931606 18:31:54 ---> c44b83e9d0c7 18:31:54 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:31:54 ---> Running in d11190d90887 18:31:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:00 OK: 221 MiB in 53 packages 18:32:01 Removing intermediate container d11190d90887 18:32:01 ---> 734fcd719800 18:32:01 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 18:32:01 ---> Running in f101cb9f2704 18:32:01 Removing intermediate container f101cb9f2704 18:32:01 ---> 68b9cdd761b2 18:32:01 Step 9/22 : COPY . . 18:32:02 ---> 58c08b496552 18:32:02 Step 10/22 : ARG MAKE='make build' 18:32:02 ---> Running in eaf568303618 18:32:03 Removing intermediate container eaf568303618 18:32:03 ---> 1e4902774e79 18:32:03 Step 11/22 : RUN $MAKE 18:32:03 ---> Running in 1086e3dbe771 18:32:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.2" -o cmd/device-virtual ./cmd 18:32:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:32:34 lf-activate-venv(): INFO: Adding /tmp/venv-07EG/bin to PATH 18:32:34 INFO: No Stack... 18:32:34 INFO: Retrieving Pricing Info for: v1-standard-2 18:32:34 INFO: Archiving Costs [Pipeline] sh 18:32:34 + cut -d, -f6 18:32:34 + cat /w/workspace/device-virtual-go/41/archives/cost.csv [Pipeline] lock 18:32:34 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-41-stack-cost] 18:32:34 Resource [jenkins-edgexfoundry-device-virtual-go-master-41-stack-cost] did not exist. Created. 18:32:34 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:32:35 + echo total: 0.029999999329447746 [Pipeline] stash 18:32:35 Stashed 1 file(s) [Pipeline] } 18:32:35 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:32:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:32:45 Removing intermediate container 1086e3dbe771 18:32:45 ---> eb10fd2f8cb8 18:32:45 Step 12/22 : FROM alpine:3.12 18:32:45 3.12: Pulling from library/alpine 18:32:45 dce8679b510e: Pulling fs layer 18:32:45 dce8679b510e: Verifying Checksum 18:32:45 dce8679b510e: Download complete 18:32:45 dce8679b510e: Pull complete 18:32:45 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:32:45 Status: Downloaded newer image for alpine:3.12 18:32:45 ---> d10569e2745f 18:32:45 Step 13/22 : ENV APP_PORT=49990 18:32:46 ---> Running in 8fbc0f04e961 18:32:46 Removing intermediate container 8fbc0f04e961 18:32:46 ---> 599b936b3fbb 18:32:46 Step 14/22 : EXPOSE $APP_PORT 18:32:46 ---> Running in afb647998c76 18:32:47 Removing intermediate container afb647998c76 18:32:47 ---> e788eb8455f9 18:32:47 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 18:32:48 ---> b3fe24d78f79 18:32:48 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 18:32:49 ---> 5eaa218861be 18:32:49 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 18:32:49 ---> b373adba3617 18:32:49 Step 18/22 : ENTRYPOINT ["/device-virtual"] 18:32:49 ---> Running in b208c3fe2f58 18:32:50 Removing intermediate container b208c3fe2f58 18:32:50 ---> 81c56f6d5131 18:32:50 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:32:50 ---> Running in 415e908036af 18:32:50 Removing intermediate container 415e908036af 18:32:50 ---> d08a19b52fdb 18:32:50 Step 20/22 : LABEL arch=arm64 18:32:50 ---> Running in c0b993bb7dd8 18:32:51 Removing intermediate container c0b993bb7dd8 18:32:51 ---> 4a355c6744d7 18:32:51 Step 21/22 : LABEL git_sha=aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:32:51 ---> Running in eacb2f81d825 18:32:51 Removing intermediate container eacb2f81d825 18:32:51 ---> 26d11c02bb69 18:32:51 Step 22/22 : LABEL version=1.3.2-dev.2 18:32:52 ---> Running in 78db82387db0 18:32:52 Removing intermediate container 78db82387db0 18:32:52 ---> fb79d086c3d0 18:32:52 [Warning] One or more build-args [ARCH] were not consumed 18:32:52 Successfully built fb79d086c3d0 18:32:52 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 18:32:53 provisioning config files... 18:32:53 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/41@tmp/config2561555692882042984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:53 ---> docker-login.sh 18:32:53 nexus3.edgexfoundry.org:10001 18:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:54 Configure a credential helper to remove this warning. See 18:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:54 18:32:54 Login Succeeded 18:32:54 nexus3.edgexfoundry.org:10002 18:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:54 Configure a credential helper to remove this warning. See 18:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:54 18:32:54 Login Succeeded 18:32:54 nexus3.edgexfoundry.org:10003 18:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:55 Configure a credential helper to remove this warning. See 18:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:55 18:32:55 Login Succeeded 18:32:55 nexus3.edgexfoundry.org:10004 18:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:55 Configure a credential helper to remove this warning. See 18:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:55 18:32:55 Login Succeeded 18:32:55 docker.io 18:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:56 Configure a credential helper to remove this warning. See 18:32:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:56 18:32:56 Login Succeeded 18:32:56 ---> docker-login.sh ends [Pipeline] } 18:32:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:56 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 18:32:56 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:32:56 latest 18:32:56 1.3.2-dev.2 18:32:56 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 18:32:56 master 18:32:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:57 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f [Pipeline] isUnix [Pipeline] sh 18:32:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:32:57 6ae17dad2920: Preparing 18:32:57 3f1a7ea359d7: Preparing 18:32:57 c8ed60dc71d4: Preparing 18:32:57 02a88cfff88f: Preparing 18:32:57 02a88cfff88f: Layer already exists 18:32:57 6ae17dad2920: Pushed 18:32:57 3f1a7ea359d7: Pushed 18:33:01 c8ed60dc71d4: Pushed 18:33:01 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f: digest: sha256:3b03ece84aeda9121b09002c0d094e0897eb72318d0aebd2ddfab1a7088d67ad size: 1155 [Pipeline] isUnix [Pipeline] sh 18:33:01 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:33:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 18:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:33:02 6ae17dad2920: Preparing 18:33:02 3f1a7ea359d7: Preparing 18:33:02 c8ed60dc71d4: Preparing 18:33:02 02a88cfff88f: Preparing 18:33:02 6ae17dad2920: Layer already exists 18:33:02 c8ed60dc71d4: Layer already exists 18:33:02 02a88cfff88f: Layer already exists 18:33:02 3f1a7ea359d7: Layer already exists 18:33:02 latest: digest: sha256:3b03ece84aeda9121b09002c0d094e0897eb72318d0aebd2ddfab1a7088d67ad size: 1155 [Pipeline] isUnix [Pipeline] sh 18:33:02 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 18:33:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.2 18:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:33:02 6ae17dad2920: Preparing 18:33:02 3f1a7ea359d7: Preparing 18:33:02 c8ed60dc71d4: Preparing 18:33:02 02a88cfff88f: Preparing 18:33:02 02a88cfff88f: Layer already exists 18:33:02 c8ed60dc71d4: Layer already exists 18:33:02 6ae17dad2920: Layer already exists 18:33:02 3f1a7ea359d7: Layer already exists 18:33:03 1.3.2-dev.2: digest: sha256:3b03ece84aeda9121b09002c0d094e0897eb72318d0aebd2ddfab1a7088d67ad size: 1155 [Pipeline] isUnix [Pipeline] sh 18:33:03 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 18:33:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 18:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:33:03 6ae17dad2920: Preparing 18:33:03 3f1a7ea359d7: Preparing 18:33:03 c8ed60dc71d4: Preparing 18:33:03 02a88cfff88f: Preparing 18:33:03 c8ed60dc71d4: Layer already exists 18:33:03 6ae17dad2920: Layer already exists 18:33:03 3f1a7ea359d7: Layer already exists 18:33:03 02a88cfff88f: Layer already exists 18:33:04 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2: digest: sha256:3b03ece84aeda9121b09002c0d094e0897eb72318d0aebd2ddfab1a7088d67ad size: 1155 [Pipeline] isUnix [Pipeline] sh 18:33:04 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:33:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 18:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:33:04 6ae17dad2920: Preparing 18:33:04 3f1a7ea359d7: Preparing 18:33:04 c8ed60dc71d4: Preparing 18:33:04 02a88cfff88f: Preparing 18:33:04 6ae17dad2920: Layer already exists 18:33:04 c8ed60dc71d4: Layer already exists 18:33:04 3f1a7ea359d7: Layer already exists 18:33:04 02a88cfff88f: Layer already exists 18:33:05 master: digest: sha256:3b03ece84aeda9121b09002c0d094e0897eb72318d0aebd2ddfab1a7088d67ad size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:33:05 ===================================================== [Pipeline] echo 18:33:05 taggedImages: 18:33:05 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f 18:33:05 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 18:33:05 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.2 18:33:05 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f-1.3.2-dev.2 18:33:05 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:33:06 ---> job-cost.sh 18:33:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6Bqj 18:33:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:35:36 lf-activate-venv(): INFO: Adding /tmp/venv-6Bqj/bin to PATH 18:35:36 INFO: No Stack... 18:35:36 INFO: Retrieving Pricing Info for: lf-standard-4 18:35:36 INFO: Archiving Costs [Pipeline] sh 18:35:37 + + catcut /w/workspace/device-virtual-go/41/archives/cost.csv -d, 18:35:37 -f6 [Pipeline] lock 18:35:37 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-41-stack-cost] 18:35:37 Resource [jenkins-edgexfoundry-device-virtual-go-master-41-stack-cost] did not exist. Created. 18:35:37 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:35:37 /w/workspace/device-virtual-go/41@tmp/durable-3fe31ce6/script.sh: 1: /w/workspace/device-virtual-go/41@tmp/durable-3fe31ce6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:35:38 + echo total: 0.20999999344348907 [Pipeline] stash 18:35:38 Warning: overwriting stash ‘stack-cost’ 18:35:38 Stashed 1 file(s) [Pipeline] } 18:35:38 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-41-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 18:35:39 provisioning config files... 18:35:39 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3617227123472638949tmp [Pipeline] { [Pipeline] sh 18:35:39 + set +x 18:35:39 + curl -s https://codecov.io/bash 18:35:39 + bash -s -- 18:35:39 18:35:39 _____ _ 18:35:39 / ____| | | 18:35:39 | | ___ __| | ___ ___ _____ __ 18:35:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:35:39 | |___| (_) | (_| | __/ (_| (_) \ V / 18:35:39 \_____\___/ \__,_|\___|\___\___/ \_/ 18:35:39 Bash-20210309-2b87ace 18:35:39 18:35:39 18:35:39 ==> git version 2.24.3 found 18:35:39 ==> 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 18:35:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:35:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:35:39 ==> Jenkins CI detected. 18:35:40 project root: . 18:35:40 --> token set from env 18:35:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:35:40 ==> Running gcov in . (disable via -X gcov) 18:35:40 ==> Python coveragepy not found 18:35:40 ==> Searching for coverage reports in: 18:35:40 + . 18:35:40 -> Found 1 reports 18:35:40 ==> Detecting git/mercurial file structure 18:35:40 ==> Reading reports 18:35:40 + ./coverage.out bytes=47247 18:35:40 ==> Appending adjustments 18:35:40 https://docs.codecov.io/docs/fixing-reports 18:35:40 + Found adjustments 18:35:40 ==> Gzipping contents 18:35:40 8.0K /tmp/codecov.rL75wy.gz 18:35:40 ==> Uploading reports 18:35:40 url: https://codecov.io 18:35:40 query: branch=master&commit=aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:35:40 -> Pinging Codecov 18:35:40 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:35:40 -> Uploading to 18:35:40 https://storage.googleapis.com/codecov/v4/raw/2021-03-18/5E52B4B073DB2E39498172D8E973AA87/aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f/a03650fc-3a5e-4722-a1b2-e4f847f802c3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T183540Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1eec6e077b4e9b651fe2cdf1dbfeee19701b73850b7c2966a8bd3e3f91f4d08d 18:35:40 % Total % Received % Xferd Average Speed Time Time Time Current 18:35:40 Dload Upload Total Spent Left Speed 18:35:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5767 0 0 100 5767 0 14286 --:--:-- --:--:-- --:--:-- 14274 18:35:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f [Pipeline] } 18:35:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:35:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:35:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:35:42 18:35:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:35:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:35:42 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:35:42 188c0c94c7c5: Pulling fs layer 18:35:42 0ef7d3d256c8: Pulling fs layer 18:35:42 de9db76c5a1d: Pulling fs layer 18:35:42 0eba1c9be4d2: Pulling fs layer 18:35:42 0d57e429df01: Pulling fs layer 18:35:42 4e4be7b47b0d: Pulling fs layer 18:35:42 e1f770b5df2f: Pulling fs layer 18:35:42 85a0685a4137: Pulling fs layer 18:35:42 0d57e429df01: Waiting 18:35:42 4e4be7b47b0d: Waiting 18:35:42 e1f770b5df2f: Waiting 18:35:42 85a0685a4137: Waiting 18:35:42 0eba1c9be4d2: Waiting 18:35:42 de9db76c5a1d: Verifying Checksum 18:35:42 de9db76c5a1d: Download complete 18:35:42 0ef7d3d256c8: Verifying Checksum 18:35:42 0ef7d3d256c8: Download complete 18:35:42 0d57e429df01: Verifying Checksum 18:35:42 0d57e429df01: Download complete 18:35:42 4e4be7b47b0d: Verifying Checksum 18:35:42 4e4be7b47b0d: Download complete 18:35:42 188c0c94c7c5: Verifying Checksum 18:35:42 188c0c94c7c5: Download complete 18:35:43 188c0c94c7c5: Pull complete 18:35:43 0ef7d3d256c8: Pull complete 18:35:43 de9db76c5a1d: Pull complete 18:35:44 e1f770b5df2f: Verifying Checksum 18:35:44 e1f770b5df2f: Download complete 18:35:47 0eba1c9be4d2: Verifying Checksum 18:35:47 0eba1c9be4d2: Download complete 18:35:47 85a0685a4137: Verifying Checksum 18:35:47 85a0685a4137: Download complete 18:35:53 0eba1c9be4d2: Pull complete 18:35:53 0d57e429df01: Pull complete 18:35:53 4e4be7b47b0d: Pull complete 18:35:55 e1f770b5df2f: Pull complete 18:36:02 85a0685a4137: Pull complete 18:36:02 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:36:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:36:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:36:02 prd-centos7-docker-4c-2g-30320 does not seem to be running inside a container 18:36:02 $ 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 18:36:03 $ docker top 9a5983d10a053f94a865003f15bcd27c8f420f794a39dfa437440b7c91ca03c0 -eo pid,comm [Pipeline] { [Pipeline] echo 18:36:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:36:04 + set -o pipefail 18:36:04 + snyk monitor '--org=edgex-jenkins' 18:36:22 18:36:22 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 18:36:22 18:36:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/cdf2b0b6-0ef5-426e-998c-ac9cf753d7e5 18:36:22 18:36:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:36:22 18:36:22 [Pipeline] } 18:36:22 $ docker stop --time=1 9a5983d10a053f94a865003f15bcd27c8f420f794a39dfa437440b7c91ca03c0 18:36:25 $ docker rm -f 9a5983d10a053f94a865003f15bcd27c8f420f794a39dfa437440b7c91ca03c0 [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 18:36:27 + git log --format=format:%s -1 aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f [Pipeline] isUnix [Pipeline] sh 18:36:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:36:27 . [Pipeline] withDockerContainer 18:36:27 prd-centos7-docker-4c-2g-30320 does not seem to be running inside a container 18:36:27 $ 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 18:36:28 $ docker top 31f305ac12b97c824df0578394c8deebe7fb7871d079d511ea2edf03710f9c32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:36:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:36:28 [ssh-agent] Looking for ssh-agent implementation... 18:36:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:36:28 $ docker exec 31f305ac12b97c824df0578394c8deebe7fb7871d079d511ea2edf03710f9c32 ssh-agent 18:36:29 SSH_AUTH_SOCK=/tmp/ssh-mygTqufF7pvn/agent.11 18:36:29 SSH_AGENT_PID=16 18:36:29 Running ssh-add (command line suppressed) 18:36:29 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7128351027641293680.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7128351027641293680.key) 18:36:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:36:29 + git semver tag 18:36:29 # -> Open(): unable to determine branch for HEAD 18:36:29 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:36:29 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:36:29 # $SEMVER_REMOTE_NAME = origin 18:36:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:36:29 # $SEMVER_USER_NAME = edgex-jenkins 18:36:29 # $SEMVER_BRANCH = master 18:36:29 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 18:36:29 # aba50ff9d9c9c071c178df07c7cde9b31b9fbd7f HEAD 18:36:29 # -> Force: false 18:36:29 # 7ce66488d93c32bfda17a5c6353829ae53bce82c refs/tags/v1.3.2-dev.2 [Pipeline] } 18:36:29 $ docker exec --env ******** --env ******** 31f305ac12b97c824df0578394c8deebe7fb7871d079d511ea2edf03710f9c32 ssh-agent -k 18:36:29 unset SSH_AUTH_SOCK; 18:36:29 unset SSH_AGENT_PID; 18:36:29 echo Agent pid 16 killed; 18:36:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:36:30 + git semver [Pipeline] } 18:36:30 $ docker stop --time=1 31f305ac12b97c824df0578394c8deebe7fb7871d079d511ea2edf03710f9c32 18:36:31 $ docker rm -f 31f305ac12b97c824df0578394c8deebe7fb7871d079d511ea2edf03710f9c32 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:36:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:36:32 18:36:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:36:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:36:32 0.23.1-centos7: Pulling from edgex-lftools 18:36:32 ab5ef0e58194: Pulling fs layer 18:36:32 9712f1f96733: Pulling fs layer 18:36:32 63f879dbbcfc: Pulling fs layer 18:36:32 0d9ebad4ef96: Pulling fs layer 18:36:32 e9a5061849ea: Pulling fs layer 18:36:32 d747dcd14b5f: Pulling fs layer 18:36:32 2de7ff778b66: Pulling fs layer 18:36:32 e9a5061849ea: Waiting 18:36:32 d747dcd14b5f: Waiting 18:36:32 2de7ff778b66: Waiting 18:36:32 0d9ebad4ef96: Waiting 18:36:32 9712f1f96733: Verifying Checksum 18:36:32 9712f1f96733: Download complete 18:36:34 63f879dbbcfc: Verifying Checksum 18:36:34 63f879dbbcfc: Download complete 18:36:34 e9a5061849ea: Download complete 18:36:34 d747dcd14b5f: Download complete 18:36:34 2de7ff778b66: Verifying Checksum 18:36:34 2de7ff778b66: Download complete 18:36:34 0d9ebad4ef96: Verifying Checksum 18:36:34 0d9ebad4ef96: Download complete 18:36:35 ab5ef0e58194: Verifying Checksum 18:36:35 ab5ef0e58194: Download complete 18:36:40 ab5ef0e58194: Pull complete 18:36:40 9712f1f96733: Pull complete 18:36:42 63f879dbbcfc: Pull complete 18:36:48 0d9ebad4ef96: Pull complete 18:36:49 e9a5061849ea: Pull complete 18:36:49 d747dcd14b5f: Pull complete 18:36:51 2de7ff778b66: Pull complete 18:36:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:36:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:36:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:36:51 prd-centos7-docker-4c-2g-30320 does not seem to be running inside a container 18:36:51 $ 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 18:36:55 $ docker top 3d38336248f8e9e9e67637380cf0cc51abdbed378a2645ec9bc9ef2401bdb75a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:36:55 provisioning config files... 18:36:55 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6544354913512339005tmp 18:36:55 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8819030878906255238tmp 18:36:55 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8351276060568565535tmp [Pipeline] { [Pipeline] echo 18:36:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:36:56 ---> sigul-configuration.sh 18:36:56 gpg: directory `/root/.gnupg' created 18:36:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:36:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:36:56 gpg: keyring `/root/.gnupg/secring.gpg' created 18:36:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:36:56 gpg: CAST5 encrypted data 18:36:56 gpg: encrypted with 1 passphrase 18:36:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:36:56 + mkdir /home/jenkins 18:36:56 + mkdir /home/jenkins/sigul [Pipeline] sh 18:36:56 + 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 18:36:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:36:57 ---> sigul-install.sh 18:37:03 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:37:04 + git tag --list 18:37:04 v1.0.0 18:37:04 v1.1.0 18:37:04 v1.1.1 18:37:04 v1.2.1 18:37:04 v1.2.2 18:37:04 v1.2.3 18:37:04 v1.3.0 18:37:04 v1.3.1 18:37:04 v1.3.1-dev.1 18:37:04 v1.3.1-dev.2 18:37:04 v1.3.1-dev.3 18:37:04 v1.3.1-dev.4 18:37:04 v1.3.1-dev.5 18:37:04 v1.3.2-dev.1 18:37:04 v1.3.2-dev.2 [Pipeline] sh 18:37:04 + lftools sign git-tag v1.3.2-dev.2 18:37:05 Signing Git tag with Sigul... 18:37:05 Signing v1.3.2-dev.2 [Pipeline] echo 18:37:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:37:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:37:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:37:07 $ docker stop --time=1 3d38336248f8e9e9e67637380cf0cc51abdbed378a2645ec9bc9ef2401bdb75a 18:37:09 $ docker rm -f 3d38336248f8e9e9e67637380cf0cc51abdbed378a2645ec9bc9ef2401bdb75a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:37:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:37:10 . [Pipeline] withDockerContainer 18:37:10 prd-centos7-docker-4c-2g-30320 does not seem to be running inside a container 18:37:10 $ 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 18:37:10 $ docker top ba40b3104488d81205f7b773141afbbc43c579360fdc6f3a1b4e8fc77e416b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:37:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:11 [ssh-agent] Looking for ssh-agent implementation... 18:37:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:11 $ docker exec ba40b3104488d81205f7b773141afbbc43c579360fdc6f3a1b4e8fc77e416b91 ssh-agent 18:37:11 SSH_AUTH_SOCK=/tmp/ssh-ww6DgESGsUOi/agent.11 18:37:11 SSH_AGENT_PID=16 18:37:11 Running ssh-add (command line suppressed) 18:37:11 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6020403752131418765.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6020403752131418765.key) 18:37:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:12 + git semver bump pre 18:37:12 # -> Open(): unable to determine branch for HEAD 18:37:12 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:37:12 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:37:12 # $SEMVER_REMOTE_NAME = origin 18:37:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:37:12 # $SEMVER_USER_NAME = edgex-jenkins 18:37:12 # $SEMVER_BRANCH = master 18:37:12 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 18:37:12 1.3.2-dev.3 [Pipeline] } 18:37:12 $ docker exec --env ******** --env ******** ba40b3104488d81205f7b773141afbbc43c579360fdc6f3a1b4e8fc77e416b91 ssh-agent -k 18:37:12 unset SSH_AUTH_SOCK; 18:37:12 unset SSH_AGENT_PID; 18:37:12 echo Agent pid 16 killed; 18:37:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:37:12 + git semver [Pipeline] } 18:37:12 $ docker stop --time=1 ba40b3104488d81205f7b773141afbbc43c579360fdc6f3a1b4e8fc77e416b91 18:37:14 $ docker rm -f ba40b3104488d81205f7b773141afbbc43c579360fdc6f3a1b4e8fc77e416b91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:37:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:37:14 . [Pipeline] withDockerContainer 18:37:14 prd-centos7-docker-4c-2g-30320 does not seem to be running inside a container 18:37:14 $ 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 18:37:15 $ docker top 38f56d2515e4b181db41539b689bed31baa5e9f87ae7fac8081b217b175ea01c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:37:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:16 [ssh-agent] Looking for ssh-agent implementation... 18:37:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:16 $ docker exec 38f56d2515e4b181db41539b689bed31baa5e9f87ae7fac8081b217b175ea01c ssh-agent 18:37:16 SSH_AUTH_SOCK=/tmp/ssh-p34cpv5gmgLV/agent.12 18:37:16 SSH_AGENT_PID=18 18:37:16 Running ssh-add (command line suppressed) 18:37:16 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1523071152732021673.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1523071152732021673.key) 18:37:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:17 + git semver push 18:37:17 # -> Open(): unable to determine branch for HEAD 18:37:17 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:37:17 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:37:17 # $SEMVER_REMOTE_NAME = origin 18:37:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:37:17 # $SEMVER_USER_NAME = edgex-jenkins 18:37:17 # $SEMVER_BRANCH = master 18:37:17 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 18:37:21 $ docker exec --env ******** --env ******** 38f56d2515e4b181db41539b689bed31baa5e9f87ae7fac8081b217b175ea01c ssh-agent -k 18:37:21 unset SSH_AUTH_SOCK; 18:37:21 unset SSH_AGENT_PID; 18:37:21 echo Agent pid 18 killed; 18:37:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:37:22 + git semver [Pipeline] } 18:37:22 $ docker stop --time=1 38f56d2515e4b181db41539b689bed31baa5e9f87ae7fac8081b217b175ea01c 18:37:23 $ docker rm -f 38f56d2515e4b181db41539b689bed31baa5e9f87ae7fac8081b217b175ea01c [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 18:37:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:37:25 ---> package-listing.sh 18:37:25 ++ facter osfamily 18:37:25 ++ tr '[:upper:]' '[:lower:]' 18:37:25 + OS_FAMILY=redhat 18:37:25 + workspace=/w/workspace/foundry_device-virtual-go_master 18:37:25 + START_PACKAGES=/tmp/packages_start.txt 18:37:25 + END_PACKAGES=/tmp/packages_end.txt 18:37:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:37:25 + PACKAGES=/tmp/packages_start.txt 18:37:25 + '[' /w/workspace/foundry_device-virtual-go_master ']' 18:37:25 + PACKAGES=/tmp/packages_end.txt 18:37:25 + case "${OS_FAMILY}" in 18:37:25 + rpm -qa 18:37:25 + sort 18:37:31 + '[' -f /tmp/packages_start.txt ']' 18:37:31 + '[' -f /tmp/packages_end.txt ']' 18:37:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:37:31 + '[' /w/workspace/foundry_device-virtual-go_master ']' 18:37:31 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 18:37:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 18:37:31 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 18:37:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:37:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:37:31 18:37:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:37:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:37:32 alpine: Pulling from edgex-lftools-log-publisher 18:37:32 df20fa9351a1: Pulling fs layer 18:37:32 36b3adc4ff6f: Pulling fs layer 18:37:32 8ad3a11d3b57: Pulling fs layer 18:37:32 46f8f816bc3b: Pulling fs layer 18:37:32 93b61091891f: Pulling fs layer 18:37:32 93b9cdb0e59b: Pulling fs layer 18:37:32 5e14af77c1be: Pulling fs layer 18:37:32 01666e4c0597: Pulling fs layer 18:37:32 aa168da1d23b: Pulling fs layer 18:37:32 93b9cdb0e59b: Waiting 18:37:32 5e14af77c1be: Waiting 18:37:32 01666e4c0597: Waiting 18:37:32 aa168da1d23b: Waiting 18:37:32 46f8f816bc3b: Waiting 18:37:32 93b61091891f: Waiting 18:37:32 36b3adc4ff6f: Verifying Checksum 18:37:32 36b3adc4ff6f: Download complete 18:37:32 46f8f816bc3b: Verifying Checksum 18:37:32 46f8f816bc3b: Download complete 18:37:32 df20fa9351a1: Verifying Checksum 18:37:32 df20fa9351a1: Download complete 18:37:32 93b61091891f: Verifying Checksum 18:37:32 93b61091891f: Download complete 18:37:32 93b9cdb0e59b: Verifying Checksum 18:37:32 93b9cdb0e59b: Download complete 18:37:32 5e14af77c1be: Verifying Checksum 18:37:32 5e14af77c1be: Download complete 18:37:32 01666e4c0597: Verifying Checksum 18:37:32 01666e4c0597: Download complete 18:37:32 8ad3a11d3b57: Verifying Checksum 18:37:32 8ad3a11d3b57: Download complete 18:37:32 df20fa9351a1: Pull complete 18:37:33 36b3adc4ff6f: Pull complete 18:37:34 8ad3a11d3b57: Pull complete 18:37:34 aa168da1d23b: Download complete 18:37:34 46f8f816bc3b: Pull complete 18:37:35 93b61091891f: Pull complete 18:37:35 93b9cdb0e59b: Pull complete 18:37:35 5e14af77c1be: Pull complete 18:37:35 01666e4c0597: Pull complete 18:37:43 aa168da1d23b: Pull complete 18:37:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:37:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:37:43 prd-centos7-docker-4c-2g-30320 does not seem to be running inside a container 18:37:43 $ 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 18:37:46 $ docker top 0c49ade7e9a3fd7af73cd423854edcb0206cfc0d7e5ab4adc6333565fc788e64 -eo pid,comm [Pipeline] { [Pipeline] sh 18:37:47 + touch /tmp/pre-build-complete [Pipeline] sh 18:37:47 + mkdir -p /var/log/sa [Pipeline] sh 18:37:47 + ls /var/log/sa-host 18:37:47 + sadf -c /var/log/sa-host/sa18 18:37:47 file_magic: OK 18:37:47 HZ: Using current value: 100 18:37:47 file_header: OK 18:37:47 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 18:37:47 Statistics: 18:37:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:37:47 File successfully converted to sysstat format version 12.2.1 18:37:47 + sadf -c /var/log/sa-host/sa23 18:37:47 file_magic: OK 18:37:47 HZ: Using current value: 100 18:37:47 file_header: OK 18:37:47 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 18:37:47 Statistics: 18:37:47 Hnuu...uuuununununu... 18:37:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:37:48 provisioning config files... 18:37:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1113271711043648198tmp [Pipeline] { [Pipeline] echo 18:37:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:37:48 ---> create-netrc.sh [Pipeline] } 18:37:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:37:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:37:49 ---> python-tools-install.sh [Pipeline] echo 18:37:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:37:49 ---> sudo-logs.sh 18:37:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:37:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:37:50 ---> job-cost.sh 18:37:50 lf-activate-venv: SKIPPING 18:37:50 DEBUG: total: 0.20999999344348907 18:37:50 INFO: Retrieving Stack Cost... 18:37:51 INFO: Retrieving Pricing Info for: v1-standard-2 18:37:51 INFO: Archiving Costs [Pipeline] echo 18:37:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:37:51 ---> logs-deploy.sh 18:37:51 lf-activate-venv: SKIPPING 18:37:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/41 18:37:51 INFO: archiving workspace using pattern(s): 18:37:53 Archives upload complete. 18:37:53 INFO: archiving logs to Nexus 18:37:54 ---> uname -a: 18:37:54 Linux prd-centos7-docker-4c-2g-30320.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:37:54 18:37:54 18:37:54 ---> lscpu: 18:37:54 Architecture: x86_64 18:37:54 CPU op-mode(s): 32-bit, 64-bit 18:37:54 Byte Order: Little Endian 18:37:54 Address sizes: 40 bits physical, 48 bits virtual 18:37:54 CPU(s): 4 18:37:54 On-line CPU(s) list: 0-3 18:37:54 Thread(s) per core: 1 18:37:54 Core(s) per socket: 1 18:37:54 Socket(s): 4 18:37:54 NUMA node(s): 1 18:37:54 Vendor ID: GenuineIntel 18:37:54 CPU family: 6 18:37:54 Model: 44 18:37:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:37:54 Stepping: 1 18:37:54 CPU MHz: 2933.438 18:37:54 BogoMIPS: 5866.87 18:37:54 Virtualization: VT-x 18:37:54 Hypervisor vendor: KVM 18:37:54 Virtualization type: full 18:37:54 L1d cache: 128 KiB 18:37:54 L1i cache: 128 KiB 18:37:54 L2 cache: 16 MiB 18:37:54 L3 cache: 64 MiB 18:37:54 NUMA node0 CPU(s): 0-3 18:37:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:37:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:37:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:37:54 Vulnerability Meltdown: Mitigation; PTI 18:37:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:37:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:37:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:37:54 Vulnerability Srbds: Not affected 18:37:54 Vulnerability Tsx async abort: Not affected 18:37:54 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 18:37:54 18:37:54 18:37:54 ---> nproc: 18:37:54 4 18:37:54 18:37:54 18:37:54 ---> df -h: 18:37:54 Filesystem Size Used Available Use% Mounted on 18:37:54 overlay 50.0G 8.5G 41.4G 17% / 18:37:54 tmpfs 64.0M 0 64.0M 0% /dev 18:37:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:37:54 shm 64.0M 0 64.0M 0% /dev/shm 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 18:37:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:37:54 18:37:54 18:37:54 ---> free -m: 18:37:54 total used free shared buff/cache available 18:37:54 Mem: 1837 828 140 0 868 943 18:37:54 Swap: 1023 2 1021 18:37:54 18:37:54 18:37:54 ---> ip addr: 18:37:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:37:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:37:54 inet 127.0.0.1/8 scope host lo 18:37:54 valid_lft forever preferred_lft forever 18:37:54 inet6 ::1/128 scope host 18:37:54 valid_lft forever preferred_lft forever 18:37:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:37:54 link/ether fa:16:3e:97:88:c9 brd ff:ff:ff:ff:ff:ff 18:37:54 inet 10.30.122.218/23 brd 10.30.123.255 scope global dynamic eth0 18:37:54 valid_lft 85704sec preferred_lft 85704sec 18:37:54 inet6 fe80::f816:3eff:fe97:88c9/64 scope link 18:37:54 valid_lft forever preferred_lft forever 18:37:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:37:54 link/ether 02:42:88:e3:01:c9 brd ff:ff:ff:ff:ff:ff 18:37:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:37:54 valid_lft forever preferred_lft forever 18:37:54 inet6 fe80::42:88ff:fee3:1c9/64 scope link 18:37:54 valid_lft forever preferred_lft forever 18:37:54 18:37:54 18:37:54 ---> sar -b -r -n DEV: 18:37:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 18:37:54 18:37:54 18:26:08 LINUX RESTART (4 CPU) 18:37:54 18:37:54 18:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:37:54 18:28:01 23.55 5.90 17.65 0.00 1660.62 2939.55 0.00 18:37:54 18:29:01 2.10 0.00 2.10 0.00 0.00 38.16 0.00 18:37:54 18:30:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 18:37:54 18:31:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 18:37:54 18:32:01 0.18 0.00 0.18 0.00 0.00 3.15 0.00 18:37:54 18:33:01 0.37 0.00 0.37 0.00 0.00 4.21 0.00 18:37:54 18:34:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 18:37:54 18:35:01 0.15 0.00 0.15 0.00 0.00 2.03 0.00 18:37:54 18:36:02 189.97 110.01 79.96 0.00 4463.61 30790.49 0.00 18:37:54 18:37:01 287.75 121.69 166.06 0.00 7665.52 36774.57 0.00 18:37:54 Average: 50.13 23.62 26.51 0.00 1369.53 7012.76 0.00 18:37:54 18:37:54 18:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:37:54 18:28:01 162320 0 599916 31.88 2620 1116688 1117340 38.13 436004 1084840 24 18:37:54 18:29:01 168500 0 593732 31.56 2620 1116692 1076936 36.75 432724 1082180 16 18:37:54 18:30:01 166792 0 595432 31.65 2620 1116700 1077020 36.76 433584 1083576 20 18:37:54 18:31:01 166656 0 595568 31.65 2620 1116700 1077044 36.76 443924 1073392 20 18:37:54 18:32:01 163304 0 598912 31.83 2620 1116708 1076948 36.75 445592 1075292 12 18:37:54 18:33:01 163200 0 599012 31.84 2620 1116712 1076960 36.75 452800 1068144 12 18:37:54 18:34:01 163284 0 598924 31.83 2620 1116716 1077124 36.76 453064 1068144 20 18:37:54 18:35:01 163092 0 599112 31.84 2620 1116720 1077172 36.76 453336 1068144 16 18:37:54 18:36:02 230464 0 680948 36.19 2596 967536 1288348 43.97 447220 955172 75276 18:37:54 18:37:01 93264 0 806448 42.86 1492 980340 1280080 43.69 598180 852336 21456 18:37:54 Average: 164088 0 626800 33.31 2505 1088151 1122497 38.31 459643 1041122 9687 18:37:54 18:37:54 18:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:37:54 18:28:01 eth0 67.93 54.94 336.53 26.27 0.00 0.00 0.00 0.00 18:37:54 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:28:01 docker0 2.00 1.57 0.36 3.65 0.00 0.00 0.00 0.00 18:37:54 18:29:01 eth0 2.85 0.35 0.49 0.20 0.00 0.00 0.00 0.00 18:37:54 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:30:01 eth0 4.15 1.05 1.09 0.57 0.00 0.00 0.00 0.00 18:37:54 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:31:01 eth0 5.01 1.13 1.39 0.82 0.00 0.00 0.00 0.00 18:37:54 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:32:01 eth0 1.72 0.73 0.76 0.47 0.00 0.00 0.00 0.00 18:37:54 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:33:01 eth0 1.75 0.30 0.36 0.17 0.00 0.00 0.00 0.00 18:37:54 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:34:01 eth0 3.15 0.62 0.73 0.40 0.00 0.00 0.00 0.00 18:37:54 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:35:01 eth0 1.88 0.40 0.39 0.24 0.00 0.00 0.00 0.00 18:37:54 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:36:02 eth0 466.53 418.48 4076.41 34.12 0.00 0.00 0.00 0.00 18:37:54 18:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:37:01 veth72ff628 30.41 33.60 1.90 228.20 0.00 0.00 0.00 0.00 18:37:54 18:37:01 eth0 504.13 438.32 3735.51 98.17 0.00 0.00 0.00 0.00 18:37:54 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 18:37:01 docker0 74.67 81.34 5.53 448.35 0.00 0.00 0.00 0.00 18:37:54 Average: veth72ff628 3.00 3.31 0.19 22.49 0.00 0.00 0.00 0.00 18:37:54 Average: eth0 105.33 91.13 811.21 16.02 0.00 0.00 0.00 0.00 18:37:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:37:54 Average: docker0 7.56 8.17 0.58 44.56 0.00 0.00 0.00 0.00 18:37:54 18:37:54 18:37:54 ---> sar -P ALL: 18:37:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 18:37:54 18:37:54 18:26:08 LINUX RESTART (4 CPU) 18:37:54 18:37:54 18:27:01 CPU %user %nice %system %iowait %steal %idle 18:37:54 18:28:01 all 2.18 0.00 1.46 0.34 0.03 95.99 18:37:54 18:28:01 0 1.91 0.00 1.54 0.20 0.02 96.33 18:37:54 18:28:01 1 2.44 0.00 1.34 0.08 0.05 96.08 18:37:54 18:28:01 2 2.46 0.00 1.57 0.95 0.05 94.96 18:37:54 18:28:01 3 1.91 0.00 1.37 0.13 0.00 96.59 18:37:54 18:29:01 all 0.16 0.00 0.06 0.00 0.00 99.78 18:37:54 18:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:37:54 18:29:01 1 0.07 0.00 0.08 0.00 0.00 99.85 18:37:54 18:29:01 2 0.10 0.00 0.08 0.00 0.00 99.82 18:37:54 18:29:01 3 0.45 0.00 0.03 0.00 0.00 99.52 18:37:54 18:30:01 all 0.18 0.00 0.04 0.00 0.01 99.77 18:37:54 18:30:01 0 0.07 0.00 0.03 0.00 0.00 99.90 18:37:54 18:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:37:54 18:30:01 2 0.55 0.00 0.07 0.00 0.03 99.35 18:37:54 18:30:01 3 0.07 0.00 0.03 0.00 0.02 99.88 18:37:54 18:31:01 all 0.15 0.00 0.06 0.00 0.03 99.76 18:37:54 18:31:01 0 0.10 0.00 0.05 0.00 0.02 99.83 18:37:54 18:31:01 1 0.03 0.00 0.02 0.00 0.03 99.92 18:37:54 18:31:01 2 0.42 0.00 0.13 0.00 0.00 99.45 18:37:54 18:31:01 3 0.05 0.00 0.03 0.00 0.07 99.85 18:37:54 18:32:01 all 0.16 0.00 0.05 0.00 0.00 99.78 18:37:54 18:32:01 0 0.03 0.00 0.07 0.00 0.00 99.90 18:37:54 18:32:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:37:54 18:32:01 2 0.52 0.00 0.07 0.00 0.02 99.40 18:37:54 18:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:37:54 18:33:01 all 0.15 0.00 0.04 0.00 0.02 99.79 18:37:54 18:33:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:37:54 18:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 18:37:54 18:33:01 2 0.52 0.00 0.05 0.00 0.02 99.42 18:37:54 18:33:01 3 0.05 0.00 0.05 0.00 0.03 99.87 18:37:54 18:34:01 all 0.20 0.00 0.03 0.00 0.01 99.76 18:37:54 18:34:01 0 0.07 0.00 0.05 0.00 0.00 99.88 18:37:54 18:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:37:54 18:34:01 2 0.58 0.00 0.02 0.00 0.00 99.40 18:37:54 18:34:01 3 0.12 0.00 0.03 0.00 0.03 99.82 18:37:54 18:35:01 all 0.15 0.00 0.02 0.00 0.00 99.82 18:37:54 18:35:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:37:54 18:35:01 1 0.05 0.00 0.02 0.00 0.00 99.93 18:37:54 18:35:01 2 0.50 0.00 0.03 0.00 0.00 99.47 18:37:54 18:35:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:37:54 18:36:02 all 7.36 0.00 4.65 0.92 0.12 86.94 18:37:54 18:36:02 0 7.02 0.00 4.73 0.97 0.14 87.15 18:37:54 18:36:02 1 7.33 0.00 4.43 0.56 0.12 87.56 18:37:54 18:36:02 2 7.97 0.00 4.82 0.85 0.12 86.25 18:37:54 18:36:02 3 7.14 0.00 4.64 1.30 0.10 86.82 18:37:54 18:37:01 all 12.11 0.00 8.18 3.79 0.16 75.77 18:37:54 18:37:01 0 11.86 0.00 8.45 1.78 0.14 77.78 18:37:54 18:37:01 1 12.83 0.00 8.17 6.87 0.16 71.97 18:37:54 18:37:01 2 11.72 0.00 7.95 3.45 0.16 76.72 18:37:54 18:37:01 3 12.02 0.00 8.17 3.04 0.17 76.59 18:37:54 Average: all 2.23 0.00 1.43 0.49 0.04 95.81 18:37:54 Average: 0 2.06 0.00 1.46 0.29 0.03 96.16 18:37:54 Average: 1 2.24 0.00 1.39 0.73 0.04 95.61 18:37:54 Average: 2 2.49 0.00 1.45 0.51 0.04 95.51 18:37:54 Average: 3 2.14 0.00 1.41 0.44 0.04 95.97 18:37:54 18:37:54 18:37:54