Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 28c95825f709190471019b6ad8cb50fa9b599c37+dd55ff443bd180714a9cddb6bbe47fafb89756c5 (8808e036fcf1d76eeb9d61ba3149c2cf6628edbf) 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 ‘prd-centos7-docker-4c-2g-32521’ Running on prd-centos7-docker-4c-2g-32524 in /w/workspace/foundry_device-virtual-go_PR-172 [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-172 # 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/172/head:refs/remotes/origin/PR-172 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 28c95825f709190471019b6ad8cb50fa9b599c37 Merge succeeded, producing 864e5c4713332893fbc921dfa03833917b289399 Checking out Revision 864e5c4713332893fbc921dfa03833917b289399 (PR-172) > git config core.sparsecheckout # timeout=10 > git checkout -f 28c95825f709190471019b6ad8cb50fa9b599c37 # 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 dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 864e5c4713332893fbc921dfa03833917b289399 # timeout=10 Commit message: "Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD" > git rev-list --no-walk 28c95825f709190471019b6ad8cb50fa9b599c37 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:14:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:14:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:14:51 ========================================================= 00:14:51 EdgeX Global Pipelines Version Info 00:14:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:14:53 ------------------- 00:14:53 stable info: 00:14:53 ------------------- 00:14:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:14:53 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:14:53 Message: update stable to v1.0.186 00:14:54 ------------------- 00:14:54 experimental info: 00:14:54 ------------------- 00:14:54 Commited By: **** collab-it+edgex@linuxfoundation.org 00:14:54 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:14:54 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:14:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 00:14:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 00:14:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:14:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:14:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:14:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:14:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:14:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-172 [Pipeline] echo 00:14:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-172 [Pipeline] echo 00:14:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-172 [Pipeline] echo 00:14:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 864e5c4713332893fbc921dfa03833917b289399 [Pipeline] echo 00:14:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 864e5c4 [Pipeline] echo 00:14:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:14:57 provisioning config files... 00:14:57 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-172@tmp/config4060309658467008623tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:14:58 ---> docker-login.sh 00:14:58 nexus3.edgexfoundry.org:10001 00:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:58 Configure a credential helper to remove this warning. See 00:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:58 00:14:58 Login Succeeded 00:14:58 nexus3.edgexfoundry.org:10002 00:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:58 Configure a credential helper to remove this warning. See 00:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:58 00:14:58 Login Succeeded 00:14:58 nexus3.edgexfoundry.org:10003 00:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:58 Configure a credential helper to remove this warning. See 00:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:58 00:14:58 Login Succeeded 00:14:58 nexus3.edgexfoundry.org:10004 00:14:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:59 Configure a credential helper to remove this warning. See 00:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:59 00:14:59 Login Succeeded 00:14:59 docker.io 00:14:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:59 Configure a credential helper to remove this warning. See 00:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:59 00:14:59 Login Succeeded 00:14:59 ---> docker-login.sh ends [Pipeline] } 00:14:59 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 00:15:00 + git log --format=format:%s -1 864e5c4713332893fbc921dfa03833917b289399 [Pipeline] echo 00:15:00 GIT_COMMIT: 864e5c4713332893fbc921dfa03833917b289399, Commit Message: Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD [Pipeline] echo 00:15:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:15:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:00 00:15:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:15:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:01 latest: Pulling from edgex-devops/git-semver 00:15:01 31603596830f: Pulling fs layer 00:15:01 2a8b12db71e7: Pulling fs layer 00:15:01 6ca5941a6612: Pulling fs layer 00:15:01 ecc8261a40a4: Pulling fs layer 00:15:01 ecc8261a40a4: Waiting 00:15:01 2a8b12db71e7: Verifying Checksum 00:15:01 2a8b12db71e7: Download complete 00:15:01 31603596830f: Verifying Checksum 00:15:01 31603596830f: Download complete 00:15:01 ecc8261a40a4: Verifying Checksum 00:15:01 ecc8261a40a4: Download complete 00:15:01 6ca5941a6612: Verifying Checksum 00:15:01 6ca5941a6612: Download complete 00:15:01 31603596830f: Pull complete 00:15:02 2a8b12db71e7: Pull complete 00:15:03 6ca5941a6612: Pull complete 00:15:03 ecc8261a40a4: Pull complete 00:15:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:15:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:15:03 prd-centos7-docker-4c-2g-32524 does not seem to be running inside a container 00:15:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-172 -v /w/workspace/foundry_device-virtual-go_PR-172:/w/workspace/foundry_device-virtual-go_PR-172:rw,z -v /w/workspace/foundry_device-virtual-go_PR-172@tmp:/w/workspace/foundry_device-virtual-go_PR-172@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 00:15:05 $ docker top 43af97d0d0c6cf0e3c8b4b57e30527f762d712df704cad6b36cf106a6edfbb45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:15:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:15:06 [ssh-agent] Looking for ssh-agent implementation... 00:15:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:15:06 $ docker exec 43af97d0d0c6cf0e3c8b4b57e30527f762d712df704cad6b36cf106a6edfbb45 ssh-agent 00:15:06 SSH_AUTH_SOCK=/tmp/ssh-gwk8V5MOjyfA/agent.11 00:15:06 SSH_AGENT_PID=17 00:15:06 Running ssh-add (command line suppressed) 00:15:06 Identity added: /w/workspace/foundry_device-virtual-go_PR-172@tmp/private_key_558105108083947868.key (/w/workspace/foundry_device-virtual-go_PR-172@tmp/private_key_558105108083947868.key) 00:15:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:15:07 + git tag --points-at HEAD [Pipeline] } 00:15:07 $ docker exec --env ******** --env ******** 43af97d0d0c6cf0e3c8b4b57e30527f762d712df704cad6b36cf106a6edfbb45 ssh-agent -k 00:15:07 unset SSH_AUTH_SOCK; 00:15:07 unset SSH_AGENT_PID; 00:15:07 echo Agent pid 17 killed; 00:15:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:15:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:15:07 [ssh-agent] Looking for ssh-agent implementation... 00:15:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:15:07 $ docker exec 43af97d0d0c6cf0e3c8b4b57e30527f762d712df704cad6b36cf106a6edfbb45 ssh-agent 00:15:07 SSH_AUTH_SOCK=/tmp/ssh-d8HaE1eBNZDj/agent.46 00:15:07 SSH_AGENT_PID=51 00:15:08 Running ssh-add (command line suppressed) 00:15:08 Identity added: /w/workspace/foundry_device-virtual-go_PR-172@tmp/private_key_1035025135621218498.key (/w/workspace/foundry_device-virtual-go_PR-172@tmp/private_key_1035025135621218498.key) 00:15:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:15:08 + git semver init 00:15:08 # -> Open(): unable to determine branch for HEAD 00:15:08 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-172/.git 00:15:08 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-172 00:15:08 # $SEMVER_REMOTE_NAME = origin 00:15:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:15:08 # $SEMVER_USER_NAME = edgex-jenkins 00:15:08 # $SEMVER_BRANCH = PR-172 00:15:08 # $SEMVER_TEMP = /tmp/semver-244835621 00:15:08 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 00:15:09 # '/tmp/semver-244835621' -> '/w/workspace/foundry_device-virtual-go_PR-172/.semver' 00:15:09 # -> Force: false 00:15:09 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-172/.semver [Pipeline] } 00:15:09 $ docker exec --env ******** --env ******** 43af97d0d0c6cf0e3c8b4b57e30527f762d712df704cad6b36cf106a6edfbb45 ssh-agent -k 00:15:09 unset SSH_AUTH_SOCK; 00:15:09 unset SSH_AGENT_PID; 00:15:09 echo Agent pid 51 killed; 00:15:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:15:09 + git semver [Pipeline] } 00:15:09 $ docker stop --time=1 43af97d0d0c6cf0e3c8b4b57e30527f762d712df704cad6b36cf106a6edfbb45 00:15:11 $ docker rm -f 43af97d0d0c6cf0e3c8b4b57e30527f762d712df704cad6b36cf106a6edfbb45 [Pipeline] // withDockerContainer [Pipeline] sh 00:15:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:15:12 Stashed 1 file(s) [Pipeline] echo 00:15:12 [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 00:15:27 Still waiting to schedule task 00:15:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:15:27 Still waiting to schedule task 00:15:27 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-32522’ 00:17:28 Running on prd-centos7-docker-4c-2g-32527 in /w/workspace/foundry_device-virtual-go_PR-172 [Pipeline] { [Pipeline] ws 00:17:28 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 00:17:30 using credential edgex-jenkins-ssh 00:17:30 Cloning the remote Git repository 00:17:30 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 00:17:30 > git init /w/workspace/device-virtual-go/2 # timeout=10 00:17:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:17:30 > git --version # timeout=10 00:17:30 > git --version # 'git version 2.24.3' 00:17:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:17:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:17:31 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:17:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:17:31 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:17:31 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:17:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:17:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/172/head:refs/remotes/origin/PR-172 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:17:31 Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 28c95825f709190471019b6ad8cb50fa9b599c37 00:17:31 Merge succeeded, producing 2a3d67d67f42753b2e7922a9e103691382d7238e 00:17:31 Checking out Revision 2a3d67d67f42753b2e7922a9e103691382d7238e (PR-172) 00:17:31 > git config core.sparsecheckout # timeout=10 00:17:31 > git checkout -f 28c95825f709190471019b6ad8cb50fa9b599c37 # timeout=10 00:17:31 > git remote # timeout=10 00:17:31 > git config --get remote.origin.url # timeout=10 00:17:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:17:31 > git merge dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 00:17:31 > git rev-parse HEAD^{commit} # timeout=10 00:17:31 > git config core.sparsecheckout # timeout=10 00:17:31 > git checkout -f 2a3d67d67f42753b2e7922a9e103691382d7238e # timeout=10 00:17:35 Commit message: "Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD" 00:17:35 > git rev-list --no-walk 28c95825f709190471019b6ad8cb50fa9b599c37 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:17:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:17:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:17:37 + sudo service docker restart 00:17:37 + true 00:17:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:17:38 provisioning config files... 00:17:38 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config1871608897176715626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:17:38 ---> docker-login.sh 00:17:38 nexus3.edgexfoundry.org:10001 00:17:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:39 Configure a credential helper to remove this warning. See 00:17:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:39 00:17:39 Login Succeeded 00:17:39 nexus3.edgexfoundry.org:10002 00:17:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:39 Configure a credential helper to remove this warning. See 00:17:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:39 00:17:39 Login Succeeded 00:17:39 nexus3.edgexfoundry.org:10003 00:17:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:39 Configure a credential helper to remove this warning. See 00:17:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:39 00:17:39 Login Succeeded 00:17:39 nexus3.edgexfoundry.org:10004 00:17:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:39 Configure a credential helper to remove this warning. See 00:17:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:39 00:17:39 Login Succeeded 00:17:39 docker.io 00:17:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:40 Configure a credential helper to remove this warning. See 00:17:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:40 00:17:40 Login Succeeded 00:17:40 ---> docker-login.sh ends [Pipeline] } 00:17:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:17:40 ========================================================= 00:17:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:17:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:17:40 + 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 . 00:17:40 Sending build context to Docker daemon 499.7kB 00:17:40 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:17:40 Step 2/8 : FROM ${BASE} 00:17:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:17:41 188c0c94c7c5: Pulling fs layer 00:17:41 0ef7d3d256c8: Pulling fs layer 00:17:41 de9db76c5a1d: Pulling fs layer 00:17:41 bca2f99d35d6: Pulling fs layer 00:17:41 93359f2a8cfa: Pulling fs layer 00:17:41 7c6f9722023f: Pulling fs layer 00:17:41 a35cf1a2eb13: Pulling fs layer 00:17:41 93359f2a8cfa: Waiting 00:17:41 7c6f9722023f: Waiting 00:17:41 a35cf1a2eb13: Waiting 00:17:41 bca2f99d35d6: Waiting 00:17:41 de9db76c5a1d: Verifying Checksum 00:17:41 de9db76c5a1d: Download complete 00:17:41 0ef7d3d256c8: Verifying Checksum 00:17:41 0ef7d3d256c8: Download complete 00:17:41 93359f2a8cfa: Download complete 00:17:41 7c6f9722023f: Verifying Checksum 00:17:41 7c6f9722023f: Download complete 00:17:41 188c0c94c7c5: Verifying Checksum 00:17:41 188c0c94c7c5: Download complete 00:17:41 188c0c94c7c5: Pull complete 00:17:41 0ef7d3d256c8: Pull complete 00:17:41 de9db76c5a1d: Pull complete 00:17:43 a35cf1a2eb13: Verifying Checksum 00:17:43 a35cf1a2eb13: Download complete 00:17:43 bca2f99d35d6: Verifying Checksum 00:17:43 bca2f99d35d6: Download complete 00:17:49 bca2f99d35d6: Pull complete 00:17:49 93359f2a8cfa: Pull complete 00:17:49 7c6f9722023f: Pull complete 00:17:54 a35cf1a2eb13: Pull complete 00:17:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:17:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:17:54 ---> a62c8e92a672 00:17:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:17:54 ---> Running in 65831f6cae69 00:17:54 Removing intermediate container 65831f6cae69 00:17:54 ---> 50c864a9bfae 00:17:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:54 ---> Running in 0fa68a2c446c 00:17:55 Removing intermediate container 0fa68a2c446c 00:17:55 ---> 5cf8662b12a0 00:17:55 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:17:55 ---> Running in 76b57d8db90c 00:17:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:58 (1/14) Installing libmagic (5.38-r0) 00:17:58 (2/14) Installing file (5.38-r0) 00:17:58 (3/14) Installing libc-dev (0.7.2-r3) 00:17:58 (4/14) Installing g++ (9.3.0-r2) 00:18:03 (5/14) Installing fortify-headers (1.1-r0) 00:18:03 (6/14) Installing patch (2.7.6-r6) 00:18:03 (7/14) Installing build-base (0.5-r2) 00:18:03 (8/14) Installing openssh-keygen (8.3_p1-r2) 00:18:03 (9/14) Installing libedit (20191231.3.1-r0) 00:18:03 (10/14) Installing openssh-client (8.3_p1-r2) 00:18:03 (11/14) Installing openssh-sftp-server (8.3_p1-r2) 00:18:03 (12/14) Installing openssh-server-common (8.3_p1-r2) 00:18:03 (13/14) Installing openssh-server (8.3_p1-r2) 00:18:04 (14/14) Installing openssh (8.3_p1-r2) 00:18:04 Executing busybox-1.31.1-r19.trigger 00:18:04 OK: 237 MiB in 53 packages 00:18:07 Removing intermediate container 76b57d8db90c 00:18:07 ---> 34fcdb3d7ac0 00:18:07 Step 6/8 : WORKDIR /device-virtual-go 00:18:07 ---> Running in 7429ced58f6d 00:18:07 Removing intermediate container 7429ced58f6d 00:18:07 ---> 0a41d7dee2d9 00:18:07 Step 7/8 : COPY . . 00:18:08 ---> 2fed5accea9b 00:18:08 Step 8/8 : RUN go mod download 00:18:08 ---> Running in c4aa8b909ffb 00:18:30 Removing intermediate container c4aa8b909ffb 00:18:30 ---> ac890216cf91 00:18:31 Successfully built ac890216cf91 00:18:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:18:31 + docker inspect -f . ci-base-image-x86_64 00:18:31 . [Pipeline] withDockerContainer 00:18:31 prd-centos7-docker-4c-2g-32527 does not seem to be running inside a container 00:18:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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 00:18:32 $ docker top 2c0161551b3d93b2f4634db1cb5809fefb9b2b4807d69b4393a15428fe173979 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:32 + go version 00:18:32 go version go1.15.5 linux/amd64 [Pipeline] } 00:18:32 $ docker stop --time=1 2c0161551b3d93b2f4634db1cb5809fefb9b2b4807d69b4393a15428fe173979 00:18:34 $ docker rm -f 2c0161551b3d93b2f4634db1cb5809fefb9b2b4807d69b4393a15428fe173979 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:18:35 + docker inspect -f . ci-base-image-x86_64 00:18:35 . [Pipeline] withDockerContainer 00:18:35 prd-centos7-docker-4c-2g-32527 does not seem to be running inside a container 00:18:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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 00:18:36 $ docker top 9a0f14e22f64874780a87c0d5658e0d4024dc3629ee99277bb659b3ec9e2fdb5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:36 + make test 00:18:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:18:38 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:18:53 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:18:53 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.328s coverage: 63.8% of statements 00:18:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:18:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32528 in /w/workspace/foundry_device-virtual-go_PR-172 [Pipeline] { [Pipeline] ws 00:18:54 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 00:18:57 gofmt -l . 00:18:57 [ "`gofmt -l .`" = "" ] 00:18:57 ./bin/test-attribution-txt.sh 00:18:57 An attribution for golang.org/x/crypto is missing from in Attribution.txt, please add 00:18:57 make: *** [Makefile:27: test] Error 1 [Pipeline] } 00:18:57 $ docker stop --time=1 9a0f14e22f64874780a87c0d5658e0d4024dc3629ee99277bb659b3ec9e2fdb5 00:18:59 $ docker rm -f 9a0f14e22f64874780a87c0d5658e0d4024dc3629ee99277bb659b3ec9e2fdb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 00:18:59 using credential edgex-jenkins-ssh Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage 00:18:59 Cloning the remote Git repository [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 00:18:59 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 00:19:00 > git init /w/workspace/device-virtual-go/2 # timeout=10 00:19:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:19:00 > git --version # timeout=10 00:19:00 > git --version # 'git version 2.17.1' 00:19:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:19:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:19:00 ---> job-cost.sh 00:19:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Q4RJ 00:19:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:19:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:19:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:19:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:19:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:19:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/172/head:refs/remotes/origin/PR-172 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:19:02 Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 28c95825f709190471019b6ad8cb50fa9b599c37 00:19:02 Merge succeeded, producing 2816de1ec6e82fd5a836aa1b43e03d806bf7686b 00:19:02 Checking out Revision 2816de1ec6e82fd5a836aa1b43e03d806bf7686b (PR-172) 00:19:02 > git config core.sparsecheckout # timeout=10 00:19:02 > git checkout -f 28c95825f709190471019b6ad8cb50fa9b599c37 # timeout=10 00:19:02 > git remote # timeout=10 00:19:02 > git config --get remote.origin.url # timeout=10 00:19:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:19:02 > git merge dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 00:19:02 > git rev-parse HEAD^{commit} # timeout=10 00:19:02 > git config core.sparsecheckout # timeout=10 00:19:02 > git checkout -f 2816de1ec6e82fd5a836aa1b43e03d806bf7686b # timeout=10 00:19:07 Commit message: "Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD" 00:19:07 > git rev-list --no-walk 28c95825f709190471019b6ad8cb50fa9b599c37 # timeout=10 00:19:07 00:19:07 GitHub has been notified of this commit’s build result 00:19:07 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:19:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:19:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:19:09 + + truesudo 00:19:09 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:19:12 provisioning config files... 00:19:12 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config6980197476050236074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:19:12 ---> docker-login.sh 00:19:12 nexus3.edgexfoundry.org:10001 00:19:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:14 Configure a credential helper to remove this warning. See 00:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:14 00:19:14 Login Succeeded 00:19:14 nexus3.edgexfoundry.org:10002 00:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:14 Configure a credential helper to remove this warning. See 00:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:14 00:19:14 Login Succeeded 00:19:14 nexus3.edgexfoundry.org:10003 00:19:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:15 Configure a credential helper to remove this warning. See 00:19:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:15 00:19:15 Login Succeeded 00:19:15 nexus3.edgexfoundry.org:10004 00:19:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:19:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:16 Configure a credential helper to remove this warning. See 00:19:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:16 00:19:16 Login Succeeded 00:19:16 docker.io 00:19:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:16 Configure a credential helper to remove this warning. See 00:19:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:16 00:19:16 Login Succeeded 00:19:16 ---> docker-login.sh ends [Pipeline] } 00:19:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:19:17 ========================================================= 00:19:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:19:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:19:17 + 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 . 00:19:18 Sending build context to Docker daemon 498.7kB 00:19:18 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:19:18 Step 2/8 : FROM ${BASE} 00:19:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:19:18 5f621e34cdf4: Pulling fs layer 00:19:18 a4357932f1b6: Pulling fs layer 00:19:18 18c013af1878: Pulling fs layer 00:19:18 00ac8860ef70: Pulling fs layer 00:19:18 63d7cb157983: Pulling fs layer 00:19:18 63d7cb157983: Waiting 00:19:18 00ac8860ef70: Waiting 00:19:18 b116817d02f9: Pulling fs layer 00:19:18 745a02a5169b: Pulling fs layer 00:19:18 b116817d02f9: Waiting 00:19:18 745a02a5169b: Waiting 00:19:18 18c013af1878: Verifying Checksum 00:19:18 18c013af1878: Download complete 00:19:18 a4357932f1b6: Verifying Checksum 00:19:18 a4357932f1b6: Download complete 00:19:18 63d7cb157983: Verifying Checksum 00:19:18 63d7cb157983: Download complete 00:19:18 b116817d02f9: Verifying Checksum 00:19:18 b116817d02f9: Download complete 00:19:18 5f621e34cdf4: Verifying Checksum 00:19:18 5f621e34cdf4: Download complete 00:19:19 5f621e34cdf4: Pull complete 00:19:20 a4357932f1b6: Pull complete 00:19:20 18c013af1878: Pull complete 00:19:21 745a02a5169b: Verifying Checksum 00:19:21 745a02a5169b: Download complete 00:19:22 00ac8860ef70: Download complete 00:19:32 00ac8860ef70: Pull complete 00:19:32 63d7cb157983: Pull complete 00:19:33 b116817d02f9: Pull complete 00:19:37 745a02a5169b: Pull complete 00:19:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:19:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:19:37 ---> b7e6874047d6 00:19:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:19:40 ---> Running in ff0756c32c1f 00:19:40 Removing intermediate container ff0756c32c1f 00:19:40 ---> 4ab0162b9c35 00:19:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:40 ---> Running in 11c1bd15fb2b 00:19:42 Removing intermediate container 11c1bd15fb2b 00:19:42 ---> a37e95fc78fc 00:19:42 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:19:42 lf-activate-venv(): INFO: Adding /tmp/venv-Q4RJ/bin to PATH 00:19:42 INFO: No Stack... 00:19:42 INFO: Retrieving Pricing Info for: v1-standard-2 00:19:42 INFO: Archiving Costs [Pipeline] sh 00:19:42 ---> Running in 14f3d93b987e 00:19:42 + cat /w/workspace/device-virtual-go/2/archives/cost.csv 00:19:42 + cut -d, -f6 [Pipeline] lock 00:19:42 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] 00:19:42 Resource [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] did not exist. Created. 00:19:42 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:19:43 + echo total: 0.029999999329447746 [Pipeline] stash 00:19:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:19:43 Stashed 1 file(s) [Pipeline] } 00:19:43 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:19:44 Failed in branch amd64 00:19:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:19:45 (1/14) Installing libmagic (5.38-r0) 00:19:45 (2/14) Installing file (5.38-r0) 00:19:45 (3/14) Installing libc-dev (0.7.2-r3) 00:19:45 (4/14) Installing g++ (9.3.0-r2) 00:19:51 (5/14) Installing fortify-headers (1.1-r0) 00:19:51 (6/14) Installing patch (2.7.6-r6) 00:19:51 (7/14) Installing build-base (0.5-r2) 00:19:51 (8/14) Installing openssh-keygen (8.3_p1-r2) 00:19:51 (9/14) Installing libedit (20191231.3.1-r0) 00:19:51 (10/14) Installing openssh-client (8.3_p1-r2) 00:19:51 (11/14) Installing openssh-sftp-server (8.3_p1-r2) 00:19:51 (12/14) Installing openssh-server-common (8.3_p1-r2) 00:19:51 (13/14) Installing openssh-server (8.3_p1-r2) 00:19:51 (14/14) Installing openssh (8.3_p1-r2) 00:19:51 Executing busybox-1.31.1-r19.trigger 00:19:51 OK: 221 MiB in 53 packages 00:19:56 Removing intermediate container 14f3d93b987e 00:19:56 ---> 72e0544537cc 00:19:56 Step 6/8 : WORKDIR /device-virtual-go 00:19:56 ---> Running in 1e5a80af15ce 00:19:56 Removing intermediate container 1e5a80af15ce 00:19:56 ---> 5495f374a6fe 00:19:56 Step 7/8 : COPY . . 00:19:57 ---> c2b0dd468531 00:19:57 Step 8/8 : RUN go mod download 00:19:57 ---> Running in 933ee2c69556 00:20:24 Removing intermediate container 933ee2c69556 00:20:24 ---> 09dc746da96a 00:20:24 Successfully built 09dc746da96a 00:20:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:20:24 + docker inspect -f . ci-base-image-arm64 00:20:24 . [Pipeline] withDockerContainer 00:20:25 prd-ubuntu18.04-docker-arm64-4c-16g-32528 does not seem to be running inside a container 00:20:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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-arm64 cat 00:20:26 $ docker top 686b1d047519ff8ea7875f890d0c714b00824c3dfcb49ff33843f29eeca53a01 -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:27 + go version 00:20:27 go version go1.15.5 linux/arm64 [Pipeline] } 00:20:27 $ docker stop --time=1 686b1d047519ff8ea7875f890d0c714b00824c3dfcb49ff33843f29eeca53a01 00:20:29 $ docker rm -f 686b1d047519ff8ea7875f890d0c714b00824c3dfcb49ff33843f29eeca53a01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:20:30 + docker inspect -f . ci-base-image-arm64 00:20:30 . [Pipeline] withDockerContainer 00:20:30 prd-ubuntu18.04-docker-arm64-4c-16g-32528 does not seem to be running inside a container 00:20:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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-arm64 cat 00:20:32 $ docker top cdeebe3d15fc943cad7f59d7ddaefaa023a7b996a0714856ae2ab48914f17c85 -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:33 + make test 00:20:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:20:35 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:21:31 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:21:31 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.573s coverage: 63.8% of statements 00:21:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:21:35 gofmt -l . 00:21:35 [ "`gofmt -l .`" = "" ] 00:21:35 ./bin/test-attribution-txt.sh 00:21:36 An attribution for golang.org/x/crypto is missing from in Attribution.txt, please add 00:21:36 make: *** [Makefile:27: test] Error 1 [Pipeline] } 00:21:36 $ docker stop --time=1 cdeebe3d15fc943cad7f59d7ddaefaa023a7b996a0714856ae2ab48914f17c85 00:21:38 $ docker rm -f cdeebe3d15fc943cad7f59d7ddaefaa023a7b996a0714856ae2ab48914f17c85 [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 00:21:40 ---> job-cost.sh 00:21:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-16MC 00:22:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:24:18 lf-activate-venv(): INFO: Adding /tmp/venv-16MC/bin to PATH 00:24:18 INFO: No Stack... 00:24:18 INFO: Retrieving Pricing Info for: lf-standard-4 00:24:18 INFO: Archiving Costs [Pipeline] sh 00:24:19 + + cat /w/workspace/device-virtual-go/2/archives/cost.csv 00:24:19 cut -d, -f6 [Pipeline] lock 00:24:19 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] 00:24:19 Resource [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] did not exist. Created. 00:24:19 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:24:19 /w/workspace/device-virtual-go/2@tmp/durable-7fc5e056/script.sh: 1: /w/workspace/device-virtual-go/2@tmp/durable-7fc5e056/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 00:24:20 + echo total: 0.20999999344348907 [Pipeline] stash 00:24:20 Warning: overwriting stash ‘stack-cost’ 00:24:21 Stashed 1 file(s) [Pipeline] } 00:24:21 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-172-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:24:21 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 00:24:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:24:24 ---> package-listing.sh 00:24:24 ++ facter osfamily 00:24:24 ++ tr '[:upper:]' '[:lower:]' 00:24:24 + OS_FAMILY=redhat 00:24:24 + workspace=/w/workspace/foundry_device-virtual-go_PR-172 00:24:24 + START_PACKAGES=/tmp/packages_start.txt 00:24:24 + END_PACKAGES=/tmp/packages_end.txt 00:24:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:24:24 + PACKAGES=/tmp/packages_start.txt 00:24:24 + '[' /w/workspace/foundry_device-virtual-go_PR-172 ']' 00:24:24 + PACKAGES=/tmp/packages_end.txt 00:24:24 + case "${OS_FAMILY}" in 00:24:24 + rpm -qa 00:24:24 + sort 00:24:30 + '[' -f /tmp/packages_start.txt ']' 00:24:30 + '[' -f /tmp/packages_end.txt ']' 00:24:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:24:30 + '[' /w/workspace/foundry_device-virtual-go_PR-172 ']' 00:24:30 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-172/archives/ 00:24:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-172/archives/ [Pipeline] echo 00:24:30 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-172/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:24:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:24:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:24:30 00:24:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:24:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:24:31 alpine: Pulling from edgex-lftools-log-publisher 00:24:31 df20fa9351a1: Pulling fs layer 00:24:31 36b3adc4ff6f: Pulling fs layer 00:24:31 8ad3a11d3b57: Pulling fs layer 00:24:31 46f8f816bc3b: Pulling fs layer 00:24:31 93b61091891f: Pulling fs layer 00:24:31 93b9cdb0e59b: Pulling fs layer 00:24:31 5e14af77c1be: Pulling fs layer 00:24:31 01666e4c0597: Pulling fs layer 00:24:31 aa168da1d23b: Pulling fs layer 00:24:31 46f8f816bc3b: Waiting 00:24:31 93b9cdb0e59b: Waiting 00:24:31 5e14af77c1be: Waiting 00:24:31 01666e4c0597: Waiting 00:24:31 aa168da1d23b: Waiting 00:24:31 36b3adc4ff6f: Verifying Checksum 00:24:31 36b3adc4ff6f: Download complete 00:24:31 46f8f816bc3b: Verifying Checksum 00:24:31 46f8f816bc3b: Download complete 00:24:31 df20fa9351a1: Verifying Checksum 00:24:31 df20fa9351a1: Download complete 00:24:31 93b9cdb0e59b: Verifying Checksum 00:24:31 93b9cdb0e59b: Download complete 00:24:31 93b61091891f: Verifying Checksum 00:24:31 93b61091891f: Download complete 00:24:31 5e14af77c1be: Verifying Checksum 00:24:31 5e14af77c1be: Download complete 00:24:31 01666e4c0597: Verifying Checksum 00:24:31 01666e4c0597: Download complete 00:24:31 df20fa9351a1: Pull complete 00:24:31 8ad3a11d3b57: Verifying Checksum 00:24:31 8ad3a11d3b57: Download complete 00:24:31 36b3adc4ff6f: Pull complete 00:24:32 8ad3a11d3b57: Pull complete 00:24:33 46f8f816bc3b: Pull complete 00:24:33 93b61091891f: Pull complete 00:24:33 aa168da1d23b: Verifying Checksum 00:24:33 aa168da1d23b: Download complete 00:24:33 93b9cdb0e59b: Pull complete 00:24:33 5e14af77c1be: Pull complete 00:24:33 01666e4c0597: Pull complete 00:24:42 aa168da1d23b: Pull complete 00:24:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:24:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:24:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:24:42 prd-centos7-docker-4c-2g-32524 does not seem to be running inside a container 00:24:42 $ 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-172/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-172 -v /w/workspace/foundry_device-virtual-go_PR-172:/w/workspace/foundry_device-virtual-go_PR-172:rw,z -v /w/workspace/foundry_device-virtual-go_PR-172@tmp:/w/workspace/foundry_device-virtual-go_PR-172@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 00:24:45 $ docker top 9c31dcc855461e80186b8dbebc90ae860e38b236731759b575e3f8a91d45af8f -eo pid,comm [Pipeline] { [Pipeline] sh 00:24:46 + touch /tmp/pre-build-complete [Pipeline] sh 00:24:46 + mkdir -p /var/log/sa [Pipeline] sh 00:24:46 + ls /var/log/sa-host 00:24:46 + sadf -c /var/log/sa-host/sa02 00:24:46 file_magic: OK 00:24:46 HZ: Using current value: 100 00:24:46 file_header: OK 00:24:46 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 00:24:46 Statistics: 00:24:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:24:46 File successfully converted to sysstat format version 12.2.1 00:24:46 + sadf -c /var/log/sa-host/sa23 00:24:46 file_magic: OK 00:24:46 HZ: Using current value: 100 00:24:46 file_header: OK 00:24:46 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 00:24:46 Statistics: 00:24:46 Hnuu...uuuununununu... 00:24:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:24:47 provisioning config files... 00:24:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-172@tmp/config1196901691479754834tmp [Pipeline] { [Pipeline] echo 00:24:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:24:47 ---> create-netrc.sh [Pipeline] } 00:24:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:24:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:24:48 ---> python-tools-install.sh [Pipeline] echo 00:24:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:24:48 ---> sudo-logs.sh 00:24:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:24:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:24:48 ---> job-cost.sh 00:24:48 lf-activate-venv: SKIPPING 00:24:48 DEBUG: total: 0.20999999344348907 00:24:48 INFO: Retrieving Stack Cost... 00:24:49 INFO: Retrieving Pricing Info for: v1-standard-2 00:24:50 INFO: Archiving Costs [Pipeline] echo 00:24:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:24:50 ---> logs-deploy.sh 00:24:50 lf-activate-venv: SKIPPING 00:24:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-172/2 00:24:50 INFO: archiving workspace using pattern(s): 00:24:52 Archives upload complete. 00:24:52 INFO: archiving logs to Nexus