Branch indexing 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 372098887a6a7d5d9395bdaf9d03a023308f69fd rather than 77ddc78a6a928df8f117d7338f979ae30f2e58ff Obtained Jenkinsfile from 372098887a6a7d5d9395bdaf9d03a023308f69fd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18403 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [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-701 # 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/701/head:refs/remotes/origin/PR-701 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff Merge succeeded, producing 29f883aa457367488babec6e9578914e284cd7a5 Checking out Revision 29f883aa457367488babec6e9578914e284cd7a5 (PR-701) > git config core.sparsecheckout # timeout=10 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # 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 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29f883aa457367488babec6e9578914e284cd7a5 # timeout=10 Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" > git rev-list --no-walk 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:56 ========================================================= 02:42:56 EdgeX Global Pipelines Version Info 02:42:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:58 ------------------- 02:42:58 stable info: 02:42:58 ------------------- 02:42:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:58 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:42:58 Message: update stable to v1.0.173 02:42:59 ------------------- 02:42:59 experimental info: 02:42:59 ------------------- 02:42:59 Commited By: **** collab-it+edgex@linuxfoundation.org 02:42:59 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:42:59 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:43:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-701 [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-701 [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-701 [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29f883aa457367488babec6e9578914e284cd7a5 [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29f883a [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:02 provisioning config files... 02:43:02 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/config6773053164450084060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:03 ---> docker-login.sh 02:43:03 nexus3.edgexfoundry.org:10001 02:43:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:03 Configure a credential helper to remove this warning. See 02:43:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:03 02:43:03 Login Succeeded 02:43:03 nexus3.edgexfoundry.org:10002 02:43:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:03 Configure a credential helper to remove this warning. See 02:43:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:03 02:43:03 Login Succeeded 02:43:03 nexus3.edgexfoundry.org:10003 02:43:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:03 Configure a credential helper to remove this warning. See 02:43:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:03 02:43:03 Login Succeeded 02:43:03 nexus3.edgexfoundry.org:10004 02:43:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:03 Configure a credential helper to remove this warning. See 02:43:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:03 02:43:03 Login Succeeded 02:43:03 docker.io 02:43:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:04 Configure a credential helper to remove this warning. See 02:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:04 02:43:04 Login Succeeded 02:43:04 ---> docker-login.sh ends [Pipeline] } 02:43:04 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 02:43:05 + git log --format=format:%s -1 29f883aa457367488babec6e9578914e284cd7a5 [Pipeline] echo 02:43:05 GIT_COMMIT: 29f883aa457367488babec6e9578914e284cd7a5, Commit Message: Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD [Pipeline] echo 02:43:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:06 02:43:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:06 latest: Pulling from edgex-devops/git-semver 02:43:06 31603596830f: Pulling fs layer 02:43:06 2a8b12db71e7: Pulling fs layer 02:43:06 6ca5941a6612: Pulling fs layer 02:43:06 ecc8261a40a4: Pulling fs layer 02:43:06 ecc8261a40a4: Waiting 02:43:06 2a8b12db71e7: Verifying Checksum 02:43:06 2a8b12db71e7: Download complete 02:43:06 31603596830f: Verifying Checksum 02:43:06 31603596830f: Download complete 02:43:06 ecc8261a40a4: Verifying Checksum 02:43:06 ecc8261a40a4: Download complete 02:43:06 6ca5941a6612: Verifying Checksum 02:43:06 6ca5941a6612: Download complete 02:43:07 31603596830f: Pull complete 02:43:07 2a8b12db71e7: Pull complete 02:43:08 6ca5941a6612: Pull complete 02:43:08 ecc8261a40a4: Pull complete 02:43:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:08 prd-centos7-docker-4c-2g-18403 does not seem to be running inside a container 02:43:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-701 -v /w/workspace/dgexfoundry_device-sdk-go_PR-701:/w/workspace/dgexfoundry_device-sdk-go_PR-701:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-701@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 02:43:11 $ docker top d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:11 [ssh-agent] Looking for ssh-agent implementation... 02:43:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:11 $ docker exec d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent 02:43:12 SSH_AUTH_SOCK=/tmp/ssh-i3BNw8ROYZLT/agent.11 02:43:12 SSH_AGENT_PID=16 02:43:12 Running ssh-add (command line suppressed) 02:43:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2163032673617353366.key (/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2163032673617353366.key) 02:43:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:12 + git tag --points-at HEAD [Pipeline] } 02:43:12 $ docker exec --env ******** --env ******** d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent -k 02:43:12 unset SSH_AUTH_SOCK; 02:43:12 unset SSH_AGENT_PID; 02:43:12 echo Agent pid 16 killed; 02:43:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:12 [ssh-agent] Looking for ssh-agent implementation... 02:43:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:13 $ docker exec d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent 02:43:13 SSH_AUTH_SOCK=/tmp/ssh-D3vmuBlgQBt9/agent.45 02:43:13 SSH_AGENT_PID=50 02:43:13 Running ssh-add (command line suppressed) 02:43:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2062679689602418387.key (/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_2062679689602418387.key) 02:43:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:13 + git semver init 02:43:13 # -> Open(): unable to determine branch for HEAD 02:43:13 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-701/.git 02:43:13 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-701 02:43:13 # $SEMVER_REMOTE_NAME = origin 02:43:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:13 # $SEMVER_USER_NAME = edgex-jenkins 02:43:13 # $SEMVER_BRANCH = PR-701 02:43:13 # $SEMVER_TEMP = /tmp/semver-192061475 02:43:13 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:14 # '/tmp/semver-192061475' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-701/.semver' 02:43:14 # -> Force: false 02:43:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-701/.semver [Pipeline] } 02:43:14 $ docker exec --env ******** --env ******** d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa ssh-agent -k 02:43:14 unset SSH_AUTH_SOCK; 02:43:14 unset SSH_AGENT_PID; 02:43:14 echo Agent pid 50 killed; 02:43:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:15 + git semver [Pipeline] } 02:43:15 $ docker stop --time=1 d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa 02:43:16 $ docker rm -f d3e873e03459b266e21ed502a6858d41e8538a0a0cb0f30fa14f26bd04e208fa [Pipeline] // withDockerContainer [Pipeline] sh 02:43:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:17 Stashed 1 file(s) [Pipeline] echo 02:43:17 [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 02:43:33 Still waiting to schedule task 02:43:33 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18407’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18406’ doesn’t have label ‘centos7-docker-4c-2g’ 02:43:33 Still waiting to schedule task 02:43:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:46:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18411 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [Pipeline] { [Pipeline] ws 02:46:22 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 02:46:27 using credential edgex-jenkins-ssh 02:46:28 Cloning the remote Git repository 02:46:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:28 > git init /w/workspace/device-sdk-go/6 # timeout=10 02:46:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:28 > git --version # timeout=10 02:46:28 > git --version # 'git version 2.17.1' 02:46:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:31 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff 02:46:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/701/head:refs/remotes/origin/PR-701 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:31 > git config core.sparsecheckout # timeout=10 02:46:31 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 02:46:31 > git remote # timeout=10 02:46:31 > git config --get remote.origin.url # timeout=10 02:46:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:31 > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 02:46:31 Merge succeeded, producing 33d75a403c8b8186d57046de2938b117ebd3d32c 02:46:31 Checking out Revision 33d75a403c8b8186d57046de2938b117ebd3d32c (PR-701) 02:46:31 > git rev-parse HEAD^{commit} # timeout=10 02:46:31 > git config core.sparsecheckout # timeout=10 02:46:31 > git checkout -f 33d75a403c8b8186d57046de2938b117ebd3d32c # timeout=10 02:46:35 Running on prd-centos7-docker-4c-2g-18414 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [Pipeline] { [Pipeline] ws 02:46:35 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 02:46:36 Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" 02:46:36 > git rev-list --no-walk 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:46:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:38 using credential edgex-jenkins-ssh 02:46:38 Cloning the remote Git repository 02:46:38 + true 02:46:38 + sudo service docker restart 02:46:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:38 > git init /w/workspace/device-sdk-go/6 # timeout=10 02:46:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:38 > git --version # timeout=10 02:46:38 > git --version # 'git version 2.24.3' 02:46:38 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/701/head:refs/remotes/origin/PR-701 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:39 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff 02:46:39 Merge succeeded, producing f6aa682bb9f027ef48df66fe6b10cd9e9385931a 02:46:39 Checking out Revision f6aa682bb9f027ef48df66fe6b10cd9e9385931a (PR-701) 02:46:39 > git config core.sparsecheckout # timeout=10 02:46:39 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 02:46:39 > git remote # timeout=10 02:46:39 > git config --get remote.origin.url # timeout=10 02:46:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:39 > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 02:46:39 > git rev-parse HEAD^{commit} # timeout=10 02:46:39 > git config core.sparsecheckout # timeout=10 02:46:39 > git checkout -f f6aa682bb9f027ef48df66fe6b10cd9e9385931a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:41 provisioning config files... 02:46:41 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config7756103570774987336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:41 ---> docker-login.sh 02:46:41 nexus3.edgexfoundry.org:10001 02:46:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:42 Configure a credential helper to remove this warning. See 02:46:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:42 02:46:42 Login Succeeded 02:46:42 nexus3.edgexfoundry.org:10002 02:46:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:43 Configure a credential helper to remove this warning. See 02:46:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:43 02:46:43 Login Succeeded 02:46:43 nexus3.edgexfoundry.org:10003 02:46:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:43 Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" 02:46:43 > git rev-list --no-walk 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 02:46:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:43 Configure a credential helper to remove this warning. See 02:46:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:43 02:46:43 Login Succeeded 02:46:43 nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 02:46:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:44 Configure a credential helper to remove this warning. See 02:46:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:44 02:46:44 Login Succeeded 02:46:44 docker.io [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:46:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:45 Configure a credential helper to remove this warning. See 02:46:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:45 02:46:45 Login Succeeded 02:46:45 ---> docker-login.sh ends [Pipeline] } 02:46:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 02:46:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo 02:46:45 ========================================================= 02:46:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:45 + sudo service docker restart 02:46:45 + true 02:46:45 Redirecting to /bin/systemctl restart docker.service 02:46:46 + 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 . 02:46:46 Sending build context to Docker daemon 2.522MB 02:46:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:46 Step 2/8 : FROM ${BASE} 02:46:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:46 5f621e34cdf4: Pulling fs layer 02:46:46 a4357932f1b6: Pulling fs layer 02:46:46 18c013af1878: Pulling fs layer 02:46:46 00ac8860ef70: Pulling fs layer 02:46:46 63d7cb157983: Pulling fs layer 02:46:46 b116817d02f9: Pulling fs layer 02:46:46 745a02a5169b: Pulling fs layer 02:46:46 63d7cb157983: Waiting 02:46:46 b116817d02f9: Waiting 02:46:46 745a02a5169b: Waiting 02:46:46 00ac8860ef70: Waiting 02:46:46 18c013af1878: Verifying Checksum 02:46:46 18c013af1878: Download complete 02:46:46 a4357932f1b6: Verifying Checksum 02:46:46 a4357932f1b6: Download complete 02:46:46 63d7cb157983: Verifying Checksum 02:46:46 63d7cb157983: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:47 provisioning config files... 02:46:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config4404651053736349265tmp 02:46:47 b116817d02f9: Verifying Checksum 02:46:47 b116817d02f9: Download complete [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:47 5f621e34cdf4: Verifying Checksum 02:46:47 5f621e34cdf4: Download complete 02:46:47 ---> docker-login.sh 02:46:47 nexus3.edgexfoundry.org:10001 02:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:48 Configure a credential helper to remove this warning. See 02:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:48 02:46:48 Login Succeeded 02:46:48 nexus3.edgexfoundry.org:10002 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:48 5f621e34cdf4: Pull complete 02:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:48 Configure a credential helper to remove this warning. See 02:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:48 02:46:48 Login Succeeded 02:46:48 nexus3.edgexfoundry.org:10003 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:48 Configure a credential helper to remove this warning. See 02:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:48 02:46:48 Login Succeeded 02:46:48 nexus3.edgexfoundry.org:10004 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:48 Configure a credential helper to remove this warning. See 02:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:48 02:46:48 Login Succeeded 02:46:48 docker.io 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:48 a4357932f1b6: Pull complete 02:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:48 Configure a credential helper to remove this warning. See 02:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:48 02:46:48 Login Succeeded 02:46:49 18c013af1878: Pull complete 02:46:49 ---> docker-login.sh ends [Pipeline] } 02:46:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:49 ========================================================= 02:46:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:50 + 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 . 02:46:50 Sending build context to Docker daemon 2.523MB 02:46:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:50 Step 2/8 : FROM ${BASE} 02:46:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:50 188c0c94c7c5: Pulling fs layer 02:46:50 0ef7d3d256c8: Pulling fs layer 02:46:50 de9db76c5a1d: Pulling fs layer 02:46:50 bca2f99d35d6: Pulling fs layer 02:46:50 93359f2a8cfa: Pulling fs layer 02:46:50 7c6f9722023f: Pulling fs layer 02:46:50 a35cf1a2eb13: Pulling fs layer 02:46:50 93359f2a8cfa: Waiting 02:46:50 7c6f9722023f: Waiting 02:46:50 a35cf1a2eb13: Waiting 02:46:50 bca2f99d35d6: Waiting 02:46:50 de9db76c5a1d: Verifying Checksum 02:46:50 de9db76c5a1d: Download complete 02:46:50 0ef7d3d256c8: Verifying Checksum 02:46:50 0ef7d3d256c8: Download complete 02:46:50 93359f2a8cfa: Download complete 02:46:50 7c6f9722023f: Verifying Checksum 02:46:50 7c6f9722023f: Download complete 02:46:50 188c0c94c7c5: Verifying Checksum 02:46:50 188c0c94c7c5: Download complete 02:46:50 745a02a5169b: Verifying Checksum 02:46:50 745a02a5169b: Download complete 02:46:50 188c0c94c7c5: Pull complete 02:46:50 0ef7d3d256c8: Pull complete 02:46:51 de9db76c5a1d: Pull complete 02:46:52 00ac8860ef70: Verifying Checksum 02:46:52 00ac8860ef70: Download complete 02:46:52 a35cf1a2eb13: Verifying Checksum 02:46:52 a35cf1a2eb13: Download complete 02:46:53 bca2f99d35d6: Verifying Checksum 02:46:53 bca2f99d35d6: Download complete 02:46:58 bca2f99d35d6: Pull complete 02:46:58 93359f2a8cfa: Pull complete 02:46:58 7c6f9722023f: Pull complete 02:47:02 00ac8860ef70: Pull complete 02:47:02 63d7cb157983: Pull complete 02:47:02 b116817d02f9: Pull complete 02:47:05 745a02a5169b: Pull complete 02:47:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:47:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:05 a35cf1a2eb13: Pull complete 02:47:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:47:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:47:05 ---> a62c8e92a672 02:47:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:05 ---> Running in 4faf4d9ebae2 02:47:05 ---> b7e6874047d6 02:47:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:05 Removing intermediate container 4faf4d9ebae2 02:47:05 ---> 8ecc91a913d7 02:47:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:06 ---> Running in f683151d0b53 02:47:07 Removing intermediate container f683151d0b53 02:47:07 ---> 5554f414fb02 02:47:07 Step 5/8 : RUN apk add --update --no-cache make git 02:47:07 ---> Running in 3e844870d878 02:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:08 ---> Running in b156e337470a 02:47:08 Removing intermediate container b156e337470a 02:47:08 ---> bf70898830cf 02:47:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:09 ---> Running in 91d96c7931e3 02:47:09 OK: 166 MiB in 39 packages 02:47:09 Removing intermediate container 3e844870d878 02:47:09 ---> 4d5bb3ae8fdc 02:47:09 Step 6/8 : WORKDIR /device-sdk-go 02:47:10 ---> Running in 9e871bb0bed1 02:47:10 Removing intermediate container 9e871bb0bed1 02:47:10 ---> b882c5cf4fb5 02:47:10 Step 7/8 : COPY . . 02:47:11 ---> 6c1e5d2823a9 02:47:11 Step 8/8 : RUN go mod download 02:47:11 ---> Running in bd3adbb3f014 02:47:11 Removing intermediate container 91d96c7931e3 02:47:11 ---> a0d5fd920e4b 02:47:11 Step 5/8 : RUN apk add --update --no-cache make git 02:47:11 ---> Running in c612e54d3920 02:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:14 OK: 142 MiB in 39 packages 02:47:15 Removing intermediate container c612e54d3920 02:47:15 ---> 73cc25c5c840 02:47:15 Step 6/8 : WORKDIR /device-sdk-go 02:47:15 ---> Running in a5548e60cb45 02:47:16 Removing intermediate container a5548e60cb45 02:47:16 ---> 0b09361a3de1 02:47:16 Step 7/8 : COPY . . 02:47:17 ---> c9c4994e98a7 02:47:17 Step 8/8 : RUN go mod download 02:47:17 ---> Running in fe83f895f9e1 02:47:30 Removing intermediate container bd3adbb3f014 02:47:30 ---> a3eb8dd842a5 02:47:30 Successfully built a3eb8dd842a5 02:47:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:47:30 + docker inspect -f . ci-base-image-x86_64 02:47:30 . [Pipeline] withDockerContainer 02:47:30 prd-centos7-docker-4c-2g-18414 does not seem to be running inside a container 02:47:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 02:47:31 $ docker top 91b272aef86864c7aaa4ebf52c5f0d1f4d3ee19115dd088449a5d77c9717fc82 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:31 + go version 02:47:31 go version go1.15.5 linux/amd64 [Pipeline] } 02:47:31 $ docker stop --time=1 91b272aef86864c7aaa4ebf52c5f0d1f4d3ee19115dd088449a5d77c9717fc82 02:47:33 $ docker rm -f 91b272aef86864c7aaa4ebf52c5f0d1f4d3ee19115dd088449a5d77c9717fc82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:34 + docker inspect -f . ci-base-image-x86_64 02:47:34 . [Pipeline] withDockerContainer 02:47:34 prd-centos7-docker-4c-2g-18414 does not seem to be running inside a container 02:47:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 02:47:35 $ docker top 94f03d4a5465d159475e676eebb2faf997dab1378ae4cc6700ce84281e68ceac -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:36 + make test 02:47:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:36 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:47:36 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:47:36 pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:47:36 pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:47:36 make: *** [Makefile:32: test] Error 1 [Pipeline] } 02:47:36 $ docker stop --time=1 94f03d4a5465d159475e676eebb2faf997dab1378ae4cc6700ce84281e68ceac 02:47:38 $ docker rm -f 94f03d4a5465d159475e676eebb2faf997dab1378ae4cc6700ce84281e68ceac [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:47:39 Failed in branch amd64 02:47:40 Removing intermediate container fe83f895f9e1 02:47:40 ---> 5c33f1a39d67 02:47:40 Successfully built 5c33f1a39d67 02:47:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:47:40 + docker inspect -f . ci-base-image-arm64 02:47:40 . [Pipeline] withDockerContainer 02:47:40 prd-ubuntu18.04-docker-arm64-4c-16g-18411 does not seem to be running inside a container 02:47:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 02:47:42 $ docker top ca72273e9b297a4f5d4a53c84cc131e4a7ea237f09ea0692b7d5a91653dfd8bb -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:43 + go version 02:47:43 go version go1.15.5 linux/arm64 [Pipeline] } 02:47:43 $ docker stop --time=1 ca72273e9b297a4f5d4a53c84cc131e4a7ea237f09ea0692b7d5a91653dfd8bb 02:47:45 $ docker rm -f ca72273e9b297a4f5d4a53c84cc131e4a7ea237f09ea0692b7d5a91653dfd8bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:46 + docker inspect -f . ci-base-image-arm64 02:47:46 . [Pipeline] withDockerContainer 02:47:46 prd-ubuntu18.04-docker-arm64-4c-16g-18411 does not seem to be running inside a container 02:47:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 02:47:48 $ docker top f496a46d26ef71026df9a84c24e147d32126e34ed26139bd8b5638adebb1919d -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:49 + make test 02:47:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:49 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:47:49 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:47:50 pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:47:50 pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.66), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:47:50 make: *** [Makefile:32: test] Error 1 [Pipeline] } 02:47:50 $ docker stop --time=1 f496a46d26ef71026df9a84c24e147d32126e34ed26139bd8b5638adebb1919d 02:47:52 $ docker rm -f f496a46d26ef71026df9a84c24e147d32126e34ed26139bd8b5638adebb1919d [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:47:54 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 02:47:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:47:57 ---> package-listing.sh 02:47:57 ++ facter osfamily 02:47:57 ++ tr '[:upper:]' '[:lower:]' 02:47:57 + OS_FAMILY=redhat 02:47:57 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-701 02:47:57 + START_PACKAGES=/tmp/packages_start.txt 02:47:57 + END_PACKAGES=/tmp/packages_end.txt 02:47:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:47:57 + PACKAGES=/tmp/packages_start.txt 02:47:57 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-701 ']' 02:47:57 + PACKAGES=/tmp/packages_end.txt 02:47:57 + case "${OS_FAMILY}" in 02:47:57 + rpm -qa 02:47:57 + sort 02:48:02 + '[' -f /tmp/packages_start.txt ']' 02:48:02 + '[' -f /tmp/packages_end.txt ']' 02:48:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:48:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-701 ']' 02:48:02 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-701/archives/ 02:48:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-701/archives/ [Pipeline] echo 02:48:02 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-701/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:48:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:48:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:48:03 02:48:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:48:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:48:03 alpine: Pulling from edgex-lftools-log-publisher 02:48:03 df20fa9351a1: Pulling fs layer 02:48:03 36b3adc4ff6f: Pulling fs layer 02:48:03 8ad3a11d3b57: Pulling fs layer 02:48:03 46f8f816bc3b: Pulling fs layer 02:48:03 93b61091891f: Pulling fs layer 02:48:03 93b9cdb0e59b: Pulling fs layer 02:48:03 5e14af77c1be: Pulling fs layer 02:48:03 01666e4c0597: Pulling fs layer 02:48:03 aa168da1d23b: Pulling fs layer 02:48:03 5e14af77c1be: Waiting 02:48:03 93b9cdb0e59b: Waiting 02:48:03 46f8f816bc3b: Waiting 02:48:03 93b61091891f: Waiting 02:48:03 01666e4c0597: Waiting 02:48:03 aa168da1d23b: Waiting 02:48:03 36b3adc4ff6f: Verifying Checksum 02:48:03 36b3adc4ff6f: Download complete 02:48:03 46f8f816bc3b: Verifying Checksum 02:48:03 46f8f816bc3b: Download complete 02:48:03 df20fa9351a1: Verifying Checksum 02:48:03 df20fa9351a1: Download complete 02:48:03 93b9cdb0e59b: Verifying Checksum 02:48:03 93b9cdb0e59b: Download complete 02:48:03 93b61091891f: Verifying Checksum 02:48:03 93b61091891f: Download complete 02:48:03 5e14af77c1be: Download complete 02:48:03 01666e4c0597: Download complete 02:48:04 df20fa9351a1: Pull complete 02:48:04 8ad3a11d3b57: Verifying Checksum 02:48:04 8ad3a11d3b57: Download complete 02:48:04 36b3adc4ff6f: Pull complete 02:48:04 8ad3a11d3b57: Pull complete 02:48:05 46f8f816bc3b: Pull complete 02:48:06 93b61091891f: Pull complete 02:48:06 aa168da1d23b: Verifying Checksum 02:48:06 aa168da1d23b: Download complete 02:48:06 93b9cdb0e59b: Pull complete 02:48:06 5e14af77c1be: Pull complete 02:48:06 01666e4c0597: Pull complete 02:48:13 aa168da1d23b: Pull complete 02:48:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:48:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:48:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:48:13 prd-centos7-docker-4c-2g-18403 does not seem to be running inside a container 02:48:13 $ 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-701/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-701 -v /w/workspace/dgexfoundry_device-sdk-go_PR-701:/w/workspace/dgexfoundry_device-sdk-go_PR-701:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-701@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 02:48:16 $ docker top 2f233def1346c3fd4c01bd6b9c348e54967adb866627cd0e601f46dc0f5db428 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:17 + touch /tmp/pre-build-complete [Pipeline] sh 02:48:17 + mkdir -p /var/log/sa [Pipeline] sh 02:48:17 + ls /var/log/sa-host 02:48:17 + sadf -c /var/log/sa-host/sa05 02:48:17 file_magic: OK 02:48:17 HZ: Using current value: 100 02:48:17 file_header: OK 02:48:17 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 02:48:17 Statistics: 02:48:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:48:17 File successfully converted to sysstat format version 12.2.1 02:48:17 + sadf -c /var/log/sa-host/sa23 02:48:17 file_magic: OK 02:48:17 HZ: Using current value: 100 02:48:17 file_header: OK 02:48:17 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 02:48:17 Statistics: 02:48:17 Hnuu...uuuununununu... 02:48:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:48:18 provisioning config files... 02:48:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/config8228017215782503217tmp [Pipeline] { [Pipeline] echo 02:48:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:48:18 ---> create-netrc.sh [Pipeline] } 02:48:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:48:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:48:18 ---> python-tools-install.sh [Pipeline] echo 02:48:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:48:19 ---> sudo-logs.sh 02:48:19 Archiving 'sudo' log.. [Pipeline] echo 02:48:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:48:19 ---> job-cost.sh 02:48:19 lf-activate-venv: SKIPPING 02:48:19 INFO: No Stack... 02:48:20 INFO: Retrieving Pricing Info for: v1-standard-2 02:48:21 INFO: Archiving Costs [Pipeline] echo 02:48:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:48:21 ---> logs-deploy.sh 02:48:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-701/6 02:48:21 INFO: archiving workspace using pattern(s): 02:48:23 Archives upload complete. 02:48:23 INFO: archiving logs to Nexus 02:48:24 ---> uname -a: 02:48:24 Linux prd-centos7-docker-4c-2g-18403.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:48:24 02:48:24 02:48:24 ---> lscpu: 02:48:24 Architecture: x86_64 02:48:24 CPU op-mode(s): 32-bit, 64-bit 02:48:24 Byte Order: Little Endian 02:48:24 Address sizes: 40 bits physical, 48 bits virtual 02:48:24 CPU(s): 4 02:48:24 On-line CPU(s) list: 0-3 02:48:24 Thread(s) per core: 1 02:48:24 Core(s) per socket: 1 02:48:24 Socket(s): 4 02:48:24 NUMA node(s): 1 02:48:24 Vendor ID: GenuineIntel 02:48:24 CPU family: 6 02:48:24 Model: 44 02:48:24 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:48:24 Stepping: 1 02:48:24 CPU MHz: 2933.438 02:48:24 BogoMIPS: 5866.87 02:48:24 Virtualization: VT-x 02:48:24 Hypervisor vendor: KVM 02:48:24 Virtualization type: full 02:48:24 L1d cache: 128 KiB 02:48:24 L1i cache: 128 KiB 02:48:24 L2 cache: 16 MiB 02:48:24 L3 cache: 64 MiB 02:48:24 NUMA node0 CPU(s): 0-3 02:48:24 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:48:24 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:48:24 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:48:24 Vulnerability Meltdown: Mitigation; PTI 02:48:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:48:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:48:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:48:24 Vulnerability Srbds: Not affected 02:48:24 Vulnerability Tsx async abort: Not affected 02:48:24 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:48:24 02:48:24 02:48:24 ---> nproc: 02:48:24 4 02:48:24 02:48:24 02:48:24 ---> df -h: 02:48:24 Filesystem Size Used Available Use% Mounted on 02:48:24 overlay 50.0G 7.3G 42.7G 15% / 02:48:24 tmpfs 64.0M 0 64.0M 0% /dev 02:48:24 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:48:24 shm 64.0M 0 64.0M 0% /dev/shm 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-701 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:48:24 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:48:24 02:48:24 02:48:24 ---> free -m: 02:48:24 total used free shared buff/cache available 02:48:24 Mem: 1837 703 86 0 1047 1029 02:48:24 Swap: 1023 0 1023 02:48:24 02:48:24 02:48:24 ---> ip addr: 02:48:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:48:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:48:24 inet 127.0.0.1/8 scope host lo 02:48:24 valid_lft forever preferred_lft forever 02:48:24 inet6 ::1/128 scope host 02:48:24 valid_lft forever preferred_lft forever 02:48:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:48:24 link/ether fa:16:3e:18:62:89 brd ff:ff:ff:ff:ff:ff 02:48:24 inet 10.30.123.252/23 brd 10.30.123.255 scope global dynamic eth0 02:48:24 valid_lft 86039sec preferred_lft 86039sec 02:48:24 inet6 fe80::f816:3eff:fe18:6289/64 scope link 02:48:24 valid_lft forever preferred_lft forever 02:48:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:48:24 link/ether 02:42:cd:17:07:31 brd ff:ff:ff:ff:ff:ff 02:48:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:48:24 valid_lft forever preferred_lft forever 02:48:24 inet6 fe80::42:cdff:fe17:731/64 scope link 02:48:24 valid_lft forever preferred_lft forever 02:48:24 02:48:24 02:48:24 ---> sar -b -r -n DEV: 02:48:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 02:48:24 02:48:24 02:42:12 LINUX RESTART (4 CPU) 02:48:24 02:48:24 02:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:48:24 02:44:01 32.85 11.07 21.78 0.00 4332.97 3128.71 0.00 02:48:24 02:45:01 1.78 0.00 1.78 0.00 0.00 35.14 0.00 02:48:24 02:46:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 02:48:24 02:47:01 0.27 0.00 0.27 0.00 0.00 4.18 0.00 02:48:24 02:48:01 44.30 44.03 0.27 0.00 3740.30 3.91 0.00 02:48:24 Average: 15.89 11.02 4.87 0.00 1615.16 635.30 0.00 02:48:24 02:48:24 02:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:48:24 02:44:01 160892 0 577712 30.70 2620 1140320 1104080 37.68 390556 1130052 20 02:48:24 02:45:01 163936 0 574660 30.54 2620 1140328 1086172 37.07 391780 1126296 8 02:48:24 02:46:01 165920 0 572672 30.44 2620 1140332 1062648 36.27 395448 1120820 8 02:48:24 02:47:01 164196 0 574392 30.53 2620 1140336 1062756 36.27 399892 1118316 16 02:48:24 02:48:01 73212 0 597284 31.74 2620 1208428 1098288 37.48 424500 1185240 68 02:48:24 Average: 145631 0 579344 30.79 2620 1153949 1082789 36.95 400435 1136145 24 02:48:24 02:48:24 02:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:48:24 02:44:01 eth0 84.62 69.43 362.29 29.32 0.00 0.00 0.00 0.00 02:48:24 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:44:01 docker0 11.83 8.89 1.57 20.96 0.00 0.00 0.00 0.00 02:48:24 02:45:01 eth0 2.36 0.53 0.65 0.39 0.00 0.00 0.00 0.00 02:48:24 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:46:01 eth0 2.60 0.63 0.72 0.40 0.00 0.00 0.00 0.00 02:48:24 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:47:01 eth0 2.96 0.88 0.95 0.60 0.00 0.00 0.00 0.00 02:48:24 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:48:01 eth0 6.43 3.48 5.43 2.28 0.00 0.00 0.00 0.00 02:48:24 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 Average: eth0 19.80 15.00 74.04 6.60 0.00 0.00 0.00 0.00 02:48:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:48:24 Average: docker0 2.37 1.78 0.31 4.19 0.00 0.00 0.00 0.00 02:48:24 02:48:24 02:48:24 ---> sar -P ALL: 02:48:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 02:48:24 02:48:24 02:42:12 LINUX RESTART (4 CPU) 02:48:24 02:48:24 02:43:01 CPU %user %nice %system %iowait %steal %idle 02:48:24 02:44:01 all 3.01 0.00 2.04 0.65 0.09 94.21 02:48:24 02:44:01 0 2.57 0.00 2.48 0.44 0.13 94.38 02:48:24 02:44:01 1 2.68 0.00 2.23 0.59 0.07 94.43 02:48:24 02:44:01 2 3.06 0.00 1.94 1.19 0.10 93.71 02:48:24 02:44:01 3 3.74 0.00 1.49 0.39 0.07 94.31 02:48:24 02:45:01 all 0.16 0.00 0.05 0.00 0.00 99.79 02:48:24 02:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:48:24 02:45:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:48:24 02:45:01 2 0.45 0.00 0.07 0.00 0.02 99.47 02:48:24 02:45:01 3 0.08 0.00 0.03 0.00 0.00 99.88 02:48:24 02:46:01 all 0.14 0.00 0.05 0.00 0.01 99.80 02:48:24 02:46:01 0 0.05 0.00 0.08 0.00 0.00 99.87 02:48:24 02:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:48:24 02:46:01 2 0.40 0.00 0.03 0.00 0.02 99.55 02:48:24 02:46:01 3 0.07 0.00 0.07 0.00 0.02 99.85 02:48:24 02:47:01 all 0.16 0.00 0.03 0.00 0.00 99.80 02:48:24 02:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:48:24 02:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:48:24 02:47:01 2 0.47 0.00 0.03 0.00 0.00 99.50 02:48:24 02:47:01 3 0.08 0.00 0.03 0.00 0.00 99.88 02:48:24 02:48:01 all 0.81 0.00 0.33 1.18 0.00 97.68 02:48:24 02:48:01 0 0.28 0.00 0.15 0.03 0.02 99.52 02:48:24 02:48:01 1 1.22 0.00 0.58 2.14 0.00 96.06 02:48:24 02:48:01 2 1.29 0.00 0.35 2.06 0.00 96.30 02:48:24 02:48:01 3 0.43 0.00 0.22 0.50 0.00 98.85 02:48:24 Average: all 0.85 0.00 0.50 0.37 0.02 98.26 02:48:24 Average: 0 0.60 0.00 0.55 0.09 0.03 98.72 02:48:24 Average: 1 0.81 0.00 0.58 0.54 0.01 98.05 02:48:24 Average: 2 1.13 0.00 0.48 0.65 0.03 97.71 02:48:24 Average: 3 0.88 0.00 0.37 0.18 0.02 98.56 02:48:24 02:48:24 02:48:24