Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21155 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 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 Commit message: "Merge pull request #743 from hahattan/issue-739" > git rev-list --no-walk 81b7f98a259e7befb955434734c5049d14a607c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T07:41:27.017Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T07:41:27.270Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T07:41:27.365Z] ========================================================= [2021-01-19T07:41:27.365Z] EdgeX Global Pipelines Version Info [2021-01-19T07:41:27.365Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:41:28.876Z] ------------------- [2021-01-19T07:41:28.876Z] stable info: [2021-01-19T07:41:28.876Z] ------------------- [2021-01-19T07:41:28.876Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T07:41:28.876Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T07:41:28.876Z] Message: update stable to v1.0.177 [2021-01-19T07:41:29.825Z] ------------------- [2021-01-19T07:41:29.825Z] experimental info: [2021-01-19T07:41:29.825Z] ------------------- [2021-01-19T07:41:29.825Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T07:41:29.825Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T07:41:29.825Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T07:41:30.102Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-19T07:41:30.207Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-19T07:41:30.297Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T07:41:30.428Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T07:41:30.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T07:41:30.649Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T07:41:30.733Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T07:41:30.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T07:41:30.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-19T07:41:30.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T07:41:31.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T07:41:31.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-19T07:41:31.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T07:41:31.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T07:41:31.499Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T07:41:31.590Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T07:41:31.679Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T07:41:31.764Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T07:41:31.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T07:41:31.950Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T07:41:32.036Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T07:41:32.121Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T07:41:32.210Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T07:41:32.298Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T07:41:32.383Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-19T07:41:32.500Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T07:41:32.584Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T07:41:32.671Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T07:41:32.754Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T07:41:32.848Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T07:41:32.932Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] echo [2021-01-19T07:41:33.014Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69f04b7 [Pipeline] echo [2021-01-19T07:41:33.125Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T07:41:33.382Z] provisioning config files... [2021-01-19T07:41:33.416Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config533482781571022929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:41:33.774Z] ---> docker-login.sh [2021-01-19T07:41:33.774Z] nexus3.edgexfoundry.org:10001 [2021-01-19T07:41:34.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:41:34.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:41:34.299Z] Configure a credential helper to remove this warning. See [2021-01-19T07:41:34.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:41:34.299Z] [2021-01-19T07:41:34.299Z] Login Succeeded [2021-01-19T07:41:34.299Z] nexus3.edgexfoundry.org:10002 [2021-01-19T07:41:34.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:41:34.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:41:34.562Z] Configure a credential helper to remove this warning. See [2021-01-19T07:41:34.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:41:34.562Z] [2021-01-19T07:41:34.562Z] Login Succeeded [2021-01-19T07:41:34.562Z] nexus3.edgexfoundry.org:10003 [2021-01-19T07:41:34.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:41:34.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:41:34.562Z] Configure a credential helper to remove this warning. See [2021-01-19T07:41:34.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:41:34.562Z] [2021-01-19T07:41:34.562Z] Login Succeeded [2021-01-19T07:41:34.562Z] nexus3.edgexfoundry.org:10004 [2021-01-19T07:41:34.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:41:34.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:41:34.825Z] Configure a credential helper to remove this warning. See [2021-01-19T07:41:34.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:41:34.825Z] [2021-01-19T07:41:34.825Z] Login Succeeded [2021-01-19T07:41:34.825Z] docker.io [2021-01-19T07:41:34.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:41:35.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:41:35.087Z] Configure a credential helper to remove this warning. See [2021-01-19T07:41:35.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:41:35.087Z] [2021-01-19T07:41:35.087Z] Login Succeeded [2021-01-19T07:41:35.087Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T07:41:35.097Z] 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 [2021-01-19T07:41:35.897Z] + git log --format=format:%s -1 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] echo [2021-01-19T07:41:35.966Z] GIT_COMMIT: 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb, Commit Message: Merge pull request #743 from hahattan/issue-739 [Pipeline] echo [2021-01-19T07:41:36.009Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:41:36.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:41:36.996Z] [2021-01-19T07:41:36.996Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:41:37.349Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:41:37.349Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T07:41:37.349Z] 31603596830f: Pulling fs layer [2021-01-19T07:41:37.349Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T07:41:37.349Z] 6ca5941a6612: Pulling fs layer [2021-01-19T07:41:37.349Z] ecc8261a40a4: Pulling fs layer [2021-01-19T07:41:37.349Z] ecc8261a40a4: Waiting [2021-01-19T07:41:37.349Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T07:41:37.349Z] 2a8b12db71e7: Download complete [2021-01-19T07:41:37.612Z] 31603596830f: Verifying Checksum [2021-01-19T07:41:37.612Z] 31603596830f: Download complete [2021-01-19T07:41:37.612Z] ecc8261a40a4: Verifying Checksum [2021-01-19T07:41:37.612Z] ecc8261a40a4: Download complete [2021-01-19T07:41:37.612Z] 6ca5941a6612: Verifying Checksum [2021-01-19T07:41:37.612Z] 6ca5941a6612: Download complete [2021-01-19T07:41:37.875Z] 31603596830f: Pull complete [2021-01-19T07:41:38.142Z] 2a8b12db71e7: Pull complete [2021-01-19T07:41:39.096Z] 6ca5941a6612: Pull complete [2021-01-19T07:41:39.097Z] ecc8261a40a4: Pull complete [2021-01-19T07:41:39.097Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T07:41:39.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:41:39.359Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T07:41:39.472Z] prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container [2021-01-19T07:41:39.531Z] $ 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 [2021-01-19T07:41:42.029Z] $ docker top c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T07:41:42.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T07:41:42.428Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T07:41:42.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T07:41:42.652Z] $ docker exec c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent [2021-01-19T07:41:42.820Z] SSH_AUTH_SOCK=/tmp/ssh-bLOY0OCXWQwT/agent.12 [2021-01-19T07:41:42.820Z] SSH_AGENT_PID=18 [2021-01-19T07:41:42.832Z] Running ssh-add (command line suppressed) [2021-01-19T07:41:42.973Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9003673516908493710.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9003673516908493710.key) [2021-01-19T07:41:43.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T07:41:43.362Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T07:41:43.433Z] $ docker exec --env ******** --env ******** c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent -k [2021-01-19T07:41:43.542Z] unset SSH_AUTH_SOCK; [2021-01-19T07:41:43.542Z] unset SSH_AGENT_PID; [2021-01-19T07:41:43.542Z] echo Agent pid 18 killed; [2021-01-19T07:41:43.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T07:41:43.750Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T07:41:43.751Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T07:41:43.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T07:41:43.922Z] $ docker exec c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent [2021-01-19T07:41:44.085Z] SSH_AUTH_SOCK=/tmp/ssh-VumZRdeyUy6v/agent.46 [2021-01-19T07:41:44.085Z] SSH_AGENT_PID=52 [2021-01-19T07:41:44.091Z] Running ssh-add (command line suppressed) [2021-01-19T07:41:44.209Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6349954423349004951.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6349954423349004951.key) [2021-01-19T07:41:44.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T07:41:44.588Z] + git semver init [2021-01-19T07:41:44.588Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T07:41:44.588Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-19T07:41:44.588Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-19T07:41:44.588Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T07:41:44.588Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T07:41:44.588Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T07:41:44.588Z] # $SEMVER_BRANCH = master [2021-01-19T07:41:44.588Z] # $SEMVER_TEMP = /tmp/semver-120319571 [2021-01-19T07:41:44.588Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-19T07:41:45.162Z] # '/tmp/semver-120319571' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-01-19T07:41:45.162Z] # -> Force: false [2021-01-19T07:41:45.162Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-19T07:41:45.176Z] $ docker exec --env ******** --env ******** c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent -k [2021-01-19T07:41:45.289Z] unset SSH_AUTH_SOCK; [2021-01-19T07:41:45.289Z] unset SSH_AGENT_PID; [2021-01-19T07:41:45.289Z] echo Agent pid 52 killed; [2021-01-19T07:41:45.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T07:41:45.822Z] + git semver [Pipeline] } [2021-01-19T07:41:45.839Z] $ docker stop --time=1 c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d [2021-01-19T07:41:47.258Z] $ docker rm -f c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T07:41:47.714Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T07:41:48.080Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T07:41:48.083Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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 [2021-01-19T07:42:03.584Z] Still waiting to schedule task [2021-01-19T07:42:03.585Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-19T07:42:03.586Z] Still waiting to schedule task [2021-01-19T07:42:03.586Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T07:43:36.637Z] Running on prd-centos7-docker-4c-2g-21161 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-19T07:43:36.686Z] Running in /w/workspace/device-sdk-go/109 [Pipeline] { [Pipeline] checkout [2021-01-19T07:43:39.194Z] using credential edgex-jenkins-ssh [2021-01-19T07:43:39.278Z] Cloning the remote Git repository [2021-01-19T07:43:39.051Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:43:39.153Z] > git init /w/workspace/device-sdk-go/109 # timeout=10 [2021-01-19T07:43:39.216Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:43:39.216Z] > git --version # timeout=10 [2021-01-19T07:43:39.228Z] > git --version # 'git version 2.24.3' [2021-01-19T07:43:39.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:43:39.271Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:43:40.640Z] Checking out Revision 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (master) [2021-01-19T07:43:40.021Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:43:40.027Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:43:40.039Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:43:40.056Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:43:40.056Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:43:40.061Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T07:43:40.500Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T07:43:40.506Z] > git checkout -f 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 [2021-01-19T07:43:43.944Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21158 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-19T07:43:43.993Z] Running in /w/workspace/device-sdk-go/109 [Pipeline] { [Pipeline] checkout [2021-01-19T07:43:44.196Z] Commit message: "Merge pull request #743 from hahattan/issue-739" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T07:43:45.715Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:43:46.048Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:43:46.349Z] + sudo service docker restart [2021-01-19T07:43:46.350Z] + true [2021-01-19T07:43:46.350Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T07:43:47.400Z] provisioning config files... [2021-01-19T07:43:47.427Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/109@tmp/config2848960317653307807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:43:47.794Z] ---> docker-login.sh [2021-01-19T07:43:47.794Z] nexus3.edgexfoundry.org:10001 [2021-01-19T07:43:48.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:48.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:48.060Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:48.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:48.060Z] [2021-01-19T07:43:48.060Z] Login Succeeded [2021-01-19T07:43:48.060Z] nexus3.edgexfoundry.org:10002 [2021-01-19T07:43:48.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:48.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:48.323Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:48.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:48.323Z] [2021-01-19T07:43:48.323Z] Login Succeeded [2021-01-19T07:43:48.323Z] nexus3.edgexfoundry.org:10003 [2021-01-19T07:43:48.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:48.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:48.323Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:48.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:48.323Z] [2021-01-19T07:43:48.323Z] Login Succeeded [2021-01-19T07:43:48.323Z] nexus3.edgexfoundry.org:10004 [2021-01-19T07:43:48.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:48.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:48.599Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:48.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:48.599Z] [2021-01-19T07:43:48.599Z] Login Succeeded [2021-01-19T07:43:48.599Z] docker.io [2021-01-19T07:43:48.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:43:48.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:43:48.864Z] Configure a credential helper to remove this warning. See [2021-01-19T07:43:48.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:43:48.864Z] [2021-01-19T07:43:48.864Z] Login Succeeded [2021-01-19T07:43:48.864Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T07:43:48.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T07:43:49.156Z] ========================================================= [2021-01-19T07:43:49.156Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T07:43:49.156Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:43:49.309Z] using credential edgex-jenkins-ssh [2021-01-19T07:43:49.385Z] Cloning the remote Git repository [2021-01-19T07:43:49.497Z] + 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 . [2021-01-19T07:43:49.497Z] Sending build context to Docker daemon 2.518MB [2021-01-19T07:43:49.497Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:43:49.497Z] Step 2/8 : FROM ${BASE} [2021-01-19T07:43:49.762Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T07:43:49.762Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T07:43:49.762Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T07:43:49.762Z] de9db76c5a1d: Pulling fs layer [2021-01-19T07:43:49.762Z] bca2f99d35d6: Pulling fs layer [2021-01-19T07:43:49.762Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T07:43:49.762Z] 7c6f9722023f: Pulling fs layer [2021-01-19T07:43:49.762Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T07:43:49.762Z] 93359f2a8cfa: Waiting [2021-01-19T07:43:49.762Z] 7c6f9722023f: Waiting [2021-01-19T07:43:49.762Z] a35cf1a2eb13: Waiting [2021-01-19T07:43:49.762Z] bca2f99d35d6: Waiting [2021-01-19T07:43:49.762Z] de9db76c5a1d: Verifying Checksum [2021-01-19T07:43:49.762Z] de9db76c5a1d: Download complete [2021-01-19T07:43:49.762Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T07:43:49.762Z] 0ef7d3d256c8: Download complete [2021-01-19T07:43:49.762Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T07:43:49.762Z] 93359f2a8cfa: Download complete [2021-01-19T07:43:49.762Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T07:43:49.762Z] 188c0c94c7c5: Download complete [2021-01-19T07:43:49.762Z] 7c6f9722023f: Verifying Checksum [2021-01-19T07:43:49.762Z] 7c6f9722023f: Download complete [2021-01-19T07:43:50.029Z] 188c0c94c7c5: Pull complete [2021-01-19T07:43:50.296Z] 0ef7d3d256c8: Pull complete [2021-01-19T07:43:50.296Z] de9db76c5a1d: Pull complete [2021-01-19T07:43:49.442Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:43:49.545Z] > git init /w/workspace/device-sdk-go/109 # timeout=10 [2021-01-19T07:43:49.638Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:43:49.639Z] > git --version # timeout=10 [2021-01-19T07:43:49.663Z] > git --version # 'git version 2.17.1' [2021-01-19T07:43:49.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:43:49.750Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:43:51.414Z] Checking out Revision 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (master) [2021-01-19T07:43:50.783Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:43:50.807Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T07:43:50.831Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T07:43:50.869Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T07:43:50.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T07:43:50.880Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T07:43:51.436Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T07:43:51.462Z] > git checkout -f 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 [2021-01-19T07:43:51.691Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T07:43:51.691Z] a35cf1a2eb13: Download complete [2021-01-19T07:43:52.647Z] bca2f99d35d6: Verifying Checksum [2021-01-19T07:43:52.647Z] bca2f99d35d6: Download complete [2021-01-19T07:43:55.801Z] Commit message: "Merge pull request #743 from hahattan/issue-739" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T07:43:57.287Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:43:57.703Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T07:43:57.972Z] bca2f99d35d6: Pull complete [2021-01-19T07:43:57.972Z] 93359f2a8cfa: Pull complete [2021-01-19T07:43:57.972Z] 7c6f9722023f: Pull complete [2021-01-19T07:43:58.054Z] + sudo service docker restart [2021-01-19T07:43:58.054Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T07:44:00.751Z] provisioning config files... [2021-01-19T07:44:00.788Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/109@tmp/config4565772688008024868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:44:01.208Z] ---> docker-login.sh [2021-01-19T07:44:01.208Z] nexus3.edgexfoundry.org:10001 [2021-01-19T07:44:01.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:44:02.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:44:02.416Z] Configure a credential helper to remove this warning. See [2021-01-19T07:44:02.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:44:02.416Z] [2021-01-19T07:44:02.416Z] Login Succeeded [2021-01-19T07:44:02.416Z] nexus3.edgexfoundry.org:10002 [2021-01-19T07:44:02.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:44:02.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:44:02.977Z] Configure a credential helper to remove this warning. See [2021-01-19T07:44:02.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:44:02.977Z] [2021-01-19T07:44:02.977Z] Login Succeeded [2021-01-19T07:44:02.977Z] nexus3.edgexfoundry.org:10003 [2021-01-19T07:44:03.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:44:03.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:44:03.247Z] Configure a credential helper to remove this warning. See [2021-01-19T07:44:03.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:44:03.247Z] [2021-01-19T07:44:03.247Z] Login Succeeded [2021-01-19T07:44:03.521Z] nexus3.edgexfoundry.org:10004 [2021-01-19T07:44:03.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:44:03.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:44:03.797Z] Configure a credential helper to remove this warning. See [2021-01-19T07:44:03.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:44:03.797Z] [2021-01-19T07:44:03.797Z] Login Succeeded [2021-01-19T07:44:03.797Z] docker.io [2021-01-19T07:44:04.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T07:44:04.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T07:44:04.666Z] Configure a credential helper to remove this warning. See [2021-01-19T07:44:04.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T07:44:04.666Z] [2021-01-19T07:44:04.666Z] Login Succeeded [2021-01-19T07:44:04.666Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T07:44:04.684Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T07:44:05.093Z] ========================================================= [2021-01-19T07:44:05.093Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T07:44:05.093Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:44:05.473Z] + 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 . [2021-01-19T07:44:06.085Z] Sending build context to Docker daemon 2.516MB [2021-01-19T07:44:06.085Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:44:06.085Z] Step 2/8 : FROM ${BASE} [2021-01-19T07:44:06.085Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T07:44:06.085Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T07:44:06.085Z] a4357932f1b6: Pulling fs layer [2021-01-19T07:44:06.085Z] 18c013af1878: Pulling fs layer [2021-01-19T07:44:06.085Z] 00ac8860ef70: Pulling fs layer [2021-01-19T07:44:06.085Z] 63d7cb157983: Pulling fs layer [2021-01-19T07:44:06.085Z] b116817d02f9: Pulling fs layer [2021-01-19T07:44:06.085Z] 745a02a5169b: Pulling fs layer [2021-01-19T07:44:06.085Z] 00ac8860ef70: Waiting [2021-01-19T07:44:06.085Z] 63d7cb157983: Waiting [2021-01-19T07:44:06.085Z] b116817d02f9: Waiting [2021-01-19T07:44:06.085Z] 18c013af1878: Verifying Checksum [2021-01-19T07:44:06.085Z] 18c013af1878: Download complete [2021-01-19T07:44:06.085Z] a4357932f1b6: Verifying Checksum [2021-01-19T07:44:06.085Z] a4357932f1b6: Download complete [2021-01-19T07:44:06.085Z] 63d7cb157983: Verifying Checksum [2021-01-19T07:44:06.085Z] 63d7cb157983: Download complete [2021-01-19T07:44:06.153Z] a35cf1a2eb13: Pull complete [2021-01-19T07:44:06.154Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T07:44:06.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T07:44:06.154Z] ---> a62c8e92a672 [2021-01-19T07:44:06.154Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:44:06.362Z] b116817d02f9: Verifying Checksum [2021-01-19T07:44:06.362Z] b116817d02f9: Download complete [2021-01-19T07:44:06.362Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T07:44:06.362Z] 5f621e34cdf4: Download complete [2021-01-19T07:44:06.730Z] ---> Running in d6a50c88e49b [2021-01-19T07:44:06.991Z] Removing intermediate container d6a50c88e49b [2021-01-19T07:44:06.991Z] ---> abf191c8b397 [2021-01-19T07:44:06.991Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:44:06.991Z] ---> Running in ad8f6a177a25 [2021-01-19T07:44:06.993Z] 5f621e34cdf4: Pull complete [2021-01-19T07:44:07.602Z] a4357932f1b6: Pull complete [2021-01-19T07:44:07.937Z] Removing intermediate container ad8f6a177a25 [2021-01-19T07:44:07.937Z] ---> b406d56b658a [2021-01-19T07:44:07.937Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T07:44:07.937Z] ---> Running in d4347b2b596f [2021-01-19T07:44:08.207Z] 18c013af1878: Pull complete [2021-01-19T07:44:08.485Z] 745a02a5169b: Verifying Checksum [2021-01-19T07:44:08.485Z] 745a02a5169b: Download complete [2021-01-19T07:44:08.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T07:44:09.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T07:44:09.470Z] 00ac8860ef70: Verifying Checksum [2021-01-19T07:44:09.470Z] 00ac8860ef70: Download complete [2021-01-19T07:44:10.399Z] OK: 166 MiB in 39 packages [2021-01-19T07:44:10.662Z] Removing intermediate container d4347b2b596f [2021-01-19T07:44:10.662Z] ---> e7d5c46f1973 [2021-01-19T07:44:10.662Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T07:44:10.662Z] ---> Running in b4e9604bd1d7 [2021-01-19T07:44:10.924Z] Removing intermediate container b4e9604bd1d7 [2021-01-19T07:44:10.924Z] ---> edbfe97804df [2021-01-19T07:44:10.924Z] Step 7/8 : COPY . . [2021-01-19T07:44:12.313Z] ---> f5c5d62ac876 [2021-01-19T07:44:12.313Z] Step 8/8 : RUN go mod download [2021-01-19T07:44:12.313Z] ---> Running in 8b7cc1098569 [2021-01-19T07:44:19.671Z] 00ac8860ef70: Pull complete [2021-01-19T07:44:19.945Z] 63d7cb157983: Pull complete [2021-01-19T07:44:20.221Z] b116817d02f9: Pull complete [2021-01-19T07:44:24.526Z] 745a02a5169b: Pull complete [2021-01-19T07:44:24.526Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T07:44:24.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T07:44:24.526Z] ---> b7e6874047d6 [2021-01-19T07:44:24.526Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:44:27.155Z] ---> Running in ab0f00826103 [2021-01-19T07:44:27.155Z] Removing intermediate container ab0f00826103 [2021-01-19T07:44:27.155Z] ---> 11d24da2702c [2021-01-19T07:44:27.155Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:44:27.425Z] ---> Running in 03081cd8fd1d [2021-01-19T07:44:30.055Z] Removing intermediate container 03081cd8fd1d [2021-01-19T07:44:30.055Z] ---> 4ff9e5fca985 [2021-01-19T07:44:30.055Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T07:44:30.055Z] ---> Running in c05d404ee98d [2021-01-19T07:44:30.506Z] Removing intermediate container 8b7cc1098569 [2021-01-19T07:44:30.506Z] ---> f20db21f73af [2021-01-19T07:44:30.506Z] Successfully built f20db21f73af [2021-01-19T07:44:30.506Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:44:30.844Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T07:44:30.844Z] . [Pipeline] withDockerContainer [2021-01-19T07:44:31.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T07:44:31.153Z] prd-centos7-docker-4c-2g-21161 does not seem to be running inside a container [2021-01-19T07:44:31.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@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-x86_64 cat [2021-01-19T07:44:31.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T07:44:32.150Z] $ docker top 37d5ec0d11cc422a10b1b58fc8a08750d8a87d6eba79ae64206f54e2f91e26e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:44:32.642Z] OK: 142 MiB in 39 packages [2021-01-19T07:44:32.699Z] + go version [2021-01-19T07:44:32.699Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T07:44:32.720Z] $ docker stop --time=1 37d5ec0d11cc422a10b1b58fc8a08750d8a87d6eba79ae64206f54e2f91e26e9 [2021-01-19T07:44:33.636Z] Removing intermediate container c05d404ee98d [2021-01-19T07:44:33.636Z] ---> a7fa477bf991 [2021-01-19T07:44:33.636Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T07:44:33.912Z] ---> Running in 3c3caf0607ed [2021-01-19T07:44:34.104Z] $ docker rm -f 37d5ec0d11cc422a10b1b58fc8a08750d8a87d6eba79ae64206f54e2f91e26e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-19T07:44:34.520Z] Removing intermediate container 3c3caf0607ed [2021-01-19T07:44:34.520Z] ---> 391c3c72f725 [2021-01-19T07:44:34.520Z] Step 7/8 : COPY . . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:44:35.062Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T07:44:35.062Z] . [Pipeline] withDockerContainer [2021-01-19T07:44:35.157Z] prd-centos7-docker-4c-2g-21161 does not seem to be running inside a container [2021-01-19T07:44:35.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@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-x86_64 cat [2021-01-19T07:44:35.956Z] ---> 596f888dd878 [2021-01-19T07:44:35.956Z] Step 8/8 : RUN go mod download [2021-01-19T07:44:35.956Z] ---> Running in e3616a816951 [2021-01-19T07:44:36.552Z] $ docker top 63941e8972049509813cf776d0948433dba3efa323822ba8966621549354da28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:44:37.028Z] + make test [2021-01-19T07:44:37.028Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T07:44:45.216Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T07:44:58.136Z] Removing intermediate container e3616a816951 [2021-01-19T07:44:58.136Z] ---> 80f1c7c5275c [2021-01-19T07:44:58.136Z] Successfully built 80f1c7c5275c [2021-01-19T07:44:58.136Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:44:58.485Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T07:44:58.485Z] . [Pipeline] withDockerContainer [2021-01-19T07:44:58.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-21158 does not seem to be running inside a container [2021-01-19T07:44:58.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@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-arm64 cat [2021-01-19T07:45:00.231Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T07:45:00.231Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T07:45:00.231Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T07:45:00.231Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.056s coverage: 19.4% of statements [2021-01-19T07:45:00.297Z] $ docker top 2ac832f74898b97223816a7c1ea28903b9d194f3e2f576178e17a00caea03410 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:45:01.269Z] + go version [2021-01-19T07:45:01.269Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T07:45:01.305Z] $ docker stop --time=1 2ac832f74898b97223816a7c1ea28903b9d194f3e2f576178e17a00caea03410 [2021-01-19T07:45:02.813Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.491s coverage: 97.1% of statements [2021-01-19T07:45:03.327Z] $ docker rm -f 2ac832f74898b97223816a7c1ea28903b9d194f3e2f576178e17a00caea03410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:45:04.344Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T07:45:04.344Z] . [Pipeline] withDockerContainer [2021-01-19T07:45:04.613Z] prd-ubuntu18.04-docker-arm64-4c-16g-21158 does not seem to be running inside a container [2021-01-19T07:45:04.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@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-arm64 cat [2021-01-19T07:45:06.282Z] $ docker top 7fb841cc61c1f2472270f9f3d1b129b7c00329422a4f17adff39b9e84f497cc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:45:07.299Z] + make test [2021-01-19T07:45:07.300Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T07:45:29.507Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.083s coverage: 9.4% of statements [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.054s coverage: 21.7% of statements [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.237s coverage: 43.2% of statements [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.281s coverage: 68.9% of statements [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.066s coverage: 53.8% of statements [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.064s coverage: 26.8% of statements [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.486s coverage: 68.9% of statements [2021-01-19T07:45:34.990Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 4.2% of statements [2021-01-19T07:45:34.990Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T07:45:34.990Z] GO111MODULE=on go vet ./... [2021-01-19T07:45:43.258Z] gofmt -l . [2021-01-19T07:45:43.258Z] [ "`gofmt -l .`" = "" ] [2021-01-19T07:45:43.258Z] ./bin/test-attribution-txt.sh [2021-01-19T07:45:43.258Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T07:45:43.274Z] $ docker stop --time=1 63941e8972049509813cf776d0948433dba3efa323822ba8966621549354da28 [2021-01-19T07:45:45.225Z] $ docker rm -f 63941e8972049509813cf776d0948433dba3efa323822ba8966621549354da28 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T07:45:45.960Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T07:45:46.332Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-19T07:45:48.927Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T07:45:49.224Z] + ls -al . [2021-01-19T07:45:49.224Z] total 224 [2021-01-19T07:45:49.224Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 07:45 . [2021-01-19T07:45:49.224Z] drwxrwxr-x. 4 jenkins jenkins 32 Jan 19 07:43 .. [2021-01-19T07:45:49.224Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 07:43 bin [2021-01-19T07:45:49.224Z] -rw-r--r--. 1 jenkins jenkins 143471 Jan 19 07:45 coverage.out [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 07:43 Dockerfile.build [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 07:43 .dockerignore [2021-01-19T07:45:49.224Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 07:43 example [2021-01-19T07:45:49.224Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 19 07:43 .git [2021-01-19T07:45:49.224Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 07:43 .github [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 07:43 .gitignore [2021-01-19T07:45:49.224Z] -rw-r--r--. 1 jenkins jenkins 491 Jan 19 07:45 go.mod [2021-01-19T07:45:49.224Z] -rw-r--r--. 1 jenkins jenkins 14124 Jan 19 07:45 go.sum [2021-01-19T07:45:49.224Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 07:43 internal [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 07:43 Jenkinsfile [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 07:43 LICENSE [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 07:43 Makefile [2021-01-19T07:45:49.224Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 07:43 openapi [2021-01-19T07:45:49.224Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 07:43 pkg [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 07:43 README.md [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 07:43 RELEASE-NOTES.txt [2021-01-19T07:45:49.224Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 07:43 snap [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 19 07:41 VERSION [2021-01-19T07:45:49.224Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 07:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:45:49.533Z] + 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=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb --label arch=amd64 --label version=2.0.0-dev.4 . [2021-01-19T07:45:49.796Z] Sending build context to Docker daemon 2.662MB [2021-01-19T07:45:49.796Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:45:49.796Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T07:45:49.796Z] ---> f20db21f73af [2021-01-19T07:45:49.796Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T07:45:50.371Z] ---> Running in e135e4830d93 [2021-01-19T07:45:50.635Z] Removing intermediate container e135e4830d93 [2021-01-19T07:45:50.635Z] ---> 482f15b2e4de [2021-01-19T07:45:50.635Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T07:45:50.635Z] ---> Running in 97da6e515632 [2021-01-19T07:45:50.898Z] Removing intermediate container 97da6e515632 [2021-01-19T07:45:50.898Z] ---> b3698904b933 [2021-01-19T07:45:50.898Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:45:50.898Z] ---> Running in 7d179b1d30ee [2021-01-19T07:45:50.898Z] Removing intermediate container 7d179b1d30ee [2021-01-19T07:45:50.898Z] ---> 0220d0bea79b [2021-01-19T07:45:50.898Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:45:51.168Z] ---> Running in f2be2a843df5 [2021-01-19T07:45:52.131Z] Removing intermediate container f2be2a843df5 [2021-01-19T07:45:52.131Z] ---> b773f8393cc0 [2021-01-19T07:45:52.131Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T07:45:52.403Z] ---> Running in 044e1c789941 [2021-01-19T07:45:52.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T07:45:53.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T07:45:54.194Z] OK: 166 MiB in 39 packages [2021-01-19T07:45:54.461Z] Removing intermediate container 044e1c789941 [2021-01-19T07:45:54.461Z] ---> b4559e1521f6 [2021-01-19T07:45:54.461Z] Step 8/24 : COPY . . [2021-01-19T07:45:55.856Z] ---> 7a174dde3024 [2021-01-19T07:45:55.856Z] Step 9/24 : RUN ${MAKE} [2021-01-19T07:45:55.856Z] ---> Running in 167c5afb0348 [2021-01-19T07:45:56.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T07:46:04.402Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T07:46:06.961Z] Removing intermediate container 167c5afb0348 [2021-01-19T07:46:06.961Z] ---> 39ad044f8f09 [2021-01-19T07:46:06.961Z] Step 10/24 : FROM scratch [2021-01-19T07:46:06.961Z] ---> [2021-01-19T07:46:06.961Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:46:06.961Z] ---> Running in aeb821a863b8 [2021-01-19T07:46:07.222Z] Removing intermediate container aeb821a863b8 [2021-01-19T07:46:07.222Z] ---> d6d424e3d9fd [2021-01-19T07:46:07.222Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T07:46:07.222Z] ---> Running in a4d1efb6f9f0 [2021-01-19T07:46:07.483Z] Removing intermediate container a4d1efb6f9f0 [2021-01-19T07:46:07.483Z] ---> 8b516198b43e [2021-01-19T07:46:07.483Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T07:46:07.483Z] ---> Running in d186136d165c [2021-01-19T07:46:07.748Z] Removing intermediate container d186136d165c [2021-01-19T07:46:07.748Z] ---> ef2fa572be3f [2021-01-19T07:46:07.748Z] Step 14/24 : WORKDIR / [2021-01-19T07:46:07.748Z] ---> Running in 2ba18a812c7f [2021-01-19T07:46:07.748Z] Removing intermediate container 2ba18a812c7f [2021-01-19T07:46:07.748Z] ---> 9424386e3948 [2021-01-19T07:46:07.748Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T07:46:08.321Z] ---> 8b3c67afac75 [2021-01-19T07:46:08.321Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T07:46:08.550Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T07:46:08.550Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T07:46:08.550Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T07:46:08.550Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.125s coverage: 19.4% of statements [2021-01-19T07:46:08.582Z] ---> cda7a6322346 [2021-01-19T07:46:08.582Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T07:46:08.843Z] ---> c6ba0e284754 [2021-01-19T07:46:08.843Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T07:46:09.105Z] ---> 07a2f6cdb2b6 [2021-01-19T07:46:09.105Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T07:46:09.372Z] ---> 9befeebfed15 [2021-01-19T07:46:09.372Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T07:46:09.372Z] ---> Running in a2cca3057124 [2021-01-19T07:46:09.372Z] Removing intermediate container a2cca3057124 [2021-01-19T07:46:09.372Z] ---> 1fea39af996a [2021-01-19T07:46:09.372Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T07:46:09.634Z] ---> Running in d9366e7edf12 [2021-01-19T07:46:09.634Z] Removing intermediate container d9366e7edf12 [2021-01-19T07:46:09.634Z] ---> 278e7e1942ab [2021-01-19T07:46:09.634Z] Step 22/24 : LABEL arch=amd64 [2021-01-19T07:46:09.898Z] ---> Running in 3027d2d30449 [2021-01-19T07:46:09.898Z] Removing intermediate container 3027d2d30449 [2021-01-19T07:46:09.898Z] ---> fb3baac88b3a [2021-01-19T07:46:09.898Z] Step 23/24 : LABEL git_sha=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [2021-01-19T07:46:10.161Z] ---> Running in f7253ca916fc [2021-01-19T07:46:10.161Z] Removing intermediate container f7253ca916fc [2021-01-19T07:46:10.161Z] ---> 79b73d922e44 [2021-01-19T07:46:10.161Z] Step 24/24 : LABEL version=2.0.0-dev.4 [2021-01-19T07:46:10.161Z] ---> Running in 433167be8b5d [2021-01-19T07:46:10.423Z] Removing intermediate container 433167be8b5d [2021-01-19T07:46:10.423Z] ---> b8679162ae55 [2021-01-19T07:46:10.423Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T07:46:10.423Z] Successfully built b8679162ae55 [2021-01-19T07:46:10.423Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T07:46:13.982Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.153s coverage: 97.1% of statements [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.138s coverage: 9.4% of statements [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.127s coverage: 21.7% of statements [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.596s coverage: 43.2% of statements [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.739s coverage: 68.9% of statements [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.203s coverage: 53.8% of statements [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.188s coverage: 26.8% of statements [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.737s coverage: 68.9% of statements [2021-01-19T07:46:46.357Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.123s coverage: 4.2% of statements [2021-01-19T07:46:46.357Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T07:46:46.357Z] GO111MODULE=on go vet ./... [2021-01-19T07:47:18.766Z] gofmt -l . [2021-01-19T07:47:18.766Z] [ "`gofmt -l .`" = "" ] [2021-01-19T07:47:18.766Z] ./bin/test-attribution-txt.sh [2021-01-19T07:47:18.766Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T07:47:18.788Z] $ docker stop --time=1 7fb841cc61c1f2472270f9f3d1b129b7c00329422a4f17adff39b9e84f497cc9 [2021-01-19T07:47:21.196Z] $ docker rm -f 7fb841cc61c1f2472270f9f3d1b129b7c00329422a4f17adff39b9e84f497cc9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T07:47:22.314Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T07:47:22.335Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T07:47:23.248Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T07:47:24.027Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T07:47:24.423Z] + ls -al . [2021-01-19T07:47:24.423Z] total 260 [2021-01-19T07:47:24.423Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 07:47 . [2021-01-19T07:47:24.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 .. [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 07:43 .dockerignore [2021-01-19T07:47:24.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 07:43 .git [2021-01-19T07:47:24.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:43 .github [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 07:43 .gitignore [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 07:43 Dockerfile.build [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 07:43 Jenkinsfile [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 07:43 LICENSE [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 07:43 Makefile [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 07:43 README.md [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 07:43 RELEASE-NOTES.txt [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 19 07:41 VERSION [2021-01-19T07:47:24.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:43 bin [2021-01-19T07:47:24.423Z] -rw-r--r-- 1 jenkins jenkins 143471 Jan 19 07:46 coverage.out [2021-01-19T07:47:24.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 example [2021-01-19T07:47:24.423Z] -rw-r--r-- 1 jenkins jenkins 491 Jan 19 07:47 go.mod [2021-01-19T07:47:24.423Z] -rw-r--r-- 1 jenkins jenkins 14124 Jan 19 07:47 go.sum [2021-01-19T07:47:24.423Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 07:43 internal [2021-01-19T07:47:24.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 openapi [2021-01-19T07:47:24.423Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 07:43 pkg [2021-01-19T07:47:24.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 snap [2021-01-19T07:47:24.423Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 07:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:47:24.812Z] + 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=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb --label arch=arm64 --label version=2.0.0-dev.4 . [2021-01-19T07:47:25.459Z] Sending build context to Docker daemon 2.661MB [2021-01-19T07:47:25.459Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T07:47:25.459Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T07:47:25.459Z] ---> 80f1c7c5275c [2021-01-19T07:47:25.459Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T07:47:25.736Z] ---> Running in 86cf01df32fa [2021-01-19T07:47:26.008Z] Removing intermediate container 86cf01df32fa [2021-01-19T07:47:26.008Z] ---> 8056b4107e56 [2021-01-19T07:47:26.008Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T07:47:26.278Z] ---> Running in 0f42b446882c [2021-01-19T07:47:26.553Z] Removing intermediate container 0f42b446882c [2021-01-19T07:47:26.553Z] ---> 7c8518848c04 [2021-01-19T07:47:26.553Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:47:26.840Z] ---> Running in d7f5da0eeb8e [2021-01-19T07:47:27.436Z] Removing intermediate container d7f5da0eeb8e [2021-01-19T07:47:27.436Z] ---> dcd296d53f82 [2021-01-19T07:47:27.436Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T07:47:27.436Z] ---> Running in 73963138304c [2021-01-19T07:47:29.416Z] Removing intermediate container 73963138304c [2021-01-19T07:47:29.416Z] ---> 4e4cd217119f [2021-01-19T07:47:29.416Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T07:47:29.691Z] ---> Running in 8bfe88a97b61 [2021-01-19T07:47:30.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T07:47:31.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T07:47:32.257Z] OK: 142 MiB in 39 packages [2021-01-19T07:47:33.238Z] Removing intermediate container 8bfe88a97b61 [2021-01-19T07:47:33.239Z] ---> bcbe7567a921 [2021-01-19T07:47:33.239Z] Step 8/24 : COPY . . [2021-01-19T07:47:34.675Z] ---> 8d7959e788a7 [2021-01-19T07:47:34.675Z] Step 9/24 : RUN ${MAKE} [2021-01-19T07:47:34.675Z] ---> Running in 3f4bacf8f94a [2021-01-19T07:47:36.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T07:48:02.918Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T07:48:03.889Z] Removing intermediate container 3f4bacf8f94a [2021-01-19T07:48:03.889Z] ---> 3931b317fbf3 [2021-01-19T07:48:03.889Z] Step 10/24 : FROM scratch [2021-01-19T07:48:03.889Z] ---> [2021-01-19T07:48:03.889Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T07:48:03.889Z] ---> Running in 32d314a38d28 [2021-01-19T07:48:04.163Z] Removing intermediate container 32d314a38d28 [2021-01-19T07:48:04.163Z] ---> b8d978fe0ab0 [2021-01-19T07:48:04.163Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T07:48:04.435Z] ---> Running in b4f314288e02 [2021-01-19T07:48:04.708Z] Removing intermediate container b4f314288e02 [2021-01-19T07:48:04.708Z] ---> c87e46e340e9 [2021-01-19T07:48:04.708Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T07:48:04.980Z] ---> Running in f0e59ea55bc0 [2021-01-19T07:48:05.252Z] Removing intermediate container f0e59ea55bc0 [2021-01-19T07:48:05.252Z] ---> 386c525f10ce [2021-01-19T07:48:05.252Z] Step 14/24 : WORKDIR / [2021-01-19T07:48:05.524Z] ---> Running in b91a4c28000c [2021-01-19T07:48:05.798Z] Removing intermediate container b91a4c28000c [2021-01-19T07:48:05.798Z] ---> f1cf81fb845e [2021-01-19T07:48:05.798Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T07:48:07.269Z] ---> 0e2f98dd21f3 [2021-01-19T07:48:07.269Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T07:48:07.869Z] ---> afb89e4507ce [2021-01-19T07:48:07.869Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T07:48:08.463Z] ---> 3274dcc579c7 [2021-01-19T07:48:08.464Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T07:48:09.059Z] ---> f10366440745 [2021-01-19T07:48:09.059Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T07:48:10.038Z] ---> 2207a11f9406 [2021-01-19T07:48:10.038Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T07:48:10.038Z] ---> Running in 7143829a2f81 [2021-01-19T07:48:10.640Z] Removing intermediate container 7143829a2f81 [2021-01-19T07:48:10.640Z] ---> b6b0ebdfb8f7 [2021-01-19T07:48:10.640Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T07:48:10.640Z] ---> Running in 9d829f1aac42 [2021-01-19T07:48:11.242Z] Removing intermediate container 9d829f1aac42 [2021-01-19T07:48:11.242Z] ---> 763205b9e471 [2021-01-19T07:48:11.242Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T07:48:11.242Z] ---> Running in 1c4223dd72dd [2021-01-19T07:48:11.840Z] Removing intermediate container 1c4223dd72dd [2021-01-19T07:48:11.840Z] ---> 0f2eb1e41cfd [2021-01-19T07:48:11.840Z] Step 23/24 : LABEL git_sha=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [2021-01-19T07:48:11.840Z] ---> Running in db6dc96e715b [2021-01-19T07:48:12.436Z] Removing intermediate container db6dc96e715b [2021-01-19T07:48:12.436Z] ---> 3ac6bb1808a0 [2021-01-19T07:48:12.436Z] Step 24/24 : LABEL version=2.0.0-dev.4 [2021-01-19T07:48:12.436Z] ---> Running in b77a3eb2abc3 [2021-01-19T07:48:13.030Z] Removing intermediate container b77a3eb2abc3 [2021-01-19T07:48:13.030Z] ---> 126e5227f13a [2021-01-19T07:48:13.030Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T07:48:13.030Z] Successfully built 126e5227f13a [2021-01-19T07:48:13.030Z] 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 [2021-01-19T07:48:14.557Z] provisioning config files... [2021-01-19T07:48:14.569Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1655092252487476348tmp [Pipeline] { [Pipeline] sh [2021-01-19T07:48:14.957Z] + set +x [2021-01-19T07:48:14.957Z] + curl -s https://codecov.io/bash [2021-01-19T07:48:14.957Z] + bash -s -- [2021-01-19T07:48:15.220Z] [2021-01-19T07:48:15.220Z] _____ _ [2021-01-19T07:48:15.220Z] / ____| | | [2021-01-19T07:48:15.220Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T07:48:15.220Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T07:48:15.220Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T07:48:15.220Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T07:48:15.220Z] Bash-20210115-cec3c92 [2021-01-19T07:48:15.220Z] [2021-01-19T07:48:15.220Z] [2021-01-19T07:48:15.220Z] ==> git version 2.24.3 found [2021-01-19T07:48:15.220Z] ==> 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 [2021-01-19T07:48:15.220Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T07:48:15.220Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T07:48:15.220Z] ==> Jenkins CI detected. [2021-01-19T07:48:15.220Z] project root: . [2021-01-19T07:48:15.220Z] --> token set from env [2021-01-19T07:48:15.220Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T07:48:15.220Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T07:48:15.220Z] ==> Python coveragepy not found [2021-01-19T07:48:15.220Z] ==> Searching for coverage reports in: [2021-01-19T07:48:15.220Z] + . [2021-01-19T07:48:15.220Z] -> Found 1 reports [2021-01-19T07:48:15.220Z] ==> Detecting git/mercurial file structure [2021-01-19T07:48:15.220Z] ==> Reading reports [2021-01-19T07:48:15.220Z] + ./coverage.out bytes=143471 [2021-01-19T07:48:15.220Z] ==> Appending adjustments [2021-01-19T07:48:15.220Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T07:48:15.796Z] + Found adjustments [2021-01-19T07:48:15.796Z] ==> Gzipping contents [2021-01-19T07:48:15.796Z] 24K /tmp/codecov.PjsIQh.gz [2021-01-19T07:48:15.796Z] ==> Uploading reports [2021-01-19T07:48:15.796Z] url: https://codecov.io [2021-01-19T07:48:15.796Z] query: branch=master&commit=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T07:48:15.796Z] -> Pinging Codecov [2021-01-19T07:48:15.796Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T07:48:16.372Z] -> Uploading to [2021-01-19T07:48:16.372Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb/291905e3-8eba-465f-9695-7b7fc31a6bfd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T074816Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f66eb6c1da21215155b0ade2a967fd9cebafcf9331066d0cb7c048205b8d432d [2021-01-19T07:48:16.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T07:48:16.372Z] Dload Upload Total Spent Left Speed [2021-01-19T07:48:16.956Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22235 0 0 100 22235 0 51297 --:--:-- --:--:-- --:--:-- 51232 100 22235 0 0 100 22235 0 51278 --:--:-- --:--:-- --:--:-- 51232 [2021-01-19T07:48:16.956Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] } [2021-01-19T07:48:16.966Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T07:48:17.766Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T07:48:17.825Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:48:18.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T07:48:18.166Z] [2021-01-19T07:48:18.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:48:18.519Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T07:48:18.519Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T07:48:18.519Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T07:48:18.519Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T07:48:18.519Z] de9db76c5a1d: Pulling fs layer [2021-01-19T07:48:18.519Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T07:48:18.520Z] 0d57e429df01: Pulling fs layer [2021-01-19T07:48:18.520Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T07:48:18.520Z] e1f770b5df2f: Pulling fs layer [2021-01-19T07:48:18.520Z] 85a0685a4137: Pulling fs layer [2021-01-19T07:48:18.520Z] 4e4be7b47b0d: Waiting [2021-01-19T07:48:18.520Z] 0eba1c9be4d2: Waiting [2021-01-19T07:48:18.520Z] e1f770b5df2f: Waiting [2021-01-19T07:48:18.520Z] 0d57e429df01: Waiting [2021-01-19T07:48:18.520Z] de9db76c5a1d: Download complete [2021-01-19T07:48:18.520Z] 0ef7d3d256c8: Download complete [2021-01-19T07:48:18.520Z] 0d57e429df01: Download complete [2021-01-19T07:48:18.520Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T07:48:18.520Z] 4e4be7b47b0d: Download complete [2021-01-19T07:48:18.520Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T07:48:18.520Z] 188c0c94c7c5: Download complete [2021-01-19T07:48:19.097Z] 188c0c94c7c5: Pull complete [2021-01-19T07:48:19.097Z] 0ef7d3d256c8: Pull complete [2021-01-19T07:48:19.365Z] de9db76c5a1d: Pull complete [2021-01-19T07:48:20.313Z] e1f770b5df2f: Verifying Checksum [2021-01-19T07:48:20.313Z] e1f770b5df2f: Download complete [2021-01-19T07:48:21.715Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T07:48:21.715Z] 0eba1c9be4d2: Download complete [2021-01-19T07:48:22.668Z] 85a0685a4137: Verifying Checksum [2021-01-19T07:48:22.668Z] 85a0685a4137: Download complete [2021-01-19T07:48:28.005Z] 0eba1c9be4d2: Pull complete [2021-01-19T07:48:28.005Z] 0d57e429df01: Pull complete [2021-01-19T07:48:28.005Z] 4e4be7b47b0d: Pull complete [2021-01-19T07:48:29.927Z] e1f770b5df2f: Pull complete [2021-01-19T07:48:38.113Z] 85a0685a4137: Pull complete [2021-01-19T07:48:38.113Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T07:48:38.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T07:48:38.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T07:48:38.318Z] prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container [2021-01-19T07:48:38.371Z] $ 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 [2021-01-19T07:48:39.400Z] $ docker top 0610911c2e4890ed67467de0816a59996c3c39e080febb8f31a52ee09eef4119 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T07:48:39.588Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T07:48:39.888Z] + set -o pipefail [2021-01-19T07:48:39.888Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T07:48:46.523Z] [2021-01-19T07:48:46.523Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-01-19T07:48:46.523Z] [2021-01-19T07:48:46.523Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/e8ced178-0d94-459f-9b2e-16bc07ebde23 [2021-01-19T07:48:46.523Z] [2021-01-19T07:48:46.523Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T07:48:46.523Z] [2021-01-19T07:48:46.523Z] [Pipeline] } [2021-01-19T07:48:46.541Z] $ docker stop --time=1 0610911c2e4890ed67467de0816a59996c3c39e080febb8f31a52ee09eef4119 [2021-01-19T07:48:49.101Z] $ docker rm -f 0610911c2e4890ed67467de0816a59996c3c39e080febb8f31a52ee09eef4119 [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 [2021-01-19T07:48:50.414Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T07:48:50.511Z] provisioning config files... [2021-01-19T07:48:50.521Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4213666273017346597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:48:50.921Z] --> edgex-publish-swagger.sh [2021-01-19T07:48:50.921Z] === Publish openapi/v1 API === [2021-01-19T07:48:50.921Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-19T07:48:50.921Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-01-19T07:48:50.921Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T07:48:50.921Z] Dload Upload Total Spent Left Speed [2021-01-19T07:48:51.496Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 27013 --:--:-- --:--:-- --:--:-- 27028 [2021-01-19T07:48:51.496Z] [2021-01-19T07:48:51.496Z] [2021-01-19T07:48:51.496Z] === Publish openapi/v2 API === [2021-01-19T07:48:51.496Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-19T07:48:51.496Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-01-19T07:48:51.496Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T07:48:51.496Z] Dload Upload Total Spent Left Speed [2021-01-19T07:48:52.334Z] 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 57616 --:--:-- --:--:-- --:--:-- 57607 [2021-01-19T07:48:52.335Z] [2021-01-19T07:48:52.335Z] [Pipeline] } [2021-01-19T07:48:52.345Z] 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 [2021-01-19T07:48:53.195Z] + git log --format=format:%s -1 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:48:53.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:48:53.506Z] . [Pipeline] withDockerContainer [2021-01-19T07:48:53.603Z] prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container [2021-01-19T07:48:53.651Z] $ 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 [2021-01-19T07:48:54.496Z] $ docker top fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T07:48:54.779Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T07:48:54.780Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T07:48:55.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T07:48:55.022Z] $ docker exec fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 ssh-agent [2021-01-19T07:48:55.190Z] SSH_AUTH_SOCK=/tmp/ssh-xdO7m2IjObZV/agent.12 [2021-01-19T07:48:55.190Z] SSH_AGENT_PID=18 [2021-01-19T07:48:55.197Z] Running ssh-add (command line suppressed) [2021-01-19T07:48:55.328Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8892615832049338186.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8892615832049338186.key) [2021-01-19T07:48:55.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T07:48:55.720Z] + git semver tag [2021-01-19T07:48:55.720Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T07:48:55.720Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-19T07:48:55.720Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-19T07:48:55.720Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T07:48:55.720Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T07:48:55.720Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T07:48:55.720Z] # $SEMVER_BRANCH = master [2021-01-19T07:48:55.720Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-19T07:48:55.720Z] # 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb HEAD [2021-01-19T07:48:55.720Z] # -> Force: false [2021-01-19T07:48:55.720Z] # 6f6dcc30ee89ba11b9842ba01be760168de741c5 refs/tags/v2.0.0-dev.4 [Pipeline] } [2021-01-19T07:48:55.734Z] $ docker exec --env ******** --env ******** fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 ssh-agent -k [2021-01-19T07:48:55.855Z] unset SSH_AUTH_SOCK; [2021-01-19T07:48:55.855Z] unset SSH_AGENT_PID; [2021-01-19T07:48:55.856Z] echo Agent pid 18 killed; [2021-01-19T07:48:55.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T07:48:56.375Z] + git semver [Pipeline] } [2021-01-19T07:48:56.393Z] $ docker stop --time=1 fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 [2021-01-19T07:48:57.769Z] $ docker rm -f fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:48:58.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T07:48:58.377Z] [2021-01-19T07:48:58.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:48:58.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T07:48:58.723Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T07:48:58.723Z] ab5ef0e58194: Pulling fs layer [2021-01-19T07:48:58.723Z] 9712f1f96733: Pulling fs layer [2021-01-19T07:48:58.723Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T07:48:58.723Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T07:48:58.723Z] e9a5061849ea: Pulling fs layer [2021-01-19T07:48:58.723Z] d747dcd14b5f: Pulling fs layer [2021-01-19T07:48:58.723Z] 2de7ff778b66: Pulling fs layer [2021-01-19T07:48:58.723Z] 0d9ebad4ef96: Waiting [2021-01-19T07:48:58.723Z] d747dcd14b5f: Waiting [2021-01-19T07:48:58.723Z] 2de7ff778b66: Waiting [2021-01-19T07:48:58.723Z] e9a5061849ea: Waiting [2021-01-19T07:48:58.723Z] 9712f1f96733: Verifying Checksum [2021-01-19T07:48:58.723Z] 9712f1f96733: Download complete [2021-01-19T07:49:00.270Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T07:49:00.270Z] 63f879dbbcfc: Download complete [2021-01-19T07:49:00.585Z] e9a5061849ea: Verifying Checksum [2021-01-19T07:49:00.585Z] e9a5061849ea: Download complete [2021-01-19T07:49:00.585Z] d747dcd14b5f: Verifying Checksum [2021-01-19T07:49:00.585Z] d747dcd14b5f: Download complete [2021-01-19T07:49:01.179Z] 2de7ff778b66: Verifying Checksum [2021-01-19T07:49:01.179Z] 2de7ff778b66: Download complete [2021-01-19T07:49:01.179Z] ab5ef0e58194: Verifying Checksum [2021-01-19T07:49:01.179Z] ab5ef0e58194: Download complete [2021-01-19T07:49:01.179Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T07:49:01.179Z] 0d9ebad4ef96: Download complete [2021-01-19T07:49:06.514Z] ab5ef0e58194: Pull complete [2021-01-19T07:49:06.514Z] 9712f1f96733: Pull complete [2021-01-19T07:49:09.071Z] 63f879dbbcfc: Pull complete [2021-01-19T07:49:15.697Z] 0d9ebad4ef96: Pull complete [2021-01-19T07:49:16.646Z] e9a5061849ea: Pull complete [2021-01-19T07:49:16.908Z] d747dcd14b5f: Pull complete [2021-01-19T07:49:19.470Z] 2de7ff778b66: Pull complete [2021-01-19T07:49:19.470Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T07:49:19.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T07:49:19.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T07:49:19.672Z] prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container [2021-01-19T07:49:19.719Z] $ 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 [2021-01-19T07:49:23.615Z] $ docker top d02c8f39ceb4cb6522c57da30418ec909a7702b8a3e0e970f935af2566e1dba5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T07:49:23.877Z] provisioning config files... [2021-01-19T07:49:23.891Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4356573802336363432tmp [2021-01-19T07:49:23.908Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6076093132322982480tmp [2021-01-19T07:49:23.923Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1236548251819983964tmp [Pipeline] { [Pipeline] echo [2021-01-19T07:49:23.977Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:49:24.292Z] ---> sigul-configuration.sh [2021-01-19T07:49:24.292Z] gpg: directory `/root/.gnupg' created [2021-01-19T07:49:24.292Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T07:49:24.292Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T07:49:24.292Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T07:49:24.292Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T07:49:24.292Z] gpg: CAST5 encrypted data [2021-01-19T07:49:24.554Z] gpg: encrypted with 1 passphrase [2021-01-19T07:49:24.554Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T07:49:24.855Z] + mkdir /home/jenkins [2021-01-19T07:49:24.855Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T07:49:25.158Z] + 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 [2021-01-19T07:49:25.170Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:49:25.467Z] ---> sigul-install.sh [2021-01-19T07:49:30.775Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T07:49:31.077Z] + git tag --list [2021-01-19T07:49:31.077Z] 0.7.1 [2021-01-19T07:49:31.077Z] delhi-tag [2021-01-19T07:49:31.077Z] v1.0.0 [2021-01-19T07:49:31.077Z] v1.1.0 [2021-01-19T07:49:31.077Z] v1.1.1 [2021-01-19T07:49:31.077Z] v1.1.2 [2021-01-19T07:49:31.077Z] v1.2.0 [2021-01-19T07:49:31.077Z] v1.2.1 [2021-01-19T07:49:31.077Z] v1.2.2 [2021-01-19T07:49:31.077Z] v1.2.3 [2021-01-19T07:49:31.077Z] v1.2.4-dev.1 [2021-01-19T07:49:31.077Z] v1.2.4-dev.10 [2021-01-19T07:49:31.077Z] v1.2.4-dev.11 [2021-01-19T07:49:31.077Z] v1.2.4-dev.12 [2021-01-19T07:49:31.077Z] v1.2.4-dev.13 [2021-01-19T07:49:31.077Z] v1.2.4-dev.14 [2021-01-19T07:49:31.077Z] v1.2.4-dev.15 [2021-01-19T07:49:31.077Z] v1.2.4-dev.16 [2021-01-19T07:49:31.077Z] v1.2.4-dev.17 [2021-01-19T07:49:31.077Z] v1.2.4-dev.18 [2021-01-19T07:49:31.077Z] v1.2.4-dev.19 [2021-01-19T07:49:31.077Z] v1.2.4-dev.2 [2021-01-19T07:49:31.077Z] v1.2.4-dev.20 [2021-01-19T07:49:31.077Z] v1.2.4-dev.21 [2021-01-19T07:49:31.077Z] v1.2.4-dev.22 [2021-01-19T07:49:31.077Z] v1.2.4-dev.23 [2021-01-19T07:49:31.077Z] v1.2.4-dev.24 [2021-01-19T07:49:31.077Z] v1.2.4-dev.25 [2021-01-19T07:49:31.077Z] v1.2.4-dev.26 [2021-01-19T07:49:31.077Z] v1.2.4-dev.27 [2021-01-19T07:49:31.077Z] v1.2.4-dev.28 [2021-01-19T07:49:31.077Z] v1.2.4-dev.29 [2021-01-19T07:49:31.077Z] v1.2.4-dev.3 [2021-01-19T07:49:31.077Z] v1.2.4-dev.30 [2021-01-19T07:49:31.077Z] v1.2.4-dev.31 [2021-01-19T07:49:31.077Z] v1.2.4-dev.32 [2021-01-19T07:49:31.077Z] v1.2.4-dev.33 [2021-01-19T07:49:31.077Z] v1.2.4-dev.34 [2021-01-19T07:49:31.077Z] v1.2.4-dev.35 [2021-01-19T07:49:31.077Z] v1.2.4-dev.4 [2021-01-19T07:49:31.077Z] v1.2.4-dev.5 [2021-01-19T07:49:31.077Z] v1.2.4-dev.6 [2021-01-19T07:49:31.077Z] v1.2.4-dev.7 [2021-01-19T07:49:31.077Z] v1.2.4-dev.8 [2021-01-19T07:49:31.077Z] v1.2.4-dev.9 [2021-01-19T07:49:31.077Z] v1.3.0 [2021-01-19T07:49:31.077Z] v1.3.1-dev.1 [2021-01-19T07:49:31.077Z] v1.3.1-dev.10 [2021-01-19T07:49:31.077Z] v1.3.1-dev.2 [2021-01-19T07:49:31.077Z] v1.3.1-dev.3 [2021-01-19T07:49:31.077Z] v1.3.1-dev.4 [2021-01-19T07:49:31.077Z] v1.3.1-dev.5 [2021-01-19T07:49:31.077Z] v1.3.1-dev.6 [2021-01-19T07:49:31.077Z] v1.3.1-dev.7 [2021-01-19T07:49:31.077Z] v1.3.1-dev.8 [2021-01-19T07:49:31.077Z] v1.3.1-dev.9 [2021-01-19T07:49:31.077Z] v1.4.0 [2021-01-19T07:49:31.077Z] v1.4.1-dev.1 [2021-01-19T07:49:31.077Z] v1.4.1-dev.2 [2021-01-19T07:49:31.077Z] v1.4.1-dev.3 [2021-01-19T07:49:31.077Z] v1.4.1-dev.4 [2021-01-19T07:49:31.077Z] v1.4.1-dev.5 [2021-01-19T07:49:31.077Z] v1.4.1-dev.6 [2021-01-19T07:49:31.077Z] v1.4.1-dev.7 [2021-01-19T07:49:31.077Z] v2.0.0-dev.1 [2021-01-19T07:49:31.077Z] v2.0.0-dev.2 [2021-01-19T07:49:31.077Z] v2.0.0-dev.3 [2021-01-19T07:49:31.077Z] v2.0.0-dev.4 [Pipeline] sh [2021-01-19T07:49:31.381Z] + lftools sign git-tag v2.0.0-dev.4 [2021-01-19T07:49:32.771Z] Signing Git tag with Sigul... [2021-01-19T07:49:32.771Z] Signing v2.0.0-dev.4 [Pipeline] echo [2021-01-19T07:49:33.731Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:49:34.028Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T07:49:34.038Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T07:49:34.125Z] $ docker stop --time=1 d02c8f39ceb4cb6522c57da30418ec909a7702b8a3e0e970f935af2566e1dba5 [2021-01-19T07:49:36.108Z] $ docker rm -f d02c8f39ceb4cb6522c57da30418ec909a7702b8a3e0e970f935af2566e1dba5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:49:37.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:49:37.016Z] . [Pipeline] withDockerContainer [2021-01-19T07:49:37.119Z] prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container [2021-01-19T07:49:37.164Z] $ 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 [2021-01-19T07:49:37.861Z] $ docker top 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T07:49:38.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T07:49:38.147Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T07:49:38.344Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T07:49:38.348Z] $ docker exec 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 ssh-agent [2021-01-19T07:49:38.526Z] SSH_AUTH_SOCK=/tmp/ssh-saDw9PuSqXh0/agent.11 [2021-01-19T07:49:38.526Z] SSH_AGENT_PID=17 [2021-01-19T07:49:38.533Z] Running ssh-add (command line suppressed) [2021-01-19T07:49:38.661Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9093533927507094841.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9093533927507094841.key) [2021-01-19T07:49:38.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T07:49:39.058Z] + git semver bump pre [2021-01-19T07:49:39.058Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T07:49:39.058Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-19T07:49:39.058Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-19T07:49:39.058Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T07:49:39.058Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T07:49:39.058Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T07:49:39.058Z] # $SEMVER_BRANCH = master [2021-01-19T07:49:39.058Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-19T07:49:39.058Z] 2.0.0-dev.5 [Pipeline] } [2021-01-19T07:49:39.071Z] $ docker exec --env ******** --env ******** 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 ssh-agent -k [2021-01-19T07:49:39.190Z] unset SSH_AUTH_SOCK; [2021-01-19T07:49:39.190Z] unset SSH_AGENT_PID; [2021-01-19T07:49:39.190Z] echo Agent pid 17 killed; [2021-01-19T07:49:39.243Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T07:49:39.704Z] + git semver [Pipeline] } [2021-01-19T07:49:39.721Z] $ docker stop --time=1 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 [2021-01-19T07:49:41.069Z] $ docker rm -f 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:49:41.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T07:49:41.575Z] . [Pipeline] withDockerContainer [2021-01-19T07:49:41.687Z] prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container [2021-01-19T07:49:41.735Z] $ 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 [2021-01-19T07:49:42.352Z] $ docker top e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T07:49:42.645Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T07:49:42.646Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T07:49:42.826Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T07:49:42.830Z] $ docker exec e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 ssh-agent [2021-01-19T07:49:43.007Z] SSH_AUTH_SOCK=/tmp/ssh-TD2CPoszpCXJ/agent.11 [2021-01-19T07:49:43.007Z] SSH_AGENT_PID=16 [2021-01-19T07:49:43.014Z] Running ssh-add (command line suppressed) [2021-01-19T07:49:43.137Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5235243526675491972.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5235243526675491972.key) [2021-01-19T07:49:43.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T07:49:43.527Z] + git semver push [2021-01-19T07:49:43.789Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T07:49:43.789Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-19T07:49:43.789Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-19T07:49:43.789Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T07:49:43.789Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T07:49:43.789Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T07:49:43.789Z] # $SEMVER_BRANCH = master [2021-01-19T07:49:43.789Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-19T07:49:51.956Z] $ docker exec --env ******** --env ******** e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 ssh-agent -k [2021-01-19T07:49:52.079Z] unset SSH_AUTH_SOCK; [2021-01-19T07:49:52.079Z] unset SSH_AGENT_PID; [2021-01-19T07:49:52.080Z] echo Agent pid 16 killed; [2021-01-19T07:49:52.127Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T07:49:52.700Z] + git semver [Pipeline] } [2021-01-19T07:49:52.718Z] $ docker stop --time=1 e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 [2021-01-19T07:49:54.088Z] $ docker rm -f e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 [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 [2021-01-19T07:49:55.457Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:49:56.024Z] ---> package-listing.sh [2021-01-19T07:49:56.024Z] ++ facter osfamily [2021-01-19T07:49:56.024Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T07:49:56.024Z] + OS_FAMILY=redhat [2021-01-19T07:49:56.024Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-01-19T07:49:56.024Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T07:49:56.024Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T07:49:56.024Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T07:49:56.024Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T07:49:56.024Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-19T07:49:56.024Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T07:49:56.024Z] + case "${OS_FAMILY}" in [2021-01-19T07:49:56.024Z] + rpm -qa [2021-01-19T07:49:56.024Z] + sort [2021-01-19T07:50:01.330Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T07:50:01.330Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T07:50:01.330Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T07:50:01.330Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-19T07:50:01.330Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-01-19T07:50:01.330Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-01-19T07:50:01.348Z] 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 [2021-01-19T07:50:01.654Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:50:01.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T07:50:01.973Z] [2021-01-19T07:50:01.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T07:50:02.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T07:50:02.342Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T07:50:02.342Z] df20fa9351a1: Pulling fs layer [2021-01-19T07:50:02.342Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T07:50:02.342Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T07:50:02.342Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T07:50:02.342Z] 93b61091891f: Pulling fs layer [2021-01-19T07:50:02.342Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T07:50:02.342Z] 5e14af77c1be: Pulling fs layer [2021-01-19T07:50:02.342Z] 01666e4c0597: Pulling fs layer [2021-01-19T07:50:02.342Z] 46f8f816bc3b: Waiting [2021-01-19T07:50:02.342Z] aa168da1d23b: Pulling fs layer [2021-01-19T07:50:02.342Z] 93b61091891f: Waiting [2021-01-19T07:50:02.342Z] 93b9cdb0e59b: Waiting [2021-01-19T07:50:02.342Z] 5e14af77c1be: Waiting [2021-01-19T07:50:02.342Z] aa168da1d23b: Waiting [2021-01-19T07:50:02.342Z] 01666e4c0597: Waiting [2021-01-19T07:50:02.342Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T07:50:02.342Z] 36b3adc4ff6f: Download complete [2021-01-19T07:50:02.342Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T07:50:02.342Z] 46f8f816bc3b: Download complete [2021-01-19T07:50:02.342Z] df20fa9351a1: Verifying Checksum [2021-01-19T07:50:02.342Z] df20fa9351a1: Download complete [2021-01-19T07:50:02.610Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T07:50:02.610Z] 93b9cdb0e59b: Download complete [2021-01-19T07:50:02.610Z] 5e14af77c1be: Verifying Checksum [2021-01-19T07:50:02.610Z] 5e14af77c1be: Download complete [2021-01-19T07:50:02.610Z] 93b61091891f: Verifying Checksum [2021-01-19T07:50:02.610Z] 93b61091891f: Download complete [2021-01-19T07:50:02.610Z] 01666e4c0597: Verifying Checksum [2021-01-19T07:50:02.610Z] 01666e4c0597: Download complete [2021-01-19T07:50:02.610Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T07:50:02.610Z] 8ad3a11d3b57: Download complete [2021-01-19T07:50:02.873Z] df20fa9351a1: Pull complete [2021-01-19T07:50:03.134Z] 36b3adc4ff6f: Pull complete [2021-01-19T07:50:04.552Z] aa168da1d23b: Download complete [2021-01-19T07:50:04.814Z] 8ad3a11d3b57: Pull complete [2021-01-19T07:50:05.077Z] 46f8f816bc3b: Pull complete [2021-01-19T07:50:05.651Z] 93b61091891f: Pull complete [2021-01-19T07:50:05.651Z] 93b9cdb0e59b: Pull complete [2021-01-19T07:50:05.915Z] 5e14af77c1be: Pull complete [2021-01-19T07:50:05.915Z] 01666e4c0597: Pull complete [2021-01-19T07:50:14.119Z] aa168da1d23b: Pull complete [2021-01-19T07:50:14.119Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T07:50:14.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T07:50:14.119Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T07:50:14.258Z] prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container [2021-01-19T07:50:14.305Z] $ 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 [2021-01-19T07:50:16.219Z] $ docker top 62df67cc25eb94be6ee3966dda25363f9302fc3eef11938552528043f37640dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T07:50:16.747Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T07:50:17.048Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T07:50:17.346Z] + ls /var/log/sa-host [2021-01-19T07:50:17.346Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T07:50:17.347Z] file_magic: OK [2021-01-19T07:50:17.347Z] HZ: Using current value: 100 [2021-01-19T07:50:17.347Z] file_header: OK [2021-01-19T07:50:17.347Z] 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 [2021-01-19T07:50:17.347Z] Statistics: [2021-01-19T07:50:17.347Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T07:50:17.347Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T07:50:17.347Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T07:50:17.347Z] file_magic: OK [2021-01-19T07:50:17.347Z] HZ: Using current value: 100 [2021-01-19T07:50:17.347Z] file_header: OK [2021-01-19T07:50:17.347Z] 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 [2021-01-19T07:50:17.347Z] Statistics: [2021-01-19T07:50:17.347Z] Hnuu...uuuununununu... [2021-01-19T07:50:17.347Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T07:50:17.547Z] provisioning config files... [2021-01-19T07:50:17.569Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7036216787672250187tmp [Pipeline] { [Pipeline] echo [2021-01-19T07:50:17.694Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:50:17.992Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T07:50:18.001Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T07:50:18.119Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:50:18.414Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T07:50:18.425Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:50:18.724Z] ---> sudo-logs.sh [2021-01-19T07:50:18.724Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T07:50:18.735Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:50:19.034Z] ---> job-cost.sh [2021-01-19T07:50:19.034Z] lf-activate-venv: SKIPPING [2021-01-19T07:50:19.034Z] INFO: No Stack... [2021-01-19T07:50:19.980Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T07:50:20.553Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T07:50:20.568Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T07:50:20.869Z] ---> logs-deploy.sh [2021-01-19T07:50:20.869Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/109 [2021-01-19T07:50:20.869Z] INFO: archiving workspace using pattern(s): [2021-01-19T07:50:22.796Z] Archives upload complete. [2021-01-19T07:50:22.796Z] INFO: archiving logs to Nexus [2021-01-19T07:50:23.746Z] ---> uname -a: [2021-01-19T07:50:23.746Z] Linux prd-centos7-docker-4c-2g-21155.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] ---> lscpu: [2021-01-19T07:50:23.746Z] Architecture: x86_64 [2021-01-19T07:50:23.746Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T07:50:23.746Z] Byte Order: Little Endian [2021-01-19T07:50:23.746Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T07:50:23.746Z] CPU(s): 4 [2021-01-19T07:50:23.746Z] On-line CPU(s) list: 0-3 [2021-01-19T07:50:23.746Z] Thread(s) per core: 1 [2021-01-19T07:50:23.746Z] Core(s) per socket: 1 [2021-01-19T07:50:23.746Z] Socket(s): 4 [2021-01-19T07:50:23.746Z] NUMA node(s): 1 [2021-01-19T07:50:23.746Z] Vendor ID: GenuineIntel [2021-01-19T07:50:23.746Z] CPU family: 6 [2021-01-19T07:50:23.746Z] Model: 44 [2021-01-19T07:50:23.746Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T07:50:23.746Z] Stepping: 1 [2021-01-19T07:50:23.746Z] CPU MHz: 2933.438 [2021-01-19T07:50:23.746Z] BogoMIPS: 5866.87 [2021-01-19T07:50:23.746Z] Virtualization: VT-x [2021-01-19T07:50:23.746Z] Hypervisor vendor: KVM [2021-01-19T07:50:23.746Z] Virtualization type: full [2021-01-19T07:50:23.746Z] L1d cache: 128 KiB [2021-01-19T07:50:23.746Z] L1i cache: 128 KiB [2021-01-19T07:50:23.746Z] L2 cache: 16 MiB [2021-01-19T07:50:23.746Z] L3 cache: 64 MiB [2021-01-19T07:50:23.746Z] NUMA node0 CPU(s): 0-3 [2021-01-19T07:50:23.746Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T07:50:23.746Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T07:50:23.746Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T07:50:23.746Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T07:50:23.746Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T07:50:23.746Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T07:50:23.746Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T07:50:23.746Z] Vulnerability Srbds: Not affected [2021-01-19T07:50:23.746Z] Vulnerability Tsx async abort: Not affected [2021-01-19T07:50:23.746Z] 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 [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] ---> nproc: [2021-01-19T07:50:23.746Z] 4 [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] ---> df -h: [2021-01-19T07:50:23.746Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T07:50:23.746Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-19T07:50:23.746Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T07:50:23.746Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T07:50:23.746Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-19T07:50:23.746Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] ---> free -m: [2021-01-19T07:50:23.746Z] total used free shared buff/cache available [2021-01-19T07:50:23.746Z] Mem: 1837 842 147 0 847 929 [2021-01-19T07:50:23.746Z] Swap: 1023 2 1021 [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] ---> ip addr: [2021-01-19T07:50:23.746Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T07:50:23.746Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T07:50:23.746Z] inet 127.0.0.1/8 scope host lo [2021-01-19T07:50:23.746Z] valid_lft forever preferred_lft forever [2021-01-19T07:50:23.746Z] inet6 ::1/128 scope host [2021-01-19T07:50:23.746Z] valid_lft forever preferred_lft forever [2021-01-19T07:50:23.746Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T07:50:23.746Z] link/ether fa:16:3e:7c:fc:f2 brd ff:ff:ff:ff:ff:ff [2021-01-19T07:50:23.746Z] inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T07:50:23.746Z] valid_lft 85831sec preferred_lft 85831sec [2021-01-19T07:50:23.746Z] inet6 fe80::f816:3eff:fe7c:fcf2/64 scope link [2021-01-19T07:50:23.746Z] valid_lft forever preferred_lft forever [2021-01-19T07:50:23.746Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T07:50:23.746Z] link/ether 02:42:80:f4:f9:a2 brd ff:ff:ff:ff:ff:ff [2021-01-19T07:50:23.746Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T07:50:23.746Z] valid_lft forever preferred_lft forever [2021-01-19T07:50:23.746Z] inet6 fe80::42:80ff:fef4:f9a2/64 scope link [2021-01-19T07:50:23.746Z] valid_lft forever preferred_lft forever [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] ---> sar -b -r -n DEV: [2021-01-19T07:50:23.746Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] 07:40:43 LINUX RESTART (4 CPU) [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] 07:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T07:50:23.746Z] 07:42:01 174.07 87.00 87.07 0.00 9621.04 39291.05 0.00 [2021-01-19T07:50:23.746Z] 07:43:02 2.65 0.00 2.65 0.00 0.00 57.36 0.00 [2021-01-19T07:50:23.746Z] 07:44:01 0.68 0.00 0.68 0.00 0.00 8.91 0.00 [2021-01-19T07:50:23.746Z] 07:45:01 0.32 0.00 0.32 0.00 0.00 4.85 0.00 [2021-01-19T07:50:23.746Z] 07:46:01 0.22 0.00 0.22 0.00 0.00 2.60 0.00 [2021-01-19T07:50:23.746Z] 07:47:01 0.25 0.00 0.25 0.00 0.00 3.45 0.00 [2021-01-19T07:50:23.746Z] 07:48:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 [2021-01-19T07:50:23.746Z] 07:49:01 322.26 199.20 123.06 0.00 9385.06 39134.24 0.00 [2021-01-19T07:50:23.746Z] 07:50:01 247.70 117.06 130.64 0.00 7799.37 29454.57 0.00 [2021-01-19T07:50:23.746Z] Average: 83.35 44.91 38.44 0.00 2985.41 12023.94 0.00 [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] 07:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T07:50:23.746Z] 07:42:01 159336 0 629856 33.48 2620 1089732 1111868 37.95 442364 1080384 128 [2021-01-19T07:50:23.746Z] 07:43:02 163300 0 625768 33.26 2620 1089856 1083764 36.99 442496 1077340 20 [2021-01-19T07:50:23.746Z] 07:44:01 163236 0 625824 33.26 2620 1089864 1083800 36.99 452588 1067336 20 [2021-01-19T07:50:23.746Z] 07:45:01 162956 0 626104 33.28 2620 1089864 1083888 36.99 452728 1067336 8 [2021-01-19T07:50:23.746Z] 07:46:01 162988 0 626064 33.27 2620 1089872 1078592 36.81 458524 1061968 8 [2021-01-19T07:50:23.746Z] 07:47:01 162244 0 626804 33.31 2620 1089876 1078712 36.81 469892 1050996 8 [2021-01-19T07:50:23.746Z] 07:48:01 162928 0 626116 33.28 2620 1089880 1078768 36.82 469952 1050996 16 [2021-01-19T07:50:23.746Z] 07:49:01 74032 0 760648 40.43 2580 1044284 1542672 52.65 618340 943628 98460 [2021-01-19T07:50:23.746Z] 07:50:01 125544 0 791300 42.06 1492 963208 1126124 38.43 587060 831340 176 [2021-01-19T07:50:23.746Z] Average: 148507 0 659832 35.07 2490 1070715 1140910 38.94 488216 1025703 10983 [2021-01-19T07:50:23.746Z] [2021-01-19T07:50:23.746Z] 07:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T07:50:23.746Z] 07:42:01 eth0 566.63 375.47 1097.74 97.41 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.746Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.746Z] 07:42:01 docker0 10.52 8.70 1.53 21.72 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:43:02 eth0 5.41 2.50 2.69 0.70 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:44:01 eth0 2.46 0.93 0.93 0.61 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:45:01 eth0 0.68 0.30 0.29 0.23 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:46:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:47:01 eth0 1.40 0.43 0.46 0.27 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:48:01 eth0 0.68 0.28 0.28 0.20 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:49:01 eth0 866.31 744.05 7444.33 114.74 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:49:01 docker0 33.39 31.92 3.03 156.05 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:50:01 eth0 157.40 92.24 276.59 33.79 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] 07:50:01 docker0 45.05 76.14 2.70 205.11 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] Average: eth0 178.39 135.47 982.85 27.61 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] Average: docker0 9.91 13.00 0.81 42.64 0.00 0.00 0.00 0.00 [2021-01-19T07:50:23.747Z] [2021-01-19T07:50:23.747Z] [2021-01-19T07:50:23.747Z] ---> sar -P ALL: [2021-01-19T07:50:23.747Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T07:50:23.747Z] [2021-01-19T07:50:23.747Z] 07:40:43 LINUX RESTART (4 CPU) [2021-01-19T07:50:23.747Z] [2021-01-19T07:50:23.747Z] 07:41:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T07:50:23.747Z] 07:42:01 all 14.08 0.00 8.39 6.53 0.05 70.94 [2021-01-19T07:50:23.747Z] 07:42:01 0 14.14 0.00 11.09 3.93 0.03 70.80 [2021-01-19T07:50:23.747Z] 07:42:01 1 14.05 0.00 7.42 6.47 0.05 72.01 [2021-01-19T07:50:23.747Z] 07:42:01 2 13.23 0.00 7.75 8.68 0.07 70.27 [2021-01-19T07:50:23.747Z] 07:42:01 3 14.90 0.00 7.31 7.04 0.07 70.67 [2021-01-19T07:50:23.747Z] 07:43:02 all 0.21 0.00 0.07 0.00 0.01 99.71 [2021-01-19T07:50:23.747Z] 07:43:02 0 0.18 0.00 0.07 0.00 0.02 99.73 [2021-01-19T07:50:23.747Z] 07:43:02 1 0.10 0.00 0.08 0.00 0.02 99.80 [2021-01-19T07:50:23.747Z] 07:43:02 2 0.12 0.00 0.08 0.00 0.00 99.80 [2021-01-19T07:50:23.747Z] 07:43:02 3 0.45 0.00 0.03 0.00 0.02 99.50 [2021-01-19T07:50:23.747Z] 07:44:01 all 0.19 0.00 0.08 0.00 0.16 99.57 [2021-01-19T07:50:23.747Z] 07:44:01 0 0.29 0.00 0.07 0.00 0.10 99.54 [2021-01-19T07:50:23.747Z] 07:44:01 1 0.05 0.00 0.08 0.00 0.05 99.81 [2021-01-19T07:50:23.747Z] 07:44:01 2 0.29 0.00 0.12 0.00 0.29 99.31 [2021-01-19T07:50:23.747Z] 07:44:01 3 0.15 0.00 0.03 0.00 0.19 99.63 [2021-01-19T07:50:23.747Z] 07:45:01 all 0.15 0.00 0.05 0.00 0.04 99.76 [2021-01-19T07:50:23.747Z] 07:45:01 0 0.05 0.00 0.05 0.00 0.03 99.87 [2021-01-19T07:50:23.747Z] 07:45:01 1 0.13 0.00 0.05 0.00 0.03 99.78 [2021-01-19T07:50:23.747Z] 07:45:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2021-01-19T07:50:23.747Z] 07:45:01 3 0.40 0.00 0.07 0.00 0.05 99.48 [2021-01-19T07:50:23.747Z] 07:46:01 all 0.18 0.00 0.06 0.00 0.02 99.75 [2021-01-19T07:50:23.747Z] 07:46:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-19T07:50:23.747Z] 07:46:01 1 0.53 0.00 0.03 0.00 0.02 99.42 [2021-01-19T07:50:23.747Z] 07:46:01 2 0.03 0.00 0.10 0.00 0.03 99.83 [2021-01-19T07:50:23.747Z] 07:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T07:50:23.747Z] 07:47:01 all 0.15 0.00 0.08 0.00 0.00 99.77 [2021-01-19T07:50:23.747Z] 07:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T07:50:23.747Z] 07:47:01 1 0.48 0.00 0.08 0.00 0.02 99.42 [2021-01-19T07:50:23.747Z] 07:47:01 2 0.05 0.00 0.17 0.00 0.00 99.78 [2021-01-19T07:50:23.747Z] 07:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T07:50:23.747Z] 07:48:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-19T07:50:23.747Z] 07:48:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T07:50:23.747Z] 07:48:01 1 0.48 0.00 0.02 0.00 0.00 99.50 [2021-01-19T07:50:23.747Z] 07:48:01 2 0.10 0.00 0.03 0.00 0.00 99.87 [2021-01-19T07:50:23.747Z] 07:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T07:50:23.747Z] 07:49:01 all 11.14 0.00 8.14 3.33 0.08 77.31 [2021-01-19T07:50:23.747Z] 07:49:01 0 11.09 0.00 9.40 2.31 0.09 77.12 [2021-01-19T07:50:23.747Z] 07:49:01 1 11.21 0.00 7.51 5.00 0.05 76.23 [2021-01-19T07:50:23.747Z] 07:49:01 2 11.19 0.00 7.61 3.37 0.09 77.75 [2021-01-19T07:50:23.747Z] 07:49:01 3 11.07 0.00 8.06 2.62 0.09 78.16 [2021-01-19T07:50:23.747Z] 07:50:01 all 10.58 0.00 7.89 4.51 0.06 76.95 [2021-01-19T07:50:23.747Z] 07:50:01 0 8.82 0.00 7.98 4.17 0.09 78.95 [2021-01-19T07:50:23.747Z] 07:50:01 1 9.36 0.00 7.70 5.32 0.09 77.54 [2021-01-19T07:50:23.747Z] 07:50:01 2 11.60 0.00 8.20 4.66 0.03 75.51 [2021-01-19T07:50:23.747Z] 07:50:01 3 12.57 0.00 7.66 3.91 0.05 75.81 [2021-01-19T07:50:23.747Z] Average: all 4.05 0.00 2.72 1.58 0.05 91.61 [2021-01-19T07:50:23.747Z] Average: 0 3.81 0.00 3.15 1.14 0.04 91.86 [2021-01-19T07:50:23.747Z] Average: 1 4.01 0.00 2.52 1.85 0.04 91.59 [2021-01-19T07:50:23.747Z] Average: 2 4.02 0.00 2.65 1.84 0.06 91.43 [2021-01-19T07:50:23.747Z] Average: 3 4.35 0.00 2.55 1.49 0.05 91.55 [2021-01-19T07:50:23.747Z] [2021-01-19T07:50:23.747Z] [2021-01-19T07:50:23.747Z]