Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c2f003b09666c9aca7d142d934c7ec3af9c247b 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21868 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1c2f003b09666c9aca7d142d934c7ec3af9c247b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c2f003b09666c9aca7d142d934c7ec3af9c247b # timeout=10 Commit message: "Merge pull request #738 from hahattan/issue-468" > git rev-list --no-walk 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:52:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:52:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:52:20 ========================================================= 06:52:20 EdgeX Global Pipelines Version Info 06:52:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:52:22 ------------------- 06:52:22 stable info: 06:52:22 ------------------- 06:52:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:52:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:52:22 Message: update stable to v1.0.179 06:52:22 ------------------- 06:52:22 experimental info: 06:52:22 ------------------- 06:52:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:52:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:52:22 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:52:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:52:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:52:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:52:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:52:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:52:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:52:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:52:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:52:25 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:52:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:52:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:52:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:52:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c2f003b09666c9aca7d142d934c7ec3af9c247b [Pipeline] echo 06:52:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c2f003 [Pipeline] echo 06:52:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:52:26 provisioning config files... 06:52:26 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config825700893901944009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:52:27 ---> docker-login.sh 06:52:27 nexus3.edgexfoundry.org:10001 06:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:52:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:52:27 Configure a credential helper to remove this warning. See 06:52:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:52:27 06:52:27 Login Succeeded 06:52:27 nexus3.edgexfoundry.org:10002 06:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:52:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:52:27 Configure a credential helper to remove this warning. See 06:52:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:52:27 06:52:27 Login Succeeded 06:52:27 nexus3.edgexfoundry.org:10003 06:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:52:28 Configure a credential helper to remove this warning. See 06:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:52:28 06:52:28 Login Succeeded 06:52:28 nexus3.edgexfoundry.org:10004 06:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:52:28 Configure a credential helper to remove this warning. See 06:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:52:28 06:52:28 Login Succeeded 06:52:28 docker.io 06:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:52:28 Configure a credential helper to remove this warning. See 06:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:52:28 06:52:28 Login Succeeded 06:52:28 ---> docker-login.sh ends [Pipeline] } 06:52:28 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:52:29 + git log --format=format:%s -1 1c2f003b09666c9aca7d142d934c7ec3af9c247b [Pipeline] echo 06:52:29 GIT_COMMIT: 1c2f003b09666c9aca7d142d934c7ec3af9c247b, Commit Message: Merge pull request #738 from hahattan/issue-468 [Pipeline] echo 06:52:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:52:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:52:30 06:52:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:52:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:52:30 latest: Pulling from edgex-devops/git-semver 06:52:30 31603596830f: Pulling fs layer 06:52:30 2a8b12db71e7: Pulling fs layer 06:52:30 6ca5941a6612: Pulling fs layer 06:52:30 ecc8261a40a4: Pulling fs layer 06:52:30 ecc8261a40a4: Waiting 06:52:30 2a8b12db71e7: Download complete 06:52:31 31603596830f: Verifying Checksum 06:52:31 31603596830f: Download complete 06:52:31 ecc8261a40a4: Verifying Checksum 06:52:31 ecc8261a40a4: Download complete 06:52:31 6ca5941a6612: Verifying Checksum 06:52:31 6ca5941a6612: Download complete 06:52:31 31603596830f: Pull complete 06:52:31 2a8b12db71e7: Pull complete 06:52:32 6ca5941a6612: Pull complete 06:52:32 ecc8261a40a4: Pull complete 06:52:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:52:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:52:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:52:33 prd-centos7-docker-4c-2g-21868 does not seem to be running inside a container 06:52:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:52:35 $ docker top 460267d02ff0921db3aec5fb46c6d92c596c6f0287a21758da51d09167483ca8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:52:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:52:35 [ssh-agent] Looking for ssh-agent implementation... 06:52:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:52:36 $ docker exec 460267d02ff0921db3aec5fb46c6d92c596c6f0287a21758da51d09167483ca8 ssh-agent 06:52:36 SSH_AUTH_SOCK=/tmp/ssh-ZHcEPb9kPiRT/agent.12 06:52:36 SSH_AGENT_PID=17 06:52:36 Running ssh-add (command line suppressed) 06:52:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_297229024367831107.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_297229024367831107.key) 06:52:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:52:36 + git tag --points-at HEAD [Pipeline] } 06:52:36 $ docker exec --env ******** --env ******** 460267d02ff0921db3aec5fb46c6d92c596c6f0287a21758da51d09167483ca8 ssh-agent -k 06:52:37 unset SSH_AUTH_SOCK; 06:52:37 unset SSH_AGENT_PID; 06:52:37 echo Agent pid 17 killed; 06:52:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:52:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:52:37 [ssh-agent] Looking for ssh-agent implementation... 06:52:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:52:37 $ docker exec 460267d02ff0921db3aec5fb46c6d92c596c6f0287a21758da51d09167483ca8 ssh-agent 06:52:37 SSH_AUTH_SOCK=/tmp/ssh-dHoJspgsXx0T/agent.46 06:52:37 SSH_AGENT_PID=52 06:52:37 Running ssh-add (command line suppressed) 06:52:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8424835207490176652.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8424835207490176652.key) 06:52:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:52:38 + git semver init 06:52:38 # -> Open(): unable to determine branch for HEAD 06:52:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:52:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:52:38 # $SEMVER_REMOTE_NAME = origin 06:52:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:52:38 # $SEMVER_USER_NAME = edgex-jenkins 06:52:38 # $SEMVER_BRANCH = master 06:52:38 # $SEMVER_TEMP = /tmp/semver-860430557 06:52:38 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:52:39 # '/tmp/semver-860430557' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:52:39 # -> Force: false 06:52:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:52:39 $ docker exec --env ******** --env ******** 460267d02ff0921db3aec5fb46c6d92c596c6f0287a21758da51d09167483ca8 ssh-agent -k 06:52:39 unset SSH_AUTH_SOCK; 06:52:39 unset SSH_AGENT_PID; 06:52:39 echo Agent pid 52 killed; 06:52:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:52:39 + git semver [Pipeline] } 06:52:39 $ docker stop --time=1 460267d02ff0921db3aec5fb46c6d92c596c6f0287a21758da51d09167483ca8 06:52:41 $ docker rm -f 460267d02ff0921db3aec5fb46c6d92c596c6f0287a21758da51d09167483ca8 [Pipeline] // withDockerContainer [Pipeline] sh 06:52:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:52:42 Stashed 1 file(s) [Pipeline] echo 06:52:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [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:52:57 Still waiting to schedule task 06:52:57 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:52:57 Still waiting to schedule task 06:52:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:54:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21869 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:54:38 Running in /w/workspace/device-sdk-go/110 [Pipeline] { [Pipeline] checkout 06:54:43 using credential edgex-jenkins-ssh 06:54:43 Cloning the remote Git repository 06:54:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:54:43 > git init /w/workspace/device-sdk-go/110 # timeout=10 06:54:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:54:43 > git --version # timeout=10 06:54:43 > git --version # 'git version 2.17.1' 06:54:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:45 Checking out Revision 1c2f003b09666c9aca7d142d934c7ec3af9c247b (master) 06:54:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:54:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:54:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:54:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:45 > git config core.sparsecheckout # timeout=10 06:54:45 > git checkout -f 1c2f003b09666c9aca7d142d934c7ec3af9c247b # timeout=10 06:54:49 Commit message: "Merge pull request #738 from hahattan/issue-468" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:54:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:54:52 + sudo service docker restart 06:54:52 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:54:54 provisioning config files... 06:54:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/110@tmp/config1594082272174238784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:55 ---> docker-login.sh 06:54:55 nexus3.edgexfoundry.org:10001 06:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:56 Running on prd-centos7-docker-4c-2g-21870 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:54:56 Running in /w/workspace/device-sdk-go/110 [Pipeline] { [Pipeline] checkout 06:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:56 Configure a credential helper to remove this warning. See 06:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:56 06:54:56 Login Succeeded 06:54:56 nexus3.edgexfoundry.org:10002 06:54:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:57 Configure a credential helper to remove this warning. See 06:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:57 06:54:57 Login Succeeded 06:54:57 nexus3.edgexfoundry.org:10003 06:54:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:57 Configure a credential helper to remove this warning. See 06:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:57 06:54:57 Login Succeeded 06:54:57 nexus3.edgexfoundry.org:10004 06:54:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:58 Configure a credential helper to remove this warning. See 06:54:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:58 06:54:58 Login Succeeded 06:54:58 docker.io 06:54:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:58 Configure a credential helper to remove this warning. See 06:54:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:58 06:54:58 Login Succeeded 06:54:58 ---> docker-login.sh ends [Pipeline] } 06:54:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:54:59 ========================================================= 06:54:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:54:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:54:59 + 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:55:00 Sending build context to Docker daemon 2.419MB 06:55:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:55:00 Step 2/8 : FROM ${BASE} 06:55:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:55:00 5f621e34cdf4: Pulling fs layer 06:55:00 a4357932f1b6: Pulling fs layer 06:55:00 18c013af1878: Pulling fs layer 06:55:00 00ac8860ef70: Pulling fs layer 06:55:00 63d7cb157983: Pulling fs layer 06:55:00 b116817d02f9: Pulling fs layer 06:55:00 745a02a5169b: Pulling fs layer 06:55:00 63d7cb157983: Waiting 06:55:00 b116817d02f9: Waiting 06:55:00 00ac8860ef70: Waiting 06:55:00 745a02a5169b: Waiting 06:55:00 18c013af1878: Verifying Checksum 06:55:00 18c013af1878: Download complete 06:55:00 a4357932f1b6: Download complete 06:55:00 63d7cb157983: Verifying Checksum 06:55:00 63d7cb157983: Download complete 06:55:00 b116817d02f9: Verifying Checksum 06:55:00 b116817d02f9: Download complete 06:55:00 5f621e34cdf4: Download complete 06:55:01 5f621e34cdf4: Pull complete 06:55:02 a4357932f1b6: Pull complete 06:55:02 18c013af1878: Pull complete 06:55:03 745a02a5169b: Verifying Checksum 06:55:03 745a02a5169b: Download complete 06:55:04 using credential edgex-jenkins-ssh 06:55:04 Cloning the remote Git repository 06:55:04 00ac8860ef70: Verifying Checksum 06:55:04 00ac8860ef70: Download complete 06:55:04 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:55:04 > git init /w/workspace/device-sdk-go/110 # timeout=10 06:55:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:55:04 > git --version # timeout=10 06:55:05 > git --version # 'git version 2.24.3' 06:55:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:55:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:55:06 Checking out Revision 1c2f003b09666c9aca7d142d934c7ec3af9c247b (master) 06:55:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:55:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:55:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:55:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:55:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:55:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:55:06 > git config core.sparsecheckout # timeout=10 06:55:06 > git checkout -f 1c2f003b09666c9aca7d142d934c7ec3af9c247b # timeout=10 06:55:11 Commit message: "Merge pull request #738 from hahattan/issue-468" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:55:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:55:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:55:13 + true 06:55:13 + sudo service docker restart 06:55:13 Redirecting to /bin/systemctl restart docker.service 06:55:14 00ac8860ef70: Pull complete 06:55:15 63d7cb157983: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:55:15 provisioning config files... 06:55:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/110@tmp/config6270674104239680318tmp [Pipeline] { 06:55:15 b116817d02f9: Pull complete [Pipeline] libraryResource [Pipeline] sh 06:55:16 ---> docker-login.sh 06:55:16 nexus3.edgexfoundry.org:10001 06:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:16 Configure a credential helper to remove this warning. See 06:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:16 06:55:16 Login Succeeded 06:55:16 nexus3.edgexfoundry.org:10002 06:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:17 Configure a credential helper to remove this warning. See 06:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:17 06:55:17 Login Succeeded 06:55:17 nexus3.edgexfoundry.org:10003 06:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:17 Configure a credential helper to remove this warning. See 06:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:17 06:55:17 Login Succeeded 06:55:17 nexus3.edgexfoundry.org:10004 06:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:17 Configure a credential helper to remove this warning. See 06:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:17 06:55:17 Login Succeeded 06:55:17 docker.io 06:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:18 Configure a credential helper to remove this warning. See 06:55:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:18 06:55:18 Login Succeeded 06:55:18 ---> docker-login.sh ends [Pipeline] } 06:55:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:55:19 745a02a5169b: Pull complete [Pipeline] echo 06:55:19 ========================================================= 06:55:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:55:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:55:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:55:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:55:19 ---> b7e6874047d6 06:55:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:55:19 + 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:55:20 Sending build context to Docker daemon 2.418MB 06:55:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:55:20 Step 2/8 : FROM ${BASE} 06:55:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:55:20 188c0c94c7c5: Pulling fs layer 06:55:20 0ef7d3d256c8: Pulling fs layer 06:55:20 de9db76c5a1d: Pulling fs layer 06:55:20 bca2f99d35d6: Pulling fs layer 06:55:20 93359f2a8cfa: Pulling fs layer 06:55:20 7c6f9722023f: Pulling fs layer 06:55:20 a35cf1a2eb13: Pulling fs layer 06:55:20 93359f2a8cfa: Waiting 06:55:20 7c6f9722023f: Waiting 06:55:20 a35cf1a2eb13: Waiting 06:55:20 bca2f99d35d6: Waiting 06:55:20 de9db76c5a1d: Verifying Checksum 06:55:20 de9db76c5a1d: Download complete 06:55:20 0ef7d3d256c8: Verifying Checksum 06:55:20 0ef7d3d256c8: Download complete 06:55:20 93359f2a8cfa: Verifying Checksum 06:55:20 93359f2a8cfa: Download complete 06:55:20 7c6f9722023f: Verifying Checksum 06:55:20 7c6f9722023f: Download complete 06:55:20 188c0c94c7c5: Verifying Checksum 06:55:20 188c0c94c7c5: Download complete 06:55:20 188c0c94c7c5: Pull complete 06:55:21 0ef7d3d256c8: Pull complete 06:55:21 de9db76c5a1d: Pull complete 06:55:22 ---> Running in 0cf89c51a1eb 06:55:22 Removing intermediate container 0cf89c51a1eb 06:55:22 ---> c8d7a8a55b04 06:55:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:22 ---> Running in 5aaf63ac4d32 06:55:24 Removing intermediate container 5aaf63ac4d32 06:55:24 ---> d816d08cadd6 06:55:24 Step 5/8 : RUN apk add --update --no-cache make git 06:55:24 ---> Running in 126de4da6a69 06:55:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:55:26 a35cf1a2eb13: Verifying Checksum 06:55:26 a35cf1a2eb13: Download complete 06:55:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:55:26 bca2f99d35d6: Verifying Checksum 06:55:26 bca2f99d35d6: Download complete 06:55:27 OK: 142 MiB in 39 packages 06:55:28 Removing intermediate container 126de4da6a69 06:55:28 ---> e94a591930ba 06:55:28 Step 6/8 : WORKDIR /device-sdk-go 06:55:28 ---> Running in 4f5126fed0a6 06:55:29 Removing intermediate container 4f5126fed0a6 06:55:29 ---> ebc8a8038a55 06:55:29 Step 7/8 : COPY . . 06:55:30 ---> 845b98b7bc87 06:55:30 Step 8/8 : RUN go mod download 06:55:30 ---> Running in c76e4d07690f 06:55:39 bca2f99d35d6: Pull complete 06:55:39 93359f2a8cfa: Pull complete 06:55:39 7c6f9722023f: Pull complete 06:55:45 a35cf1a2eb13: Pull complete 06:55:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:55:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:55:45 ---> a62c8e92a672 06:55:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:55:45 ---> Running in f8d46c8fa7b4 06:55:45 Removing intermediate container f8d46c8fa7b4 06:55:45 ---> af5e6587aa2c 06:55:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:45 ---> Running in 4174fe64e191 06:55:47 Removing intermediate container 4174fe64e191 06:55:47 ---> 1e90c363b5de 06:55:47 Step 5/8 : RUN apk add --update --no-cache make git 06:55:47 ---> Running in 6b16743a7d32 06:55:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:55:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:55:49 OK: 166 MiB in 39 packages 06:55:50 Removing intermediate container 6b16743a7d32 06:55:50 ---> aa4133fc5a5a 06:55:50 Step 6/8 : WORKDIR /device-sdk-go 06:55:50 ---> Running in b4917dd30d9a 06:55:50 Removing intermediate container b4917dd30d9a 06:55:50 ---> 2a15a8cef8d4 06:55:50 Step 7/8 : COPY . . 06:55:52 ---> c09f77dc4303 06:55:52 Step 8/8 : RUN go mod download 06:55:52 ---> Running in 53cf5614c806 06:55:52 Removing intermediate container c76e4d07690f 06:55:52 ---> c7c8e45bab06 06:55:52 Successfully built c7c8e45bab06 06:55:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:55:53 + docker inspect -f . ci-base-image-arm64 06:55:53 . [Pipeline] withDockerContainer 06:55:53 prd-ubuntu18.04-docker-arm64-4c-16g-21869 does not seem to be running inside a container 06:55:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/110 -v /w/workspace/device-sdk-go/110:/w/workspace/device-sdk-go/110:rw,z -v /w/workspace/device-sdk-go/110@tmp:/w/workspace/device-sdk-go/110@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 ******** ci-base-image-arm64 cat 06:55:54 $ docker top 30354e51615e1eed7e1d8310df70c77abf5527d74509db1a7719aa34e9985880 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:55 + go version 06:55:55 go version go1.15.5 linux/arm64 [Pipeline] } 06:55:55 $ docker stop --time=1 30354e51615e1eed7e1d8310df70c77abf5527d74509db1a7719aa34e9985880 06:55:57 $ docker rm -f 30354e51615e1eed7e1d8310df70c77abf5527d74509db1a7719aa34e9985880 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:55:58 + docker inspect -f . ci-base-image-arm64 06:55:58 . [Pipeline] withDockerContainer 06:55:58 prd-ubuntu18.04-docker-arm64-4c-16g-21869 does not seem to be running inside a container 06:55:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/110 -v /w/workspace/device-sdk-go/110:/w/workspace/device-sdk-go/110:rw,z -v /w/workspace/device-sdk-go/110@tmp:/w/workspace/device-sdk-go/110@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 ******** ci-base-image-arm64 cat 06:56:00 $ docker top 6ccb6e460ac2afdcccc707575a55f82cca77fa2489a0079f3ce308fecc889270 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:01 + make test 06:56:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:56:19 Removing intermediate container 53cf5614c806 06:56:19 ---> c74a469e1b38 06:56:19 Successfully built c74a469e1b38 06:56:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:56:19 + docker inspect -f . ci-base-image-x86_64 06:56:19 . [Pipeline] withDockerContainer 06:56:20 prd-centos7-docker-4c-2g-21870 does not seem to be running inside a container 06:56:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/110 -v /w/workspace/device-sdk-go/110:/w/workspace/device-sdk-go/110:rw,z -v /w/workspace/device-sdk-go/110@tmp:/w/workspace/device-sdk-go/110@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 ******** ci-base-image-x86_64 cat 06:56:21 $ docker top c6c05cfa567f2f7e295a4d4666979bf63e5e30e7f0dd73a5eddafaca11ac9b84 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:22 + go version 06:56:22 go version go1.15.5 linux/amd64 [Pipeline] } 06:56:22 $ docker stop --time=1 c6c05cfa567f2f7e295a4d4666979bf63e5e30e7f0dd73a5eddafaca11ac9b84 06:56:23 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:56:24 $ docker rm -f c6c05cfa567f2f7e295a4d4666979bf63e5e30e7f0dd73a5eddafaca11ac9b84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:56:25 + docker inspect -f . ci-base-image-x86_64 06:56:25 . [Pipeline] withDockerContainer 06:56:25 prd-centos7-docker-4c-2g-21870 does not seem to be running inside a container 06:56:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/110 -v /w/workspace/device-sdk-go/110:/w/workspace/device-sdk-go/110:rw,z -v /w/workspace/device-sdk-go/110@tmp:/w/workspace/device-sdk-go/110@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 ******** ci-base-image-x86_64 cat 06:56:27 $ docker top 61c971ee1c1a4c507c372f3894703bf926995860104ccc162af5f222abfca766 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:27 + make test 06:56:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:56:43 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:57:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:57:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:57:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:57:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.166s coverage: 19.4% of statements 06:57:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.189s coverage: 97.1% of statements 06:57:10 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:57:10 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:57:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:57:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.142s coverage: 19.4% of statements 06:57:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.735s coverage: 97.1% of statements 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.126s coverage: 9.4% of statements 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.111s coverage: 21.7% of statements 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.598s coverage: 43.2% of statements 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.732s coverage: 68.9% of statements 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.194s coverage: 53.8% of statements 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.167s coverage: 26.8% of statements 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.805s coverage: 83.5% of statements 06:57:35 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.144s coverage: 4.2% of statements 06:57:35 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:57:36 GO111MODULE=on go vet ./... 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.097s coverage: 9.4% of statements 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.098s coverage: 21.7% of statements 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.449s coverage: 43.2% of statements 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.495s coverage: 68.9% of statements 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.163s coverage: 53.8% of statements 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.208s coverage: 26.8% of statements 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.161s coverage: 83.5% of statements 06:57:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.147s coverage: 4.2% of statements 06:57:41 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:57:41 GO111MODULE=on go vet ./... 06:58:08 gofmt -l . 06:58:09 [ "`gofmt -l .`" = "" ] 06:58:09 gofmt -l . 06:58:09 [ "`gofmt -l .`" = "" ] 06:58:09 ./bin/test-attribution-txt.sh 06:58:09 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:58:09 $ docker stop --time=1 61c971ee1c1a4c507c372f3894703bf926995860104ccc162af5f222abfca766 06:58:09 ./bin/test-attribution-txt.sh 06:58:10 ./bin/test-go-mod-tidy.sh 06:58:11 $ docker rm -f 61c971ee1c1a4c507c372f3894703bf926995860104ccc162af5f222abfca766 [Pipeline] // withDockerContainer [Pipeline] } 06:58:12 $ docker stop --time=1 6ccb6e460ac2afdcccc707575a55f82cca77fa2489a0079f3ce308fecc889270 06:58:14 $ docker rm -f 6ccb6e460ac2afdcccc707575a55f82cca77fa2489a0079f3ce308fecc889270 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 06:58:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:58:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:58:15 Warning: overwriting stash ‘coverage-report’ 06:58:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:58:16 Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:58:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 06:58:19 + ls -al . 06:58:19 total 216 06:58:19 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 21 06:58 . 06:58:19 drwxrwxr-x. 4 jenkins jenkins 32 Jan 21 06:55 .. 06:58:19 drwxrwxr-x. 2 jenkins jenkins 64 Jan 21 06:55 bin 06:58:19 -rw-r--r--. 1 jenkins jenkins 136842 Jan 21 06:57 coverage.out 06:58:19 -rw-rw-r--. 1 jenkins jenkins 949 Jan 21 06:55 Dockerfile.build 06:58:19 -rw-rw-r--. 1 jenkins jenkins 140 Jan 21 06:55 .dockerignore 06:58:19 drwxrwxr-x. 4 jenkins jenkins 48 Jan 21 06:55 example 06:58:19 drwxrwxr-x. 8 jenkins jenkins 162 Jan 21 06:55 .git 06:58:19 drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 06:55 .github 06:58:19 -rw-rw-r--. 1 jenkins jenkins 138 Jan 21 06:55 .gitignore 06:58:19 -rw-r--r--. 1 jenkins jenkins 491 Jan 21 06:58 go.mod 06:58:19 -rw-r--r--. 1 jenkins jenkins 14124 Jan 21 06:58 go.sum 06:58:19 drwxrwxr-x. 15 jenkins jenkins 211 Jan 21 06:55 internal 06:58:19 -rw-rw-r--. 1 jenkins jenkins 901 Jan 21 06:55 Jenkinsfile 06:58:19 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 21 06:55 LICENSE 06:58:19 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 21 06:55 Makefile 06:58:19 drwxrwxr-x. 4 jenkins jenkins 26 Jan 21 06:55 openapi 06:58:19 drwxrwxr-x. 5 jenkins jenkins 50 Jan 21 06:55 pkg 06:58:19 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 21 06:55 README.md 06:58:19 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 21 06:55 RELEASE-NOTES.txt 06:58:19 drwxrwxr-x. 4 jenkins jenkins 54 Jan 21 06:55 snap 06:58:19 -rw-rw-r--. 1 jenkins jenkins 11 Jan 21 06:52 VERSION 06:58:19 -rw-rw-r--. 1 jenkins jenkins 222 Jan 21 06:55 version.go [Pipeline] isUnix [Pipeline] sh 06:58:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:58:19 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1c2f003b09666c9aca7d142d934c7ec3af9c247b --label arch=amd64 --label version=2.0.0-dev.5 . 06:58:19 + ls -al . 06:58:19 total 252 06:58:19 drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 06:58 . 06:58:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 06:54 .. 06:58:19 -rw-rw-r-- 1 jenkins jenkins 140 Jan 21 06:54 .dockerignore 06:58:19 drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 06:54 .git 06:58:19 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 06:54 .github 06:58:19 -rw-rw-r-- 1 jenkins jenkins 138 Jan 21 06:54 .gitignore 06:58:19 -rw-rw-r-- 1 jenkins jenkins 949 Jan 21 06:54 Dockerfile.build 06:58:19 -rw-rw-r-- 1 jenkins jenkins 901 Jan 21 06:54 Jenkinsfile 06:58:19 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 21 06:54 LICENSE 06:58:19 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 21 06:54 Makefile 06:58:19 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 21 06:54 README.md 06:58:19 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 21 06:54 RELEASE-NOTES.txt 06:58:19 -rw-rw-r-- 1 jenkins jenkins 11 Jan 21 06:52 VERSION 06:58:19 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 06:54 bin 06:58:19 -rw-r--r-- 1 jenkins jenkins 136843 Jan 21 06:57 coverage.out 06:58:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 06:54 example 06:58:19 -rw-r--r-- 1 jenkins jenkins 491 Jan 21 06:58 go.mod 06:58:19 -rw-r--r-- 1 jenkins jenkins 14124 Jan 21 06:58 go.sum 06:58:19 drwxrwxr-x 15 jenkins jenkins 4096 Jan 21 06:54 internal 06:58:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 06:54 openapi 06:58:19 drwxrwxr-x 5 jenkins jenkins 4096 Jan 21 06:54 pkg 06:58:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 06:54 snap 06:58:19 -rw-rw-r-- 1 jenkins jenkins 222 Jan 21 06:54 version.go [Pipeline] isUnix [Pipeline] sh 06:58:20 Sending build context to Docker daemon 2.556MB 06:58:20 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:58:20 Step 2/24 : FROM ${BASE} AS builder 06:58:20 ---> c74a469e1b38 06:58:20 Step 3/24 : ARG MAKE='make build' 06:58:20 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1c2f003b09666c9aca7d142d934c7ec3af9c247b --label arch=arm64 --label version=2.0.0-dev.5 . 06:58:20 Sending build context to Docker daemon 2.556MB 06:58:20 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:58:20 Step 2/24 : FROM ${BASE} AS builder 06:58:20 ---> c7c8e45bab06 06:58:20 Step 3/24 : ARG MAKE='make build' 06:58:21 ---> Running in cf2e012b68f2 06:58:21 ---> Running in 0cb82208a222 06:58:21 Removing intermediate container cf2e012b68f2 06:58:21 ---> d08df11a5926 06:58:21 Step 4/24 : WORKDIR /device-sdk-go 06:58:21 ---> Running in 30907e571a53 06:58:21 Removing intermediate container 0cb82208a222 06:58:21 ---> 758a63a5d9dd 06:58:21 Step 4/24 : WORKDIR /device-sdk-go 06:58:21 Removing intermediate container 30907e571a53 06:58:21 ---> f83f1f51b11e 06:58:21 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:58:21 ---> Running in c928cc34f23d 06:58:22 ---> Running in 3c34818cd386 06:58:22 Removing intermediate container 3c34818cd386 06:58:22 ---> 0019ddb66898 06:58:22 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:22 ---> Running in f768d4cd135c 06:58:22 Removing intermediate container c928cc34f23d 06:58:22 ---> e5fca3d11b87 06:58:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:58:22 ---> Running in b6b5c1bbb373 06:58:22 Removing intermediate container b6b5c1bbb373 06:58:22 ---> 978d130bf751 06:58:22 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:22 ---> Running in af5b918947ac 06:58:24 Removing intermediate container f768d4cd135c 06:58:24 ---> f21d0946a025 06:58:24 Step 7/24 : RUN apk add --update --no-cache make git 06:58:24 ---> Running in 01ac37722950 06:58:24 Removing intermediate container af5b918947ac 06:58:24 ---> b2087a916226 06:58:24 Step 7/24 : RUN apk add --update --no-cache make git 06:58:25 ---> Running in 5c1a795ad78a 06:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:58:27 OK: 166 MiB in 39 packages 06:58:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:58:28 Removing intermediate container 01ac37722950 06:58:28 ---> 66530ff61160 06:58:28 Step 8/24 : COPY . . 06:58:28 OK: 142 MiB in 39 packages 06:58:29 Removing intermediate container 5c1a795ad78a 06:58:29 ---> 873c660dc30f 06:58:29 Step 8/24 : COPY . . 06:58:29 ---> fe9ffc1bd575 06:58:29 Step 9/24 : RUN ${MAKE} 06:58:29 ---> Running in a3cc412319a9 06:58:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.5" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:58:30 ---> 56f65287ee2e 06:58:30 Step 9/24 : RUN ${MAKE} 06:58:30 ---> Running in 9ec98e904d95 06:58:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.5" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:58:49 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:58:51 Removing intermediate container a3cc412319a9 06:58:51 ---> 94646b084afe 06:58:51 Step 10/24 : FROM scratch 06:58:51 ---> 06:58:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:58:51 ---> Running in 764b08242029 06:58:51 Removing intermediate container 764b08242029 06:58:51 ---> 3e6bf55a09f1 06:58:51 Step 12/24 : ENV APP_PORT=49990 06:58:52 ---> Running in d88d0e072fbf 06:58:52 Removing intermediate container d88d0e072fbf 06:58:52 ---> f1182a40e7e2 06:58:52 Step 13/24 : EXPOSE $APP_PORT 06:58:52 ---> Running in 59241fa87e21 06:58:52 Removing intermediate container 59241fa87e21 06:58:52 ---> 90b8e838beda 06:58:52 Step 14/24 : WORKDIR / 06:58:53 ---> Running in cf1e691f249e 06:58:53 Removing intermediate container cf1e691f249e 06:58:53 ---> 0a2f706b81d6 06:58:53 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:58:54 ---> 7a61cde0daa1 06:58:54 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:58:54 ---> 1988e9ce2e71 06:58:54 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:58:55 ---> 9449b6c53f20 06:58:55 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:58:55 ---> fc63e7f1005b 06:58:55 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:58:55 ---> 078d66b27f63 06:58:55 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:58:56 ---> Running in f0b1916c8ab5 06:58:56 Removing intermediate container f0b1916c8ab5 06:58:56 ---> 78d0b077e82f 06:58:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:58:56 ---> Running in 30ce143aefee 06:58:56 Removing intermediate container 30ce143aefee 06:58:56 ---> 522a8fc06242 06:58:56 Step 22/24 : LABEL arch=amd64 06:58:57 ---> Running in db362728dc62 06:58:57 Removing intermediate container db362728dc62 06:58:57 ---> d3f410489630 06:58:57 Step 23/24 : LABEL git_sha=1c2f003b09666c9aca7d142d934c7ec3af9c247b 06:58:57 ---> Running in fecde5fffa66 06:58:57 Removing intermediate container fecde5fffa66 06:58:57 ---> 5f7023b60743 06:58:57 Step 24/24 : LABEL version=2.0.0-dev.5 06:58:57 ---> Running in 1055dda33a70 06:58:57 Removing intermediate container 1055dda33a70 06:58:57 ---> d6db4ddd384c 06:58:57 [Warning] One or more build-args [ARCH] were not consumed 06:58:57 Successfully built d6db4ddd384c 06:58:58 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } 06:58:58 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 06:58:58 Removing intermediate container 9ec98e904d95 06:58:58 ---> 49c34e2a2381 06:58:58 Step 10/24 : FROM scratch 06:58:58 ---> 06:58:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:58:58 ---> Running in 1e1faec79eb4 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 06:58:59 Removing intermediate container 1e1faec79eb4 06:58:59 ---> 647738b7b18f 06:58:59 Step 12/24 : ENV APP_PORT=49990 06:58:59 ---> Running in 4f8b6f69f13d [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:58:59 Removing intermediate container 4f8b6f69f13d 06:58:59 ---> 9c7a29c20d2d 06:58:59 Step 13/24 : EXPOSE $APP_PORT 06:58:59 ---> Running in bc84c2fc244c 06:59:00 Removing intermediate container bc84c2fc244c 06:59:00 ---> 19947af78b73 06:59:00 Step 14/24 : WORKDIR / 06:59:00 ---> Running in d6b6168cb445 06:59:00 Removing intermediate container d6b6168cb445 06:59:00 ---> 6d50e6ff651b 06:59:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:59:01 ---> e7eafa948ec6 06:59:01 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:59:02 ---> 79c372a57f55 06:59:02 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:59:03 ---> d3354c759641 06:59:03 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:59:03 ---> b2a94133415a 06:59:03 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:59:04 ---> 98e43fa40183 06:59:04 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:59:04 ---> Running in b39121d2ab7f 06:59:04 Removing intermediate container b39121d2ab7f 06:59:04 ---> 4f69dae277fe 06:59:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:59:04 ---> Running in b711aa63e604 06:59:05 Removing intermediate container b711aa63e604 06:59:05 ---> e95453ebb11f 06:59:05 Step 22/24 : LABEL arch=arm64 06:59:05 ---> Running in fdb2e91b623c 06:59:05 Removing intermediate container fdb2e91b623c 06:59:05 ---> 9bde36b84538 06:59:05 Step 23/24 : LABEL git_sha=1c2f003b09666c9aca7d142d934c7ec3af9c247b 06:59:06 ---> Running in 4bd60c6c920f 06:59:06 Removing intermediate container 4bd60c6c920f 06:59:06 ---> ddf0149e999b 06:59:06 Step 24/24 : LABEL version=2.0.0-dev.5 06:59:06 ---> Running in 31cd9d092d6c 06:59:07 Removing intermediate container 31cd9d092d6c 06:59:07 ---> 57a9a19bc803 06:59:07 [Warning] One or more build-args [ARCH] were not consumed 06:59:07 Successfully built 57a9a19bc803 06:59:07 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:59:09 provisioning config files... 06:59:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8948571379176999332tmp [Pipeline] { [Pipeline] sh 06:59:09 + set +x 06:59:09 + curl -s https://codecov.io/bash 06:59:09 + bash -s -- 06:59:09 06:59:09 _____ _ 06:59:09 / ____| | | 06:59:09 | | ___ __| | ___ ___ _____ __ 06:59:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:59:09 | |___| (_) | (_| | __/ (_| (_) \ V / 06:59:09 \_____\___/ \__,_|\___|\___\___/ \_/ 06:59:09 Bash-20210115-cec3c92 06:59:09 06:59:09 06:59:09 ==> git version 2.24.3 found 06:59:09 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 06:59:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:59:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:59:09 ==> Jenkins CI detected. 06:59:09 project root: . 06:59:09 --> token set from env 06:59:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:59:09 ==> Running gcov in . (disable via -X gcov) 06:59:09 ==> Python coveragepy not found 06:59:09 ==> Searching for coverage reports in: 06:59:09 + . 06:59:09 -> Found 1 reports 06:59:09 ==> Detecting git/mercurial file structure 06:59:09 ==> Reading reports 06:59:09 + ./coverage.out bytes=136843 06:59:09 ==> Appending adjustments 06:59:09 https://docs.codecov.io/docs/fixing-reports 06:59:10 + Found adjustments 06:59:10 ==> Gzipping contents 06:59:10 24K /tmp/codecov.C0WtR5.gz 06:59:10 ==> Uploading reports 06:59:10 url: https://codecov.io 06:59:10 query: branch=master&commit=1c2f003b09666c9aca7d142d934c7ec3af9c247b&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:59:10 -> Pinging Codecov 06:59:10 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=1c2f003b09666c9aca7d142d934c7ec3af9c247b&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:59:10 -> Uploading to 06:59:10 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/7E55EF52A471D76F132DFD9A03CDDE97/1c2f003b09666c9aca7d142d934c7ec3af9c247b/2c52703c-7913-4712-9da3-62d94d12ded6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T065910Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=93635a6a2db8ff7caefd1ab63749102566d705a3061b238806c3628cb8e347c9 06:59:10 % Total % Received % Xferd Average Speed Time Time Time Current 06:59:10 Dload Upload Total Spent Left Speed 06:59:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21565 0 0 100 21565 0 39595 --:--:-- --:--:-- --:--:-- 39641 06:59:11 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1c2f003b09666c9aca7d142d934c7ec3af9c247b [Pipeline] } 06:59:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:59:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:59:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:59:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:59:13 06:59:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:59:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:59:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:59:13 188c0c94c7c5: Pulling fs layer 06:59:13 0ef7d3d256c8: Pulling fs layer 06:59:13 de9db76c5a1d: Pulling fs layer 06:59:13 0eba1c9be4d2: Pulling fs layer 06:59:13 0d57e429df01: Pulling fs layer 06:59:13 4e4be7b47b0d: Pulling fs layer 06:59:13 e1f770b5df2f: Pulling fs layer 06:59:13 85a0685a4137: Pulling fs layer 06:59:13 0eba1c9be4d2: Waiting 06:59:13 0d57e429df01: Waiting 06:59:13 e1f770b5df2f: Waiting 06:59:13 4e4be7b47b0d: Waiting 06:59:13 85a0685a4137: Waiting 06:59:13 de9db76c5a1d: Verifying Checksum 06:59:13 de9db76c5a1d: Download complete 06:59:13 0ef7d3d256c8: Verifying Checksum 06:59:13 0ef7d3d256c8: Download complete 06:59:13 0d57e429df01: Verifying Checksum 06:59:13 0d57e429df01: Download complete 06:59:13 188c0c94c7c5: Verifying Checksum 06:59:13 188c0c94c7c5: Download complete 06:59:13 4e4be7b47b0d: Verifying Checksum 06:59:13 4e4be7b47b0d: Download complete 06:59:14 188c0c94c7c5: Pull complete 06:59:14 0ef7d3d256c8: Pull complete 06:59:14 de9db76c5a1d: Pull complete 06:59:15 e1f770b5df2f: Verifying Checksum 06:59:15 e1f770b5df2f: Download complete 06:59:17 0eba1c9be4d2: Verifying Checksum 06:59:17 0eba1c9be4d2: Download complete 06:59:17 85a0685a4137: Verifying Checksum 06:59:17 85a0685a4137: Download complete 06:59:24 0eba1c9be4d2: Pull complete 06:59:24 0d57e429df01: Pull complete 06:59:24 4e4be7b47b0d: Pull complete 06:59:26 e1f770b5df2f: Pull complete 06:59:34 85a0685a4137: Pull complete 06:59:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:59:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:59:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:59:34 prd-centos7-docker-4c-2g-21868 does not seem to be running inside a container 06:59:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:59:35 $ docker top a03a86d89fdfc9a139ebbb87718fcbe3196020ffa18b7cab945cea089259df4c -eo pid,comm [Pipeline] { [Pipeline] echo 06:59:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:59:36 + set -o pipefail 06:59:36 + snyk monitor '--org=edgex-jenkins' 06:59:51 06:59:51 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 06:59:51 06:59:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/7f2e0b3b-2a11-46bc-9ed5-7cfd3cd9ad72 06:59:51 06:59:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:59:51 06:59:51 [Pipeline] } 06:59:51 $ docker stop --time=1 a03a86d89fdfc9a139ebbb87718fcbe3196020ffa18b7cab945cea089259df4c 06:59:53 $ docker rm -f a03a86d89fdfc9a139ebbb87718fcbe3196020ffa18b7cab945cea089259df4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:59:55 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:59:55 provisioning config files... 06:59:55 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1919847952275182157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:59:55 --> edgex-publish-swagger.sh 06:59:55 === Publish openapi/v1 API === 06:59:55 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:59:55 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 06:59:55 % Total % Received % Xferd Average Speed Time Time Time Current 06:59:55 Dload Upload Total Spent Left Speed 06:59:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 27638 --:--:-- --:--:-- --:--:-- 27665 06:59:56 06:59:56 06:59:56 === Publish openapi/v2 API === 06:59:56 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:59:56 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 06:59:56 % Total % Received % Xferd Average Speed Time Time Time Current 06:59:56 Dload Upload Total Spent Left Speed 06:59:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 44473 0 0 100 44473 0 61617 --:--:-- --:--:-- --:--:-- 61596 06:59:57 06:59:57 [Pipeline] } 06:59:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:59:57 + git log --format=format:%s -1 1c2f003b09666c9aca7d142d934c7ec3af9c247b [Pipeline] isUnix [Pipeline] sh 06:59:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:59:58 . [Pipeline] withDockerContainer 06:59:58 prd-centos7-docker-4c-2g-21868 does not seem to be running inside a container 06:59:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:59:59 $ docker top 3ada6736491d245292e037be1967915d286bd1db43327f96fc62d8b981072b27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:00 [ssh-agent] Looking for ssh-agent implementation... 07:00:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:00 $ docker exec 3ada6736491d245292e037be1967915d286bd1db43327f96fc62d8b981072b27 ssh-agent 07:00:00 SSH_AUTH_SOCK=/tmp/ssh-NxWErkKjlyq7/agent.13 07:00:00 SSH_AGENT_PID=18 07:00:00 Running ssh-add (command line suppressed) 07:00:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1466792725131074028.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1466792725131074028.key) 07:00:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:01 + git semver tag 07:00:01 # -> Open(): unable to determine branch for HEAD 07:00:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:00:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:00:01 # $SEMVER_REMOTE_NAME = origin 07:00:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:00:01 # $SEMVER_USER_NAME = edgex-jenkins 07:00:01 # $SEMVER_BRANCH = master 07:00:01 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:00:01 # 1c2f003b09666c9aca7d142d934c7ec3af9c247b HEAD 07:00:01 # -> Force: false 07:00:01 # ce9fdbd58a80b9a11d7b3f501d8e51e4437fb450 refs/tags/v2.0.0-dev.5 [Pipeline] } 07:00:01 $ docker exec --env ******** --env ******** 3ada6736491d245292e037be1967915d286bd1db43327f96fc62d8b981072b27 ssh-agent -k 07:00:01 unset SSH_AUTH_SOCK; 07:00:01 unset SSH_AGENT_PID; 07:00:01 echo Agent pid 18 killed; 07:00:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:01 + git semver [Pipeline] } 07:00:01 $ docker stop --time=1 3ada6736491d245292e037be1967915d286bd1db43327f96fc62d8b981072b27 07:00:03 $ docker rm -f 3ada6736491d245292e037be1967915d286bd1db43327f96fc62d8b981072b27 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:00:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:04 07:00:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:00:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:04 0.23.1-centos7: Pulling from edgex-lftools 07:00:04 ab5ef0e58194: Pulling fs layer 07:00:04 9712f1f96733: Pulling fs layer 07:00:04 63f879dbbcfc: Pulling fs layer 07:00:04 0d9ebad4ef96: Pulling fs layer 07:00:04 e9a5061849ea: Pulling fs layer 07:00:04 d747dcd14b5f: Pulling fs layer 07:00:04 2de7ff778b66: Pulling fs layer 07:00:04 e9a5061849ea: Waiting 07:00:04 d747dcd14b5f: Waiting 07:00:04 2de7ff778b66: Waiting 07:00:04 0d9ebad4ef96: Waiting 07:00:04 9712f1f96733: Verifying Checksum 07:00:04 9712f1f96733: Download complete 07:00:07 63f879dbbcfc: Verifying Checksum 07:00:07 63f879dbbcfc: Download complete 07:00:07 e9a5061849ea: Verifying Checksum 07:00:07 e9a5061849ea: Download complete 07:00:07 d747dcd14b5f: Verifying Checksum 07:00:07 d747dcd14b5f: Download complete 07:00:07 2de7ff778b66: Verifying Checksum 07:00:07 2de7ff778b66: Download complete 07:00:07 0d9ebad4ef96: Verifying Checksum 07:00:07 0d9ebad4ef96: Download complete 07:00:07 ab5ef0e58194: Verifying Checksum 07:00:07 ab5ef0e58194: Download complete 07:00:13 ab5ef0e58194: Pull complete 07:00:13 9712f1f96733: Pull complete 07:00:15 63f879dbbcfc: Pull complete 07:00:22 0d9ebad4ef96: Pull complete 07:00:24 e9a5061849ea: Pull complete 07:00:25 d747dcd14b5f: Pull complete 07:00:27 2de7ff778b66: Pull complete 07:00:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:00:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:00:27 prd-centos7-docker-4c-2g-21868 does not seem to be running inside a container 07:00:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:00:30 $ docker top e7963a16c0c51e11e831317b60af4ae74041fd7ea6b7705bc5c46652ce2e5be2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:00:31 provisioning config files... 07:00:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3346796103680894414tmp 07:00:31 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7557370460504195451tmp 07:00:31 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2341167403711657151tmp [Pipeline] { [Pipeline] echo 07:00:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:00:31 ---> sigul-configuration.sh 07:00:31 gpg: directory `/root/.gnupg' created 07:00:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:00:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:00:31 gpg: keyring `/root/.gnupg/secring.gpg' created 07:00:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:00:31 gpg: CAST5 encrypted data 07:00:31 gpg: encrypted with 1 passphrase 07:00:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:00:32 + mkdir /home/jenkins 07:00:32 + mkdir /home/jenkins/sigul [Pipeline] sh 07:00:32 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 07:00:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:00:32 ---> sigul-install.sh 07:00:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:00:39 + git tag --list 07:00:39 0.7.1 07:00:39 delhi-tag 07:00:39 v1.0.0 07:00:39 v1.1.0 07:00:39 v1.1.1 07:00:39 v1.1.2 07:00:39 v1.2.0 07:00:39 v1.2.1 07:00:39 v1.2.2 07:00:39 v1.2.3 07:00:39 v1.3.0 07:00:39 v1.4.0 07:00:39 v2.0.0-dev.1 07:00:39 v2.0.0-dev.2 07:00:39 v2.0.0-dev.3 07:00:39 v2.0.0-dev.4 07:00:39 v2.0.0-dev.5 [Pipeline] sh 07:00:40 + lftools sign git-tag v2.0.0-dev.5 07:00:41 Signing Git tag with Sigul... 07:00:41 Signing v2.0.0-dev.5 [Pipeline] echo 07:00:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:00:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:00:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:00:42 $ docker stop --time=1 e7963a16c0c51e11e831317b60af4ae74041fd7ea6b7705bc5c46652ce2e5be2 07:00:44 $ docker rm -f e7963a16c0c51e11e831317b60af4ae74041fd7ea6b7705bc5c46652ce2e5be2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:00:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:00:45 . [Pipeline] withDockerContainer 07:00:45 prd-centos7-docker-4c-2g-21868 does not seem to be running inside a container 07:00:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:00:46 $ docker top c13d5d7bfc1d3bd29f1b743fe90125e0f3cfcac73c6e46f05f2c80fcf38f8fb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:47 [ssh-agent] Looking for ssh-agent implementation... 07:00:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:47 $ docker exec c13d5d7bfc1d3bd29f1b743fe90125e0f3cfcac73c6e46f05f2c80fcf38f8fb1 ssh-agent 07:00:47 SSH_AUTH_SOCK=/tmp/ssh-5Mx4L93l4MnS/agent.11 07:00:47 SSH_AGENT_PID=17 07:00:47 Running ssh-add (command line suppressed) 07:00:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1276339555177830202.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1276339555177830202.key) 07:00:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:48 + git semver bump pre 07:00:48 # -> Open(): unable to determine branch for HEAD 07:00:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:00:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:00:48 # $SEMVER_REMOTE_NAME = origin 07:00:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:00:48 # $SEMVER_USER_NAME = edgex-jenkins 07:00:48 # $SEMVER_BRANCH = master 07:00:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:00:48 2.0.0-dev.6 [Pipeline] } 07:00:48 $ docker exec --env ******** --env ******** c13d5d7bfc1d3bd29f1b743fe90125e0f3cfcac73c6e46f05f2c80fcf38f8fb1 ssh-agent -k 07:00:48 unset SSH_AUTH_SOCK; 07:00:48 unset SSH_AGENT_PID; 07:00:48 echo Agent pid 17 killed; 07:00:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:48 + git semver [Pipeline] } 07:00:48 $ docker stop --time=1 c13d5d7bfc1d3bd29f1b743fe90125e0f3cfcac73c6e46f05f2c80fcf38f8fb1 07:00:50 $ docker rm -f c13d5d7bfc1d3bd29f1b743fe90125e0f3cfcac73c6e46f05f2c80fcf38f8fb1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:00:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:00:50 . [Pipeline] withDockerContainer 07:00:51 prd-centos7-docker-4c-2g-21868 does not seem to be running inside a container 07:00:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:00:51 $ docker top b6057b430e981bed681d86239f78794b8dabf5d4327f61d4d5a9381f21cc0f8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:52 [ssh-agent] Looking for ssh-agent implementation... 07:00:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:52 $ docker exec b6057b430e981bed681d86239f78794b8dabf5d4327f61d4d5a9381f21cc0f8e ssh-agent 07:00:52 SSH_AUTH_SOCK=/tmp/ssh-VZKmMxxm5YlW/agent.11 07:00:52 SSH_AGENT_PID=16 07:00:52 Running ssh-add (command line suppressed) 07:00:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1926449265483199432.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1926449265483199432.key) 07:00:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:53 + git semver push 07:00:53 # -> Open(): unable to determine branch for HEAD 07:00:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:00:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:00:53 # $SEMVER_REMOTE_NAME = origin 07:00:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:00:53 # $SEMVER_USER_NAME = edgex-jenkins 07:00:53 # $SEMVER_BRANCH = master 07:00:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:00:59 $ docker exec --env ******** --env ******** b6057b430e981bed681d86239f78794b8dabf5d4327f61d4d5a9381f21cc0f8e ssh-agent -k 07:00:59 unset SSH_AUTH_SOCK; 07:00:59 unset SSH_AGENT_PID; 07:00:59 echo Agent pid 16 killed; 07:00:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:00 + git semver [Pipeline] } 07:01:00 $ docker stop --time=1 b6057b430e981bed681d86239f78794b8dabf5d4327f61d4d5a9381f21cc0f8e 07:01:01 $ docker rm -f b6057b430e981bed681d86239f78794b8dabf5d4327f61d4d5a9381f21cc0f8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:01:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:01:04 ---> package-listing.sh 07:01:04 ++ facter osfamily 07:01:04 ++ tr '[:upper:]' '[:lower:]' 07:01:04 + OS_FAMILY=redhat 07:01:04 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:01:04 + START_PACKAGES=/tmp/packages_start.txt 07:01:04 + END_PACKAGES=/tmp/packages_end.txt 07:01:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:01:04 + PACKAGES=/tmp/packages_start.txt 07:01:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:01:04 + PACKAGES=/tmp/packages_end.txt 07:01:04 + case "${OS_FAMILY}" in 07:01:04 + rpm -qa 07:01:04 + sort 07:01:09 + '[' -f /tmp/packages_start.txt ']' 07:01:09 + '[' -f /tmp/packages_end.txt ']' 07:01:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:01:09 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:01:09 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:01:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 07:01:09 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:01:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:01:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:01:10 07:01:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:01:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:01:10 alpine: Pulling from edgex-lftools-log-publisher 07:01:10 df20fa9351a1: Pulling fs layer 07:01:10 36b3adc4ff6f: Pulling fs layer 07:01:10 8ad3a11d3b57: Pulling fs layer 07:01:10 46f8f816bc3b: Pulling fs layer 07:01:10 93b61091891f: Pulling fs layer 07:01:10 93b9cdb0e59b: Pulling fs layer 07:01:10 5e14af77c1be: Pulling fs layer 07:01:10 01666e4c0597: Pulling fs layer 07:01:10 aa168da1d23b: Pulling fs layer 07:01:10 93b61091891f: Waiting 07:01:10 93b9cdb0e59b: Waiting 07:01:10 5e14af77c1be: Waiting 07:01:10 01666e4c0597: Waiting 07:01:10 aa168da1d23b: Waiting 07:01:10 46f8f816bc3b: Waiting 07:01:10 36b3adc4ff6f: Download complete 07:01:10 46f8f816bc3b: Download complete 07:01:10 df20fa9351a1: Verifying Checksum 07:01:10 df20fa9351a1: Download complete 07:01:10 93b9cdb0e59b: Verifying Checksum 07:01:10 93b9cdb0e59b: Download complete 07:01:10 5e14af77c1be: Verifying Checksum 07:01:10 5e14af77c1be: Download complete 07:01:10 93b61091891f: Verifying Checksum 07:01:10 93b61091891f: Download complete 07:01:11 df20fa9351a1: Pull complete 07:01:11 36b3adc4ff6f: Pull complete 07:01:11 8ad3a11d3b57: Verifying Checksum 07:01:11 8ad3a11d3b57: Download complete 07:01:11 01666e4c0597: Download complete 07:01:13 8ad3a11d3b57: Pull complete 07:01:13 46f8f816bc3b: Pull complete 07:01:13 93b61091891f: Pull complete 07:01:13 93b9cdb0e59b: Pull complete 07:01:13 5e14af77c1be: Pull complete 07:01:14 01666e4c0597: Pull complete 07:01:15 aa168da1d23b: Verifying Checksum 07:01:15 aa168da1d23b: Download complete 07:01:23 aa168da1d23b: Pull complete 07:01:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:01:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:01:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:01:23 prd-centos7-docker-4c-2g-21868 does not seem to be running inside a container 07:01:23 $ 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_master/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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:01:27 $ docker top 888bc850e99f7d8d64354cc748cfc6dd0163cf6ca1a4f7d869962a5e04a2a901 -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:27 + touch /tmp/pre-build-complete [Pipeline] sh 07:01:27 + mkdir -p /var/log/sa [Pipeline] sh 07:01:28 + ls /var/log/sa-host 07:01:28 + sadf -c /var/log/sa-host/sa21 07:01:28 file_magic: OK 07:01:28 HZ: Using current value: 100 07:01:28 file_header: OK 07:01:28 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 07:01:28 Statistics: 07:01:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:01:28 File successfully converted to sysstat format version 12.2.1 07:01:28 + sadf -c /var/log/sa-host/sa23 07:01:28 file_magic: OK 07:01:28 HZ: Using current value: 100 07:01:28 file_header: OK 07:01:28 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 07:01:28 Statistics: 07:01:28 Hnuu...uuuununununu... 07:01:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:01:28 provisioning config files... 07:01:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5269500882266439419tmp [Pipeline] { [Pipeline] echo 07:01:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:01:28 ---> create-netrc.sh [Pipeline] } 07:01:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:01:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:01:29 ---> python-tools-install.sh [Pipeline] echo 07:01:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:01:29 ---> sudo-logs.sh 07:01:29 Archiving 'sudo' log.. [Pipeline] echo 07:01:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:01:29 ---> job-cost.sh 07:01:29 lf-activate-venv: SKIPPING 07:01:29 INFO: No Stack... 07:01:31 INFO: Retrieving Pricing Info for: v1-standard-2 07:01:32 INFO: Archiving Costs [Pipeline] echo 07:01:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:01:32 ---> logs-deploy.sh 07:01:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/110 07:01:32 INFO: archiving workspace using pattern(s): 07:01:34 Archives upload complete. 07:01:34 INFO: archiving logs to Nexus 07:01:35 ---> uname -a: 07:01:35 Linux prd-centos7-docker-4c-2g-21868.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:01:35 07:01:35 07:01:35 ---> lscpu: 07:01:35 Architecture: x86_64 07:01:35 CPU op-mode(s): 32-bit, 64-bit 07:01:35 Byte Order: Little Endian 07:01:35 Address sizes: 40 bits physical, 48 bits virtual 07:01:35 CPU(s): 4 07:01:35 On-line CPU(s) list: 0-3 07:01:35 Thread(s) per core: 1 07:01:35 Core(s) per socket: 1 07:01:35 Socket(s): 4 07:01:35 NUMA node(s): 1 07:01:35 Vendor ID: GenuineIntel 07:01:35 CPU family: 6 07:01:35 Model: 44 07:01:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:01:35 Stepping: 1 07:01:35 CPU MHz: 2933.436 07:01:35 BogoMIPS: 5866.87 07:01:35 Virtualization: VT-x 07:01:35 Hypervisor vendor: KVM 07:01:35 Virtualization type: full 07:01:35 L1d cache: 128 KiB 07:01:35 L1i cache: 128 KiB 07:01:35 L2 cache: 16 MiB 07:01:35 L3 cache: 64 MiB 07:01:35 NUMA node0 CPU(s): 0-3 07:01:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:01:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:01:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:01:35 Vulnerability Meltdown: Mitigation; PTI 07:01:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:01:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:01:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:01:35 Vulnerability Srbds: Not affected 07:01:35 Vulnerability Tsx async abort: Not affected 07:01:35 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 07:01:35 07:01:35