Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6564cc59fa320e64cbefe1226e27f5e26549f22+8659f99871c0873da8324f2f6a625b509cb242d1 (5c950449a9af5f9e82ae80e3557c0c77f4420ee0) 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-583 in /w/workspace/dgexfoundry_device-sdk-go_PR-882 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-882 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/882/head:refs/remotes/origin/PR-882 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit c6564cc59fa320e64cbefe1226e27f5e26549f22 Merge succeeded, producing 1d031c3aec04283123f422e6bfc328e848fa64d8 Checking out Revision 1d031c3aec04283123f422e6bfc328e848fa64d8 (PR-882) > git config core.sparsecheckout # timeout=10 > git checkout -f c6564cc59fa320e64cbefe1226e27f5e26549f22 # 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 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d031c3aec04283123f422e6bfc328e848fa64d8 # timeout=10 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" > git rev-list --no-walk c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:42:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:42:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:42:23 ========================================================= 22:42:23 EdgeX Global Pipelines Version Info 22:42:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:42:25 ------------------- 22:42:25 stable info: 22:42:25 ------------------- 22:42:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:42:25 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:42:25 Message: update stable to v1.0.186 22:42:26 ------------------- 22:42:26 experimental info: 22:42:26 ------------------- 22:42:26 Commited By: **** collab-it+edgex@linuxfoundation.org 22:42:26 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:42:26 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:42:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-882 [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-882 [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-882 [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d031c3aec04283123f422e6bfc328e848fa64d8 [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d031c3 [Pipeline] echo 22:42:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:27 provisioning config files... 22:42:27 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/config1302490451436233122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:27 ---> docker-login.sh 22:42:27 nexus3.edgexfoundry.org:10001 22:42:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:28 Configure a credential helper to remove this warning. See 22:42:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:28 22:42:28 Login Succeeded 22:42:28 nexus3.edgexfoundry.org:10002 22:42:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:28 Configure a credential helper to remove this warning. See 22:42:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:28 22:42:28 Login Succeeded 22:42:28 nexus3.edgexfoundry.org:10003 22:42:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:28 Configure a credential helper to remove this warning. See 22:42:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:28 22:42:28 Login Succeeded 22:42:28 nexus3.edgexfoundry.org:10004 22:42:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:28 Configure a credential helper to remove this warning. See 22:42:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:28 22:42:28 Login Succeeded 22:42:28 docker.io 22:42:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:29 Configure a credential helper to remove this warning. See 22:42:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:29 22:42:29 Login Succeeded 22:42:29 ---> docker-login.sh ends [Pipeline] } 22:42:29 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 22:42:29 + git log --format=format:%s -1 1d031c3aec04283123f422e6bfc328e848fa64d8 [Pipeline] echo 22:42:29 GIT_COMMIT: 1d031c3aec04283123f422e6bfc328e848fa64d8, Commit Message: Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD [Pipeline] echo 22:42:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:42:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:30 22:42:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:42:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:30 latest: Pulling from edgex-devops/git-semver 22:42:30 31603596830f: Pulling fs layer 22:42:30 2a8b12db71e7: Pulling fs layer 22:42:30 6ca5941a6612: Pulling fs layer 22:42:30 ecc8261a40a4: Pulling fs layer 22:42:30 ecc8261a40a4: Waiting 22:42:30 2a8b12db71e7: Verifying Checksum 22:42:30 2a8b12db71e7: Download complete 22:42:30 31603596830f: Download complete 22:42:30 ecc8261a40a4: Verifying Checksum 22:42:30 ecc8261a40a4: Download complete 22:42:30 6ca5941a6612: Verifying Checksum 22:42:30 6ca5941a6612: Download complete 22:42:31 31603596830f: Pull complete 22:42:31 2a8b12db71e7: Pull complete 22:42:32 6ca5941a6612: Pull complete 22:42:32 ecc8261a40a4: Pull complete 22:42:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:42:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:42:32 prd-centos7-docker-4c-2g-583 does not seem to be running inside a container 22:42:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-882 -v /w/workspace/dgexfoundry_device-sdk-go_PR-882:/w/workspace/dgexfoundry_device-sdk-go_PR-882:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-882@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:42:34 $ docker top 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:42:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:34 [ssh-agent] Looking for ssh-agent implementation... 22:42:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:35 $ docker exec 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent 22:42:35 SSH_AUTH_SOCK=/tmp/ssh-Nu7RJeIZJsJM/agent.12 22:42:35 SSH_AGENT_PID=18 22:42:35 Running ssh-add (command line suppressed) 22:42:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_3208987261006647911.key (/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_3208987261006647911.key) 22:42:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:35 + git tag --points-at HEAD [Pipeline] } 22:42:35 $ docker exec --env ******** --env ******** 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent -k 22:42:35 unset SSH_AUTH_SOCK; 22:42:35 unset SSH_AGENT_PID; 22:42:35 echo Agent pid 18 killed; 22:42:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:42:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:35 [ssh-agent] Looking for ssh-agent implementation... 22:42:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:36 $ docker exec 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent 22:42:36 SSH_AUTH_SOCK=/tmp/ssh-1mDMtgKV22D3/agent.48 22:42:36 SSH_AGENT_PID=54 22:42:36 Running ssh-add (command line suppressed) 22:42:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_1294129713234746911.key (/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_1294129713234746911.key) 22:42:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:36 + git semver init 22:42:36 # -> Open(): unable to determine branch for HEAD 22:42:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-882/.git 22:42:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-882 22:42:36 # $SEMVER_REMOTE_NAME = origin 22:42:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:42:36 # $SEMVER_USER_NAME = edgex-jenkins 22:42:36 # $SEMVER_BRANCH = PR-882 22:42:36 # $SEMVER_TEMP = /tmp/semver-743528353 22:42:36 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:42:37 # '/tmp/semver-743528353' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-882/.semver' 22:42:37 # -> Force: false 22:42:37 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-882/.semver [Pipeline] } 22:42:37 $ docker exec --env ******** --env ******** 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent -k 22:42:37 unset SSH_AUTH_SOCK; 22:42:37 unset SSH_AGENT_PID; 22:42:37 echo Agent pid 54 killed; 22:42:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:42:38 + git semver [Pipeline] } 22:42:38 $ docker stop --time=1 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb 22:42:40 $ docker rm -f 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb [Pipeline] // withDockerContainer [Pipeline] sh 22:42:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:42:40 Stashed 1 file(s) [Pipeline] echo 22:42:40 [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 22:42:56 Still waiting to schedule task 22:42:56 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-585’ is offline 22:42:56 Still waiting to schedule task 22:42:56 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:44:04 Running on prd-centos7-docker-4c-2g-587 in /w/workspace/dgexfoundry_device-sdk-go_PR-882 [Pipeline] { [Pipeline] ws 22:44:04 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:44:17 using credential edgex-jenkins-ssh 22:44:17 Cloning the remote Git repository 22:44:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:44:17 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:44:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:17 > git --version # timeout=10 22:44:17 > git --version # 'git version 2.24.3' 22:44:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:19 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit c6564cc59fa320e64cbefe1226e27f5e26549f22 22:44:20 Merge succeeded, producing a8675e8d175f4b4891e759f6774d4b31fcc9f251 22:44:20 Checking out Revision a8675e8d175f4b4891e759f6774d4b31fcc9f251 (PR-882) 22:44:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:19 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/882/head:refs/remotes/origin/PR-882 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:19 > git config core.sparsecheckout # timeout=10 22:44:19 > git checkout -f c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 22:44:19 > git remote # timeout=10 22:44:19 > git config --get remote.origin.url # timeout=10 22:44:19 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:19 > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 22:44:19 > git rev-parse HEAD^{commit} # timeout=10 22:44:20 > git config core.sparsecheckout # timeout=10 22:44:20 > git checkout -f a8675e8d175f4b4891e759f6774d4b31fcc9f251 # timeout=10 22:44:25 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" 22:44:25 > git rev-list --no-walk c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:44:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:29 + true 22:44:29 + sudo service docker restart 22:44:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:31 provisioning config files... 22:44:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config199872274960825419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:31 ---> docker-login.sh 22:44:31 nexus3.edgexfoundry.org:10001 22:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:33 Configure a credential helper to remove this warning. See 22:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:33 22:44:33 Login Succeeded 22:44:33 nexus3.edgexfoundry.org:10002 22:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:33 Configure a credential helper to remove this warning. See 22:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:33 22:44:33 Login Succeeded 22:44:33 nexus3.edgexfoundry.org:10003 22:44:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:34 Configure a credential helper to remove this warning. See 22:44:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:34 22:44:34 Login Succeeded 22:44:34 nexus3.edgexfoundry.org:10004 22:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:35 Configure a credential helper to remove this warning. See 22:44:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:35 22:44:35 Login Succeeded 22:44:35 docker.io 22:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:36 Configure a credential helper to remove this warning. See 22:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:36 22:44:36 Login Succeeded 22:44:36 ---> docker-login.sh ends [Pipeline] } 22:44:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:36 ========================================================= 22:44:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:44:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:37 + 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 . 22:44:37 Sending build context to Docker daemon 2.445MB 22:44:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:38 Step 2/8 : FROM ${BASE} 22:44:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:44:38 188c0c94c7c5: Pulling fs layer 22:44:38 0ef7d3d256c8: Pulling fs layer 22:44:38 de9db76c5a1d: Pulling fs layer 22:44:38 bca2f99d35d6: Pulling fs layer 22:44:38 93359f2a8cfa: Pulling fs layer 22:44:38 7c6f9722023f: Pulling fs layer 22:44:38 a35cf1a2eb13: Pulling fs layer 22:44:38 bca2f99d35d6: Waiting 22:44:38 93359f2a8cfa: Waiting 22:44:38 7c6f9722023f: Waiting 22:44:38 a35cf1a2eb13: Waiting 22:44:38 de9db76c5a1d: Verifying Checksum 22:44:38 de9db76c5a1d: Download complete 22:44:38 0ef7d3d256c8: Verifying Checksum 22:44:38 0ef7d3d256c8: Download complete 22:44:38 93359f2a8cfa: Verifying Checksum 22:44:38 93359f2a8cfa: Download complete 22:44:38 7c6f9722023f: Verifying Checksum 22:44:38 7c6f9722023f: Download complete 22:44:38 188c0c94c7c5: Verifying Checksum 22:44:38 188c0c94c7c5: Download complete 22:44:40 188c0c94c7c5: Pull complete 22:44:40 0ef7d3d256c8: Pull complete 22:44:40 de9db76c5a1d: Pull complete 22:44:44 a35cf1a2eb13: Verifying Checksum 22:44:44 a35cf1a2eb13: Download complete 22:44:47 bca2f99d35d6: Verifying Checksum 22:44:47 bca2f99d35d6: Download complete 22:45:06 bca2f99d35d6: Pull complete 22:45:06 93359f2a8cfa: Pull complete 22:45:06 7c6f9722023f: Pull complete 22:45:13 a35cf1a2eb13: Pull complete 22:45:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:45:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:45:13 ---> a62c8e92a672 22:45:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:13 ---> Running in 309fbeb7417d 22:45:14 Removing intermediate container 309fbeb7417d 22:45:14 ---> b3e55cee7748 22:45:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:14 ---> Running in 0ee629d3777c 22:45:17 Removing intermediate container 0ee629d3777c 22:45:17 ---> 4acf168071a2 22:45:17 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:17 ---> Running in 576469ab48e8 22:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:45:20 (1/6) Installing libc-dev (0.7.2-r3) 22:45:20 (2/6) Installing libsodium (1.0.18-r0) 22:45:20 (3/6) Installing pkgconf (1.7.2-r0) 22:45:20 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:20 (5/6) Installing libzmq (4.3.3-r0) 22:45:21 (6/6) Installing zeromq-dev (4.3.3-r0) 22:45:21 Executing busybox-1.31.1-r19.trigger 22:45:21 OK: 167 MiB in 45 packages 22:45:22 Removing intermediate container 576469ab48e8 22:45:22 ---> 1e24bfd65ad4 22:45:22 Step 6/8 : WORKDIR /device-sdk-go 22:45:22 ---> Running in 9dd1e04115cc 22:45:23 Removing intermediate container 9dd1e04115cc 22:45:23 ---> 2be4f101b848 22:45:23 Step 7/8 : COPY . . 22:45:24 ---> a981f7a46f45 22:45:24 Step 8/8 : RUN go mod download 22:45:24 ---> Running in 9b4f0fc861d7 22:45:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-590 in /w/workspace/dgexfoundry_device-sdk-go_PR-882 [Pipeline] { [Pipeline] ws 22:45:27 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:45:33 using credential edgex-jenkins-ssh 22:45:33 Cloning the remote Git repository 22:45:33 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:45:33 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:45:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:33 > git --version # timeout=10 22:45:34 > git --version # 'git version 2.17.1' 22:45:34 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:35 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit c6564cc59fa320e64cbefe1226e27f5e26549f22 22:45:36 Merge succeeded, producing 74d0e3c56c6e162c5b9d4611c6bba10994a4a88e 22:45:36 Checking out Revision 74d0e3c56c6e162c5b9d4611c6bba10994a4a88e (PR-882) 22:45:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:35 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/882/head:refs/remotes/origin/PR-882 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:35 > git config core.sparsecheckout # timeout=10 22:45:35 > git checkout -f c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 22:45:36 > git remote # timeout=10 22:45:36 > git config --get remote.origin.url # timeout=10 22:45:36 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:36 > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 22:45:36 > git rev-parse HEAD^{commit} # timeout=10 22:45:36 > git config core.sparsecheckout # timeout=10 22:45:36 > git checkout -f 74d0e3c56c6e162c5b9d4611c6bba10994a4a88e # timeout=10 22:45:40 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" 22:45:40 > git rev-list --no-walk c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:45:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:45:42 + true 22:45:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:45 provisioning config files... 22:45:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config2245285393114613621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:45 ---> docker-login.sh 22:45:45 nexus3.edgexfoundry.org:10001 22:45:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:46 Configure a credential helper to remove this warning. See 22:45:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:46 22:45:46 Login Succeeded 22:45:46 nexus3.edgexfoundry.org:10002 22:45:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:47 Configure a credential helper to remove this warning. See 22:45:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:47 22:45:47 Login Succeeded 22:45:47 nexus3.edgexfoundry.org:10003 22:45:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:47 Configure a credential helper to remove this warning. See 22:45:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:47 22:45:47 Login Succeeded 22:45:47 nexus3.edgexfoundry.org:10004 22:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:48 Configure a credential helper to remove this warning. See 22:45:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:48 22:45:48 Login Succeeded 22:45:48 docker.io 22:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:48 Configure a credential helper to remove this warning. See 22:45:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:48 22:45:48 Login Succeeded 22:45:48 ---> docker-login.sh ends [Pipeline] } 22:45:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:49 ========================================================= 22:45:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:45:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:49 + 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 . 22:45:50 Sending build context to Docker daemon 2.452MB 22:45:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:50 Step 2/8 : FROM ${BASE} 22:45:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:45:50 5f621e34cdf4: Pulling fs layer 22:45:50 a4357932f1b6: Pulling fs layer 22:45:50 18c013af1878: Pulling fs layer 22:45:50 00ac8860ef70: Pulling fs layer 22:45:50 63d7cb157983: Pulling fs layer 22:45:50 b116817d02f9: Pulling fs layer 22:45:50 745a02a5169b: Pulling fs layer 22:45:50 00ac8860ef70: Waiting 22:45:50 63d7cb157983: Waiting 22:45:50 745a02a5169b: Waiting 22:45:50 18c013af1878: Download complete 22:45:50 a4357932f1b6: Download complete 22:45:50 63d7cb157983: Verifying Checksum 22:45:50 63d7cb157983: Download complete 22:45:50 b116817d02f9: Download complete 22:45:50 5f621e34cdf4: Verifying Checksum 22:45:50 5f621e34cdf4: Download complete 22:45:51 5f621e34cdf4: Pull complete 22:45:51 a4357932f1b6: Pull complete 22:45:51 18c013af1878: Pull complete 22:45:53 745a02a5169b: Verifying Checksum 22:45:53 745a02a5169b: Download complete 22:45:54 00ac8860ef70: Verifying Checksum 22:45:54 00ac8860ef70: Download complete 22:45:58 Removing intermediate container 9b4f0fc861d7 22:45:58 ---> 4ce893a74819 22:45:58 Successfully built 4ce893a74819 22:45:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:45:58 + docker inspect -f . ci-base-image-x86_64 22:45:59 . [Pipeline] withDockerContainer 22:45:59 prd-centos7-docker-4c-2g-587 does not seem to be running inside a container 22:45:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-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 22:46:03 $ docker top 92718d9bccd02c8a39bd7339a6d10aff93ac6cdea6412bf7997dc59005df6c30 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:04 00ac8860ef70: Pull complete 22:46:04 63d7cb157983: Pull complete 22:46:04 b116817d02f9: Pull complete 22:46:04 + go version 22:46:04 go version go1.15.5 linux/amd64 [Pipeline] } 22:46:05 $ docker stop --time=1 92718d9bccd02c8a39bd7339a6d10aff93ac6cdea6412bf7997dc59005df6c30 22:46:07 $ docker rm -f 92718d9bccd02c8a39bd7339a6d10aff93ac6cdea6412bf7997dc59005df6c30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:08 + docker inspect -f . ci-base-image-x86_64 22:46:08 . [Pipeline] withDockerContainer 22:46:09 745a02a5169b: Pull complete 22:46:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:46:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:46:09 ---> b7e6874047d6 22:46:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:46:09 prd-centos7-docker-4c-2g-587 does not seem to be running inside a container 22:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-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 22:46:11 $ docker top 2264f576e244803ff0fccf60708f90ff89f996d819b2966825ecb431fc2d532a -eo pid,comm 22:46:11 ---> Running in 399580922c26 22:46:11 Removing intermediate container 399580922c26 22:46:11 ---> 26664423f6a2 22:46:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:11 ---> Running in 0be43a7ab2b3 [Pipeline] { [Pipeline] sh 22:46:12 + make test 22:46:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:14 Removing intermediate container 0be43a7ab2b3 22:46:14 ---> 0899cf476159 22:46:14 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:46:14 ---> Running in 525140e5fa5d 22:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:46:16 (1/6) Installing libc-dev (0.7.2-r3) 22:46:16 (2/6) Installing libsodium (1.0.18-r0) 22:46:16 (3/6) Installing pkgconf (1.7.2-r0) 22:46:17 (4/6) Installing libsodium-dev (1.0.18-r0) 22:46:17 (5/6) Installing libzmq (4.3.3-r0) 22:46:17 (6/6) Installing zeromq-dev (4.3.3-r0) 22:46:17 Executing busybox-1.31.1-r19.trigger 22:46:17 OK: 144 MiB in 45 packages 22:46:18 Removing intermediate container 525140e5fa5d 22:46:18 ---> 695b134761a1 22:46:18 Step 6/8 : WORKDIR /device-sdk-go 22:46:18 ---> Running in 22dc88620d68 22:46:19 Removing intermediate container 22dc88620d68 22:46:19 ---> cf349fe65585 22:46:19 Step 7/8 : COPY . . 22:46:20 ---> e9bd655d976e 22:46:20 Step 8/8 : RUN go mod download 22:46:20 ---> Running in 24be1fa0fb81 22:46:38 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:47 Removing intermediate container 24be1fa0fb81 22:46:47 ---> ec4f61c4722b 22:46:47 Successfully built ec4f61c4722b 22:46:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:46:47 + docker inspect -f . ci-base-image-arm64 22:46:47 . [Pipeline] withDockerContainer 22:46:48 prd-ubuntu18.04-docker-arm64-4c-16g-590 does not seem to be running inside a container 22:46:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-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 22:46:49 $ docker top 9df68c7a445581808aa516c0b33bc1391a38e30552a8d0610fb798a9e3d306e9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:50 + go version 22:46:50 go version go1.15.5 linux/arm64 [Pipeline] } 22:46:50 $ docker stop --time=1 9df68c7a445581808aa516c0b33bc1391a38e30552a8d0610fb798a9e3d306e9 22:46:52 $ docker rm -f 9df68c7a445581808aa516c0b33bc1391a38e30552a8d0610fb798a9e3d306e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:53 + docker inspect -f . ci-base-image-arm64 22:46:53 . [Pipeline] withDockerContainer 22:46:53 prd-ubuntu18.04-docker-arm64-4c-16g-590 does not seem to be running inside a container 22:46:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-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 22:46:55 $ docker top 663dade98bdf9989d99c7c7ee2a7f076a9c5b236a2799704d314af4a78f3f07c -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:56 + make test 22:46:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:47:18 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:47:18 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:47:18 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:47:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:47:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:47:18 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:47:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.151s coverage: 28.1% of statements 22:47:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.113s coverage: 78.9% of statements 22:47:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.094s coverage: 7.8% of statements 22:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:47:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.206s coverage: 32.0% of statements 22:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:47:25 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.239s coverage: 57.1% of statements 22:47:26 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.014s coverage: 6.6% of statements 22:47:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.082s coverage: 5.0% of statements 22:47:27 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:47:27 GO111MODULE=on go vet ./... 22:48:07 gofmt -l . 22:48:07 [ "`gofmt -l .`" = "" ] 22:48:07 ./bin/test-attribution-txt.sh 22:48:08 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 22:48:08 make: *** [Makefile:36: test] Error 1 [Pipeline] } 22:48:08 $ docker stop --time=1 2264f576e244803ff0fccf60708f90ff89f996d819b2966825ecb431fc2d532a 22:48:10 $ docker rm -f 2264f576e244803ff0fccf60708f90ff89f996d819b2966825ecb431fc2d532a [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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:48:12 ---> job-cost.sh 22:48:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-v3D8 22:48:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:48:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:48:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:48:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:48:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:48:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.181s coverage: 28.1% of statements 22:48:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.192s coverage: 78.9% of statements 22:48:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.172s coverage: 7.8% of statements 22:48:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:48:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:48:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:48:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.225s coverage: 32.0% of statements 22:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:48:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.298s coverage: 57.1% of statements 22:48:24 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.024s coverage: 6.6% of statements 22:48:24 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.159s coverage: 5.0% of statements 22:48:24 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:48:24 GO111MODULE=on go vet ./... 22:48:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:49:11 gofmt -l . 22:49:11 [ "`gofmt -l .`" = "" ] 22:49:11 ./bin/test-attribution-txt.sh 22:49:11 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 22:49:11 make: *** [Makefile:36: test] Error 1 [Pipeline] } 22:49:11 $ docker stop --time=1 663dade98bdf9989d99c7c7ee2a7f076a9c5b236a2799704d314af4a78f3f07c 22:49:14 $ docker rm -f 663dade98bdf9989d99c7c7ee2a7f076a9c5b236a2799704d314af4a78f3f07c [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 22:49:15 ---> job-cost.sh 22:49:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0miv 22:49:27 lf-activate-venv(): INFO: Adding /tmp/venv-v3D8/bin to PATH 22:49:27 INFO: No Stack... 22:49:27 INFO: Retrieving Pricing Info for: v1-standard-2 22:49:27 INFO: Archiving Costs [Pipeline] sh 22:49:27 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 22:49:27 + cut -d, -f6 [Pipeline] lock 22:49:28 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] 22:49:28 Resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] did not exist. Created. 22:49:28 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:49:28 + echo total: 0.029999999329447746 [Pipeline] stash 22:49:29 Stashed 1 file(s) [Pipeline] } 22:49:29 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:49:29 Failed in branch amd64 22:49:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:51:30 lf-activate-venv(): INFO: Adding /tmp/venv-0miv/bin to PATH 22:51:30 INFO: No Stack... 22:51:30 INFO: Retrieving Pricing Info for: lf-standard-4 22:51:30 INFO: Archiving Costs [Pipeline] sh 22:51:31 + + cut -d, -f6cat 22:51:31 /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock 22:51:31 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] 22:51:31 Resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] did not exist. Created. 22:51:31 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:51:32 /w/workspace/device-sdk-go/2@tmp/durable-2d78332e/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-2d78332e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:51:32 + echo total: 0.20999999344348907 [Pipeline] stash 22:51:32 Warning: overwriting stash ‘stack-cost’ 22:51:33 Stashed 1 file(s) [Pipeline] } 22:51:33 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:51:33 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 22:51:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:35 ---> package-listing.sh 22:51:35 ++ facter osfamily 22:51:35 ++ tr '[:upper:]' '[:lower:]' 22:51:35 + OS_FAMILY=redhat 22:51:35 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-882 22:51:35 + START_PACKAGES=/tmp/packages_start.txt 22:51:35 + END_PACKAGES=/tmp/packages_end.txt 22:51:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:35 + PACKAGES=/tmp/packages_start.txt 22:51:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-882 ']' 22:51:35 + PACKAGES=/tmp/packages_end.txt 22:51:35 + case "${OS_FAMILY}" in 22:51:35 + rpm -qa 22:51:35 + sort 22:51:40 + '[' -f /tmp/packages_start.txt ']' 22:51:40 + '[' -f /tmp/packages_end.txt ']' 22:51:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-882 ']' 22:51:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-882/archives/ 22:51:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-882/archives/ [Pipeline] echo 22:51:40 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/dgexfoundry_device-sdk-go_PR-882/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:51:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:41 22:51:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:41 alpine: Pulling from edgex-lftools-log-publisher 22:51:41 df20fa9351a1: Pulling fs layer 22:51:41 36b3adc4ff6f: Pulling fs layer 22:51:41 8ad3a11d3b57: Pulling fs layer 22:51:41 46f8f816bc3b: Pulling fs layer 22:51:41 93b61091891f: Pulling fs layer 22:51:41 93b9cdb0e59b: Pulling fs layer 22:51:41 5e14af77c1be: Pulling fs layer 22:51:41 01666e4c0597: Pulling fs layer 22:51:41 aa168da1d23b: Pulling fs layer 22:51:41 93b9cdb0e59b: Waiting 22:51:41 46f8f816bc3b: Waiting 22:51:41 93b61091891f: Waiting 22:51:41 01666e4c0597: Waiting 22:51:41 aa168da1d23b: Waiting 22:51:41 5e14af77c1be: Waiting 22:51:41 36b3adc4ff6f: Verifying Checksum 22:51:41 36b3adc4ff6f: Download complete 22:51:41 46f8f816bc3b: Download complete 22:51:41 df20fa9351a1: Download complete 22:51:41 93b9cdb0e59b: Verifying Checksum 22:51:41 93b9cdb0e59b: Download complete 22:51:41 93b61091891f: Download complete 22:51:41 5e14af77c1be: Verifying Checksum 22:51:41 5e14af77c1be: Download complete 22:51:41 01666e4c0597: Verifying Checksum 22:51:41 01666e4c0597: Download complete 22:51:41 df20fa9351a1: Pull complete 22:51:41 8ad3a11d3b57: Verifying Checksum 22:51:41 8ad3a11d3b57: Download complete 22:51:41 36b3adc4ff6f: Pull complete 22:51:42 8ad3a11d3b57: Pull complete 22:51:42 46f8f816bc3b: Pull complete 22:51:43 93b61091891f: Pull complete 22:51:43 aa168da1d23b: Verifying Checksum 22:51:43 aa168da1d23b: Download complete 22:51:43 93b9cdb0e59b: Pull complete 22:51:44 5e14af77c1be: Pull complete 22:51:44 01666e4c0597: Pull complete 22:51:50 aa168da1d23b: Pull complete 22:51:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:51:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:51:50 prd-centos7-docker-4c-2g-583 does not seem to be running inside a container 22:51:50 $ 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/dgexfoundry_device-sdk-go_PR-882/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-882 -v /w/workspace/dgexfoundry_device-sdk-go_PR-882:/w/workspace/dgexfoundry_device-sdk-go_PR-882:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-882@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:51:54 $ docker top 77a86499ccf996f3e3fc086cee5fa6bb7ac3365f7e66303571729a8bef6da782 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:55 + touch /tmp/pre-build-complete [Pipeline] sh 22:51:55 + mkdir -p /var/log/sa [Pipeline] sh 22:51:55 + ls /var/log/sa-host 22:51:55 + sadf -c /var/log/sa-host/sa17 22:51:55 file_magic: OK 22:51:55 HZ: Using current value: 100 22:51:55 file_header: OK 22:51:55 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 22:51:55 Statistics: 22:51:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:55 File successfully converted to sysstat format version 12.2.1 22:51:55 + sadf -c /var/log/sa-host/sa23 22:51:55 file_magic: OK 22:51:55 HZ: Using current value: 100 22:51:55 file_header: OK 22:51:55 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 22:51:55 Statistics: 22:51:55 Hnuu...uuuununununu... 22:51:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:51:56 provisioning config files... 22:51:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/config7397199667148673722tmp [Pipeline] { [Pipeline] echo 22:51:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:51:56 ---> create-netrc.sh [Pipeline] } 22:51:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:51:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:51:56 ---> python-tools-install.sh [Pipeline] echo 22:51:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:51:57 ---> sudo-logs.sh 22:51:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:51:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:51:57 ---> job-cost.sh 22:51:57 lf-activate-venv: SKIPPING 22:51:57 DEBUG: total: 0.20999999344348907 22:51:57 INFO: Retrieving Stack Cost... 22:51:58 INFO: Retrieving Pricing Info for: v1-standard-2 22:51:58 INFO: Archiving Costs [Pipeline] echo 22:51:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:51:59 ---> logs-deploy.sh 22:51:59 lf-activate-venv: SKIPPING 22:51:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-882/2 22:51:59 INFO: archiving workspace using pattern(s): 22:52:01 Archives upload complete. 22:52:01 INFO: archiving logs to Nexus