Pull request #829 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from f11e55c319cbdbeef90700ad7434ca004756aab4+e522836f5d508ce20413c5d2a08a926bd2b9771b (d6fa7569d5e81bac6ae2f58f7f7233e0bf0ed0fa) 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-31315 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [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-829 # 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/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) > git config core.sparsecheckout # timeout=10 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # 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 e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 Commit message: "feat: update example configuration to support MessageBus" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk e1b79a6a65da4f0f5748fec6d5a4c72c18b6c96e # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:28:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:28:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:28:43 ========================================================= 04:28:43 EdgeX Global Pipelines Version Info 04:28:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:28:45 ------------------- 04:28:45 stable info: 04:28:45 ------------------- 04:28:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:28:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:28:45 Message: update stable to v1.0.186 04:28:45 ------------------- 04:28:45 experimental info: 04:28:45 ------------------- 04:28:45 Commited By: **** collab-it+edgex@linuxfoundation.org 04:28:45 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 04:28:45 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:28:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:28:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:28:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:28:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:28:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:28:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:28:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:28:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:28:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:28:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-829 [Pipeline] echo 04:28:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-829 [Pipeline] echo 04:28:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-829 [Pipeline] echo 04:28:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f11e55c319cbdbeef90700ad7434ca004756aab4 [Pipeline] echo 04:28:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f11e55c [Pipeline] echo 04:28:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:28:49 provisioning config files... 04:28:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config8915549596489656636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:28:50 ---> docker-login.sh 04:28:50 nexus3.edgexfoundry.org:10001 04:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:28:50 Configure a credential helper to remove this warning. See 04:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:28:50 04:28:50 Login Succeeded 04:28:50 nexus3.edgexfoundry.org:10002 04:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:28:50 Configure a credential helper to remove this warning. See 04:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:28:50 04:28:50 Login Succeeded 04:28:50 nexus3.edgexfoundry.org:10003 04:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:28:50 Configure a credential helper to remove this warning. See 04:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:28:50 04:28:50 Login Succeeded 04:28:50 nexus3.edgexfoundry.org:10004 04:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:28:51 Configure a credential helper to remove this warning. See 04:28:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:28:51 04:28:51 Login Succeeded 04:28:51 docker.io 04:28:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:28:51 Configure a credential helper to remove this warning. See 04:28:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:28:51 04:28:51 Login Succeeded 04:28:51 ---> docker-login.sh ends [Pipeline] } 04:28:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:28:52 + git log --format=format:%s -1 f11e55c319cbdbeef90700ad7434ca004756aab4 [Pipeline] echo 04:28:52 GIT_COMMIT: f11e55c319cbdbeef90700ad7434ca004756aab4, Commit Message: feat: update example configuration to support MessageBus [Pipeline] echo 04:28:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:28:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:28:53 04:28:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:28:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:28:54 latest: Pulling from edgex-devops/git-semver 04:28:54 31603596830f: Pulling fs layer 04:28:54 2a8b12db71e7: Pulling fs layer 04:28:54 6ca5941a6612: Pulling fs layer 04:28:54 ecc8261a40a4: Pulling fs layer 04:28:54 ecc8261a40a4: Waiting 04:28:54 2a8b12db71e7: Verifying Checksum 04:28:54 2a8b12db71e7: Download complete 04:28:54 31603596830f: Verifying Checksum 04:28:54 31603596830f: Download complete 04:28:54 ecc8261a40a4: Verifying Checksum 04:28:54 ecc8261a40a4: Download complete 04:28:54 6ca5941a6612: Verifying Checksum 04:28:54 6ca5941a6612: Download complete 04:28:54 31603596830f: Pull complete 04:28:54 2a8b12db71e7: Pull complete 04:28:55 6ca5941a6612: Pull complete 04:28:55 ecc8261a40a4: Pull complete 04:28:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:28:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:28:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:28:55 prd-centos7-docker-4c-2g-31315 does not seem to be running inside a container 04:28:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@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:10004/edgex-devops/git-semver:latest cat 04:28:58 $ docker top 83dbae18772b201d37158289ce1e1b8db6c9af60b954f385c9bb77da70827143 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:28:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:28:58 [ssh-agent] Looking for ssh-agent implementation... 04:28:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:28:58 $ docker exec 83dbae18772b201d37158289ce1e1b8db6c9af60b954f385c9bb77da70827143 ssh-agent 04:28:59 SSH_AUTH_SOCK=/tmp/ssh-lalzY42YXW1u/agent.11 04:28:59 SSH_AGENT_PID=17 04:28:59 Running ssh-add (command line suppressed) 04:28:59 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_8263632539802057029.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_8263632539802057029.key) 04:28:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:28:59 + git tag --points-at HEAD [Pipeline] } 04:28:59 $ docker exec --env ******** --env ******** 83dbae18772b201d37158289ce1e1b8db6c9af60b954f385c9bb77da70827143 ssh-agent -k 04:28:59 unset SSH_AUTH_SOCK; 04:28:59 unset SSH_AGENT_PID; 04:28:59 echo Agent pid 17 killed; 04:28:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:00 [ssh-agent] Looking for ssh-agent implementation... 04:29:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:00 $ docker exec 83dbae18772b201d37158289ce1e1b8db6c9af60b954f385c9bb77da70827143 ssh-agent 04:29:00 SSH_AUTH_SOCK=/tmp/ssh-O6zRHDXzzX5D/agent.46 04:29:00 SSH_AGENT_PID=51 04:29:00 Running ssh-add (command line suppressed) 04:29:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_8804357852248144988.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_8804357852248144988.key) 04:29:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:00 + git semver init 04:29:00 # -> Open(): unable to determine branch for HEAD 04:29:00 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.git 04:29:00 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-829 04:29:00 # $SEMVER_REMOTE_NAME = origin 04:29:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:29:00 # $SEMVER_USER_NAME = edgex-jenkins 04:29:00 # $SEMVER_BRANCH = PR-829 04:29:00 # $SEMVER_TEMP = /tmp/semver-372168962 04:29:00 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:29:01 # '/tmp/semver-372168962' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver' 04:29:01 # -> Force: false 04:29:01 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver [Pipeline] } 04:29:01 $ docker exec --env ******** --env ******** 83dbae18772b201d37158289ce1e1b8db6c9af60b954f385c9bb77da70827143 ssh-agent -k 04:29:02 unset SSH_AUTH_SOCK; 04:29:02 unset SSH_AGENT_PID; 04:29:02 echo Agent pid 51 killed; 04:29:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:29:02 + git semver [Pipeline] } 04:29:02 $ docker stop --time=1 83dbae18772b201d37158289ce1e1b8db6c9af60b954f385c9bb77da70827143 04:29:04 $ docker rm -f 83dbae18772b201d37158289ce1e1b8db6c9af60b954f385c9bb77da70827143 [Pipeline] // withDockerContainer [Pipeline] sh 04:29:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:29:05 Stashed 1 file(s) [Pipeline] echo 04:29:05 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:29:20 Still waiting to schedule task 04:29:20 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31315’ 04:29:20 Still waiting to schedule task 04:29:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:30:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31316 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws 04:30:56 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 04:31:02 using credential edgex-jenkins-ssh 04:31:02 Cloning the remote Git repository 04:31:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:31:02 > git init /w/workspace/device-sdk-go/5 # timeout=10 04:31:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:31:02 > git --version # timeout=10 04:31:02 > git --version # 'git version 2.17.1' 04:31:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:31:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:31:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:31:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:31:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:31:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:31:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:31:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:31:04 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 04:31:04 Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 04:31:04 Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) 04:31:04 > git config core.sparsecheckout # timeout=10 04:31:04 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:31:04 > git remote # timeout=10 04:31:04 > git config --get remote.origin.url # timeout=10 04:31:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:31:04 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 04:31:04 > git rev-parse HEAD^{commit} # timeout=10 04:31:04 > git config core.sparsecheckout # timeout=10 04:31:04 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:31:09 Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:31:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:31:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:31:12 + sudo service docker+ restart 04:31:12 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:31:15 provisioning config files... 04:31:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config3429635671731299942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:31:15 ---> docker-login.sh 04:31:15 nexus3.edgexfoundry.org:10001 04:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:16 Configure a credential helper to remove this warning. See 04:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:16 04:31:16 Login Succeeded 04:31:16 nexus3.edgexfoundry.org:10002 04:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:17 Configure a credential helper to remove this warning. See 04:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:17 04:31:17 Login Succeeded 04:31:17 nexus3.edgexfoundry.org:10003 04:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:17 Configure a credential helper to remove this warning. See 04:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:17 04:31:17 Login Succeeded 04:31:17 nexus3.edgexfoundry.org:10004 04:31:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:18 Configure a credential helper to remove this warning. See 04:31:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:18 04:31:18 Login Succeeded 04:31:18 docker.io 04:31:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:19 Configure a credential helper to remove this warning. See 04:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:19 04:31:19 Login Succeeded 04:31:19 ---> docker-login.sh ends [Pipeline] } 04:31:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:31:19 ========================================================= 04:31:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:31:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:20 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:31:20 Sending build context to Docker daemon 2.387MB 04:31:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:31:20 Step 2/8 : FROM ${BASE} 04:31:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:31:20 5f621e34cdf4: Pulling fs layer 04:31:20 a4357932f1b6: Pulling fs layer 04:31:20 18c013af1878: Pulling fs layer 04:31:20 00ac8860ef70: Pulling fs layer 04:31:20 63d7cb157983: Pulling fs layer 04:31:20 b116817d02f9: Pulling fs layer 04:31:20 745a02a5169b: Pulling fs layer 04:31:20 00ac8860ef70: Waiting 04:31:20 63d7cb157983: Waiting 04:31:20 745a02a5169b: Waiting 04:31:20 b116817d02f9: Waiting 04:31:20 18c013af1878: Verifying Checksum 04:31:20 18c013af1878: Download complete 04:31:20 a4357932f1b6: Verifying Checksum 04:31:20 a4357932f1b6: Download complete 04:31:20 63d7cb157983: Verifying Checksum 04:31:20 63d7cb157983: Download complete 04:31:20 b116817d02f9: Verifying Checksum 04:31:20 b116817d02f9: Download complete 04:31:20 5f621e34cdf4: Verifying Checksum 04:31:20 5f621e34cdf4: Download complete 04:31:21 5f621e34cdf4: Pull complete 04:31:21 a4357932f1b6: Pull complete 04:31:22 18c013af1878: Pull complete 04:31:23 745a02a5169b: Verifying Checksum 04:31:23 745a02a5169b: Download complete 04:31:24 00ac8860ef70: Verifying Checksum 04:31:24 00ac8860ef70: Download complete 04:31:34 00ac8860ef70: Pull complete 04:31:34 63d7cb157983: Pull complete 04:31:35 b116817d02f9: Pull complete 04:31:39 745a02a5169b: Pull complete 04:31:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:31:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:31:39 ---> b7e6874047d6 04:31:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:31:42 ---> Running in f5ce595bc585 04:31:42 Removing intermediate container f5ce595bc585 04:31:42 ---> 2f33b7bc0a20 04:31:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:31:42 ---> Running in 421282b7f587 04:31:44 Removing intermediate container 421282b7f587 04:31:44 ---> 679aec43fd3e 04:31:44 Step 5/8 : RUN apk add --update --no-cache make git 04:31:44 ---> Running in 9c4e6b03226f 04:31:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:31:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:31:47 OK: 142 MiB in 39 packages 04:31:48 Removing intermediate container 9c4e6b03226f 04:31:48 ---> 42e928e91936 04:31:48 Step 6/8 : WORKDIR /device-sdk-go 04:31:48 ---> Running in 3090a17e9a1d 04:31:49 Removing intermediate container 3090a17e9a1d 04:31:49 ---> b3923ac5d07d 04:31:49 Step 7/8 : COPY . . 04:31:50 ---> 9af7b9bac837 04:31:50 Step 8/8 : RUN go mod download 04:31:50 ---> Running in b0df5ea182e6 04:31:53 Running on prd-centos7-docker-4c-2g-31317 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws 04:31:53 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 04:31:55 using credential edgex-jenkins-ssh 04:31:56 Cloning the remote Git repository 04:31:55 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:31:55 > git init /w/workspace/device-sdk-go/5 # timeout=10 04:31:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:31:56 > git --version # timeout=10 04:31:56 > git --version # 'git version 2.24.3' 04:31:56 using GIT_SSH to set credentials SSH Credentials for GitHub 04:31:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:31:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:31:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:31:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:31:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:31:56 using GIT_SSH to set credentials SSH Credentials for GitHub 04:31:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:31:57 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 04:31:57 Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 04:31:57 Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) 04:31:57 > git config core.sparsecheckout # timeout=10 04:31:57 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:31:57 > git remote # timeout=10 04:31:57 > git config --get remote.origin.url # timeout=10 04:31:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:31:57 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 04:31:57 > git rev-parse HEAD^{commit} # timeout=10 04:31:57 > git config core.sparsecheckout # timeout=10 04:31:57 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:32:01 Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:32:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:32:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:32:03 + sudo service docker restart 04:32:03 + true 04:32:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:32:05 provisioning config files... 04:32:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config8583869021286733414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:05 ---> docker-login.sh 04:32:05 nexus3.edgexfoundry.org:10001 04:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:05 Configure a credential helper to remove this warning. See 04:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:05 04:32:05 Login Succeeded 04:32:05 nexus3.edgexfoundry.org:10002 04:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:06 Configure a credential helper to remove this warning. See 04:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:06 04:32:06 Login Succeeded 04:32:06 nexus3.edgexfoundry.org:10003 04:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:06 Configure a credential helper to remove this warning. See 04:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:06 04:32:06 Login Succeeded 04:32:06 nexus3.edgexfoundry.org:10004 04:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:06 Configure a credential helper to remove this warning. See 04:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:06 04:32:06 Login Succeeded 04:32:06 docker.io 04:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:07 Configure a credential helper to remove this warning. See 04:32:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:07 04:32:07 Login Succeeded 04:32:07 ---> docker-login.sh ends [Pipeline] } 04:32:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:32:07 ========================================================= 04:32:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:32:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:07 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:32:07 Sending build context to Docker daemon 2.388MB 04:32:07 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:32:07 Step 2/8 : FROM ${BASE} 04:32:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:07 188c0c94c7c5: Pulling fs layer 04:32:07 0ef7d3d256c8: Pulling fs layer 04:32:07 de9db76c5a1d: Pulling fs layer 04:32:07 bca2f99d35d6: Pulling fs layer 04:32:07 93359f2a8cfa: Pulling fs layer 04:32:07 7c6f9722023f: Pulling fs layer 04:32:07 a35cf1a2eb13: Pulling fs layer 04:32:07 93359f2a8cfa: Waiting 04:32:07 7c6f9722023f: Waiting 04:32:07 a35cf1a2eb13: Waiting 04:32:07 bca2f99d35d6: Waiting 04:32:07 de9db76c5a1d: Verifying Checksum 04:32:07 de9db76c5a1d: Download complete 04:32:07 0ef7d3d256c8: Verifying Checksum 04:32:07 0ef7d3d256c8: Download complete 04:32:07 93359f2a8cfa: Verifying Checksum 04:32:07 93359f2a8cfa: Download complete 04:32:07 188c0c94c7c5: Verifying Checksum 04:32:07 188c0c94c7c5: Download complete 04:32:07 7c6f9722023f: Verifying Checksum 04:32:07 7c6f9722023f: Download complete 04:32:08 188c0c94c7c5: Pull complete 04:32:08 0ef7d3d256c8: Pull complete 04:32:08 de9db76c5a1d: Pull complete 04:32:09 a35cf1a2eb13: Verifying Checksum 04:32:09 a35cf1a2eb13: Download complete 04:32:10 bca2f99d35d6: Verifying Checksum 04:32:10 bca2f99d35d6: Download complete 04:32:15 bca2f99d35d6: Pull complete 04:32:15 93359f2a8cfa: Pull complete 04:32:15 7c6f9722023f: Pull complete 04:32:17 Removing intermediate container b0df5ea182e6 04:32:17 ---> 3da06894412c 04:32:17 Successfully built 3da06894412c 04:32:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:32:17 + docker inspect -f . ci-base-image-arm64 04:32:17 . [Pipeline] withDockerContainer 04:32:17 prd-ubuntu18.04-docker-arm64-4c-16g-31316 does not seem to be running inside a container 04:32:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:32:19 $ docker top ae1faca387b2941172f205d6214f51efa93fc6f3ba20985121fba1f374955b62 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:20 + go version 04:32:20 go version go1.15.5 linux/arm64 [Pipeline] } 04:32:20 $ docker stop --time=1 ae1faca387b2941172f205d6214f51efa93fc6f3ba20985121fba1f374955b62 04:32:22 $ docker rm -f ae1faca387b2941172f205d6214f51efa93fc6f3ba20985121fba1f374955b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:32:23 + docker inspect -f . ci-base-image-arm64 04:32:23 . [Pipeline] withDockerContainer 04:32:23 prd-ubuntu18.04-docker-arm64-4c-16g-31316 does not seem to be running inside a container 04:32:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:32:25 $ docker top f876a646035a30e802eecd7ea845ab6dcb78c3eb9dbafb83d24882baae5a7587 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:25 a35cf1a2eb13: Pull complete 04:32:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:32:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:32:25 ---> a62c8e92a672 04:32:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:32:25 ---> Running in e138e003a121 04:32:25 Removing intermediate container e138e003a121 04:32:25 ---> 2116826d3a09 04:32:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:32:25 ---> Running in 67898ae0bf8c 04:32:26 + make test 04:32:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:32:27 Removing intermediate container 67898ae0bf8c 04:32:27 ---> 95dea19d344a 04:32:27 Step 5/8 : RUN apk add --update --no-cache make git 04:32:27 ---> Running in f4ecbcae40f2 04:32:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:28 OK: 166 MiB in 39 packages 04:32:29 Removing intermediate container f4ecbcae40f2 04:32:29 ---> bc4855ec9a5f 04:32:29 Step 6/8 : WORKDIR /device-sdk-go 04:32:29 ---> Running in 06af729b2004 04:32:29 Removing intermediate container 06af729b2004 04:32:29 ---> cd53433235d4 04:32:29 Step 7/8 : COPY . . 04:32:30 ---> 8f69b10803bc 04:32:30 Step 8/8 : RUN go mod download 04:32:30 ---> Running in ca6afcb0e1e8 04:32:48 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:32:52 Removing intermediate container ca6afcb0e1e8 04:32:52 ---> a0f000e2bdd5 04:32:52 Successfully built a0f000e2bdd5 04:32:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:32:53 + docker inspect -f . ci-base-image-x86_64 04:32:53 . [Pipeline] withDockerContainer 04:32:54 prd-centos7-docker-4c-2g-31317 does not seem to be running inside a container 04:32:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:32:55 $ docker top d3bf00d589d72dcf423ff1cdb1c9b9508cdc7715e9edda53d41277a189c9d323 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:55 + go version 04:32:55 go version go1.15.5 linux/amd64 [Pipeline] } 04:32:55 $ docker stop --time=1 d3bf00d589d72dcf423ff1cdb1c9b9508cdc7715e9edda53d41277a189c9d323 04:32:57 $ docker rm -f d3bf00d589d72dcf423ff1cdb1c9b9508cdc7715e9edda53d41277a189c9d323 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:32:58 + docker inspect -f . ci-base-image-x86_64 04:32:58 . [Pipeline] withDockerContainer 04:32:58 prd-centos7-docker-4c-2g-31317 does not seem to be running inside a container 04:32:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:32:58 # pkg-config --cflags -- libzmq 04:32:58 pkg-config: exec: "pkg-config": executable file not found in $PATH 04:32:58 $ docker top e47150624afed74754f4058748f8ad3c8279cc1a5ffd4c0d8b0255dd7d09a4a1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:59 + make test 04:32:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:33:07 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:33:11 # pkg-config --cflags -- libzmq 04:33:11 pkg-config: exec: "pkg-config": executable file not found in $PATH 04:33:26 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] 04:33:26 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] 04:33:26 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] 04:33:26 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] 04:33:26 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] 04:33:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.115s coverage: 6.6% of statements 04:33:27 FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] 04:33:27 make: *** [Makefile:32: test] Error 2 [Pipeline] } 04:33:27 $ docker stop --time=1 e47150624afed74754f4058748f8ad3c8279cc1a5ffd4c0d8b0255dd7d09a4a1 04:33:28 $ docker rm -f e47150624afed74754f4058748f8ad3c8279cc1a5ffd4c0d8b0255dd7d09a4a1 [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 04:33:30 ---> job-cost.sh 04:33:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AVui 04:33:37 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] 04:33:37 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] 04:33:37 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] 04:33:37 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] 04:33:37 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] 04:33:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.788s coverage: 6.6% of statements 04:33:40 FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] 04:33:41 make: *** [Makefile:32: test] Error 2 [Pipeline] } 04:33:41 $ docker stop --time=1 f876a646035a30e802eecd7ea845ab6dcb78c3eb9dbafb83d24882baae5a7587 04:33:43 $ docker rm -f f876a646035a30e802eecd7ea845ab6dcb78c3eb9dbafb83d24882baae5a7587 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:33:45 ---> job-cost.sh 04:33:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cCIv 04:33:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:34:12 lf-activate-venv(): INFO: Adding /tmp/venv-AVui/bin to PATH 04:34:12 INFO: No Stack... 04:34:12 INFO: Retrieving Pricing Info for: v1-standard-2 04:34:12 INFO: Archiving Costs [Pipeline] sh 04:34:12 + cat /w/workspace/device-sdk-go/5/archives/cost.csv 04:34:12 + cut -d, -f6 [Pipeline] lock 04:34:12 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] 04:34:12 Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] did not exist. Created. 04:34:12 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:34:12 + echo total: 0.029999999329447746 [Pipeline] stash 04:34:13 Stashed 1 file(s) [Pipeline] } 04:34:13 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:34:14 Failed in branch amd64 04:34:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:36:00 lf-activate-venv(): INFO: Adding /tmp/venv-cCIv/bin to PATH 04:36:00 INFO: No Stack... 04:36:00 INFO: Retrieving Pricing Info for: lf-standard-4 04:36:00 INFO: Archiving Costs [Pipeline] sh 04:36:01 + cat /w/workspace/device-sdk-go/5/archives/cost.csv 04:36:01 + cut -d, -f6 [Pipeline] lock 04:36:01 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] 04:36:01 Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] did not exist. Created. 04:36:01 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:36:01 /w/workspace/device-sdk-go/5@tmp/durable-d14cb831/script.sh: 1: /w/workspace/device-sdk-go/5@tmp/durable-d14cb831/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:36:02 + echo total: 0.20999999344348907 [Pipeline] stash 04:36:02 Warning: overwriting stash ‘stack-cost’ 04:36:03 Stashed 1 file(s) [Pipeline] } 04:36:03 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:36:03 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:36:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:36:07 ---> package-listing.sh 04:36:07 ++ facter osfamily 04:36:07 ++ tr '[:upper:]' '[:lower:]' 04:36:07 + OS_FAMILY=redhat 04:36:07 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-829 04:36:07 + START_PACKAGES=/tmp/packages_start.txt 04:36:07 + END_PACKAGES=/tmp/packages_end.txt 04:36:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:36:07 + PACKAGES=/tmp/packages_start.txt 04:36:07 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' 04:36:07 + PACKAGES=/tmp/packages_end.txt 04:36:07 + case "${OS_FAMILY}" in 04:36:07 + rpm -qa 04:36:07 + sort 04:36:12 + '[' -f /tmp/packages_start.txt ']' 04:36:12 + '[' -f /tmp/packages_end.txt ']' 04:36:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:36:12 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' 04:36:12 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ 04:36:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ [Pipeline] echo 04:36:12 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-829/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:36:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:36:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:36:13 04:36:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:36:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:36:13 alpine: Pulling from edgex-lftools-log-publisher 04:36:13 df20fa9351a1: Pulling fs layer 04:36:13 36b3adc4ff6f: Pulling fs layer 04:36:13 8ad3a11d3b57: Pulling fs layer 04:36:13 46f8f816bc3b: Pulling fs layer 04:36:13 93b61091891f: Pulling fs layer 04:36:13 93b9cdb0e59b: Pulling fs layer 04:36:13 5e14af77c1be: Pulling fs layer 04:36:13 01666e4c0597: Pulling fs layer 04:36:13 aa168da1d23b: Pulling fs layer 04:36:13 46f8f816bc3b: Waiting 04:36:13 93b9cdb0e59b: Waiting 04:36:13 5e14af77c1be: Waiting 04:36:13 01666e4c0597: Waiting 04:36:13 93b61091891f: Waiting 04:36:13 aa168da1d23b: Waiting 04:36:13 36b3adc4ff6f: Download complete 04:36:13 46f8f816bc3b: Verifying Checksum 04:36:13 46f8f816bc3b: Download complete 04:36:13 df20fa9351a1: Verifying Checksum 04:36:13 df20fa9351a1: Download complete 04:36:13 93b9cdb0e59b: Verifying Checksum 04:36:13 93b9cdb0e59b: Download complete 04:36:13 5e14af77c1be: Verifying Checksum 04:36:13 5e14af77c1be: Download complete 04:36:13 93b61091891f: Verifying Checksum 04:36:13 93b61091891f: Download complete 04:36:13 01666e4c0597: Verifying Checksum 04:36:13 01666e4c0597: Download complete 04:36:14 df20fa9351a1: Pull complete 04:36:14 36b3adc4ff6f: Pull complete 04:36:14 8ad3a11d3b57: Verifying Checksum 04:36:14 8ad3a11d3b57: Download complete 04:36:15 8ad3a11d3b57: Pull complete 04:36:15 46f8f816bc3b: Pull complete 04:36:16 93b61091891f: Pull complete 04:36:16 aa168da1d23b: Verifying Checksum 04:36:16 aa168da1d23b: Download complete 04:36:16 93b9cdb0e59b: Pull complete 04:36:17 5e14af77c1be: Pull complete 04:36:17 01666e4c0597: Pull complete 04:36:25 aa168da1d23b: Pull complete 04:36:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:36:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:36:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:36:25 prd-centos7-docker-4c-2g-31315 does not seem to be running inside a container 04:36:25 $ 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-829/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-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:36:29 $ docker top 06d8cbd9f0c4535112cf2598e5b641eb6464d889126b8c1315c02a81c650ee0b -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:30 + touch /tmp/pre-build-complete [Pipeline] sh 04:36:30 + mkdir -p /var/log/sa [Pipeline] sh 04:36:30 + ls /var/log/sa-host 04:36:30 + sadf -c /var/log/sa-host/sa23 04:36:30 file_magic: OK 04:36:30 HZ: Using current value: 100 04:36:30 file_header: OK 04:36:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:36:30 Statistics: 04:36:30 Hnuu...uuuununununu... 04:36:30 File successfully converted to sysstat format version 12.2.1 04:36:30 + sadf -c /var/log/sa-host/sa25 04:36:30 file_magic: OK 04:36:30 HZ: Using current value: 100 04:36:30 file_header: OK 04:36:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:36:30 Statistics: 04:36:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:36:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:36:31 provisioning config files... 04:36:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config1835365922230332102tmp [Pipeline] { [Pipeline] echo 04:36:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:36:31 ---> create-netrc.sh [Pipeline] } 04:36:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:36:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:36:32 ---> python-tools-install.sh [Pipeline] echo 04:36:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:36:32 ---> sudo-logs.sh 04:36:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:36:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:36:33 ---> job-cost.sh 04:36:33 lf-activate-venv: SKIPPING 04:36:33 DEBUG: total: 0.20999999344348907 04:36:33 INFO: Retrieving Stack Cost... 04:36:33 INFO: Retrieving Pricing Info for: v1-standard-2 04:36:34 INFO: Archiving Costs [Pipeline] echo 04:36:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:36:34 ---> logs-deploy.sh 04:36:34 lf-activate-venv: SKIPPING 04:36:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-829/5 04:36:34 INFO: archiving workspace using pattern(s): 04:36:36 Archives upload complete. 04:36:36 INFO: archiving logs to Nexus 04:36:37 ---> uname -a: 04:36:37 Linux prd-centos7-docker-4c-2g-31315.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:36:37 04:36:37