Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 61a361d9b68ffcf858458df79d4a2319d2580f82 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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-14110 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 61a361d9b68ffcf858458df79d4a2319d2580f82 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 61a361d9b68ffcf858458df79d4a2319d2580f82 # timeout=10 Commit message: "Merge pull request #152 from FelixTing/issue-151" > git rev-list --no-walk abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:33:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:33:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:33:26 ========================================================= 03:33:26 EdgeX Global Pipelines Version Info 03:33:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:33:27 ------------------- 03:33:27 stable info: 03:33:27 ------------------- 03:33:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:33:27 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 03:33:27 Message: update stable to v1.0.169 03:33:28 ------------------- 03:33:28 experimental info: 03:33:28 ------------------- 03:33:28 Commited By: **** collab-it+edgex@linuxfoundation.org 03:33:28 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 03:33:28 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:33:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:33:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:33:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 03:33:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:33:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:33:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:33:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:33:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:33:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:33:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:33:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:33:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:33:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61a361d9b68ffcf858458df79d4a2319d2580f82 [Pipeline] echo 03:33:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61a361d [Pipeline] echo 03:33:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:33:32 provisioning config files... 03:33:32 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3211413557372857044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:33:33 ---> docker-login.sh 03:33:33 nexus3.edgexfoundry.org:10001 03:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:33:33 Configure a credential helper to remove this warning. See 03:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:33:33 03:33:33 Login Succeeded 03:33:33 nexus3.edgexfoundry.org:10002 03:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:33:33 Configure a credential helper to remove this warning. See 03:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:33:33 03:33:33 Login Succeeded 03:33:33 nexus3.edgexfoundry.org:10003 03:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:33:34 Configure a credential helper to remove this warning. See 03:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:33:34 03:33:34 Login Succeeded 03:33:34 nexus3.edgexfoundry.org:10004 03:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:33:34 Configure a credential helper to remove this warning. See 03:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:33:34 03:33:34 Login Succeeded 03:33:34 docker.io 03:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:33:34 Configure a credential helper to remove this warning. See 03:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:33:34 03:33:34 Login Succeeded 03:33:34 ---> docker-login.sh ends [Pipeline] } 03:33:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:33:35 + git log --format=format:%s -1 61a361d9b68ffcf858458df79d4a2319d2580f82 [Pipeline] echo 03:33:35 GIT_COMMIT: 61a361d9b68ffcf858458df79d4a2319d2580f82, Commit Message: Merge pull request #152 from FelixTing/issue-151 [Pipeline] echo 03:33:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:33:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:33:36 03:33:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:33:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:33:36 latest: Pulling from edgex-devops/git-semver 03:33:36 31603596830f: Pulling fs layer 03:33:36 2a8b12db71e7: Pulling fs layer 03:33:36 6ca5941a6612: Pulling fs layer 03:33:36 ecc8261a40a4: Pulling fs layer 03:33:36 ecc8261a40a4: Waiting 03:33:36 2a8b12db71e7: Verifying Checksum 03:33:36 2a8b12db71e7: Download complete 03:33:37 31603596830f: Verifying Checksum 03:33:37 31603596830f: Download complete 03:33:37 6ca5941a6612: Verifying Checksum 03:33:37 6ca5941a6612: Download complete 03:33:37 ecc8261a40a4: Verifying Checksum 03:33:37 ecc8261a40a4: Download complete 03:33:37 31603596830f: Pull complete 03:33:37 2a8b12db71e7: Pull complete 03:33:38 6ca5941a6612: Pull complete 03:33:38 ecc8261a40a4: Pull complete 03:33:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:33:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:33:38 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:33:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:33:41 $ docker top aef1b140ff386f9e6c179cf5b4e5a3ec604814b9a5f1af76000cc7241128b3ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:33:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:33:41 [ssh-agent] Looking for ssh-agent implementation... 03:33:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:33:41 $ docker exec aef1b140ff386f9e6c179cf5b4e5a3ec604814b9a5f1af76000cc7241128b3ec ssh-agent 03:33:41 SSH_AUTH_SOCK=/tmp/ssh-TgIdO8JVLkLW/agent.11 03:33:41 SSH_AGENT_PID=16 03:33:41 Running ssh-add (command line suppressed) 03:33:42 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5628976315405654872.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5628976315405654872.key) 03:33:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:33:42 + git tag --points-at HEAD [Pipeline] } 03:33:42 $ docker exec --env ******** --env ******** aef1b140ff386f9e6c179cf5b4e5a3ec604814b9a5f1af76000cc7241128b3ec ssh-agent -k 03:33:42 unset SSH_AUTH_SOCK; 03:33:42 unset SSH_AGENT_PID; 03:33:42 echo Agent pid 16 killed; 03:33:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:33:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:33:42 [ssh-agent] Looking for ssh-agent implementation... 03:33:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:33:42 $ docker exec aef1b140ff386f9e6c179cf5b4e5a3ec604814b9a5f1af76000cc7241128b3ec ssh-agent 03:33:43 SSH_AUTH_SOCK=/tmp/ssh-VzpvoJBOXW1i/agent.45 03:33:43 SSH_AGENT_PID=50 03:33:43 Running ssh-add (command line suppressed) 03:33:43 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1273597936570067436.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1273597936570067436.key) 03:33:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:33:43 + git semver init 03:33:43 # -> Open(): unable to determine branch for HEAD 03:33:43 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 03:33:43 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 03:33:43 # $SEMVER_REMOTE_NAME = origin 03:33:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:33:43 # $SEMVER_USER_NAME = edgex-jenkins 03:33:43 # $SEMVER_BRANCH = master 03:33:43 # $SEMVER_TEMP = /tmp/semver-144991158 03:33:43 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 03:33:43 # '/tmp/semver-144991158' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 03:33:43 # -> Force: false 03:33:43 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 03:33:43 $ docker exec --env ******** --env ******** aef1b140ff386f9e6c179cf5b4e5a3ec604814b9a5f1af76000cc7241128b3ec ssh-agent -k 03:33:44 unset SSH_AUTH_SOCK; 03:33:44 unset SSH_AGENT_PID; 03:33:44 echo Agent pid 50 killed; 03:33:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:33:44 + git semver [Pipeline] } 03:33:44 $ docker stop --time=1 aef1b140ff386f9e6c179cf5b4e5a3ec604814b9a5f1af76000cc7241128b3ec 03:33:45 $ docker rm -f aef1b140ff386f9e6c179cf5b4e5a3ec604814b9a5f1af76000cc7241128b3ec [Pipeline] // withDockerContainer [Pipeline] sh 03:33:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:33:46 Stashed 1 file(s) [Pipeline] echo 03:33:46 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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 03:34:02 Still waiting to schedule task 03:34:02 ‘prd-centos7-docker-4c-2g-14111’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ 03:34:02 Still waiting to schedule task 03:34:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 03:35:58 Running on prd-centos7-docker-4c-2g-14116 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 03:35:58 Running in /w/workspace/device-virtual-go/34 [Pipeline] { [Pipeline] checkout 03:36:00 using credential edgex-jenkins-ssh 03:36:01 Cloning the remote Git repository 03:36:00 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 03:36:01 > git init /w/workspace/device-virtual-go/34 # timeout=10 03:36:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:36:01 > git --version # timeout=10 03:36:01 > git --version # 'git version 2.24.3' 03:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 03:36:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:36:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:36:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:36:02 Checking out Revision 61a361d9b68ffcf858458df79d4a2319d2580f82 (master) 03:36:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:36:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 03:36:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:36:02 > git config core.sparsecheckout # timeout=10 03:36:02 > git checkout -f 61a361d9b68ffcf858458df79d4a2319d2580f82 # timeout=10 03:36:06 Commit message: "Merge pull request #152 from FelixTing/issue-151" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:36:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:36:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:36:08 + sudo service docker restart 03:36:08 + true 03:36:08 Redirecting to /bin/systemctl restart docker.service 03:36:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14113 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 03:36:08 Running in /w/workspace/device-virtual-go/34 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:36:09 provisioning config files... 03:36:09 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/34@tmp/config8747402362031577472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:36:10 ---> docker-login.sh 03:36:10 nexus3.edgexfoundry.org:10001 03:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:10 Configure a credential helper to remove this warning. See 03:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:10 03:36:10 Login Succeeded 03:36:10 nexus3.edgexfoundry.org:10002 03:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:10 Configure a credential helper to remove this warning. See 03:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:10 03:36:10 Login Succeeded 03:36:10 nexus3.edgexfoundry.org:10003 03:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:10 Configure a credential helper to remove this warning. See 03:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:10 03:36:10 Login Succeeded 03:36:10 nexus3.edgexfoundry.org:10004 03:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:11 Configure a credential helper to remove this warning. See 03:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:11 03:36:11 Login Succeeded 03:36:11 docker.io 03:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:11 Configure a credential helper to remove this warning. See 03:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:11 03:36:11 Login Succeeded 03:36:11 ---> docker-login.sh ends [Pipeline] } 03:36:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:36:12 ========================================================= 03:36:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:36:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:36:12 + 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 . 03:36:12 Sending build context to Docker daemon 472.1kB 03:36:12 Step 1/8 : ARG BASE=golang:1.15-alpine 03:36:12 Step 2/8 : FROM ${BASE} 03:36:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:36:12 188c0c94c7c5: Pulling fs layer 03:36:12 0ef7d3d256c8: Pulling fs layer 03:36:12 de9db76c5a1d: Pulling fs layer 03:36:12 bca2f99d35d6: Pulling fs layer 03:36:12 93359f2a8cfa: Pulling fs layer 03:36:12 7c6f9722023f: Pulling fs layer 03:36:12 a35cf1a2eb13: Pulling fs layer 03:36:12 bca2f99d35d6: Waiting 03:36:12 7c6f9722023f: Waiting 03:36:12 a35cf1a2eb13: Waiting 03:36:12 93359f2a8cfa: Waiting 03:36:12 de9db76c5a1d: Download complete 03:36:12 0ef7d3d256c8: Verifying Checksum 03:36:12 0ef7d3d256c8: Download complete 03:36:12 93359f2a8cfa: Verifying Checksum 03:36:12 93359f2a8cfa: Download complete 03:36:12 188c0c94c7c5: Verifying Checksum 03:36:12 188c0c94c7c5: Download complete 03:36:12 7c6f9722023f: Verifying Checksum 03:36:12 7c6f9722023f: Download complete 03:36:13 188c0c94c7c5: Pull complete 03:36:13 0ef7d3d256c8: Pull complete 03:36:13 de9db76c5a1d: Pull complete 03:36:13 using credential edgex-jenkins-ssh 03:36:13 Cloning the remote Git repository 03:36:14 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 03:36:14 > git init /w/workspace/device-virtual-go/34 # timeout=10 03:36:14 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:36:14 > git --version # timeout=10 03:36:14 > git --version # 'git version 2.17.1' 03:36:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:36:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:36:15 a35cf1a2eb13: Verifying Checksum 03:36:15 a35cf1a2eb13: Download complete 03:36:15 bca2f99d35d6: Verifying Checksum 03:36:15 bca2f99d35d6: Download complete 03:36:16 Checking out Revision 61a361d9b68ffcf858458df79d4a2319d2580f82 (master) 03:36:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:36:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:36:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:36:15 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:36:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:36:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:36:16 > git config core.sparsecheckout # timeout=10 03:36:16 > git checkout -f 61a361d9b68ffcf858458df79d4a2319d2580f82 # timeout=10 03:36:20 Commit message: "Merge pull request #152 from FelixTing/issue-151" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:36:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:36:22 bca2f99d35d6: Pull complete 03:36:22 93359f2a8cfa: Pull complete 03:36:22 7c6f9722023f: Pull complete 03:36:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:36:23 + sudo service docker restart 03:36:23 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:36:25 provisioning config files... 03:36:25 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/34@tmp/config3944689129363622199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:36:25 ---> docker-login.sh 03:36:25 nexus3.edgexfoundry.org:10001 03:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:26 a35cf1a2eb13: Pull complete 03:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:26 Configure a credential helper to remove this warning. See 03:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:26 03:36:26 Login Succeeded 03:36:26 nexus3.edgexfoundry.org:10002 03:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:36:27 ---> a62c8e92a672 03:36:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 03:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:27 Configure a credential helper to remove this warning. See 03:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:27 03:36:27 Login Succeeded 03:36:27 nexus3.edgexfoundry.org:10003 03:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:27 ---> Running in 521f6238fecd 03:36:27 Removing intermediate container 521f6238fecd 03:36:27 ---> bafaa149cfd3 03:36:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:28 Configure a credential helper to remove this warning. See 03:36:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:28 03:36:28 Login Succeeded 03:36:28 nexus3.edgexfoundry.org:10004 03:36:28 ---> Running in 9ef758088a51 03:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:28 Configure a credential helper to remove this warning. See 03:36:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:28 03:36:28 Login Succeeded 03:36:28 docker.io 03:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:36:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:36:29 Configure a credential helper to remove this warning. See 03:36:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:36:29 03:36:29 Login Succeeded 03:36:29 ---> docker-login.sh ends [Pipeline] } 03:36:29 Deleting 1 temporary files [Pipeline] // wrap 03:36:29 Removing intermediate container 9ef758088a51 03:36:29 ---> 155d0f0f9e16 03:36:29 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:36:29 ---> Running in f157b810965a [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:36:29 ========================================================= 03:36:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:36:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:36:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 03:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:36:30 Sending build context to Docker daemon 471kB 03:36:30 Step 1/8 : ARG BASE=golang:1.15-alpine 03:36:30 Step 2/8 : FROM ${BASE} 03:36:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:36:30 5f621e34cdf4: Pulling fs layer 03:36:30 a4357932f1b6: Pulling fs layer 03:36:30 18c013af1878: Pulling fs layer 03:36:30 00ac8860ef70: Pulling fs layer 03:36:30 63d7cb157983: Pulling fs layer 03:36:30 b116817d02f9: Pulling fs layer 03:36:30 745a02a5169b: Pulling fs layer 03:36:30 63d7cb157983: Waiting 03:36:30 745a02a5169b: Waiting 03:36:30 b116817d02f9: Waiting 03:36:30 18c013af1878: Verifying Checksum 03:36:30 18c013af1878: Download complete 03:36:30 a4357932f1b6: Verifying Checksum 03:36:30 a4357932f1b6: Download complete 03:36:30 63d7cb157983: Verifying Checksum 03:36:30 63d7cb157983: Download complete 03:36:30 5f621e34cdf4: Verifying Checksum 03:36:30 5f621e34cdf4: Download complete 03:36:30 b116817d02f9: Verifying Checksum 03:36:30 b116817d02f9: Download complete 03:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:36:31 5f621e34cdf4: Pull complete 03:36:32 (1/14) Installing libmagic (5.38-r0) 03:36:32 a4357932f1b6: Pull complete 03:36:32 18c013af1878: Pull complete 03:36:32 (2/14) Installing file (5.38-r0) 03:36:32 (3/14) Installing libc-dev (0.7.2-r3) 03:36:32 (4/14) Installing g++ (9.3.0-r2) 03:36:33 745a02a5169b: Verifying Checksum 03:36:33 745a02a5169b: Download complete 03:36:34 00ac8860ef70: Verifying Checksum 03:36:34 00ac8860ef70: Download complete 03:36:44 00ac8860ef70: Pull complete 03:36:44 63d7cb157983: Pull complete 03:36:44 b116817d02f9: Pull complete 03:36:47 745a02a5169b: Pull complete 03:36:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:36:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:36:47 ---> b7e6874047d6 03:36:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 03:36:51 (5/14) Installing fortify-headers (1.1-r0) 03:36:51 (6/14) Installing patch (2.7.6-r6) 03:36:51 (7/14) Installing build-base (0.5-r2) 03:36:51 (8/14) Installing openssh-keygen (8.3_p1-r0) 03:36:51 (9/14) Installing libedit (20191231.3.1-r0) 03:36:51 (10/14) Installing openssh-client (8.3_p1-r0) 03:36:51 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 03:36:51 (12/14) Installing openssh-server-common (8.3_p1-r0) 03:36:51 (13/14) Installing openssh-server (8.3_p1-r0) 03:36:51 (14/14) Installing openssh (8.3_p1-r0) 03:36:51 Executing busybox-1.31.1-r19.trigger 03:36:51 OK: 237 MiB in 53 packages 03:36:51 ---> Running in 1a276da018e1 03:36:51 Removing intermediate container 1a276da018e1 03:36:51 ---> ab05ccaf9ab9 03:36:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:51 ---> Running in e0187e30123e 03:36:54 Removing intermediate container e0187e30123e 03:36:54 ---> 306496a3f5f2 03:36:54 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:36:54 ---> Running in 601e867f80ad 03:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:55 Removing intermediate container f157b810965a 03:36:55 ---> c29c7322d257 03:36:55 Step 6/8 : WORKDIR /device-virtual-go 03:36:55 ---> Running in 04bce0547c05 03:36:55 Removing intermediate container 04bce0547c05 03:36:55 ---> 202736440ee3 03:36:55 Step 7/8 : COPY . . 03:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:55 ---> ba2f33afbaf2 03:36:55 Step 8/8 : RUN go mod download 03:36:55 ---> Running in f003e43f5387 03:36:57 (1/14) Installing libmagic (5.38-r0) 03:36:58 (2/14) Installing file (5.38-r0) 03:36:58 (3/14) Installing libc-dev (0.7.2-r3) 03:36:58 (4/14) Installing g++ (9.3.0-r2) 03:37:10 (5/14) Installing fortify-headers (1.1-r0) 03:37:10 (6/14) Installing patch (2.7.6-r6) 03:37:10 (7/14) Installing build-base (0.5-r2) 03:37:10 (8/14) Installing openssh-keygen (8.3_p1-r0) 03:37:10 (9/14) Installing libedit (20191231.3.1-r0) 03:37:10 (10/14) Installing openssh-client (8.3_p1-r0) 03:37:10 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 03:37:10 (12/14) Installing openssh-server-common (8.3_p1-r0) 03:37:10 (13/14) Installing openssh-server (8.3_p1-r0) 03:37:10 (14/14) Installing openssh (8.3_p1-r0) 03:37:10 Executing busybox-1.31.1-r19.trigger 03:37:10 OK: 221 MiB in 53 packages 03:37:14 Removing intermediate container 601e867f80ad 03:37:14 ---> 229af041354f 03:37:14 Step 6/8 : WORKDIR /device-virtual-go 03:37:14 ---> Running in f05132e98577 03:37:14 Removing intermediate container f05132e98577 03:37:14 ---> da872ca55c70 03:37:14 Step 7/8 : COPY . . 03:37:15 ---> d4987774cf3f 03:37:15 Step 8/8 : RUN go mod download 03:37:15 ---> Running in 5b665b878a41 03:37:18 Removing intermediate container f003e43f5387 03:37:18 ---> b0d5b512b48f 03:37:18 Successfully built b0d5b512b48f 03:37:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:37:18 + docker inspect -f . ci-base-image-x86_64 03:37:18 . [Pipeline] withDockerContainer 03:37:19 prd-centos7-docker-4c-2g-14116 does not seem to be running inside a container 03:37:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/34 -v /w/workspace/device-virtual-go/34:/w/workspace/device-virtual-go/34:rw,z -v /w/workspace/device-virtual-go/34@tmp:/w/workspace/device-virtual-go/34@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 03:37:20 $ docker top 8f4905f8aa9ce9d0fa53685e462ddc3940158c8857bddda1eccfc61f1b34fa98 -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:21 + go version 03:37:21 go version go1.15.5 linux/amd64 [Pipeline] } 03:37:21 $ docker stop --time=1 8f4905f8aa9ce9d0fa53685e462ddc3940158c8857bddda1eccfc61f1b34fa98 03:37:22 $ docker rm -f 8f4905f8aa9ce9d0fa53685e462ddc3940158c8857bddda1eccfc61f1b34fa98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:37:23 + docker inspect -f . ci-base-image-x86_64 03:37:23 . [Pipeline] withDockerContainer 03:37:23 prd-centos7-docker-4c-2g-14116 does not seem to be running inside a container 03:37:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/34 -v /w/workspace/device-virtual-go/34:/w/workspace/device-virtual-go/34:rw,z -v /w/workspace/device-virtual-go/34@tmp:/w/workspace/device-virtual-go/34@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 03:37:24 $ docker top 1e167c22fd915f5507bd85ff5dce4c4ce1c7307117c56858135b20991e0aa394 -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:25 + make test 03:37:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:37:26 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:37:38 Removing intermediate container 5b665b878a41 03:37:38 ---> 55ab95da9b77 03:37:38 Successfully built 55ab95da9b77 03:37:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:37:38 + docker inspect -f . ci-base-image-arm64 03:37:38 . [Pipeline] withDockerContainer 03:37:38 prd-ubuntu18.04-docker-arm64-4c-16g-14113 does not seem to be running inside a container 03:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/34 -v /w/workspace/device-virtual-go/34:/w/workspace/device-virtual-go/34:rw,z -v /w/workspace/device-virtual-go/34@tmp:/w/workspace/device-virtual-go/34@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 03:37:40 $ docker top 755cb02f585dc6b734a3a742be58b7ff8512b97130aceef43cdda22ec342c82f -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:41 + go version 03:37:41 go version go1.15.5 linux/arm64 [Pipeline] } 03:37:41 $ docker stop --time=1 755cb02f585dc6b734a3a742be58b7ff8512b97130aceef43cdda22ec342c82f 03:37:43 $ docker rm -f 755cb02f585dc6b734a3a742be58b7ff8512b97130aceef43cdda22ec342c82f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:37:44 + docker inspect -f . ci-base-image-arm64 03:37:44 . [Pipeline] withDockerContainer 03:37:44 prd-ubuntu18.04-docker-arm64-4c-16g-14113 does not seem to be running inside a container 03:37:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/34 -v /w/workspace/device-virtual-go/34:/w/workspace/device-virtual-go/34:rw,z -v /w/workspace/device-virtual-go/34@tmp:/w/workspace/device-virtual-go/34@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 03:37:46 $ docker top 834d9c4762579b1f6eb6a2339c830677ef3947a48fd240d81ddd99ce2ecdf683 -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:47 + make test 03:37:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:37:48 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:37:49 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 03:37:49 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.406s coverage: 64.4% of statements 03:37:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:37:51 gofmt -l . 03:37:51 [ "`gofmt -l .`" = "" ] 03:37:51 ./bin/test-attribution-txt.sh 03:37:51 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:37:51 $ docker stop --time=1 1e167c22fd915f5507bd85ff5dce4c4ce1c7307117c56858135b20991e0aa394 03:37:53 $ docker rm -f 1e167c22fd915f5507bd85ff5dce4c4ce1c7307117c56858135b20991e0aa394 [Pipeline] // withDockerContainer [Pipeline] sh 03:37:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:37:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:37:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:37:58 + ls -al . 03:37:58 total 124 03:37:58 drwxrwxr-x. 7 jenkins jenkins 4096 Dec 2 03:37 . 03:37:58 drwxrwxr-x. 4 jenkins jenkins 30 Dec 2 03:36 .. 03:37:58 -rw-rw-r--. 1 jenkins jenkins 6713 Dec 2 03:36 Attribution.txt 03:37:58 drwxrwxr-x. 2 jenkins jenkins 64 Dec 2 03:36 bin 03:37:58 drwxrwxr-x. 3 jenkins jenkins 32 Dec 2 03:36 cmd 03:37:58 -rw-r--r--. 1 jenkins jenkins 47242 Dec 2 03:37 coverage.out 03:37:58 -rw-rw-r--. 1 jenkins jenkins 1834 Dec 2 03:36 Dockerfile 03:37:58 -rw-rw-r--. 1 jenkins jenkins 957 Dec 2 03:36 Dockerfile.build 03:37:58 drwxrwxr-x. 8 jenkins jenkins 162 Dec 2 03:36 .git 03:37:58 drwxrwxr-x. 2 jenkins jenkins 60 Dec 2 03:36 .github 03:37:58 -rw-rw-r--. 1 jenkins jenkins 258 Dec 2 03:36 .gitignore 03:37:58 -rw-r--r--. 1 jenkins jenkins 862 Dec 2 03:37 go.mod 03:37:58 -rw-r--r--. 1 jenkins jenkins 16358 Dec 2 03:37 go.sum 03:37:58 drwxrwxr-x. 3 jenkins jenkins 20 Dec 2 03:36 internal 03:37:58 -rw-rw-r--. 1 jenkins jenkins 660 Dec 2 03:36 Jenkinsfile 03:37:58 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 2 03:36 LICENSE 03:37:58 -rw-rw-r--. 1 jenkins jenkins 873 Dec 2 03:36 Makefile 03:37:58 -rw-rw-r--. 1 jenkins jenkins 918 Dec 2 03:36 README.md 03:37:58 -rw-rw-r--. 1 jenkins jenkins 11 Dec 2 03:33 VERSION 03:37:58 -rw-rw-r--. 1 jenkins jenkins 235 Dec 2 03:36 version.go [Pipeline] isUnix [Pipeline] sh 03:37:59 + 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=61a361d9b68ffcf858458df79d4a2319d2580f82 --label arch=amd64 --label version=1.3.1-dev.1 . 03:37:59 Sending build context to Docker daemon 537.1kB 03:37:59 Step 1/22 : ARG BASE=golang:1.15-alpine 03:37:59 Step 2/22 : FROM ${BASE} AS builder 03:37:59 ---> b0d5b512b48f 03:37:59 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:37:59 ---> Running in 23cdebe5db24 03:37:59 Removing intermediate container 23cdebe5db24 03:37:59 ---> dc1113414b48 03:37:59 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:37:59 ---> Running in 149900268d7d 03:37:59 Removing intermediate container 149900268d7d 03:37:59 ---> b66df2ae4966 03:37:59 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 03:38:00 ---> Running in 0e1ab977f8ec 03:38:00 Removing intermediate container 0e1ab977f8ec 03:38:00 ---> 76ca2980f643 03:38:00 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:00 ---> Running in 87120d1ddce3 03:38:01 Removing intermediate container 87120d1ddce3 03:38:01 ---> 194b77fa4a08 03:38:01 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:38:01 ---> Running in bee940669d94 03:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:38:03 OK: 237 MiB in 53 packages 03:38:03 Removing intermediate container bee940669d94 03:38:03 ---> fc3d7b78dbe4 03:38:03 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 03:38:03 ---> Running in f0e33afe7a8c 03:38:03 Removing intermediate container f0e33afe7a8c 03:38:03 ---> 2a81fde75542 03:38:03 Step 9/22 : COPY . . 03:38:04 ---> 0702745b162d 03:38:04 Step 10/22 : ARG MAKE='make build' 03:38:04 ---> Running in 47976aa71d3e 03:38:05 Removing intermediate container 47976aa71d3e 03:38:05 ---> 1d43b0d0cb58 03:38:05 Step 11/22 : RUN $MAKE 03:38:05 ---> Running in d983194c29ae 03:38:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.1" -o cmd/device-virtual ./cmd 03:38:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:38:24 Removing intermediate container d983194c29ae 03:38:24 ---> 945984bb3c51 03:38:24 Step 12/22 : FROM alpine 03:38:25 latest: Pulling from library/alpine 03:38:25 188c0c94c7c5: Already exists 03:38:25 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:38:25 Status: Downloaded newer image for alpine:latest 03:38:25 ---> d6e46aa2470d 03:38:25 Step 13/22 : ENV APP_PORT=49990 03:38:25 ---> Running in e10463251e9e 03:38:25 Removing intermediate container e10463251e9e 03:38:25 ---> 3cf16b41d4c9 03:38:25 Step 14/22 : EXPOSE $APP_PORT 03:38:25 ---> Running in f220f4f8f14c 03:38:25 Removing intermediate container f220f4f8f14c 03:38:25 ---> a2b7f0c0ddc2 03:38:25 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 03:38:26 ---> 7630a20a133b 03:38:26 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 03:38:26 ---> 45dc69bf4f6b 03:38:26 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 03:38:26 ---> b2508e6bf421 03:38:26 Step 18/22 : ENTRYPOINT ["/device-virtual"] 03:38:27 ---> Running in 9a748fcc676a 03:38:27 Removing intermediate container 9a748fcc676a 03:38:27 ---> f7e8e3fdf1ae 03:38:27 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:38:27 ---> Running in 167f59fcf23a 03:38:27 Removing intermediate container 167f59fcf23a 03:38:27 ---> aee9b9aa43df 03:38:27 Step 20/22 : LABEL arch=amd64 03:38:27 ---> Running in d3651f9c880b 03:38:27 Removing intermediate container d3651f9c880b 03:38:27 ---> 60d240ab4983 03:38:27 Step 21/22 : LABEL git_sha=61a361d9b68ffcf858458df79d4a2319d2580f82 03:38:27 ---> Running in 9c3efc66f39a 03:38:27 Removing intermediate container 9c3efc66f39a 03:38:27 ---> 55ca10a91789 03:38:27 Step 22/22 : LABEL version=1.3.1-dev.1 03:38:27 ---> Running in a51b948ed1cb 03:38:28 Removing intermediate container a51b948ed1cb 03:38:28 ---> 96fb48826330 03:38:28 [Warning] One or more build-args [ARCH] were not consumed 03:38:28 Successfully built 96fb48826330 03:38:28 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:38:28 provisioning config files... 03:38:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/34@tmp/config4031913984534218951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:38:29 ---> docker-login.sh 03:38:29 nexus3.edgexfoundry.org:10001 03:38:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:29 Configure a credential helper to remove this warning. See 03:38:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:29 03:38:29 Login Succeeded 03:38:29 nexus3.edgexfoundry.org:10002 03:38:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:29 Configure a credential helper to remove this warning. See 03:38:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:29 03:38:29 Login Succeeded 03:38:29 nexus3.edgexfoundry.org:10003 03:38:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:29 Configure a credential helper to remove this warning. See 03:38:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:29 03:38:29 Login Succeeded 03:38:29 nexus3.edgexfoundry.org:10004 03:38:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:30 Configure a credential helper to remove this warning. See 03:38:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:30 03:38:30 Login Succeeded 03:38:30 docker.io 03:38:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:30 Configure a credential helper to remove this warning. See 03:38:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:30 03:38:30 Login Succeeded 03:38:30 ---> docker-login.sh ends [Pipeline] } 03:38:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:30 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 03:38:30 61a361d9b68ffcf858458df79d4a2319d2580f82 03:38:30 latest 03:38:30 1.3.1-dev.1 03:38:30 61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 03:38:30 master 03:38:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:31 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82 [Pipeline] isUnix [Pipeline] sh 03:38:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82 03:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:38:31 43f23c1bb566: Preparing 03:38:31 c197adfbe0ef: Preparing 03:38:31 ee952a9f1154: Preparing 03:38:31 ace0eda3e3be: Preparing 03:38:31 ace0eda3e3be: Layer already exists 03:38:31 43f23c1bb566: Pushed 03:38:31 c197adfbe0ef: Pushed 03:38:33 ee952a9f1154: Pushed 03:38:33 61a361d9b68ffcf858458df79d4a2319d2580f82: digest: sha256:84119f05fc38fbb7a4a11d39912d98129af956fbeed8ce34c8ea1f3e04ebe30b size: 1155 [Pipeline] isUnix [Pipeline] sh 03:38:33 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 03:38:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 03:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:38:34 43f23c1bb566: Preparing 03:38:34 c197adfbe0ef: Preparing 03:38:34 ee952a9f1154: Preparing 03:38:34 ace0eda3e3be: Preparing 03:38:34 ee952a9f1154: Layer already exists 03:38:34 c197adfbe0ef: Layer already exists 03:38:34 43f23c1bb566: Layer already exists 03:38:34 ace0eda3e3be: Layer already exists 03:38:34 latest: digest: sha256:84119f05fc38fbb7a4a11d39912d98129af956fbeed8ce34c8ea1f3e04ebe30b size: 1155 [Pipeline] isUnix [Pipeline] sh 03:38:34 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:38:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.1 03:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:38:34 43f23c1bb566: Preparing 03:38:34 c197adfbe0ef: Preparing 03:38:34 ee952a9f1154: Preparing 03:38:34 ace0eda3e3be: Preparing 03:38:34 ace0eda3e3be: Layer already exists 03:38:34 ee952a9f1154: Layer already exists 03:38:34 c197adfbe0ef: Layer already exists 03:38:34 43f23c1bb566: Layer already exists 03:38:34 1.3.1-dev.1: digest: sha256:84119f05fc38fbb7a4a11d39912d98129af956fbeed8ce34c8ea1f3e04ebe30b size: 1155 [Pipeline] isUnix [Pipeline] sh 03:38:35 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:38:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 03:38:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:38:35 43f23c1bb566: Preparing 03:38:35 c197adfbe0ef: Preparing 03:38:35 ee952a9f1154: Preparing 03:38:35 ace0eda3e3be: Preparing 03:38:35 c197adfbe0ef: Layer already exists 03:38:35 43f23c1bb566: Layer already exists 03:38:35 ee952a9f1154: Layer already exists 03:38:35 ace0eda3e3be: Layer already exists 03:38:35 61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1: digest: sha256:84119f05fc38fbb7a4a11d39912d98129af956fbeed8ce34c8ea1f3e04ebe30b size: 1155 [Pipeline] isUnix [Pipeline] sh 03:38:35 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 03:38:36 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 03:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 03:38:36 43f23c1bb566: Preparing 03:38:36 c197adfbe0ef: Preparing 03:38:36 ee952a9f1154: Preparing 03:38:36 ace0eda3e3be: Preparing 03:38:36 ace0eda3e3be: Layer already exists 03:38:36 ee952a9f1154: Layer already exists 03:38:36 43f23c1bb566: Layer already exists 03:38:36 c197adfbe0ef: Layer already exists 03:38:36 master: digest: sha256:84119f05fc38fbb7a4a11d39912d98129af956fbeed8ce34c8ea1f3e04ebe30b size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 03:38:36 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 03:38:36 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.998s coverage: 64.4% of statements 03:38:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] echo 03:38:36 ===================================================== [Pipeline] echo 03:38:36 taggedImages: 03:38:36 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82 03:38:36 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 03:38:36 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.1 03:38:36 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 03:38:36 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:38:43 gofmt -l . 03:38:43 [ "`gofmt -l .`" = "" ] 03:38:43 ./bin/test-attribution-txt.sh 03:38:45 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:38:45 $ docker stop --time=1 834d9c4762579b1f6eb6a2339c830677ef3947a48fd240d81ddd99ce2ecdf683 03:38:47 $ docker rm -f 834d9c4762579b1f6eb6a2339c830677ef3947a48fd240d81ddd99ce2ecdf683 [Pipeline] // withDockerContainer [Pipeline] sh 03:38:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:38:48 Warning: overwriting stash ‘coverage-report’ 03:38:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:38:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:38:50 + ls -al . 03:38:50 total 148 03:38:50 drwxrwxr-x 7 jenkins jenkins 4096 Dec 2 03:38 . 03:38:50 drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 03:36 .. 03:38:50 drwxrwxr-x 8 jenkins jenkins 4096 Dec 2 03:36 .git 03:38:50 drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 03:36 .github 03:38:50 -rw-rw-r-- 1 jenkins jenkins 258 Dec 2 03:36 .gitignore 03:38:50 -rw-rw-r-- 1 jenkins jenkins 6713 Dec 2 03:36 Attribution.txt 03:38:50 -rw-rw-r-- 1 jenkins jenkins 1834 Dec 2 03:36 Dockerfile 03:38:50 -rw-rw-r-- 1 jenkins jenkins 957 Dec 2 03:36 Dockerfile.build 03:38:50 -rw-rw-r-- 1 jenkins jenkins 660 Dec 2 03:36 Jenkinsfile 03:38:50 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 2 03:36 LICENSE 03:38:50 -rw-rw-r-- 1 jenkins jenkins 873 Dec 2 03:36 Makefile 03:38:50 -rw-rw-r-- 1 jenkins jenkins 918 Dec 2 03:36 README.md 03:38:50 -rw-rw-r-- 1 jenkins jenkins 11 Dec 2 03:33 VERSION 03:38:50 drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 03:36 bin 03:38:50 drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 03:36 cmd 03:38:50 -rw-r--r-- 1 jenkins jenkins 47242 Dec 2 03:38 coverage.out 03:38:50 -rw-r--r-- 1 jenkins jenkins 862 Dec 2 03:38 go.mod 03:38:50 -rw-r--r-- 1 jenkins jenkins 16358 Dec 2 03:38 go.sum 03:38:50 drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 03:36 internal 03:38:50 -rw-rw-r-- 1 jenkins jenkins 235 Dec 2 03:36 version.go [Pipeline] isUnix [Pipeline] sh 03:38:50 + 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=61a361d9b68ffcf858458df79d4a2319d2580f82 --label arch=arm64 --label version=1.3.1-dev.1 . 03:38:50 Sending build context to Docker daemon 536.1kB 03:38:51 Step 1/22 : ARG BASE=golang:1.15-alpine 03:38:51 Step 2/22 : FROM ${BASE} AS builder 03:38:51 ---> 55ab95da9b77 03:38:51 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:38:51 ---> Running in 643f6481c131 03:38:51 Removing intermediate container 643f6481c131 03:38:51 ---> 54b896728172 03:38:51 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:38:51 ---> Running in b7f8f1423f10 03:38:52 Removing intermediate container b7f8f1423f10 03:38:52 ---> 8148f701bdeb 03:38:52 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 03:38:52 ---> Running in 13e8f811ce54 03:38:53 Removing intermediate container 13e8f811ce54 03:38:53 ---> 1c465aed8dc6 03:38:53 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:53 ---> Running in d6814ff07916 03:38:55 Removing intermediate container d6814ff07916 03:38:55 ---> 94c0f0b886bf 03:38:55 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:38:55 ---> Running in e33cd497a9dc 03:38:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:58 OK: 221 MiB in 53 packages 03:38:59 Removing intermediate container e33cd497a9dc 03:38:59 ---> e9bbd1e6d383 03:38:59 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 03:38:59 ---> Running in 859719befb77 03:39:00 Removing intermediate container 859719befb77 03:39:00 ---> 9a878356f2e9 03:39:00 Step 9/22 : COPY . . 03:39:01 ---> 8d5d90748e0d 03:39:01 Step 10/22 : ARG MAKE='make build' 03:39:01 ---> Running in b1a8c31fd0bb 03:39:02 Removing intermediate container b1a8c31fd0bb 03:39:02 ---> 9839608adab0 03:39:02 Step 11/22 : RUN $MAKE 03:39:02 ---> Running in db38b34abb18 03:39:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.1" -o cmd/device-virtual ./cmd 03:39:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:39:43 Removing intermediate container db38b34abb18 03:39:43 ---> 5e372a232d0a 03:39:43 Step 12/22 : FROM alpine 03:39:43 latest: Pulling from library/alpine 03:39:44 5f621e34cdf4: Already exists 03:39:44 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:39:44 Status: Downloaded newer image for alpine:latest 03:39:44 ---> 2e77e061c27f 03:39:44 Step 13/22 : ENV APP_PORT=49990 03:39:44 ---> Running in e07cc6223e91 03:39:44 Removing intermediate container e07cc6223e91 03:39:44 ---> e044e341def2 03:39:44 Step 14/22 : EXPOSE $APP_PORT 03:39:45 ---> Running in 4e066ff21107 03:39:45 Removing intermediate container 4e066ff21107 03:39:45 ---> 0b67f934827e 03:39:45 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 03:39:46 ---> 111a340e2156 03:39:46 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 03:39:47 ---> 5826cbff817f 03:39:47 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 03:39:47 ---> 4fb0bb2e1c7c 03:39:47 Step 18/22 : ENTRYPOINT ["/device-virtual"] 03:39:47 ---> Running in 8824aeb63a14 03:39:48 Removing intermediate container 8824aeb63a14 03:39:48 ---> 81fb3e1f11c6 03:39:48 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:39:48 ---> Running in 950ff790ef5e 03:39:49 Removing intermediate container 950ff790ef5e 03:39:49 ---> d0265e5bbb8a 03:39:49 Step 20/22 : LABEL arch=arm64 03:39:49 ---> Running in d1ce392f0c5e 03:39:49 Removing intermediate container d1ce392f0c5e 03:39:49 ---> 12ca447559c5 03:39:49 Step 21/22 : LABEL git_sha=61a361d9b68ffcf858458df79d4a2319d2580f82 03:39:49 ---> Running in d99b7fefc1e4 03:39:50 Removing intermediate container d99b7fefc1e4 03:39:50 ---> 981282aa5dcb 03:39:50 Step 22/22 : LABEL version=1.3.1-dev.1 03:39:50 ---> Running in 1dc5a794ad90 03:39:50 Removing intermediate container 1dc5a794ad90 03:39:50 ---> b966c3ee9309 03:39:50 [Warning] One or more build-args [ARCH] were not consumed 03:39:50 Successfully built b966c3ee9309 03:39:50 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:39:51 provisioning config files... 03:39:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/34@tmp/config3734314244981915999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:39:51 ---> docker-login.sh 03:39:51 nexus3.edgexfoundry.org:10001 03:39:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:52 Configure a credential helper to remove this warning. See 03:39:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:52 03:39:52 Login Succeeded 03:39:52 nexus3.edgexfoundry.org:10002 03:39:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:52 Configure a credential helper to remove this warning. See 03:39:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:52 03:39:52 Login Succeeded 03:39:52 nexus3.edgexfoundry.org:10003 03:39:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:53 Configure a credential helper to remove this warning. See 03:39:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:53 03:39:53 Login Succeeded 03:39:53 nexus3.edgexfoundry.org:10004 03:39:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:53 Configure a credential helper to remove this warning. See 03:39:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:53 03:39:53 Login Succeeded 03:39:53 docker.io 03:39:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:54 Configure a credential helper to remove this warning. See 03:39:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:54 03:39:54 Login Succeeded 03:39:54 ---> docker-login.sh ends [Pipeline] } 03:39:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:54 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 03:39:54 61a361d9b68ffcf858458df79d4a2319d2580f82 03:39:54 latest 03:39:54 1.3.1-dev.1 03:39:54 61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 03:39:54 master 03:39:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:39:55 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:61a361d9b68ffcf858458df79d4a2319d2580f82 [Pipeline] isUnix [Pipeline] sh 03:39:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:61a361d9b68ffcf858458df79d4a2319d2580f82 03:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:39:55 68c6424852cb: Preparing 03:39:55 4a8f59ea8f57: Preparing 03:39:55 9d9ae9e5ce06: Preparing 03:39:55 cd3761cfa1d9: Preparing 03:39:55 cd3761cfa1d9: Layer already exists 03:39:55 4a8f59ea8f57: Pushed 03:39:55 68c6424852cb: Pushed 03:39:59 9d9ae9e5ce06: Pushed 03:39:59 61a361d9b68ffcf858458df79d4a2319d2580f82: digest: sha256:d3104fadccd3d64190b4149cc6746298ab48275b890c8ba39609fa3d7cc29b96 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:39:59 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:40:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 03:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:40:00 68c6424852cb: Preparing 03:40:00 4a8f59ea8f57: Preparing 03:40:00 9d9ae9e5ce06: Preparing 03:40:00 cd3761cfa1d9: Preparing 03:40:00 4a8f59ea8f57: Layer already exists 03:40:00 cd3761cfa1d9: Layer already exists 03:40:00 68c6424852cb: Layer already exists 03:40:00 9d9ae9e5ce06: Layer already exists 03:40:00 latest: digest: sha256:d3104fadccd3d64190b4149cc6746298ab48275b890c8ba39609fa3d7cc29b96 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:40:00 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:40:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.1 03:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:40:00 68c6424852cb: Preparing 03:40:00 4a8f59ea8f57: Preparing 03:40:00 9d9ae9e5ce06: Preparing 03:40:00 cd3761cfa1d9: Preparing 03:40:00 4a8f59ea8f57: Layer already exists 03:40:00 cd3761cfa1d9: Layer already exists 03:40:00 68c6424852cb: Layer already exists 03:40:00 9d9ae9e5ce06: Layer already exists 03:40:01 1.3.1-dev.1: digest: sha256:d3104fadccd3d64190b4149cc6746298ab48275b890c8ba39609fa3d7cc29b96 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:40:01 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:40:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 03:40:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:40:01 68c6424852cb: Preparing 03:40:01 4a8f59ea8f57: Preparing 03:40:01 9d9ae9e5ce06: Preparing 03:40:01 cd3761cfa1d9: Preparing 03:40:01 cd3761cfa1d9: Layer already exists 03:40:01 68c6424852cb: Layer already exists 03:40:01 4a8f59ea8f57: Layer already exists 03:40:01 9d9ae9e5ce06: Layer already exists 03:40:02 61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1: digest: sha256:d3104fadccd3d64190b4149cc6746298ab48275b890c8ba39609fa3d7cc29b96 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:40:02 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 03:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 03:40:02 68c6424852cb: Preparing 03:40:02 4a8f59ea8f57: Preparing 03:40:02 9d9ae9e5ce06: Preparing 03:40:02 cd3761cfa1d9: Preparing 03:40:02 9d9ae9e5ce06: Layer already exists 03:40:02 4a8f59ea8f57: Layer already exists 03:40:02 68c6424852cb: Layer already exists 03:40:02 cd3761cfa1d9: Layer already exists 03:40:03 master: digest: sha256:d3104fadccd3d64190b4149cc6746298ab48275b890c8ba39609fa3d7cc29b96 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:03 ===================================================== [Pipeline] echo 03:40:03 taggedImages: 03:40:03 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:61a361d9b68ffcf858458df79d4a2319d2580f82 03:40:03 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 03:40:03 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.1 03:40:03 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:61a361d9b68ffcf858458df79d4a2319d2580f82-1.3.1-dev.1 03:40:03 - 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:40:04 provisioning config files... 03:40:04 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1326431920265438921tmp [Pipeline] { [Pipeline] sh 03:40:05 + set +x 03:40:05 + curl -s https://codecov.io/bash 03:40:05 + bash -s -- 03:40:05 03:40:05 _____ _ 03:40:05 / ____| | | 03:40:05 | | ___ __| | ___ ___ _____ __ 03:40:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:40:05 | |___| (_) | (_| | __/ (_| (_) \ V / 03:40:05 \_____\___/ \__,_|\___|\___\___/ \_/ 03:40:05 Bash-20201130-cc6d3fe 03:40:05 03:40:05 03:40:05 ==> Jenkins CI detected. 03:40:05 project root: . 03:40:05 --> token set from env 03:40:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:40:05 ==> Running gcov in . (disable via -X gcov) 03:40:05 ==> Python coveragepy not found 03:40:05 ==> Searching for coverage reports in: 03:40:05 + . 03:40:05 -> Found 1 reports 03:40:05 ==> Detecting git/mercurial file structure 03:40:05 ==> Reading reports 03:40:05 + ./coverage.out bytes=47242 03:40:05 ==> Appending adjustments 03:40:05 https://docs.codecov.io/docs/fixing-reports 03:40:05 + Found adjustments 03:40:05 ==> Gzipping contents 03:40:05 8.0K /tmp/codecov.eBwQNp.gz 03:40:05 ==> Uploading reports 03:40:05 url: https://codecov.io 03:40:05 query: branch=master&commit=61a361d9b68ffcf858458df79d4a2319d2580f82&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:40:05 -> Pinging Codecov 03:40:05 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=61a361d9b68ffcf858458df79d4a2319d2580f82&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:40:06 -> Uploading to 03:40:06 https://storage.googleapis.com/codecov/v4/raw/2020-12-02/5E52B4B073DB2E39498172D8E973AA87/61a361d9b68ffcf858458df79d4a2319d2580f82/a5e44a38-53a7-4ffe-98bf-6907207f27c5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T034006Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1526a661a7242d03489b5b71a3db68e2ef9af881341769658517dbff84b7b59e 03:40:06 % Total % Received % Xferd Average Speed Time Time Time Current 03:40:06 Dload Upload Total Spent Left Speed 03:40:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5823 0 0 100 5823 0 9211 --:--:-- --:--:-- --:--:-- 9213 100 5823 0 0 100 5823 0 9209 --:--:-- --:--:-- --:--:-- 9199 03:40:06 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/61a361d9b68ffcf858458df79d4a2319d2580f82 [Pipeline] } 03:40:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:40:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:40:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:40:08 03:40:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:40:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:40:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:40:08 188c0c94c7c5: Pulling fs layer 03:40:08 0ef7d3d256c8: Pulling fs layer 03:40:08 de9db76c5a1d: Pulling fs layer 03:40:08 0eba1c9be4d2: Pulling fs layer 03:40:08 0d57e429df01: Pulling fs layer 03:40:08 4e4be7b47b0d: Pulling fs layer 03:40:08 e1f770b5df2f: Pulling fs layer 03:40:08 85a0685a4137: Pulling fs layer 03:40:08 0eba1c9be4d2: Waiting 03:40:08 0d57e429df01: Waiting 03:40:08 4e4be7b47b0d: Waiting 03:40:08 e1f770b5df2f: Waiting 03:40:08 85a0685a4137: Waiting 03:40:08 de9db76c5a1d: Verifying Checksum 03:40:08 de9db76c5a1d: Download complete 03:40:08 0ef7d3d256c8: Verifying Checksum 03:40:08 0ef7d3d256c8: Download complete 03:40:08 0d57e429df01: Verifying Checksum 03:40:08 0d57e429df01: Download complete 03:40:08 188c0c94c7c5: Verifying Checksum 03:40:08 4e4be7b47b0d: Verifying Checksum 03:40:08 4e4be7b47b0d: Download complete 03:40:09 188c0c94c7c5: Pull complete 03:40:09 0ef7d3d256c8: Pull complete 03:40:09 e1f770b5df2f: Verifying Checksum 03:40:09 e1f770b5df2f: Download complete 03:40:09 de9db76c5a1d: Pull complete 03:40:12 0eba1c9be4d2: Verifying Checksum 03:40:12 0eba1c9be4d2: Download complete 03:40:12 85a0685a4137: Verifying Checksum 03:40:12 85a0685a4137: Download complete 03:40:18 0eba1c9be4d2: Pull complete 03:40:18 0d57e429df01: Pull complete 03:40:18 4e4be7b47b0d: Pull complete 03:40:20 e1f770b5df2f: Pull complete 03:40:29 85a0685a4137: Pull complete 03:40:29 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:40:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:40:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:40:29 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:40:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:40:30 $ docker top c3978ffcea366e4974fbb9d1587758fa2245b7f4f54a1f51b9760c1d7d2fb463 -eo pid,comm [Pipeline] { [Pipeline] echo 03:40:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:40:30 + set -o pipefail 03:40:30 + snyk monitor '--org=edgex-jenkins' 03:40:43 03:40:43 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 03:40:43 03:40:43 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/93d102b4-1dcb-4f6b-a854-2663f7534106 03:40:43 03:40:43 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:40:43 03:40:43 [Pipeline] } 03:40:43 $ docker stop --time=1 c3978ffcea366e4974fbb9d1587758fa2245b7f4f54a1f51b9760c1d7d2fb463 03:40:45 $ docker rm -f c3978ffcea366e4974fbb9d1587758fa2245b7f4f54a1f51b9760c1d7d2fb463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 03:40:46 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82, dockerFile=Dockerfile [Pipeline] echo 03:40:46 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 03:40:47 + set -o pipefail 03:40:47 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 03:40:47 + tee .snyk 03:40:47 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 03:40:47 version: v1.14.1 03:40:47 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 03:40:47 ignore: 03:40:47 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 03:40:47 - '*': 03:40:47 reason: does not apply # justification for ignoring 03:40:47 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 03:40:47 SNYK-ALPINE312-JQ-588886: 03:40:47 - '*': 03:40:47 reason: false positive 03:40:47 expires: 2021-01-01T00:00:00 03:40:47 # patch: {} [Pipeline] withCredentials 03:40:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:40:47 . [Pipeline] withDockerContainer 03:40:47 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:40:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:40:48 $ docker top a9238149c59f553845b12999e6701583a36915e1709b5b59e8c7d692326dceae -eo pid,comm [Pipeline] { [Pipeline] sh 03:40:49 + rm -f snykReport.html [Pipeline] echo 03:40:49 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 03:40:49 + set -o pipefail 03:40:49 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:61a361d9b68ffcf858458df79d4a2319d2580f82 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 03:40:49 + snyk-to-html -o snykReport.html 03:40:57 Vulnerability snapshot saved at snykReport.html [Pipeline] } 03:40:57 $ docker stop --time=1 a9238149c59f553845b12999e6701583a36915e1709b5b59e8c7d692326dceae 03:40:59 $ docker rm -f a9238149c59f553845b12999e6701583a36915e1709b5b59e8c7d692326dceae [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:41:00 + git log --format=format:%s -1 61a361d9b68ffcf858458df79d4a2319d2580f82 [Pipeline] isUnix [Pipeline] sh 03:41:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:41:01 . [Pipeline] withDockerContainer 03:41:01 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:41:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:41:01 $ docker top 6d5e7081b50497c8cb3a783d7bf1f74ed2dcacf066aad5854fea87113cf7bbd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:41:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:41:02 [ssh-agent] Looking for ssh-agent implementation... 03:41:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:41:02 $ docker exec 6d5e7081b50497c8cb3a783d7bf1f74ed2dcacf066aad5854fea87113cf7bbd0 ssh-agent 03:41:02 SSH_AUTH_SOCK=/tmp/ssh-dMiizjhWLhOQ/agent.11 03:41:02 SSH_AGENT_PID=16 03:41:02 Running ssh-add (command line suppressed) 03:41:02 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8026167362307082380.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8026167362307082380.key) 03:41:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:41:03 + git semver tag 03:41:03 # -> Open(): unable to determine branch for HEAD 03:41:03 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 03:41:03 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 03:41:03 # $SEMVER_REMOTE_NAME = origin 03:41:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:41:03 # $SEMVER_USER_NAME = edgex-jenkins 03:41:03 # $SEMVER_BRANCH = master 03:41:03 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 03:41:03 # 61a361d9b68ffcf858458df79d4a2319d2580f82 HEAD 03:41:03 # -> Force: false 03:41:03 # 64051fbd08eb3c993208716267af27a07cb9e3dc refs/tags/v1.3.1-dev.1 [Pipeline] } 03:41:03 $ docker exec --env ******** --env ******** 6d5e7081b50497c8cb3a783d7bf1f74ed2dcacf066aad5854fea87113cf7bbd0 ssh-agent -k 03:41:03 unset SSH_AUTH_SOCK; 03:41:03 unset SSH_AGENT_PID; 03:41:03 echo Agent pid 16 killed; 03:41:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:41:03 + git semver [Pipeline] } 03:41:03 $ docker stop --time=1 6d5e7081b50497c8cb3a783d7bf1f74ed2dcacf066aad5854fea87113cf7bbd0 03:41:05 $ docker rm -f 6d5e7081b50497c8cb3a783d7bf1f74ed2dcacf066aad5854fea87113cf7bbd0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:41:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:05 03:41:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:41:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:06 0.23.1-centos7: Pulling from edgex-lftools 03:41:06 ab5ef0e58194: Pulling fs layer 03:41:06 9712f1f96733: Pulling fs layer 03:41:06 63f879dbbcfc: Pulling fs layer 03:41:06 0d9ebad4ef96: Pulling fs layer 03:41:06 e9a5061849ea: Pulling fs layer 03:41:06 d747dcd14b5f: Pulling fs layer 03:41:06 2de7ff778b66: Pulling fs layer 03:41:06 e9a5061849ea: Waiting 03:41:06 d747dcd14b5f: Waiting 03:41:06 2de7ff778b66: Waiting 03:41:06 0d9ebad4ef96: Waiting 03:41:06 9712f1f96733: Verifying Checksum 03:41:06 9712f1f96733: Download complete 03:41:08 63f879dbbcfc: Verifying Checksum 03:41:08 63f879dbbcfc: Download complete 03:41:08 e9a5061849ea: Verifying Checksum 03:41:08 e9a5061849ea: Download complete 03:41:08 d747dcd14b5f: Verifying Checksum 03:41:08 d747dcd14b5f: Download complete 03:41:08 2de7ff778b66: Verifying Checksum 03:41:08 2de7ff778b66: Download complete 03:41:09 0d9ebad4ef96: Verifying Checksum 03:41:09 0d9ebad4ef96: Download complete 03:41:09 ab5ef0e58194: Verifying Checksum 03:41:09 ab5ef0e58194: Download complete 03:41:14 ab5ef0e58194: Pull complete 03:41:14 9712f1f96733: Pull complete 03:41:16 63f879dbbcfc: Pull complete 03:41:23 0d9ebad4ef96: Pull complete 03:41:25 e9a5061849ea: Pull complete 03:41:26 d747dcd14b5f: Pull complete 03:41:27 2de7ff778b66: Pull complete 03:41:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:41:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:41:27 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:41:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:41:30 $ docker top 2bd823cf2ddfe6f89b2c25a4fcdf1045207a7ddcfffe9d3012393245253703a5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:41:31 provisioning config files... 03:41:31 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2425086925074532659tmp 03:41:31 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8742356399174395347tmp 03:41:31 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7571809299481178247tmp [Pipeline] { [Pipeline] echo 03:41:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:41:31 ---> sigul-configuration.sh 03:41:31 gpg: directory `/root/.gnupg' created 03:41:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:41:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:41:31 gpg: keyring `/root/.gnupg/secring.gpg' created 03:41:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:41:31 gpg: CAST5 encrypted data 03:41:31 gpg: encrypted with 1 passphrase 03:41:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:41:32 + mkdir /home/jenkins 03:41:32 + mkdir /home/jenkins/sigul [Pipeline] sh 03:41:32 + 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:41:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:41:32 ---> sigul-install.sh 03:41:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:41:55 + git tag --list 03:41:55 v1.0.0 03:41:55 v1.1.0 03:41:55 v1.1.1 03:41:55 v1.2.1 03:41:55 v1.2.2 03:41:55 v1.2.3 03:41:55 v1.2.3-dev.1 03:41:55 v1.2.3-dev.2 03:41:55 v1.2.4-dev.1 03:41:55 v1.2.4-dev.10 03:41:55 v1.2.4-dev.11 03:41:55 v1.2.4-dev.2 03:41:55 v1.2.4-dev.3 03:41:55 v1.2.4-dev.4 03:41:55 v1.2.4-dev.5 03:41:55 v1.2.4-dev.6 03:41:55 v1.2.4-dev.7 03:41:55 v1.2.4-dev.8 03:41:55 v1.2.4-dev.9 03:41:55 v1.3.0 03:41:55 v1.3.1-dev.1 [Pipeline] sh 03:41:55 + lftools sign git-tag v1.3.1-dev.1 03:41:56 Signing Git tag with Sigul... 03:41:56 Signing v1.3.1-dev.1 [Pipeline] echo 03:42:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:42:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:42:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:42:29 $ docker stop --time=1 2bd823cf2ddfe6f89b2c25a4fcdf1045207a7ddcfffe9d3012393245253703a5 03:42:30 $ docker rm -f 2bd823cf2ddfe6f89b2c25a4fcdf1045207a7ddcfffe9d3012393245253703a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:42:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:31 . [Pipeline] withDockerContainer 03:42:32 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:42:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:42:32 $ docker top bf69abf6c06a4320520b0f71f732dac3b5a2dee345138756d5cc000456cf212f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:42:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:33 [ssh-agent] Looking for ssh-agent implementation... 03:42:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:33 $ docker exec bf69abf6c06a4320520b0f71f732dac3b5a2dee345138756d5cc000456cf212f ssh-agent 03:42:33 SSH_AUTH_SOCK=/tmp/ssh-ta3l48A2NqbO/agent.12 03:42:33 SSH_AGENT_PID=18 03:42:33 Running ssh-add (command line suppressed) 03:42:33 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_700757519111876245.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_700757519111876245.key) 03:42:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:34 + git semver bump pre 03:42:34 # -> Open(): unable to determine branch for HEAD 03:42:34 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 03:42:34 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 03:42:34 # $SEMVER_REMOTE_NAME = origin 03:42:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:42:34 # $SEMVER_USER_NAME = edgex-jenkins 03:42:34 # $SEMVER_BRANCH = master 03:42:34 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 03:42:34 1.3.1-dev.2 [Pipeline] } 03:42:34 $ docker exec --env ******** --env ******** bf69abf6c06a4320520b0f71f732dac3b5a2dee345138756d5cc000456cf212f ssh-agent -k 03:42:34 unset SSH_AUTH_SOCK; 03:42:34 unset SSH_AGENT_PID; 03:42:34 echo Agent pid 18 killed; 03:42:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:42:34 + git semver [Pipeline] } 03:42:34 $ docker stop --time=1 bf69abf6c06a4320520b0f71f732dac3b5a2dee345138756d5cc000456cf212f 03:42:36 $ docker rm -f bf69abf6c06a4320520b0f71f732dac3b5a2dee345138756d5cc000456cf212f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:42:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:37 . [Pipeline] withDockerContainer 03:42:37 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:42:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:42:38 $ docker top 49088a9765804f9a62679f7d996280ccf669c0226c0084bc4d6334ba0c371f56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:42:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:38 [ssh-agent] Looking for ssh-agent implementation... 03:42:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:39 $ docker exec 49088a9765804f9a62679f7d996280ccf669c0226c0084bc4d6334ba0c371f56 ssh-agent 03:42:39 SSH_AUTH_SOCK=/tmp/ssh-g2E8XEWKFbo0/agent.12 03:42:39 SSH_AGENT_PID=17 03:42:39 Running ssh-add (command line suppressed) 03:42:39 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5009459291624161133.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5009459291624161133.key) 03:42:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:39 + git semver push 03:42:39 # -> Open(): unable to determine branch for HEAD 03:42:39 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 03:42:39 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 03:42:39 # $SEMVER_REMOTE_NAME = origin 03:42:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:42:39 # $SEMVER_USER_NAME = edgex-jenkins 03:42:39 # $SEMVER_BRANCH = master 03:42:39 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 03:42:46 $ docker exec --env ******** --env ******** 49088a9765804f9a62679f7d996280ccf669c0226c0084bc4d6334ba0c371f56 ssh-agent -k 03:42:46 unset SSH_AUTH_SOCK; 03:42:46 unset SSH_AGENT_PID; 03:42:46 echo Agent pid 17 killed; 03:42:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:42:47 + git semver [Pipeline] } 03:42:47 $ docker stop --time=1 49088a9765804f9a62679f7d996280ccf669c0226c0084bc4d6334ba0c371f56 03:42:48 $ docker rm -f 49088a9765804f9a62679f7d996280ccf669c0226c0084bc4d6334ba0c371f56 [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:42:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:42:50 ---> package-listing.sh 03:42:50 ++ facter osfamily 03:42:50 ++ tr '[:upper:]' '[:lower:]' 03:42:50 + OS_FAMILY=redhat 03:42:50 + workspace=/w/workspace/foundry_device-virtual-go_master 03:42:50 + START_PACKAGES=/tmp/packages_start.txt 03:42:50 + END_PACKAGES=/tmp/packages_end.txt 03:42:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:42:50 + PACKAGES=/tmp/packages_start.txt 03:42:50 + '[' /w/workspace/foundry_device-virtual-go_master ']' 03:42:50 + PACKAGES=/tmp/packages_end.txt 03:42:50 + case "${OS_FAMILY}" in 03:42:50 + rpm -qa 03:42:50 + sort 03:42:55 + '[' -f /tmp/packages_start.txt ']' 03:42:55 + '[' -f /tmp/packages_end.txt ']' 03:42:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:42:55 + '[' /w/workspace/foundry_device-virtual-go_master ']' 03:42:55 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 03:42:55 + 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:42:55 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:42:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:42:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:42:56 03:42:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:42:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:42:56 alpine: Pulling from edgex-lftools-log-publisher 03:42:56 df20fa9351a1: Pulling fs layer 03:42:56 36b3adc4ff6f: Pulling fs layer 03:42:56 8ad3a11d3b57: Pulling fs layer 03:42:56 46f8f816bc3b: Pulling fs layer 03:42:56 93b61091891f: Pulling fs layer 03:42:56 93b9cdb0e59b: Pulling fs layer 03:42:56 5e14af77c1be: Pulling fs layer 03:42:56 01666e4c0597: Pulling fs layer 03:42:56 aa168da1d23b: Pulling fs layer 03:42:56 93b9cdb0e59b: Waiting 03:42:56 46f8f816bc3b: Waiting 03:42:56 5e14af77c1be: Waiting 03:42:56 93b61091891f: Waiting 03:42:56 01666e4c0597: Waiting 03:42:56 aa168da1d23b: Waiting 03:42:56 36b3adc4ff6f: Download complete 03:42:56 46f8f816bc3b: Verifying Checksum 03:42:56 46f8f816bc3b: Download complete 03:42:57 df20fa9351a1: Verifying Checksum 03:42:57 df20fa9351a1: Download complete 03:42:57 93b61091891f: Verifying Checksum 03:42:57 93b61091891f: Download complete 03:42:57 93b9cdb0e59b: Verifying Checksum 03:42:57 93b9cdb0e59b: Download complete 03:42:57 5e14af77c1be: Download complete 03:42:57 01666e4c0597: Verifying Checksum 03:42:57 01666e4c0597: Download complete 03:42:57 8ad3a11d3b57: Verifying Checksum 03:42:57 8ad3a11d3b57: Download complete 03:42:57 df20fa9351a1: Pull complete 03:42:57 36b3adc4ff6f: Pull complete 03:42:58 8ad3a11d3b57: Pull complete 03:42:58 46f8f816bc3b: Pull complete 03:42:59 93b61091891f: Pull complete 03:42:59 93b9cdb0e59b: Pull complete 03:42:59 5e14af77c1be: Pull complete 03:42:59 01666e4c0597: Pull complete 03:43:01 aa168da1d23b: Verifying Checksum 03:43:01 aa168da1d23b: Download complete 03:43:08 aa168da1d23b: Pull complete 03:43:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:43:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:43:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:43:08 prd-centos7-docker-4c-2g-14110 does not seem to be running inside a container 03:43:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:43:11 $ docker top c2013dd268805e2ba4c962c919e356e7b9763d06eddde97346cb06c839eec183 -eo pid,comm [Pipeline] { [Pipeline] sh 03:43:11 + touch /tmp/pre-build-complete [Pipeline] sh 03:43:12 + mkdir -p /var/log/sa [Pipeline] sh 03:43:12 + ls /var/log/sa-host 03:43:12 + sadf -c /var/log/sa-host/sa02 03:43:12 file_magic: OK 03:43:12 HZ: Using current value: 100 03:43:12 file_header: OK 03:43:12 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:43:12 Statistics: 03:43:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:43:12 File successfully converted to sysstat format version 12.2.1 03:43:12 + sadf -c /var/log/sa-host/sa23 03:43:12 file_magic: OK 03:43:12 HZ: Using current value: 100 03:43:12 file_header: OK 03:43:12 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:43:12 Statistics: 03:43:12 Hnuu...uuuununununu... 03:43:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:43:12 provisioning config files... 03:43:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2980027926585818085tmp [Pipeline] { [Pipeline] echo 03:43:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:43:13 ---> create-netrc.sh [Pipeline] } 03:43:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:43:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:43:13 ---> python-tools-install.sh [Pipeline] echo 03:43:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:43:13 ---> sudo-logs.sh 03:43:13 Archiving 'sudo' log.. [Pipeline] echo 03:43:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:43:14 ---> job-cost.sh 03:43:14 lf-activate-venv: SKIPPING 03:43:14 INFO: No Stack... 03:43:15 INFO: Retrieving Pricing Info for: v1-standard-2 03:43:16 INFO: Archiving Costs [Pipeline] echo 03:43:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:43:16 ---> logs-deploy.sh 03:43:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/34 03:43:16 INFO: archiving workspace using pattern(s): 03:43:18 Archives upload complete. 03:43:18 INFO: archiving logs to Nexus 03:43:19 ---> uname -a: 03:43:19 Linux prd-centos7-docker-4c-2g-14110.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:43:19 03:43:19 03:43:19 ---> lscpu: 03:43:19 Architecture: x86_64 03:43:19 CPU op-mode(s): 32-bit, 64-bit 03:43:19 Byte Order: Little Endian 03:43:19 Address sizes: 40 bits physical, 48 bits virtual 03:43:19 CPU(s): 4 03:43:19 On-line CPU(s) list: 0-3 03:43:19 Thread(s) per core: 1 03:43:19 Core(s) per socket: 1 03:43:19 Socket(s): 4 03:43:19 NUMA node(s): 1 03:43:19 Vendor ID: GenuineIntel 03:43:19 CPU family: 6 03:43:19 Model: 44 03:43:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:43:19 Stepping: 1 03:43:19 CPU MHz: 2933.436 03:43:19 BogoMIPS: 5866.87 03:43:19 Virtualization: VT-x 03:43:19 Hypervisor vendor: KVM 03:43:19 Virtualization type: full 03:43:19 L1d cache: 128 KiB 03:43:19 L1i cache: 128 KiB 03:43:19 L2 cache: 16 MiB 03:43:19 L3 cache: 64 MiB 03:43:19 NUMA node0 CPU(s): 0-3 03:43:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:43:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:43:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:43:19 Vulnerability Meltdown: Mitigation; PTI 03:43:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:43:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:43:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:43:19 Vulnerability Srbds: Not affected 03:43:19 Vulnerability Tsx async abort: Not affected 03:43:19 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:43:19 03:43:19 03:43:19 ---> nproc: 03:43:19 4 03:43:19 03:43:19 03:43:19 ---> df -h: 03:43:19 Filesystem Size Used Available Use% Mounted on 03:43:19 overlay 50.0G 8.6G 41.4G 17% / 03:43:19 tmpfs 64.0M 0 64.0M 0% /dev 03:43:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:43:19 shm 64.0M 0 64.0M 0% /dev/shm 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 03:43:19 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 03:43:19 03:43:19 03:43:19 ---> free -m: 03:43:19 total used free shared buff/cache available 03:43:19 Mem: 1837 837 123 0 876 934 03:43:19 Swap: 1023 3 1020 03:43:19 03:43:19 03:43:19 ---> ip addr: 03:43:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:43:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:43:19 inet 127.0.0.1/8 scope host lo 03:43:19 valid_lft forever preferred_lft forever 03:43:19 inet6 ::1/128 scope host 03:43:19 valid_lft forever preferred_lft forever 03:43:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:43:19 link/ether fa:16:3e:e9:50:bb brd ff:ff:ff:ff:ff:ff 03:43:19 inet 10.30.123.183/23 brd 10.30.123.255 scope global dynamic eth0 03:43:19 valid_lft 85775sec preferred_lft 85775sec 03:43:19 inet6 fe80::f816:3eff:fee9:50bb/64 scope link 03:43:19 valid_lft forever preferred_lft forever 03:43:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:43:19 link/ether 02:42:c6:0b:55:d4 brd ff:ff:ff:ff:ff:ff 03:43:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:43:19 valid_lft forever preferred_lft forever 03:43:19 inet6 fe80::42:c6ff:fe0b:55d4/64 scope link 03:43:19 valid_lft forever preferred_lft forever 03:43:19 03:43:19 03:43:19 ---> sar -b -r -n DEV: 03:43:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/02/20 _x86_64_ (4 CPU) 03:43:19 03:43:19 03:32:41 LINUX RESTART (4 CPU) 03:43:19 03:43:19 03:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:43:19 03:34:02 141.62 54.98 86.65 0.00 8224.68 39767.81 0.00 03:43:19 03:35:01 2.52 0.00 2.52 0.00 0.00 55.95 0.00 03:43:19 03:36:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 03:43:19 03:37:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 03:43:19 03:38:01 0.23 0.00 0.23 0.00 0.00 3.60 0.00 03:43:19 03:39:01 0.32 0.00 0.32 0.00 0.00 4.40 0.00 03:43:19 03:40:01 0.32 0.00 0.32 0.00 0.00 3.75 0.00 03:43:19 03:41:01 340.64 203.58 137.07 0.00 10125.44 37067.99 0.00 03:43:19 03:42:01 178.80 65.93 112.86 0.00 3912.40 30102.75 0.00 03:43:19 03:43:01 88.32 59.74 28.58 0.00 4697.07 7844.44 0.00 03:43:19 Average: 75.36 38.48 36.88 0.00 2692.43 11462.43 0.00 03:43:19 03:43:19 03:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:43:19 03:34:02 150096 0 620352 32.97 2620 1108476 1112024 37.95 432964 1099716 128 03:43:19 03:35:01 156976 0 613352 32.60 2620 1108596 1095932 37.40 435176 1091416 20 03:43:19 03:36:01 156860 0 613464 32.60 2620 1108600 1095980 37.40 430120 1096884 8 03:43:19 03:37:01 154464 0 615860 32.73 2620 1108600 1096028 37.41 448812 1080292 8 03:43:19 03:38:01 154788 0 615528 32.71 2620 1108608 1096088 37.41 446572 1082908 8 03:43:19 03:39:01 153196 0 617116 32.80 2620 1108612 1096088 37.41 450268 1080408 12 03:43:19 03:40:01 154100 0 616208 32.75 2620 1108616 1095992 37.40 449588 1080368 20 03:43:19 03:41:01 311688 0 712304 37.86 2456 855096 1357516 46.33 602504 725436 0 03:43:19 03:42:01 97736 0 854736 45.43 1492 927580 1332356 45.47 705936 736032 65388 03:43:19 03:43:01 67960 0 833476 44.30 1492 978616 1577776 53.85 656012 821636 16176 03:43:19 Average: 155786 0 671240 35.67 2378 1052140 1195578 40.80 505795 989510 8177 03:43:19 03:43:19 03:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:43:19 03:34:02 eth0 545.26 344.53 1074.51 94.85 0.00 0.00 0.00 0.00 03:43:19 03:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:34:02 docker0 1.79 1.52 0.36 3.53 0.00 0.00 0.00 0.00 03:43:19 03:35:01 eth0 3.32 1.10 1.41 0.26 0.00 0.00 0.00 0.00 03:43:19 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:36:01 eth0 2.98 0.78 1.05 0.56 0.00 0.00 0.00 0.00 03:43:19 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:37:01 eth0 2.96 0.90 0.95 0.63 0.00 0.00 0.00 0.00 03:43:19 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:38:01 eth0 2.23 0.83 0.89 0.59 0.00 0.00 0.00 0.00 03:43:19 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:39:01 eth0 2.03 0.68 0.74 0.43 0.00 0.00 0.00 0.00 03:43:19 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:40:01 eth0 1.02 0.27 0.32 0.23 0.00 0.00 0.00 0.00 03:43:19 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:41:01 eth0 534.50 460.92 4436.02 71.62 0.00 0.00 0.00 0.00 03:43:19 03:41:01 veth73911a0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:41:01 vethc694040 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:42:01 vethe03477d 35.00 62.89 2.32 187.28 0.00 0.00 0.00 0.00 03:43:19 03:42:01 eth0 444.00 365.30 3409.32 66.42 0.00 0.00 0.00 0.00 03:43:19 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:42:01 docker0 78.35 105.84 6.01 394.26 0.00 0.00 0.00 0.00 03:43:19 03:43:01 eth0 282.29 235.69 2207.70 77.35 0.00 0.00 0.00 0.00 03:43:19 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 03:43:01 docker0 2.28 1.66 0.36 0.39 0.00 0.00 0.00 0.00 03:43:19 Average: eth0 181.83 141.06 1115.75 31.25 0.00 0.00 0.00 0.00 03:43:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:19 Average: docker0 8.09 10.79 0.64 39.61 0.00 0.00 0.00 0.00 03:43:19 03:43:19 03:43:19 ---> sar -P ALL: 03:43:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/02/20 _x86_64_ (4 CPU) 03:43:19 03:43:19 03:32:41 LINUX RESTART (4 CPU) 03:43:19 03:43:19 03:33:02 CPU %user %nice %system %iowait %steal %idle 03:43:19 03:34:02 all 13.65 0.00 7.39 6.16 0.09 72.72 03:43:19 03:34:02 0 12.53 0.00 9.25 4.90 0.05 73.27 03:43:19 03:34:02 1 14.62 0.00 6.94 10.05 0.09 68.31 03:43:19 03:34:02 2 11.83 0.00 6.85 4.17 0.12 77.03 03:43:19 03:34:02 3 15.61 0.00 6.51 5.51 0.10 72.26 03:43:19 03:35:01 all 0.17 0.00 0.08 0.00 0.00 99.75 03:43:19 03:35:01 0 0.03 0.00 0.10 0.00 0.00 99.86 03:43:19 03:35:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:43:19 03:35:01 2 0.08 0.00 0.05 0.00 0.00 99.86 03:43:19 03:35:01 3 0.51 0.00 0.10 0.00 0.00 99.39 03:43:19 03:36:01 all 0.18 0.00 0.05 0.00 0.03 99.74 03:43:19 03:36:01 0 0.10 0.00 0.03 0.00 0.02 99.85 03:43:19 03:36:01 1 0.07 0.00 0.08 0.00 0.03 99.82 03:43:19 03:36:01 2 0.03 0.00 0.03 0.00 0.07 99.87 03:43:19 03:36:01 3 0.52 0.00 0.05 0.00 0.02 99.42 03:43:19 03:37:01 all 0.14 0.00 0.05 0.00 0.07 99.74 03:43:19 03:37:01 0 0.07 0.00 0.08 0.00 0.07 99.78 03:43:19 03:37:01 1 0.10 0.00 0.03 0.00 0.12 99.75 03:43:19 03:37:01 2 0.03 0.00 0.05 0.00 0.07 99.85 03:43:19 03:37:01 3 0.37 0.00 0.02 0.00 0.05 99.57 03:43:19 03:38:01 all 0.15 0.00 0.06 0.00 0.32 99.48 03:43:19 03:38:01 0 0.07 0.00 0.07 0.00 0.47 99.40 03:43:19 03:38:01 1 0.05 0.00 0.10 0.00 0.32 99.53 03:43:19 03:38:01 2 0.03 0.00 0.03 0.00 0.30 99.63 03:43:19 03:38:01 3 0.43 0.00 0.03 0.00 0.18 99.35 03:43:19 03:39:01 all 0.15 0.00 0.05 0.00 0.12 99.68 03:43:19 03:39:01 0 0.03 0.00 0.05 0.00 0.10 99.82 03:43:19 03:39:01 1 0.07 0.00 0.05 0.00 0.13 99.75 03:43:19 03:39:01 2 0.03 0.00 0.05 0.00 0.07 99.85 03:43:19 03:39:01 3 0.47 0.00 0.05 0.00 0.18 99.30 03:43:19 03:40:01 all 0.19 0.00 0.05 0.00 0.00 99.76 03:43:19 03:40:01 0 0.03 0.00 0.05 0.00 0.00 99.92 03:43:19 03:40:01 1 0.10 0.00 0.05 0.00 0.02 99.83 03:43:19 03:40:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:43:19 03:40:01 3 0.57 0.00 0.05 0.00 0.00 99.38 03:43:19 03:41:01 all 11.88 0.00 9.07 4.14 0.15 74.75 03:43:19 03:41:01 0 10.97 0.00 9.60 3.36 0.15 75.92 03:43:19 03:41:01 1 12.17 0.00 9.04 3.52 0.14 75.13 03:43:19 03:41:01 2 11.79 0.00 9.42 4.87 0.17 73.75 03:43:19 03:41:01 3 12.60 0.00 8.21 4.83 0.15 74.21 03:43:19 03:42:01 all 9.74 0.00 7.23 2.17 0.09 80.76 03:43:19 03:42:01 0 8.22 0.00 6.41 1.66 0.14 83.58 03:43:19 03:42:01 1 9.40 0.00 7.44 2.08 0.09 80.99 03:43:19 03:42:01 2 12.24 0.00 7.18 2.25 0.09 78.25 03:43:19 03:42:01 3 9.12 0.00 7.91 2.70 0.07 80.21 03:43:19 03:43:01 all 3.87 0.00 3.22 1.60 0.06 91.25 03:43:19 03:43:01 0 3.52 0.00 3.30 1.68 0.07 91.44 03:43:19 03:43:01 1 3.67 0.00 3.40 1.35 0.05 91.54 03:43:19 03:43:01 2 4.19 0.00 2.98 2.67 0.05 90.11 03:43:19 03:43:01 3 4.11 0.00 3.22 0.69 0.07 91.91 03:43:19 Average: all 3.95 0.00 2.69 1.38 0.09 91.88 03:43:19 Average: 0 3.50 0.00 2.85 1.14 0.11 92.41 03:43:19 Average: 1 3.97 0.00 2.68 1.67 0.10 91.58 03:43:19 Average: 2 3.98 0.00 2.63 1.38 0.09 91.92 03:43:19 Average: 3 4.36 0.00 2.58 1.35 0.08 91.63 03:43:19 03:43:19 03:43:19