Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abb441d7d1970f82b841c2bc1ba1938b3ed69869 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-12361 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision abb441d7d1970f82b841c2bc1ba1938b3ed69869 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 Commit message: "Merge pull request #148 from iain-anderson/master" > git rev-list --no-walk 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:55:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:55:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:55:08 ========================================================= 02:55:08 EdgeX Global Pipelines Version Info 02:55:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:55:10 ------------------- 02:55:10 stable info: 02:55:10 ------------------- 02:55:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:55:10 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 02:55:10 Message: update stable to v1.0.162 02:55:10 ------------------- 02:55:10 experimental info: 02:55:10 ------------------- 02:55:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:55:10 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 02:55:10 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:55:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 02:55:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 02:55:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:55:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:55:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:55:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:55:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:55:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:55:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abb441d7d1970f82b841c2bc1ba1938b3ed69869 [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abb441d [Pipeline] echo 02:55:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:55:15 provisioning config files... 02:55:15 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8514457872271554919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:55:15 ---> docker-login.sh 02:55:15 nexus3.edgexfoundry.org:10001 02:55:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:16 Configure a credential helper to remove this warning. See 02:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:16 02:55:16 Login Succeeded 02:55:16 nexus3.edgexfoundry.org:10002 02:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:16 Configure a credential helper to remove this warning. See 02:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:16 02:55:16 Login Succeeded 02:55:16 nexus3.edgexfoundry.org:10003 02:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:16 Configure a credential helper to remove this warning. See 02:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:16 02:55:16 Login Succeeded 02:55:16 nexus3.edgexfoundry.org:10004 02:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:16 Configure a credential helper to remove this warning. See 02:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:16 02:55:16 Login Succeeded 02:55:16 docker.io 02:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:17 Configure a credential helper to remove this warning. See 02:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:17 02:55:17 Login Succeeded 02:55:17 ---> docker-login.sh ends [Pipeline] } 02:55:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:55:18 + git log --format=format:%s -1 abb441d7d1970f82b841c2bc1ba1938b3ed69869 [Pipeline] echo 02:55:18 GIT_COMMIT: abb441d7d1970f82b841c2bc1ba1938b3ed69869, Commit Message: Merge pull request #148 from iain-anderson/master [Pipeline] echo 02:55:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:55:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:19 02:55:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:55:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:19 latest: Pulling from edgex-devops/git-semver 02:55:19 31603596830f: Pulling fs layer 02:55:19 2a8b12db71e7: Pulling fs layer 02:55:19 6ca5941a6612: Pulling fs layer 02:55:19 ecc8261a40a4: Pulling fs layer 02:55:19 ecc8261a40a4: Waiting 02:55:19 2a8b12db71e7: Verifying Checksum 02:55:19 2a8b12db71e7: Download complete 02:55:19 31603596830f: Verifying Checksum 02:55:19 31603596830f: Download complete 02:55:19 6ca5941a6612: Verifying Checksum 02:55:19 6ca5941a6612: Download complete 02:55:19 ecc8261a40a4: Verifying Checksum 02:55:19 ecc8261a40a4: Download complete 02:55:20 31603596830f: Pull complete 02:55:20 2a8b12db71e7: Pull complete 02:55:21 6ca5941a6612: Pull complete 02:55:21 ecc8261a40a4: Pull complete 02:55:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:55:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:55:21 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 02:55:21 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:55:23 $ docker top 1aaf6069fed9ecba29435b7bd7d6008b867dabf61cf417affc7a8feb9c5b975c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:55:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:55:23 [ssh-agent] Looking for ssh-agent implementation... 02:55:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:55:24 $ docker exec 1aaf6069fed9ecba29435b7bd7d6008b867dabf61cf417affc7a8feb9c5b975c ssh-agent 02:55:24 SSH_AUTH_SOCK=/tmp/ssh-KFXxwWNhMHhE/agent.12 02:55:24 SSH_AGENT_PID=17 02:55:24 Running ssh-add (command line suppressed) 02:55:24 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4102492054222579193.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4102492054222579193.key) 02:55:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:55:24 + git tag --points-at HEAD [Pipeline] } 02:55:24 $ docker exec --env ******** --env ******** 1aaf6069fed9ecba29435b7bd7d6008b867dabf61cf417affc7a8feb9c5b975c ssh-agent -k 02:55:25 unset SSH_AUTH_SOCK; 02:55:25 unset SSH_AGENT_PID; 02:55:25 echo Agent pid 17 killed; 02:55:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:55:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:55:25 [ssh-agent] Looking for ssh-agent implementation... 02:55:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:55:25 $ docker exec 1aaf6069fed9ecba29435b7bd7d6008b867dabf61cf417affc7a8feb9c5b975c ssh-agent 02:55:25 SSH_AUTH_SOCK=/tmp/ssh-c7KhrJqgjoi9/agent.47 02:55:25 SSH_AGENT_PID=53 02:55:25 Running ssh-add (command line suppressed) 02:55:25 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2530909834580121510.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2530909834580121510.key) 02:55:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:55:26 + git semver init 02:55:26 # -> Open(): unable to determine branch for HEAD 02:55:26 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 02:55:26 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 02:55:26 # $SEMVER_REMOTE_NAME = origin 02:55:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:55:26 # $SEMVER_USER_NAME = edgex-jenkins 02:55:26 # $SEMVER_BRANCH = master 02:55:26 # $SEMVER_TEMP = /tmp/semver-046097750 02:55:26 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 02:55:26 # '/tmp/semver-046097750' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 02:55:26 # -> Force: false 02:55:26 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 02:55:26 $ docker exec --env ******** --env ******** 1aaf6069fed9ecba29435b7bd7d6008b867dabf61cf417affc7a8feb9c5b975c ssh-agent -k 02:55:26 unset SSH_AUTH_SOCK; 02:55:26 unset SSH_AGENT_PID; 02:55:26 echo Agent pid 53 killed; 02:55:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:55:27 + git semver [Pipeline] } 02:55:27 $ docker stop --time=1 1aaf6069fed9ecba29435b7bd7d6008b867dabf61cf417affc7a8feb9c5b975c 02:55:28 $ docker rm -f 1aaf6069fed9ecba29435b7bd7d6008b867dabf61cf417affc7a8feb9c5b975c [Pipeline] // withDockerContainer [Pipeline] sh 02:55:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:55:29 Stashed 1 file(s) [Pipeline] echo 02:55:29 [edgeXSemver]: initialized semver on version 1.2.4-dev.11 [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 02:55:45 Still waiting to schedule task 02:55:45 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12361’ 02:55:45 Still waiting to schedule task 02:55:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:57:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12362 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 02:57:39 Running in /w/workspace/device-virtual-go/32 [Pipeline] { [Pipeline] checkout 02:57:44 using credential edgex-jenkins-ssh 02:57:44 Cloning the remote Git repository 02:57:44 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 02:57:44 > git init /w/workspace/device-virtual-go/32 # timeout=10 02:57:44 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 02:57:44 > git --version # timeout=10 02:57:44 > git --version # 'git version 2.17.1' 02:57:44 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:57:45 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 02:57:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:57:45 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 02:57:45 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 02:57:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:57:46 Checking out Revision abb441d7d1970f82b841c2bc1ba1938b3ed69869 (master) 02:57:46 > git config core.sparsecheckout # timeout=10 02:57:46 > git checkout -f abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 02:57:50 Commit message: "Merge pull request #148 from iain-anderson/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:57:51 provisioning config files... 02:57:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/32@tmp/config8677840780296771239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:57:52 ---> docker-login.sh 02:57:52 nexus3.edgexfoundry.org:10001 02:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:57:53 Configure a credential helper to remove this warning. See 02:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:57:53 02:57:53 Login Succeeded 02:57:53 nexus3.edgexfoundry.org:10002 02:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:57:54 Configure a credential helper to remove this warning. See 02:57:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:57:54 02:57:54 Login Succeeded 02:57:54 nexus3.edgexfoundry.org:10003 02:57:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:57:54 Configure a credential helper to remove this warning. See 02:57:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:57:54 02:57:54 Login Succeeded 02:57:54 nexus3.edgexfoundry.org:10004 02:57:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:57:55 Configure a credential helper to remove this warning. See 02:57:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:57:55 02:57:55 Login Succeeded 02:57:55 docker.io 02:57:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:57:55 Configure a credential helper to remove this warning. See 02:57:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:57:55 02:57:55 Login Succeeded 02:57:55 ---> docker-login.sh ends [Pipeline] } 02:57:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:57:56 ========================================================= 02:57:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:57:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:57:56 + 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 . 02:57:57 Sending build context to Docker daemon 465.9kB 02:57:57 Step 1/8 : ARG BASE=golang:1.15-alpine 02:57:57 Step 2/8 : FROM ${BASE} 02:57:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:57:57 b538f80385f9: Pulling fs layer 02:57:57 74f711af9a0d: Pulling fs layer 02:57:57 99f96fe45779: Pulling fs layer 02:57:57 8529a6b9a6be: Pulling fs layer 02:57:57 45590311c82a: Pulling fs layer 02:57:57 69ca0ff8b7b3: Pulling fs layer 02:57:57 209524e5b208: Pulling fs layer 02:57:57 8529a6b9a6be: Waiting 02:57:57 69ca0ff8b7b3: Waiting 02:57:57 209524e5b208: Waiting 02:57:57 99f96fe45779: Verifying Checksum 02:57:57 99f96fe45779: Download complete 02:57:57 74f711af9a0d: Download complete 02:57:57 45590311c82a: Verifying Checksum 02:57:57 45590311c82a: Download complete 02:57:57 69ca0ff8b7b3: Verifying Checksum 02:57:57 69ca0ff8b7b3: Download complete 02:57:57 b538f80385f9: Verifying Checksum 02:57:58 b538f80385f9: Pull complete 02:57:59 74f711af9a0d: Pull complete 02:57:59 99f96fe45779: Pull complete 02:58:00 209524e5b208: Verifying Checksum 02:58:02 8529a6b9a6be: Verifying Checksum 02:58:02 8529a6b9a6be: Download complete 02:58:12 8529a6b9a6be: Pull complete 02:58:12 45590311c82a: Pull complete 02:58:12 69ca0ff8b7b3: Pull complete 02:58:17 209524e5b208: Pull complete 02:58:17 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:58:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:58:17 ---> 5bddaf1c2fca 02:58:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 02:58:19 ---> Running in 5d45e4a00e06 02:58:19 Removing intermediate container 5d45e4a00e06 02:58:19 ---> ff95d099d823 02:58:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:20 ---> Running in a0760dbeea46 02:58:22 Removing intermediate container a0760dbeea46 02:58:22 ---> ec7c0fadb4df 02:58:22 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 02:58:22 ---> Running in 638c61bce737 02:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:58:25 (1/14) Installing libmagic (5.38-r0) 02:58:26 (2/14) Installing file (5.38-r0) 02:58:26 (3/14) Installing libc-dev (0.7.2-r3) 02:58:26 (4/14) Installing g++ (9.3.0-r2) 02:58:29 Running on prd-centos7-docker-4c-2g-12363 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 02:58:29 Running in /w/workspace/device-virtual-go/32 [Pipeline] { [Pipeline] checkout 02:58:30 (5/14) Installing fortify-headers (1.1-r0) 02:58:30 (6/14) Installing patch (2.7.6-r6) 02:58:30 (7/14) Installing build-base (0.5-r2) 02:58:30 (8/14) Installing openssh-keygen (8.3_p1-r0) 02:58:30 (9/14) Installing libedit (20191231.3.1-r0) 02:58:30 (10/14) Installing openssh-client (8.3_p1-r0) 02:58:31 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 02:58:31 (12/14) Installing openssh-server-common (8.3_p1-r0) 02:58:31 (13/14) Installing openssh-server (8.3_p1-r0) 02:58:31 (14/14) Installing openssh (8.3_p1-r0) 02:58:31 Executing busybox-1.31.1-r16.trigger 02:58:31 OK: 221 MiB in 53 packages 02:58:32 using credential edgex-jenkins-ssh 02:58:32 Cloning the remote Git repository 02:58:32 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 02:58:32 > git init /w/workspace/device-virtual-go/32 # timeout=10 02:58:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 02:58:32 > git --version # timeout=10 02:58:32 > git --version # 'git version 2.16.5' 02:58:32 using GIT_SSH to set credentials SSH Credentials for GitHub 02:58:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 02:58:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 02:58:33 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 02:58:33 using GIT_SSH to set credentials SSH Credentials for GitHub 02:58:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:58:34 Checking out Revision abb441d7d1970f82b841c2bc1ba1938b3ed69869 (master) 02:58:34 > git config core.sparsecheckout # timeout=10 02:58:34 > git checkout -f abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 02:58:36 Removing intermediate container 638c61bce737 02:58:36 ---> 8cd47b7b733d 02:58:36 Step 6/8 : WORKDIR /device-virtual-go 02:58:36 ---> Running in 41806b4177e6 02:58:36 Removing intermediate container 41806b4177e6 02:58:36 ---> 355a5492dc8c 02:58:36 Step 7/8 : COPY . . 02:58:37 ---> 1f4f7888c779 02:58:37 Step 8/8 : RUN go mod download 02:58:37 ---> Running in 5202a9b9dd43 02:58:38 Commit message: "Merge pull request #148 from iain-anderson/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:58:39 provisioning config files... 02:58:39 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/32@tmp/config907217959387295882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:58:39 ---> docker-login.sh 02:58:39 nexus3.edgexfoundry.org:10001 02:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:58:40 Configure a credential helper to remove this warning. See 02:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:58:40 02:58:40 Login Succeeded 02:58:40 nexus3.edgexfoundry.org:10002 02:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:58:40 Configure a credential helper to remove this warning. See 02:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:58:40 02:58:40 Login Succeeded 02:58:40 nexus3.edgexfoundry.org:10003 02:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:58:40 Configure a credential helper to remove this warning. See 02:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:58:40 02:58:40 Login Succeeded 02:58:40 nexus3.edgexfoundry.org:10004 02:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:58:40 Configure a credential helper to remove this warning. See 02:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:58:40 02:58:40 Login Succeeded 02:58:40 docker.io 02:58:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:58:41 Configure a credential helper to remove this warning. See 02:58:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:58:41 02:58:41 Login Succeeded 02:58:41 ---> docker-login.sh ends [Pipeline] } 02:58:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:58:42 ========================================================= 02:58:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:58:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:58: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 . 02:58:42 Sending build context to Docker daemon 465.9kB 02:58:42 Step 1/8 : ARG BASE=golang:1.15-alpine 02:58:42 Step 2/8 : FROM ${BASE} 02:58:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:58:42 df20fa9351a1: Pulling fs layer 02:58:42 ed8968b2872e: Pulling fs layer 02:58:42 a92cc7c5fd73: Pulling fs layer 02:58:42 e871e8e8d7a9: Pulling fs layer 02:58:42 e73272ec9a57: Pulling fs layer 02:58:42 1e910a182e73: Pulling fs layer 02:58:42 4e634b169226: Pulling fs layer 02:58:42 e73272ec9a57: Waiting 02:58:42 1e910a182e73: Waiting 02:58:42 e871e8e8d7a9: Waiting 02:58:42 4e634b169226: Waiting 02:58:42 a92cc7c5fd73: Verifying Checksum 02:58:42 a92cc7c5fd73: Download complete 02:58:42 ed8968b2872e: Verifying Checksum 02:58:42 ed8968b2872e: Download complete 02:58:42 e73272ec9a57: Download complete 02:58:42 df20fa9351a1: Verifying Checksum 02:58:42 df20fa9351a1: Download complete 02:58:42 1e910a182e73: Verifying Checksum 02:58:42 1e910a182e73: Download complete 02:58:43 df20fa9351a1: Pull complete 02:58:43 ed8968b2872e: Pull complete 02:58:43 a92cc7c5fd73: Pull complete 02:58:46 4e634b169226: Verifying Checksum 02:58:46 4e634b169226: Download complete 02:58:47 e871e8e8d7a9: Verifying Checksum 02:58:47 e871e8e8d7a9: Download complete 02:58:55 e871e8e8d7a9: Pull complete 02:58:55 e73272ec9a57: Pull complete 02:58:55 1e910a182e73: Pull complete 02:59:02 4e634b169226: Pull complete 02:59:02 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:59:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:59:02 ---> f7629b54cfaa 02:59:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 02:59:02 ---> Running in 1764a5b84d56 02:59:02 Removing intermediate container 1764a5b84d56 02:59:02 ---> bd025e39911d 02:59:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:03 ---> Running in 2be4b9eec1aa 02:59:04 Removing intermediate container 5202a9b9dd43 02:59:04 ---> 119ffa8447f6 02:59:04 Successfully built 119ffa8447f6 02:59:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:59:04 + docker inspect -f . ci-base-image-arm64 02:59:04 . [Pipeline] withDockerContainer 02:59:04 prd-ubuntu18.04-docker-arm64-4c-16g-12362 does not seem to be running inside a container 02:59:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/32 -v /w/workspace/device-virtual-go/32:/w/workspace/device-virtual-go/32:rw,z -v /w/workspace/device-virtual-go/32@tmp:/w/workspace/device-virtual-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:59:04 Removing intermediate container 2be4b9eec1aa 02:59:04 ---> 7ffbea72d53e 02:59:04 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 02:59:04 ---> Running in 0c73161afab0 02:59:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:06 (1/14) Installing libmagic (5.38-r0) 02:59:06 $ docker top 1d55b0febdb4c9372d56b57f768424237a468f9730d314eff27afc550adea56a -eo pid,comm 02:59:06 (2/14) Installing file (5.38-r0) 02:59:06 (3/14) Installing libc-dev (0.7.2-r3) 02:59:07 (4/14) Installing g++ (9.3.0-r2) [Pipeline] { [Pipeline] sh 02:59:08 + go version 02:59:08 go version go1.15.2 linux/arm64 [Pipeline] } 02:59:08 $ docker stop --time=1 1d55b0febdb4c9372d56b57f768424237a468f9730d314eff27afc550adea56a 02:59:10 $ docker rm -f 1d55b0febdb4c9372d56b57f768424237a468f9730d314eff27afc550adea56a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:59:11 + docker inspect -f . ci-base-image-arm64 02:59:11 . [Pipeline] withDockerContainer 02:59:11 prd-ubuntu18.04-docker-arm64-4c-16g-12362 does not seem to be running inside a container 02:59:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/32 -v /w/workspace/device-virtual-go/32:/w/workspace/device-virtual-go/32:rw,z -v /w/workspace/device-virtual-go/32@tmp:/w/workspace/device-virtual-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:59:12 (5/14) Installing fortify-headers (1.1-r0) 02:59:12 (6/14) Installing patch (2.7.6-r6) 02:59:12 (7/14) Installing build-base (0.5-r2) 02:59:12 (8/14) Installing openssh-keygen (8.3_p1-r0) 02:59:12 (9/14) Installing libedit (20191231.3.1-r0) 02:59:12 (10/14) Installing openssh-client (8.3_p1-r0) 02:59:13 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 02:59:13 (12/14) Installing openssh-server-common (8.3_p1-r0) 02:59:13 (13/14) Installing openssh-server (8.3_p1-r0) 02:59:13 (14/14) Installing openssh (8.3_p1-r0) 02:59:13 $ docker top c688e20bed97baf278ef7e2816b0e248f4d18db29fdda002da30b3d0a55f8a7b -eo pid,comm 02:59:13 Executing busybox-1.31.1-r16.trigger 02:59:13 OK: 237 MiB in 53 packages [Pipeline] { [Pipeline] sh 02:59:14 + make test 02:59:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 02:59:15 ? github.com/edgexfoundry/device-virtual-go [no test files] 02:59:16 Removing intermediate container 0c73161afab0 02:59:16 ---> c7d829d0bc3d 02:59:16 Step 6/8 : WORKDIR /device-virtual-go 02:59:16 ---> Running in 9fdfe62fb1d8 02:59:16 Removing intermediate container 9fdfe62fb1d8 02:59:16 ---> 8fdc5ccf39c9 02:59:16 Step 7/8 : COPY . . 02:59:17 ---> e3b89aae80f9 02:59:17 Step 8/8 : RUN go mod download 02:59:17 ---> Running in 4a3c69277533 02:59:39 Removing intermediate container 4a3c69277533 02:59:39 ---> 3af0b26338c9 02:59:39 Successfully built 3af0b26338c9 02:59:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:59:40 + docker inspect -f . ci-base-image-x86_64 02:59:40 . [Pipeline] withDockerContainer 02:59:40 prd-centos7-docker-4c-2g-12363 does not seem to be running inside a container 02:59:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/32 -v /w/workspace/device-virtual-go/32:/w/workspace/device-virtual-go/32:rw,z -v /w/workspace/device-virtual-go/32@tmp:/w/workspace/device-virtual-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:59:41 $ docker top 6e3f8b2b7a8caf198118292020c6fd9208855674ff9ba7c14c551c011aa506f6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:42 + go version 02:59:42 go version go1.15.2 linux/amd64 [Pipeline] } 02:59:42 $ docker stop --time=1 6e3f8b2b7a8caf198118292020c6fd9208855674ff9ba7c14c551c011aa506f6 02:59:44 $ docker rm -f 6e3f8b2b7a8caf198118292020c6fd9208855674ff9ba7c14c551c011aa506f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:59:45 + docker inspect -f . ci-base-image-x86_64 02:59:45 . [Pipeline] withDockerContainer 02:59:45 prd-centos7-docker-4c-2g-12363 does not seem to be running inside a container 02:59:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/32 -v /w/workspace/device-virtual-go/32:/w/workspace/device-virtual-go/32:rw,z -v /w/workspace/device-virtual-go/32@tmp:/w/workspace/device-virtual-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:59:46 $ docker top 09f413467a67864c46d35624919f68f79926582f9d0fd042668abea0dc2ecda0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:46 + make test 02:59:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 02:59:48 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:00:02 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 03:00:02 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.469s coverage: 64.4% of statements 03:00:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:00:11 gofmt -l . 03:00:11 [ "`gofmt -l .`" = "" ] 03:00:11 ./bin/test-attribution-txt.sh 03:00:11 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:00:11 $ docker stop --time=1 c688e20bed97baf278ef7e2816b0e248f4d18db29fdda002da30b3d0a55f8a7b 03:00:13 $ docker rm -f c688e20bed97baf278ef7e2816b0e248f4d18db29fdda002da30b3d0a55f8a7b [Pipeline] // withDockerContainer [Pipeline] sh 03:00:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:00:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 03:00:15 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 03:00:15 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.701s coverage: 64.4% of statements 03:00:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] sh 03:00:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:00:18 gofmt -l . 03:00:18 [ "`gofmt -l .`" = "" ] 03:00:18 ./bin/test-attribution-txt.sh 03:00:18 + ls -al . 03:00:18 total 148 03:00:18 drwxrwxr-x 7 jenkins jenkins 4096 Nov 17 03:00 . 03:00:18 drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 02:57 .. 03:00:18 drwxrwxr-x 8 jenkins jenkins 4096 Nov 17 02:57 .git 03:00:18 drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 02:57 .github 03:00:18 -rw-rw-r-- 1 jenkins jenkins 258 Nov 17 02:57 .gitignore 03:00:18 -rw-rw-r-- 1 jenkins jenkins 6713 Nov 17 02:57 Attribution.txt 03:00:18 -rw-rw-r-- 1 jenkins jenkins 1834 Nov 17 02:57 Dockerfile 03:00:18 -rw-rw-r-- 1 jenkins jenkins 957 Nov 17 02:57 Dockerfile.build 03:00:18 -rw-rw-r-- 1 jenkins jenkins 660 Nov 17 02:57 Jenkinsfile 03:00:18 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 17 02:57 LICENSE 03:00:18 -rw-rw-r-- 1 jenkins jenkins 873 Nov 17 02:57 Makefile 03:00:18 -rw-rw-r-- 1 jenkins jenkins 918 Nov 17 02:57 README.md 03:00:18 -rw-rw-r-- 1 jenkins jenkins 12 Nov 17 02:55 VERSION 03:00:18 drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 02:57 bin 03:00:18 drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 02:57 cmd 03:00:18 -rw-r--r-- 1 jenkins jenkins 47242 Nov 17 02:59 coverage.out 03:00:18 -rw-r--r-- 1 jenkins jenkins 856 Nov 17 03:00 go.mod 03:00:18 -rw-r--r-- 1 jenkins jenkins 16151 Nov 17 03:00 go.sum 03:00:18 drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 02:57 internal 03:00:18 -rw-rw-r-- 1 jenkins jenkins 235 Nov 17 02:57 version.go [Pipeline] isUnix [Pipeline] sh 03:00:18 + 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=abb441d7d1970f82b841c2bc1ba1938b3ed69869 --label arch=arm64 --label version=1.2.4-dev.11 . 03:00:19 Sending build context to Docker daemon 530.9kB 03:00:19 ./bin/test-go-mod-tidy.sh 03:00:19 Step 1/22 : ARG BASE=golang:1.15-alpine 03:00:19 Step 2/22 : FROM ${BASE} AS builder 03:00:19 ---> 119ffa8447f6 03:00:19 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:00:19 ---> Running in 4472b30392c5 [Pipeline] } 03:00:20 $ docker stop --time=1 09f413467a67864c46d35624919f68f79926582f9d0fd042668abea0dc2ecda0 03:00:20 Removing intermediate container 4472b30392c5 03:00:20 ---> cca110b49721 03:00:20 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:00:20 ---> Running in ee873ad37c37 03:00:20 Removing intermediate container ee873ad37c37 03:00:20 ---> b6e110943ed3 03:00:20 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 03:00:20 ---> Running in 90d1f6ca5df0 03:00:21 Removing intermediate container 90d1f6ca5df0 03:00:21 ---> 3dee05a29c68 03:00:21 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:00:21 ---> Running in 39117ae37aab 03:00:22 $ docker rm -f 09f413467a67864c46d35624919f68f79926582f9d0fd042668abea0dc2ecda0 [Pipeline] // withDockerContainer [Pipeline] sh 03:00:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:00:22 Warning: overwriting stash ‘coverage-report’ 03:00:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 03:00:23 Removing intermediate container 39117ae37aab 03:00:23 ---> 2112dd5f5edf 03:00:23 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:00:23 ---> Running in 02107687754b [Pipeline] sh 03:00:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:00:24 + ls -al . 03:00:24 total 124 03:00:24 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 17 03:00 . 03:00:24 drwxrwxr-x. 4 jenkins jenkins 30 Nov 17 02:58 .. 03:00:24 -rw-rw-r--. 1 jenkins jenkins 6713 Nov 17 02:58 Attribution.txt 03:00:24 drwxrwxr-x. 2 jenkins jenkins 64 Nov 17 02:58 bin 03:00:24 drwxrwxr-x. 3 jenkins jenkins 32 Nov 17 02:58 cmd 03:00:24 -rw-r--r--. 1 jenkins jenkins 47242 Nov 17 03:00 coverage.out 03:00:24 -rw-rw-r--. 1 jenkins jenkins 1834 Nov 17 02:58 Dockerfile 03:00:24 -rw-rw-r--. 1 jenkins jenkins 957 Nov 17 02:58 Dockerfile.build 03:00:24 drwxrwxr-x. 8 jenkins jenkins 162 Nov 17 02:58 .git 03:00:24 drwxrwxr-x. 2 jenkins jenkins 60 Nov 17 02:58 .github 03:00:24 -rw-rw-r--. 1 jenkins jenkins 258 Nov 17 02:58 .gitignore 03:00:24 -rw-r--r--. 1 jenkins jenkins 856 Nov 17 03:00 go.mod 03:00:24 -rw-r--r--. 1 jenkins jenkins 16151 Nov 17 03:00 go.sum 03:00:24 drwxrwxr-x. 3 jenkins jenkins 20 Nov 17 02:58 internal 03:00:24 -rw-rw-r--. 1 jenkins jenkins 660 Nov 17 02:58 Jenkinsfile 03:00:24 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 17 02:58 LICENSE 03:00:24 -rw-rw-r--. 1 jenkins jenkins 873 Nov 17 02:58 Makefile 03:00:24 -rw-rw-r--. 1 jenkins jenkins 918 Nov 17 02:58 README.md 03:00:24 -rw-rw-r--. 1 jenkins jenkins 12 Nov 17 02:55 VERSION 03:00:24 -rw-rw-r--. 1 jenkins jenkins 235 Nov 17 02:58 version.go [Pipeline] isUnix [Pipeline] sh 03:00:24 + 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=abb441d7d1970f82b841c2bc1ba1938b3ed69869 --label arch=amd64 --label version=1.2.4-dev.11 . 03:00:25 Sending build context to Docker daemon 530.9kB 03:00:25 Step 1/22 : ARG BASE=golang:1.15-alpine 03:00:25 Step 2/22 : FROM ${BASE} AS builder 03:00:25 ---> 3af0b26338c9 03:00:25 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:00:25 ---> Running in 81abea7a6cc8 03:00:25 Removing intermediate container 81abea7a6cc8 03:00:25 ---> 97144da4d18c 03:00:25 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:00:25 ---> Running in af9d1470edcf 03:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:00:26 Removing intermediate container af9d1470edcf 03:00:26 ---> eeb9d436497b 03:00:26 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 03:00:26 ---> Running in 10881dbd6438 03:00:26 Removing intermediate container 10881dbd6438 03:00:26 ---> 48465a8cfeac 03:00:26 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:00:26 ---> Running in 06d46faddad3 03:00:26 OK: 221 MiB in 53 packages 03:00:27 Removing intermediate container 06d46faddad3 03:00:27 ---> 473e8924bd33 03:00:27 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:00:27 ---> Running in 32731f2e583a 03:00:27 Removing intermediate container 02107687754b 03:00:27 ---> 43c717321fa7 03:00:27 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 03:00:27 ---> Running in b08f6d9def9c 03:00:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:00:28 Removing intermediate container b08f6d9def9c 03:00:28 ---> ea8b439394ba 03:00:28 Step 9/22 : COPY . . 03:00:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:00:29 OK: 237 MiB in 53 packages 03:00:29 ---> bc4ba43def74 03:00:29 Step 10/22 : ARG MAKE='make build' 03:00:29 ---> Running in 054fd6f67de8 03:00:29 Removing intermediate container 32731f2e583a 03:00:29 ---> ff51cb0360b9 03:00:29 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 03:00:29 ---> Running in e077c5f13a11 03:00:29 Removing intermediate container 054fd6f67de8 03:00:29 ---> fc9f84b256ca 03:00:29 Step 11/22 : RUN $MAKE 03:00:29 Removing intermediate container e077c5f13a11 03:00:29 ---> e703be8e00c6 03:00:29 Step 9/22 : COPY . . 03:00:29 ---> Running in 8d45072ba9e9 03:00:30 ---> d5d45ade38f9 03:00:30 Step 10/22 : ARG MAKE='make build' 03:00:30 ---> Running in 3c2e3afcfe3b 03:00:31 Removing intermediate container 3c2e3afcfe3b 03:00:31 ---> 9072516d333e 03:00:31 Step 11/22 : RUN $MAKE 03:00:31 ---> Running in 514487662efa 03:00:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.11" -o cmd/device-virtual ./cmd 03:00:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.11" -o cmd/device-virtual ./cmd 03:00:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:00:54 Removing intermediate container 514487662efa 03:00:54 ---> b1fbe3881e10 03:00:54 Step 12/22 : FROM alpine 03:00:54 latest: Pulling from library/alpine 03:00:55 188c0c94c7c5: Pulling fs layer 03:00:55 188c0c94c7c5: Verifying Checksum 03:00:55 188c0c94c7c5: Download complete 03:00:55 188c0c94c7c5: Pull complete 03:00:55 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:00:55 Status: Downloaded newer image for alpine:latest 03:00:55 ---> d6e46aa2470d 03:00:55 Step 13/22 : ENV APP_PORT=49990 03:00:55 ---> Running in 7e02c80f81a9 03:00:56 Removing intermediate container 7e02c80f81a9 03:00:56 ---> 749ff8ea902b 03:00:56 Step 14/22 : EXPOSE $APP_PORT 03:00:56 ---> Running in 19a7a5accb1e 03:00:56 Removing intermediate container 19a7a5accb1e 03:00:56 ---> ab3a20275e5a 03:00:56 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 03:00:56 ---> c5e00f706a36 03:00:56 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 03:00:57 ---> aa4005cc1304 03:00:57 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 03:00:57 ---> 46965aa61b4a 03:00:57 Step 18/22 : ENTRYPOINT ["/device-virtual"] 03:00:57 ---> Running in a7ec5205d6aa 03:00:57 Removing intermediate container a7ec5205d6aa 03:00:57 ---> 353a4d5f4863 03:00:57 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:00:57 ---> Running in 8218b6b03cbc 03:00:57 Removing intermediate container 8218b6b03cbc 03:00:57 ---> 80232caf6abd 03:00:57 Step 20/22 : LABEL arch=amd64 03:00:58 ---> Running in 77ca14a5dfd3 03:00:58 Removing intermediate container 77ca14a5dfd3 03:00:58 ---> c2806ce94695 03:00:58 Step 21/22 : LABEL git_sha=abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:00:58 ---> Running in 0c1e7fb913f7 03:00:58 Removing intermediate container 0c1e7fb913f7 03:00:58 ---> 5a7138d2d5c0 03:00:58 Step 22/22 : LABEL version=1.2.4-dev.11 03:00:58 ---> Running in d4c55fd26c5d 03:00:58 Removing intermediate container d4c55fd26c5d 03:00:58 ---> 3b1f02536432 03:00:58 [Warning] One or more build-args [ARCH] were not consumed 03:00:58 Successfully built 3b1f02536432 03:00:59 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:00:59 provisioning config files... 03:00:59 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/32@tmp/config5765749873925180953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:01:00 ---> docker-login.sh 03:01:00 nexus3.edgexfoundry.org:10001 03:01:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:00 Configure a credential helper to remove this warning. See 03:01:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:00 03:01:00 Login Succeeded 03:01:00 nexus3.edgexfoundry.org:10002 03:01:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:00 Configure a credential helper to remove this warning. See 03:01:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:00 03:01:00 Login Succeeded 03:01:00 nexus3.edgexfoundry.org:10003 03:01:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:00 Configure a credential helper to remove this warning. See 03:01:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:00 03:01:00 Login Succeeded 03:01:00 nexus3.edgexfoundry.org:10004 03:01:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:01 Configure a credential helper to remove this warning. See 03:01:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:01 03:01:01 Login Succeeded 03:01:01 docker.io 03:01:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:01 Configure a credential helper to remove this warning. See 03:01:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:01 03:01:01 Login Succeeded 03:01:01 ---> docker-login.sh ends [Pipeline] } 03:01:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:02 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 03:01:02 abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:01:02 latest 03:01:02 1.2.4-dev.11 03:01:02 abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 03:01:02 master 03:01:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:02 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869 [Pipeline] isUnix [Pipeline] sh 03:01:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:01:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:01:03 2e81f1de8944: Preparing 03:01:03 d58c3a80d9a1: Preparing 03:01:03 de041491d67d: Preparing 03:01:03 ace0eda3e3be: Preparing 03:01:03 ace0eda3e3be: Layer already exists 03:01:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:01:03 2e81f1de8944: Pushed 03:01:03 d58c3a80d9a1: Pushed 03:01:06 de041491d67d: Pushed 03:01:06 abb441d7d1970f82b841c2bc1ba1938b3ed69869: digest: sha256:01881f24d5efc184f9ed4321834cba82c6b6f2772117d11fe52b0aa4696c4be9 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:06 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 03:01:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 03:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:01:07 2e81f1de8944: Preparing 03:01:07 d58c3a80d9a1: Preparing 03:01:07 de041491d67d: Preparing 03:01:07 ace0eda3e3be: Preparing 03:01:07 de041491d67d: Layer already exists 03:01:07 2e81f1de8944: Layer already exists 03:01:07 d58c3a80d9a1: Layer already exists 03:01:07 ace0eda3e3be: Layer already exists 03:01:07 latest: digest: sha256:01881f24d5efc184f9ed4321834cba82c6b6f2772117d11fe52b0aa4696c4be9 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:07 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.11 [Pipeline] isUnix [Pipeline] sh 03:01:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.11 03:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:01:08 2e81f1de8944: Preparing 03:01:08 d58c3a80d9a1: Preparing 03:01:08 de041491d67d: Preparing 03:01:08 ace0eda3e3be: Preparing 03:01:08 de041491d67d: Layer already exists 03:01:08 d58c3a80d9a1: Layer already exists 03:01:08 ace0eda3e3be: Layer already exists 03:01:08 2e81f1de8944: Layer already exists 03:01:08 1.2.4-dev.11: digest: sha256:01881f24d5efc184f9ed4321834cba82c6b6f2772117d11fe52b0aa4696c4be9 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:08 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 [Pipeline] isUnix [Pipeline] sh 03:01:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 03:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:01:09 2e81f1de8944: Preparing 03:01:09 d58c3a80d9a1: Preparing 03:01:09 de041491d67d: Preparing 03:01:09 ace0eda3e3be: Preparing 03:01:09 ace0eda3e3be: Layer already exists 03:01:09 2e81f1de8944: Layer already exists 03:01:09 d58c3a80d9a1: Layer already exists 03:01:09 de041491d67d: Layer already exists 03:01:09 abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11: digest: sha256:01881f24d5efc184f9ed4321834cba82c6b6f2772117d11fe52b0aa4696c4be9 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:10 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 03:01:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 03:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:01:10 2e81f1de8944: Preparing 03:01:10 d58c3a80d9a1: Preparing 03:01:10 de041491d67d: Preparing 03:01:10 ace0eda3e3be: Preparing 03:01:10 ace0eda3e3be: Layer already exists 03:01:10 d58c3a80d9a1: Layer already exists 03:01:10 de041491d67d: Layer already exists 03:01:10 2e81f1de8944: Layer already exists 03:01:10 master: digest: sha256:01881f24d5efc184f9ed4321834cba82c6b6f2772117d11fe52b0aa4696c4be9 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:10 ===================================================== [Pipeline] echo 03:01:10 taggedImages: 03:01:10 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:01:10 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 03:01:10 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.11 03:01:10 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 03:01:10 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 03:01:12 Removing intermediate container 8d45072ba9e9 03:01:12 ---> 6795b52657f9 03:01:12 Step 12/22 : FROM alpine [Pipeline] } 03:01:12 latest: Pulling from library/alpine 03:01:12 5f621e34cdf4: Pulling fs layer 03:01:12 5f621e34cdf4: Download complete 03:01:13 5f621e34cdf4: Pull complete 03:01:13 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:01:13 Status: Downloaded newer image for alpine:latest 03:01:13 ---> 2e77e061c27f 03:01:13 Step 13/22 : ENV APP_PORT=49990 03:01:13 ---> Running in 9301f14b9255 03:01:14 Removing intermediate container 9301f14b9255 03:01:14 ---> 334dbc852e1a 03:01:14 Step 14/22 : EXPOSE $APP_PORT 03:01:14 ---> Running in 60f5f25db6b1 03:01:14 Removing intermediate container 60f5f25db6b1 03:01:14 ---> 6b1bc7f6abc3 03:01:14 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 03:01:16 ---> b855867b3595 03:01:16 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 03:01:17 ---> d6edb64e53bd 03:01:17 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 03:01:17 ---> 5c45940aa9ec 03:01:17 Step 18/22 : ENTRYPOINT ["/device-virtual"] 03:01:17 ---> Running in f8bbe58452ee 03:01:18 Removing intermediate container f8bbe58452ee 03:01:18 ---> 3033aa7c297b 03:01:18 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:01:18 ---> Running in d5efcdd38bc0 03:01:18 Removing intermediate container d5efcdd38bc0 03:01:18 ---> be0d072322e8 03:01:18 Step 20/22 : LABEL arch=arm64 03:01:18 ---> Running in 201784079e5b 03:01:19 Removing intermediate container 201784079e5b 03:01:19 ---> 733b084c5b22 03:01:19 Step 21/22 : LABEL git_sha=abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:01:19 ---> Running in 9630ba6fb5fa 03:01:20 Removing intermediate container 9630ba6fb5fa 03:01:20 ---> ec0aafcaaa4b 03:01:20 Step 22/22 : LABEL version=1.2.4-dev.11 03:01:20 ---> Running in c90266b6a474 03:01:20 Removing intermediate container c90266b6a474 03:01:20 ---> 1e745a58513a 03:01:20 [Warning] One or more build-args [ARCH] were not consumed 03:01:20 Successfully built 1e745a58513a 03:01:20 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 03:01:21 provisioning config files... 03:01:21 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/32@tmp/config6327496281393940608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:01:21 ---> docker-login.sh 03:01:21 nexus3.edgexfoundry.org:10001 03:01:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:22 Configure a credential helper to remove this warning. See 03:01:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:22 03:01:22 Login Succeeded 03:01:22 nexus3.edgexfoundry.org:10002 03:01:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:22 Configure a credential helper to remove this warning. See 03:01:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:22 03:01:22 Login Succeeded 03:01:22 nexus3.edgexfoundry.org:10003 03:01:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:23 Configure a credential helper to remove this warning. See 03:01:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:23 03:01:23 Login Succeeded 03:01:23 nexus3.edgexfoundry.org:10004 03:01:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:23 Configure a credential helper to remove this warning. See 03:01:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:23 03:01:23 Login Succeeded 03:01:23 docker.io 03:01:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:24 Configure a credential helper to remove this warning. See 03:01:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:24 03:01:24 Login Succeeded 03:01:24 ---> docker-login.sh ends [Pipeline] } 03:01:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:25 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 03:01:25 abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:01:25 latest 03:01:25 1.2.4-dev.11 03:01:25 abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 03:01:25 master 03:01:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:25 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:abb441d7d1970f82b841c2bc1ba1938b3ed69869 [Pipeline] isUnix [Pipeline] sh 03:01:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:01:26 698b79c16a7b: Preparing 03:01:26 4f6c1000b1bb: Preparing 03:01:26 384780747657: Preparing 03:01:26 cd3761cfa1d9: Preparing 03:01:26 cd3761cfa1d9: Layer already exists 03:01:26 4f6c1000b1bb: Pushed 03:01:26 698b79c16a7b: Pushed 03:01:30 384780747657: Pushed 03:01:30 abb441d7d1970f82b841c2bc1ba1938b3ed69869: digest: sha256:251daac77833001ef1343d87773b7323609621b373dfdd35621e10d93c8c52c5 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:30 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:01:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 03:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:01:31 698b79c16a7b: Preparing 03:01:31 4f6c1000b1bb: Preparing 03:01:31 384780747657: Preparing 03:01:31 cd3761cfa1d9: Preparing 03:01:31 4f6c1000b1bb: Layer already exists 03:01:31 cd3761cfa1d9: Layer already exists 03:01:31 384780747657: Layer already exists 03:01:31 698b79c16a7b: Layer already exists 03:01:31 latest: digest: sha256:251daac77833001ef1343d87773b7323609621b373dfdd35621e10d93c8c52c5 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:32 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.11 [Pipeline] isUnix [Pipeline] sh 03:01:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.11 03:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:01:32 698b79c16a7b: Preparing 03:01:32 4f6c1000b1bb: Preparing 03:01:32 384780747657: Preparing 03:01:32 cd3761cfa1d9: Preparing 03:01:32 4f6c1000b1bb: Layer already exists 03:01:32 384780747657: Layer already exists 03:01:32 698b79c16a7b: Layer already exists 03:01:32 cd3761cfa1d9: Layer already exists 03:01:32 1.2.4-dev.11: digest: sha256:251daac77833001ef1343d87773b7323609621b373dfdd35621e10d93c8c52c5 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:33 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 [Pipeline] isUnix [Pipeline] sh 03:01:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 03:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:01:33 698b79c16a7b: Preparing 03:01:33 4f6c1000b1bb: Preparing 03:01:33 384780747657: Preparing 03:01:33 cd3761cfa1d9: Preparing 03:01:33 384780747657: Layer already exists 03:01:33 4f6c1000b1bb: Layer already exists 03:01:33 cd3761cfa1d9: Layer already exists 03:01:33 698b79c16a7b: Layer already exists 03:01:33 abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11: digest: sha256:251daac77833001ef1343d87773b7323609621b373dfdd35621e10d93c8c52c5 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:01:34 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:01:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 03:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:01:34 698b79c16a7b: Preparing 03:01:34 4f6c1000b1bb: Preparing 03:01:34 384780747657: Preparing 03:01:34 cd3761cfa1d9: Preparing 03:01:34 384780747657: Layer already exists 03:01:34 cd3761cfa1d9: Layer already exists 03:01:34 4f6c1000b1bb: Layer already exists 03:01:34 698b79c16a7b: Layer already exists 03:01:34 master: digest: sha256:251daac77833001ef1343d87773b7323609621b373dfdd35621e10d93c8c52c5 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:35 ===================================================== [Pipeline] echo 03:01:35 taggedImages: 03:01:35 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:abb441d7d1970f82b841c2bc1ba1938b3ed69869 03:01:35 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 03:01:35 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.11 03:01:35 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:abb441d7d1970f82b841c2bc1ba1938b3ed69869-1.2.4-dev.11 03:01:35 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:01:36 provisioning config files... 03:01:36 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7476049167566752873tmp [Pipeline] { [Pipeline] sh 03:01:37 + set +x 03:01:37 + bash -s -- 03:01:37 + curl -s https://codecov.io/bash 03:01:37 03:01:37 _____ _ 03:01:37 / ____| | | 03:01:37 | | ___ __| | ___ ___ _____ __ 03:01:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:01:37 | |___| (_) | (_| | __/ (_| (_) \ V / 03:01:37 \_____\___/ \__,_|\___|\___\___/ \_/ 03:01:37 Bash-20201116-eea08d9 03:01:37 03:01:37 03:01:37 ==> Jenkins CI detected. 03:01:37 project root: . 03:01:37 --> token set from env 03:01:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:01:37 ==> Running gcov in . (disable via -X gcov) 03:01:37 ==> Python coveragepy not found 03:01:37 ==> Searching for coverage reports in: 03:01:37 + . 03:01:37 -> Found 1 reports 03:01:37 ==> Detecting git/mercurial file structure 03:01:37 ==> Reading reports 03:01:37 + ./coverage.out bytes=47242 03:01:37 ==> Appending adjustments 03:01:37 https://docs.codecov.io/docs/fixing-reports 03:01:37 + Found adjustments 03:01:37 ==> Gzipping contents 03:01:37 ==> Uploading reports 03:01:37 url: https://codecov.io 03:01:37 query: branch=master&commit=abb441d7d1970f82b841c2bc1ba1938b3ed69869&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:01:37 -> Pinging Codecov 03:01:37 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=abb441d7d1970f82b841c2bc1ba1938b3ed69869&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:01:38 -> Uploading to 03:01:38 https://storage.googleapis.com/codecov/v4/raw/2020-11-17/5E52B4B073DB2E39498172D8E973AA87/abb441d7d1970f82b841c2bc1ba1938b3ed69869/24a02e15-d749-42f5-92dc-adeb1403bd09.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201117T030138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b027979ba5d708b98101c1af7dc012f834746f7c30d12e38bbf84ee560151f11 03:01:38 % Total % Received % Xferd Average Speed Time Time Time Current 03:01:38 Dload Upload Total Spent Left Speed 03:01:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5796 0 0 100 5796 0 15127 --:--:-- --:--:-- --:--:-- 15172 03:01:38 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/abb441d7d1970f82b841c2bc1ba1938b3ed69869 [Pipeline] } 03:01:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:01:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:01:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:01:40 03:01:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:01:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:01:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:01:40 188c0c94c7c5: Pulling fs layer 03:01:40 0ef7d3d256c8: Pulling fs layer 03:01:40 de9db76c5a1d: Pulling fs layer 03:01:40 0eba1c9be4d2: Pulling fs layer 03:01:40 0d57e429df01: Pulling fs layer 03:01:40 4e4be7b47b0d: Pulling fs layer 03:01:40 e1f770b5df2f: Pulling fs layer 03:01:40 85a0685a4137: Pulling fs layer 03:01:40 0eba1c9be4d2: Waiting 03:01:40 4e4be7b47b0d: Waiting 03:01:40 e1f770b5df2f: Waiting 03:01:40 85a0685a4137: Waiting 03:01:40 0d57e429df01: Waiting 03:01:40 de9db76c5a1d: Verifying Checksum 03:01:40 de9db76c5a1d: Download complete 03:01:40 0ef7d3d256c8: Download complete 03:01:40 0d57e429df01: Verifying Checksum 03:01:40 0d57e429df01: Download complete 03:01:40 188c0c94c7c5: Verifying Checksum 03:01:40 188c0c94c7c5: Download complete 03:01:40 4e4be7b47b0d: Verifying Checksum 03:01:40 4e4be7b47b0d: Download complete 03:01:41 188c0c94c7c5: Pull complete 03:01:41 0ef7d3d256c8: Pull complete 03:01:41 de9db76c5a1d: Pull complete 03:01:42 e1f770b5df2f: Verifying Checksum 03:01:42 e1f770b5df2f: Download complete 03:01:43 0eba1c9be4d2: Verifying Checksum 03:01:43 0eba1c9be4d2: Download complete 03:01:44 85a0685a4137: Verifying Checksum 03:01:44 85a0685a4137: Download complete 03:01:50 0eba1c9be4d2: Pull complete 03:01:50 0d57e429df01: Pull complete 03:01:50 4e4be7b47b0d: Pull complete 03:01:52 e1f770b5df2f: Pull complete 03:01:59 85a0685a4137: Pull complete 03:01:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:01:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:01:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:01:59 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 03:01:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:02:00 $ docker top 73496bfce4a6301cbf692a0af0af22eb74e68589ab878395bad73ce8d2f607ec -eo pid,comm [Pipeline] { [Pipeline] echo 03:02:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:02:01 + set -o pipefail 03:02:01 + snyk monitor '--org=edgex-jenkins' 03:02:16 03:02:16 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 03:02:16 03:02:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/5da3972d-2617-45e8-850f-756273b79993 03:02:16 03:02:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:02:16 03:02:16 [Pipeline] } 03:02:16 $ docker stop --time=1 73496bfce4a6301cbf692a0af0af22eb74e68589ab878395bad73ce8d2f607ec 03:02:19 $ docker rm -f 73496bfce4a6301cbf692a0af0af22eb74e68589ab878395bad73ce8d2f607ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 03:02:20 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869, dockerFile=Dockerfile [Pipeline] echo 03:02:20 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 03:02:20 + set -o pipefail 03:02:20 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 03:02:20 + tee .snyk 03:02:20 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 03:02:20 version: v1.14.1 03:02:20 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 03:02:20 # ignore: 03:02:20 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 03:02:20 # - '*': 03:02:20 # reason: does not apply # justification for ignoring 03:02:20 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 03:02:20 # patch: {} [Pipeline] withCredentials 03:02:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:02:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:02:21 . [Pipeline] withDockerContainer 03:02:21 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 03:02:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:02:22 $ docker top ddee7fe1dd08ae5a57cdde88224507e37886e3ac21ea2e25163a7283494f4e06 -eo pid,comm [Pipeline] { [Pipeline] sh 03:02:22 + rm -f snykReport.html [Pipeline] echo 03:02:22 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 03:02:23 + set -o pipefail 03:02:23 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:abb441d7d1970f82b841c2bc1ba1938b3ed69869 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 03:02:23 + snyk-to-html -o snykReport.html 03:02:29 Vulnerability snapshot saved at snykReport.html [Pipeline] } 03:02:29 $ docker stop --time=1 ddee7fe1dd08ae5a57cdde88224507e37886e3ac21ea2e25163a7283494f4e06 03:02:31 $ docker rm -f ddee7fe1dd08ae5a57cdde88224507e37886e3ac21ea2e25163a7283494f4e06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 03:02:32 + git log --format=format:%s -1 abb441d7d1970f82b841c2bc1ba1938b3ed69869 [Pipeline] isUnix [Pipeline] sh 03:02:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:02:33 . [Pipeline] withDockerContainer 03:02:33 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 03:02:33 $ 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 03:02:34 $ docker top d0bd89eec25dfb1ea7a803dc1962ae4e291be64bf77018e5a6fbd03c4ab0ddf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:02:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:02:34 [ssh-agent] Looking for ssh-agent implementation... 03:02:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:02:34 $ docker exec d0bd89eec25dfb1ea7a803dc1962ae4e291be64bf77018e5a6fbd03c4ab0ddf2 ssh-agent 03:02:34 SSH_AUTH_SOCK=/tmp/ssh-NmRLsYqdGGkh/agent.11 03:02:34 SSH_AGENT_PID=16 03:02:34 Running ssh-add (command line suppressed) 03:02:34 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_592712670346511255.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_592712670346511255.key) 03:02:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:02:35 + git semver tag 03:02:35 # -> Open(): unable to determine branch for HEAD 03:02:35 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 03:02:35 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 03:02:35 # $SEMVER_REMOTE_NAME = origin 03:02:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:02:35 # $SEMVER_USER_NAME = edgex-jenkins 03:02:35 # $SEMVER_BRANCH = master 03:02:35 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 03:02:35 # abb441d7d1970f82b841c2bc1ba1938b3ed69869 HEAD 03:02:35 # -> Force: false 03:02:35 # 75970809eb8d37a30d50904153ef151d053ef601 refs/tags/v1.2.4-dev.11 [Pipeline] } 03:02:35 $ docker exec --env ******** --env ******** d0bd89eec25dfb1ea7a803dc1962ae4e291be64bf77018e5a6fbd03c4ab0ddf2 ssh-agent -k 03:02:35 unset SSH_AUTH_SOCK; 03:02:35 unset SSH_AGENT_PID; 03:02:35 echo Agent pid 16 killed; 03:02:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:02:36 + git semver [Pipeline] } 03:02:36 $ docker stop --time=1 d0bd89eec25dfb1ea7a803dc1962ae4e291be64bf77018e5a6fbd03c4ab0ddf2 03:02:37 $ docker rm -f d0bd89eec25dfb1ea7a803dc1962ae4e291be64bf77018e5a6fbd03c4ab0ddf2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:02:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:02:38 03:02:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:02:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:02:38 0.23.1-centos7: Pulling from edgex-lftools 03:02:38 ab5ef0e58194: Pulling fs layer 03:02:38 9712f1f96733: Pulling fs layer 03:02:38 63f879dbbcfc: Pulling fs layer 03:02:38 0d9ebad4ef96: Pulling fs layer 03:02:38 e9a5061849ea: Pulling fs layer 03:02:38 d747dcd14b5f: Pulling fs layer 03:02:38 2de7ff778b66: Pulling fs layer 03:02:38 e9a5061849ea: Waiting 03:02:38 d747dcd14b5f: Waiting 03:02:38 2de7ff778b66: Waiting 03:02:38 0d9ebad4ef96: Waiting 03:02:38 9712f1f96733: Download complete 03:02:40 63f879dbbcfc: Verifying Checksum 03:02:40 63f879dbbcfc: Download complete 03:02:40 e9a5061849ea: Verifying Checksum 03:02:40 e9a5061849ea: Download complete 03:02:40 d747dcd14b5f: Verifying Checksum 03:02:40 d747dcd14b5f: Download complete 03:02:40 2de7ff778b66: Verifying Checksum 03:02:40 2de7ff778b66: Download complete 03:02:40 0d9ebad4ef96: Verifying Checksum 03:02:40 0d9ebad4ef96: Download complete 03:02:40 ab5ef0e58194: Verifying Checksum 03:02:40 ab5ef0e58194: Download complete 03:02:46 ab5ef0e58194: Pull complete 03:02:46 9712f1f96733: Pull complete 03:02:48 63f879dbbcfc: Pull complete 03:02:54 0d9ebad4ef96: Pull complete 03:02:56 e9a5061849ea: Pull complete 03:02:56 d747dcd14b5f: Pull complete 03:02:59 2de7ff778b66: Pull complete 03:02:59 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:02:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:02:59 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:02:59 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 03:02:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:03:03 $ docker top c13a2f541b049f45ee1d776f04dcd083f614254b4d97a13b0af6c8c0de90641f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:03:03 provisioning config files... 03:03:03 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1846315465961991233tmp 03:03:03 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6392361159990022404tmp 03:03:03 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5821542419413599004tmp [Pipeline] { [Pipeline] echo 03:03:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:03:04 ---> sigul-configuration.sh 03:03:04 gpg: directory `/root/.gnupg' created 03:03:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:03:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:03:04 gpg: keyring `/root/.gnupg/secring.gpg' created 03:03:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:03:04 gpg: CAST5 encrypted data 03:03:04 gpg: encrypted with 1 passphrase 03:03:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:03:04 + mkdir /home/jenkins 03:03:04 + mkdir /home/jenkins/sigul [Pipeline] sh 03:03:05 + 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 03:03:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:03:05 ---> sigul-install.sh 03:03:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:03:12 + git tag --list 03:03:12 v1.0.0 03:03:12 v1.1.0 03:03:12 v1.1.1 03:03:12 v1.2.0 03:03:12 v1.2.1 03:03:12 v1.2.2 03:03:12 v1.2.3 03:03:12 v1.2.3-dev.1 03:03:12 v1.2.3-dev.2 03:03:12 v1.2.4-dev.1 03:03:12 v1.2.4-dev.10 03:03:12 v1.2.4-dev.11 03:03:12 v1.2.4-dev.2 03:03:12 v1.2.4-dev.3 03:03:12 v1.2.4-dev.4 03:03:12 v1.2.4-dev.5 03:03:12 v1.2.4-dev.6 03:03:12 v1.2.4-dev.7 03:03:12 v1.2.4-dev.8 03:03:12 v1.2.4-dev.9 [Pipeline] sh 03:03:12 + lftools sign git-tag v1.2.4-dev.11 03:03:14 Signing Git tag with Sigul... 03:03:14 Signing v1.2.4-dev.11 [Pipeline] echo 03:03:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:03:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:03:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:03:15 $ docker stop --time=1 c13a2f541b049f45ee1d776f04dcd083f614254b4d97a13b0af6c8c0de90641f 03:03:17 $ docker rm -f c13a2f541b049f45ee1d776f04dcd083f614254b4d97a13b0af6c8c0de90641f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:03:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:18 . [Pipeline] withDockerContainer 03:03:18 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 03:03:19 $ 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 03:03:20 $ docker top a8a80453db24d37485593462f092d87cb479b386d12fb7fdee88488c83ee5899 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:20 [ssh-agent] Looking for ssh-agent implementation... 03:03:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:20 $ docker exec a8a80453db24d37485593462f092d87cb479b386d12fb7fdee88488c83ee5899 ssh-agent 03:03:20 SSH_AUTH_SOCK=/tmp/ssh-di6CpeNqygKU/agent.11 03:03:20 SSH_AGENT_PID=17 03:03:20 Running ssh-add (command line suppressed) 03:03:21 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1097505860864152391.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1097505860864152391.key) 03:03:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:21 + git semver bump pre 03:03:21 # -> Open(): unable to determine branch for HEAD 03:03:21 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 03:03:21 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 03:03:21 # $SEMVER_REMOTE_NAME = origin 03:03:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:03:21 # $SEMVER_USER_NAME = edgex-jenkins 03:03:21 # $SEMVER_BRANCH = master 03:03:21 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 03:03:21 1.2.4-dev.12 [Pipeline] } 03:03:21 $ docker exec --env ******** --env ******** a8a80453db24d37485593462f092d87cb479b386d12fb7fdee88488c83ee5899 ssh-agent -k 03:03:21 unset SSH_AUTH_SOCK; 03:03:21 unset SSH_AGENT_PID; 03:03:21 echo Agent pid 17 killed; 03:03:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:22 + git semver [Pipeline] } 03:03:22 $ docker stop --time=1 a8a80453db24d37485593462f092d87cb479b386d12fb7fdee88488c83ee5899 03:03:23 $ docker rm -f a8a80453db24d37485593462f092d87cb479b386d12fb7fdee88488c83ee5899 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:03:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:24 . [Pipeline] withDockerContainer 03:03:24 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 03:03:24 $ 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 03:03:24 $ docker top a3189ed00b68a71255b600f3766b2b199353736e2da386fc1d624f351f5bb195 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:25 [ssh-agent] Looking for ssh-agent implementation... 03:03:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:25 $ docker exec a3189ed00b68a71255b600f3766b2b199353736e2da386fc1d624f351f5bb195 ssh-agent 03:03:25 SSH_AUTH_SOCK=/tmp/ssh-Fl9qRAnX3VIG/agent.12 03:03:25 SSH_AGENT_PID=17 03:03:25 Running ssh-add (command line suppressed) 03:03:25 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8233664244559165141.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8233664244559165141.key) 03:03:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:26 + git semver push 03:03:26 # -> Open(): unable to determine branch for HEAD 03:03:26 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 03:03:26 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 03:03:26 # $SEMVER_REMOTE_NAME = origin 03:03:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:03:26 # $SEMVER_USER_NAME = edgex-jenkins 03:03:26 # $SEMVER_BRANCH = master 03:03:26 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 03:03:32 $ docker exec --env ******** --env ******** a3189ed00b68a71255b600f3766b2b199353736e2da386fc1d624f351f5bb195 ssh-agent -k 03:03:33 unset SSH_AUTH_SOCK; 03:03:33 unset SSH_AGENT_PID; 03:03:33 echo Agent pid 17 killed; 03:03:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:33 + git semver [Pipeline] } 03:03:33 $ docker stop --time=1 a3189ed00b68a71255b600f3766b2b199353736e2da386fc1d624f351f5bb195 03:03:35 $ docker rm -f a3189ed00b68a71255b600f3766b2b199353736e2da386fc1d624f351f5bb195 [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 03:03:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:03:37 ---> package-listing.sh 03:03:37 ++ facter osfamily 03:03:37 ++ tr '[:upper:]' '[:lower:]' 03:03:37 + OS_FAMILY=redhat 03:03:37 + workspace=/w/workspace/foundry_device-virtual-go_master 03:03:37 + START_PACKAGES=/tmp/packages_start.txt 03:03:37 + END_PACKAGES=/tmp/packages_end.txt 03:03:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:03:37 + PACKAGES=/tmp/packages_start.txt 03:03:37 + '[' /w/workspace/foundry_device-virtual-go_master ']' 03:03:37 + PACKAGES=/tmp/packages_end.txt 03:03:37 + case "${OS_FAMILY}" in 03:03:37 + rpm -qa 03:03:37 + sort 03:03:41 + '[' -f /tmp/packages_start.txt ']' 03:03:41 + '[' -f /tmp/packages_end.txt ']' 03:03:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:03:41 + '[' /w/workspace/foundry_device-virtual-go_master ']' 03:03:41 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 03:03:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 03:03:41 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 03:03:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:03:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:03:42 03:03:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:03:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:03:42 alpine: Pulling from edgex-lftools-log-publisher 03:03:42 df20fa9351a1: Pulling fs layer 03:03:42 36b3adc4ff6f: Pulling fs layer 03:03:42 8ad3a11d3b57: Pulling fs layer 03:03:42 46f8f816bc3b: Pulling fs layer 03:03:42 93b61091891f: Pulling fs layer 03:03:42 93b9cdb0e59b: Pulling fs layer 03:03:42 5e14af77c1be: Pulling fs layer 03:03:42 01666e4c0597: Pulling fs layer 03:03:42 aa168da1d23b: Pulling fs layer 03:03:42 46f8f816bc3b: Waiting 03:03:42 93b61091891f: Waiting 03:03:42 93b9cdb0e59b: Waiting 03:03:42 5e14af77c1be: Waiting 03:03:42 01666e4c0597: Waiting 03:03:42 aa168da1d23b: Waiting 03:03:42 36b3adc4ff6f: Verifying Checksum 03:03:42 36b3adc4ff6f: Download complete 03:03:42 46f8f816bc3b: Verifying Checksum 03:03:42 46f8f816bc3b: Download complete 03:03:42 df20fa9351a1: Verifying Checksum 03:03:42 df20fa9351a1: Download complete 03:03:42 93b9cdb0e59b: Verifying Checksum 03:03:42 93b9cdb0e59b: Download complete 03:03:42 93b61091891f: Verifying Checksum 03:03:42 93b61091891f: Download complete 03:03:42 5e14af77c1be: Verifying Checksum 03:03:42 5e14af77c1be: Download complete 03:03:42 01666e4c0597: Verifying Checksum 03:03:42 01666e4c0597: Download complete 03:03:42 8ad3a11d3b57: Verifying Checksum 03:03:43 df20fa9351a1: Pull complete 03:03:43 36b3adc4ff6f: Pull complete 03:03:44 aa168da1d23b: Verifying Checksum 03:03:44 aa168da1d23b: Download complete 03:03:45 8ad3a11d3b57: Pull complete 03:03:45 46f8f816bc3b: Pull complete 03:03:45 93b61091891f: Pull complete 03:03:45 93b9cdb0e59b: Pull complete 03:03:45 5e14af77c1be: Pull complete 03:03:46 01666e4c0597: Pull complete 03:03:54 aa168da1d23b: Pull complete 03:03:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:03:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:03:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:03:54 prd-centos7-docker-4c-2g-12361 does not seem to be running inside a container 03:03:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:03:57 $ docker top eda2aa1136fcd555481041a0bf8d1f77601daa608dd3d10c71448804817f2cbd -eo pid,comm [Pipeline] { [Pipeline] sh 03:03:57 + touch /tmp/pre-build-complete [Pipeline] sh 03:03:58 + mkdir -p /var/log/sa [Pipeline] sh 03:03:58 + ls /var/log/sa-host 03:03:58 + sadf -c /var/log/sa-host/sa05 03:03:58 file_magic: OK 03:03:58 HZ: Using current value: 100 03:03:58 file_header: OK 03:03:58 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 03:03:58 Statistics: 03:03:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:03:58 File successfully converted to sysstat format version 12.2.1 03:03:58 + sadf -c /var/log/sa-host/sa17 03:03:58 file_magic: OK 03:03:58 HZ: Using current value: 100 03:03:58 file_header: OK 03:03:58 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 03:03:58 Statistics: 03:03:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:03:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:03:59 provisioning config files... 03:03:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4374958855246820775tmp [Pipeline] { [Pipeline] echo 03:03:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:03:59 ---> create-netrc.sh [Pipeline] } 03:03:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:03:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:03:59 ---> python-tools-install.sh [Pipeline] echo 03:03:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:04:00 ---> sudo-logs.sh 03:04:00 Archiving 'sudo' log.. [Pipeline] echo 03:04:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:04:00 ---> job-cost.sh 03:04:00 lf-activate-venv: SKIPPING 03:04:00 INFO: No Stack... 03:04:01 INFO: Retrieving Pricing Info for: v1-standard-2 03:04:02 INFO: Archiving Costs [Pipeline] echo 03:04:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:04:02 ---> logs-deploy.sh 03:04:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/32 03:04:02 INFO: archiving workspace using pattern(s): 03:04:04 Archives upload complete. 03:04:04 INFO: archiving logs to Nexus 03:04:05 ---> uname -a: 03:04:05 Linux prd-centos7-docker-4c-2g-12361.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:04:05 03:04:05 03:04:05 ---> lscpu: 03:04:05 Architecture: x86_64 03:04:05 CPU op-mode(s): 32-bit, 64-bit 03:04:05 Byte Order: Little Endian 03:04:05 Address sizes: 40 bits physical, 48 bits virtual 03:04:05 CPU(s): 4 03:04:05 On-line CPU(s) list: 0-3 03:04:05 Thread(s) per core: 1 03:04:05 Core(s) per socket: 1 03:04:05 Socket(s): 4 03:04:05 NUMA node(s): 1 03:04:05 Vendor ID: GenuineIntel 03:04:05 CPU family: 6 03:04:05 Model: 44 03:04:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:04:05 Stepping: 1 03:04:05 CPU MHz: 2933.438 03:04:05 BogoMIPS: 5866.87 03:04:05 Virtualization: VT-x 03:04:05 Hypervisor vendor: KVM 03:04:05 Virtualization type: full 03:04:05 L1d cache: 128 KiB 03:04:05 L1i cache: 128 KiB 03:04:05 L2 cache: 16 MiB 03:04:05 L3 cache: 64 MiB 03:04:05 NUMA node0 CPU(s): 0-3 03:04:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:04:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:04:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:04:05 Vulnerability Meltdown: Mitigation; PTI 03:04:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:04:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:04:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:04:05 Vulnerability Tsx async abort: Not affected 03:04:05 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 03:04:05 03:04:05 03:04:05 ---> nproc: 03:04:05 4 03:04:05 03:04:05 03:04:05 ---> df -h: 03:04:05 Filesystem Size Used Available Use% Mounted on 03:04:05 overlay 50.0G 8.5G 41.5G 17% / 03:04:05 tmpfs 64.0M 0 64.0M 0% /dev 03:04:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:04:05 shm 64.0M 0 64.0M 0% /dev/shm 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master@tmp 03:04:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 03:04:05 03:04:05 03:04:05 ---> free -m: 03:04:05 total used free shared buff/cache available 03:04:05 Mem: 1837 816 140 0 880 966 03:04:05 Swap: 1023 2 1021 03:04:05 03:04:05 03:04:05 ---> ip addr: 03:04:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:04:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:04:05 inet 127.0.0.1/8 scope host lo 03:04:05 valid_lft forever preferred_lft forever 03:04:05 inet6 ::1/128 scope host 03:04:05 valid_lft forever preferred_lft forever 03:04:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:04:05 link/ether fa:16:3e:42:11:4e brd ff:ff:ff:ff:ff:ff 03:04:05 inet 10.30.123.253/23 brd 10.30.123.255 scope global dynamic eth0 03:04:05 valid_lft 85826sec preferred_lft 85826sec 03:04:05 inet6 fe80::f816:3eff:fe42:114e/64 scope link 03:04:05 valid_lft forever preferred_lft forever 03:04:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:04:05 link/ether 02:42:e8:5f:fb:6c brd ff:ff:ff:ff:ff:ff 03:04:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:04:05 valid_lft forever preferred_lft forever 03:04:05 inet6 fe80::42:e8ff:fe5f:fb6c/64 scope link 03:04:05 valid_lft forever preferred_lft forever 03:04:05 03:04:05 03:04:05 ---> sar -b -r -n DEV: 03:04:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/17/20 _x86_64_ (4 CPU) 03:04:05 03:04:05 02:54:14 LINUX RESTART (4 CPU) 03:04:05 03:04:05 02:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:04:05 02:56:01 44.89 13.22 31.67 0.00 4626.36 2482.91 0.00 03:04:05 02:57:01 1.90 0.00 1.90 0.00 0.00 38.35 0.00 03:04:05 02:58:01 0.28 0.00 0.28 0.00 0.00 4.40 0.00 03:04:05 02:59:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 03:04:05 03:00:01 0.23 0.00 0.23 0.00 0.00 3.56 0.00 03:04:05 03:01:01 0.45 0.05 0.40 0.00 0.67 5.85 0.00 03:04:05 03:02:01 212.10 132.40 79.70 0.00 6294.82 33022.90 0.00 03:04:05 03:03:01 261.94 106.64 155.30 0.00 5286.07 31664.52 0.00 03:04:05 Average: 65.29 31.55 33.73 0.00 2026.86 8407.11 0.00 03:04:05 03:04:05 02:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:04:05 02:56:01 181084 0 584320 31.06 2620 1113532 1122600 38.31 422532 1119120 136 03:04:05 02:57:01 186364 0 579032 30.77 2620 1113540 1089032 37.17 421812 1115324 12 03:04:05 02:58:01 185740 0 579652 30.81 2620 1113544 1089284 37.18 423332 1115320 8 03:04:05 02:59:01 184304 0 581084 30.88 2620 1113548 1089236 37.17 426820 1112688 12 03:04:05 03:00:01 184464 0 580916 30.87 2620 1113556 1089104 37.17 433976 1105680 16 03:04:05 03:01:01 183268 0 582108 30.94 2620 1113560 1091768 37.26 435088 1105624 12 03:04:05 03:02:01 149420 0 694076 36.89 2596 1035464 1250548 42.68 481308 1036732 48 03:04:05 03:03:01 105732 0 785984 41.77 1492 988348 1320760 45.08 598860 870024 8 03:04:05 Average: 170047 0 620896 33.00 2476 1088136 1142792 39.00 455466 1072564 32 03:04:05 03:04:05 02:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:04:05 02:56:01 eth0 183.54 129.43 476.60 49.88 0.00 0.00 0.00 0.00 03:04:05 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 02:56:01 docker0 1.70 1.51 0.34 3.41 0.00 0.00 0.00 0.00 03:04:05 02:57:01 eth0 0.78 0.07 0.06 0.01 0.00 0.00 0.00 0.00 03:04:05 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 02:58:01 eth0 1.90 1.13 1.14 0.25 0.00 0.00 0.00 0.00 03:04:05 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 02:59:01 eth0 0.53 0.43 0.31 0.21 0.00 0.00 0.00 0.00 03:04:05 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:00:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:04:05 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:01:01 eth0 0.18 0.08 0.07 0.01 0.00 0.00 0.00 0.00 03:04:05 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:02:01 veth2d31b56 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:02:01 eth0 447.03 372.87 4082.24 32.42 0.00 0.00 0.00 0.00 03:04:05 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:03:01 eth0 476.55 426.08 3555.37 94.33 0.00 0.00 0.00 0.00 03:04:05 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 03:03:01 docker0 37.84 38.68 3.43 200.81 0.00 0.00 0.00 0.00 03:04:05 Average: eth0 138.90 116.34 1014.96 22.16 0.00 0.00 0.00 0.00 03:04:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:04:05 Average: docker0 4.94 5.03 0.47 25.54 0.00 0.00 0.00 0.00 03:04:05 03:04:05 03:04:05 ---> sar -P ALL: 03:04:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/17/20 _x86_64_ (4 CPU) 03:04:05 03:04:05 02:54:14 LINUX RESTART (4 CPU) 03:04:05 03:04:05 02:55:01 CPU %user %nice %system %iowait %steal %idle 03:04:05 02:56:01 all 3.73 0.00 2.40 1.50 0.03 92.35 03:04:05 02:56:01 0 3.88 0.00 2.62 0.99 0.02 92.50 03:04:05 02:56:01 1 3.89 0.00 2.52 0.65 0.03 92.91 03:04:05 02:56:01 2 3.86 0.00 2.04 0.49 0.02 93.60 03:04:05 02:56:01 3 3.29 0.00 2.43 3.86 0.03 90.40 03:04:05 02:57:01 all 0.15 0.00 0.04 0.00 0.00 99.81 03:04:05 02:57:01 0 0.37 0.00 0.03 0.00 0.00 99.60 03:04:05 02:57:01 1 0.07 0.00 0.03 0.00 0.00 99.90 03:04:05 02:57:01 2 0.10 0.00 0.05 0.00 0.00 99.85 03:04:05 02:57:01 3 0.07 0.00 0.03 0.00 0.00 99.90 03:04:05 02:58:01 all 0.19 0.00 0.05 0.00 0.00 99.76 03:04:05 02:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:04:05 02:58:01 1 0.07 0.00 0.03 0.00 0.00 99.90 03:04:05 02:58:01 2 0.58 0.00 0.07 0.00 0.00 99.35 03:04:05 02:58:01 3 0.08 0.00 0.05 0.00 0.00 99.87 03:04:05 02:59:01 all 0.13 0.00 0.05 0.00 0.00 99.82 03:04:05 02:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:04:05 02:59:01 1 0.07 0.00 0.07 0.00 0.00 99.87 03:04:05 02:59:01 2 0.43 0.00 0.08 0.00 0.00 99.48 03:04:05 02:59:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:04:05 03:00:01 all 0.04 0.00 0.08 0.00 0.00 99.88 03:04:05 03:00:01 0 0.02 0.00 0.05 0.00 0.00 99.93 03:04:05 03:00:01 1 0.03 0.00 0.17 0.00 0.00 99.80 03:04:05 03:00:01 2 0.08 0.00 0.07 0.00 0.00 99.85 03:04:05 03:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:04:05 03:01:01 all 0.03 0.00 0.07 0.00 0.00 99.90 03:04:05 03:01:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:04:05 03:01:01 1 0.03 0.00 0.15 0.00 0.00 99.82 03:04:05 03:01:01 2 0.07 0.00 0.07 0.00 0.00 99.87 03:04:05 03:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:04:05 03:02:01 all 7.65 0.00 5.65 1.22 0.03 85.44 03:04:05 03:02:01 0 7.56 0.00 7.12 1.10 0.02 84.21 03:04:05 03:02:01 1 7.34 0.00 5.15 1.87 0.03 85.61 03:04:05 03:02:01 2 8.00 0.00 5.21 1.15 0.03 85.61 03:04:05 03:02:01 3 7.72 0.00 5.12 0.76 0.05 86.34 03:04:05 03:03:01 all 11.63 0.00 9.01 3.52 0.05 75.79 03:04:05 03:03:01 0 10.92 0.00 9.50 3.80 0.03 75.76 03:04:05 03:03:01 1 12.43 0.00 8.52 3.38 0.05 75.62 03:04:05 03:03:01 2 11.33 0.00 9.07 3.98 0.07 75.55 03:04:05 03:03:01 3 11.85 0.00 8.97 2.90 0.03 76.24 03:04:05 Average: all 2.91 0.00 2.14 0.77 0.01 94.16 03:04:05 Average: 0 2.81 0.00 2.39 0.72 0.01 94.06 03:04:05 Average: 1 2.96 0.00 2.06 0.73 0.01 94.24 03:04:05 Average: 2 3.03 0.00 2.06 0.69 0.01 94.19 03:04:05 Average: 3 2.85 0.00 2.06 0.93 0.01 94.15 03:04:05 03:04:05 03:04:05