Pull request #701 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 42e5a1ea61e0adb23423a933a3224d1395f33e87 rather than 77ddc78a6a928df8f117d7338f979ae30f2e58ff Obtained Jenkinsfile from 42e5a1ea61e0adb23423a933a3224d1395f33e87 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18095 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 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff Merge succeeded, producing 77ddc78a6a928df8f117d7338f979ae30f2e58ff Checking out Revision 77ddc78a6a928df8f117d7338f979ae30f2e58ff (PR-701) > 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 > 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 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 Commit message: "feat: Upgrade core-contracts, go-mod-bootstrap, go-mod-registry lib" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:06:46 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk f7e26946eb1c27985fba750238850478c356cdb1 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:06:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:06:47 ========================================================= 06:06:47 EdgeX Global Pipelines Version Info 06:06:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:06:48 ------------------- 06:06:48 stable info: 06:06:48 ------------------- 06:06:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:06:48 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:06:48 Message: update stable to v1.0.173 06:06:49 ------------------- 06:06:49 experimental info: 06:06:49 ------------------- 06:06:49 Commited By: **** collab-it+edgex@linuxfoundation.org 06:06:49 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:06:49 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:06:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:06:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-701 [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-701 [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-701 [Pipeline] echo 06:06:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77ddc78a6a928df8f117d7338f979ae30f2e58ff [Pipeline] echo 06:06:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77ddc78 [Pipeline] echo 06:06:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:06:53 provisioning config files... 06:06:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/config4063325251502430028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:06:53 ---> docker-login.sh 06:06:53 nexus3.edgexfoundry.org:10001 06:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:54 Configure a credential helper to remove this warning. See 06:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:54 06:06:54 Login Succeeded 06:06:54 nexus3.edgexfoundry.org:10002 06:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:54 Configure a credential helper to remove this warning. See 06:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:54 06:06:54 Login Succeeded 06:06:54 nexus3.edgexfoundry.org:10003 06:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:54 Configure a credential helper to remove this warning. See 06:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:54 06:06:54 Login Succeeded 06:06:54 nexus3.edgexfoundry.org:10004 06:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:54 Configure a credential helper to remove this warning. See 06:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:54 06:06:54 Login Succeeded 06:06:54 docker.io 06:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:55 Configure a credential helper to remove this warning. See 06:06:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:55 06:06:55 Login Succeeded 06:06:55 ---> docker-login.sh ends [Pipeline] } 06:06:55 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 06:06:55 + git log --format=format:%s -1 77ddc78a6a928df8f117d7338f979ae30f2e58ff [Pipeline] echo 06:06:55 GIT_COMMIT: 77ddc78a6a928df8f117d7338f979ae30f2e58ff, Commit Message: feat: Upgrade core-contracts, go-mod-bootstrap, go-mod-registry lib [Pipeline] echo 06:06:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:06:56 06:06:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:06:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:06:57 latest: Pulling from edgex-devops/git-semver 06:06:57 31603596830f: Pulling fs layer 06:06:57 2a8b12db71e7: Pulling fs layer 06:06:57 6ca5941a6612: Pulling fs layer 06:06:57 ecc8261a40a4: Pulling fs layer 06:06:57 2a8b12db71e7: Verifying Checksum 06:06:57 2a8b12db71e7: Download complete 06:06:57 31603596830f: Verifying Checksum 06:06:57 31603596830f: Download complete 06:06:57 6ca5941a6612: Verifying Checksum 06:06:57 6ca5941a6612: Download complete 06:06:57 ecc8261a40a4: Verifying Checksum 06:06:57 ecc8261a40a4: Download complete 06:06:57 31603596830f: Pull complete 06:06:58 2a8b12db71e7: Pull complete 06:06:59 6ca5941a6612: Pull complete 06:06:59 ecc8261a40a4: Pull complete 06:06:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:06:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:06:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:06:59 prd-centos7-docker-4c-2g-18095 does not seem to be running inside a container 06:06:59 $ 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 06:07:01 $ docker top 4bc31b1283e90f458a80c2ca3d161bcd0fb3f467fe60fdd7647aae5d41b6d551 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:01 [ssh-agent] Looking for ssh-agent implementation... 06:07:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:01 $ docker exec 4bc31b1283e90f458a80c2ca3d161bcd0fb3f467fe60fdd7647aae5d41b6d551 ssh-agent 06:07:02 SSH_AUTH_SOCK=/tmp/ssh-jo7vvsHiZtYX/agent.12 06:07:02 SSH_AGENT_PID=17 06:07:02 Running ssh-add (command line suppressed) 06:07:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_876723818247446150.key (/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_876723818247446150.key) 06:07:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:02 + git tag --points-at HEAD [Pipeline] } 06:07:02 $ docker exec --env ******** --env ******** 4bc31b1283e90f458a80c2ca3d161bcd0fb3f467fe60fdd7647aae5d41b6d551 ssh-agent -k 06:07:02 unset SSH_AUTH_SOCK; 06:07:02 unset SSH_AGENT_PID; 06:07:02 echo Agent pid 17 killed; 06:07:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:07:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:02 [ssh-agent] Looking for ssh-agent implementation... 06:07:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:03 $ docker exec 4bc31b1283e90f458a80c2ca3d161bcd0fb3f467fe60fdd7647aae5d41b6d551 ssh-agent 06:07:03 SSH_AUTH_SOCK=/tmp/ssh-URnBIcyghB7w/agent.45 06:07:03 SSH_AGENT_PID=50 06:07:03 Running ssh-add (command line suppressed) 06:07:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_1201321779903594577.key (/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/private_key_1201321779903594577.key) 06:07:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:03 + git semver init 06:07:03 # -> Open(): unable to determine branch for HEAD 06:07:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-701/.git 06:07:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-701 06:07:03 # $SEMVER_REMOTE_NAME = origin 06:07:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:07:03 # $SEMVER_USER_NAME = edgex-jenkins 06:07:03 # $SEMVER_BRANCH = PR-701 06:07:03 # $SEMVER_TEMP = /tmp/semver-465801624 06:07:03 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:07:04 # '/tmp/semver-465801624' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-701/.semver' 06:07:04 # -> Force: false 06:07:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-701/.semver [Pipeline] } 06:07:04 $ docker exec --env ******** --env ******** 4bc31b1283e90f458a80c2ca3d161bcd0fb3f467fe60fdd7647aae5d41b6d551 ssh-agent -k 06:07:04 unset SSH_AUTH_SOCK; 06:07:04 unset SSH_AGENT_PID; 06:07:04 echo Agent pid 50 killed; 06:07:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:05 + git semver [Pipeline] } 06:07:05 $ docker stop --time=1 4bc31b1283e90f458a80c2ca3d161bcd0fb3f467fe60fdd7647aae5d41b6d551 06:07:06 $ docker rm -f 4bc31b1283e90f458a80c2ca3d161bcd0fb3f467fe60fdd7647aae5d41b6d551 [Pipeline] // withDockerContainer [Pipeline] sh 06:07:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:07:07 Stashed 1 file(s) [Pipeline] echo 06:07:07 [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 06:07:22 Still waiting to schedule task 06:07:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:07:22 Still waiting to schedule task 06:07:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:09:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18097 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [Pipeline] { [Pipeline] ws 06:09:18 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 06:09:23 using credential edgex-jenkins-ssh 06:09:23 Cloning the remote Git repository 06:09:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:09:23 > git init /w/workspace/device-sdk-go/5 # timeout=10 06:09:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:09:23 > git --version # timeout=10 06:09:23 > git --version # 'git version 2.17.1' 06:09:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:25 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff 06:09:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:09:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:09:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:09:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:25 > 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 06:09:25 > git config core.sparsecheckout # timeout=10 06:09:25 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 06:09:25 > git remote # timeout=10 06:09:25 > git config --get remote.origin.url # timeout=10 06:09:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:26 > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 06:09:26 > git rev-parse HEAD^{commit} # timeout=10 06:09:26 Merge succeeded, producing 77ddc78a6a928df8f117d7338f979ae30f2e58ff 06:09:26 Checking out Revision 77ddc78a6a928df8f117d7338f979ae30f2e58ff (PR-701) 06:09:26 > git config core.sparsecheckout # timeout=10 06:09:26 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 06:09:30 Commit message: "feat: Upgrade core-contracts, go-mod-bootstrap, go-mod-registry lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:09:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:32 + true 06:09:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:09:34 provisioning config files... 06:09:34 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config3248361058441418225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:35 ---> docker-login.sh 06:09:35 nexus3.edgexfoundry.org:10001 06:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:36 Configure a credential helper to remove this warning. See 06:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:36 06:09:36 Login Succeeded 06:09:36 nexus3.edgexfoundry.org:10002 06:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:37 Configure a credential helper to remove this warning. See 06:09:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:37 06:09:37 Login Succeeded 06:09:37 nexus3.edgexfoundry.org:10003 06:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:37 Configure a credential helper to remove this warning. See 06:09:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:37 06:09:37 Login Succeeded 06:09:37 nexus3.edgexfoundry.org:10004 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:38 Configure a credential helper to remove this warning. See 06:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:38 06:09:38 Login Succeeded 06:09:38 docker.io 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:38 Configure a credential helper to remove this warning. See 06:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:38 06:09:38 Login Succeeded 06:09:38 ---> docker-login.sh ends [Pipeline] } 06:09:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:09:39 ========================================================= 06:09:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:09:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:09:39 + 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 . 06:09:40 Sending build context to Docker daemon 2.511MB 06:09:40 Step 1/8 : ARG BASE=golang:1.15-alpine 06:09:40 Step 2/8 : FROM ${BASE} 06:09:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:09:40 5f621e34cdf4: Pulling fs layer 06:09:40 a4357932f1b6: Pulling fs layer 06:09:40 18c013af1878: Pulling fs layer 06:09:40 00ac8860ef70: Pulling fs layer 06:09:40 63d7cb157983: Pulling fs layer 06:09:40 b116817d02f9: Pulling fs layer 06:09:40 745a02a5169b: Pulling fs layer 06:09:40 00ac8860ef70: Waiting 06:09:40 63d7cb157983: Waiting 06:09:40 b116817d02f9: Waiting 06:09:40 745a02a5169b: Waiting 06:09:40 18c013af1878: Verifying Checksum 06:09:40 18c013af1878: Download complete 06:09:40 a4357932f1b6: Download complete 06:09:40 63d7cb157983: Verifying Checksum 06:09:40 63d7cb157983: Download complete 06:09:40 b116817d02f9: Download complete 06:09:40 5f621e34cdf4: Verifying Checksum 06:09:40 5f621e34cdf4: Download complete 06:09:41 5f621e34cdf4: Pull complete 06:09:41 a4357932f1b6: Pull complete 06:09:42 18c013af1878: Pull complete 06:09:43 745a02a5169b: Download complete 06:09:45 00ac8860ef70: Verifying Checksum 06:09:45 00ac8860ef70: Download complete 06:09:46 Running on prd-centos7-docker-4c-2g-18099 in /w/workspace/dgexfoundry_device-sdk-go_PR-701 [Pipeline] { [Pipeline] ws 06:09:46 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 06:09:49 using credential edgex-jenkins-ssh 06:09:49 Cloning the remote Git repository 06:09:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:09:49 > git init /w/workspace/device-sdk-go/5 # timeout=10 06:09:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:09:49 > git --version # timeout=10 06:09:49 > git --version # 'git version 2.24.3' 06:09:49 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:50 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 77ddc78a6a928df8f117d7338f979ae30f2e58ff 06:09:51 Merge succeeded, producing 77ddc78a6a928df8f117d7338f979ae30f2e58ff 06:09:51 Checking out Revision 77ddc78a6a928df8f117d7338f979ae30f2e58ff (PR-701) 06:09:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:09:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:09:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:09:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:50 > 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 06:09:50 > git config core.sparsecheckout # timeout=10 06:09:50 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 06:09:50 > git remote # timeout=10 06:09:50 > git config --get remote.origin.url # timeout=10 06:09:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:50 > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 06:09:50 > git rev-parse HEAD^{commit} # timeout=10 06:09:50 > git config core.sparsecheckout # timeout=10 06:09:50 > git checkout -f 77ddc78a6a928df8f117d7338f979ae30f2e58ff # timeout=10 06:09:54 Commit message: "feat: Upgrade core-contracts, go-mod-bootstrap, go-mod-registry lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:55 00ac8860ef70: Pull complete 06:09:55 63d7cb157983: Pull complete 06:09:55 b116817d02f9: Pull complete 06:09:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:09:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:56 + sudo service docker restart 06:09:56 + true 06:09:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:09:57 provisioning config files... 06:09:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config1974832239595812841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:57 ---> docker-login.sh 06:09:57 nexus3.edgexfoundry.org:10001 06:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:58 Configure a credential helper to remove this warning. See 06:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:58 06:09:58 Login Succeeded 06:09:58 nexus3.edgexfoundry.org:10002 06:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:58 Configure a credential helper to remove this warning. See 06:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:58 06:09:58 Login Succeeded 06:09:58 nexus3.edgexfoundry.org:10003 06:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:58 Configure a credential helper to remove this warning. See 06:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:58 06:09:58 Login Succeeded 06:09:58 nexus3.edgexfoundry.org:10004 06:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:58 Configure a credential helper to remove this warning. See 06:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:58 06:09:58 Login Succeeded 06:09:58 docker.io 06:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:59 Configure a credential helper to remove this warning. See 06:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:59 06:09:59 Login Succeeded 06:09:59 ---> docker-login.sh ends [Pipeline] } 06:09:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:09:59 ========================================================= 06:09:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:09:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:09:59 + 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 . 06:09:59 Sending build context to Docker daemon 2.512MB 06:09:59 745a02a5169b: Pull complete 06:09:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:09:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:09:59 ---> b7e6874047d6 06:09:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:10:00 Step 1/8 : ARG BASE=golang:1.15-alpine 06:10:00 Step 2/8 : FROM ${BASE} 06:10:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:10:00 188c0c94c7c5: Pulling fs layer 06:10:00 0ef7d3d256c8: Pulling fs layer 06:10:00 de9db76c5a1d: Pulling fs layer 06:10:00 bca2f99d35d6: Pulling fs layer 06:10:00 93359f2a8cfa: Pulling fs layer 06:10:00 7c6f9722023f: Pulling fs layer 06:10:00 a35cf1a2eb13: Pulling fs layer 06:10:00 93359f2a8cfa: Waiting 06:10:00 7c6f9722023f: Waiting 06:10:00 a35cf1a2eb13: Waiting 06:10:00 bca2f99d35d6: Waiting 06:10:00 de9db76c5a1d: Verifying Checksum 06:10:00 de9db76c5a1d: Download complete 06:10:00 0ef7d3d256c8: Verifying Checksum 06:10:00 0ef7d3d256c8: Download complete 06:10:00 93359f2a8cfa: Verifying Checksum 06:10:00 93359f2a8cfa: Download complete 06:10:00 7c6f9722023f: Verifying Checksum 06:10:00 7c6f9722023f: Download complete 06:10:00 188c0c94c7c5: Verifying Checksum 06:10:00 188c0c94c7c5: Download complete 06:10:00 188c0c94c7c5: Pull complete 06:10:00 0ef7d3d256c8: Pull complete 06:10:00 de9db76c5a1d: Pull complete 06:10:01 a35cf1a2eb13: Verifying Checksum 06:10:01 a35cf1a2eb13: Download complete 06:10:02 ---> Running in fecd0f64bf77 06:10:02 Removing intermediate container fecd0f64bf77 06:10:02 ---> df56b83db68a 06:10:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:02 ---> Running in a6223396f70c 06:10:02 bca2f99d35d6: Verifying Checksum 06:10:02 bca2f99d35d6: Download complete 06:10:05 Removing intermediate container a6223396f70c 06:10:05 ---> 495a26db1824 06:10:05 Step 5/8 : RUN apk add --no-cache make git 06:10:05 ---> Running in bed68d74f94d 06:10:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:10:08 bca2f99d35d6: Pull complete 06:10:08 OK: 142 MiB in 39 packages 06:10:08 93359f2a8cfa: Pull complete 06:10:08 7c6f9722023f: Pull complete 06:10:09 Removing intermediate container bed68d74f94d 06:10:09 ---> 377f7ee55f21 06:10:09 Step 6/8 : WORKDIR /device-sdk-go 06:10:09 ---> Running in f71a0ee19444 06:10:09 Removing intermediate container f71a0ee19444 06:10:09 ---> e21dc87ca887 06:10:09 Step 7/8 : COPY . . 06:10:11 ---> 0bc4502a8add 06:10:11 Step 8/8 : RUN go mod download 06:10:11 ---> Running in bb44a008112a 06:10:16 a35cf1a2eb13: Pull complete 06:10:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:10:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:10:16 ---> a62c8e92a672 06:10:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:10:16 ---> Running in a0529cebc9fe 06:10:16 Removing intermediate container a0529cebc9fe 06:10:16 ---> 2fd4d7cc0498 06:10:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:16 ---> Running in 19377ae17913 06:10:17 Removing intermediate container 19377ae17913 06:10:17 ---> 9deb9560e6ad 06:10:17 Step 5/8 : RUN apk add --no-cache make git 06:10:17 ---> Running in 9d50fe8320cd 06:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:19 OK: 166 MiB in 39 packages 06:10:19 Removing intermediate container 9d50fe8320cd 06:10:19 ---> d0f279e46a6c 06:10:19 Step 6/8 : WORKDIR /device-sdk-go 06:10:19 ---> Running in 3adf51a4e67d 06:10:19 Removing intermediate container 3adf51a4e67d 06:10:19 ---> 0191bb004d52 06:10:19 Step 7/8 : COPY . . 06:10:21 ---> 7cb10239b62b 06:10:21 Step 8/8 : RUN go mod download 06:10:21 ---> Running in 6cc494b8e8ab 06:10:33 Removing intermediate container bb44a008112a 06:10:33 ---> 4028914ae0f9 06:10:33 Successfully built 4028914ae0f9 06:10:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:10:33 + docker inspect -f . ci-base-image-arm64 06:10:33 . [Pipeline] withDockerContainer 06:10:34 prd-ubuntu18.04-docker-arm64-4c-16g-18097 does not seem to be running inside a container 06:10:34 $ 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-arm64 cat 06:10:35 $ docker top afadb10cc8214f18bd02d743c7dcf101195e3faf85ff2994f328f29cbc3c50d9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:36 + go version 06:10:36 go version go1.15.5 linux/arm64 [Pipeline] } 06:10:36 $ docker stop --time=1 afadb10cc8214f18bd02d743c7dcf101195e3faf85ff2994f328f29cbc3c50d9 06:10:38 $ docker rm -f afadb10cc8214f18bd02d743c7dcf101195e3faf85ff2994f328f29cbc3c50d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 06:10:39 Removing intermediate container 6cc494b8e8ab 06:10:39 ---> 0650faefa510 06:10:39 Successfully built 0650faefa510 06:10:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:10:39 + docker inspect -f . ci-base-image-x86_64 06:10:39 . [Pipeline] withDockerContainer 06:10:39 prd-centos7-docker-4c-2g-18099 does not seem to be running inside a container 06:10:40 + docker inspect -f . ci-base-image-arm64 06:10:40 . 06:10:40 $ 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 06:10:40 $ docker top 816471a287bbc0acaac84c54f30a7114c177a2b2f5da2f94314368a131a540c2 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 06:10:41 prd-ubuntu18.04-docker-arm64-4c-16g-18097 does not seem to be running inside a container 06:10:41 $ 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-arm64 cat 06:10:42 $ docker top 5ca5fc217b1827e665ed8e3609fd125263ea3aa7e6fa150afe811df1c020c413 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 06:10:43 + go version 06:10:43 go version go1.15.5 linux/amd64 [Pipeline] } 06:10:43 $ docker stop --time=1 816471a287bbc0acaac84c54f30a7114c177a2b2f5da2f94314368a131a540c2 06:10:44 + make test 06:10:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:10:44 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 06:10:44 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 06:10:45 $ docker rm -f 816471a287bbc0acaac84c54f30a7114c177a2b2f5da2f94314368a131a540c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:10:46 + docker inspect -f . ci-base-image-x86_64 06:10:46 . [Pipeline] withDockerContainer 06:10:46 prd-centos7-docker-4c-2g-18099 does not seem to be running inside a container 06:10:46 $ 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 06:10:47 $ docker top 428c1715e544faceaf4361dfdf10367452e60429d08286bbd53f6f347c659f49 -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:47 + make test 06:10:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:10:47 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 06:10:47 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 06:10:49 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 06:10:49 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 06:10:49 make: *** [Makefile:32: test] Error 1 [Pipeline] } 06:10:49 $ docker stop --time=1 428c1715e544faceaf4361dfdf10367452e60429d08286bbd53f6f347c659f49 06:10:49 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 06:10:49 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 06:10:49 make: *** [Makefile:32: test] Error 1 06:10:50 $ docker rm -f 428c1715e544faceaf4361dfdf10367452e60429d08286bbd53f6f347c659f49 [Pipeline] // withDockerContainer [Pipeline] } 06:10:50 $ docker stop --time=1 5ca5fc217b1827e665ed8e3609fd125263ea3aa7e6fa150afe811df1c020c413 06:10:52 $ docker rm -f 5ca5fc217b1827e665ed8e3609fd125263ea3aa7e6fa150afe811df1c020c413 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // withEnv [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:10:54 Failed in branch arm64 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:10:55 Failed in branch amd64 [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 06:10:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:10:58 ---> package-listing.sh 06:10:58 ++ tr '[:upper:]' '[:lower:]' 06:10:58 ++ facter osfamily 06:10:58 + OS_FAMILY=redhat 06:10:58 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-701 06:10:58 + START_PACKAGES=/tmp/packages_start.txt 06:10:58 + END_PACKAGES=/tmp/packages_end.txt 06:10:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:10:58 + PACKAGES=/tmp/packages_start.txt 06:10:58 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-701 ']' 06:10:58 + PACKAGES=/tmp/packages_end.txt 06:10:58 + case "${OS_FAMILY}" in 06:10:58 + rpm -qa 06:10:58 + sort 06:11:03 + '[' -f /tmp/packages_start.txt ']' 06:11:03 + '[' -f /tmp/packages_end.txt ']' 06:11:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:11:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-701 ']' 06:11:03 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-701/archives/ 06:11:03 + 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 06:11:03 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 06:11:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:11:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:11:03 06:11:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:11:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:11:04 alpine: Pulling from edgex-lftools-log-publisher 06:11:04 df20fa9351a1: Pulling fs layer 06:11:04 36b3adc4ff6f: Pulling fs layer 06:11:04 8ad3a11d3b57: Pulling fs layer 06:11:04 46f8f816bc3b: Pulling fs layer 06:11:04 93b61091891f: Pulling fs layer 06:11:04 93b9cdb0e59b: Pulling fs layer 06:11:04 5e14af77c1be: Pulling fs layer 06:11:04 01666e4c0597: Pulling fs layer 06:11:04 aa168da1d23b: Pulling fs layer 06:11:04 46f8f816bc3b: Waiting 06:11:04 93b61091891f: Waiting 06:11:04 93b9cdb0e59b: Waiting 06:11:04 5e14af77c1be: Waiting 06:11:04 01666e4c0597: Waiting 06:11:04 aa168da1d23b: Waiting 06:11:04 36b3adc4ff6f: Verifying Checksum 06:11:04 36b3adc4ff6f: Download complete 06:11:04 46f8f816bc3b: Verifying Checksum 06:11:04 46f8f816bc3b: Download complete 06:11:04 93b61091891f: Download complete 06:11:04 8ad3a11d3b57: Verifying Checksum 06:11:04 8ad3a11d3b57: Download complete 06:11:04 5e14af77c1be: Verifying Checksum 06:11:04 5e14af77c1be: Download complete 06:11:04 df20fa9351a1: Verifying Checksum 06:11:04 df20fa9351a1: Download complete 06:11:04 01666e4c0597: Verifying Checksum 06:11:04 01666e4c0597: Download complete 06:11:04 93b9cdb0e59b: Verifying Checksum 06:11:04 93b9cdb0e59b: Download complete 06:11:04 df20fa9351a1: Pull complete 06:11:05 36b3adc4ff6f: Pull complete 06:11:06 aa168da1d23b: Verifying Checksum 06:11:06 aa168da1d23b: Download complete 06:11:06 8ad3a11d3b57: Pull complete 06:11:06 46f8f816bc3b: Pull complete 06:11:07 93b61091891f: Pull complete 06:11:07 93b9cdb0e59b: Pull complete 06:11:07 5e14af77c1be: Pull complete 06:11:07 01666e4c0597: Pull complete 06:11:15 aa168da1d23b: Pull complete 06:11:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:11:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:11:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:11:16 prd-centos7-docker-4c-2g-18095 does not seem to be running inside a container 06:11:16 $ 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 06:11:19 $ docker top 1317acf5225b999e43d27d5fd9b5c7d91034a0da9bc4681417fdf34db8421c3f -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:19 + touch /tmp/pre-build-complete [Pipeline] sh 06:11:19 + mkdir -p /var/log/sa [Pipeline] sh 06:11:20 + ls /var/log/sa-host 06:11:20 + sadf -c /var/log/sa-host/sa04 06:11:20 file_magic: OK 06:11:20 HZ: Using current value: 100 06:11:20 file_header: OK 06:11:20 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 06:11:20 Statistics: 06:11:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:11:20 File successfully converted to sysstat format version 12.2.1 06:11:20 + sadf -c /var/log/sa-host/sa23 06:11:20 file_magic: OK 06:11:20 HZ: Using current value: 100 06:11:20 file_header: OK 06:11:20 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 06:11:20 Statistics: 06:11:20 Hnuu...uuuununununu... 06:11:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:11:20 provisioning config files... 06:11:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp/config8132169752214058321tmp [Pipeline] { [Pipeline] echo 06:11:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:11:21 ---> create-netrc.sh [Pipeline] } 06:11:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:11:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:11:21 ---> python-tools-install.sh [Pipeline] echo 06:11:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:11:21 ---> sudo-logs.sh 06:11:21 Archiving 'sudo' log.. [Pipeline] echo 06:11:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:11:22 ---> job-cost.sh 06:11:22 lf-activate-venv: SKIPPING 06:11:22 INFO: No Stack... 06:11:23 INFO: Retrieving Pricing Info for: v1-standard-2 06:11:24 INFO: Archiving Costs [Pipeline] echo 06:11:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:11:24 ---> logs-deploy.sh 06:11:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-701/5 06:11:24 INFO: archiving workspace using pattern(s): 06:11:26 Archives upload complete. 06:11:26 INFO: archiving logs to Nexus 06:11:27 ---> uname -a: 06:11:27 Linux prd-centos7-docker-4c-2g-18095.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:11:27 06:11:27 06:11:27 ---> lscpu: 06:11:27 Architecture: x86_64 06:11:27 CPU op-mode(s): 32-bit, 64-bit 06:11:27 Byte Order: Little Endian 06:11:27 Address sizes: 40 bits physical, 48 bits virtual 06:11:27 CPU(s): 4 06:11:27 On-line CPU(s) list: 0-3 06:11:27 Thread(s) per core: 1 06:11:27 Core(s) per socket: 1 06:11:27 Socket(s): 4 06:11:27 NUMA node(s): 1 06:11:27 Vendor ID: GenuineIntel 06:11:27 CPU family: 6 06:11:27 Model: 44 06:11:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:11:27 Stepping: 1 06:11:27 CPU MHz: 2933.436 06:11:27 BogoMIPS: 5866.87 06:11:27 Virtualization: VT-x 06:11:27 Hypervisor vendor: KVM 06:11:27 Virtualization type: full 06:11:27 L1d cache: 128 KiB 06:11:27 L1i cache: 128 KiB 06:11:27 L2 cache: 16 MiB 06:11:27 L3 cache: 64 MiB 06:11:27 NUMA node0 CPU(s): 0-3 06:11:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:11:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:11:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:11:27 Vulnerability Meltdown: Mitigation; PTI 06:11:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:11:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:11:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:11:27 Vulnerability Srbds: Not affected 06:11:27 Vulnerability Tsx async abort: Not affected 06:11:27 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 06:11:27 06:11:27 06:11:27 ---> nproc: 06:11:27 4 06:11:27 06:11:27 06:11:27 ---> df -h: 06:11:27 Filesystem Size Used Available Use% Mounted on 06:11:27 overlay 50.0G 7.3G 42.7G 15% / 06:11:27 tmpfs 64.0M 0 64.0M 0% /dev 06:11:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:11:27 shm 64.0M 0 64.0M 0% /dev/shm 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-701 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-701@tmp 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:11:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:11:27 06:11:27 06:11:27 ---> free -m: 06:11:27 total used free shared buff/cache available 06:11:27 Mem: 1837 723 88 0 1024 1008 06:11:27 Swap: 1023 1 1022 06:11:27 06:11:27 06:11:27 ---> ip addr: 06:11:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:11:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:11:27 inet 127.0.0.1/8 scope host lo 06:11:27 valid_lft forever preferred_lft forever 06:11:27 inet6 ::1/128 scope host 06:11:27 valid_lft forever preferred_lft forever 06:11:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:11:27 link/ether fa:16:3e:98:e1:7c brd ff:ff:ff:ff:ff:ff 06:11:27 inet 10.30.122.162/23 brd 10.30.123.255 scope global dynamic eth0 06:11:27 valid_lft 86084sec preferred_lft 86084sec 06:11:27 inet6 fe80::f816:3eff:fe98:e17c/64 scope link 06:11:27 valid_lft forever preferred_lft forever 06:11:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:11:27 link/ether 02:42:64:00:c7:7f brd ff:ff:ff:ff:ff:ff 06:11:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:11:27 valid_lft forever preferred_lft forever 06:11:27 inet6 fe80::42:64ff:fe00:c77f/64 scope link 06:11:27 valid_lft forever preferred_lft forever 06:11:27 06:11:27 06:11:27 ---> sar -b -r -n DEV: 06:11:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 06:11:27 06:11:27 06:05:59 LINUX RESTART (4 CPU) 06:11:27 06:11:27 06:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:11:27 06:08:01 9.39 3.50 5.89 0.00 720.09 177.99 0.00 06:11:27 06:09:01 0.37 0.00 0.37 0.00 0.00 6.08 0.00 06:11:27 06:10:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 06:11:27 06:11:01 31.76 31.46 0.30 0.00 3338.42 4.10 0.00 06:11:27 Average: 10.45 8.74 1.71 0.00 1014.56 47.92 0.00 06:11:27 06:11:27 06:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:11:27 06:08:01 143032 0 626692 33.31 2620 1109200 1126412 38.44 425100 1113852 20 06:11:27 06:09:01 149364 0 620352 32.97 2620 1109208 1089664 37.19 422280 1111076 16 06:11:27 06:10:01 147944 0 621768 33.05 2620 1109212 1089592 37.19 420912 1113972 20 06:11:27 06:11:01 76432 0 643312 34.19 2620 1159180 1124736 38.39 446148 1160376 60 06:11:27 Average: 129193 0 628031 33.38 2620 1121700 1107601 37.80 428610 1124819 29 06:11:27 06:11:27 06:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:11:27 06:08:01 eth0 37.67 30.75 45.09 30.23 0.00 0.00 0.00 0.00 06:11:27 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 06:08:01 docker0 7.76 6.74 1.33 20.75 0.00 0.00 0.00 0.00 06:11:27 06:09:01 eth0 1.50 0.48 0.36 0.21 0.00 0.00 0.00 0.00 06:11:27 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 06:10:01 eth0 2.06 0.68 0.70 0.40 0.00 0.00 0.00 0.00 06:11:27 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 06:11:01 eth0 6.16 3.18 4.91 1.98 0.00 0.00 0.00 0.00 06:11:27 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 Average: eth0 11.85 8.77 12.77 8.21 0.00 0.00 0.00 0.00 06:11:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:27 Average: docker0 1.94 1.69 0.33 5.19 0.00 0.00 0.00 0.00 06:11:27 06:11:27 06:11:27 ---> sar -P ALL: 06:11:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 06:11:27 06:11:27 06:05:59 LINUX RESTART (4 CPU) 06:11:27 06:11:27 06:07:01 CPU %user %nice %system %iowait %steal %idle 06:11:27 06:08:01 all 1.40 0.00 0.77 0.08 0.02 97.73 06:11:27 06:08:01 0 1.20 0.00 0.85 0.02 0.02 97.91 06:11:27 06:08:01 1 1.80 0.00 0.82 0.08 0.03 97.26 06:11:27 06:08:01 2 1.17 0.00 0.65 0.03 0.02 98.13 06:11:27 06:08:01 3 1.40 0.00 0.77 0.18 0.02 97.63 06:11:27 06:09:01 all 0.17 0.00 0.05 0.00 0.01 99.78 06:11:27 06:09:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:11:27 06:09:01 1 0.50 0.00 0.05 0.00 0.00 99.45 06:11:27 06:09:01 2 0.08 0.00 0.07 0.00 0.02 99.83 06:11:27 06:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:11:27 06:10:01 all 0.16 0.00 0.04 0.00 0.01 99.79 06:11:27 06:10:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:11:27 06:10:01 1 0.48 0.00 0.05 0.00 0.00 99.47 06:11:27 06:10:01 2 0.05 0.00 0.05 0.00 0.02 99.88 06:11:27 06:10:01 3 0.07 0.00 0.03 0.00 0.02 99.88 06:11:27 06:11:01 all 0.59 0.00 0.25 0.65 0.03 98.48 06:11:27 06:11:01 0 0.23 0.00 0.20 0.35 0.02 99.20 06:11:27 06:11:01 1 0.72 0.00 0.35 0.83 0.03 98.06 06:11:27 06:11:01 2 0.68 0.00 0.10 0.28 0.03 98.90 06:11:27 06:11:01 3 0.72 0.00 0.37 1.13 0.02 97.77 06:11:27 Average: all 0.58 0.00 0.28 0.18 0.02 98.95 06:11:27 Average: 0 0.38 0.00 0.28 0.09 0.01 99.23 06:11:27 Average: 1 0.88 0.00 0.32 0.23 0.02 98.56 06:11:27 Average: 2 0.50 0.00 0.22 0.08 0.02 99.19 06:11:27 Average: 3 0.55 0.00 0.30 0.33 0.01 98.80 06:11:27 06:11:27 06:11:27