Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18216 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 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 Commit message: "Merge pull request #158 from ernestojeda/devops-std-dockerfiles" > git rev-list --no-walk d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:56:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:56:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:56:04 ========================================================= 16:56:04 EdgeX Global Pipelines Version Info 16:56:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:56:05 ------------------- 16:56:05 stable info: 16:56:05 ------------------- 16:56:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:56:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:56:05 Message: update stable to v1.0.173 16:56:06 ------------------- 16:56:06 experimental info: 16:56:06 ------------------- 16:56:06 Commited By: **** collab-it+edgex@linuxfoundation.org 16:56:06 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:56:06 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:56:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 16:56:06 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 16:56:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 16:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:56:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b96cb17 [Pipeline] echo 16:56:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:56:09 provisioning config files... 16:56:09 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4474017860166337050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:10 ---> docker-login.sh 16:56:10 nexus3.edgexfoundry.org:10001 16:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:10 Configure a credential helper to remove this warning. See 16:56:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:10 16:56:10 Login Succeeded 16:56:10 nexus3.edgexfoundry.org:10002 16:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:10 Configure a credential helper to remove this warning. See 16:56:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:10 16:56:10 Login Succeeded 16:56:10 nexus3.edgexfoundry.org:10003 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 nexus3.edgexfoundry.org:10004 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 docker.io 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 ---> docker-login.sh ends [Pipeline] } 16:56:11 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 16:56:12 + git log --format=format:%s -1 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] echo 16:56:12 GIT_COMMIT: b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba, Commit Message: Merge pull request #158 from ernestojeda/devops-std-dockerfiles [Pipeline] echo 16:56:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:56:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:56:13 16:56:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:56:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:56:14 latest: Pulling from edgex-devops/git-semver 16:56:14 31603596830f: Pulling fs layer 16:56:14 2a8b12db71e7: Pulling fs layer 16:56:14 6ca5941a6612: Pulling fs layer 16:56:14 ecc8261a40a4: Pulling fs layer 16:56:14 ecc8261a40a4: Waiting 16:56:14 2a8b12db71e7: Verifying Checksum 16:56:14 2a8b12db71e7: Download complete 16:56:14 31603596830f: Download complete 16:56:14 ecc8261a40a4: Verifying Checksum 16:56:14 ecc8261a40a4: Download complete 16:56:14 6ca5941a6612: Verifying Checksum 16:56:14 6ca5941a6612: Download complete 16:56:14 31603596830f: Pull complete 16:56:14 2a8b12db71e7: Pull complete 16:56:15 6ca5941a6612: Pull complete 16:56:15 ecc8261a40a4: Pull complete 16:56:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:56:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:56:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:56:16 prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container 16:56:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:56:18 $ docker top 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:56:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:56:19 [ssh-agent] Looking for ssh-agent implementation... 16:56:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:56:19 $ docker exec 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent 16:56:19 SSH_AUTH_SOCK=/tmp/ssh-lJpKv1rXvJBl/agent.11 16:56:19 SSH_AGENT_PID=16 16:56:19 Running ssh-add (command line suppressed) 16:56:19 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2100116071241207382.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2100116071241207382.key) 16:56:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:56:20 + git tag --points-at HEAD [Pipeline] } 16:56:20 $ docker exec --env ******** --env ******** 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent -k 16:56:20 unset SSH_AUTH_SOCK; 16:56:20 unset SSH_AGENT_PID; 16:56:20 echo Agent pid 16 killed; 16:56:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:56:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:56:20 [ssh-agent] Looking for ssh-agent implementation... 16:56:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:56:20 $ docker exec 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent 16:56:20 SSH_AUTH_SOCK=/tmp/ssh-xA1Hip9B5vkN/agent.45 16:56:20 SSH_AGENT_PID=51 16:56:20 Running ssh-add (command line suppressed) 16:56:20 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8386632122620233543.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8386632122620233543.key) 16:56:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:56:21 + git semver init 16:56:21 # -> Open(): unable to determine branch for HEAD 16:56:21 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 16:56:21 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 16:56:21 # $SEMVER_REMOTE_NAME = origin 16:56:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:56:21 # $SEMVER_USER_NAME = edgex-jenkins 16:56:21 # $SEMVER_BRANCH = master 16:56:21 # $SEMVER_TEMP = /tmp/semver-784442988 16:56:21 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 16:56:21 # '/tmp/semver-784442988' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 16:56:21 # -> Force: false 16:56:21 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 16:56:21 $ docker exec --env ******** --env ******** 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent -k 16:56:22 unset SSH_AUTH_SOCK; 16:56:22 unset SSH_AGENT_PID; 16:56:22 echo Agent pid 51 killed; 16:56:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:56:22 + git semver [Pipeline] } 16:56:22 $ docker stop --time=1 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 16:56:24 $ docker rm -f 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 [Pipeline] // withDockerContainer [Pipeline] sh 16:56:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:56:24 Stashed 1 file(s) [Pipeline] echo 16:56:24 [edgeXSemver]: initialized semver on version 1.3.1-dev.3 [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 16:56:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18215 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 16:56:25 Running in /w/workspace/device-virtual-go/36 [Pipeline] { [Pipeline] checkout 16:56:30 using credential edgex-jenkins-ssh 16:56:30 Cloning the remote Git repository 16:56:30 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 16:56:30 > git init /w/workspace/device-virtual-go/36 # timeout=10 16:56:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:56:30 > git --version # timeout=10 16:56:30 > git --version # 'git version 2.17.1' 16:56:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:31 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:56:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:31 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:56:31 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:56:31 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:32 Checking out Revision b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (master) 16:56:32 > git config core.sparsecheckout # timeout=10 16:56:32 > git checkout -f b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 16:56:36 Commit message: "Merge pull request #158 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:56:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:56:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:56:38 + sudo service docker restart 16:56:38 + true 16:56:40 Still waiting to schedule task 16:56:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:56:40 provisioning config files... 16:56:40 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config1879429243684368335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:41 ---> docker-login.sh 16:56:41 nexus3.edgexfoundry.org:10001 16:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:42 Configure a credential helper to remove this warning. See 16:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:42 16:56:42 Login Succeeded 16:56:42 nexus3.edgexfoundry.org:10002 16:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:43 Configure a credential helper to remove this warning. See 16:56:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:43 16:56:43 Login Succeeded 16:56:43 nexus3.edgexfoundry.org:10003 16:56:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:43 Configure a credential helper to remove this warning. See 16:56:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:43 16:56:43 Login Succeeded 16:56:43 nexus3.edgexfoundry.org:10004 16:56:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:44 Configure a credential helper to remove this warning. See 16:56:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:44 16:56:44 Login Succeeded 16:56:44 docker.io 16:56:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:44 Configure a credential helper to remove this warning. See 16:56:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:44 16:56:44 Login Succeeded 16:56:44 ---> docker-login.sh ends [Pipeline] } 16:56:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:56:45 ========================================================= 16:56:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:56:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:56:45 + 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 . 16:56:45 Sending build context to Docker daemon 478.2kB 16:56:45 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:56:45 Step 2/8 : FROM ${BASE} 16:56:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:56:46 5f621e34cdf4: Pulling fs layer 16:56:46 a4357932f1b6: Pulling fs layer 16:56:46 18c013af1878: Pulling fs layer 16:56:46 00ac8860ef70: Pulling fs layer 16:56:46 63d7cb157983: Pulling fs layer 16:56:46 b116817d02f9: Pulling fs layer 16:56:46 745a02a5169b: Pulling fs layer 16:56:46 00ac8860ef70: Waiting 16:56:46 63d7cb157983: Waiting 16:56:46 b116817d02f9: Waiting 16:56:46 745a02a5169b: Waiting 16:56:46 18c013af1878: Verifying Checksum 16:56:46 18c013af1878: Download complete 16:56:46 a4357932f1b6: Verifying Checksum 16:56:46 a4357932f1b6: Download complete 16:56:46 63d7cb157983: Verifying Checksum 16:56:46 63d7cb157983: Download complete 16:56:46 b116817d02f9: Download complete 16:56:46 5f621e34cdf4: Verifying Checksum 16:56:46 5f621e34cdf4: Download complete 16:56:47 5f621e34cdf4: Pull complete 16:56:47 a4357932f1b6: Pull complete 16:56:48 18c013af1878: Pull complete 16:56:48 745a02a5169b: Download complete 16:56:50 00ac8860ef70: Verifying Checksum 16:56:50 00ac8860ef70: Download complete 16:57:00 00ac8860ef70: Pull complete 16:57:00 63d7cb157983: Pull complete 16:57:00 b116817d02f9: Pull complete 16:57:04 745a02a5169b: Pull complete 16:57:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:57:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:57:04 ---> b7e6874047d6 16:57:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:57:07 ---> Running in ef355f1bbfef 16:57:07 Removing intermediate container ef355f1bbfef 16:57:07 ---> d27205b65ee4 16:57:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:07 ---> Running in 550234faeb65 16:57:09 Removing intermediate container 550234faeb65 16:57:09 ---> e4e7d3962e9a 16:57:09 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:57:09 ---> Running in 98714553365d 16:57:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:12 (1/14) Installing libmagic (5.38-r0) 16:57:12 (2/14) Installing file (5.38-r0) 16:57:12 (3/14) Installing libc-dev (0.7.2-r3) 16:57:12 (4/14) Installing g++ (9.3.0-r2) 16:57:15 (5/14) Installing fortify-headers (1.1-r0) 16:57:15 (6/14) Installing patch (2.7.6-r6) 16:57:15 (7/14) Installing build-base (0.5-r2) 16:57:15 (8/14) Installing openssh-keygen (8.3_p1-r1) 16:57:15 (9/14) Installing libedit (20191231.3.1-r0) 16:57:15 (10/14) Installing openssh-client (8.3_p1-r1) 16:57:16 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 16:57:16 (12/14) Installing openssh-server-common (8.3_p1-r1) 16:57:16 (13/14) Installing openssh-server (8.3_p1-r1) 16:57:16 (14/14) Installing openssh (8.3_p1-r1) 16:57:17 Executing busybox-1.31.1-r19.trigger 16:57:17 OK: 221 MiB in 53 packages 16:57:21 Removing intermediate container 98714553365d 16:57:21 ---> b5054f991239 16:57:21 Step 6/8 : WORKDIR /device-virtual-go 16:57:21 ---> Running in a900a58d103a 16:57:21 Removing intermediate container a900a58d103a 16:57:21 ---> 59ce4c8497a4 16:57:21 Step 7/8 : COPY . . 16:57:22 ---> a429d6b7d582 16:57:22 Step 8/8 : RUN go mod download 16:57:22 ---> Running in 81adc13b742c 16:57:44 Removing intermediate container 81adc13b742c 16:57:44 ---> fb998280c9be 16:57:44 Successfully built fb998280c9be 16:57:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:57:45 + docker inspect -f . ci-base-image-arm64 16:57:45 . [Pipeline] withDockerContainer 16:57:45 prd-ubuntu18.04-docker-arm64-4c-16g-18215 does not seem to be running inside a container 16:57:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@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 16:57:47 $ docker top 665b89dda0563ec6b630c5abe7d3afae27f296b923311f36fe4a6a39a1bcf07a -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:48 + go version 16:57:48 go version go1.15.5 linux/arm64 [Pipeline] } 16:57:48 $ docker stop --time=1 665b89dda0563ec6b630c5abe7d3afae27f296b923311f36fe4a6a39a1bcf07a 16:57:50 $ docker rm -f 665b89dda0563ec6b630c5abe7d3afae27f296b923311f36fe4a6a39a1bcf07a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:57:51 + docker inspect -f . ci-base-image-arm64 16:57:51 . [Pipeline] withDockerContainer 16:57:51 prd-ubuntu18.04-docker-arm64-4c-16g-18215 does not seem to be running inside a container 16:57:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@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 16:57:52 $ docker top ab19bde81cde43c1f9fcafadfa03a52b04707867b9d898a7777aea06cefb3800 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:54 + make test 16:57:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:57:55 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:58:42 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 16:58:42 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.464s coverage: 64.4% of statements 16:58:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:58:50 gofmt -l . 16:58:50 [ "`gofmt -l .`" = "" ] 16:58:50 ./bin/test-attribution-txt.sh 16:58:50 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:58:51 $ docker stop --time=1 ab19bde81cde43c1f9fcafadfa03a52b04707867b9d898a7777aea06cefb3800 16:58:53 $ docker rm -f ab19bde81cde43c1f9fcafadfa03a52b04707867b9d898a7777aea06cefb3800 [Pipeline] // withDockerContainer [Pipeline] sh 16:58:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:58:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:58:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:58:57 + ls -al . 16:58:57 total 148 16:58:57 drwxrwxr-x 7 jenkins jenkins 4096 Jan 4 16:58 . 16:58:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:56 .. 16:58:57 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:56 .git 16:58:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:56 .github 16:58:57 -rw-rw-r-- 1 jenkins jenkins 258 Jan 4 16:56 .gitignore 16:58:57 -rw-rw-r-- 1 jenkins jenkins 6713 Jan 4 16:56 Attribution.txt 16:58:57 -rw-rw-r-- 1 jenkins jenkins 1851 Jan 4 16:56 Dockerfile 16:58:57 -rw-rw-r-- 1 jenkins jenkins 961 Jan 4 16:56 Dockerfile.build 16:58:57 -rw-rw-r-- 1 jenkins jenkins 660 Jan 4 16:56 Jenkinsfile 16:58:57 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 4 16:56 LICENSE 16:58:57 -rw-rw-r-- 1 jenkins jenkins 873 Jan 4 16:56 Makefile 16:58:57 -rw-rw-r-- 1 jenkins jenkins 918 Jan 4 16:56 README.md 16:58:57 -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:56 VERSION 16:58:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:56 bin 16:58:57 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:56 cmd 16:58:57 -rw-r--r-- 1 jenkins jenkins 47242 Jan 4 16:58 coverage.out 16:58:57 -rw-r--r-- 1 jenkins jenkins 863 Jan 4 16:58 go.mod 16:58:57 -rw-r--r-- 1 jenkins jenkins 16360 Jan 4 16:58 go.sum 16:58:57 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:56 internal 16:58:57 -rw-rw-r-- 1 jenkins jenkins 235 Jan 4 16:56 version.go [Pipeline] isUnix [Pipeline] sh 16:58:57 + 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=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba --label arch=arm64 --label version=1.3.1-dev.3 . 16:58:58 Sending build context to Docker daemon 543.2kB 16:58:58 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 16:58:58 Step 2/22 : FROM ${BASE} AS builder 16:58:58 ---> fb998280c9be 16:58:58 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 16:58:58 ---> Running in 4e26f862dd29 16:58:59 Removing intermediate container 4e26f862dd29 16:58:59 ---> 4c73b7ac801d 16:58:59 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 16:58:59 ---> Running in c541cf49ef37 16:58:59 Removing intermediate container c541cf49ef37 16:58:59 ---> c87f66bac615 16:58:59 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 16:58:59 ---> Running in b2740b1f9540 16:59:00 Removing intermediate container b2740b1f9540 16:59:00 ---> cb616975ffe4 16:59:00 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:00 ---> Running in 215cd2b95d3a 16:59:02 Removing intermediate container 215cd2b95d3a 16:59:02 ---> 7243973afb9f 16:59:02 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:59:02 ---> Running in b989cf48eff9 16:59:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:04 OK: 221 MiB in 53 packages 16:59:06 Removing intermediate container b989cf48eff9 16:59:06 ---> 8549bbee9bbf 16:59:06 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 16:59:06 ---> Running in 5ebe56eb797c 16:59:06 Removing intermediate container 5ebe56eb797c 16:59:06 ---> fd5d04aaffac 16:59:06 Step 9/22 : COPY . . 16:59:07 ---> 919a37270fe8 16:59:07 Step 10/22 : ARG MAKE='make build' 16:59:07 ---> Running in ad9f6a6d14a2 16:59:07 Removing intermediate container ad9f6a6d14a2 16:59:07 ---> 230e7a32b83c 16:59:07 Step 11/22 : RUN $MAKE 16:59:08 ---> Running in e95ceb214be1 16:59:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.3" -o cmd/device-virtual ./cmd 16:59:30 Running on prd-centos7-docker-4c-2g-18217 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 16:59:30 Running in /w/workspace/device-virtual-go/36 [Pipeline] { [Pipeline] checkout 16:59:36 using credential edgex-jenkins-ssh 16:59:36 Cloning the remote Git repository 16:59:36 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 16:59:36 > git init /w/workspace/device-virtual-go/36 # timeout=10 16:59:36 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:59:36 > git --version # timeout=10 16:59:36 > git --version # 'git version 2.24.3' 16:59:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:59:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:59:38 Checking out Revision b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (master) 16:59:37 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:59:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:59:37 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:59:37 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:59:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:59:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:59:38 > git config core.sparsecheckout # timeout=10 16:59:38 > git checkout -f b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 16:59:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:59:42 Commit message: "Merge pull request #158 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:59:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:59:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:59:44 + sudo service docker restart 16:59:44 + true 16:59:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:59:45 provisioning config files... 16:59:45 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config6463152054868677553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:46 ---> docker-login.sh 16:59:46 nexus3.edgexfoundry.org:10001 16:59:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:46 Configure a credential helper to remove this warning. See 16:59:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:46 16:59:46 Login Succeeded 16:59:46 nexus3.edgexfoundry.org:10002 16:59:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:46 Configure a credential helper to remove this warning. See 16:59:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:46 16:59:46 Login Succeeded 16:59:46 nexus3.edgexfoundry.org:10003 16:59:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:47 Configure a credential helper to remove this warning. See 16:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:47 16:59:47 Login Succeeded 16:59:47 nexus3.edgexfoundry.org:10004 16:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:47 Configure a credential helper to remove this warning. See 16:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:47 16:59:47 Login Succeeded 16:59:47 docker.io 16:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:47 Configure a credential helper to remove this warning. See 16:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:47 16:59:47 Login Succeeded 16:59:47 ---> docker-login.sh ends [Pipeline] } 16:59:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 16:59:48 Removing intermediate container e95ceb214be1 16:59:48 ---> 06000e7b3496 16:59:48 Step 12/22 : FROM alpine:3.12 [Pipeline] echo 16:59:48 ========================================================= 16:59:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:59:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:59:48 + 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 . 16:59:48 Sending build context to Docker daemon 479.2kB 16:59:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:59:48 Step 2/8 : FROM ${BASE} 16:59:48 3.12: Pulling from library/alpine 16:59:48 159e5727ea61: Pulling fs layer 16:59:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:59:49 188c0c94c7c5: Pulling fs layer 16:59:49 0ef7d3d256c8: Pulling fs layer 16:59:49 de9db76c5a1d: Pulling fs layer 16:59:49 bca2f99d35d6: Pulling fs layer 16:59:49 93359f2a8cfa: Pulling fs layer 16:59:49 7c6f9722023f: Pulling fs layer 16:59:49 a35cf1a2eb13: Pulling fs layer 16:59:49 bca2f99d35d6: Waiting 16:59:49 7c6f9722023f: Waiting 16:59:49 93359f2a8cfa: Waiting 16:59:49 a35cf1a2eb13: Waiting 16:59:49 de9db76c5a1d: Verifying Checksum 16:59:49 de9db76c5a1d: Download complete 16:59:49 0ef7d3d256c8: Verifying Checksum 16:59:49 0ef7d3d256c8: Download complete 16:59:49 93359f2a8cfa: Verifying Checksum 16:59:49 93359f2a8cfa: Download complete 16:59:49 7c6f9722023f: Verifying Checksum 16:59:49 7c6f9722023f: Download complete 16:59:49 188c0c94c7c5: Verifying Checksum 16:59:49 188c0c94c7c5: Download complete 16:59:49 159e5727ea61: Verifying Checksum 16:59:49 159e5727ea61: Download complete 16:59:49 188c0c94c7c5: Pull complete 16:59:49 159e5727ea61: Pull complete 16:59:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:59:49 Status: Downloaded newer image for alpine:3.12 16:59:49 ---> afeebe901d6b 16:59:49 Step 13/22 : ENV APP_PORT=49990 16:59:50 ---> Running in 5f72f557fc34 16:59:50 0ef7d3d256c8: Pull complete 16:59:50 de9db76c5a1d: Pull complete 16:59:50 Removing intermediate container 5f72f557fc34 16:59:50 ---> 7770117cdaed 16:59:50 Step 14/22 : EXPOSE $APP_PORT 16:59:50 ---> Running in 9340ad361cb1 16:59:50 Removing intermediate container 9340ad361cb1 16:59:50 ---> f7b33512723a 16:59:50 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 16:59:52 ---> 97e9b1fa2959 16:59:52 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 16:59:52 ---> c082d697942e 16:59:52 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 16:59:53 ---> 57454735f0ec 16:59:53 Step 18/22 : ENTRYPOINT ["/device-virtual"] 16:59:53 a35cf1a2eb13: Verifying Checksum 16:59:53 a35cf1a2eb13: Download complete 16:59:53 ---> Running in 81a904ebf207 16:59:54 bca2f99d35d6: Verifying Checksum 16:59:54 bca2f99d35d6: Download complete 16:59:54 Removing intermediate container 81a904ebf207 16:59:54 ---> e52c3de8b5bf 16:59:54 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:59:54 ---> Running in a1d9e4772b36 16:59:54 Removing intermediate container a1d9e4772b36 16:59:54 ---> df706c5461ee 16:59:54 Step 20/22 : LABEL arch=arm64 16:59:54 ---> Running in f145ebde74b4 16:59:55 Removing intermediate container f145ebde74b4 16:59:55 ---> 6c2b77c873bd 16:59:55 Step 21/22 : LABEL git_sha=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 16:59:55 ---> Running in 626e6838646c 16:59:55 Removing intermediate container 626e6838646c 16:59:55 ---> 0c245c89db9f 16:59:55 Step 22/22 : LABEL version=1.3.1-dev.3 16:59:56 ---> Running in 7f5f179ed36e 16:59:56 Removing intermediate container 7f5f179ed36e 16:59:56 ---> ed08335bde79 16:59:56 [Warning] One or more build-args [ARCH] were not consumed 16:59:56 Successfully built ed08335bde79 16:59:56 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 16:59:57 provisioning config files... 16:59:57 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config8830242084341026411tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:57 ---> docker-login.sh 16:59:57 nexus3.edgexfoundry.org:10001 16:59:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:58 Configure a credential helper to remove this warning. See 16:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:58 16:59:58 Login Succeeded 16:59:58 nexus3.edgexfoundry.org:10002 16:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:58 Configure a credential helper to remove this warning. See 16:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:58 16:59:58 Login Succeeded 16:59:58 nexus3.edgexfoundry.org:10003 16:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:59 Configure a credential helper to remove this warning. See 16:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:59 16:59:59 Login Succeeded 16:59:59 nexus3.edgexfoundry.org:10004 16:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:59 Configure a credential helper to remove this warning. See 16:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:59 16:59:59 Login Succeeded 16:59:59 docker.io 16:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:00 Configure a credential helper to remove this warning. See 17:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:00 17:00:00 Login Succeeded 17:00:00 ---> docker-login.sh ends [Pipeline] } 17:00:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:00:00 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 17:00:00 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 17:00:00 latest 17:00:00 1.3.1-dev.3 17:00:00 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 17:00:00 master 17:00:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:01 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] isUnix [Pipeline] sh 17:00:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 17:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 17:00:01 5eb812fced59: Preparing 17:00:01 3e9d2f7724ce: Preparing 17:00:01 e550b6777cd4: Preparing 17:00:01 379067d0cb53: Preparing 17:00:02 379067d0cb53: Layer already exists 17:00:02 5eb812fced59: Pushed 17:00:02 3e9d2f7724ce: Pushed 17:00:05 e550b6777cd4: Pushed 17:00:05 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:00:05 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:00:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 17:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 17:00:06 5eb812fced59: Preparing 17:00:06 3e9d2f7724ce: Preparing 17:00:06 e550b6777cd4: Preparing 17:00:06 379067d0cb53: Preparing 17:00:06 5eb812fced59: Layer already exists 17:00:06 3e9d2f7724ce: Layer already exists 17:00:06 379067d0cb53: Layer already exists 17:00:06 e550b6777cd4: Layer already exists 17:00:06 latest: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:00:06 bca2f99d35d6: Pull complete 17:00:06 93359f2a8cfa: Pull complete 17:00:06 7c6f9722023f: Pull complete 17:00:06 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 17:00:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.3 17:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 17:00:07 5eb812fced59: Preparing 17:00:07 3e9d2f7724ce: Preparing 17:00:07 e550b6777cd4: Preparing 17:00:07 379067d0cb53: Preparing 17:00:07 379067d0cb53: Layer already exists 17:00:07 3e9d2f7724ce: Layer already exists 17:00:07 e550b6777cd4: Layer already exists 17:00:07 5eb812fced59: Layer already exists 17:00:07 1.3.1-dev.3: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:00:07 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 17:00:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 17:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 17:00:08 5eb812fced59: Preparing 17:00:08 3e9d2f7724ce: Preparing 17:00:08 e550b6777cd4: Preparing 17:00:08 379067d0cb53: Preparing 17:00:08 5eb812fced59: Layer already exists 17:00:08 3e9d2f7724ce: Layer already exists 17:00:08 379067d0cb53: Layer already exists 17:00:08 e550b6777cd4: Layer already exists 17:00:08 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:00:08 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:00:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 17:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 17:00:09 5eb812fced59: Preparing 17:00:09 3e9d2f7724ce: Preparing 17:00:09 e550b6777cd4: Preparing 17:00:09 379067d0cb53: Preparing 17:00:09 3e9d2f7724ce: Layer already exists 17:00:09 e550b6777cd4: Layer already exists 17:00:09 379067d0cb53: Layer already exists 17:00:09 5eb812fced59: Layer already exists 17:00:09 master: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:00:09 ===================================================== [Pipeline] echo 17:00:09 taggedImages: 17:00:09 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 17:00:09 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 17:00:09 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.3 17:00:09 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 17:00:09 - 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] } 17:00:12 a35cf1a2eb13: Pull complete 17:00:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:00:12 ---> a62c8e92a672 17:00:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 17:00:12 ---> Running in 09c27dfc3aa5 17:00:12 Removing intermediate container 09c27dfc3aa5 17:00:12 ---> a8f317549453 17:00:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:12 ---> Running in e704c05f1636 17:00:14 Removing intermediate container e704c05f1636 17:00:14 ---> da5257202ad7 17:00:14 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 17:00:14 ---> Running in 9135b899d27c 17:00:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:16 (1/14) Installing libmagic (5.38-r0) 17:00:17 (2/14) Installing file (5.38-r0) 17:00:17 (3/14) Installing libc-dev (0.7.2-r3) 17:00:17 (4/14) Installing g++ (9.3.0-r2) 17:00:20 (5/14) Installing fortify-headers (1.1-r0) 17:00:20 (6/14) Installing patch (2.7.6-r6) 17:00:20 (7/14) Installing build-base (0.5-r2) 17:00:20 (8/14) Installing openssh-keygen (8.3_p1-r1) 17:00:20 (9/14) Installing libedit (20191231.3.1-r0) 17:00:21 (10/14) Installing openssh-client (8.3_p1-r1) 17:00:21 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 17:00:21 (12/14) Installing openssh-server-common (8.3_p1-r1) 17:00:21 (13/14) Installing openssh-server (8.3_p1-r1) 17:00:21 (14/14) Installing openssh (8.3_p1-r1) 17:00:21 Executing busybox-1.31.1-r19.trigger 17:00:21 OK: 237 MiB in 53 packages 17:00:26 Removing intermediate container 9135b899d27c 17:00:26 ---> a63a2acadd6e 17:00:26 Step 6/8 : WORKDIR /device-virtual-go 17:00:26 ---> Running in 4bc36e577426 17:00:26 Removing intermediate container 4bc36e577426 17:00:26 ---> 970e579dde47 17:00:26 Step 7/8 : COPY . . 17:00:27 ---> 4fa25957de93 17:00:27 Step 8/8 : RUN go mod download 17:00:27 ---> Running in a7eafa4bb04b 17:01:00 Removing intermediate container a7eafa4bb04b 17:01:00 ---> 507ba1cd7730 17:01:00 Successfully built 507ba1cd7730 17:01:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:01:00 + docker inspect -f . ci-base-image-x86_64 17:01:01 . [Pipeline] withDockerContainer 17:01:01 prd-centos7-docker-4c-2g-18217 does not seem to be running inside a container 17:01:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:01:03 $ docker top 935523796f9d36ee1e62ffe4bcea131bd4264e9d3ff84d426ec21cbe3da18ac4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:04 + go version 17:01:04 go version go1.15.5 linux/amd64 [Pipeline] } 17:01:04 $ docker stop --time=1 935523796f9d36ee1e62ffe4bcea131bd4264e9d3ff84d426ec21cbe3da18ac4 17:01:05 $ docker rm -f 935523796f9d36ee1e62ffe4bcea131bd4264e9d3ff84d426ec21cbe3da18ac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:06 + docker inspect -f . ci-base-image-x86_64 17:01:06 . [Pipeline] withDockerContainer 17:01:06 prd-centos7-docker-4c-2g-18217 does not seem to be running inside a container 17:01:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:01:07 $ docker top c8af717ca7c3df460d9bbd80690b1a6f0a784cbb6becfa811ca8a168092a5ffb -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:08 + make test 17:01:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:01:09 ? github.com/edgexfoundry/device-virtual-go [no test files] 17:01:36 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 17:01:36 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.838s coverage: 64.4% of statements 17:01:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:01:44 gofmt -l . 17:01:44 [ "`gofmt -l .`" = "" ] 17:01:44 ./bin/test-attribution-txt.sh 17:01:44 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:01:44 $ docker stop --time=1 c8af717ca7c3df460d9bbd80690b1a6f0a784cbb6becfa811ca8a168092a5ffb 17:01:46 $ docker rm -f c8af717ca7c3df460d9bbd80690b1a6f0a784cbb6becfa811ca8a168092a5ffb [Pipeline] // withDockerContainer [Pipeline] sh 17:01:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:01:47 Warning: overwriting stash ‘coverage-report’ 17:01:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:01:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:01:49 + ls -al . 17:01:49 total 124 17:01:49 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 4 17:01 . 17:01:49 drwxrwxr-x. 4 jenkins jenkins 30 Jan 4 16:59 .. 17:01:49 -rw-rw-r--. 1 jenkins jenkins 6713 Jan 4 16:59 Attribution.txt 17:01:49 drwxrwxr-x. 2 jenkins jenkins 64 Jan 4 16:59 bin 17:01:49 drwxrwxr-x. 3 jenkins jenkins 32 Jan 4 16:59 cmd 17:01:49 -rw-r--r--. 1 jenkins jenkins 47242 Jan 4 17:01 coverage.out 17:01:49 -rw-rw-r--. 1 jenkins jenkins 1851 Jan 4 16:59 Dockerfile 17:01:49 -rw-rw-r--. 1 jenkins jenkins 961 Jan 4 16:59 Dockerfile.build 17:01:49 drwxrwxr-x. 8 jenkins jenkins 162 Jan 4 16:59 .git 17:01:49 drwxrwxr-x. 2 jenkins jenkins 60 Jan 4 16:59 .github 17:01:49 -rw-rw-r--. 1 jenkins jenkins 258 Jan 4 16:59 .gitignore 17:01:49 -rw-r--r--. 1 jenkins jenkins 863 Jan 4 17:01 go.mod 17:01:49 -rw-r--r--. 1 jenkins jenkins 16360 Jan 4 17:01 go.sum 17:01:49 drwxrwxr-x. 3 jenkins jenkins 20 Jan 4 16:59 internal 17:01:49 -rw-rw-r--. 1 jenkins jenkins 660 Jan 4 16:59 Jenkinsfile 17:01:49 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 4 16:59 LICENSE 17:01:49 -rw-rw-r--. 1 jenkins jenkins 873 Jan 4 16:59 Makefile 17:01:49 -rw-rw-r--. 1 jenkins jenkins 918 Jan 4 16:59 README.md 17:01:49 -rw-rw-r--. 1 jenkins jenkins 11 Jan 4 16:56 VERSION 17:01:49 -rw-rw-r--. 1 jenkins jenkins 235 Jan 4 16:59 version.go [Pipeline] isUnix [Pipeline] sh 17:01:50 + 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=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba --label arch=amd64 --label version=1.3.1-dev.3 . 17:01:50 Sending build context to Docker daemon 544.3kB 17:01:50 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 17:01:50 Step 2/22 : FROM ${BASE} AS builder 17:01:50 ---> 507ba1cd7730 17:01:50 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 17:01:50 ---> Running in b9cfc44f3d3f 17:01:50 Removing intermediate container b9cfc44f3d3f 17:01:50 ---> 3a10745f6521 17:01:50 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 17:01:50 ---> Running in e0ac2a48ff7b 17:01:51 Removing intermediate container e0ac2a48ff7b 17:01:51 ---> aca29abe5f18 17:01:51 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 17:01:51 ---> Running in 58b96e774861 17:01:51 Removing intermediate container 58b96e774861 17:01:51 ---> 6b8379a4990f 17:01:51 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:51 ---> Running in a033ed5567b4 17:01:53 Removing intermediate container a033ed5567b4 17:01:53 ---> 06ec04adb924 17:01:53 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:01:53 ---> Running in 080e0e8da12c 17:01:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:01:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:01:55 OK: 237 MiB in 53 packages 17:01:55 Removing intermediate container 080e0e8da12c 17:01:55 ---> 62b639f6b90b 17:01:55 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 17:01:56 ---> Running in 208c92b3170b 17:01:56 Removing intermediate container 208c92b3170b 17:01:56 ---> 4bec758f70dd 17:01:56 Step 9/22 : COPY . . 17:01:57 ---> 659f267dcf11 17:01:57 Step 10/22 : ARG MAKE='make build' 17:01:57 ---> Running in 52a9cf17a0b1 17:01:57 Removing intermediate container 52a9cf17a0b1 17:01:57 ---> ec9177d94d6b 17:01:57 Step 11/22 : RUN $MAKE 17:01:57 ---> Running in 90758029063c 17:01:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.3" -o cmd/device-virtual ./cmd 17:02:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:02:24 Removing intermediate container 90758029063c 17:02:24 ---> d4b7c3a7b58a 17:02:24 Step 12/22 : FROM alpine:3.12 17:02:24 3.12: Pulling from library/alpine 17:02:24 801bfaa63ef2: Pulling fs layer 17:02:24 801bfaa63ef2: Verifying Checksum 17:02:24 801bfaa63ef2: Download complete 17:02:25 801bfaa63ef2: Pull complete 17:02:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:02:25 Status: Downloaded newer image for alpine:3.12 17:02:25 ---> 389fef711851 17:02:25 Step 13/22 : ENV APP_PORT=49990 17:02:25 ---> Running in c845c297a251 17:02:25 Removing intermediate container c845c297a251 17:02:25 ---> e552a7a01a2d 17:02:25 Step 14/22 : EXPOSE $APP_PORT 17:02:25 ---> Running in 8b029885db88 17:02:26 Removing intermediate container 8b029885db88 17:02:26 ---> 99991ea8cfbe 17:02:26 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 17:02:27 ---> b6a183c6e4d1 17:02:27 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 17:02:27 ---> 536e80a8297c 17:02:27 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 17:02:28 ---> f6c669c7d595 17:02:28 Step 18/22 : ENTRYPOINT ["/device-virtual"] 17:02:28 ---> Running in cfff7758899d 17:02:28 Removing intermediate container cfff7758899d 17:02:28 ---> ac1226156674 17:02:28 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:28 ---> Running in d2bedec3554c 17:02:28 Removing intermediate container d2bedec3554c 17:02:28 ---> 40f272f39a3a 17:02:28 Step 20/22 : LABEL arch=amd64 17:02:28 ---> Running in 762a115f0b5e 17:02:29 Removing intermediate container 762a115f0b5e 17:02:29 ---> 9ebcd1852a34 17:02:29 Step 21/22 : LABEL git_sha=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 17:02:29 ---> Running in 6b9cc1d275ea 17:02:29 Removing intermediate container 6b9cc1d275ea 17:02:29 ---> 5453d07f0ff7 17:02:29 Step 22/22 : LABEL version=1.3.1-dev.3 17:02:29 ---> Running in f0baa974744f 17:02:29 Removing intermediate container f0baa974744f 17:02:29 ---> 0eef655cd9cc 17:02:29 [Warning] One or more build-args [ARCH] were not consumed 17:02:29 Successfully built 0eef655cd9cc 17:02:29 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:02:30 provisioning config files... 17:02:30 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config3931878199076802345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:30 ---> docker-login.sh 17:02:30 nexus3.edgexfoundry.org:10001 17:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:30 Configure a credential helper to remove this warning. See 17:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:30 17:02:30 Login Succeeded 17:02:30 nexus3.edgexfoundry.org:10002 17:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:31 Configure a credential helper to remove this warning. See 17:02:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:31 17:02:31 Login Succeeded 17:02:31 nexus3.edgexfoundry.org:10003 17:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:31 Configure a credential helper to remove this warning. See 17:02:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:31 17:02:31 Login Succeeded 17:02:31 nexus3.edgexfoundry.org:10004 17:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:31 Configure a credential helper to remove this warning. See 17:02:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:31 17:02:31 Login Succeeded 17:02:31 docker.io 17:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:32 Configure a credential helper to remove this warning. See 17:02:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:32 17:02:32 Login Succeeded 17:02:32 ---> docker-login.sh ends [Pipeline] } 17:02:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:32 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 17:02:32 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 17:02:32 latest 17:02:32 1.3.1-dev.3 17:02:32 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 17:02:32 master 17:02:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:33 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] isUnix [Pipeline] sh 17:02:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 17:02:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 17:02:33 83566902168b: Preparing 17:02:33 d46cf8e7d5f2: Preparing 17:02:33 ad1813cf9930: Preparing 17:02:33 777b2c648970: Preparing 17:02:33 777b2c648970: Layer already exists 17:02:34 d46cf8e7d5f2: Pushed 17:02:34 83566902168b: Pushed 17:02:35 ad1813cf9930: Pushed 17:02:35 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh 17:02:36 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 17:02:36 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 17:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 17:02:36 83566902168b: Preparing 17:02:36 d46cf8e7d5f2: Preparing 17:02:36 ad1813cf9930: Preparing 17:02:36 777b2c648970: Preparing 17:02:36 ad1813cf9930: Layer already exists 17:02:36 777b2c648970: Layer already exists 17:02:36 d46cf8e7d5f2: Layer already exists 17:02:36 83566902168b: Layer already exists 17:02:36 latest: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh 17:02:37 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 17:02:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.3 17:02:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 17:02:37 83566902168b: Preparing 17:02:37 d46cf8e7d5f2: Preparing 17:02:37 ad1813cf9930: Preparing 17:02:37 777b2c648970: Preparing 17:02:37 d46cf8e7d5f2: Layer already exists 17:02:37 ad1813cf9930: Layer already exists 17:02:37 83566902168b: Layer already exists 17:02:37 777b2c648970: Layer already exists 17:02:37 1.3.1-dev.3: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh 17:02:38 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 17:02:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 17:02:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 17:02:38 83566902168b: Preparing 17:02:38 d46cf8e7d5f2: Preparing 17:02:38 ad1813cf9930: Preparing 17:02:38 777b2c648970: Preparing 17:02:38 d46cf8e7d5f2: Layer already exists 17:02:38 83566902168b: Layer already exists 17:02:38 777b2c648970: Layer already exists 17:02:38 ad1813cf9930: Layer already exists 17:02:38 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh 17:02:38 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 17:02:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 17:02:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 17:02:39 83566902168b: Preparing 17:02:39 d46cf8e7d5f2: Preparing 17:02:39 ad1813cf9930: Preparing 17:02:39 777b2c648970: Preparing 17:02:39 83566902168b: Layer already exists 17:02:39 d46cf8e7d5f2: Layer already exists 17:02:39 777b2c648970: Layer already exists 17:02:39 ad1813cf9930: Layer already exists 17:02:39 master: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:39 ===================================================== [Pipeline] echo 17:02:39 taggedImages: 17:02:39 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 17:02:39 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 17:02:39 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.3 17:02:39 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 17:02:39 - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:02:41 provisioning config files... 17:02:41 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8637762518154700281tmp [Pipeline] { [Pipeline] sh 17:02:41 + set +x 17:02:41 + curl -s https://codecov.io/bash 17:02:41 + bash -s -- 17:02:41 17:02:41 _____ _ 17:02:41 / ____| | | 17:02:41 | | ___ __| | ___ ___ _____ __ 17:02:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:02:41 | |___| (_) | (_| | __/ (_| (_) \ V / 17:02:41 \_____\___/ \__,_|\___|\___\___/ \_/ 17:02:41 Bash-20201231-23d4836 17:02:41 17:02:41 17:02:41 ==> git version 2.24.3 found 17:02:41 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:02:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:02:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:02:41 ==> Jenkins CI detected. 17:02:41 project root: . 17:02:41 --> token set from env 17:02:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:02:41 ==> Running gcov in . (disable via -X gcov) 17:02:41 ==> Python coveragepy not found 17:02:41 ==> Searching for coverage reports in: 17:02:41 + . 17:02:41 -> Found 1 reports 17:02:41 ==> Detecting git/mercurial file structure 17:02:41 ==> Reading reports 17:02:41 + ./coverage.out bytes=47242 17:02:41 ==> Appending adjustments 17:02:41 https://docs.codecov.io/docs/fixing-reports 17:02:41 + Found adjustments 17:02:41 ==> Gzipping contents 17:02:41 8.0K /tmp/codecov.koB9T9.gz 17:02:41 ==> Uploading reports 17:02:41 url: https://codecov.io 17:02:41 query: branch=master&commit=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:02:41 -> Pinging Codecov 17:02:41 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:02:42 -> Uploading to 17:02:42 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/5E52B4B073DB2E39498172D8E973AA87/b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba/0f4e9537-889f-4adc-85fd-5bd7bbe16b88.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T170242Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19551d780734cc96611122c4ffe9fbc8a73b2e6b527dac7429b7f0cdcb013220 17:02:42 % Total % Received % Xferd Average Speed Time Time Time Current 17:02:42 Dload Upload Total Spent Left Speed 17:02:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5784 0 0 100 5784 0 11951 --:--:-- --:--:-- --:--:-- 11950 100 5784 0 0 100 5784 0 11947 --:--:-- --:--:-- --:--:-- 11950 17:02:42 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] } 17:02:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:02:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:02:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:02:44 17:02:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:02:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:02:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:02:44 188c0c94c7c5: Pulling fs layer 17:02:44 0ef7d3d256c8: Pulling fs layer 17:02:44 de9db76c5a1d: Pulling fs layer 17:02:44 0eba1c9be4d2: Pulling fs layer 17:02:44 0d57e429df01: Pulling fs layer 17:02:44 4e4be7b47b0d: Pulling fs layer 17:02:44 e1f770b5df2f: Pulling fs layer 17:02:44 85a0685a4137: Pulling fs layer 17:02:44 0eba1c9be4d2: Waiting 17:02:44 0d57e429df01: Waiting 17:02:44 4e4be7b47b0d: Waiting 17:02:44 e1f770b5df2f: Waiting 17:02:44 85a0685a4137: Waiting 17:02:44 de9db76c5a1d: Verifying Checksum 17:02:44 de9db76c5a1d: Download complete 17:02:44 0ef7d3d256c8: Verifying Checksum 17:02:44 0ef7d3d256c8: Download complete 17:02:44 0d57e429df01: Verifying Checksum 17:02:44 0d57e429df01: Download complete 17:02:44 4e4be7b47b0d: Verifying Checksum 17:02:44 4e4be7b47b0d: Download complete 17:02:44 188c0c94c7c5: Verifying Checksum 17:02:44 188c0c94c7c5: Download complete 17:02:44 188c0c94c7c5: Pull complete 17:02:44 0ef7d3d256c8: Pull complete 17:02:45 de9db76c5a1d: Pull complete 17:02:45 e1f770b5df2f: Verifying Checksum 17:02:45 e1f770b5df2f: Download complete 17:02:47 0eba1c9be4d2: Verifying Checksum 17:02:47 0eba1c9be4d2: Download complete 17:02:48 85a0685a4137: Verifying Checksum 17:02:48 85a0685a4137: Download complete 17:02:53 0eba1c9be4d2: Pull complete 17:02:53 0d57e429df01: Pull complete 17:02:53 4e4be7b47b0d: Pull complete 17:02:55 e1f770b5df2f: Pull complete 17:03:03 85a0685a4137: Pull complete 17:03:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:03:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:03:04 prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container 17:03:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:03:05 $ docker top 4d412a5822c06e05f3ad4b8b206d6a7c80b308d0fa9a5d4c5cd1ce52dfdc4afd -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:03:05 + set -o pipefail 17:03:05 + snyk monitor '--org=edgex-jenkins' 17:03:32 17:03:32 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 17:03:32 17:03:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/6be111e3-bb12-4bf5-9072-63df4b8222bc 17:03:32 17:03:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:03:32 17:03:32 [Pipeline] } 17:03:32 $ docker stop --time=1 4d412a5822c06e05f3ad4b8b206d6a7c80b308d0fa9a5d4c5cd1ce52dfdc4afd 17:03:35 $ docker rm -f 4d412a5822c06e05f3ad4b8b206d6a7c80b308d0fa9a5d4c5cd1ce52dfdc4afd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:03:37 + git log --format=format:%s -1 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] isUnix [Pipeline] sh 17:03:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:03:37 . [Pipeline] withDockerContainer 17:03:37 prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container 17:03:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:03:38 $ docker top 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:03:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:03:39 [ssh-agent] Looking for ssh-agent implementation... 17:03:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:03:39 $ docker exec 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad ssh-agent 17:03:39 SSH_AUTH_SOCK=/tmp/ssh-nMrUQmzOt0LN/agent.12 17:03:39 SSH_AGENT_PID=18 17:03:39 Running ssh-add (command line suppressed) 17:03:39 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1392708069377977276.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1392708069377977276.key) 17:03:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:03:40 + git semver tag 17:03:40 # -> Open(): unable to determine branch for HEAD 17:03:40 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 17:03:40 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 17:03:40 # $SEMVER_REMOTE_NAME = origin 17:03:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:03:40 # $SEMVER_USER_NAME = edgex-jenkins 17:03:40 # $SEMVER_BRANCH = master 17:03:40 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 17:03:40 # b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba HEAD 17:03:40 # -> Force: false 17:03:40 # 3f61d009edf8b13b637d6c377689d39710fe9d40 refs/tags/v1.3.1-dev.3 [Pipeline] } 17:03:40 $ docker exec --env ******** --env ******** 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad ssh-agent -k 17:03:40 unset SSH_AUTH_SOCK; 17:03:40 unset SSH_AGENT_PID; 17:03:40 echo Agent pid 18 killed; 17:03:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:03:40 + git semver [Pipeline] } 17:03:40 $ docker stop --time=1 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad 17:03:42 $ docker rm -f 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:03:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:42 17:03:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:03:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:43 0.23.1-centos7: Pulling from edgex-lftools 17:03:43 ab5ef0e58194: Pulling fs layer 17:03:43 9712f1f96733: Pulling fs layer 17:03:43 63f879dbbcfc: Pulling fs layer 17:03:43 0d9ebad4ef96: Pulling fs layer 17:03:43 e9a5061849ea: Pulling fs layer 17:03:43 d747dcd14b5f: Pulling fs layer 17:03:43 2de7ff778b66: Pulling fs layer 17:03:43 d747dcd14b5f: Waiting 17:03:43 e9a5061849ea: Waiting 17:03:43 0d9ebad4ef96: Waiting 17:03:43 2de7ff778b66: Waiting 17:03:43 9712f1f96733: Download complete 17:03:45 63f879dbbcfc: Verifying Checksum 17:03:45 63f879dbbcfc: Download complete 17:03:45 e9a5061849ea: Verifying Checksum 17:03:45 e9a5061849ea: Download complete 17:03:45 d747dcd14b5f: Verifying Checksum 17:03:45 d747dcd14b5f: Download complete 17:03:45 0d9ebad4ef96: Verifying Checksum 17:03:45 0d9ebad4ef96: Download complete 17:03:45 2de7ff778b66: Verifying Checksum 17:03:45 2de7ff778b66: Download complete 17:03:46 ab5ef0e58194: Verifying Checksum 17:03:46 ab5ef0e58194: Download complete 17:03:51 ab5ef0e58194: Pull complete 17:03:51 9712f1f96733: Pull complete 17:03:54 63f879dbbcfc: Pull complete 17:04:00 0d9ebad4ef96: Pull complete 17:04:03 e9a5061849ea: Pull complete 17:04:03 d747dcd14b5f: Pull complete 17:04:04 2de7ff778b66: Pull complete 17:04:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:04:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:04:04 prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container 17:04:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:04:08 $ docker top f26e6568d70fe8f7682954ce9c744e7c66462c43b47e06a0d5cbec852fefec05 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:04:08 provisioning config files... 17:04:08 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config9071468035237498937tmp 17:04:08 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7966328890427247522tmp 17:04:08 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4421029368218488988tmp [Pipeline] { [Pipeline] echo 17:04:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:04:09 ---> sigul-configuration.sh 17:04:09 gpg: directory `/root/.gnupg' created 17:04:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:04:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:04:09 gpg: keyring `/root/.gnupg/secring.gpg' created 17:04:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:04:09 gpg: CAST5 encrypted data 17:04:09 gpg: encrypted with 1 passphrase 17:04:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:04:09 + mkdir /home/jenkins 17:04:09 + mkdir /home/jenkins/sigul [Pipeline] sh 17:04:09 + 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 17:04:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:04:10 ---> sigul-install.sh 17:04:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:04:15 + git tag --list 17:04:15 v1.0.0 17:04:15 v1.1.0 17:04:15 v1.1.1 17:04:15 v1.2.1 17:04:15 v1.2.2 17:04:15 v1.2.3 17:04:15 v1.2.3-dev.1 17:04:15 v1.2.3-dev.2 17:04:15 v1.2.4-dev.1 17:04:15 v1.2.4-dev.10 17:04:15 v1.2.4-dev.11 17:04:15 v1.2.4-dev.2 17:04:15 v1.2.4-dev.3 17:04:15 v1.2.4-dev.4 17:04:15 v1.2.4-dev.5 17:04:15 v1.2.4-dev.6 17:04:15 v1.2.4-dev.7 17:04:15 v1.2.4-dev.8 17:04:15 v1.2.4-dev.9 17:04:15 v1.3.0 17:04:15 v1.3.1-dev.1 17:04:15 v1.3.1-dev.2 17:04:15 v1.3.1-dev.3 [Pipeline] sh 17:04:16 + lftools sign git-tag v1.3.1-dev.3 17:04:17 Signing Git tag with Sigul... 17:04:17 Signing v1.3.1-dev.3 [Pipeline] echo 17:04:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:04:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:04:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:04:18 $ docker stop --time=1 f26e6568d70fe8f7682954ce9c744e7c66462c43b47e06a0d5cbec852fefec05 17:04:20 $ docker rm -f f26e6568d70fe8f7682954ce9c744e7c66462c43b47e06a0d5cbec852fefec05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:04:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:21 . [Pipeline] withDockerContainer 17:04:21 prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container 17:04:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:22 $ docker top 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:22 [ssh-agent] Looking for ssh-agent implementation... 17:04:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:23 $ docker exec 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 ssh-agent 17:04:23 SSH_AUTH_SOCK=/tmp/ssh-iMCMrazhkZ5Y/agent.12 17:04:23 SSH_AGENT_PID=18 17:04:23 Running ssh-add (command line suppressed) 17:04:23 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4425304382610233015.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4425304382610233015.key) 17:04:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:23 + git semver bump pre 17:04:23 # -> Open(): unable to determine branch for HEAD 17:04:23 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 17:04:23 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 17:04:23 # $SEMVER_REMOTE_NAME = origin 17:04:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:23 # $SEMVER_USER_NAME = edgex-jenkins 17:04:23 # $SEMVER_BRANCH = master 17:04:23 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 17:04:23 1.3.1-dev.4 [Pipeline] } 17:04:23 $ docker exec --env ******** --env ******** 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 ssh-agent -k 17:04:24 unset SSH_AUTH_SOCK; 17:04:24 unset SSH_AGENT_PID; 17:04:24 echo Agent pid 18 killed; 17:04:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:24 + git semver [Pipeline] } 17:04:24 $ docker stop --time=1 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 17:04:25 $ docker rm -f 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:04:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:26 . [Pipeline] withDockerContainer 17:04:26 prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container 17:04:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:27 $ docker top a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:27 [ssh-agent] Looking for ssh-agent implementation... 17:04:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:27 $ docker exec a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf ssh-agent 17:04:28 SSH_AUTH_SOCK=/tmp/ssh-stIq7fhOruvr/agent.13 17:04:28 SSH_AGENT_PID=19 17:04:28 Running ssh-add (command line suppressed) 17:04:28 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7804688752274505456.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7804688752274505456.key) 17:04:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:28 + git semver push 17:04:28 # -> Open(): unable to determine branch for HEAD 17:04:28 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 17:04:28 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 17:04:28 # $SEMVER_REMOTE_NAME = origin 17:04:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:28 # $SEMVER_USER_NAME = edgex-jenkins 17:04:28 # $SEMVER_BRANCH = master 17:04:28 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 17:04:35 $ docker exec --env ******** --env ******** a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf ssh-agent -k 17:04:35 unset SSH_AUTH_SOCK; 17:04:35 unset SSH_AGENT_PID; 17:04:35 echo Agent pid 19 killed; 17:04:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:35 + git semver [Pipeline] } 17:04:35 $ docker stop --time=1 a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf 17:04:37 $ docker rm -f a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf [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 17:04:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:04:39 ---> package-listing.sh 17:04:39 ++ tr '[:upper:]' '[:lower:]' 17:04:39 ++ facter osfamily 17:04:39 + OS_FAMILY=redhat 17:04:39 + workspace=/w/workspace/foundry_device-virtual-go_master 17:04:39 + START_PACKAGES=/tmp/packages_start.txt 17:04:39 + END_PACKAGES=/tmp/packages_end.txt 17:04:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:04:39 + PACKAGES=/tmp/packages_start.txt 17:04:39 + '[' /w/workspace/foundry_device-virtual-go_master ']' 17:04:39 + PACKAGES=/tmp/packages_end.txt 17:04:39 + case "${OS_FAMILY}" in 17:04:39 + rpm -qa 17:04:39 + sort 17:04:44 + '[' -f /tmp/packages_start.txt ']' 17:04:44 + '[' -f /tmp/packages_end.txt ']' 17:04:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:04:44 + '[' /w/workspace/foundry_device-virtual-go_master ']' 17:04:44 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 17:04:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 17:04:44 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 17:04:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:04:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:04:45 17:04:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:04:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:04:45 alpine: Pulling from edgex-lftools-log-publisher 17:04:45 df20fa9351a1: Pulling fs layer 17:04:45 36b3adc4ff6f: Pulling fs layer 17:04:45 8ad3a11d3b57: Pulling fs layer 17:04:45 46f8f816bc3b: Pulling fs layer 17:04:45 93b61091891f: Pulling fs layer 17:04:45 93b9cdb0e59b: Pulling fs layer 17:04:45 5e14af77c1be: Pulling fs layer 17:04:45 01666e4c0597: Pulling fs layer 17:04:45 aa168da1d23b: Pulling fs layer 17:04:45 46f8f816bc3b: Waiting 17:04:45 93b61091891f: Waiting 17:04:45 93b9cdb0e59b: Waiting 17:04:45 5e14af77c1be: Waiting 17:04:45 01666e4c0597: Waiting 17:04:45 aa168da1d23b: Waiting 17:04:45 36b3adc4ff6f: Verifying Checksum 17:04:45 36b3adc4ff6f: Download complete 17:04:45 46f8f816bc3b: Verifying Checksum 17:04:45 46f8f816bc3b: Download complete 17:04:45 df20fa9351a1: Verifying Checksum 17:04:45 df20fa9351a1: Download complete 17:04:45 93b9cdb0e59b: Verifying Checksum 17:04:45 93b9cdb0e59b: Download complete 17:04:45 5e14af77c1be: Verifying Checksum 17:04:45 5e14af77c1be: Download complete 17:04:45 01666e4c0597: Verifying Checksum 17:04:45 01666e4c0597: Download complete 17:04:45 93b61091891f: Verifying Checksum 17:04:45 93b61091891f: Download complete 17:04:45 8ad3a11d3b57: Verifying Checksum 17:04:46 df20fa9351a1: Pull complete 17:04:47 36b3adc4ff6f: Pull complete 17:04:48 8ad3a11d3b57: Pull complete 17:04:48 aa168da1d23b: Verifying Checksum 17:04:48 aa168da1d23b: Download complete 17:04:48 46f8f816bc3b: Pull complete 17:04:48 93b61091891f: Pull complete 17:04:48 93b9cdb0e59b: Pull complete 17:04:48 5e14af77c1be: Pull complete 17:04:48 01666e4c0597: Pull complete 17:04:57 aa168da1d23b: Pull complete 17:04:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:04:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:04:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:04:57 prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container 17:04:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:05:00 $ docker top ae154fd8c5e521ca6593bd2f3a0bf168d02cea6f9f0111d123ffef9498e5014a -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:00 + touch /tmp/pre-build-complete [Pipeline] sh 17:05:01 + mkdir -p /var/log/sa [Pipeline] sh 17:05:01 + ls /var/log/sa-host 17:05:01 + sadf -c /var/log/sa-host/sa04 17:05:01 file_magic: OK 17:05:01 HZ: Using current value: 100 17:05:01 file_header: OK 17:05:01 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 17:05:01 Statistics: 17:05:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:05:01 File successfully converted to sysstat format version 12.2.1 17:05:01 + sadf -c /var/log/sa-host/sa23 17:05:01 file_magic: OK 17:05:01 HZ: Using current value: 100 17:05:01 file_header: OK 17:05:01 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 17:05:01 Statistics: 17:05:01 Hnuu...uuuununununu... 17:05:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:05:01 provisioning config files... 17:05:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5470004458954041945tmp [Pipeline] { [Pipeline] echo 17:05:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:05:02 ---> create-netrc.sh [Pipeline] } 17:05:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:05:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:05:02 ---> python-tools-install.sh [Pipeline] echo 17:05:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:05:02 ---> sudo-logs.sh 17:05:02 Archiving 'sudo' log.. [Pipeline] echo 17:05:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:05:03 ---> job-cost.sh 17:05:03 lf-activate-venv: SKIPPING 17:05:03 INFO: No Stack... 17:05:04 INFO: Retrieving Pricing Info for: v1-standard-2 17:05:04 INFO: Archiving Costs [Pipeline] echo 17:05:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:05:05 ---> logs-deploy.sh 17:05:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/36 17:05:05 INFO: archiving workspace using pattern(s): 17:05:06 Archives upload complete. 17:05:06 INFO: archiving logs to Nexus 17:05:07 ---> uname -a: 17:05:07 Linux prd-centos7-docker-4c-2g-18216.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:05:07 17:05:07 17:05:07 ---> lscpu: 17:05:07 Architecture: x86_64 17:05:07 CPU op-mode(s): 32-bit, 64-bit 17:05:07 Byte Order: Little Endian 17:05:07 Address sizes: 40 bits physical, 48 bits virtual 17:05:07 CPU(s): 4 17:05:07 On-line CPU(s) list: 0-3 17:05:07 Thread(s) per core: 1 17:05:07 Core(s) per socket: 1 17:05:07 Socket(s): 4 17:05:07 NUMA node(s): 1 17:05:07 Vendor ID: GenuineIntel 17:05:07 CPU family: 6 17:05:07 Model: 44 17:05:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:05:07 Stepping: 1 17:05:07 CPU MHz: 2933.436 17:05:07 BogoMIPS: 5866.87 17:05:07 Virtualization: VT-x 17:05:07 Hypervisor vendor: KVM 17:05:07 Virtualization type: full 17:05:07 L1d cache: 128 KiB 17:05:07 L1i cache: 128 KiB 17:05:07 L2 cache: 16 MiB 17:05:07 L3 cache: 64 MiB 17:05:07 NUMA node0 CPU(s): 0-3 17:05:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:05:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:05:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:05:07 Vulnerability Meltdown: Mitigation; PTI 17:05:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:05:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:05:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:05:07 Vulnerability Srbds: Not affected 17:05:07 Vulnerability Tsx async abort: Not affected 17:05:07 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 17:05:07 17:05:07 17:05:07 ---> nproc: 17:05:07 4 17:05:07 17:05:07 17:05:07 ---> df -h: 17:05:07 Filesystem Size Used Available Use% Mounted on 17:05:07 overlay 50.0G 8.5G 41.4G 17% / 17:05:07 tmpfs 64.0M 0 64.0M 0% /dev 17:05:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:05:07 shm 64.0M 0 64.0M 0% /dev/shm 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:05:07 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:05:07 17:05:07 17:05:07 ---> free -m: 17:05:07 total used free shared buff/cache available 17:05:07 Mem: 1837 834 146 0 856 938 17:05:07 Swap: 1023 3 1020 17:05:07 17:05:07 17:05:07 ---> ip addr: 17:05:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:05:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:05:07 inet 127.0.0.1/8 scope host lo 17:05:07 valid_lft forever preferred_lft forever 17:05:07 inet6 ::1/128 scope host 17:05:07 valid_lft forever preferred_lft forever 17:05:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:05:07 link/ether fa:16:3e:11:ef:89 brd ff:ff:ff:ff:ff:ff 17:05:07 inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 17:05:07 valid_lft 85822sec preferred_lft 85822sec 17:05:07 inet6 fe80::f816:3eff:fe11:ef89/64 scope link 17:05:07 valid_lft forever preferred_lft forever 17:05:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:05:07 link/ether 02:42:1b:7d:2b:be brd ff:ff:ff:ff:ff:ff 17:05:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:05:07 valid_lft forever preferred_lft forever 17:05:07 inet6 fe80::42:1bff:fe7d:2bbe/64 scope link 17:05:07 valid_lft forever preferred_lft forever 17:05:07 17:05:07 17:05:07 ---> sar -b -r -n DEV: 17:05:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 17:05:07 17:05:07 16:55:18 LINUX RESTART (4 CPU) 17:05:07 17:05:07 16:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:05:07 16:57:01 37.99 12.77 25.22 0.00 4536.17 3021.89 0.00 17:05:07 16:58:01 1.78 0.00 1.78 0.00 0.00 31.67 0.00 17:05:07 16:59:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 17:05:07 17:00:01 0.28 0.00 0.28 0.00 0.00 3.86 0.00 17:05:07 17:01:01 0.38 0.02 0.37 0.00 0.13 4.30 0.00 17:05:07 17:02:01 0.43 0.08 0.35 0.00 1.60 6.39 0.00 17:05:07 17:03:02 190.45 110.75 79.70 0.00 4236.31 30489.87 0.00 17:05:07 17:04:01 221.23 93.87 127.36 0.00 5631.21 30409.17 0.00 17:05:07 Average: 56.32 27.07 29.24 0.00 1794.18 7958.27 0.00 17:05:07 17:05:07 16:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:05:07 16:57:01 161892 0 620776 32.99 2620 1096256 1114420 38.03 441836 1079428 20 17:05:07 16:58:01 167716 0 614944 32.68 2620 1096264 1077996 36.79 439528 1077388 8 17:05:07 16:59:01 167740 0 614916 32.68 2620 1096268 1077996 36.79 439828 1076844 8 17:05:07 17:00:01 165660 0 616996 32.79 2620 1096268 1078128 36.79 442512 1076328 8 17:05:07 17:01:01 161772 0 620876 33.00 2620 1096276 1080848 36.89 462748 1059668 20 17:05:07 17:02:01 162732 0 619788 32.94 2620 1096404 1078528 36.81 461736 1059732 12 17:05:07 17:03:02 77824 0 755740 40.17 2620 1045360 1513976 51.67 525348 1021352 51236 17:05:07 17:04:01 115204 0 833052 44.27 2052 931236 1537120 52.46 582316 857328 56672 17:05:07 Average: 147568 0 662136 35.19 2549 1069292 1194876 40.78 474482 1038508 13498 17:05:07 17:05:07 16:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:05:07 16:57:01 eth0 163.51 116.06 458.34 40.88 0.00 0.00 0.00 0.00 17:05:07 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 16:57:01 docker0 1.78 1.51 0.37 3.56 0.00 0.00 0.00 0.00 17:05:07 16:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 16:59:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:05:07 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:00:01 eth0 0.53 0.43 0.27 0.21 0.00 0.00 0.00 0.00 17:05:07 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:01:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 17:05:07 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:02:01 eth0 0.22 0.18 0.09 0.01 0.00 0.00 0.00 0.00 17:05:07 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:03:02 eth0 394.28 340.49 4072.71 28.29 0.00 0.00 0.00 0.00 17:05:07 17:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:04:01 eth0 452.52 404.95 3469.68 91.21 0.00 0.00 0.00 0.00 17:05:07 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 17:04:01 docker0 36.39 36.90 3.28 203.81 0.00 0.00 0.00 0.00 17:05:07 Average: eth0 125.94 107.29 996.01 19.96 0.00 0.00 0.00 0.00 17:05:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:07 Average: docker0 4.72 4.74 0.45 25.61 0.00 0.00 0.00 0.00 17:05:07 17:05:07 17:05:07 ---> sar -P ALL: 17:05:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 17:05:07 17:05:07 16:55:18 LINUX RESTART (4 CPU) 17:05:07 17:05:07 16:56:01 CPU %user %nice %system %iowait %steal %idle 17:05:07 16:57:01 all 3.46 0.00 2.26 0.73 0.04 93.51 17:05:07 16:57:01 0 3.28 0.00 2.12 0.13 0.03 94.44 17:05:07 16:57:01 1 3.67 0.00 2.23 0.62 0.03 93.44 17:05:07 16:57:01 2 3.48 0.00 2.57 1.36 0.03 92.56 17:05:07 16:57:01 3 3.39 0.00 2.13 0.81 0.05 93.61 17:05:07 16:58:01 all 0.16 0.00 0.06 0.00 0.00 99.78 17:05:07 16:58:01 0 0.07 0.00 0.08 0.00 0.00 99.85 17:05:07 16:58:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:05:07 16:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:05:07 16:58:01 3 0.48 0.00 0.05 0.00 0.02 99.45 17:05:07 16:59:01 all 0.16 0.00 0.09 0.00 0.00 99.75 17:05:07 16:59:01 0 0.10 0.00 0.08 0.00 0.00 99.82 17:05:07 16:59:01 1 0.03 0.00 0.07 0.00 0.00 99.90 17:05:07 16:59:01 2 0.03 0.00 0.07 0.00 0.02 99.88 17:05:07 16:59:01 3 0.47 0.00 0.13 0.00 0.00 99.40 17:05:07 17:00:01 all 0.05 0.00 0.05 0.00 0.00 99.90 17:05:07 17:00:01 0 0.08 0.00 0.05 0.00 0.00 99.87 17:05:07 17:00:01 1 0.03 0.00 0.07 0.00 0.00 99.90 17:05:07 17:00:01 2 0.07 0.00 0.05 0.00 0.00 99.88 17:05:07 17:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:05:07 17:01:01 all 0.17 0.00 0.08 0.00 0.01 99.74 17:05:07 17:01:01 0 0.50 0.00 0.07 0.00 0.02 99.42 17:05:07 17:01:01 1 0.05 0.00 0.05 0.00 0.02 99.88 17:05:07 17:01:01 2 0.08 0.00 0.08 0.00 0.00 99.83 17:05:07 17:01:01 3 0.03 0.00 0.13 0.00 0.00 99.83 17:05:07 17:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 17:05:07 17:02:01 0 0.15 0.00 0.05 0.00 0.00 99.80 17:05:07 17:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:05:07 17:02:01 2 0.40 0.00 0.05 0.00 0.00 99.55 17:05:07 17:02:01 3 0.02 0.00 0.07 0.02 0.00 99.90 17:05:07 17:03:02 all 7.14 0.00 4.94 1.69 0.06 86.17 17:05:07 17:03:02 0 7.46 0.00 4.74 1.04 0.03 86.73 17:05:07 17:03:02 1 6.80 0.00 5.10 2.17 0.07 85.86 17:05:07 17:03:02 2 7.40 0.00 4.74 1.59 0.05 86.22 17:05:07 17:03:02 3 6.91 0.00 5.19 1.95 0.07 85.88 17:05:07 17:04:01 all 10.19 0.00 7.46 2.49 0.13 79.73 17:05:07 17:04:01 0 10.56 0.00 7.38 2.57 0.12 79.37 17:05:07 17:04:01 1 9.72 0.00 7.93 2.05 0.09 80.21 17:05:07 17:04:01 2 9.69 0.00 7.59 4.09 0.12 78.51 17:05:07 17:04:01 3 10.80 0.00 6.93 1.25 0.17 80.84 17:05:07 Average: all 2.63 0.00 1.84 0.60 0.03 94.90 17:05:07 Average: 0 2.72 0.00 1.78 0.45 0.03 95.02 17:05:07 Average: 1 2.50 0.00 1.90 0.59 0.03 94.98 17:05:07 Average: 2 2.61 0.00 1.87 0.86 0.03 94.64 17:05:07 Average: 3 2.71 0.00 1.80 0.50 0.04 94.95 17:05:07 17:05:07 17:05:07