Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 33509ec2aba645f1738809980b950b97d1c0f001+f22f876e599b70c9e0b9005e06686315ad76e5c7 (d073d5d90afe3e4ddd72b6063ecc2b5ada22f640) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1070 in /w/workspace/foundry_device-virtual-go_PR-186 [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_PR-186 # 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/pull/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f22f876e599b70c9e0b9005e06686315ad76e5c7 into PR head commit 33509ec2aba645f1738809980b950b97d1c0f001 Merge succeeded, producing d9e6faa7844df1a175e2e909fc121080d5bc742b Checking out Revision d9e6faa7844df1a175e2e909fc121080d5bc742b (PR-186) > git config core.sparsecheckout # timeout=10 > git checkout -f 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9e6faa7844df1a175e2e909fc121080d5bc742b # timeout=10 Commit message: "Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD" > git rev-list --no-walk 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:15:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:15:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:15:30 ========================================================= 04:15:30 EdgeX Global Pipelines Version Info 04:15:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:15:32 ------------------- 04:15:32 stable info: 04:15:32 ------------------- 04:15:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:15:32 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:15:32 Message: update stable to v1.0.186 04:15:33 ------------------- 04:15:33 experimental info: 04:15:33 ------------------- 04:15:33 Commited By: **** collab-it+edgex@linuxfoundation.org 04:15:33 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 04:15:33 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:15:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-186 [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-186 [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-186 [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d9e6faa7844df1a175e2e909fc121080d5bc742b [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d9e6faa [Pipeline] echo 04:15:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:15:34 provisioning config files... 04:15:34 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-186@tmp/config6198239775582700872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:34 ---> docker-login.sh 04:15:34 nexus3.edgexfoundry.org:10001 04:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:35 Configure a credential helper to remove this warning. See 04:15:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:35 04:15:35 Login Succeeded 04:15:35 nexus3.edgexfoundry.org:10002 04:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:35 Configure a credential helper to remove this warning. See 04:15:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:35 04:15:35 Login Succeeded 04:15:35 nexus3.edgexfoundry.org:10003 04:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:35 Configure a credential helper to remove this warning. See 04:15:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:35 04:15:35 Login Succeeded 04:15:35 nexus3.edgexfoundry.org:10004 04:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:36 Configure a credential helper to remove this warning. See 04:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:36 04:15:36 Login Succeeded 04:15:36 docker.io 04:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:36 Configure a credential helper to remove this warning. See 04:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:36 04:15:36 Login Succeeded 04:15:36 ---> docker-login.sh ends [Pipeline] } 04:15:36 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 04:15:36 + git log --format=format:%s -1 d9e6faa7844df1a175e2e909fc121080d5bc742b [Pipeline] echo 04:15:36 GIT_COMMIT: d9e6faa7844df1a175e2e909fc121080d5bc742b, Commit Message: Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD [Pipeline] echo 04:15:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:15:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:37 04:15:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:15:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:38 latest: Pulling from edgex-devops/git-semver 04:15:38 31603596830f: Pulling fs layer 04:15:38 2a8b12db71e7: Pulling fs layer 04:15:38 6ca5941a6612: Pulling fs layer 04:15:38 ecc8261a40a4: Pulling fs layer 04:15:38 ecc8261a40a4: Waiting 04:15:38 2a8b12db71e7: Verifying Checksum 04:15:38 31603596830f: Verifying Checksum 04:15:38 31603596830f: Download complete 04:15:38 ecc8261a40a4: Verifying Checksum 04:15:38 ecc8261a40a4: Download complete 04:15:38 6ca5941a6612: Verifying Checksum 04:15:38 6ca5941a6612: Download complete 04:15:38 31603596830f: Pull complete 04:15:38 2a8b12db71e7: Pull complete 04:15:39 6ca5941a6612: Pull complete 04:15:39 ecc8261a40a4: Pull complete 04:15:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:15:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:15:40 prd-centos7-docker-4c-2g-1070 does not seem to be running inside a container 04:15:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-186 -v /w/workspace/foundry_device-virtual-go_PR-186:/w/workspace/foundry_device-virtual-go_PR-186:rw,z -v /w/workspace/foundry_device-virtual-go_PR-186@tmp:/w/workspace/foundry_device-virtual-go_PR-186@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:15:42 $ docker top f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:15:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:42 [ssh-agent] Looking for ssh-agent implementation... 04:15:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:42 $ docker exec f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent 04:15:43 SSH_AUTH_SOCK=/tmp/ssh-ny99oNcR8OhD/agent.11 04:15:43 SSH_AGENT_PID=16 04:15:43 Running ssh-add (command line suppressed) 04:15:43 Identity added: /w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_6779655359167373107.key (/w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_6779655359167373107.key) 04:15:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:43 + git tag --points-at HEAD [Pipeline] } 04:15:43 $ docker exec --env ******** --env ******** f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent -k 04:15:43 unset SSH_AUTH_SOCK; 04:15:43 unset SSH_AGENT_PID; 04:15:43 echo Agent pid 16 killed; 04:15:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:15:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:43 [ssh-agent] Looking for ssh-agent implementation... 04:15:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:44 $ docker exec f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent 04:15:44 SSH_AUTH_SOCK=/tmp/ssh-pjisVMaoaRv0/agent.45 04:15:44 SSH_AGENT_PID=51 04:15:44 Running ssh-add (command line suppressed) 04:15:44 Identity added: /w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_4818096260010741611.key (/w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_4818096260010741611.key) 04:15:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:44 + git semver init 04:15:44 # -> Open(): unable to determine branch for HEAD 04:15:44 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-186/.git 04:15:44 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-186 04:15:44 # $SEMVER_REMOTE_NAME = origin 04:15:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:15:44 # $SEMVER_USER_NAME = edgex-jenkins 04:15:44 # $SEMVER_BRANCH = PR-186 04:15:44 # $SEMVER_TEMP = /tmp/semver-460628727 04:15:44 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 04:15:45 # '/tmp/semver-460628727' -> '/w/workspace/foundry_device-virtual-go_PR-186/.semver' 04:15:45 # -> Force: false 04:15:45 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-186/.semver [Pipeline] } 04:15:45 $ docker exec --env ******** --env ******** f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent -k 04:15:45 unset SSH_AUTH_SOCK; 04:15:45 unset SSH_AGENT_PID; 04:15:45 echo Agent pid 51 killed; 04:15:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:15:45 + git semver [Pipeline] } 04:15:45 $ docker stop --time=1 f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 04:15:46 $ docker rm -f f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:15:47 Stashed 1 file(s) [Pipeline] echo 04:15:47 [edgeXSemver]: initialized semver on version 0.0.0 [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 04:16:02 Still waiting to schedule task 04:16:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:16:02 Still waiting to schedule task 04:16:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1068’ is offline 04:16:18 Running on prd-centos7-docker-4c-2g-1071 in /w/workspace/foundry_device-virtual-go_PR-186 [Pipeline] { [Pipeline] ws 04:16:18 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout 04:16:20 using credential edgex-jenkins-ssh 04:16:20 Cloning the remote Git repository 04:16:20 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 04:16:20 > git init /w/workspace/device-virtual-go/3 # timeout=10 04:16:20 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 04:16:20 > git --version # timeout=10 04:16:20 > git --version # 'git version 2.24.3' 04:16:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:21 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 04:16:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:21 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 04:16:21 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 04:16:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:16:22 Merging remotes/origin/master commit f22f876e599b70c9e0b9005e06686315ad76e5c7 into PR head commit 33509ec2aba645f1738809980b950b97d1c0f001 04:16:22 Merge succeeded, producing 30efe363ea12497870c3de433e708bdfc67208f3 04:16:22 Checking out Revision 30efe363ea12497870c3de433e708bdfc67208f3 (PR-186) 04:16:21 > git config core.sparsecheckout # timeout=10 04:16:21 > git checkout -f 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 04:16:21 > git remote # timeout=10 04:16:21 > git config --get remote.origin.url # timeout=10 04:16:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:21 > git merge f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 04:16:21 > git rev-parse HEAD^{commit} # timeout=10 04:16:21 > git config core.sparsecheckout # timeout=10 04:16:21 > git checkout -f 30efe363ea12497870c3de433e708bdfc67208f3 # timeout=10 04:16:25 Commit message: "Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD" 04:16:25 > git rev-list --no-walk 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:16:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:16:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:16:27 + sudo service docker restart 04:16:27 + true 04:16:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:16:28 provisioning config files... 04:16:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config2537849281318436775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:28 ---> docker-login.sh 04:16:28 nexus3.edgexfoundry.org:10001 04:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:29 Configure a credential helper to remove this warning. See 04:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:29 04:16:29 Login Succeeded 04:16:29 nexus3.edgexfoundry.org:10002 04:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:29 Configure a credential helper to remove this warning. See 04:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:29 04:16:29 Login Succeeded 04:16:29 nexus3.edgexfoundry.org:10003 04:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:29 Configure a credential helper to remove this warning. See 04:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:29 04:16:29 Login Succeeded 04:16:29 nexus3.edgexfoundry.org:10004 04:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:29 Configure a credential helper to remove this warning. See 04:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:29 04:16:29 Login Succeeded 04:16:29 docker.io 04:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:30 Configure a credential helper to remove this warning. See 04:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:30 04:16:30 Login Succeeded 04:16:30 ---> docker-login.sh ends [Pipeline] } 04:16:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:16:30 ========================================================= 04:16:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:16:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:16:30 + 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 . 04:16:30 Sending build context to Docker daemon 528.9kB 04:16:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:16:30 Step 2/8 : FROM ${BASE} 04:16:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:16:30 188c0c94c7c5: Pulling fs layer 04:16:30 0ef7d3d256c8: Pulling fs layer 04:16:30 de9db76c5a1d: Pulling fs layer 04:16:30 bca2f99d35d6: Pulling fs layer 04:16:30 93359f2a8cfa: Pulling fs layer 04:16:30 7c6f9722023f: Pulling fs layer 04:16:30 a35cf1a2eb13: Pulling fs layer 04:16:30 bca2f99d35d6: Waiting 04:16:30 93359f2a8cfa: Waiting 04:16:30 7c6f9722023f: Waiting 04:16:30 a35cf1a2eb13: Waiting 04:16:30 de9db76c5a1d: Verifying Checksum 04:16:30 de9db76c5a1d: Download complete 04:16:30 0ef7d3d256c8: Download complete 04:16:30 93359f2a8cfa: Verifying Checksum 04:16:30 93359f2a8cfa: Download complete 04:16:30 188c0c94c7c5: Verifying Checksum 04:16:30 188c0c94c7c5: Download complete 04:16:30 7c6f9722023f: Verifying Checksum 04:16:30 7c6f9722023f: Download complete 04:16:31 188c0c94c7c5: Pull complete 04:16:31 0ef7d3d256c8: Pull complete 04:16:31 de9db76c5a1d: Pull complete 04:16:33 a35cf1a2eb13: Verifying Checksum 04:16:33 a35cf1a2eb13: Download complete 04:16:33 bca2f99d35d6: Verifying Checksum 04:16:33 bca2f99d35d6: Download complete 04:16:38 bca2f99d35d6: Pull complete 04:16:38 93359f2a8cfa: Pull complete 04:16:38 7c6f9722023f: Pull complete 04:16:45 a35cf1a2eb13: Pull complete 04:16:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:16:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:16:45 ---> a62c8e92a672 04:16:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:16:45 ---> Running in a8669afb64de 04:16:46 Removing intermediate container a8669afb64de 04:16:46 ---> aee15bb16b86 04:16:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:46 ---> Running in d67404182b6d 04:16:47 Removing intermediate container d67404182b6d 04:16:47 ---> 8027e924fb9a 04:16:47 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 04:16:47 ---> Running in e07cd21c7deb 04:16:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:49 (1/13) Installing libc-dev (0.7.2-r3) 04:16:49 (2/13) Installing libsodium (1.0.18-r0) 04:16:49 (3/13) Installing pkgconf (1.7.2-r0) 04:16:49 (4/13) Installing libsodium-dev (1.0.18-r0) 04:16:49 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:16:49 (6/13) Installing libedit (20191231.3.1-r0) 04:16:50 (7/13) Installing openssh-client (8.3_p1-r2) 04:16:50 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:16:50 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:16:50 (10/13) Installing openssh-server (8.3_p1-r2) 04:16:50 (11/13) Installing openssh (8.3_p1-r2) 04:16:51 (12/13) Installing libzmq (4.3.3-r0) 04:16:51 (13/13) Installing zeromq-dev (4.3.3-r0) 04:16:51 Executing busybox-1.31.1-r19.trigger 04:16:51 OK: 173 MiB in 52 packages 04:16:52 Removing intermediate container e07cd21c7deb 04:16:52 ---> f965af755ac9 04:16:52 Step 6/8 : WORKDIR /device-virtual-go 04:16:52 ---> Running in 088852bc1232 04:16:52 Removing intermediate container 088852bc1232 04:16:52 ---> 41ba3cfa04be 04:16:52 Step 7/8 : COPY . . 04:16:53 ---> 09f08be3ee6f 04:16:53 Step 8/8 : RUN go mod download 04:16:53 ---> Running in c1aaacbe9648 04:17:20 Removing intermediate container c1aaacbe9648 04:17:20 ---> dd5de6dc02f7 04:17:20 Successfully built dd5de6dc02f7 04:17:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:17:20 + docker inspect -f . ci-base-image-x86_64 04:17:20 . [Pipeline] withDockerContainer 04:17:20 prd-centos7-docker-4c-2g-1071 does not seem to be running inside a container 04:17:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:17:21 $ docker top e946ecfd891ca7a814e64c5af91ffd0835dc5fffcb03e9a38f90e56d5bad7d92 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:21 + go version 04:17:21 go version go1.15.5 linux/amd64 [Pipeline] } 04:17:21 $ docker stop --time=1 e946ecfd891ca7a814e64c5af91ffd0835dc5fffcb03e9a38f90e56d5bad7d92 04:17:23 $ docker rm -f e946ecfd891ca7a814e64c5af91ffd0835dc5fffcb03e9a38f90e56d5bad7d92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:23 + docker inspect -f . ci-base-image-x86_64 04:17:23 . [Pipeline] withDockerContainer 04:17:23 prd-centos7-docker-4c-2g-1071 does not seem to be running inside a container 04:17:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:17:24 $ docker top ae90fd3f0ffa4437e3d3dfc2a88377053fd9ec7cdc455eed2d1efb8130798649 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:24 + make test 04:17:24 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:17:26 ? github.com/edgexfoundry/device-virtual-go [no test files] 04:17:44 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 04:17:44 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.342s coverage: 63.8% of statements 04:17:44 CGO_ENABLED=1 GO111MODULE=on go vet ./... 04:17:48 gofmt -l . 04:17:48 [ "`gofmt -l .`" = "" ] 04:17:48 ./bin/test-attribution-txt.sh 04:17:49 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 04:17:49 make: *** [Makefile:28: test] Error 1 [Pipeline] } 04:17:49 $ docker stop --time=1 ae90fd3f0ffa4437e3d3dfc2a88377053fd9ec7cdc455eed2d1efb8130798649 04:17:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1072 in /w/workspace/foundry_device-virtual-go_PR-186 04:17:51 $ docker rm -f ae90fd3f0ffa4437e3d3dfc2a88377053fd9ec7cdc455eed2d1efb8130798649 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 04:17:51 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] checkout Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:17:52 ---> job-cost.sh 04:17:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-weuR 04:17:57 using credential edgex-jenkins-ssh 04:17:57 Cloning the remote Git repository 04:17:57 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 04:17:57 > git init /w/workspace/device-virtual-go/3 # timeout=10 04:17:57 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 04:17:57 > git --version # timeout=10 04:17:57 > git --version # 'git version 2.17.1' 04:17:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:59 Merging remotes/origin/master commit f22f876e599b70c9e0b9005e06686315ad76e5c7 into PR head commit 33509ec2aba645f1738809980b950b97d1c0f001 04:17:59 Merge succeeded, producing 9bb419d3f456b8e2ca8bcc5e57daa75e42a83b1f 04:17:59 Checking out Revision 9bb419d3f456b8e2ca8bcc5e57daa75e42a83b1f (PR-186) 04:17:58 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 04:17:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:58 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 04:17:58 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 04:17:58 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:17:59 > git config core.sparsecheckout # timeout=10 04:17:59 > git checkout -f 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 04:17:59 > git remote # timeout=10 04:17:59 > git config --get remote.origin.url # timeout=10 04:17:59 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:59 > git merge f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 04:17:59 > git rev-parse HEAD^{commit} # timeout=10 04:17:59 > git config core.sparsecheckout # timeout=10 04:17:59 > git checkout -f 9bb419d3f456b8e2ca8bcc5e57daa75e42a83b1f # timeout=10 04:18:03 Commit message: "Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD" 04:18:03 > git rev-list --no-walk 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 04:18:03 04:18:03 GitHub has been notified of this commit’s build result 04:18:03 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:18:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:18:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:18:05 + sudo service docker restart 04:18:05 + true 04:18:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:18:08 provisioning config files... 04:18:08 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config8711499285112225608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:18:08 ---> docker-login.sh 04:18:08 nexus3.edgexfoundry.org:10001 04:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:10 Configure a credential helper to remove this warning. See 04:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:10 04:18:10 Login Succeeded 04:18:10 nexus3.edgexfoundry.org:10002 04:18:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:10 Configure a credential helper to remove this warning. See 04:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:10 04:18:10 Login Succeeded 04:18:10 nexus3.edgexfoundry.org:10003 04:18:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:11 Configure a credential helper to remove this warning. See 04:18:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:11 04:18:11 Login Succeeded 04:18:11 nexus3.edgexfoundry.org:10004 04:18:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:11 Configure a credential helper to remove this warning. See 04:18:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:11 04:18:11 Login Succeeded 04:18:11 docker.io 04:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:12 Configure a credential helper to remove this warning. See 04:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:12 04:18:12 Login Succeeded 04:18:12 ---> docker-login.sh ends [Pipeline] } 04:18:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:18:13 ========================================================= 04:18:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:18:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:18:13 + 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 . 04:18:13 Sending build context to Docker daemon 527.9kB 04:18:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:18:13 Step 2/8 : FROM ${BASE} 04:18:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:18:14 5f621e34cdf4: Pulling fs layer 04:18:14 a4357932f1b6: Pulling fs layer 04:18:14 18c013af1878: Pulling fs layer 04:18:14 00ac8860ef70: Pulling fs layer 04:18:14 63d7cb157983: Pulling fs layer 04:18:14 b116817d02f9: Pulling fs layer 04:18:14 745a02a5169b: Pulling fs layer 04:18:14 00ac8860ef70: Waiting 04:18:14 63d7cb157983: Waiting 04:18:14 b116817d02f9: Waiting 04:18:14 745a02a5169b: Waiting 04:18:14 18c013af1878: Verifying Checksum 04:18:14 18c013af1878: Download complete 04:18:14 63d7cb157983: Verifying Checksum 04:18:14 63d7cb157983: Download complete 04:18:14 b116817d02f9: Verifying Checksum 04:18:14 b116817d02f9: Download complete 04:18:14 5f621e34cdf4: Verifying Checksum 04:18:14 5f621e34cdf4: Download complete 04:18:15 5f621e34cdf4: Pull complete 04:18:15 a4357932f1b6: Pull complete 04:18:15 18c013af1878: Pull complete 04:18:16 745a02a5169b: Verifying Checksum 04:18:16 745a02a5169b: Download complete 04:18:17 00ac8860ef70: Verifying Checksum 04:18:17 00ac8860ef70: Download complete 04:18:27 00ac8860ef70: Pull complete 04:18:27 63d7cb157983: Pull complete 04:18:27 b116817d02f9: Pull complete 04:18:32 745a02a5169b: Pull complete 04:18:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:18:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:18:32 ---> b7e6874047d6 04:18:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:18:34 lf-activate-venv(): INFO: Adding /tmp/venv-weuR/bin to PATH 04:18:34 INFO: No Stack... 04:18:34 INFO: Retrieving Pricing Info for: v1-standard-2 04:18:34 INFO: Archiving Costs [Pipeline] sh 04:18:34 ---> Running in 0232093e613a 04:18:34 + cat /w/workspace/device-virtual-go/3/archives/cost.csv 04:18:34 + cut -d, -f6 [Pipeline] lock 04:18:34 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] 04:18:34 Resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] did not exist. Created. 04:18:34 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:18:34 + echo total: 0.029999999329447746 [Pipeline] stash 04:18:34 Removing intermediate container 0232093e613a 04:18:34 ---> 41cf0ac30943 04:18:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:34 ---> Running in b198b4b88c13 04:18:35 Stashed 1 file(s) [Pipeline] } 04:18:35 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:18:35 Failed in branch amd64 04:18:37 Removing intermediate container b198b4b88c13 04:18:37 ---> 9d476137ecc5 04:18:37 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 04:18:37 ---> Running in a8592eebe1e5 04:18:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:18:40 (1/13) Installing libc-dev (0.7.2-r3) 04:18:40 (2/13) Installing libsodium (1.0.18-r0) 04:18:40 (3/13) Installing pkgconf (1.7.2-r0) 04:18:40 (4/13) Installing libsodium-dev (1.0.18-r0) 04:18:40 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:18:40 (6/13) Installing libedit (20191231.3.1-r0) 04:18:40 (7/13) Installing openssh-client (8.3_p1-r2) 04:18:40 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:18:40 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:18:40 (10/13) Installing openssh-server (8.3_p1-r2) 04:18:40 (11/13) Installing openssh (8.3_p1-r2) 04:18:41 (12/13) Installing libzmq (4.3.3-r0) 04:18:41 (13/13) Installing zeromq-dev (4.3.3-r0) 04:18:41 Executing busybox-1.31.1-r19.trigger 04:18:41 OK: 149 MiB in 52 packages 04:18:43 Removing intermediate container a8592eebe1e5 04:18:43 ---> 9bf0dc329311 04:18:43 Step 6/8 : WORKDIR /device-virtual-go 04:18:43 ---> Running in 0418c7c6c4fe 04:18:43 Removing intermediate container 0418c7c6c4fe 04:18:43 ---> f25eeb131cdc 04:18:43 Step 7/8 : COPY . . 04:18:44 ---> da39475ff8aa 04:18:44 Step 8/8 : RUN go mod download 04:18:44 ---> Running in a8de696c68b3 04:19:11 Removing intermediate container a8de696c68b3 04:19:11 ---> a66a0bc7fc9b 04:19:11 Successfully built a66a0bc7fc9b 04:19:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:19:11 + docker inspect -f . ci-base-image-arm64 04:19:11 . [Pipeline] withDockerContainer 04:19:12 prd-ubuntu18.04-docker-arm64-4c-16g-1072 does not seem to be running inside a container 04:19:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:19:13 $ docker top 6873aa671b7c2282eb8c786936fa7663536f0f48a8a32a9c767c8eccb377e527 -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:14 + go version 04:19:14 go version go1.15.5 linux/arm64 [Pipeline] } 04:19:14 $ docker stop --time=1 6873aa671b7c2282eb8c786936fa7663536f0f48a8a32a9c767c8eccb377e527 04:19:16 $ docker rm -f 6873aa671b7c2282eb8c786936fa7663536f0f48a8a32a9c767c8eccb377e527 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:19:17 + docker inspect -f . ci-base-image-arm64 04:19:17 . [Pipeline] withDockerContainer 04:19:17 prd-ubuntu18.04-docker-arm64-4c-16g-1072 does not seem to be running inside a container 04:19:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:19:19 $ docker top 4faf21979fb671ee3fa8a579f5cb0a22fcd00d638ded667d5ba649d4e398f8a7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:19 + make test 04:19:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:19:21 ? github.com/edgexfoundry/device-virtual-go [no test files] 04:20:18 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 04:20:18 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.429s coverage: 63.8% of statements 04:20:18 CGO_ENABLED=1 GO111MODULE=on go vet ./... 04:20:28 gofmt -l . 04:20:28 [ "`gofmt -l .`" = "" ] 04:20:28 ./bin/test-attribution-txt.sh 04:20:29 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 04:20:29 make: *** [Makefile:28: test] Error 1 [Pipeline] } 04:20:29 $ docker stop --time=1 4faf21979fb671ee3fa8a579f5cb0a22fcd00d638ded667d5ba649d4e398f8a7 04:20:31 $ docker rm -f 4faf21979fb671ee3fa8a579f5cb0a22fcd00d638ded667d5ba649d4e398f8a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:20:32 ---> job-cost.sh 04:20:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AMrW 04:21:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:22:48 lf-activate-venv(): INFO: Adding /tmp/venv-AMrW/bin to PATH 04:22:48 INFO: No Stack... 04:22:48 INFO: Retrieving Pricing Info for: lf-standard-4 04:22:48 INFO: Archiving Costs [Pipeline] sh 04:22:48 + cut -d, -f6 04:22:48 + cat /w/workspace/device-virtual-go/3/archives/cost.csv [Pipeline] lock 04:22:48 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] 04:22:48 Resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] did not exist. Created. 04:22:48 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:22:49 /w/workspace/device-virtual-go/3@tmp/durable-6343a86a/script.sh: 1: /w/workspace/device-virtual-go/3@tmp/durable-6343a86a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:22:49 + echo total: 0.20999999344348907 [Pipeline] stash 04:22:49 Warning: overwriting stash ‘stack-cost’ 04:22:50 Stashed 1 file(s) [Pipeline] } 04:22:50 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:22:50 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:22:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:22:52 ---> package-listing.sh 04:22:52 ++ facter osfamily 04:22:52 ++ tr '[:upper:]' '[:lower:]' 04:22:52 + OS_FAMILY=redhat 04:22:52 + workspace=/w/workspace/foundry_device-virtual-go_PR-186 04:22:52 + START_PACKAGES=/tmp/packages_start.txt 04:22:52 + END_PACKAGES=/tmp/packages_end.txt 04:22:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:22:52 + PACKAGES=/tmp/packages_start.txt 04:22:52 + '[' /w/workspace/foundry_device-virtual-go_PR-186 ']' 04:22:52 + PACKAGES=/tmp/packages_end.txt 04:22:52 + case "${OS_FAMILY}" in 04:22:52 + rpm -qa 04:22:52 + sort 04:22:56 + '[' -f /tmp/packages_start.txt ']' 04:22:56 + '[' -f /tmp/packages_end.txt ']' 04:22:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:22:56 + '[' /w/workspace/foundry_device-virtual-go_PR-186 ']' 04:22:56 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-186/archives/ 04:22:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-186/archives/ [Pipeline] echo 04:22:56 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_PR-186/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:22:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:22:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:22:57 04:22:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:22:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:22:57 alpine: Pulling from edgex-lftools-log-publisher 04:22:57 df20fa9351a1: Pulling fs layer 04:22:57 36b3adc4ff6f: Pulling fs layer 04:22:57 8ad3a11d3b57: Pulling fs layer 04:22:57 46f8f816bc3b: Pulling fs layer 04:22:57 93b61091891f: Pulling fs layer 04:22:57 93b9cdb0e59b: Pulling fs layer 04:22:57 5e14af77c1be: Pulling fs layer 04:22:57 01666e4c0597: Pulling fs layer 04:22:57 aa168da1d23b: Pulling fs layer 04:22:57 93b9cdb0e59b: Waiting 04:22:57 5e14af77c1be: Waiting 04:22:57 01666e4c0597: Waiting 04:22:57 aa168da1d23b: Waiting 04:22:57 93b61091891f: Waiting 04:22:57 46f8f816bc3b: Waiting 04:22:58 36b3adc4ff6f: Verifying Checksum 04:22:58 36b3adc4ff6f: Download complete 04:22:58 46f8f816bc3b: Verifying Checksum 04:22:58 46f8f816bc3b: Download complete 04:22:58 df20fa9351a1: Verifying Checksum 04:22:58 df20fa9351a1: Download complete 04:22:58 93b9cdb0e59b: Verifying Checksum 04:22:58 93b9cdb0e59b: Download complete 04:22:58 5e14af77c1be: Verifying Checksum 04:22:58 5e14af77c1be: Download complete 04:22:58 93b61091891f: Verifying Checksum 04:22:58 93b61091891f: Download complete 04:22:58 01666e4c0597: Verifying Checksum 04:22:58 01666e4c0597: Download complete 04:22:58 8ad3a11d3b57: Verifying Checksum 04:22:58 8ad3a11d3b57: Download complete 04:22:58 df20fa9351a1: Pull complete 04:22:58 36b3adc4ff6f: Pull complete 04:22:59 8ad3a11d3b57: Pull complete 04:22:59 46f8f816bc3b: Pull complete 04:23:00 aa168da1d23b: Verifying Checksum 04:23:00 aa168da1d23b: Download complete 04:23:00 93b61091891f: Pull complete 04:23:00 93b9cdb0e59b: Pull complete 04:23:01 5e14af77c1be: Pull complete 04:23:01 01666e4c0597: Pull complete 04:23:07 aa168da1d23b: Pull complete 04:23:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:23:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:23:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:23:08 prd-centos7-docker-4c-2g-1070 does not seem to be running inside a container 04:23:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-186/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_PR-186 -v /w/workspace/foundry_device-virtual-go_PR-186:/w/workspace/foundry_device-virtual-go_PR-186:rw,z -v /w/workspace/foundry_device-virtual-go_PR-186@tmp:/w/workspace/foundry_device-virtual-go_PR-186@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:23:11 $ docker top 170fac6897f8da94656a0223120acae6c6ac6d7db54cb54bffb974f44a18b6f2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:23:11 + touch /tmp/pre-build-complete [Pipeline] sh 04:23:12 + mkdir -p /var/log/sa [Pipeline] sh 04:23:12 + ls /var/log/sa-host 04:23:12 + sadf -c /var/log/sa-host/sa20 04:23:12 file_magic: OK 04:23:12 HZ: Using current value: 100 04:23:12 file_header: OK 04:23:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:23:12 Statistics: 04:23:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:23:12 File successfully converted to sysstat format version 12.2.1 04:23:12 + sadf -c /var/log/sa-host/sa23 04:23:12 file_magic: OK 04:23:12 HZ: Using current value: 100 04:23:12 file_header: OK 04:23:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:23:12 Statistics: 04:23:12 Hnuu...uuuununununu... 04:23:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:23:13 provisioning config files... 04:23:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-186@tmp/config279708848788470623tmp [Pipeline] { [Pipeline] echo 04:23:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:23:13 ---> create-netrc.sh [Pipeline] } 04:23:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:23:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:23:13 ---> python-tools-install.sh [Pipeline] echo 04:23:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:23:14 ---> sudo-logs.sh 04:23:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:23:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:23:14 ---> job-cost.sh 04:23:14 lf-activate-venv: SKIPPING 04:23:14 DEBUG: total: 0.20999999344348907 04:23:14 INFO: Retrieving Stack Cost... 04:23:15 INFO: Retrieving Pricing Info for: v1-standard-2 04:23:15 INFO: Archiving Costs [Pipeline] echo 04:23:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:23:16 ---> logs-deploy.sh 04:23:16 lf-activate-venv: SKIPPING 04:23:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-186/3 04:23:16 INFO: archiving workspace using pattern(s): 04:23:18 Archives upload complete. 04:23:18 INFO: archiving logs to Nexus 04:23:19 ---> uname -a: 04:23:19 Linux prd-centos7-docker-4c-2g-1070.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:23:19 04:23:19 04:23:19 ---> lscpu: 04:23:19 Architecture: x86_64 04:23:19 CPU op-mode(s): 32-bit, 64-bit 04:23:19 Byte Order: Little Endian 04:23:19 Address sizes: 40 bits physical, 48 bits virtual 04:23:19 CPU(s): 4 04:23:19 On-line CPU(s) list: 0-3 04:23:19 Thread(s) per core: 1 04:23:19 Core(s) per socket: 1 04:23:19 Socket(s): 4 04:23:19 NUMA node(s): 1 04:23:19 Vendor ID: GenuineIntel 04:23:19 CPU family: 6 04:23:19 Model: 44 04:23:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:23:19 Stepping: 1 04:23:19 CPU MHz: 2933.438 04:23:19 BogoMIPS: 5866.87 04:23:19 Virtualization: VT-x 04:23:19 Hypervisor vendor: KVM 04:23:19 Virtualization type: full 04:23:19 L1d cache: 128 KiB 04:23:19 L1i cache: 128 KiB 04:23:19 L2 cache: 16 MiB 04:23:19 L3 cache: 64 MiB 04:23:19 NUMA node0 CPU(s): 0-3 04:23:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:23:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:23:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:23:19 Vulnerability Meltdown: Mitigation; PTI 04:23:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:23:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:23:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:23:19 Vulnerability Srbds: Not affected 04:23:19 Vulnerability Tsx async abort: Not affected 04:23:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:23:19 04:23:19 04:23:19 ---> nproc: 04:23:19 4 04:23:19 04:23:19 04:23:19 ---> df -h: 04:23:19 Filesystem Size Used Available Use% Mounted on 04:23:19 overlay 50.0G 7.3G 42.7G 15% / 04:23:19 tmpfs 64.0M 0 64.0M 0% /dev 04:23:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:23:19 shm 64.0M 0 64.0M 0% /dev/shm 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-186 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-186@tmp 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 04:23:19 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 04:23:19 04:23:19 04:23:19 ---> free -m: 04:23:19 total used free shared buff/cache available 04:23:19 Mem: 1837 709 94 0 1032 1022 04:23:19 Swap: 1023 0 1023 04:23:19 04:23:19 04:23:19 ---> ip addr: 04:23:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:23:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:23:19 inet 127.0.0.1/8 scope host lo 04:23:19 valid_lft forever preferred_lft forever 04:23:19 inet6 ::1/128 scope host 04:23:19 valid_lft forever preferred_lft forever 04:23:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:23:19 link/ether fa:16:3e:78:34:f6 brd ff:ff:ff:ff:ff:ff 04:23:19 inet 10.30.122.178/23 brd 10.30.123.255 scope global dynamic eth0 04:23:19 valid_lft 85900sec preferred_lft 85900sec 04:23:19 inet6 fe80::f816:3eff:fe78:34f6/64 scope link 04:23:19 valid_lft forever preferred_lft forever 04:23:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:23:19 link/ether 02:42:f2:8b:ad:66 brd ff:ff:ff:ff:ff:ff 04:23:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:23:19 valid_lft forever preferred_lft forever 04:23:19 inet6 fe80::42:f2ff:fe8b:ad66/64 scope link 04:23:19 valid_lft forever preferred_lft forever 04:23:19 04:23:19 04:23:19 ---> sar -b -r -n DEV: 04:23:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 04:23:19 04:23:19 04:14:48 LINUX RESTART (4 CPU) 04:23:19 04:23:19 04:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:23:19 04:17:01 1.80 0.00 1.80 0.00 0.00 39.70 0.00 04:23:19 04:18:01 0.35 0.00 0.35 0.00 0.00 4.90 0.00 04:23:19 04:19:01 0.33 0.00 0.33 0.00 0.00 3.63 0.00 04:23:19 04:20:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 04:23:19 04:21:01 0.27 0.00 0.27 0.00 0.00 4.48 0.00 04:23:19 04:22:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 04:23:19 04:23:01 59.47 47.07 12.40 0.00 4090.84 3026.44 0.00 04:23:19 Average: 8.96 6.73 2.24 0.00 584.57 440.84 0.00 04:23:19 04:23:19 04:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:23:19 04:17:01 142292 0 599692 31.87 2620 1136940 1079656 36.85 433984 1106704 12 04:23:19 04:18:01 139356 0 602616 32.03 2620 1136952 1059208 36.15 437304 1106140 16 04:23:19 04:19:01 140364 0 601604 31.97 2620 1136956 1059096 36.15 438340 1104088 20 04:23:19 04:20:01 140780 0 601188 31.95 2620 1136956 1059096 36.15 435840 1106696 8 04:23:19 04:21:01 140600 0 601360 31.96 2620 1136964 1059180 36.15 436176 1106696 8 04:23:19 04:22:01 141124 0 600832 31.93 2620 1136968 1059096 36.15 435756 1106696 8 04:23:19 04:23:01 72848 0 701100 37.26 2620 1104976 1507160 51.44 523088 1063464 35312 04:23:19 Average: 131052 0 615485 32.71 2620 1132387 1126070 38.43 448641 1100069 5055 04:23:19 04:23:19 04:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:23:19 04:17:01 eth0 2.20 0.87 1.98 0.25 0.00 0.00 0.00 0.00 04:23:19 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:18:01 eth0 0.98 0.48 0.54 0.39 0.00 0.00 0.00 0.00 04:23:19 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:19:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:23:19 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:23:19 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:21:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 04:23:19 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:23:19 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:23:01 eth0 188.16 167.02 2164.06 40.06 0.00 0.00 0.00 0.00 04:23:19 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 Average: eth0 27.42 24.12 309.61 5.83 0.00 0.00 0.00 0.00 04:23:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:19 04:23:19 04:23:19 ---> sar -P ALL: 04:23:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 04:23:19 04:23:19 04:14:48 LINUX RESTART (4 CPU) 04:23:19 04:23:19 04:16:01 CPU %user %nice %system %iowait %steal %idle 04:23:19 04:17:01 all 0.18 0.00 0.07 0.00 0.00 99.76 04:23:19 04:17:01 0 0.07 0.00 0.05 0.00 0.00 99.88 04:23:19 04:17:01 1 0.48 0.00 0.05 0.00 0.00 99.47 04:23:19 04:17:01 2 0.12 0.00 0.12 0.00 0.00 99.77 04:23:19 04:17:01 3 0.03 0.00 0.05 0.00 0.00 99.92 04:23:19 04:18:01 all 0.15 0.00 0.04 0.00 0.00 99.80 04:23:19 04:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:23:19 04:18:01 1 0.48 0.00 0.05 0.00 0.02 99.45 04:23:19 04:18:01 2 0.07 0.00 0.07 0.00 0.00 99.87 04:23:19 04:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:23:19 04:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:23:19 04:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:23:19 04:19:01 1 0.53 0.00 0.03 0.00 0.00 99.43 04:23:19 04:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:23:19 04:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:23:19 04:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:23:19 04:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:23:19 04:20:01 1 0.38 0.00 0.03 0.00 0.00 99.58 04:23:19 04:20:01 2 0.07 0.00 0.03 0.00 0.02 99.88 04:23:19 04:20:01 3 0.15 0.00 0.03 0.00 0.00 99.82 04:23:19 04:21:01 all 0.14 0.00 0.03 0.00 0.00 99.82 04:23:19 04:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:23:19 04:21:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:23:19 04:21:01 2 0.03 0.00 0.07 0.00 0.00 99.90 04:23:19 04:21:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:23:19 04:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:23:19 04:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:23:19 04:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:23:19 04:22:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:23:19 04:22:01 3 0.50 0.00 0.02 0.00 0.02 99.47 04:23:19 04:23:01 all 2.89 0.00 1.60 1.31 0.02 94.18 04:23:19 04:23:01 0 2.78 0.00 1.64 0.25 0.02 95.31 04:23:19 04:23:01 1 1.97 0.00 1.24 1.09 0.03 95.67 04:23:19 04:23:01 2 3.21 0.00 1.60 1.86 0.02 93.31 04:23:19 04:23:01 3 3.58 0.00 1.92 2.06 0.00 92.44 04:23:19 Average: all 0.54 0.00 0.26 0.19 0.00 99.00 04:23:19 Average: 0 0.42 0.00 0.25 0.04 0.00 99.29 04:23:19 Average: 1 0.56 0.00 0.21 0.15 0.01 99.07 04:23:19 Average: 2 0.51 0.00 0.28 0.26 0.00 98.94 04:23:19 Average: 3 0.69 0.00 0.30 0.29 0.00 98.72 04:23:19 04:23:19 04:23:19