Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4525aed633a2d28dffb46d50cb0e81f75e767df3 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16110 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 4525aed633a2d28dffb46d50cb0e81f75e767df3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 Commit message: "Merge pull request #661 from weichou1229/issue-657" > git rev-list --no-walk d0df7b9da6961378affa4a44df784d03e7885d3e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T15:57:17.870Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T15:57:18.154Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T15:57:18.293Z] ========================================================= [2020-12-15T15:57:18.293Z] EdgeX Global Pipelines Version Info [2020-12-15T15:57:18.293Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T15:57:20.852Z] ------------------- [2020-12-15T15:57:20.852Z] stable info: [2020-12-15T15:57:20.852Z] ------------------- [2020-12-15T15:57:20.852Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T15:57:20.852Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T15:57:20.852Z] Message: update stable to v1.0.172 [2020-12-15T15:57:21.861Z] ------------------- [2020-12-15T15:57:21.861Z] experimental info: [2020-12-15T15:57:21.861Z] ------------------- [2020-12-15T15:57:21.861Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T15:57:21.861Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T15:57:21.861Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T15:57:22.206Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-15T15:57:22.303Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-15T15:57:22.411Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T15:57:22.511Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T15:57:22.604Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T15:57:22.698Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T15:57:22.791Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T15:57:22.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T15:57:22.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-15T15:57:23.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T15:57:23.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T15:57:23.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-15T15:57:23.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T15:57:23.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T15:57:23.606Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T15:57:23.723Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T15:57:23.818Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T15:57:23.913Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T15:57:24.013Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T15:57:24.113Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-15T15:57:24.218Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T15:57:24.316Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T15:57:24.410Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-15T15:57:24.512Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-15T15:57:24.657Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-15T15:57:24.750Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T15:57:24.842Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-15T15:57:24.934Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-15T15:57:25.028Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-15T15:57:25.131Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] echo [2020-12-15T15:57:25.224Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4525aed [Pipeline] echo [2020-12-15T15:57:25.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T15:57:25.570Z] provisioning config files... [2020-12-15T15:57:25.600Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4554711733678237581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T15:57:26.043Z] ---> docker-login.sh [2020-12-15T15:57:26.043Z] nexus3.edgexfoundry.org:10001 [2020-12-15T15:57:26.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T15:57:26.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T15:57:26.909Z] Configure a credential helper to remove this warning. See [2020-12-15T15:57:26.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T15:57:26.909Z] [2020-12-15T15:57:26.909Z] Login Succeeded [2020-12-15T15:57:26.909Z] nexus3.edgexfoundry.org:10002 [2020-12-15T15:57:27.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T15:57:27.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T15:57:27.197Z] Configure a credential helper to remove this warning. See [2020-12-15T15:57:27.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T15:57:27.197Z] [2020-12-15T15:57:27.197Z] Login Succeeded [2020-12-15T15:57:27.197Z] nexus3.edgexfoundry.org:10003 [2020-12-15T15:57:27.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T15:57:27.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T15:57:27.752Z] Configure a credential helper to remove this warning. See [2020-12-15T15:57:27.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T15:57:27.752Z] [2020-12-15T15:57:27.752Z] Login Succeeded [2020-12-15T15:57:27.752Z] nexus3.edgexfoundry.org:10004 [2020-12-15T15:57:28.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T15:57:28.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T15:57:28.388Z] Configure a credential helper to remove this warning. See [2020-12-15T15:57:28.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T15:57:28.388Z] [2020-12-15T15:57:28.388Z] Login Succeeded [2020-12-15T15:57:28.388Z] docker.io [2020-12-15T15:57:28.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T15:57:29.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T15:57:29.264Z] Configure a credential helper to remove this warning. See [2020-12-15T15:57:29.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T15:57:29.264Z] [2020-12-15T15:57:29.264Z] Login Succeeded [2020-12-15T15:57:29.264Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T15:57:29.274Z] 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 [2020-12-15T15:57:30.221Z] + git log --format=format:%s -1 4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] echo [2020-12-15T15:57:30.353Z] GIT_COMMIT: 4525aed633a2d28dffb46d50cb0e81f75e767df3, Commit Message: Merge pull request #661 from weichou1229/issue-657 [Pipeline] echo [2020-12-15T15:57:30.483Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-15T15:57:31.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T15:57:31.532Z] [2020-12-15T15:57:31.532Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T15:57:31.952Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T15:57:31.952Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T15:57:31.952Z] 31603596830f: Pulling fs layer [2020-12-15T15:57:31.952Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T15:57:31.952Z] 6ca5941a6612: Pulling fs layer [2020-12-15T15:57:31.952Z] ecc8261a40a4: Pulling fs layer [2020-12-15T15:57:31.952Z] ecc8261a40a4: Waiting [2020-12-15T15:57:31.952Z] 2a8b12db71e7: Verifying Checksum [2020-12-15T15:57:31.952Z] 2a8b12db71e7: Download complete [2020-12-15T15:57:32.234Z] 31603596830f: Verifying Checksum [2020-12-15T15:57:32.234Z] 31603596830f: Download complete [2020-12-15T15:57:32.522Z] ecc8261a40a4: Verifying Checksum [2020-12-15T15:57:32.522Z] ecc8261a40a4: Download complete [2020-12-15T15:57:32.791Z] 6ca5941a6612: Verifying Checksum [2020-12-15T15:57:32.791Z] 6ca5941a6612: Download complete [2020-12-15T15:57:33.062Z] 31603596830f: Pull complete [2020-12-15T15:57:33.345Z] 2a8b12db71e7: Pull complete [2020-12-15T15:57:34.809Z] 6ca5941a6612: Pull complete [2020-12-15T15:57:35.099Z] ecc8261a40a4: Pull complete [2020-12-15T15:57:35.099Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T15:57:35.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T15:57:35.367Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T15:57:35.601Z] prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container [2020-12-15T15:57:35.724Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T15:57:39.055Z] $ docker top 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T15:57:39.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T15:57:39.639Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T15:57:39.996Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T15:57:40.004Z] $ docker exec 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent [2020-12-15T15:57:40.255Z] SSH_AUTH_SOCK=/tmp/ssh-nFvtqfzP5nja/agent.11 [2020-12-15T15:57:40.255Z] SSH_AGENT_PID=17 [2020-12-15T15:57:40.271Z] Running ssh-add (command line suppressed) [2020-12-15T15:57:40.431Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5778453618191681793.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5778453618191681793.key) [2020-12-15T15:57:40.502Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T15:57:40.859Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T15:57:40.933Z] $ docker exec --env ******** --env ******** 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent -k [2020-12-15T15:57:41.385Z] unset SSH_AUTH_SOCK; [2020-12-15T15:57:41.386Z] unset SSH_AGENT_PID; [2020-12-15T15:57:41.386Z] echo Agent pid 17 killed; [2020-12-15T15:57:41.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T15:57:41.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T15:57:41.709Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T15:57:42.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T15:57:42.263Z] $ docker exec 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent [2020-12-15T15:57:42.891Z] SSH_AUTH_SOCK=/tmp/ssh-dlPhggxXorVd/agent.47 [2020-12-15T15:57:42.891Z] SSH_AGENT_PID=53 [2020-12-15T15:57:42.901Z] Running ssh-add (command line suppressed) [2020-12-15T15:57:43.241Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2769412006158847023.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2769412006158847023.key) [2020-12-15T15:57:43.363Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T15:57:44.174Z] + git semver init [2020-12-15T15:57:44.174Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T15:57:44.174Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-15T15:57:44.174Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-15T15:57:44.174Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T15:57:44.174Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T15:57:44.174Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T15:57:44.174Z] # $SEMVER_BRANCH = master [2020-12-15T15:57:44.174Z] # $SEMVER_TEMP = /tmp/semver-846291443 [2020-12-15T15:57:44.174Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-15T15:57:45.616Z] # '/tmp/semver-846291443' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-12-15T15:57:45.616Z] # -> Force: false [2020-12-15T15:57:45.616Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-12-15T15:57:45.641Z] $ docker exec --env ******** --env ******** 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent -k [2020-12-15T15:57:45.952Z] unset SSH_AUTH_SOCK; [2020-12-15T15:57:45.953Z] unset SSH_AGENT_PID; [2020-12-15T15:57:45.953Z] echo Agent pid 53 killed; [2020-12-15T15:57:46.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T15:57:46.725Z] + git semver [Pipeline] } [2020-12-15T15:57:46.756Z] $ docker stop --time=1 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 [2020-12-15T15:57:48.409Z] $ docker rm -f 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T15:57:49.240Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T15:57:49.979Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T15:57:49.982Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.8 [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 [2020-12-15T15:58:05.920Z] Still waiting to schedule task [2020-12-15T15:58:05.921Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-15T15:58:05.924Z] Still waiting to schedule task [2020-12-15T15:58:05.924Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-15T15:59:55.167Z] Running on prd-centos7-docker-4c-2g-16113 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-15T15:59:55.226Z] Running in /w/workspace/device-sdk-go/95 [Pipeline] { [Pipeline] checkout [2020-12-15T15:59:57.657Z] using credential edgex-jenkins-ssh [2020-12-15T15:59:57.706Z] Cloning the remote Git repository [2020-12-15T15:59:57.738Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T15:59:57.813Z] > git init /w/workspace/device-sdk-go/95 # timeout=10 [2020-12-15T15:59:57.873Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T15:59:57.873Z] > git --version # timeout=10 [2020-12-15T15:59:57.881Z] > git --version # 'git version 2.24.3' [2020-12-15T15:59:57.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T15:59:57.906Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T15:59:58.559Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T15:59:58.564Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T15:59:58.579Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T15:59:58.593Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T15:59:58.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T15:59:58.598Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:59:58.952Z] Checking out Revision 4525aed633a2d28dffb46d50cb0e81f75e767df3 (master) [2020-12-15T15:59:58.962Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T15:59:58.966Z] > git checkout -f 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 [2020-12-15T16:00:01.522Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16112 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-15T16:00:01.577Z] Running in /w/workspace/device-sdk-go/95 [Pipeline] { [Pipeline] checkout [2020-12-15T16:00:02.774Z] Commit message: "Merge pull request #661 from weichou1229/issue-657" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T16:00:04.395Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T16:00:04.750Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T16:00:05.050Z] + sudo service docker restart [2020-12-15T16:00:05.050Z] + true [2020-12-15T16:00:05.050Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T16:00:06.067Z] provisioning config files... [2020-12-15T16:00:06.101Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/95@tmp/config2647099291680798447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:00:06.497Z] ---> docker-login.sh [2020-12-15T16:00:06.497Z] nexus3.edgexfoundry.org:10001 [2020-12-15T16:00:06.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:07.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:07.035Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:07.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:07.035Z] [2020-12-15T16:00:07.035Z] Login Succeeded [2020-12-15T16:00:07.035Z] nexus3.edgexfoundry.org:10002 [2020-12-15T16:00:07.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:07.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:07.035Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:07.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:07.035Z] [2020-12-15T16:00:07.035Z] Login Succeeded [2020-12-15T16:00:07.035Z] nexus3.edgexfoundry.org:10003 [2020-12-15T16:00:07.098Z] using credential edgex-jenkins-ssh [2020-12-15T16:00:07.159Z] Cloning the remote Git repository [2020-12-15T16:00:07.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:07.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:07.298Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:07.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:07.298Z] [2020-12-15T16:00:07.298Z] Login Succeeded [2020-12-15T16:00:07.298Z] nexus3.edgexfoundry.org:10004 [2020-12-15T16:00:07.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:07.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:07.559Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:07.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:07.559Z] [2020-12-15T16:00:07.559Z] Login Succeeded [2020-12-15T16:00:07.559Z] docker.io [2020-12-15T16:00:07.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:07.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:07.822Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:07.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:07.822Z] [2020-12-15T16:00:07.822Z] Login Succeeded [2020-12-15T16:00:07.822Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T16:00:07.832Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-12-15T16:00:07.248Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T16:00:07.361Z] > git init /w/workspace/device-sdk-go/95 # timeout=10 [2020-12-15T16:00:07.454Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T16:00:07.454Z] > git --version # timeout=10 [2020-12-15T16:00:07.480Z] > git --version # 'git version 2.17.1' [2020-12-15T16:00:07.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T16:00:07.551Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] unstash [Pipeline] echo [2020-12-15T16:00:08.275Z] ========================================================= [2020-12-15T16:00:08.275Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T16:00:08.275Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:00:08.630Z] + 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 . [2020-12-15T16:00:08.899Z] Sending build context to Docker daemon 2.393MB [2020-12-15T16:00:08.899Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-15T16:00:08.899Z] Step 2/8 : FROM ${BASE} [2020-12-15T16:00:08.899Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T16:00:08.899Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T16:00:08.899Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T16:00:08.899Z] de9db76c5a1d: Pulling fs layer [2020-12-15T16:00:08.899Z] bca2f99d35d6: Pulling fs layer [2020-12-15T16:00:08.899Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T16:00:08.899Z] 7c6f9722023f: Pulling fs layer [2020-12-15T16:00:08.899Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T16:00:08.899Z] bca2f99d35d6: Waiting [2020-12-15T16:00:08.899Z] 93359f2a8cfa: Waiting [2020-12-15T16:00:08.899Z] 7c6f9722023f: Waiting [2020-12-15T16:00:08.899Z] a35cf1a2eb13: Waiting [2020-12-15T16:00:08.899Z] de9db76c5a1d: Verifying Checksum [2020-12-15T16:00:08.899Z] de9db76c5a1d: Download complete [2020-12-15T16:00:08.899Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T16:00:08.899Z] 0ef7d3d256c8: Download complete [2020-12-15T16:00:08.899Z] 93359f2a8cfa: Download complete [2020-12-15T16:00:09.168Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T16:00:09.168Z] 188c0c94c7c5: Download complete [2020-12-15T16:00:09.168Z] 7c6f9722023f: Verifying Checksum [2020-12-15T16:00:09.168Z] 7c6f9722023f: Download complete [2020-12-15T16:00:09.168Z] 188c0c94c7c5: Pull complete [2020-12-15T16:00:09.083Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T16:00:09.102Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T16:00:09.123Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-15T16:00:09.168Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-15T16:00:09.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T16:00:09.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T16:00:09.431Z] 0ef7d3d256c8: Pull complete [2020-12-15T16:00:09.669Z] Checking out Revision 4525aed633a2d28dffb46d50cb0e81f75e767df3 (master) [2020-12-15T16:00:09.694Z] de9db76c5a1d: Pull complete [2020-12-15T16:00:09.713Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T16:00:09.729Z] > git checkout -f 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 [2020-12-15T16:00:11.105Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T16:00:11.105Z] a35cf1a2eb13: Download complete [2020-12-15T16:00:11.684Z] bca2f99d35d6: Verifying Checksum [2020-12-15T16:00:11.684Z] bca2f99d35d6: Download complete [2020-12-15T16:00:14.168Z] Commit message: "Merge pull request #661 from weichou1229/issue-657" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T16:00:15.629Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T16:00:16.025Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T16:00:16.409Z] + true [2020-12-15T16:00:16.409Z] + sudo service docker restart [2020-12-15T16:00:17.046Z] bca2f99d35d6: Pull complete [2020-12-15T16:00:17.046Z] 93359f2a8cfa: Pull complete [2020-12-15T16:00:17.046Z] 7c6f9722023f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T16:00:19.104Z] provisioning config files... [2020-12-15T16:00:19.146Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/95@tmp/config307742365509969082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:00:19.571Z] ---> docker-login.sh [2020-12-15T16:00:19.571Z] nexus3.edgexfoundry.org:10001 [2020-12-15T16:00:20.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:20.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:20.825Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:20.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:20.825Z] [2020-12-15T16:00:20.825Z] Login Succeeded [2020-12-15T16:00:20.825Z] nexus3.edgexfoundry.org:10002 [2020-12-15T16:00:21.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:21.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:21.423Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:21.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:21.423Z] [2020-12-15T16:00:21.423Z] Login Succeeded [2020-12-15T16:00:21.423Z] nexus3.edgexfoundry.org:10003 [2020-12-15T16:00:21.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:21.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:21.972Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:21.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:21.972Z] [2020-12-15T16:00:21.972Z] Login Succeeded [2020-12-15T16:00:21.972Z] nexus3.edgexfoundry.org:10004 [2020-12-15T16:00:22.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:22.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:22.523Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:22.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:22.523Z] [2020-12-15T16:00:22.523Z] Login Succeeded [2020-12-15T16:00:22.523Z] docker.io [2020-12-15T16:00:22.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T16:00:23.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T16:00:23.398Z] Configure a credential helper to remove this warning. See [2020-12-15T16:00:23.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T16:00:23.398Z] [2020-12-15T16:00:23.398Z] Login Succeeded [2020-12-15T16:00:23.398Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T16:00:23.416Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T16:00:23.959Z] ========================================================= [2020-12-15T16:00:23.959Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T16:00:23.959Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:00:24.364Z] + 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 . [2020-12-15T16:00:24.644Z] Sending build context to Docker daemon 2.392MB [2020-12-15T16:00:24.644Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-15T16:00:24.644Z] Step 2/8 : FROM ${BASE} [2020-12-15T16:00:24.922Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T16:00:24.922Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T16:00:24.922Z] a4357932f1b6: Pulling fs layer [2020-12-15T16:00:24.922Z] 18c013af1878: Pulling fs layer [2020-12-15T16:00:24.922Z] 00ac8860ef70: Pulling fs layer [2020-12-15T16:00:24.922Z] 63d7cb157983: Pulling fs layer [2020-12-15T16:00:24.922Z] b116817d02f9: Pulling fs layer [2020-12-15T16:00:24.922Z] 745a02a5169b: Pulling fs layer [2020-12-15T16:00:24.922Z] 00ac8860ef70: Waiting [2020-12-15T16:00:24.922Z] 63d7cb157983: Waiting [2020-12-15T16:00:24.922Z] b116817d02f9: Waiting [2020-12-15T16:00:24.922Z] 745a02a5169b: Waiting [2020-12-15T16:00:24.922Z] 18c013af1878: Verifying Checksum [2020-12-15T16:00:24.922Z] 18c013af1878: Download complete [2020-12-15T16:00:24.922Z] a4357932f1b6: Verifying Checksum [2020-12-15T16:00:24.922Z] a4357932f1b6: Download complete [2020-12-15T16:00:24.922Z] 63d7cb157983: Verifying Checksum [2020-12-15T16:00:24.922Z] 63d7cb157983: Download complete [2020-12-15T16:00:24.922Z] b116817d02f9: Verifying Checksum [2020-12-15T16:00:24.922Z] b116817d02f9: Download complete [2020-12-15T16:00:24.922Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T16:00:24.922Z] 5f621e34cdf4: Download complete [2020-12-15T16:00:25.226Z] a35cf1a2eb13: Pull complete [2020-12-15T16:00:25.226Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T16:00:25.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T16:00:25.226Z] ---> a62c8e92a672 [2020-12-15T16:00:25.226Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T16:00:25.226Z] ---> Running in ce54e75d39e4 [2020-12-15T16:00:25.495Z] Removing intermediate container ce54e75d39e4 [2020-12-15T16:00:25.495Z] ---> add90d79520c [2020-12-15T16:00:25.495Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T16:00:25.495Z] ---> Running in b4d521966505 [2020-12-15T16:00:25.921Z] 5f621e34cdf4: Pull complete [2020-12-15T16:00:26.534Z] a4357932f1b6: Pull complete [2020-12-15T16:00:26.809Z] 18c013af1878: Pull complete [2020-12-15T16:00:26.898Z] Removing intermediate container b4d521966505 [2020-12-15T16:00:26.898Z] ---> 4d91286aaf19 [2020-12-15T16:00:26.898Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-15T16:00:26.898Z] ---> Running in 589ac8a042e3 [2020-12-15T16:00:27.408Z] 745a02a5169b: Verifying Checksum [2020-12-15T16:00:27.408Z] 745a02a5169b: Download complete [2020-12-15T16:00:27.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T16:00:28.398Z] 00ac8860ef70: Download complete [2020-12-15T16:00:28.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T16:00:28.687Z] OK: 166 MiB in 39 packages [2020-12-15T16:00:29.273Z] Removing intermediate container 589ac8a042e3 [2020-12-15T16:00:29.273Z] ---> 48de6367975e [2020-12-15T16:00:29.273Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-15T16:00:29.273Z] ---> Running in ffbfcbe4db10 [2020-12-15T16:00:29.548Z] Removing intermediate container ffbfcbe4db10 [2020-12-15T16:00:29.548Z] ---> ee13d17b2155 [2020-12-15T16:00:29.548Z] Step 7/8 : COPY . . [2020-12-15T16:00:30.971Z] ---> b55f5d8314da [2020-12-15T16:00:30.972Z] Step 8/8 : RUN go mod download [2020-12-15T16:00:30.972Z] ---> Running in 5b6df3266089 [2020-12-15T16:00:38.613Z] 00ac8860ef70: Pull complete [2020-12-15T16:00:38.613Z] 63d7cb157983: Pull complete [2020-12-15T16:00:38.886Z] b116817d02f9: Pull complete [2020-12-15T16:00:42.306Z] 745a02a5169b: Pull complete [2020-12-15T16:00:42.306Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T16:00:42.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T16:00:42.584Z] ---> b7e6874047d6 [2020-12-15T16:00:42.584Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T16:00:45.235Z] ---> Running in 3c5b1fd161de [2020-12-15T16:00:45.509Z] Removing intermediate container 3c5b1fd161de [2020-12-15T16:00:45.509Z] ---> 2c6f6492ff8f [2020-12-15T16:00:45.509Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T16:00:45.783Z] ---> Running in 01465dea30f2 [2020-12-15T16:00:48.431Z] Removing intermediate container 01465dea30f2 [2020-12-15T16:00:48.431Z] ---> a8e4a00adb03 [2020-12-15T16:00:48.431Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-15T16:00:48.431Z] ---> Running in 12bd33f2d40d [2020-12-15T16:00:49.219Z] Removing intermediate container 5b6df3266089 [2020-12-15T16:00:49.219Z] ---> 071757c24c42 [2020-12-15T16:00:49.219Z] Successfully built 071757c24c42 [2020-12-15T16:00:49.219Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:00:49.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T16:00:49.540Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T16:00:49.540Z] . [Pipeline] withDockerContainer [2020-12-15T16:00:49.899Z] prd-centos7-docker-4c-2g-16113 does not seem to be running inside a container [2020-12-15T16:00:50.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T16:00:50.076Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@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 ******** ci-base-image-x86_64 cat [2020-12-15T16:00:50.626Z] OK: 142 MiB in 39 packages [2020-12-15T16:00:51.386Z] $ docker top 2c4124c19549ee4eda245f21c41939e4b3ee8a5a27b54647a1d187cb88f7f927 -eo pid,comm [Pipeline] { [2020-12-15T16:00:51.612Z] Removing intermediate container 12bd33f2d40d [2020-12-15T16:00:51.612Z] ---> 6911fac691f9 [2020-12-15T16:00:51.612Z] Step 6/8 : WORKDIR /device-sdk-go [Pipeline] sh [2020-12-15T16:00:51.896Z] ---> Running in 79b5270bcb2d [2020-12-15T16:00:51.918Z] + go version [2020-12-15T16:00:51.918Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T16:00:51.937Z] $ docker stop --time=1 2c4124c19549ee4eda245f21c41939e4b3ee8a5a27b54647a1d187cb88f7f927 [2020-12-15T16:00:52.503Z] Removing intermediate container 79b5270bcb2d [2020-12-15T16:00:52.503Z] ---> 85f9fc251c89 [2020-12-15T16:00:52.503Z] Step 7/8 : COPY . . [2020-12-15T16:00:53.288Z] $ docker rm -f 2c4124c19549ee4eda245f21c41939e4b3ee8a5a27b54647a1d187cb88f7f927 [Pipeline] // withDockerContainer [Pipeline] } [2020-12-15T16:00:53.488Z] ---> a612f054d530 [2020-12-15T16:00:53.488Z] Step 8/8 : RUN go mod download [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-15T16:00:53.763Z] ---> Running in 333fbafd5418 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:00:54.252Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T16:00:54.252Z] . [Pipeline] withDockerContainer [2020-12-15T16:00:54.361Z] prd-centos7-docker-4c-2g-16113 does not seem to be running inside a container [2020-12-15T16:00:54.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@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 ******** ci-base-image-x86_64 cat [2020-12-15T16:00:55.066Z] $ docker top 1353386ce9c2f61cee6de98878251445c5382183c04ef6545d4f365b8b1fa5d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T16:00:55.555Z] + make test [2020-12-15T16:00:55.555Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T16:01:03.788Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-15T16:01:15.998Z] Removing intermediate container 333fbafd5418 [2020-12-15T16:01:15.998Z] ---> c0bbe1f0282e [2020-12-15T16:01:15.998Z] Successfully built c0bbe1f0282e [2020-12-15T16:01:15.998Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:01:16.338Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T16:01:16.338Z] . [Pipeline] withDockerContainer [2020-12-15T16:01:16.617Z] prd-ubuntu18.04-docker-arm64-4c-16g-16112 does not seem to be running inside a container [2020-12-15T16:01:16.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T16:01:18.238Z] $ docker top 9110b9b204f9d92bdce7fe11b21a5f3ff07ae4a6591416f17422f62cf895d3c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T16:01:18.848Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-15T16:01:18.848Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-15T16:01:18.848Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-15T16:01:18.848Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.060s coverage: 20.0% of statements [2020-12-15T16:01:19.317Z] + go version [2020-12-15T16:01:19.317Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T16:01:19.350Z] $ docker stop --time=1 9110b9b204f9d92bdce7fe11b21a5f3ff07ae4a6591416f17422f62cf895d3c1 [2020-12-15T16:01:19.429Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.463s coverage: 97.1% of statements [2020-12-15T16:01:21.280Z] $ docker rm -f 9110b9b204f9d92bdce7fe11b21a5f3ff07ae4a6591416f17422f62cf895d3c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:01:22.354Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T16:01:22.355Z] . [Pipeline] withDockerContainer [2020-12-15T16:01:22.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-16112 does not seem to be running inside a container [2020-12-15T16:01:22.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T16:01:24.315Z] $ docker top d38e415c106a3f39b8afaa304ad0a3bb355218fdf63aebd462efe9764fb18d99 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T16:01:25.333Z] + make test [2020-12-15T16:01:25.334Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T16:01:47.507Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-15T16:01:51.602Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.054s coverage: 9.4% of statements [2020-12-15T16:01:51.602Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.9% of statements [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-15T16:01:51.602Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.244s coverage: 42.5% of statements [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-15T16:01:51.602Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.314s coverage: 68.9% of statements [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-15T16:01:51.602Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.075s coverage: 53.8% of statements [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-15T16:01:51.602Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.329s coverage: 68.9% of statements [2020-12-15T16:01:51.602Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.6% of statements [2020-12-15T16:01:51.602Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-15T16:01:51.602Z] GO111MODULE=on go vet ./... [2020-12-15T16:01:56.961Z] gofmt -l . [2020-12-15T16:01:57.227Z] [ "`gofmt -l .`" = "" ] [2020-12-15T16:01:57.227Z] ./bin/test-attribution-txt.sh [2020-12-15T16:01:57.804Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-15T16:01:58.086Z] $ docker stop --time=1 1353386ce9c2f61cee6de98878251445c5382183c04ef6545d4f365b8b1fa5d9 [2020-12-15T16:01:59.982Z] $ docker rm -f 1353386ce9c2f61cee6de98878251445c5382183c04ef6545d4f365b8b1fa5d9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T16:02:00.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T16:02:01.199Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-15T16:02:04.398Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-15T16:02:04.700Z] + ls -al . [2020-12-15T16:02:04.701Z] total 208 [2020-12-15T16:02:04.701Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 15 16:01 . [2020-12-15T16:02:04.701Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 15 15:59 .. [2020-12-15T16:02:04.701Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 15 15:59 bin [2020-12-15T16:02:04.701Z] -rw-r--r--. 1 jenkins jenkins 128916 Dec 15 16:01 coverage.out [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 15 15:59 Dockerfile.build [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 15 15:59 .dockerignore [2020-12-15T16:02:04.701Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 15 15:59 example [2020-12-15T16:02:04.701Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 15 16:00 .git [2020-12-15T16:02:04.701Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 15 15:59 .github [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 15 15:59 .gitignore [2020-12-15T16:02:04.701Z] -rw-r--r--. 1 jenkins jenkins 488 Dec 15 16:01 go.mod [2020-12-15T16:02:04.701Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 15 16:01 go.sum [2020-12-15T16:02:04.701Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 15 15:59 internal [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 15 15:59 Jenkinsfile [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 15 15:59 LICENSE [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 15 15:59 Makefile [2020-12-15T16:02:04.701Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 15 15:59 openapi [2020-12-15T16:02:04.701Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 15 15:59 pkg [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 15 15:59 README.md [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 15 15:59 RELEASE-NOTES.txt [2020-12-15T16:02:04.701Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 15 15:59 snap [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 15 15:57 VERSION [2020-12-15T16:02:04.701Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 15 15:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:02:05.013Z] + 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=4525aed633a2d28dffb46d50cb0e81f75e767df3 --label arch=amd64 --label version=1.3.1-dev.8 . [2020-12-15T16:02:05.278Z] Sending build context to Docker daemon 2.522MB [2020-12-15T16:02:05.278Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-15T16:02:05.278Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-15T16:02:05.278Z] ---> 071757c24c42 [2020-12-15T16:02:05.278Z] Step 3/24 : ARG MAKE='make build' [2020-12-15T16:02:05.856Z] ---> Running in e2f017514af9 [2020-12-15T16:02:06.119Z] Removing intermediate container e2f017514af9 [2020-12-15T16:02:06.119Z] ---> 02ef56589c39 [2020-12-15T16:02:06.119Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-15T16:02:06.119Z] ---> Running in a47e495bdc2b [2020-12-15T16:02:06.381Z] Removing intermediate container a47e495bdc2b [2020-12-15T16:02:06.381Z] ---> f8ec47f95a34 [2020-12-15T16:02:06.381Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T16:02:06.381Z] ---> Running in 5be20c06ec89 [2020-12-15T16:02:06.645Z] Removing intermediate container 5be20c06ec89 [2020-12-15T16:02:06.645Z] ---> a01822dc4ca3 [2020-12-15T16:02:06.645Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T16:02:06.645Z] ---> Running in 25a4be2fd41e [2020-12-15T16:02:07.593Z] Removing intermediate container 25a4be2fd41e [2020-12-15T16:02:07.593Z] ---> 830f1c13b8be [2020-12-15T16:02:07.593Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-15T16:02:07.593Z] ---> Running in 9d79bce8df3c [2020-12-15T16:02:08.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T16:02:08.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T16:02:09.017Z] OK: 166 MiB in 39 packages [2020-12-15T16:02:09.596Z] Removing intermediate container 9d79bce8df3c [2020-12-15T16:02:09.596Z] ---> 0e4cc40d431c [2020-12-15T16:02:09.596Z] Step 8/24 : COPY . . [2020-12-15T16:02:10.545Z] ---> dfc8d862c28b [2020-12-15T16:02:10.545Z] Step 9/24 : RUN ${MAKE} [2020-12-15T16:02:10.545Z] ---> Running in af23f97ecb37 [2020-12-15T16:02:10.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-15T16:02:19.126Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-15T16:02:21.686Z] Removing intermediate container af23f97ecb37 [2020-12-15T16:02:21.686Z] ---> 4ddb86eb1bcf [2020-12-15T16:02:21.686Z] Step 10/24 : FROM scratch [2020-12-15T16:02:21.686Z] ---> [2020-12-15T16:02:21.686Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T16:02:21.949Z] ---> Running in 2ffa78d7afa9 [2020-12-15T16:02:21.949Z] Removing intermediate container 2ffa78d7afa9 [2020-12-15T16:02:21.949Z] ---> dcd857b613b8 [2020-12-15T16:02:21.949Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-15T16:02:22.211Z] ---> Running in a4df911b55e7 [2020-12-15T16:02:22.211Z] Removing intermediate container a4df911b55e7 [2020-12-15T16:02:22.211Z] ---> 8ef2a8b281ee [2020-12-15T16:02:22.211Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T16:02:22.211Z] ---> Running in a91c476fbf7d [2020-12-15T16:02:22.474Z] Removing intermediate container a91c476fbf7d [2020-12-15T16:02:22.474Z] ---> 85b79fa1bfcc [2020-12-15T16:02:22.474Z] Step 14/24 : WORKDIR / [2020-12-15T16:02:22.474Z] ---> Running in 369bc74222fb [2020-12-15T16:02:22.736Z] Removing intermediate container 369bc74222fb [2020-12-15T16:02:22.736Z] ---> 749dc9d3a278 [2020-12-15T16:02:22.736Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-15T16:02:22.999Z] ---> 7adc0d86799f [2020-12-15T16:02:22.999Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-15T16:02:23.261Z] ---> 0955fa05b272 [2020-12-15T16:02:23.261Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-15T16:02:23.524Z] ---> 00ccf275ab97 [2020-12-15T16:02:23.524Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-15T16:02:23.786Z] ---> b369dd183e5b [2020-12-15T16:02:23.786Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-15T16:02:24.049Z] ---> ec97890a5a28 [2020-12-15T16:02:24.050Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-15T16:02:24.050Z] ---> Running in f5c7704ba849 [2020-12-15T16:02:24.312Z] Removing intermediate container f5c7704ba849 [2020-12-15T16:02:24.312Z] ---> 3df5d13202e8 [2020-12-15T16:02:24.312Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T16:02:24.312Z] ---> Running in e64fcd96fb34 [2020-12-15T16:02:24.575Z] Removing intermediate container e64fcd96fb34 [2020-12-15T16:02:24.575Z] ---> db4ba2faeb7f [2020-12-15T16:02:24.575Z] Step 22/24 : LABEL arch=amd64 [2020-12-15T16:02:24.575Z] ---> Running in 3e4b4d642970 [2020-12-15T16:02:24.575Z] Removing intermediate container 3e4b4d642970 [2020-12-15T16:02:24.575Z] ---> 9d9594f1d736 [2020-12-15T16:02:24.575Z] Step 23/24 : LABEL git_sha=4525aed633a2d28dffb46d50cb0e81f75e767df3 [2020-12-15T16:02:24.840Z] ---> Running in f6a5c613c335 [2020-12-15T16:02:24.840Z] Removing intermediate container f6a5c613c335 [2020-12-15T16:02:24.840Z] ---> 774e5b56ada6 [2020-12-15T16:02:24.840Z] Step 24/24 : LABEL version=1.3.1-dev.8 [2020-12-15T16:02:24.840Z] ---> Running in 0e576129fe0c [2020-12-15T16:02:25.106Z] Removing intermediate container 0e576129fe0c [2020-12-15T16:02:25.106Z] ---> 3df055bb3e3f [2020-12-15T16:02:25.106Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-15T16:02:25.106Z] Successfully built 3df055bb3e3f [2020-12-15T16:02:25.106Z] 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] } [2020-12-15T16:02:26.539Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-15T16:02:26.539Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-15T16:02:26.539Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-15T16:02:26.539Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.131s coverage: 20.0% of statements [2020-12-15T16:02:29.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.185s coverage: 97.1% of statements [2020-12-15T16:02:56.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.154s coverage: 9.4% of statements [2020-12-15T16:02:56.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.118s coverage: 21.9% of statements [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-15T16:02:56.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.615s coverage: 42.5% of statements [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-15T16:02:56.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.798s coverage: 68.9% of statements [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-15T16:02:56.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.180s coverage: 53.8% of statements [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-15T16:02:56.777Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.947s coverage: 68.9% of statements [2020-12-15T16:02:56.777Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.141s coverage: 4.6% of statements [2020-12-15T16:02:56.777Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-15T16:02:57.048Z] GO111MODULE=on go vet ./... [2020-12-15T16:03:29.676Z] gofmt -l . [2020-12-15T16:03:29.676Z] [ "`gofmt -l .`" = "" ] [2020-12-15T16:03:29.676Z] ./bin/test-attribution-txt.sh [2020-12-15T16:03:29.676Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-15T16:03:30.309Z] $ docker stop --time=1 d38e415c106a3f39b8afaa304ad0a3bb355218fdf63aebd462efe9764fb18d99 [2020-12-15T16:03:32.659Z] $ docker rm -f d38e415c106a3f39b8afaa304ad0a3bb355218fdf63aebd462efe9764fb18d99 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T16:03:33.794Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T16:03:33.816Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T16:03:34.577Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T16:03:35.314Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-15T16:03:35.653Z] + ls -al . [2020-12-15T16:03:35.653Z] total 244 [2020-12-15T16:03:35.653Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 16:03 . [2020-12-15T16:03:35.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 .. [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 16:00 .dockerignore [2020-12-15T16:03:35.653Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 16:00 .git [2020-12-15T16:03:35.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:00 .github [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 15 16:00 .gitignore [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 15 16:00 Dockerfile.build [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 15 16:00 Jenkinsfile [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 15 16:00 LICENSE [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 15 16:00 Makefile [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 15 16:00 README.md [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 15 16:00 RELEASE-NOTES.txt [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 15 15:57 VERSION [2020-12-15T16:03:35.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:00 bin [2020-12-15T16:03:35.653Z] -rw-r--r-- 1 jenkins jenkins 128916 Dec 15 16:02 coverage.out [2020-12-15T16:03:35.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 example [2020-12-15T16:03:35.653Z] -rw-r--r-- 1 jenkins jenkins 488 Dec 15 16:03 go.mod [2020-12-15T16:03:35.653Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 15 16:03 go.sum [2020-12-15T16:03:35.653Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 15 16:00 internal [2020-12-15T16:03:35.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 openapi [2020-12-15T16:03:35.653Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 15 16:00 pkg [2020-12-15T16:03:35.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 snap [2020-12-15T16:03:35.653Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 15 16:00 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:03:35.993Z] + 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=4525aed633a2d28dffb46d50cb0e81f75e767df3 --label arch=arm64 --label version=1.3.1-dev.8 . [2020-12-15T16:03:36.589Z] Sending build context to Docker daemon 2.521MB [2020-12-15T16:03:36.589Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-15T16:03:36.589Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-15T16:03:36.589Z] ---> c0bbe1f0282e [2020-12-15T16:03:36.589Z] Step 3/24 : ARG MAKE='make build' [2020-12-15T16:03:36.860Z] ---> Running in 0aa07fd5fd05 [2020-12-15T16:03:37.130Z] Removing intermediate container 0aa07fd5fd05 [2020-12-15T16:03:37.130Z] ---> c44da610bf71 [2020-12-15T16:03:37.130Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-15T16:03:37.401Z] ---> Running in ae01c8347ba3 [2020-12-15T16:03:37.993Z] Removing intermediate container ae01c8347ba3 [2020-12-15T16:03:37.993Z] ---> de0cb8c9ef8a [2020-12-15T16:03:37.993Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T16:03:37.993Z] ---> Running in 5bb8029c0564 [2020-12-15T16:03:38.587Z] Removing intermediate container 5bb8029c0564 [2020-12-15T16:03:38.587Z] ---> cedbb93302c6 [2020-12-15T16:03:38.587Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T16:03:38.587Z] ---> Running in ee080daca895 [2020-12-15T16:03:40.562Z] Removing intermediate container ee080daca895 [2020-12-15T16:03:40.562Z] ---> e7aa8e91ed22 [2020-12-15T16:03:40.562Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-15T16:03:40.840Z] ---> Running in 5ce4bc6df7d2 [2020-12-15T16:03:41.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T16:03:42.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T16:03:43.001Z] OK: 142 MiB in 39 packages [2020-12-15T16:03:44.448Z] Removing intermediate container 5ce4bc6df7d2 [2020-12-15T16:03:44.448Z] ---> da1a13e7c626 [2020-12-15T16:03:44.448Z] Step 8/24 : COPY . . [2020-12-15T16:03:45.893Z] ---> 5f04d520f3e6 [2020-12-15T16:03:45.893Z] Step 9/24 : RUN ${MAKE} [2020-12-15T16:03:45.893Z] ---> Running in 85e0bfc95332 [2020-12-15T16:03:46.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-15T16:04:13.742Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-15T16:04:13.742Z] Removing intermediate container 85e0bfc95332 [2020-12-15T16:04:13.742Z] ---> 206c1e632f57 [2020-12-15T16:04:13.742Z] Step 10/24 : FROM scratch [2020-12-15T16:04:13.742Z] ---> [2020-12-15T16:04:13.742Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-15T16:04:13.742Z] ---> Running in 188de58d3681 [2020-12-15T16:04:13.742Z] Removing intermediate container 188de58d3681 [2020-12-15T16:04:13.742Z] ---> 2b8895f8fff6 [2020-12-15T16:04:13.742Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-15T16:04:13.742Z] ---> Running in d0d9642eda69 [2020-12-15T16:04:14.016Z] Removing intermediate container d0d9642eda69 [2020-12-15T16:04:14.016Z] ---> 5fa53dea4b48 [2020-12-15T16:04:14.016Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T16:04:14.016Z] ---> Running in 70ab08ccb3a7 [2020-12-15T16:04:14.611Z] Removing intermediate container 70ab08ccb3a7 [2020-12-15T16:04:14.611Z] ---> 23272856b583 [2020-12-15T16:04:14.611Z] Step 14/24 : WORKDIR / [2020-12-15T16:04:14.611Z] ---> Running in 653ad26d6328 [2020-12-15T16:04:15.204Z] Removing intermediate container 653ad26d6328 [2020-12-15T16:04:15.204Z] ---> fb8e70ed3435 [2020-12-15T16:04:15.204Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-15T16:04:16.180Z] ---> ebff4a0f7f47 [2020-12-15T16:04:16.180Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-15T16:04:16.774Z] ---> e32ffff9fcb3 [2020-12-15T16:04:16.774Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-15T16:04:17.750Z] ---> 29ba3be4b09a [2020-12-15T16:04:17.750Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-15T16:04:18.347Z] ---> a5e05718918e [2020-12-15T16:04:18.347Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-15T16:04:18.940Z] ---> 140beb59012d [2020-12-15T16:04:18.940Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-15T16:04:19.211Z] ---> Running in 898e7544b79b [2020-12-15T16:04:19.488Z] Removing intermediate container 898e7544b79b [2020-12-15T16:04:19.488Z] ---> 0d8884ce4009 [2020-12-15T16:04:19.488Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T16:04:19.766Z] ---> Running in 566652c10273 [2020-12-15T16:04:20.373Z] Removing intermediate container 566652c10273 [2020-12-15T16:04:20.373Z] ---> 3cc0f2d5d335 [2020-12-15T16:04:20.373Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T16:04:20.373Z] ---> Running in 8c45d9ab3231 [2020-12-15T16:04:20.648Z] Removing intermediate container 8c45d9ab3231 [2020-12-15T16:04:20.648Z] ---> 30437ff25437 [2020-12-15T16:04:20.648Z] Step 23/24 : LABEL git_sha=4525aed633a2d28dffb46d50cb0e81f75e767df3 [2020-12-15T16:04:20.922Z] ---> Running in 4e0179d5102c [2020-12-15T16:04:21.197Z] Removing intermediate container 4e0179d5102c [2020-12-15T16:04:21.197Z] ---> c9f79fb10de7 [2020-12-15T16:04:21.197Z] Step 24/24 : LABEL version=1.3.1-dev.8 [2020-12-15T16:04:21.472Z] ---> Running in e6dfa312b215 [2020-12-15T16:04:22.065Z] Removing intermediate container e6dfa312b215 [2020-12-15T16:04:22.065Z] ---> 0d61d2fc6465 [2020-12-15T16:04:22.065Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-15T16:04:22.065Z] Successfully built 0d61d2fc6465 [2020-12-15T16:04:22.065Z] 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 [2020-12-15T16:04:23.923Z] provisioning config files... [2020-12-15T16:04:23.951Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7156951657638502867tmp [Pipeline] { [Pipeline] sh [2020-12-15T16:04:24.447Z] + set +x [2020-12-15T16:04:24.447Z] + curl -s https://codecov.io/bash [2020-12-15T16:04:24.447Z] + bash -s -- [2020-12-15T16:04:24.794Z] [2020-12-15T16:04:24.794Z] _____ _ [2020-12-15T16:04:24.794Z] / ____| | | [2020-12-15T16:04:24.794Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T16:04:24.794Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T16:04:24.794Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T16:04:24.794Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T16:04:24.794Z] Bash-20201130-cc6d3fe [2020-12-15T16:04:24.794Z] [2020-12-15T16:04:24.794Z] [2020-12-15T16:04:25.160Z] ==> Jenkins CI detected. [2020-12-15T16:04:25.160Z] project root: . [2020-12-15T16:04:25.160Z] --> token set from env [2020-12-15T16:04:25.160Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T16:04:25.472Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T16:04:25.472Z] ==> Python coveragepy not found [2020-12-15T16:04:25.472Z] ==> Searching for coverage reports in: [2020-12-15T16:04:25.472Z] + . [2020-12-15T16:04:25.472Z] -> Found 1 reports [2020-12-15T16:04:25.472Z] ==> Detecting git/mercurial file structure [2020-12-15T16:04:25.472Z] ==> Reading reports [2020-12-15T16:04:25.472Z] + ./coverage.out bytes=128916 [2020-12-15T16:04:25.472Z] ==> Appending adjustments [2020-12-15T16:04:25.472Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T16:04:26.502Z] + Found adjustments [2020-12-15T16:04:26.502Z] ==> Gzipping contents [2020-12-15T16:04:26.502Z] 24K /tmp/codecov.IiWgte.gz [2020-12-15T16:04:26.502Z] ==> Uploading reports [2020-12-15T16:04:26.502Z] url: https://codecov.io [2020-12-15T16:04:26.502Z] query: branch=master&commit=4525aed633a2d28dffb46d50cb0e81f75e767df3&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T16:04:26.502Z] -> Pinging Codecov [2020-12-15T16:04:26.503Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=4525aed633a2d28dffb46d50cb0e81f75e767df3&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T16:04:27.123Z] -> Uploading to [2020-12-15T16:04:27.123Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/7E55EF52A471D76F132DFD9A03CDDE97/4525aed633a2d28dffb46d50cb0e81f75e767df3/7569ddc8-dc04-499b-99ac-c1227707d904.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T160427Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5cea87dbc2d36d439013ebcff972f218461108b85cf72f5464ce1a44e45eb5ec [2020-12-15T16:04:27.398Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T16:04:27.398Z] Dload Upload Total Spent Left Speed [2020-12-15T16:04:27.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21046 0 0 100 21046 0 38037 --:--:-- --:--:-- --:--:-- 38057 [2020-12-15T16:04:27.997Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] } [2020-12-15T16:04:28.010Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-15T16:04:28.971Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-15T16:04:29.095Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:04:29.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T16:04:29.723Z] [2020-12-15T16:04:29.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:04:30.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T16:04:30.103Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-15T16:04:30.103Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T16:04:30.103Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T16:04:30.103Z] de9db76c5a1d: Pulling fs layer [2020-12-15T16:04:30.103Z] 0eba1c9be4d2: Pulling fs layer [2020-12-15T16:04:30.103Z] 0d57e429df01: Pulling fs layer [2020-12-15T16:04:30.103Z] 4e4be7b47b0d: Pulling fs layer [2020-12-15T16:04:30.103Z] e1f770b5df2f: Pulling fs layer [2020-12-15T16:04:30.103Z] 85a0685a4137: Pulling fs layer [2020-12-15T16:04:30.103Z] 0d57e429df01: Waiting [2020-12-15T16:04:30.103Z] 4e4be7b47b0d: Waiting [2020-12-15T16:04:30.103Z] e1f770b5df2f: Waiting [2020-12-15T16:04:30.103Z] 85a0685a4137: Waiting [2020-12-15T16:04:30.103Z] 0eba1c9be4d2: Waiting [2020-12-15T16:04:30.103Z] de9db76c5a1d: Verifying Checksum [2020-12-15T16:04:30.103Z] de9db76c5a1d: Download complete [2020-12-15T16:04:30.103Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T16:04:30.103Z] 0ef7d3d256c8: Download complete [2020-12-15T16:04:30.406Z] 0d57e429df01: Verifying Checksum [2020-12-15T16:04:30.406Z] 0d57e429df01: Download complete [2020-12-15T16:04:30.729Z] 4e4be7b47b0d: Verifying Checksum [2020-12-15T16:04:30.729Z] 4e4be7b47b0d: Download complete [2020-12-15T16:04:30.729Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T16:04:30.729Z] 188c0c94c7c5: Download complete [2020-12-15T16:04:31.011Z] 188c0c94c7c5: Pull complete [2020-12-15T16:04:31.308Z] 0ef7d3d256c8: Pull complete [2020-12-15T16:04:31.590Z] de9db76c5a1d: Pull complete [2020-12-15T16:04:32.597Z] e1f770b5df2f: Verifying Checksum [2020-12-15T16:04:32.597Z] e1f770b5df2f: Download complete [2020-12-15T16:04:38.080Z] 0eba1c9be4d2: Verifying Checksum [2020-12-15T16:04:38.080Z] 0eba1c9be4d2: Download complete [2020-12-15T16:04:38.080Z] 85a0685a4137: Verifying Checksum [2020-12-15T16:04:38.080Z] 85a0685a4137: Download complete [2020-12-15T16:04:50.926Z] 0eba1c9be4d2: Pull complete [2020-12-15T16:04:50.926Z] 0d57e429df01: Pull complete [2020-12-15T16:04:50.926Z] 4e4be7b47b0d: Pull complete [2020-12-15T16:04:53.613Z] e1f770b5df2f: Pull complete [2020-12-15T16:05:08.852Z] 85a0685a4137: Pull complete [2020-12-15T16:05:08.852Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-15T16:05:08.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T16:05:08.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-15T16:05:09.361Z] prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container [2020-12-15T16:05:09.503Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T16:05:11.657Z] $ docker top 4666fddde2546897a9104172fdc0c6c2b206d1938b0f198e861a4626d2fa2e38 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T16:05:12.132Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-15T16:05:12.899Z] + set -o pipefail [2020-12-15T16:05:12.899Z] + snyk monitor '--org=edgex-jenkins' [2020-12-15T16:05:25.452Z] [2020-12-15T16:05:25.452Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-12-15T16:05:25.452Z] [2020-12-15T16:05:25.452Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/77863917-7979-46d2-91ae-e27eaa169902 [2020-12-15T16:05:25.452Z] [2020-12-15T16:05:25.452Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-15T16:05:25.452Z] [2020-12-15T16:05:25.452Z] [2020-12-15T16:05:25.452Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-15T16:05:25.452Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-15T16:05:25.474Z] $ docker stop --time=1 4666fddde2546897a9104172fdc0c6c2b206d1938b0f198e861a4626d2fa2e38 [2020-12-15T16:05:28.422Z] $ docker rm -f 4666fddde2546897a9104172fdc0c6c2b206d1938b0f198e861a4626d2fa2e38 [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 [2020-12-15T16:05:30.067Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T16:05:30.123Z] provisioning config files... [2020-12-15T16:05:30.140Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6500490697122499972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:05:30.638Z] --> edgex-publish-swagger.sh [2020-12-15T16:05:30.638Z] === Publish openapi/v1 API === [2020-12-15T16:05:30.638Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-15T16:05:30.638Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-12-15T16:05:30.638Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T16:05:30.638Z] Dload Upload Total Spent Left Speed [2020-12-15T16:05:31.603Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 21544 --:--:-- --:--:-- --:--:-- 21545 100 20188 0 0 100 20188 0 21539 --:--:-- --:--:-- --:--:-- 21545 [2020-12-15T16:05:31.603Z] [2020-12-15T16:05:31.603Z] [2020-12-15T16:05:31.603Z] === Publish openapi/v2 API === [2020-12-15T16:05:31.603Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-15T16:05:31.603Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-12-15T16:05:31.603Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T16:05:31.603Z] Dload Upload Total Spent Left Speed [2020-12-15T16:05:32.192Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 70172 --:--:-- --:--:-- --:--:-- 70190 100 49274 0 0 100 49274 0 70152 --:--:-- --:--:-- --:--:-- 70091 [2020-12-15T16:05:32.192Z] [2020-12-15T16:05:32.192Z] [Pipeline] } [2020-12-15T16:05:32.207Z] 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 [2020-12-15T16:05:33.199Z] + git log --format=format:%s -1 4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:05:33.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T16:05:33.529Z] . [Pipeline] withDockerContainer [2020-12-15T16:05:33.782Z] prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container [2020-12-15T16:05:34.158Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T16:05:35.867Z] $ docker top 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T16:05:36.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T16:05:36.438Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T16:05:37.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T16:05:37.039Z] $ docker exec 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb ssh-agent [2020-12-15T16:05:37.425Z] SSH_AUTH_SOCK=/tmp/ssh-qRdTvOvnKX6y/agent.11 [2020-12-15T16:05:37.425Z] SSH_AGENT_PID=17 [2020-12-15T16:05:37.437Z] Running ssh-add (command line suppressed) [2020-12-15T16:05:37.682Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4379443853382059479.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4379443853382059479.key) [2020-12-15T16:05:37.814Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T16:05:38.578Z] + git semver tag [2020-12-15T16:05:38.578Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T16:05:38.578Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-15T16:05:38.578Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-15T16:05:38.578Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T16:05:38.578Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T16:05:38.578Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T16:05:38.578Z] # $SEMVER_BRANCH = master [2020-12-15T16:05:38.578Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-12-15T16:05:38.578Z] # 4525aed633a2d28dffb46d50cb0e81f75e767df3 HEAD [2020-12-15T16:05:38.920Z] # -> Force: false [2020-12-15T16:05:38.920Z] # 29830642c9172603dc27acb4ec3ee6d684fde448 refs/tags/v1.3.1-dev.8 [Pipeline] } [2020-12-15T16:05:39.041Z] $ docker exec --env ******** --env ******** 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb ssh-agent -k [2020-12-15T16:05:39.334Z] unset SSH_AUTH_SOCK; [2020-12-15T16:05:39.334Z] unset SSH_AGENT_PID; [2020-12-15T16:05:39.334Z] echo Agent pid 17 killed; [2020-12-15T16:05:39.447Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T16:05:40.259Z] + git semver [Pipeline] } [2020-12-15T16:05:40.283Z] $ docker stop --time=1 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb [2020-12-15T16:05:42.006Z] $ docker rm -f 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:05:43.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T16:05:43.024Z] [2020-12-15T16:05:43.024Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:05:43.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T16:05:43.763Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-15T16:05:43.763Z] ab5ef0e58194: Pulling fs layer [2020-12-15T16:05:43.763Z] 9712f1f96733: Pulling fs layer [2020-12-15T16:05:43.763Z] 63f879dbbcfc: Pulling fs layer [2020-12-15T16:05:43.763Z] 0d9ebad4ef96: Pulling fs layer [2020-12-15T16:05:43.763Z] e9a5061849ea: Pulling fs layer [2020-12-15T16:05:43.763Z] d747dcd14b5f: Pulling fs layer [2020-12-15T16:05:43.763Z] 2de7ff778b66: Pulling fs layer [2020-12-15T16:05:43.763Z] 0d9ebad4ef96: Waiting [2020-12-15T16:05:43.763Z] e9a5061849ea: Waiting [2020-12-15T16:05:43.763Z] d747dcd14b5f: Waiting [2020-12-15T16:05:43.763Z] 2de7ff778b66: Waiting [2020-12-15T16:05:43.763Z] 9712f1f96733: Verifying Checksum [2020-12-15T16:05:43.763Z] 9712f1f96733: Download complete [2020-12-15T16:05:49.522Z] 63f879dbbcfc: Verifying Checksum [2020-12-15T16:05:49.522Z] 63f879dbbcfc: Download complete [2020-12-15T16:05:49.522Z] e9a5061849ea: Verifying Checksum [2020-12-15T16:05:49.522Z] e9a5061849ea: Download complete [2020-12-15T16:05:49.522Z] d747dcd14b5f: Verifying Checksum [2020-12-15T16:05:49.522Z] d747dcd14b5f: Download complete [2020-12-15T16:05:50.176Z] 2de7ff778b66: Verifying Checksum [2020-12-15T16:05:50.176Z] 2de7ff778b66: Download complete [2020-12-15T16:05:50.842Z] 0d9ebad4ef96: Verifying Checksum [2020-12-15T16:05:50.842Z] 0d9ebad4ef96: Download complete [2020-12-15T16:05:51.117Z] ab5ef0e58194: Verifying Checksum [2020-12-15T16:05:51.117Z] ab5ef0e58194: Download complete [2020-12-15T16:06:01.603Z] ab5ef0e58194: Pull complete [2020-12-15T16:06:01.603Z] 9712f1f96733: Pull complete [2020-12-15T16:06:06.150Z] 63f879dbbcfc: Pull complete [2020-12-15T16:06:18.884Z] 0d9ebad4ef96: Pull complete [2020-12-15T16:06:21.509Z] e9a5061849ea: Pull complete [2020-12-15T16:06:21.789Z] d747dcd14b5f: Pull complete [2020-12-15T16:06:26.157Z] 2de7ff778b66: Pull complete [2020-12-15T16:06:26.158Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-15T16:06:26.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T16:06:26.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-15T16:06:26.798Z] prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container [2020-12-15T16:06:27.152Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-15T16:06:31.060Z] $ docker top 55893be3132d9d6707fa0ae6dadb48b03ace71617f0404b7020a00d7a65c6705 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-15T16:06:31.511Z] provisioning config files... [2020-12-15T16:06:31.527Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2540803039742382422tmp [2020-12-15T16:06:31.567Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6588619152372090112tmp [2020-12-15T16:06:31.605Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6211231441636518425tmp [Pipeline] { [Pipeline] echo [2020-12-15T16:06:31.700Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:06:32.434Z] ---> sigul-configuration.sh [2020-12-15T16:06:32.742Z] gpg: directory `/root/.gnupg' created [2020-12-15T16:06:32.742Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-15T16:06:32.742Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-15T16:06:32.742Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-15T16:06:32.742Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-15T16:06:32.742Z] gpg: CAST5 encrypted data [2020-12-15T16:06:32.742Z] gpg: encrypted with 1 passphrase [2020-12-15T16:06:32.742Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-15T16:06:33.745Z] + mkdir /home/jenkins [2020-12-15T16:06:33.745Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-15T16:06:34.452Z] + 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 [2020-12-15T16:06:34.470Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:06:35.142Z] ---> sigul-install.sh [2020-12-15T16:06:41.988Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-15T16:06:42.643Z] + git tag --list [2020-12-15T16:06:42.643Z] 0.7.1 [2020-12-15T16:06:42.643Z] delhi-tag [2020-12-15T16:06:42.643Z] v1.0.0 [2020-12-15T16:06:42.643Z] v1.1.0 [2020-12-15T16:06:42.643Z] v1.1.1 [2020-12-15T16:06:42.643Z] v1.1.2 [2020-12-15T16:06:42.643Z] v1.2.0 [2020-12-15T16:06:42.643Z] v1.2.1 [2020-12-15T16:06:42.643Z] v1.2.2 [2020-12-15T16:06:42.643Z] v1.2.3 [2020-12-15T16:06:42.643Z] v1.2.4-dev.1 [2020-12-15T16:06:42.643Z] v1.2.4-dev.10 [2020-12-15T16:06:42.643Z] v1.2.4-dev.11 [2020-12-15T16:06:42.643Z] v1.2.4-dev.12 [2020-12-15T16:06:42.643Z] v1.2.4-dev.13 [2020-12-15T16:06:42.643Z] v1.2.4-dev.14 [2020-12-15T16:06:42.643Z] v1.2.4-dev.15 [2020-12-15T16:06:42.643Z] v1.2.4-dev.16 [2020-12-15T16:06:42.643Z] v1.2.4-dev.17 [2020-12-15T16:06:42.643Z] v1.2.4-dev.18 [2020-12-15T16:06:42.643Z] v1.2.4-dev.19 [2020-12-15T16:06:42.643Z] v1.2.4-dev.2 [2020-12-15T16:06:42.643Z] v1.2.4-dev.20 [2020-12-15T16:06:42.643Z] v1.2.4-dev.21 [2020-12-15T16:06:42.643Z] v1.2.4-dev.22 [2020-12-15T16:06:42.643Z] v1.2.4-dev.23 [2020-12-15T16:06:42.643Z] v1.2.4-dev.24 [2020-12-15T16:06:42.643Z] v1.2.4-dev.25 [2020-12-15T16:06:42.643Z] v1.2.4-dev.26 [2020-12-15T16:06:42.643Z] v1.2.4-dev.27 [2020-12-15T16:06:42.643Z] v1.2.4-dev.28 [2020-12-15T16:06:42.643Z] v1.2.4-dev.29 [2020-12-15T16:06:42.643Z] v1.2.4-dev.3 [2020-12-15T16:06:42.643Z] v1.2.4-dev.30 [2020-12-15T16:06:42.643Z] v1.2.4-dev.31 [2020-12-15T16:06:42.643Z] v1.2.4-dev.32 [2020-12-15T16:06:42.643Z] v1.2.4-dev.33 [2020-12-15T16:06:42.643Z] v1.2.4-dev.34 [2020-12-15T16:06:42.643Z] v1.2.4-dev.35 [2020-12-15T16:06:42.643Z] v1.2.4-dev.4 [2020-12-15T16:06:42.643Z] v1.2.4-dev.5 [2020-12-15T16:06:42.643Z] v1.2.4-dev.6 [2020-12-15T16:06:42.643Z] v1.2.4-dev.7 [2020-12-15T16:06:42.643Z] v1.2.4-dev.8 [2020-12-15T16:06:42.643Z] v1.2.4-dev.9 [2020-12-15T16:06:42.643Z] v1.3.0 [2020-12-15T16:06:42.643Z] v1.3.1-dev.1 [2020-12-15T16:06:42.643Z] v1.3.1-dev.2 [2020-12-15T16:06:42.643Z] v1.3.1-dev.3 [2020-12-15T16:06:42.643Z] v1.3.1-dev.4 [2020-12-15T16:06:42.643Z] v1.3.1-dev.5 [2020-12-15T16:06:42.643Z] v1.3.1-dev.6 [2020-12-15T16:06:42.643Z] v1.3.1-dev.7 [2020-12-15T16:06:42.643Z] v1.3.1-dev.8 [Pipeline] sh [2020-12-15T16:06:43.002Z] + lftools sign git-tag v1.3.1-dev.8 [2020-12-15T16:06:45.687Z] Signing Git tag with Sigul... [2020-12-15T16:06:45.687Z] Signing v1.3.1-dev.8 [Pipeline] echo [2020-12-15T16:06:46.302Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:06:46.953Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-15T16:06:46.965Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-15T16:06:47.093Z] $ docker stop --time=1 55893be3132d9d6707fa0ae6dadb48b03ace71617f0404b7020a00d7a65c6705 [2020-12-15T16:06:49.932Z] $ docker rm -f 55893be3132d9d6707fa0ae6dadb48b03ace71617f0404b7020a00d7a65c6705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:06:51.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T16:06:51.269Z] . [Pipeline] withDockerContainer [2020-12-15T16:06:51.465Z] prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container [2020-12-15T16:06:51.613Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T16:06:53.504Z] $ docker top dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T16:06:54.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T16:06:54.085Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T16:06:54.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T16:06:54.639Z] $ docker exec dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 ssh-agent [2020-12-15T16:06:54.940Z] SSH_AUTH_SOCK=/tmp/ssh-XwaUwFR78eFm/agent.11 [2020-12-15T16:06:54.940Z] SSH_AGENT_PID=17 [2020-12-15T16:06:54.980Z] Running ssh-add (command line suppressed) [2020-12-15T16:06:55.212Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_485296376798702077.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_485296376798702077.key) [2020-12-15T16:06:55.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T16:06:55.670Z] + git semver bump pre [2020-12-15T16:06:55.951Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T16:06:55.951Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-15T16:06:55.951Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-15T16:06:55.951Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T16:06:55.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T16:06:55.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T16:06:55.951Z] # $SEMVER_BRANCH = master [2020-12-15T16:06:55.951Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-12-15T16:06:55.951Z] 1.3.1-dev.9 [Pipeline] } [2020-12-15T16:06:55.968Z] $ docker exec --env ******** --env ******** dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 ssh-agent -k [2020-12-15T16:06:56.287Z] unset SSH_AUTH_SOCK; [2020-12-15T16:06:56.287Z] unset SSH_AGENT_PID; [2020-12-15T16:06:56.287Z] echo Agent pid 17 killed; [2020-12-15T16:06:56.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T16:06:57.369Z] + git semver [Pipeline] } [2020-12-15T16:06:57.668Z] $ docker stop --time=1 dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 [2020-12-15T16:06:59.598Z] $ docker rm -f dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:07:00.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T16:07:00.615Z] . [Pipeline] withDockerContainer [2020-12-15T16:07:00.910Z] prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container [2020-12-15T16:07:01.092Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T16:07:02.776Z] $ docker top 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T16:07:03.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T16:07:03.369Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T16:07:04.014Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T16:07:04.032Z] $ docker exec 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 ssh-agent [2020-12-15T16:07:04.943Z] SSH_AUTH_SOCK=/tmp/ssh-yesx12R2bIxd/agent.11 [2020-12-15T16:07:04.943Z] SSH_AGENT_PID=16 [2020-12-15T16:07:04.959Z] Running ssh-add (command line suppressed) [2020-12-15T16:07:05.332Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_970261883240284025.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_970261883240284025.key) [2020-12-15T16:07:05.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T16:07:06.261Z] + git semver push [2020-12-15T16:07:06.261Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T16:07:06.261Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-15T16:07:06.261Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-15T16:07:06.261Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T16:07:06.261Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T16:07:06.261Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T16:07:06.261Z] # $SEMVER_BRANCH = master [2020-12-15T16:07:06.261Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-12-15T16:07:14.676Z] $ docker exec --env ******** --env ******** 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 ssh-agent -k [2020-12-15T16:07:15.050Z] unset SSH_AUTH_SOCK; [2020-12-15T16:07:15.059Z] unset SSH_AGENT_PID; [2020-12-15T16:07:15.059Z] echo Agent pid 16 killed; [2020-12-15T16:07:15.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T16:07:16.045Z] + git semver [Pipeline] } [2020-12-15T16:07:16.073Z] $ docker stop --time=1 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 [2020-12-15T16:07:17.765Z] $ docker rm -f 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 [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 [2020-12-15T16:07:19.330Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:07:20.313Z] ---> package-listing.sh [2020-12-15T16:07:20.313Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T16:07:20.313Z] ++ facter osfamily [2020-12-15T16:07:20.594Z] + OS_FAMILY=redhat [2020-12-15T16:07:20.594Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-12-15T16:07:20.594Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T16:07:20.594Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T16:07:20.594Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T16:07:20.594Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T16:07:20.594Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-12-15T16:07:20.594Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T16:07:20.594Z] + case "${OS_FAMILY}" in [2020-12-15T16:07:20.594Z] + rpm -qa [2020-12-15T16:07:20.594Z] + sort [2020-12-15T16:07:27.341Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T16:07:27.341Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T16:07:27.341Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T16:07:27.341Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-12-15T16:07:27.341Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-12-15T16:07:27.341Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-12-15T16:07:27.382Z] 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 [2020-12-15T16:07:27.740Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:07:28.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T16:07:29.007Z] [2020-12-15T16:07:29.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T16:07:29.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T16:07:29.413Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T16:07:29.413Z] df20fa9351a1: Pulling fs layer [2020-12-15T16:07:29.413Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T16:07:29.413Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T16:07:29.413Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T16:07:29.413Z] 93b61091891f: Pulling fs layer [2020-12-15T16:07:29.413Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T16:07:29.413Z] 5e14af77c1be: Pulling fs layer [2020-12-15T16:07:29.413Z] 01666e4c0597: Pulling fs layer [2020-12-15T16:07:29.413Z] aa168da1d23b: Pulling fs layer [2020-12-15T16:07:29.413Z] 93b9cdb0e59b: Waiting [2020-12-15T16:07:29.413Z] 5e14af77c1be: Waiting [2020-12-15T16:07:29.413Z] 01666e4c0597: Waiting [2020-12-15T16:07:29.413Z] aa168da1d23b: Waiting [2020-12-15T16:07:29.413Z] 46f8f816bc3b: Waiting [2020-12-15T16:07:29.413Z] 93b61091891f: Waiting [2020-12-15T16:07:29.691Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T16:07:29.691Z] 36b3adc4ff6f: Download complete [2020-12-15T16:07:29.691Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T16:07:29.691Z] 46f8f816bc3b: Download complete [2020-12-15T16:07:29.691Z] df20fa9351a1: Verifying Checksum [2020-12-15T16:07:29.691Z] df20fa9351a1: Download complete [2020-12-15T16:07:29.995Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T16:07:29.995Z] 93b9cdb0e59b: Download complete [2020-12-15T16:07:29.995Z] 5e14af77c1be: Verifying Checksum [2020-12-15T16:07:29.995Z] 5e14af77c1be: Download complete [2020-12-15T16:07:29.995Z] 01666e4c0597: Download complete [2020-12-15T16:07:29.995Z] 93b61091891f: Verifying Checksum [2020-12-15T16:07:29.995Z] 93b61091891f: Download complete [2020-12-15T16:07:30.631Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T16:07:30.631Z] 8ad3a11d3b57: Download complete [2020-12-15T16:07:30.905Z] df20fa9351a1: Pull complete [2020-12-15T16:07:31.508Z] 36b3adc4ff6f: Pull complete [2020-12-15T16:07:33.556Z] 8ad3a11d3b57: Pull complete [2020-12-15T16:07:33.836Z] 46f8f816bc3b: Pull complete [2020-12-15T16:07:34.875Z] 93b61091891f: Pull complete [2020-12-15T16:07:35.498Z] 93b9cdb0e59b: Pull complete [2020-12-15T16:07:35.777Z] aa168da1d23b: Verifying Checksum [2020-12-15T16:07:35.777Z] aa168da1d23b: Download complete [2020-12-15T16:07:35.777Z] 5e14af77c1be: Pull complete [2020-12-15T16:07:36.048Z] 01666e4c0597: Pull complete [2020-12-15T16:07:54.952Z] aa168da1d23b: Pull complete [2020-12-15T16:07:54.952Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T16:07:54.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T16:07:54.952Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T16:07:55.355Z] prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container [2020-12-15T16:07:55.458Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T16:07:58.682Z] $ docker top e868c00de3c86e79ce19a99949a5099a2ce0c85dfe5526614bc6bfcfb918192b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T16:07:59.445Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T16:08:00.112Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T16:08:00.822Z] + ls /var/log/sa-host [2020-12-15T16:08:00.823Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T16:08:00.823Z] file_magic: OK [2020-12-15T16:08:00.823Z] HZ: Using current value: 100 [2020-12-15T16:08:00.823Z] file_header: OK [2020-12-15T16:08:00.823Z] 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 [2020-12-15T16:08:00.823Z] Statistics: [2020-12-15T16:08:00.823Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T16:08:00.823Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T16:08:00.823Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T16:08:00.823Z] file_magic: OK [2020-12-15T16:08:00.823Z] HZ: Using current value: 100 [2020-12-15T16:08:00.823Z] file_header: OK [2020-12-15T16:08:00.823Z] 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 [2020-12-15T16:08:00.823Z] Statistics: [2020-12-15T16:08:00.823Z] Hnuu...uuuununununu... [2020-12-15T16:08:00.823Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T16:08:01.024Z] provisioning config files... [2020-12-15T16:08:01.040Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3308066933975075955tmp [Pipeline] { [Pipeline] echo [2020-12-15T16:08:01.119Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:08:01.775Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T16:08:01.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T16:08:01.898Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:08:02.235Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T16:08:02.249Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:08:02.982Z] ---> sudo-logs.sh [2020-12-15T16:08:02.982Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T16:08:03.001Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:08:03.335Z] ---> job-cost.sh [2020-12-15T16:08:03.614Z] lf-activate-venv: SKIPPING [2020-12-15T16:08:03.614Z] INFO: No Stack... [2020-12-15T16:08:05.041Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T16:08:05.624Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T16:08:05.642Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T16:08:06.328Z] ---> logs-deploy.sh [2020-12-15T16:08:06.328Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/95 [2020-12-15T16:08:06.328Z] INFO: archiving workspace using pattern(s): [2020-12-15T16:08:09.037Z] Archives upload complete. [2020-12-15T16:08:09.037Z] INFO: archiving logs to Nexus [2020-12-15T16:08:11.080Z] ---> uname -a: [2020-12-15T16:08:11.080Z] Linux prd-centos7-docker-4c-2g-16110.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-15T16:08:11.080Z] [2020-12-15T16:08:11.080Z] [2020-12-15T16:08:11.080Z] ---> lscpu: [2020-12-15T16:08:11.080Z] Architecture: x86_64 [2020-12-15T16:08:11.080Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-15T16:08:11.080Z] Byte Order: Little Endian [2020-12-15T16:08:11.080Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-15T16:08:11.080Z] CPU(s): 4 [2020-12-15T16:08:11.080Z] On-line CPU(s) list: 0-3 [2020-12-15T16:08:11.080Z] Thread(s) per core: 1 [2020-12-15T16:08:11.080Z] Core(s) per socket: 1 [2020-12-15T16:08:11.080Z] Socket(s): 4 [2020-12-15T16:08:11.080Z] NUMA node(s): 1 [2020-12-15T16:08:11.080Z] Vendor ID: GenuineIntel [2020-12-15T16:08:11.080Z] CPU family: 6 [2020-12-15T16:08:11.080Z] Model: 44 [2020-12-15T16:08:11.080Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-15T16:08:11.080Z] Stepping: 1 [2020-12-15T16:08:11.080Z] CPU MHz: 2933.438 [2020-12-15T16:08:11.080Z] BogoMIPS: 5866.87 [2020-12-15T16:08:11.080Z] Virtualization: VT-x [2020-12-15T16:08:11.080Z] Hypervisor vendor: KVM [2020-12-15T16:08:11.080Z] Virtualization type: full [2020-12-15T16:08:11.080Z] L1d cache: 128 KiB [2020-12-15T16:08:11.080Z] L1i cache: 128 KiB [2020-12-15T16:08:11.080Z] L2 cache: 16 MiB [2020-12-15T16:08:11.080Z] L3 cache: 64 MiB [2020-12-15T16:08:11.080Z] NUMA node0 CPU(s): 0-3 [2020-12-15T16:08:11.080Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-15T16:08:11.080Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-15T16:08:11.080Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-15T16:08:11.080Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-15T16:08:11.080Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-15T16:08:11.080Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-15T16:08:11.080Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-15T16:08:11.080Z] Vulnerability Srbds: Not affected [2020-12-15T16:08:11.080Z] Vulnerability Tsx async abort: Not affected [2020-12-15T16:08:11.081Z] 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 [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] ---> nproc: [2020-12-15T16:08:11.081Z] 4 [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] ---> df -h: [2020-12-15T16:08:11.081Z] Filesystem Size Used Available Use% Mounted on [2020-12-15T16:08:11.081Z] overlay 50.0G 8.5G 41.4G 17% / [2020-12-15T16:08:11.081Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-15T16:08:11.081Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-15T16:08:11.081Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-12-15T16:08:11.081Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] ---> free -m: [2020-12-15T16:08:11.081Z] total used free shared buff/cache available [2020-12-15T16:08:11.081Z] Mem: 1837 835 137 0 864 936 [2020-12-15T16:08:11.081Z] Swap: 1023 3 1020 [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] ---> ip addr: [2020-12-15T16:08:11.081Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-15T16:08:11.081Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-15T16:08:11.081Z] inet 127.0.0.1/8 scope host lo [2020-12-15T16:08:11.081Z] valid_lft forever preferred_lft forever [2020-12-15T16:08:11.081Z] inet6 ::1/128 scope host [2020-12-15T16:08:11.081Z] valid_lft forever preferred_lft forever [2020-12-15T16:08:11.081Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-15T16:08:11.081Z] link/ether fa:16:3e:67:e3:93 brd ff:ff:ff:ff:ff:ff [2020-12-15T16:08:11.081Z] inet 10.30.122.186/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-15T16:08:11.081Z] valid_lft 85689sec preferred_lft 85689sec [2020-12-15T16:08:11.081Z] inet6 fe80::f816:3eff:fe67:e393/64 scope link [2020-12-15T16:08:11.081Z] valid_lft forever preferred_lft forever [2020-12-15T16:08:11.081Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-15T16:08:11.081Z] link/ether 02:42:b2:b9:da:07 brd ff:ff:ff:ff:ff:ff [2020-12-15T16:08:11.081Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-15T16:08:11.081Z] valid_lft forever preferred_lft forever [2020-12-15T16:08:11.081Z] inet6 fe80::42:b2ff:feb9:da07/64 scope link [2020-12-15T16:08:11.081Z] valid_lft forever preferred_lft forever [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] ---> sar -b -r -n DEV: [2020-12-15T16:08:11.081Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] 15:56:04 LINUX RESTART (4 CPU) [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] 15:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-15T16:08:11.081Z] 15:58:01 57.88 16.79 41.09 0.00 5020.74 3775.71 0.00 [2020-12-15T16:08:11.081Z] 15:59:01 3.56 0.03 3.53 0.00 1.06 110.51 0.00 [2020-12-15T16:08:11.081Z] 16:00:02 0.53 0.00 0.53 0.00 0.00 8.41 0.00 [2020-12-15T16:08:11.081Z] 16:01:01 0.37 0.03 0.34 0.00 0.27 4.58 0.00 [2020-12-15T16:08:11.081Z] 16:02:01 0.43 0.07 0.37 0.00 1.46 7.37 0.00 [2020-12-15T16:08:11.081Z] 16:03:01 0.42 0.00 0.42 0.00 0.00 6.77 0.00 [2020-12-15T16:08:11.081Z] 16:04:01 0.27 0.00 0.27 0.00 0.00 4.71 0.00 [2020-12-15T16:08:11.081Z] 16:05:01 167.31 82.57 84.75 0.00 3394.88 25430.14 0.00 [2020-12-15T16:08:11.081Z] 16:06:02 202.30 109.72 92.58 0.00 6009.40 22583.10 0.00 [2020-12-15T16:08:11.081Z] 16:07:01 178.14 67.28 110.86 0.00 3868.65 20828.78 0.00 [2020-12-15T16:08:11.081Z] Average: 61.10 27.67 33.43 0.00 1831.32 7273.26 0.00 [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] 15:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-15T16:08:11.081Z] 15:58:01 178592 0 584984 31.09 2620 1115348 1120276 38.23 397800 1105128 128 [2020-12-15T16:08:11.081Z] 15:59:01 175172 0 588396 31.27 2620 1115356 1120316 38.23 410232 1096468 12 [2020-12-15T16:08:11.081Z] 16:00:02 181132 0 582432 30.96 2620 1115360 1089792 37.19 410840 1090340 16 [2020-12-15T16:08:11.081Z] 16:01:01 178148 0 585412 31.11 2620 1115364 1093140 37.31 418244 1086004 24 [2020-12-15T16:08:11.081Z] 16:02:01 182544 0 580892 30.87 2620 1115488 1054416 35.99 410552 1090072 12 [2020-12-15T16:08:11.081Z] 16:03:01 180776 0 582652 30.97 2620 1115496 1054572 35.99 432892 1069668 16 [2020-12-15T16:08:11.081Z] 16:04:01 182128 0 581300 30.89 2620 1115496 1054296 35.98 431472 1069668 16 [2020-12-15T16:08:11.081Z] 16:05:01 72296 0 724220 38.49 2620 1082408 1498764 51.15 523652 1028528 99620 [2020-12-15T16:08:11.081Z] 16:06:02 134888 0 769528 40.90 2596 974532 1534204 52.36 610572 869124 56916 [2020-12-15T16:08:11.081Z] 16:07:01 196352 0 805916 42.83 1572 877704 1338004 45.66 609484 737368 32 [2020-12-15T16:08:11.081Z] Average: 166203 0 638573 33.94 2513 1074255 1195778 40.81 465574 1024237 15679 [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] 15:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-15T16:08:11.081Z] 15:58:01 eth0 182.76 143.92 806.40 76.64 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 15:58:01 docker0 5.52 4.34 1.10 20.31 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 15:59:01 eth0 3.53 1.91 6.20 0.15 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:00:02 eth0 1.83 0.63 0.63 0.37 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:01:01 eth0 0.47 0.30 0.28 0.23 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:02:01 eth0 0.85 0.12 0.13 0.04 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:03:01 eth0 1.58 0.92 0.66 0.40 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:04:01 eth0 0.65 0.07 0.04 0.05 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:05:01 eth0 423.99 355.27 4073.07 31.76 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:06:02 eth0 414.97 347.62 3355.80 84.52 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:06:02 docker0 36.37 34.74 3.27 155.63 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:07:01 eth0 89.80 69.12 243.50 66.20 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] 16:07:01 docker0 21.59 32.57 1.24 188.53 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] Average: eth0 112.42 92.31 852.40 26.04 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] Average: docker0 6.35 7.15 0.56 36.30 0.00 0.00 0.00 0.00 [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] ---> sar -P ALL: [2020-12-15T16:08:11.081Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] 15:56:04 LINUX RESTART (4 CPU) [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] 15:57:01 CPU %user %nice %system %iowait %steal %idle [2020-12-15T16:08:11.081Z] 15:58:01 all 9.47 0.00 3.51 1.28 13.73 72.01 [2020-12-15T16:08:11.081Z] 15:58:01 0 7.69 0.00 3.09 0.68 14.54 73.99 [2020-12-15T16:08:11.081Z] 15:58:01 1 8.74 0.00 4.02 2.07 13.40 71.77 [2020-12-15T16:08:11.081Z] 15:58:01 2 11.38 0.00 3.41 1.35 13.28 70.58 [2020-12-15T16:08:11.081Z] 15:58:01 3 10.07 0.00 3.51 1.02 13.71 71.69 [2020-12-15T16:08:11.081Z] 15:59:01 all 0.16 0.00 0.06 0.00 0.79 98.99 [2020-12-15T16:08:11.081Z] 15:59:01 0 0.05 0.00 0.03 0.00 0.33 99.58 [2020-12-15T16:08:11.081Z] 15:59:01 1 0.38 0.00 0.03 0.00 0.52 99.07 [2020-12-15T16:08:11.081Z] 15:59:01 2 0.13 0.00 0.08 0.00 1.45 98.33 [2020-12-15T16:08:11.081Z] 15:59:01 3 0.08 0.00 0.10 0.00 0.85 98.97 [2020-12-15T16:08:11.081Z] 16:00:02 all 0.11 0.00 0.06 0.00 0.82 99.01 [2020-12-15T16:08:11.081Z] 16:00:02 0 0.02 0.00 0.03 0.00 0.51 99.44 [2020-12-15T16:08:11.081Z] 16:00:02 1 0.26 0.00 0.07 0.00 1.01 98.66 [2020-12-15T16:08:11.081Z] 16:00:02 2 0.10 0.00 0.10 0.00 0.86 98.94 [2020-12-15T16:08:11.081Z] 16:00:02 3 0.07 0.00 0.05 0.00 0.89 98.99 [2020-12-15T16:08:11.081Z] 16:01:01 all 0.04 0.00 0.05 0.00 1.16 98.74 [2020-12-15T16:08:11.081Z] 16:01:01 0 0.02 0.00 0.05 0.00 0.69 99.24 [2020-12-15T16:08:11.081Z] 16:01:01 1 0.10 0.00 0.05 0.00 1.87 97.98 [2020-12-15T16:08:11.081Z] 16:01:01 2 0.02 0.00 0.07 0.00 0.96 98.96 [2020-12-15T16:08:11.081Z] 16:01:01 3 0.03 0.00 0.03 0.02 1.12 98.79 [2020-12-15T16:08:11.081Z] 16:02:01 all 0.07 0.00 0.25 0.00 2.10 97.58 [2020-12-15T16:08:11.081Z] 16:02:01 0 0.05 0.00 0.13 0.00 1.45 98.37 [2020-12-15T16:08:11.081Z] 16:02:01 1 0.13 0.00 0.20 0.00 2.02 97.65 [2020-12-15T16:08:11.081Z] 16:02:01 2 0.05 0.00 0.36 0.02 2.23 97.34 [2020-12-15T16:08:11.081Z] 16:02:01 3 0.05 0.00 0.29 0.00 2.68 96.98 [2020-12-15T16:08:11.081Z] 16:03:01 all 0.09 0.00 0.07 0.00 0.49 99.35 [2020-12-15T16:08:11.081Z] 16:03:01 0 0.23 0.00 0.03 0.00 0.37 99.37 [2020-12-15T16:08:11.081Z] 16:03:01 1 0.00 0.00 0.20 0.00 0.28 99.52 [2020-12-15T16:08:11.081Z] 16:03:01 2 0.02 0.00 0.03 0.00 0.73 99.22 [2020-12-15T16:08:11.081Z] 16:03:01 3 0.12 0.00 0.02 0.00 0.58 99.29 [2020-12-15T16:08:11.081Z] 16:04:01 all 0.06 0.00 0.03 0.00 1.24 98.67 [2020-12-15T16:08:11.081Z] 16:04:01 0 0.18 0.00 0.03 0.00 0.84 98.94 [2020-12-15T16:08:11.081Z] 16:04:01 1 0.02 0.00 0.02 0.00 1.64 98.33 [2020-12-15T16:08:11.081Z] 16:04:01 2 0.02 0.00 0.05 0.00 1.87 98.07 [2020-12-15T16:08:11.081Z] 16:04:01 3 0.02 0.00 0.03 0.00 0.58 99.37 [2020-12-15T16:08:11.081Z] 16:05:01 all 3.78 0.00 3.46 0.67 17.13 74.96 [2020-12-15T16:08:11.081Z] 16:05:01 0 3.36 0.00 3.69 0.64 17.45 74.87 [2020-12-15T16:08:11.081Z] 16:05:01 1 3.36 0.00 2.69 0.26 17.39 76.30 [2020-12-15T16:08:11.081Z] 16:05:01 2 3.81 0.00 3.48 1.06 17.08 74.57 [2020-12-15T16:08:11.081Z] 16:05:01 3 4.61 0.00 4.00 0.72 16.60 74.07 [2020-12-15T16:08:11.081Z] 16:06:02 all 4.59 0.00 4.66 2.09 22.31 66.35 [2020-12-15T16:08:11.081Z] 16:06:02 0 3.99 0.00 5.07 2.14 23.46 65.35 [2020-12-15T16:08:11.081Z] 16:06:02 1 4.37 0.00 4.43 2.60 22.65 65.95 [2020-12-15T16:08:11.081Z] 16:06:02 2 5.21 0.00 4.48 2.03 21.80 66.49 [2020-12-15T16:08:11.081Z] 16:06:02 3 4.81 0.00 4.67 1.58 21.35 67.59 [2020-12-15T16:08:11.081Z] 16:07:01 all 5.41 0.00 6.33 1.74 22.40 64.12 [2020-12-15T16:08:11.081Z] 16:07:01 0 4.40 0.00 5.55 1.72 23.79 64.54 [2020-12-15T16:08:11.081Z] 16:07:01 1 4.16 0.00 5.75 1.83 22.49 65.77 [2020-12-15T16:08:11.081Z] 16:07:01 2 4.45 0.00 6.84 1.24 21.75 65.72 [2020-12-15T16:08:11.081Z] 16:07:01 3 8.66 0.00 7.23 2.16 21.56 60.39 [2020-12-15T16:08:11.081Z] Average: all 2.41 0.00 1.88 0.59 8.35 86.77 [2020-12-15T16:08:11.081Z] Average: 0 2.03 0.00 1.81 0.53 8.51 87.11 [2020-12-15T16:08:11.081Z] Average: 1 2.18 0.00 1.78 0.69 8.50 86.85 [2020-12-15T16:08:11.081Z] Average: 2 2.55 0.00 1.92 0.58 8.31 86.65 [2020-12-15T16:08:11.081Z] Average: 3 2.87 0.00 2.02 0.56 8.08 86.48 [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z] [2020-12-15T16:08:11.081Z]