Pull request #635 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from cc47894417cb7a360f277ecc01c69c78e0f77f2e+6cec193abf44cabffe02bbcaff9748adb3f719d5 (4517cac904366e65c20e225c48117fe1e36f80de) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-7461 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [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-635 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit cc47894417cb7a360f277ecc01c69c78e0f77f2e > 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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 > git remote # timeout=10 Merge succeeded, producing cc47894417cb7a360f277ecc01c69c78e0f77f2e Checking out Revision cc47894417cb7a360f277ecc01c69c78e0f77f2e (PR-635) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 Commit message: "fix(sdk): prevent creating duplicate autoevent executor" First time build. Skipping changelog. > git rev-list --no-walk 866a592f760587635d110c2b8c46546ce57dd958 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:39:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:39:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:39:39 ========================================================= 08:39:39 EdgeX Global Pipelines Version Info 08:39:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:39:42 ------------------- 08:39:42 stable info: 08:39:42 ------------------- 08:39:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:39:42 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 08:39:42 Message: update stable to v1.0.144 08:39:43 ------------------- 08:39:43 experimental info: 08:39:43 ------------------- 08:39:43 Commited By: **** collab-it+edgex@linuxfoundation.org 08:39:43 Commit SHA: 0fb566d11309be12c9baf3de23def7053bac1c97 08:39:43 Message: update experimental to v1.0.146 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:39:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:39:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:39:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:39:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-635 [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-635 [Pipeline] echo 08:39:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-635 [Pipeline] echo 08:39:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] echo 08:39:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cc47894 [Pipeline] echo 08:39:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:39:48 + git log --format=format:%s -1 cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] echo 08:39:48 GIT_COMMIT: cc47894417cb7a360f277ecc01c69c78e0f77f2e, Commit Message: fix(sdk): prevent creating duplicate autoevent executor [Pipeline] echo 08:39:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:39:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:50 08:39:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:39:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:51 latest: Pulling from edgex-devops/git-semver 08:39:51 31603596830f: Pulling fs layer 08:39:51 2a8b12db71e7: Pulling fs layer 08:39:51 6ca5941a6612: Pulling fs layer 08:39:51 ecc8261a40a4: Pulling fs layer 08:39:51 ecc8261a40a4: Waiting 08:39:51 2a8b12db71e7: Verifying Checksum 08:39:51 2a8b12db71e7: Download complete 08:39:51 31603596830f: Verifying Checksum 08:39:51 31603596830f: Download complete 08:39:52 ecc8261a40a4: Verifying Checksum 08:39:52 ecc8261a40a4: Download complete 08:39:52 6ca5941a6612: Verifying Checksum 08:39:52 6ca5941a6612: Download complete 08:39:52 31603596830f: Pull complete 08:39:52 2a8b12db71e7: Pull complete 08:39:53 6ca5941a6612: Pull complete 08:39:54 ecc8261a40a4: Pull complete 08:39:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:39:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:39:54 prd-centos7-docker-4c-2g-7461 does not seem to be running inside a container 08:39:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-635 -v /w/workspace/dgexfoundry_device-sdk-go_PR-635:/w/workspace/dgexfoundry_device-sdk-go_PR-635:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-635@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 08:39:57 $ docker top bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:39:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:39:57 [ssh-agent] Looking for ssh-agent implementation... 08:39:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:39:57 $ docker exec bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent 08:39:58 SSH_AUTH_SOCK=/tmp/ssh-X9VpJk032t3J/agent.11 08:39:58 SSH_AGENT_PID=16 08:39:58 Running ssh-add (command line suppressed) 08:39:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_61315956271233470.key (/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_61315956271233470.key) 08:39:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:39:58 + git tag --points-at HEAD [Pipeline] } 08:39:58 $ docker exec --env ******** --env ******** bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent -k 08:39:59 unset SSH_AUTH_SOCK; 08:39:59 unset SSH_AGENT_PID; 08:39:59 echo Agent pid 16 killed; 08:39:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:39:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:39:59 [ssh-agent] Looking for ssh-agent implementation... 08:39:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:39:59 $ docker exec bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent 08:40:00 SSH_AUTH_SOCK=/tmp/ssh-i6U113yN01wR/agent.45 08:40:00 SSH_AGENT_PID=50 08:40:00 Running ssh-add (command line suppressed) 08:40:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_4839806794077215712.key (/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_4839806794077215712.key) 08:40:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:40:01 + git semver init 08:40:01 # -> Open(): unable to determine branch for HEAD 08:40:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-635/.git 08:40:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-635 08:40:01 # $SEMVER_REMOTE_NAME = origin 08:40:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:40:01 # $SEMVER_USER_NAME = edgex-jenkins 08:40:01 # $SEMVER_BRANCH = PR-635 08:40:01 # $SEMVER_TEMP = /tmp/semver-283345960 08:40:01 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:40:02 # '/tmp/semver-283345960' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-635/.semver' 08:40:02 # -> Force: false 08:40:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-635/.semver [Pipeline] } 08:40:03 $ docker exec --env ******** --env ******** bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent -k 08:40:03 unset SSH_AUTH_SOCK; 08:40:03 unset SSH_AGENT_PID; 08:40:03 echo Agent pid 50 killed; 08:40:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:40:04 + git semver [Pipeline] } 08:40:04 $ docker stop --time=1 bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea 08:40:06 $ docker rm -f bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea [Pipeline] // withDockerContainer [Pipeline] sh 08:40:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:40:08 Stashed 1 file(s) [Pipeline] echo 08:40:08 [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 08:40:23 Still waiting to schedule task 08:40:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:40:23 Still waiting to schedule task 08:40:23 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:42:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7462 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [Pipeline] { [Pipeline] ws 08:42:11 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 08:42:16 using credential edgex-jenkins-ssh 08:42:16 Cloning the remote Git repository 08:42:16 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:42:16 > git init /w/workspace/device-sdk-go/2 # timeout=10 08:42:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:42:16 > git --version # timeout=10 08:42:16 > git --version # 'git version 2.17.1' 08:42:16 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:42:18 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] } [Pipeline] // ws 08:42:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:42:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:42:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:42:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:42:17 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:18 > git config core.sparsecheckout # timeout=10 08:42:18 > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:42:19 Failed in branch arm64 08:42:44 Running on prd-centos7-docker-4c-2g-7463 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [Pipeline] { [Pipeline] ws 08:42:44 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 08:42:47 using credential edgex-jenkins-ssh 08:42:47 Cloning the remote Git repository 08:42:47 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:42:47 > git init /w/workspace/device-sdk-go/2 # timeout=10 08:42:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:42:47 > git --version # timeout=10 08:42:47 > git --version # 'git version 2.16.5' 08:42:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:42:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:42:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:42:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:42:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:42:48 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:48 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:42:49 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 08:42:48 > git config core.sparsecheckout # timeout=10 08:42:48 > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 08:42:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:42:53 ---> package-listing.sh 08:42:53 ++ facter osfamily 08:42:53 ++ tr '[:upper:]' '[:lower:]' 08:42:53 + OS_FAMILY=redhat 08:42:53 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-635 08:42:53 + START_PACKAGES=/tmp/packages_start.txt 08:42:53 + END_PACKAGES=/tmp/packages_end.txt 08:42:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:42:53 + PACKAGES=/tmp/packages_start.txt 08:42:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-635 ']' 08:42:53 + PACKAGES=/tmp/packages_end.txt 08:42:53 + case "${OS_FAMILY}" in 08:42:53 + sort 08:42:53 + rpm -qa 08:42:57 + '[' -f /tmp/packages_start.txt ']' 08:42:57 + '[' -f /tmp/packages_end.txt ']' 08:42:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:42:57 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-635 ']' 08:42:57 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-635/archives/ 08:42:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-635/archives/ [Pipeline] echo 08:42:57 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-635/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:42:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:42:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:42:59 08:42:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:42:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:42:59 alpine: Pulling from edgex-lftools-log-publisher 08:42:59 df20fa9351a1: Pulling fs layer 08:42:59 36b3adc4ff6f: Pulling fs layer 08:42:59 8ad3a11d3b57: Pulling fs layer 08:42:59 46f8f816bc3b: Pulling fs layer 08:42:59 93b61091891f: Pulling fs layer 08:42:59 93b9cdb0e59b: Pulling fs layer 08:42:59 5e14af77c1be: Pulling fs layer 08:42:59 01666e4c0597: Pulling fs layer 08:42:59 aa168da1d23b: Pulling fs layer 08:42:59 93b61091891f: Waiting 08:42:59 93b9cdb0e59b: Waiting 08:42:59 46f8f816bc3b: Waiting 08:42:59 5e14af77c1be: Waiting 08:42:59 01666e4c0597: Waiting 08:42:59 aa168da1d23b: Waiting 08:42:59 36b3adc4ff6f: Download complete 08:42:59 46f8f816bc3b: Verifying Checksum 08:42:59 46f8f816bc3b: Download complete 08:42:59 df20fa9351a1: Verifying Checksum 08:42:59 df20fa9351a1: Download complete 08:43:00 93b9cdb0e59b: Verifying Checksum 08:43:00 93b9cdb0e59b: Download complete 08:43:00 93b61091891f: Download complete 08:43:00 5e14af77c1be: Download complete 08:43:00 01666e4c0597: Verifying Checksum 08:43:00 01666e4c0597: Download complete 08:43:00 df20fa9351a1: Pull complete 08:43:01 8ad3a11d3b57: Verifying Checksum 08:43:01 8ad3a11d3b57: Download complete 08:43:01 36b3adc4ff6f: Pull complete 08:43:02 8ad3a11d3b57: Pull complete 08:43:02 46f8f816bc3b: Pull complete 08:43:03 93b61091891f: Pull complete 08:43:03 93b9cdb0e59b: Pull complete 08:43:03 5e14af77c1be: Pull complete 08:43:03 01666e4c0597: Pull complete 08:43:06 aa168da1d23b: Verifying Checksum 08:43:06 aa168da1d23b: Download complete 08:43:16 aa168da1d23b: Pull complete 08:43:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:43:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:43:16 prd-centos7-docker-4c-2g-7461 does not seem to be running inside a container 08:43: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-635/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-635 -v /w/workspace/dgexfoundry_device-sdk-go_PR-635:/w/workspace/dgexfoundry_device-sdk-go_PR-635:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-635@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 08:43:20 $ docker top 9c5eb4ea168bb06e49c5b9aeb7b51f71864207def7cebb8405e447797683903b -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:21 + touch /tmp/pre-build-complete [Pipeline] sh 08:43:21 + mkdir -p /var/log/sa [Pipeline] sh 08:43:22 + ls /var/log/sa-host 08:43:22 + sadf -c /var/log/sa-host/sa05 08:43:22 file_magic: OK 08:43:22 HZ: Using current value: 100 08:43:22 file_header: OK 08:43:22 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 08:43:22 Statistics: 08:43:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:43:22 File successfully converted to sysstat format version 12.2.1 08:43:22 + sadf -c /var/log/sa-host/sa21 08:43:22 file_magic: OK 08:43:22 HZ: Using current value: 100 08:43:22 file_header: OK 08:43:22 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 08:43:22 Statistics: 08:43:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:43:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:43:22 provisioning config files... 08:43:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/config8308467019105791169tmp [Pipeline] { [Pipeline] echo 08:43:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:43:23 ---> create-netrc.sh [Pipeline] } 08:43:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:43:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:43:24 ---> python-tools-install.sh [Pipeline] echo 08:43:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:43:24 ---> sudo-logs.sh 08:43:24 Archiving 'sudo' log.. [Pipeline] echo 08:43:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:43:24 ---> job-cost.sh 08:43:25 lf-activate-venv: SKIPPING 08:43:25 INFO: No Stack... 08:43:27 INFO: Retrieving Pricing Info for: v1-standard-2 08:43:27 INFO: Archiving Costs [Pipeline] echo 08:43:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:43:27 ---> logs-deploy.sh 08:43:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-635/2 08:43:27 INFO: archiving workspace using pattern(s): 08:43:30 Archives upload complete. 08:43:30 INFO: archiving logs to Nexus 08:43:31 ---> uname -a: 08:43:31 Linux prd-centos7-docker-4c-2g-7461.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:43:31 08:43:31 08:43:31 ---> lscpu: 08:43:31 Architecture: x86_64 08:43:31 CPU op-mode(s): 32-bit, 64-bit 08:43:31 Byte Order: Little Endian 08:43:31 Address sizes: 40 bits physical, 48 bits virtual 08:43:31 CPU(s): 4 08:43:31 On-line CPU(s) list: 0-3 08:43:31 Thread(s) per core: 1 08:43:31 Core(s) per socket: 1 08:43:31 Socket(s): 4 08:43:31 NUMA node(s): 1 08:43:31 Vendor ID: GenuineIntel 08:43:31 CPU family: 6 08:43:31 Model: 44 08:43:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:43:31 Stepping: 1 08:43:31 CPU MHz: 2933.438 08:43:31 BogoMIPS: 5866.87 08:43:31 Virtualization: VT-x 08:43:31 Hypervisor vendor: KVM 08:43:31 Virtualization type: full 08:43:31 L1d cache: 128 KiB 08:43:31 L1i cache: 128 KiB 08:43:31 L2 cache: 16 MiB 08:43:31 L3 cache: 64 MiB 08:43:31 NUMA node0 CPU(s): 0-3 08:43:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:43:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:43:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:43:31 Vulnerability Meltdown: Mitigation; PTI 08:43:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:43:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:43:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:43:31 Vulnerability Tsx async abort: Not affected 08:43:32 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 08:43:32 08:43:32 08:43:32 ---> nproc: 08:43:32 4 08:43:32 08:43:32 08:43:32 ---> df -h: 08:43:32 Filesystem Size Used Available Use% Mounted on 08:43:32 overlay 50.0G 7.2G 42.8G 14% / 08:43:32 tmpfs 64.0M 0 64.0M 0% /dev 08:43:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:43:32 shm 64.0M 0 64.0M 0% /dev/shm 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-635 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 08:43:32 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 08:43:32 08:43:32 08:43:32 ---> free -m: 08:43:32 total used free shared buff/cache available 08:43:32 Mem: 1837 689 115 0 1032 1044 08:43:32 Swap: 1023 0 1023 08:43:32 08:43:32 08:43:32 ---> ip addr: 08:43:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:43:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:43:32 inet 127.0.0.1/8 scope host lo 08:43:32 valid_lft forever preferred_lft forever 08:43:32 inet6 ::1/128 scope host 08:43:32 valid_lft forever preferred_lft forever 08:43:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:43:32 link/ether fa:16:3e:79:4b:11 brd ff:ff:ff:ff:ff:ff 08:43:32 inet 10.30.122.190/23 brd 10.30.123.255 scope global dynamic eth0 08:43:32 valid_lft 86117sec preferred_lft 86117sec 08:43:32 inet6 fe80::f816:3eff:fe79:4b11/64 scope link 08:43:32 valid_lft forever preferred_lft forever 08:43:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:43:32 link/ether 02:42:62:cd:ca:94 brd ff:ff:ff:ff:ff:ff 08:43:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:43:32 valid_lft forever preferred_lft forever 08:43:32 inet6 fe80::42:62ff:fecd:ca94/64 scope link 08:43:32 valid_lft forever preferred_lft forever 08:43:32 08:43:32