Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2e0b14878cfb4a574be8745ab7c226ce26d53775 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22166 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 Checking out Revision 2e0b14878cfb4a574be8745ab7c226ce26d53775 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 Commit message: "Merge pull request #747 from hahattan/issue-736" > git rev-list --no-walk 1c2f003b09666c9aca7d142d934c7ec3af9c247b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T02:38:33.109Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T02:38:33.475Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T02:38:33.572Z] ========================================================= [2021-01-22T02:38:33.572Z] EdgeX Global Pipelines Version Info [2021-01-22T02:38:33.572Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:38:35.113Z] ------------------- [2021-01-22T02:38:35.113Z] stable info: [2021-01-22T02:38:35.113Z] ------------------- [2021-01-22T02:38:35.113Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:38:35.113Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:38:35.113Z] Message: update stable to v1.0.179 [2021-01-22T02:38:36.062Z] ------------------- [2021-01-22T02:38:36.062Z] experimental info: [2021-01-22T02:38:36.062Z] ------------------- [2021-01-22T02:38:36.062Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:38:36.062Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:38:36.062Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T02:38:36.380Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-22T02:38:36.488Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-22T02:38:36.599Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T02:38:36.764Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T02:38:36.855Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T02:38:36.962Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T02:38:37.053Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T02:38:37.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T02:38:37.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-22T02:38:37.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T02:38:37.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T02:38:37.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-22T02:38:37.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T02:38:37.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T02:38:37.783Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:38:37.895Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:38:37.981Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:38:38.074Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:38:38.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T02:38:38.299Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T02:38:38.386Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T02:38:38.477Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T02:38:38.562Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T02:38:38.654Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T02:38:38.740Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-22T02:38:38.833Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T02:38:38.920Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T02:38:39.009Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-22T02:38:39.095Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-22T02:38:39.181Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-22T02:38:39.273Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e0b14878cfb4a574be8745ab7c226ce26d53775 [Pipeline] echo [2021-01-22T02:38:39.360Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e0b148 [Pipeline] echo [2021-01-22T02:38:39.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:38:39.650Z] provisioning config files... [2021-01-22T02:38:39.680Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1340800110082719482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:38:40.070Z] ---> docker-login.sh [2021-01-22T02:38:40.070Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:38:40.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:38:40.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:38:40.331Z] Configure a credential helper to remove this warning. See [2021-01-22T02:38:40.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:38:40.331Z] [2021-01-22T02:38:40.331Z] Login Succeeded [2021-01-22T02:38:40.331Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:38:40.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:38:40.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:38:40.594Z] Configure a credential helper to remove this warning. See [2021-01-22T02:38:40.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:38:40.594Z] [2021-01-22T02:38:40.594Z] Login Succeeded [2021-01-22T02:38:40.594Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:38:40.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:38:40.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:38:40.857Z] Configure a credential helper to remove this warning. See [2021-01-22T02:38:40.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:38:40.857Z] [2021-01-22T02:38:40.857Z] Login Succeeded [2021-01-22T02:38:40.857Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:38:40.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:38:41.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:38:41.119Z] Configure a credential helper to remove this warning. See [2021-01-22T02:38:41.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:38:41.119Z] [2021-01-22T02:38:41.119Z] Login Succeeded [2021-01-22T02:38:41.119Z] docker.io [2021-01-22T02:38:41.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:38:41.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:38:41.382Z] Configure a credential helper to remove this warning. See [2021-01-22T02:38:41.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:38:41.382Z] [2021-01-22T02:38:41.382Z] Login Succeeded [2021-01-22T02:38:41.382Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:38:41.392Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:38:42.256Z] + git log --format=format:%s -1 2e0b14878cfb4a574be8745ab7c226ce26d53775 [Pipeline] echo [2021-01-22T02:38:42.323Z] GIT_COMMIT: 2e0b14878cfb4a574be8745ab7c226ce26d53775, Commit Message: Merge pull request #747 from hahattan/issue-736 [Pipeline] echo [2021-01-22T02:38:42.370Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:38:43.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:38:43.600Z] [2021-01-22T02:38:43.600Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:38:43.942Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:38:43.942Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T02:38:43.942Z] 31603596830f: Pulling fs layer [2021-01-22T02:38:43.942Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T02:38:43.942Z] 6ca5941a6612: Pulling fs layer [2021-01-22T02:38:43.942Z] ecc8261a40a4: Pulling fs layer [2021-01-22T02:38:43.942Z] ecc8261a40a4: Waiting [2021-01-22T02:38:43.942Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T02:38:43.942Z] 2a8b12db71e7: Download complete [2021-01-22T02:38:44.204Z] 31603596830f: Verifying Checksum [2021-01-22T02:38:44.204Z] 31603596830f: Download complete [2021-01-22T02:38:44.204Z] 6ca5941a6612: Verifying Checksum [2021-01-22T02:38:44.204Z] 6ca5941a6612: Download complete [2021-01-22T02:38:44.204Z] ecc8261a40a4: Verifying Checksum [2021-01-22T02:38:44.204Z] ecc8261a40a4: Download complete [2021-01-22T02:38:44.470Z] 31603596830f: Pull complete [2021-01-22T02:38:44.470Z] 2a8b12db71e7: Pull complete [2021-01-22T02:38:45.423Z] 6ca5941a6612: Pull complete [2021-01-22T02:38:45.685Z] ecc8261a40a4: Pull complete [2021-01-22T02:38:45.685Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T02:38:45.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:38:45.685Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T02:38:45.786Z] prd-centos7-docker-4c-2g-22166 does not seem to be running inside a container [2021-01-22T02:38:45.840Z] $ 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 [2021-01-22T02:38:47.737Z] $ docker top dade50fc059b8b5f2df0ffa49f5cf04a331bd838a850a2be5d58765346a917a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:38:48.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:38:48.084Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:38:48.298Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:38:48.301Z] $ docker exec dade50fc059b8b5f2df0ffa49f5cf04a331bd838a850a2be5d58765346a917a0 ssh-agent [2021-01-22T02:38:48.564Z] SSH_AUTH_SOCK=/tmp/ssh-TgthJUIryrq7/agent.12 [2021-01-22T02:38:48.564Z] SSH_AGENT_PID=18 [2021-01-22T02:38:48.769Z] Running ssh-add (command line suppressed) [2021-01-22T02:38:48.943Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1965423156798986245.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1965423156798986245.key) [2021-01-22T02:38:49.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:38:49.358Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T02:38:49.379Z] $ docker exec --env ******** --env ******** dade50fc059b8b5f2df0ffa49f5cf04a331bd838a850a2be5d58765346a917a0 ssh-agent -k [2021-01-22T02:38:49.588Z] unset SSH_AUTH_SOCK; [2021-01-22T02:38:49.588Z] unset SSH_AGENT_PID; [2021-01-22T02:38:49.588Z] echo Agent pid 18 killed; [2021-01-22T02:38:49.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T02:38:49.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:38:49.802Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:38:49.990Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:38:49.994Z] $ docker exec dade50fc059b8b5f2df0ffa49f5cf04a331bd838a850a2be5d58765346a917a0 ssh-agent [2021-01-22T02:38:50.166Z] SSH_AUTH_SOCK=/tmp/ssh-EkyY0aK5xfZj/agent.47 [2021-01-22T02:38:50.166Z] SSH_AGENT_PID=52 [2021-01-22T02:38:50.174Z] Running ssh-add (command line suppressed) [2021-01-22T02:38:50.303Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6146229047394939801.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6146229047394939801.key) [2021-01-22T02:38:50.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:38:50.707Z] + git semver init [2021-01-22T02:38:50.707Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:38:50.707Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-22T02:38:50.707Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-22T02:38:50.707Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:38:50.707Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:38:50.707Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:38:50.707Z] # $SEMVER_BRANCH = master [2021-01-22T02:38:50.707Z] # $SEMVER_TEMP = /tmp/semver-753150800 [2021-01-22T02:38:50.707Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-22T02:38:51.283Z] # '/tmp/semver-753150800' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-01-22T02:38:51.283Z] # -> Force: false [2021-01-22T02:38:51.283Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-22T02:38:51.296Z] $ docker exec --env ******** --env ******** dade50fc059b8b5f2df0ffa49f5cf04a331bd838a850a2be5d58765346a917a0 ssh-agent -k [2021-01-22T02:38:51.414Z] unset SSH_AUTH_SOCK; [2021-01-22T02:38:51.414Z] unset SSH_AGENT_PID; [2021-01-22T02:38:51.414Z] echo Agent pid 52 killed; [2021-01-22T02:38:51.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:38:51.959Z] + git semver [Pipeline] } [2021-01-22T02:38:51.976Z] $ docker stop --time=1 dade50fc059b8b5f2df0ffa49f5cf04a331bd838a850a2be5d58765346a917a0 [2021-01-22T02:38:53.362Z] $ docker rm -f dade50fc059b8b5f2df0ffa49f5cf04a331bd838a850a2be5d58765346a917a0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:38:53.850Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T02:38:54.225Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T02:38:54.228Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-22T02:39:09.746Z] Still waiting to schedule task [2021-01-22T02:39:09.747Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22167’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-22T02:39:09.749Z] Still waiting to schedule task [2021-01-22T02:39:09.749Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T02:40:38.392Z] Running on prd-centos7-docker-4c-2g-22170 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-22T02:40:38.444Z] Running in /w/workspace/device-sdk-go/111 [Pipeline] { [Pipeline] checkout [2021-01-22T02:40:41.002Z] using credential edgex-jenkins-ssh [2021-01-22T02:40:41.075Z] Cloning the remote Git repository [2021-01-22T02:40:41.109Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:40:41.181Z] > git init /w/workspace/device-sdk-go/111 # timeout=10 [2021-01-22T02:40:41.250Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:40:41.251Z] > git --version # timeout=10 [2021-01-22T02:40:41.259Z] > git --version # 'git version 2.24.3' [2021-01-22T02:40:41.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:40:41.288Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:40:42.602Z] Checking out Revision 2e0b14878cfb4a574be8745ab7c226ce26d53775 (master) [2021-01-22T02:40:42.042Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:40:42.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:40:42.067Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:40:42.086Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:40:42.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:40:42.091Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T02:40:42.612Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:40:42.619Z] > git checkout -f 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 [2021-01-22T02:40:46.312Z] Commit message: "Merge pull request #747 from hahattan/issue-736" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:40:47.439Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:40:47.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:40:48.076Z] + sudo service docker restart [2021-01-22T02:40:48.076Z] + true [2021-01-22T02:40:48.076Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:40:49.533Z] provisioning config files... [2021-01-22T02:40:49.560Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/111@tmp/config1966896591967947277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:40:49.917Z] ---> docker-login.sh [2021-01-22T02:40:49.917Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:40:50.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:40:50.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:40:50.180Z] Configure a credential helper to remove this warning. See [2021-01-22T02:40:50.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:40:50.180Z] [2021-01-22T02:40:50.180Z] Login Succeeded [2021-01-22T02:40:50.180Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:40:50.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:40:50.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:40:50.450Z] Configure a credential helper to remove this warning. See [2021-01-22T02:40:50.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:40:50.450Z] [2021-01-22T02:40:50.450Z] Login Succeeded [2021-01-22T02:40:50.450Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:40:50.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:40:50.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:40:50.713Z] Configure a credential helper to remove this warning. See [2021-01-22T02:40:50.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:40:50.713Z] [2021-01-22T02:40:50.713Z] Login Succeeded [2021-01-22T02:40:50.713Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:40:50.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:40:50.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:40:50.978Z] Configure a credential helper to remove this warning. See [2021-01-22T02:40:50.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:40:50.978Z] [2021-01-22T02:40:50.978Z] Login Succeeded [2021-01-22T02:40:50.978Z] docker.io [2021-01-22T02:40:50.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:40:51.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:40:51.240Z] Configure a credential helper to remove this warning. See [2021-01-22T02:40:51.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:40:51.240Z] [2021-01-22T02:40:51.240Z] Login Succeeded [2021-01-22T02:40:51.240Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:40:51.250Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:40:51.561Z] ========================================================= [2021-01-22T02:40:51.561Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T02:40:51.561Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:40:51.907Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-22T02:40:51.907Z] Sending build context to Docker daemon 2.546MB [2021-01-22T02:40:51.907Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:40:51.907Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:40:52.173Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T02:40:52.173Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T02:40:52.173Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T02:40:52.173Z] de9db76c5a1d: Pulling fs layer [2021-01-22T02:40:52.173Z] bca2f99d35d6: Pulling fs layer [2021-01-22T02:40:52.173Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T02:40:52.173Z] 7c6f9722023f: Pulling fs layer [2021-01-22T02:40:52.173Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T02:40:52.173Z] bca2f99d35d6: Waiting [2021-01-22T02:40:52.173Z] 93359f2a8cfa: Waiting [2021-01-22T02:40:52.173Z] 7c6f9722023f: Waiting [2021-01-22T02:40:52.173Z] a35cf1a2eb13: Waiting [2021-01-22T02:40:52.173Z] de9db76c5a1d: Verifying Checksum [2021-01-22T02:40:52.173Z] de9db76c5a1d: Download complete [2021-01-22T02:40:52.173Z] 0ef7d3d256c8: Download complete [2021-01-22T02:40:52.173Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T02:40:52.173Z] 93359f2a8cfa: Download complete [2021-01-22T02:40:52.173Z] 7c6f9722023f: Verifying Checksum [2021-01-22T02:40:52.173Z] 7c6f9722023f: Download complete [2021-01-22T02:40:52.173Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T02:40:52.173Z] 188c0c94c7c5: Download complete [2021-01-22T02:40:52.437Z] 188c0c94c7c5: Pull complete [2021-01-22T02:40:52.701Z] 0ef7d3d256c8: Pull complete [2021-01-22T02:40:52.701Z] de9db76c5a1d: Pull complete [2021-01-22T02:40:54.628Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T02:40:55.207Z] bca2f99d35d6: Verifying Checksum [2021-01-22T02:40:55.207Z] bca2f99d35d6: Download complete [2021-01-22T02:40:58.796Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22169 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-22T02:40:58.847Z] Running in /w/workspace/device-sdk-go/111 [Pipeline] { [Pipeline] checkout [2021-01-22T02:41:01.880Z] bca2f99d35d6: Pull complete [2021-01-22T02:41:01.880Z] 93359f2a8cfa: Pull complete [2021-01-22T02:41:01.880Z] 7c6f9722023f: Pull complete [2021-01-22T02:41:03.978Z] using credential edgex-jenkins-ssh [2021-01-22T02:41:04.037Z] Cloning the remote Git repository [2021-01-22T02:41:04.094Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:41:04.191Z] > git init /w/workspace/device-sdk-go/111 # timeout=10 [2021-01-22T02:41:04.255Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:41:04.256Z] > git --version # timeout=10 [2021-01-22T02:41:04.273Z] > git --version # 'git version 2.17.1' [2021-01-22T02:41:04.275Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:41:04.353Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:41:06.055Z] Checking out Revision 2e0b14878cfb4a574be8745ab7c226ce26d53775 (master) [2021-01-22T02:41:06.143Z] a35cf1a2eb13: Pull complete [2021-01-22T02:41:06.144Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T02:41:06.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T02:41:06.144Z] ---> a62c8e92a672 [2021-01-22T02:41:06.144Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:41:06.144Z] ---> Running in 8cc725c87488 [2021-01-22T02:41:05.509Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:41:05.537Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:41:05.561Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:41:05.591Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:41:05.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:41:05.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T02:41:06.079Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:41:06.142Z] > git checkout -f 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 [2021-01-22T02:41:06.432Z] Removing intermediate container 8cc725c87488 [2021-01-22T02:41:06.432Z] ---> 67074ca5ae23 [2021-01-22T02:41:06.432Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:41:06.432Z] ---> Running in 06bf7d095a17 [2021-01-22T02:41:07.841Z] Removing intermediate container 06bf7d095a17 [2021-01-22T02:41:07.841Z] ---> b83b10c9b3e9 [2021-01-22T02:41:07.841Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-22T02:41:07.841Z] ---> Running in 3256d14700ce [2021-01-22T02:41:08.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:41:10.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:41:10.419Z] Commit message: "Merge pull request #747 from hahattan/issue-736" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:41:11.922Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:41:12.126Z] OK: 166 MiB in 39 packages [2021-01-22T02:41:12.321Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:41:12.388Z] Removing intermediate container 3256d14700ce [2021-01-22T02:41:12.388Z] ---> 759c8416e3af [2021-01-22T02:41:12.388Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-22T02:41:12.651Z] ---> Running in 6ac7b51896d1 [2021-01-22T02:41:12.651Z] Removing intermediate container 6ac7b51896d1 [2021-01-22T02:41:12.651Z] ---> e4723876feea [2021-01-22T02:41:12.651Z] Step 7/8 : COPY . . [2021-01-22T02:41:12.663Z] + true [2021-01-22T02:41:12.663Z] + sudo service docker restart [2021-01-22T02:41:14.054Z] ---> 32028e4ca506 [2021-01-22T02:41:14.054Z] Step 8/8 : RUN go mod download [2021-01-22T02:41:14.054Z] ---> Running in 6d18911d502b [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:41:15.402Z] provisioning config files... [2021-01-22T02:41:15.440Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/111@tmp/config4670718786426808095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:41:15.876Z] ---> docker-login.sh [2021-01-22T02:41:15.876Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:41:16.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:41:17.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:41:17.136Z] Configure a credential helper to remove this warning. See [2021-01-22T02:41:17.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:41:17.136Z] [2021-01-22T02:41:17.136Z] Login Succeeded [2021-01-22T02:41:17.136Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:41:17.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:41:17.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:41:17.687Z] Configure a credential helper to remove this warning. See [2021-01-22T02:41:17.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:41:17.687Z] [2021-01-22T02:41:17.687Z] Login Succeeded [2021-01-22T02:41:17.687Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:41:17.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:41:18.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:41:18.236Z] Configure a credential helper to remove this warning. See [2021-01-22T02:41:18.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:41:18.236Z] [2021-01-22T02:41:18.236Z] Login Succeeded [2021-01-22T02:41:18.236Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:41:18.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:41:18.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:41:18.785Z] Configure a credential helper to remove this warning. See [2021-01-22T02:41:18.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:41:18.785Z] [2021-01-22T02:41:18.785Z] Login Succeeded [2021-01-22T02:41:18.785Z] docker.io [2021-01-22T02:41:19.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:41:20.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:41:20.503Z] Configure a credential helper to remove this warning. See [2021-01-22T02:41:20.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:41:20.503Z] [2021-01-22T02:41:20.503Z] Login Succeeded [2021-01-22T02:41:20.503Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:41:20.518Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:41:21.012Z] ========================================================= [2021-01-22T02:41:21.012Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T02:41:21.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:41:21.397Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-22T02:41:21.668Z] Sending build context to Docker daemon 2.545MB [2021-01-22T02:41:21.668Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:41:21.668Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:41:21.967Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T02:41:21.967Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T02:41:21.967Z] a4357932f1b6: Pulling fs layer [2021-01-22T02:41:21.967Z] 18c013af1878: Pulling fs layer [2021-01-22T02:41:21.967Z] 00ac8860ef70: Pulling fs layer [2021-01-22T02:41:21.967Z] 63d7cb157983: Pulling fs layer [2021-01-22T02:41:21.967Z] b116817d02f9: Pulling fs layer [2021-01-22T02:41:21.967Z] 745a02a5169b: Pulling fs layer [2021-01-22T02:41:21.967Z] 00ac8860ef70: Waiting [2021-01-22T02:41:21.967Z] 63d7cb157983: Waiting [2021-01-22T02:41:21.967Z] b116817d02f9: Waiting [2021-01-22T02:41:21.967Z] 745a02a5169b: Waiting [2021-01-22T02:41:21.967Z] 18c013af1878: Download complete [2021-01-22T02:41:21.967Z] a4357932f1b6: Verifying Checksum [2021-01-22T02:41:21.967Z] a4357932f1b6: Download complete [2021-01-22T02:41:21.967Z] 63d7cb157983: Download complete [2021-01-22T02:41:21.967Z] b116817d02f9: Verifying Checksum [2021-01-22T02:41:21.967Z] b116817d02f9: Download complete [2021-01-22T02:41:22.249Z] 5f621e34cdf4: Download complete [2021-01-22T02:41:22.854Z] 5f621e34cdf4: Pull complete [2021-01-22T02:41:23.457Z] a4357932f1b6: Pull complete [2021-01-22T02:41:23.734Z] 18c013af1878: Pull complete [2021-01-22T02:41:24.727Z] 745a02a5169b: Verifying Checksum [2021-01-22T02:41:24.727Z] 745a02a5169b: Download complete [2021-01-22T02:41:25.709Z] 00ac8860ef70: Verifying Checksum [2021-01-22T02:41:25.709Z] 00ac8860ef70: Download complete [2021-01-22T02:41:32.279Z] Removing intermediate container 6d18911d502b [2021-01-22T02:41:32.279Z] ---> f6c7369b4c14 [2021-01-22T02:41:32.279Z] Successfully built f6c7369b4c14 [2021-01-22T02:41:32.279Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:41:32.598Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:41:32.598Z] . [Pipeline] withDockerContainer [2021-01-22T02:41:32.723Z] prd-centos7-docker-4c-2g-22170 does not seem to be running inside a container [2021-01-22T02:41:32.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/111 -v /w/workspace/device-sdk-go/111:/w/workspace/device-sdk-go/111:rw,z -v /w/workspace/device-sdk-go/111@tmp:/w/workspace/device-sdk-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T02:41:33.571Z] $ docker top 183d6aca76163e0719478784baa82ceb143f6a79a9a1c3828b146f030a943951 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:41:34.084Z] + go version [2021-01-22T02:41:34.084Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T02:41:34.102Z] $ docker stop --time=1 183d6aca76163e0719478784baa82ceb143f6a79a9a1c3828b146f030a943951 [2021-01-22T02:41:35.468Z] $ docker rm -f 183d6aca76163e0719478784baa82ceb143f6a79a9a1c3828b146f030a943951 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-22T02:41:35.917Z] 00ac8860ef70: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:41:36.199Z] 63d7cb157983: Pull complete [2021-01-22T02:41:36.303Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:41:36.303Z] . [Pipeline] withDockerContainer [2021-01-22T02:41:36.477Z] b116817d02f9: Pull complete [2021-01-22T02:41:36.548Z] prd-centos7-docker-4c-2g-22170 does not seem to be running inside a container [2021-01-22T02:41:36.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/111 -v /w/workspace/device-sdk-go/111:/w/workspace/device-sdk-go/111:rw,z -v /w/workspace/device-sdk-go/111@tmp:/w/workspace/device-sdk-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T02:41:37.463Z] $ docker top 2a2719065cdff54f8b06d9d41cee54339bc283d5261ea125c7008aab6b4f073d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:41:38.081Z] + make test [2021-01-22T02:41:38.081Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T02:41:40.810Z] 745a02a5169b: Pull complete [2021-01-22T02:41:40.810Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T02:41:40.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T02:41:40.810Z] ---> b7e6874047d6 [2021-01-22T02:41:40.810Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:41:43.429Z] ---> Running in 9f21c7946b1a [2021-01-22T02:41:43.703Z] Removing intermediate container 9f21c7946b1a [2021-01-22T02:41:43.703Z] ---> a2fecc7877a3 [2021-01-22T02:41:43.703Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:41:43.703Z] ---> Running in 3d3a60f4c312 [2021-01-22T02:41:46.334Z] Removing intermediate container 3d3a60f4c312 [2021-01-22T02:41:46.334Z] ---> 2a61f9112fb2 [2021-01-22T02:41:46.334Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-22T02:41:46.334Z] ---> Running in f60646c4dcce [2021-01-22T02:41:46.350Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-22T02:41:47.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:41:48.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:41:49.721Z] OK: 142 MiB in 39 packages [2021-01-22T02:41:50.706Z] Removing intermediate container f60646c4dcce [2021-01-22T02:41:50.706Z] ---> 7a0d6adc2ed0 [2021-01-22T02:41:50.706Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-22T02:41:50.706Z] ---> Running in 2d06d85075f9 [2021-01-22T02:41:51.302Z] Removing intermediate container 2d06d85075f9 [2021-01-22T02:41:51.302Z] ---> 52df917f0b92 [2021-01-22T02:41:51.302Z] Step 7/8 : COPY . . [2021-01-22T02:41:52.286Z] ---> e5287258881a [2021-01-22T02:41:52.286Z] Step 8/8 : RUN go mod download [2021-01-22T02:41:52.559Z] ---> Running in 0ec7efc3e2dc [2021-01-22T02:42:01.417Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-22T02:42:01.417Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-22T02:42:01.417Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-22T02:42:01.417Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.061s coverage: 19.4% of statements [2021-01-22T02:42:04.783Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.504s coverage: 97.1% of statements [2021-01-22T02:42:14.754Z] Removing intermediate container 0ec7efc3e2dc [2021-01-22T02:42:14.754Z] ---> 2c2647a7a902 [2021-01-22T02:42:14.754Z] Successfully built 2c2647a7a902 [2021-01-22T02:42:14.754Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:42:15.102Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:42:15.102Z] . [Pipeline] withDockerContainer [2021-01-22T02:42:15.382Z] prd-ubuntu18.04-docker-arm64-4c-16g-22169 does not seem to be running inside a container [2021-01-22T02:42:15.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/111 -v /w/workspace/device-sdk-go/111:/w/workspace/device-sdk-go/111:rw,z -v /w/workspace/device-sdk-go/111@tmp:/w/workspace/device-sdk-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T02:42:17.046Z] $ docker top 2a605d9dfd18b0898861f9d7a8b84c0608cf7944a73a4ff0a3d79560fdf6a608 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:42:18.079Z] + go version [2021-01-22T02:42:18.079Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T02:42:18.098Z] $ docker stop --time=1 2a605d9dfd18b0898861f9d7a8b84c0608cf7944a73a4ff0a3d79560fdf6a608 [2021-01-22T02:42:20.014Z] $ docker rm -f 2a605d9dfd18b0898861f9d7a8b84c0608cf7944a73a4ff0a3d79560fdf6a608 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:42:21.125Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:42:21.126Z] . [Pipeline] withDockerContainer [2021-01-22T02:42:21.445Z] prd-ubuntu18.04-docker-arm64-4c-16g-22169 does not seem to be running inside a container [2021-01-22T02:42:21.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/111 -v /w/workspace/device-sdk-go/111:/w/workspace/device-sdk-go/111:rw,z -v /w/workspace/device-sdk-go/111@tmp:/w/workspace/device-sdk-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T02:42:23.299Z] $ docker top 8a397a1730718143f01d1948f13f099363a93afe3fe765ab838260d8872db79d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:42:24.359Z] + make test [2021-01-22T02:42:24.359Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T02:42:36.973Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.075s coverage: 9.4% of statements [2021-01-22T02:42:36.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.049s coverage: 21.7% of statements [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-22T02:42:36.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.227s coverage: 43.2% of statements [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-22T02:42:36.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.295s coverage: 68.9% of statements [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T02:42:36.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.071s coverage: 53.8% of statements [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-22T02:42:36.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.069s coverage: 26.8% of statements [2021-01-22T02:42:36.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.470s coverage: 83.5% of statements [2021-01-22T02:42:36.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.208s coverage: 4.2% of statements [2021-01-22T02:42:36.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-22T02:42:36.974Z] GO111MODULE=on go vet ./... [2021-01-22T02:42:45.211Z] gofmt -l . [2021-01-22T02:42:45.211Z] [ "`gofmt -l .`" = "" ] [2021-01-22T02:42:45.211Z] ./bin/test-attribution-txt.sh [2021-01-22T02:42:45.211Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T02:42:45.232Z] $ docker stop --time=1 2a2719065cdff54f8b06d9d41cee54339bc283d5261ea125c7008aab6b4f073d [2021-01-22T02:42:46.569Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-22T02:42:47.366Z] $ docker rm -f 2a2719065cdff54f8b06d9d41cee54339bc283d5261ea125c7008aab6b4f073d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:42:48.195Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:42:48.720Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-22T02:42:51.557Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:42:51.928Z] + ls -al . [2021-01-22T02:42:51.928Z] total 216 [2021-01-22T02:42:51.928Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 22 02:42 . [2021-01-22T02:42:51.928Z] drwxrwxr-x. 4 jenkins jenkins 32 Jan 22 02:40 .. [2021-01-22T02:42:51.928Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 22 02:40 bin [2021-01-22T02:42:51.928Z] -rw-r--r--. 1 jenkins jenkins 136842 Jan 22 02:42 coverage.out [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 22 02:40 Dockerfile.build [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 22 02:40 .dockerignore [2021-01-22T02:42:51.928Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 22 02:40 example [2021-01-22T02:42:51.928Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 22 02:40 .git [2021-01-22T02:42:51.928Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 02:40 .github [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 22 02:40 .gitignore [2021-01-22T02:42:51.928Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 22 02:42 go.mod [2021-01-22T02:42:51.928Z] -rw-r--r--. 1 jenkins jenkins 14016 Jan 22 02:42 go.sum [2021-01-22T02:42:51.928Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 22 02:40 internal [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 22 02:40 Jenkinsfile [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 22 02:40 LICENSE [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 22 02:40 Makefile [2021-01-22T02:42:51.928Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 22 02:40 openapi [2021-01-22T02:42:51.928Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 22 02:40 pkg [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 22 02:40 README.md [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 22 02:40 RELEASE-NOTES.txt [2021-01-22T02:42:51.928Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 22 02:40 snap [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 22 02:38 VERSION [2021-01-22T02:42:51.928Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 22 02:40 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:42:52.304Z] + 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=2e0b14878cfb4a574be8745ab7c226ce26d53775 --label arch=amd64 --label version=2.0.0-dev.6 . [2021-01-22T02:42:52.573Z] Sending build context to Docker daemon 2.683MB [2021-01-22T02:42:52.573Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:42:52.573Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:42:52.573Z] ---> f6c7369b4c14 [2021-01-22T02:42:52.573Z] Step 3/24 : ARG MAKE='make build' [2021-01-22T02:42:53.149Z] ---> Running in 1fea200a11a0 [2021-01-22T02:42:53.149Z] Removing intermediate container 1fea200a11a0 [2021-01-22T02:42:53.149Z] ---> f72a852a2f2d [2021-01-22T02:42:53.149Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-22T02:42:53.149Z] ---> Running in 64a61b9160f4 [2021-01-22T02:42:53.415Z] Removing intermediate container 64a61b9160f4 [2021-01-22T02:42:53.415Z] ---> 04052c35a23f [2021-01-22T02:42:53.415Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:42:53.415Z] ---> Running in 36a5743e7a21 [2021-01-22T02:42:53.677Z] Removing intermediate container 36a5743e7a21 [2021-01-22T02:42:53.678Z] ---> ee2a836ba16c [2021-01-22T02:42:53.678Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:42:53.678Z] ---> Running in b39eef9277af [2021-01-22T02:42:55.085Z] Removing intermediate container b39eef9277af [2021-01-22T02:42:55.085Z] ---> f5207226caf6 [2021-01-22T02:42:55.085Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-22T02:42:55.085Z] ---> Running in 6efe65856a8b [2021-01-22T02:42:55.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:42:56.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:42:58.725Z] OK: 166 MiB in 39 packages [2021-01-22T02:42:59.000Z] Removing intermediate container 6efe65856a8b [2021-01-22T02:42:59.000Z] ---> a29845fcc6c0 [2021-01-22T02:42:59.000Z] Step 8/24 : COPY . . [2021-01-22T02:42:59.992Z] ---> 8fe1196b9572 [2021-01-22T02:42:59.992Z] Step 9/24 : RUN ${MAKE} [2021-01-22T02:42:59.992Z] ---> Running in 95bfd9f2889d [2021-01-22T02:43:00.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.6" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-22T02:43:10.813Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-22T02:43:12.211Z] Removing intermediate container 95bfd9f2889d [2021-01-22T02:43:12.211Z] ---> e5c0c56452a4 [2021-01-22T02:43:12.211Z] Step 10/24 : FROM scratch [2021-01-22T02:43:12.211Z] ---> [2021-01-22T02:43:12.211Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:43:12.211Z] ---> Running in 948272ea46e2 [2021-01-22T02:43:12.477Z] Removing intermediate container 948272ea46e2 [2021-01-22T02:43:12.477Z] ---> efd31fbfdc60 [2021-01-22T02:43:12.477Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-22T02:43:12.477Z] ---> Running in 23f3c5ac10e7 [2021-01-22T02:43:12.750Z] Removing intermediate container 23f3c5ac10e7 [2021-01-22T02:43:12.750Z] ---> b9b9fec846fe [2021-01-22T02:43:12.750Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T02:43:12.750Z] ---> Running in 600d52fff553 [2021-01-22T02:43:13.012Z] Removing intermediate container 600d52fff553 [2021-01-22T02:43:13.012Z] ---> c9f9f4ff077a [2021-01-22T02:43:13.012Z] Step 14/24 : WORKDIR / [2021-01-22T02:43:13.012Z] ---> Running in 991f05a654e1 [2021-01-22T02:43:13.282Z] Removing intermediate container 991f05a654e1 [2021-01-22T02:43:13.282Z] ---> 7ab57e0594f3 [2021-01-22T02:43:13.282Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-22T02:43:13.881Z] ---> 0140e6abf11e [2021-01-22T02:43:13.881Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-22T02:43:13.881Z] ---> 49c2f58e90b3 [2021-01-22T02:43:13.881Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-22T02:43:14.145Z] ---> 2348da85d921 [2021-01-22T02:43:14.145Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-22T02:43:14.420Z] ---> d3772e94b5ce [2021-01-22T02:43:14.420Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-22T02:43:14.688Z] ---> 64c1a00ccdd4 [2021-01-22T02:43:14.688Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-22T02:43:14.688Z] ---> Running in 153bba077953 [2021-01-22T02:43:14.953Z] Removing intermediate container 153bba077953 [2021-01-22T02:43:14.953Z] ---> 276f494f3516 [2021-01-22T02:43:14.953Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T02:43:14.953Z] ---> Running in be8ff4738dc0 [2021-01-22T02:43:15.216Z] Removing intermediate container be8ff4738dc0 [2021-01-22T02:43:15.216Z] ---> 2ec4fa89dbad [2021-01-22T02:43:15.216Z] Step 22/24 : LABEL arch=amd64 [2021-01-22T02:43:15.216Z] ---> Running in 232bf55ccdbe [2021-01-22T02:43:15.479Z] Removing intermediate container 232bf55ccdbe [2021-01-22T02:43:15.479Z] ---> 80edd8fafc60 [2021-01-22T02:43:15.479Z] Step 23/24 : LABEL git_sha=2e0b14878cfb4a574be8745ab7c226ce26d53775 [2021-01-22T02:43:15.479Z] ---> Running in 3706a3799f10 [2021-01-22T02:43:15.741Z] Removing intermediate container 3706a3799f10 [2021-01-22T02:43:15.742Z] ---> 3877e521edee [2021-01-22T02:43:15.742Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2021-01-22T02:43:15.742Z] ---> Running in 0d2c22145a99 [2021-01-22T02:43:16.005Z] Removing intermediate container 0d2c22145a99 [2021-01-22T02:43:16.005Z] ---> 05c2ea116c65 [2021-01-22T02:43:16.005Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:43:16.005Z] Successfully built 05c2ea116c65 [2021-01-22T02:43:16.005Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T02:43:33.603Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-22T02:43:33.603Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-22T02:43:33.603Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-22T02:43:33.603Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.150s coverage: 19.4% of statements [2021-01-22T02:43:33.603Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.161s coverage: 97.1% of statements [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.126s coverage: 9.4% of statements [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.132s coverage: 21.7% of statements [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.600s coverage: 43.2% of statements [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.719s coverage: 68.9% of statements [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.217s coverage: 53.8% of statements [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.178s coverage: 26.8% of statements [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.988s coverage: 83.5% of statements [2021-01-22T02:44:00.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.145s coverage: 4.2% of statements [2021-01-22T02:44:00.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-22T02:44:00.694Z] GO111MODULE=on go vet ./... [2021-01-22T02:44:33.067Z] gofmt -l . [2021-01-22T02:44:33.067Z] [ "`gofmt -l .`" = "" ] [2021-01-22T02:44:33.342Z] ./bin/test-attribution-txt.sh [2021-01-22T02:44:34.325Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T02:44:34.598Z] $ docker stop --time=1 8a397a1730718143f01d1948f13f099363a93afe3fe765ab838260d8872db79d [2021-01-22T02:44:36.877Z] $ docker rm -f 8a397a1730718143f01d1948f13f099363a93afe3fe765ab838260d8872db79d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:44:37.929Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:44:37.950Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T02:44:38.848Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:44:39.562Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:44:41.384Z] + ls -al . [2021-01-22T02:44:41.384Z] total 252 [2021-01-22T02:44:41.384Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:44 . [2021-01-22T02:44:41.384Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:41 .. [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 22 02:41 .dockerignore [2021-01-22T02:44:41.384Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 02:41 .git [2021-01-22T02:44:41.384Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:41 .github [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 22 02:41 .gitignore [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 22 02:41 Dockerfile.build [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 22 02:41 Jenkinsfile [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 22 02:41 LICENSE [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 22 02:41 Makefile [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 22 02:41 README.md [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 22 02:41 RELEASE-NOTES.txt [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 22 02:38 VERSION [2021-01-22T02:44:41.384Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:41 bin [2021-01-22T02:44:41.384Z] -rw-r--r-- 1 jenkins jenkins 136842 Jan 22 02:43 coverage.out [2021-01-22T02:44:41.384Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:41 example [2021-01-22T02:44:41.384Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 22 02:44 go.mod [2021-01-22T02:44:41.384Z] -rw-r--r-- 1 jenkins jenkins 14016 Jan 22 02:44 go.sum [2021-01-22T02:44:41.384Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 22 02:41 internal [2021-01-22T02:44:41.384Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:41 openapi [2021-01-22T02:44:41.384Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 22 02:41 pkg [2021-01-22T02:44:41.384Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:41 snap [2021-01-22T02:44:41.384Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 22 02:41 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:44:41.732Z] + 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=2e0b14878cfb4a574be8745ab7c226ce26d53775 --label arch=arm64 --label version=2.0.0-dev.6 . [2021-01-22T02:44:42.007Z] Sending build context to Docker daemon 2.682MB [2021-01-22T02:44:42.280Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:44:42.280Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:44:42.280Z] ---> 2c2647a7a902 [2021-01-22T02:44:42.280Z] Step 3/24 : ARG MAKE='make build' [2021-01-22T02:44:42.553Z] ---> Running in 6b99abaa08dc [2021-01-22T02:44:42.824Z] Removing intermediate container 6b99abaa08dc [2021-01-22T02:44:42.824Z] ---> 01dcbb61caad [2021-01-22T02:44:42.824Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-22T02:44:43.097Z] ---> Running in c21ad038acf2 [2021-01-22T02:44:43.369Z] Removing intermediate container c21ad038acf2 [2021-01-22T02:44:43.369Z] ---> 4cf03627f700 [2021-01-22T02:44:43.369Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:44:43.643Z] ---> Running in d7fae58b4371 [2021-01-22T02:44:43.920Z] Removing intermediate container d7fae58b4371 [2021-01-22T02:44:43.920Z] ---> 85207b3cc775 [2021-01-22T02:44:43.920Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:44:44.193Z] ---> Running in 82a0ca18f0a1 [2021-01-22T02:44:46.187Z] Removing intermediate container 82a0ca18f0a1 [2021-01-22T02:44:46.187Z] ---> 524886d8a308 [2021-01-22T02:44:46.187Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-22T02:44:46.466Z] ---> Running in 42c0c304eb75 [2021-01-22T02:44:47.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:44:50.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:44:53.440Z] OK: 142 MiB in 39 packages [2021-01-22T02:44:54.035Z] Removing intermediate container 42c0c304eb75 [2021-01-22T02:44:54.035Z] ---> 6cc9957bc24e [2021-01-22T02:44:54.035Z] Step 8/24 : COPY . . [2021-01-22T02:44:55.484Z] ---> 369fc0e5f1f0 [2021-01-22T02:44:55.484Z] Step 9/24 : RUN ${MAKE} [2021-01-22T02:44:55.484Z] ---> Running in f2a695315ba6 [2021-01-22T02:44:56.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.6" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-22T02:45:23.306Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-22T02:45:23.306Z] Removing intermediate container f2a695315ba6 [2021-01-22T02:45:23.306Z] ---> 4004a2e5f940 [2021-01-22T02:45:23.306Z] Step 10/24 : FROM scratch [2021-01-22T02:45:23.306Z] ---> [2021-01-22T02:45:23.306Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:45:23.306Z] ---> Running in a086478770e5 [2021-01-22T02:45:23.306Z] Removing intermediate container a086478770e5 [2021-01-22T02:45:23.306Z] ---> fcba28f17b38 [2021-01-22T02:45:23.306Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-22T02:45:23.306Z] ---> Running in f37b574cbe48 [2021-01-22T02:45:23.901Z] Removing intermediate container f37b574cbe48 [2021-01-22T02:45:23.901Z] ---> 863f64894e86 [2021-01-22T02:45:23.901Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T02:45:23.901Z] ---> Running in c3c3c1da8240 [2021-01-22T02:45:24.498Z] Removing intermediate container c3c3c1da8240 [2021-01-22T02:45:24.498Z] ---> 159986ff3e2e [2021-01-22T02:45:24.498Z] Step 14/24 : WORKDIR / [2021-01-22T02:45:24.498Z] ---> Running in 58356d7807b4 [2021-01-22T02:45:24.775Z] Removing intermediate container 58356d7807b4 [2021-01-22T02:45:24.775Z] ---> 5de85f678891 [2021-01-22T02:45:24.775Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-22T02:45:26.233Z] ---> f24d15de22db [2021-01-22T02:45:26.233Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-22T02:45:26.831Z] ---> 03a2bb3455d8 [2021-01-22T02:45:26.831Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-22T02:45:27.434Z] ---> efabe91de697 [2021-01-22T02:45:27.434Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-22T02:45:28.408Z] ---> 10b8540706be [2021-01-22T02:45:28.408Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-22T02:45:29.009Z] ---> 53e96b8e240a [2021-01-22T02:45:29.009Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-22T02:45:29.009Z] ---> Running in e10fcbdbf071 [2021-01-22T02:45:29.609Z] Removing intermediate container e10fcbdbf071 [2021-01-22T02:45:29.609Z] ---> 5fff187b4513 [2021-01-22T02:45:29.609Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T02:45:29.609Z] ---> Running in 4abed850c7f8 [2021-01-22T02:45:30.203Z] Removing intermediate container 4abed850c7f8 [2021-01-22T02:45:30.203Z] ---> afa3f0d8c117 [2021-01-22T02:45:30.203Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T02:45:30.203Z] ---> Running in f52ce9363d5e [2021-01-22T02:45:30.797Z] Removing intermediate container f52ce9363d5e [2021-01-22T02:45:30.797Z] ---> 62df7e71415e [2021-01-22T02:45:30.797Z] Step 23/24 : LABEL git_sha=2e0b14878cfb4a574be8745ab7c226ce26d53775 [2021-01-22T02:45:30.797Z] ---> Running in c2efcd7245d7 [2021-01-22T02:45:31.070Z] Removing intermediate container c2efcd7245d7 [2021-01-22T02:45:31.070Z] ---> a9416929ab2c [2021-01-22T02:45:31.070Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2021-01-22T02:45:31.344Z] ---> Running in 5a8a3690b53e [2021-01-22T02:45:31.935Z] Removing intermediate container 5a8a3690b53e [2021-01-22T02:45:31.935Z] ---> e5d471fc24eb [2021-01-22T02:45:31.935Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:45:31.935Z] Successfully built e5d471fc24eb [2021-01-22T02:45:31.935Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-22T02:45:33.663Z] provisioning config files... [2021-01-22T02:45:33.673Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1154900171186644155tmp [Pipeline] { [Pipeline] sh [2021-01-22T02:45:34.061Z] + set +x [2021-01-22T02:45:34.061Z] + curl -s https://codecov.io/bash [2021-01-22T02:45:34.061Z] + bash -s -- [2021-01-22T02:45:34.323Z] [2021-01-22T02:45:34.323Z] _____ _ [2021-01-22T02:45:34.323Z] / ____| | | [2021-01-22T02:45:34.323Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T02:45:34.323Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T02:45:34.323Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T02:45:34.323Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T02:45:34.323Z] Bash-20210115-cec3c92 [2021-01-22T02:45:34.323Z] [2021-01-22T02:45:34.323Z] [2021-01-22T02:45:34.323Z] ==> git version 2.24.3 found [2021-01-22T02:45:34.323Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-22T02:45:34.323Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T02:45:34.323Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T02:45:34.323Z] ==> Jenkins CI detected. [2021-01-22T02:45:34.323Z] project root: . [2021-01-22T02:45:34.323Z] --> token set from env [2021-01-22T02:45:34.323Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T02:45:34.323Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T02:45:34.323Z] ==> Python coveragepy not found [2021-01-22T02:45:34.323Z] ==> Searching for coverage reports in: [2021-01-22T02:45:34.323Z] + . [2021-01-22T02:45:34.323Z] -> Found 1 reports [2021-01-22T02:45:34.323Z] ==> Detecting git/mercurial file structure [2021-01-22T02:45:34.323Z] ==> Reading reports [2021-01-22T02:45:34.323Z] + ./coverage.out bytes=136842 [2021-01-22T02:45:34.323Z] ==> Appending adjustments [2021-01-22T02:45:34.323Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T02:45:34.897Z] + Found adjustments [2021-01-22T02:45:34.897Z] ==> Gzipping contents [2021-01-22T02:45:34.897Z] 24K /tmp/codecov.r8W1S8.gz [2021-01-22T02:45:34.897Z] ==> Uploading reports [2021-01-22T02:45:34.897Z] url: https://codecov.io [2021-01-22T02:45:34.897Z] query: branch=master&commit=2e0b14878cfb4a574be8745ab7c226ce26d53775&build=111&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F111%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T02:45:34.897Z] -> Pinging Codecov [2021-01-22T02:45:34.897Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=2e0b14878cfb4a574be8745ab7c226ce26d53775&build=111&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F111%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T02:45:35.472Z] -> Uploading to [2021-01-22T02:45:35.472Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/7E55EF52A471D76F132DFD9A03CDDE97/2e0b14878cfb4a574be8745ab7c226ce26d53775/7fcc825c-a50d-4b62-8341-7ba559052d07.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T024535Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4fe05c73e07b25836ff91003015c68c90dde9c61495c274899d43333c47cf9be [2021-01-22T02:45:35.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T02:45:35.472Z] Dload Upload Total Spent Left Speed [2021-01-22T02:45:35.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21527 0 0 100 21527 0 41813 --:--:-- --:--:-- --:--:-- 41800 [2021-01-22T02:45:35.999Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2e0b14878cfb4a574be8745ab7c226ce26d53775 [Pipeline] } [2021-01-22T02:45:36.009Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-22T02:45:36.836Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-22T02:45:36.886Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:45:37.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T02:45:37.223Z] [2021-01-22T02:45:37.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:45:37.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T02:45:37.573Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-22T02:45:37.573Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T02:45:37.573Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T02:45:37.573Z] de9db76c5a1d: Pulling fs layer [2021-01-22T02:45:37.573Z] 0eba1c9be4d2: Pulling fs layer [2021-01-22T02:45:37.573Z] 0d57e429df01: Pulling fs layer [2021-01-22T02:45:37.573Z] 4e4be7b47b0d: Pulling fs layer [2021-01-22T02:45:37.573Z] e1f770b5df2f: Pulling fs layer [2021-01-22T02:45:37.573Z] 85a0685a4137: Pulling fs layer [2021-01-22T02:45:37.573Z] 4e4be7b47b0d: Waiting [2021-01-22T02:45:37.573Z] e1f770b5df2f: Waiting [2021-01-22T02:45:37.573Z] 85a0685a4137: Waiting [2021-01-22T02:45:37.573Z] 0eba1c9be4d2: Waiting [2021-01-22T02:45:37.573Z] 0d57e429df01: Waiting [2021-01-22T02:45:37.573Z] de9db76c5a1d: Verifying Checksum [2021-01-22T02:45:37.573Z] de9db76c5a1d: Download complete [2021-01-22T02:45:37.573Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T02:45:37.573Z] 0ef7d3d256c8: Download complete [2021-01-22T02:45:37.573Z] 0d57e429df01: Verifying Checksum [2021-01-22T02:45:37.573Z] 0d57e429df01: Download complete [2021-01-22T02:45:37.573Z] 4e4be7b47b0d: Verifying Checksum [2021-01-22T02:45:37.573Z] 4e4be7b47b0d: Download complete [2021-01-22T02:45:37.841Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T02:45:37.841Z] 188c0c94c7c5: Download complete [2021-01-22T02:45:38.116Z] 188c0c94c7c5: Pull complete [2021-01-22T02:45:38.382Z] e1f770b5df2f: Verifying Checksum [2021-01-22T02:45:38.382Z] e1f770b5df2f: Download complete [2021-01-22T02:45:38.382Z] 0ef7d3d256c8: Pull complete [2021-01-22T02:45:38.647Z] de9db76c5a1d: Pull complete [2021-01-22T02:45:40.575Z] 0eba1c9be4d2: Verifying Checksum [2021-01-22T02:45:40.575Z] 0eba1c9be4d2: Download complete [2021-01-22T02:45:41.161Z] 85a0685a4137: Verifying Checksum [2021-01-22T02:45:41.161Z] 85a0685a4137: Download complete [2021-01-22T02:45:47.807Z] 0eba1c9be4d2: Pull complete [2021-01-22T02:45:47.807Z] 0d57e429df01: Pull complete [2021-01-22T02:45:47.807Z] 4e4be7b47b0d: Pull complete [2021-01-22T02:45:49.750Z] e1f770b5df2f: Pull complete [2021-01-22T02:45:57.952Z] 85a0685a4137: Pull complete [2021-01-22T02:45:57.952Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-22T02:45:57.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T02:45:57.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-22T02:45:58.144Z] prd-centos7-docker-4c-2g-22166 does not seem to be running inside a container [2021-01-22T02:45:58.195Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-22T02:45:59.243Z] $ docker top 4774d10843e7a28bc78ac49a750ef49e2e2eddd29e4ae7bd03aa854289874e9b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T02:45:59.497Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-22T02:45:59.829Z] + set -o pipefail [2021-01-22T02:45:59.829Z] + snyk monitor '--org=edgex-jenkins' [2021-01-22T02:46:06.591Z] [2021-01-22T02:46:06.591Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-01-22T02:46:06.591Z] [2021-01-22T02:46:06.591Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/17a7d927-9de5-445e-bbfb-6153952dae69 [2021-01-22T02:46:06.591Z] [2021-01-22T02:46:06.591Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-22T02:46:06.591Z] [2021-01-22T02:46:06.591Z] [Pipeline] } [2021-01-22T02:46:06.605Z] $ docker stop --time=1 4774d10843e7a28bc78ac49a750ef49e2e2eddd29e4ae7bd03aa854289874e9b [2021-01-22T02:46:09.139Z] $ docker rm -f 4774d10843e7a28bc78ac49a750ef49e2e2eddd29e4ae7bd03aa854289874e9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-22T02:46:10.376Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:46:10.425Z] provisioning config files... [2021-01-22T02:46:10.434Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3402486485027868040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:46:10.839Z] --> edgex-publish-swagger.sh [2021-01-22T02:46:10.839Z] === Publish openapi/v1 API === [2021-01-22T02:46:10.839Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-22T02:46:10.839Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-01-22T02:46:10.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T02:46:10.839Z] Dload Upload Total Spent Left Speed [2021-01-22T02:46:11.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25742 --:--:-- --:--:-- --:--:-- 25771 [2021-01-22T02:46:11.425Z] [2021-01-22T02:46:11.425Z] [2021-01-22T02:46:11.425Z] === Publish openapi/v2 API === [2021-01-22T02:46:11.425Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-22T02:46:11.425Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-01-22T02:46:11.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T02:46:11.686Z] Dload Upload Total Spent Left Speed [2021-01-22T02:46:12.260Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 44473 0 0 100 44473 0 58039 --:--:-- --:--:-- --:--:-- 57983 [2021-01-22T02:46:12.260Z] [2021-01-22T02:46:12.260Z] [Pipeline] } [2021-01-22T02:46:12.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-22T02:46:13.147Z] + git log --format=format:%s -1 2e0b14878cfb4a574be8745ab7c226ce26d53775 [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:46:13.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:46:13.463Z] . [Pipeline] withDockerContainer [2021-01-22T02:46:13.574Z] prd-centos7-docker-4c-2g-22166 does not seem to be running inside a container [2021-01-22T02:46:13.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T02:46:14.447Z] $ docker top 77357573cbe4ca114bf1b880dd95f3290d7d574c48154d3c5f1fbbfd49109861 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:46:14.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:46:14.780Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:46:15.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:46:15.045Z] $ docker exec 77357573cbe4ca114bf1b880dd95f3290d7d574c48154d3c5f1fbbfd49109861 ssh-agent [2021-01-22T02:46:15.231Z] SSH_AUTH_SOCK=/tmp/ssh-TGrMu7YYL1wx/agent.12 [2021-01-22T02:46:15.231Z] SSH_AGENT_PID=17 [2021-01-22T02:46:15.241Z] Running ssh-add (command line suppressed) [2021-01-22T02:46:15.372Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4317914283589059886.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4317914283589059886.key) [2021-01-22T02:46:15.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:46:15.828Z] + git semver tag [2021-01-22T02:46:15.828Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:46:15.828Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-22T02:46:15.828Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-22T02:46:15.828Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:46:15.828Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:46:15.828Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:46:15.828Z] # $SEMVER_BRANCH = master [2021-01-22T02:46:15.828Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-22T02:46:15.828Z] # 2e0b14878cfb4a574be8745ab7c226ce26d53775 HEAD [2021-01-22T02:46:16.089Z] # -> Force: false [2021-01-22T02:46:16.089Z] # 9d6646bee11e983b34e67368e1cb5eeb64562fd6 refs/tags/v2.0.0-dev.6 [Pipeline] } [2021-01-22T02:46:16.101Z] $ docker exec --env ******** --env ******** 77357573cbe4ca114bf1b880dd95f3290d7d574c48154d3c5f1fbbfd49109861 ssh-agent -k [2021-01-22T02:46:16.240Z] unset SSH_AUTH_SOCK; [2021-01-22T02:46:16.240Z] unset SSH_AGENT_PID; [2021-01-22T02:46:16.240Z] echo Agent pid 17 killed; [2021-01-22T02:46:16.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:46:16.804Z] + git semver [Pipeline] } [2021-01-22T02:46:16.823Z] $ docker stop --time=1 77357573cbe4ca114bf1b880dd95f3290d7d574c48154d3c5f1fbbfd49109861 [2021-01-22T02:46:18.269Z] $ docker rm -f 77357573cbe4ca114bf1b880dd95f3290d7d574c48154d3c5f1fbbfd49109861 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:46:18.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T02:46:18.929Z] [2021-01-22T02:46:18.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:46:19.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T02:46:19.279Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-22T02:46:19.279Z] ab5ef0e58194: Pulling fs layer [2021-01-22T02:46:19.279Z] 9712f1f96733: Pulling fs layer [2021-01-22T02:46:19.279Z] 63f879dbbcfc: Pulling fs layer [2021-01-22T02:46:19.279Z] 0d9ebad4ef96: Pulling fs layer [2021-01-22T02:46:19.279Z] e9a5061849ea: Pulling fs layer [2021-01-22T02:46:19.279Z] d747dcd14b5f: Pulling fs layer [2021-01-22T02:46:19.279Z] 2de7ff778b66: Pulling fs layer [2021-01-22T02:46:19.279Z] d747dcd14b5f: Waiting [2021-01-22T02:46:19.279Z] 2de7ff778b66: Waiting [2021-01-22T02:46:19.279Z] e9a5061849ea: Waiting [2021-01-22T02:46:19.279Z] 0d9ebad4ef96: Waiting [2021-01-22T02:46:19.279Z] 9712f1f96733: Verifying Checksum [2021-01-22T02:46:19.279Z] 9712f1f96733: Download complete [2021-01-22T02:46:21.209Z] 63f879dbbcfc: Verifying Checksum [2021-01-22T02:46:21.209Z] 63f879dbbcfc: Download complete [2021-01-22T02:46:21.209Z] e9a5061849ea: Verifying Checksum [2021-01-22T02:46:21.209Z] e9a5061849ea: Download complete [2021-01-22T02:46:21.209Z] d747dcd14b5f: Verifying Checksum [2021-01-22T02:46:21.209Z] d747dcd14b5f: Download complete [2021-01-22T02:46:21.785Z] 2de7ff778b66: Verifying Checksum [2021-01-22T02:46:21.785Z] 2de7ff778b66: Download complete [2021-01-22T02:46:22.046Z] 0d9ebad4ef96: Verifying Checksum [2021-01-22T02:46:22.046Z] 0d9ebad4ef96: Download complete [2021-01-22T02:46:22.046Z] ab5ef0e58194: Download complete [2021-01-22T02:46:27.377Z] ab5ef0e58194: Pull complete [2021-01-22T02:46:27.377Z] 9712f1f96733: Pull complete [2021-01-22T02:46:29.935Z] 63f879dbbcfc: Pull complete [2021-01-22T02:46:36.611Z] 0d9ebad4ef96: Pull complete [2021-01-22T02:46:40.837Z] e9a5061849ea: Pull complete [2021-01-22T02:46:40.838Z] d747dcd14b5f: Pull complete [2021-01-22T02:46:41.788Z] 2de7ff778b66: Pull complete [2021-01-22T02:46:41.788Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-22T02:46:41.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T02:46:41.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-22T02:46:41.985Z] prd-centos7-docker-4c-2g-22166 does not seem to be running inside a container [2021-01-22T02:46:42.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-22T02:46:46.765Z] $ docker top ce7d3399e9f39e9e18917f2933164f9b120b9db2271c95985a29dc2c75b4506e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:46:46.995Z] provisioning config files... [2021-01-22T02:46:47.004Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7539390190794000705tmp [2021-01-22T02:46:47.020Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8000369755689877288tmp [2021-01-22T02:46:47.034Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2407632640558785137tmp [Pipeline] { [Pipeline] echo [2021-01-22T02:46:47.090Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:46:47.386Z] ---> sigul-configuration.sh [2021-01-22T02:46:47.386Z] gpg: directory `/root/.gnupg' created [2021-01-22T02:46:47.386Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-22T02:46:47.386Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-22T02:46:47.386Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-22T02:46:47.386Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-22T02:46:47.386Z] gpg: CAST5 encrypted data [2021-01-22T02:46:47.649Z] gpg: encrypted with 1 passphrase [2021-01-22T02:46:47.649Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-22T02:46:47.947Z] + mkdir /home/jenkins [2021-01-22T02:46:47.947Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-22T02:46:48.246Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-22T02:46:48.257Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:46:48.554Z] ---> sigul-install.sh [2021-01-22T02:46:53.855Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-22T02:46:54.156Z] + git tag --list [2021-01-22T02:46:54.156Z] 0.7.1 [2021-01-22T02:46:54.156Z] delhi-tag [2021-01-22T02:46:54.156Z] v1.0.0 [2021-01-22T02:46:54.156Z] v1.1.0 [2021-01-22T02:46:54.156Z] v1.1.1 [2021-01-22T02:46:54.156Z] v1.1.2 [2021-01-22T02:46:54.156Z] v1.2.0 [2021-01-22T02:46:54.156Z] v1.2.1 [2021-01-22T02:46:54.156Z] v1.2.2 [2021-01-22T02:46:54.156Z] v1.2.3 [2021-01-22T02:46:54.156Z] v1.3.0 [2021-01-22T02:46:54.156Z] v1.4.0 [2021-01-22T02:46:54.156Z] v2.0.0-dev.1 [2021-01-22T02:46:54.156Z] v2.0.0-dev.2 [2021-01-22T02:46:54.156Z] v2.0.0-dev.3 [2021-01-22T02:46:54.156Z] v2.0.0-dev.4 [2021-01-22T02:46:54.156Z] v2.0.0-dev.5 [2021-01-22T02:46:54.156Z] v2.0.0-dev.6 [Pipeline] sh [2021-01-22T02:46:54.455Z] + lftools sign git-tag v2.0.0-dev.6 [2021-01-22T02:46:55.845Z] Signing Git tag with Sigul... [2021-01-22T02:46:55.845Z] Signing v2.0.0-dev.6 [Pipeline] echo [2021-01-22T02:46:56.804Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:46:57.102Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-22T02:46:57.112Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-22T02:46:57.214Z] $ docker stop --time=1 ce7d3399e9f39e9e18917f2933164f9b120b9db2271c95985a29dc2c75b4506e [2021-01-22T02:46:59.022Z] $ docker rm -f ce7d3399e9f39e9e18917f2933164f9b120b9db2271c95985a29dc2c75b4506e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:46:59.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:46:59.931Z] . [Pipeline] withDockerContainer [2021-01-22T02:47:00.129Z] prd-centos7-docker-4c-2g-22166 does not seem to be running inside a container [2021-01-22T02:47:00.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T02:47:00.869Z] $ docker top 7b340281bcdddfd3567b3b6b190439716004eeb31f863bf0cd4125ea587c7d49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:47:01.302Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:47:01.302Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:47:01.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:47:01.497Z] $ docker exec 7b340281bcdddfd3567b3b6b190439716004eeb31f863bf0cd4125ea587c7d49 ssh-agent [2021-01-22T02:47:01.686Z] SSH_AUTH_SOCK=/tmp/ssh-aqnF1vHTGC9F/agent.11 [2021-01-22T02:47:01.686Z] SSH_AGENT_PID=16 [2021-01-22T02:47:01.694Z] Running ssh-add (command line suppressed) [2021-01-22T02:47:01.834Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1815620013020922369.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1815620013020922369.key) [2021-01-22T02:47:01.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:47:02.230Z] + git semver bump pre [2021-01-22T02:47:02.231Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:47:02.231Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-22T02:47:02.231Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-22T02:47:02.231Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:47:02.231Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:47:02.231Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:47:02.231Z] # $SEMVER_BRANCH = master [2021-01-22T02:47:02.231Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-22T02:47:02.231Z] 2.0.0-dev.7 [Pipeline] } [2021-01-22T02:47:02.242Z] $ docker exec --env ******** --env ******** 7b340281bcdddfd3567b3b6b190439716004eeb31f863bf0cd4125ea587c7d49 ssh-agent -k [2021-01-22T02:47:02.372Z] unset SSH_AUTH_SOCK; [2021-01-22T02:47:02.374Z] unset SSH_AGENT_PID; [2021-01-22T02:47:02.374Z] echo Agent pid 16 killed; [2021-01-22T02:47:02.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:47:02.995Z] + git semver [Pipeline] } [2021-01-22T02:47:03.010Z] $ docker stop --time=1 7b340281bcdddfd3567b3b6b190439716004eeb31f863bf0cd4125ea587c7d49 [2021-01-22T02:47:04.367Z] $ docker rm -f 7b340281bcdddfd3567b3b6b190439716004eeb31f863bf0cd4125ea587c7d49 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:47:04.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:47:04.904Z] . [Pipeline] withDockerContainer [2021-01-22T02:47:05.006Z] prd-centos7-docker-4c-2g-22166 does not seem to be running inside a container [2021-01-22T02:47:05.052Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T02:47:05.735Z] $ docker top b2111c19ea1a335896221a58f30ddd0ff995bf4ad227dd78a4e30fee60dc59fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:47:06.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:47:06.082Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:47:06.284Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:47:06.288Z] $ docker exec b2111c19ea1a335896221a58f30ddd0ff995bf4ad227dd78a4e30fee60dc59fa ssh-agent [2021-01-22T02:47:06.465Z] SSH_AUTH_SOCK=/tmp/ssh-sygPyLu57ek7/agent.12 [2021-01-22T02:47:06.465Z] SSH_AGENT_PID=18 [2021-01-22T02:47:06.474Z] Running ssh-add (command line suppressed) [2021-01-22T02:47:06.601Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4361231512303101335.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4361231512303101335.key) [2021-01-22T02:47:06.660Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:47:07.052Z] + git semver push [2021-01-22T02:47:07.052Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:47:07.052Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-22T02:47:07.052Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-22T02:47:07.052Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:47:07.052Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:47:07.052Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:47:07.052Z] # $SEMVER_BRANCH = master [2021-01-22T02:47:07.052Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-22T02:47:13.659Z] $ docker exec --env ******** --env ******** b2111c19ea1a335896221a58f30ddd0ff995bf4ad227dd78a4e30fee60dc59fa ssh-agent -k [2021-01-22T02:47:13.833Z] unset SSH_AUTH_SOCK; [2021-01-22T02:47:13.834Z] unset SSH_AGENT_PID; [2021-01-22T02:47:13.834Z] echo Agent pid 18 killed; [2021-01-22T02:47:13.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:47:14.388Z] + git semver [Pipeline] } [2021-01-22T02:47:14.404Z] $ docker stop --time=1 b2111c19ea1a335896221a58f30ddd0ff995bf4ad227dd78a4e30fee60dc59fa [2021-01-22T02:47:15.809Z] $ docker rm -f b2111c19ea1a335896221a58f30ddd0ff995bf4ad227dd78a4e30fee60dc59fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:47:17.235Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:47:17.802Z] ---> package-listing.sh [2021-01-22T02:47:17.802Z] ++ facter osfamily [2021-01-22T02:47:17.802Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T02:47:17.802Z] + OS_FAMILY=redhat [2021-01-22T02:47:17.802Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-01-22T02:47:17.802Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T02:47:17.802Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T02:47:17.802Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T02:47:17.802Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T02:47:17.802Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-22T02:47:17.802Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T02:47:17.802Z] + case "${OS_FAMILY}" in [2021-01-22T02:47:17.802Z] + rpm -qa [2021-01-22T02:47:17.802Z] + sort [2021-01-22T02:47:23.113Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T02:47:23.113Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T02:47:23.113Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T02:47:23.113Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-22T02:47:23.113Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-01-22T02:47:23.113Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-01-22T02:47:23.126Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T02:47:23.415Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:47:23.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:47:23.718Z] [2021-01-22T02:47:23.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:47:24.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:47:24.123Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T02:47:24.123Z] df20fa9351a1: Pulling fs layer [2021-01-22T02:47:24.123Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T02:47:24.123Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T02:47:24.123Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T02:47:24.123Z] 93b61091891f: Pulling fs layer [2021-01-22T02:47:24.123Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T02:47:24.123Z] 5e14af77c1be: Pulling fs layer [2021-01-22T02:47:24.123Z] 01666e4c0597: Pulling fs layer [2021-01-22T02:47:24.123Z] aa168da1d23b: Pulling fs layer [2021-01-22T02:47:24.123Z] 46f8f816bc3b: Waiting [2021-01-22T02:47:24.123Z] 5e14af77c1be: Waiting [2021-01-22T02:47:24.123Z] 01666e4c0597: Waiting [2021-01-22T02:47:24.123Z] 93b61091891f: Waiting [2021-01-22T02:47:24.123Z] aa168da1d23b: Waiting [2021-01-22T02:47:24.123Z] 93b9cdb0e59b: Waiting [2021-01-22T02:47:24.123Z] 36b3adc4ff6f: Download complete [2021-01-22T02:47:24.123Z] 46f8f816bc3b: Download complete [2021-01-22T02:47:24.389Z] df20fa9351a1: Verifying Checksum [2021-01-22T02:47:24.389Z] df20fa9351a1: Download complete [2021-01-22T02:47:24.389Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T02:47:24.389Z] 93b9cdb0e59b: Download complete [2021-01-22T02:47:24.389Z] 5e14af77c1be: Verifying Checksum [2021-01-22T02:47:24.389Z] 5e14af77c1be: Download complete [2021-01-22T02:47:24.389Z] 93b61091891f: Verifying Checksum [2021-01-22T02:47:24.389Z] 93b61091891f: Download complete [2021-01-22T02:47:24.389Z] 01666e4c0597: Verifying Checksum [2021-01-22T02:47:24.389Z] 01666e4c0597: Download complete [2021-01-22T02:47:24.657Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T02:47:24.657Z] 8ad3a11d3b57: Download complete [2021-01-22T02:47:24.657Z] df20fa9351a1: Pull complete [2021-01-22T02:47:24.922Z] 36b3adc4ff6f: Pull complete [2021-01-22T02:47:26.334Z] 8ad3a11d3b57: Pull complete [2021-01-22T02:47:26.334Z] 46f8f816bc3b: Pull complete [2021-01-22T02:47:26.598Z] aa168da1d23b: Download complete [2021-01-22T02:47:27.176Z] 93b61091891f: Pull complete [2021-01-22T02:47:27.443Z] 93b9cdb0e59b: Pull complete [2021-01-22T02:47:27.443Z] 5e14af77c1be: Pull complete [2021-01-22T02:47:27.707Z] 01666e4c0597: Pull complete [2021-01-22T02:47:35.886Z] aa168da1d23b: Pull complete [2021-01-22T02:47:35.886Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T02:47:35.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:47:35.886Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T02:47:36.033Z] prd-centos7-docker-4c-2g-22166 does not seem to be running inside a container [2021-01-22T02:47:36.085Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T02:47:39.117Z] $ docker top da49df7fa90432fba4c7140b2b30daf35a79d25b7a4483187b9dd76d196a9b72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:47:39.693Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T02:47:39.994Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T02:47:40.296Z] + ls /var/log/sa-host [2021-01-22T02:47:40.296Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T02:47:40.296Z] file_magic: OK [2021-01-22T02:47:40.296Z] HZ: Using current value: 100 [2021-01-22T02:47:40.296Z] file_header: OK [2021-01-22T02:47:40.296Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T02:47:40.296Z] Statistics: [2021-01-22T02:47:40.296Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T02:47:40.296Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T02:47:40.296Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T02:47:40.296Z] file_magic: OK [2021-01-22T02:47:40.296Z] HZ: Using current value: 100 [2021-01-22T02:47:40.296Z] file_header: OK [2021-01-22T02:47:40.296Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T02:47:40.296Z] Statistics: [2021-01-22T02:47:40.296Z] Hnuu...uuuununununu... [2021-01-22T02:47:40.296Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:47:40.945Z] provisioning config files... [2021-01-22T02:47:40.961Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1077605423001087094tmp [Pipeline] { [Pipeline] echo [2021-01-22T02:47:41.044Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:47:41.341Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T02:47:41.359Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T02:47:41.459Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:47:41.795Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T02:47:41.807Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:47:42.111Z] ---> sudo-logs.sh [2021-01-22T02:47:42.111Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T02:47:42.130Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:47:42.514Z] ---> job-cost.sh [2021-01-22T02:47:42.515Z] lf-activate-venv: SKIPPING [2021-01-22T02:47:42.515Z] INFO: No Stack... [2021-01-22T02:47:44.549Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T02:47:44.812Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T02:47:44.826Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:47:45.126Z] ---> logs-deploy.sh [2021-01-22T02:47:45.126Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/111 [2021-01-22T02:47:45.126Z] INFO: archiving workspace using pattern(s): [2021-01-22T02:47:47.043Z] Archives upload complete. [2021-01-22T02:47:47.043Z] INFO: archiving logs to Nexus [2021-01-22T02:47:47.991Z] ---> uname -a: [2021-01-22T02:47:47.991Z] Linux prd-centos7-docker-4c-2g-22166.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] ---> lscpu: [2021-01-22T02:47:47.991Z] Architecture: x86_64 [2021-01-22T02:47:47.991Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-22T02:47:47.991Z] Byte Order: Little Endian [2021-01-22T02:47:47.991Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-22T02:47:47.991Z] CPU(s): 4 [2021-01-22T02:47:47.991Z] On-line CPU(s) list: 0-3 [2021-01-22T02:47:47.991Z] Thread(s) per core: 1 [2021-01-22T02:47:47.991Z] Core(s) per socket: 1 [2021-01-22T02:47:47.991Z] Socket(s): 4 [2021-01-22T02:47:47.991Z] NUMA node(s): 1 [2021-01-22T02:47:47.991Z] Vendor ID: GenuineIntel [2021-01-22T02:47:47.991Z] CPU family: 6 [2021-01-22T02:47:47.991Z] Model: 44 [2021-01-22T02:47:47.991Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-22T02:47:47.991Z] Stepping: 1 [2021-01-22T02:47:47.991Z] CPU MHz: 2933.438 [2021-01-22T02:47:47.991Z] BogoMIPS: 5866.87 [2021-01-22T02:47:47.991Z] Virtualization: VT-x [2021-01-22T02:47:47.991Z] Hypervisor vendor: KVM [2021-01-22T02:47:47.991Z] Virtualization type: full [2021-01-22T02:47:47.991Z] L1d cache: 128 KiB [2021-01-22T02:47:47.991Z] L1i cache: 128 KiB [2021-01-22T02:47:47.991Z] L2 cache: 16 MiB [2021-01-22T02:47:47.991Z] L3 cache: 64 MiB [2021-01-22T02:47:47.991Z] NUMA node0 CPU(s): 0-3 [2021-01-22T02:47:47.991Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-22T02:47:47.991Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-22T02:47:47.991Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-22T02:47:47.991Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-22T02:47:47.991Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-22T02:47:47.991Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-22T02:47:47.991Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-22T02:47:47.991Z] Vulnerability Srbds: Not affected [2021-01-22T02:47:47.991Z] Vulnerability Tsx async abort: Not affected [2021-01-22T02:47:47.991Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] ---> nproc: [2021-01-22T02:47:47.991Z] 4 [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] ---> df -h: [2021-01-22T02:47:47.991Z] Filesystem Size Used Available Use% Mounted on [2021-01-22T02:47:47.991Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-22T02:47:47.991Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-22T02:47:47.991Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-22T02:47:47.991Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-22T02:47:47.991Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] ---> free -m: [2021-01-22T02:47:47.991Z] total used free shared buff/cache available [2021-01-22T02:47:47.991Z] Mem: 1837 830 152 0 853 943 [2021-01-22T02:47:47.991Z] Swap: 1023 3 1020 [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] ---> ip addr: [2021-01-22T02:47:47.991Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-22T02:47:47.991Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-22T02:47:47.991Z] inet 127.0.0.1/8 scope host lo [2021-01-22T02:47:47.991Z] valid_lft forever preferred_lft forever [2021-01-22T02:47:47.991Z] inet6 ::1/128 scope host [2021-01-22T02:47:47.991Z] valid_lft forever preferred_lft forever [2021-01-22T02:47:47.991Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-22T02:47:47.991Z] link/ether fa:16:3e:58:00:79 brd ff:ff:ff:ff:ff:ff [2021-01-22T02:47:47.991Z] inet 10.30.123.166/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-22T02:47:47.991Z] valid_lft 85813sec preferred_lft 85813sec [2021-01-22T02:47:47.991Z] inet6 fe80::f816:3eff:fe58:79/64 scope link [2021-01-22T02:47:47.991Z] valid_lft forever preferred_lft forever [2021-01-22T02:47:47.991Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-22T02:47:47.991Z] link/ether 02:42:96:b0:fa:53 brd ff:ff:ff:ff:ff:ff [2021-01-22T02:47:47.991Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-22T02:47:47.991Z] valid_lft forever preferred_lft forever [2021-01-22T02:47:47.991Z] inet6 fe80::42:96ff:feb0:fa53/64 scope link [2021-01-22T02:47:47.991Z] valid_lft forever preferred_lft forever [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] ---> sar -b -r -n DEV: [2021-01-22T02:47:47.991Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] 02:37:49 LINUX RESTART (4 CPU) [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] 02:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-22T02:47:47.991Z] 02:40:01 2.36 0.02 2.35 0.00 0.53 52.94 0.00 [2021-01-22T02:47:47.991Z] 02:41:01 0.17 0.00 0.17 0.00 0.00 2.05 0.00 [2021-01-22T02:47:47.991Z] 02:42:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 [2021-01-22T02:47:47.991Z] 02:43:01 7.74 0.00 7.74 0.00 0.00 101.17 0.00 [2021-01-22T02:47:47.991Z] 02:44:01 1.00 0.00 1.00 0.00 0.00 19.65 0.00 [2021-01-22T02:47:47.991Z] 02:45:01 0.33 0.00 0.33 0.00 0.00 3.63 0.00 [2021-01-22T02:47:47.991Z] 02:46:01 222.43 130.68 91.75 0.00 6694.58 33350.37 0.00 [2021-01-22T02:47:47.991Z] 02:47:01 269.09 109.72 159.37 0.00 5600.53 35261.53 0.00 [2021-01-22T02:47:47.991Z] Average: 62.96 30.07 32.89 0.00 1537.68 8603.28 0.00 [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] 02:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-22T02:47:47.991Z] 02:40:01 162424 0 570716 30.33 2620 1145784 1093388 37.32 424332 1095856 12 [2021-01-22T02:47:47.991Z] 02:41:01 163436 0 569696 30.28 2620 1145792 1087280 37.11 422652 1097120 8 [2021-01-22T02:47:47.991Z] 02:42:01 161148 0 571980 30.40 2620 1145796 1087308 37.11 432356 1089508 8 [2021-01-22T02:47:47.991Z] 02:43:01 115076 0 618040 32.85 2620 1145808 1088492 37.15 478036 1089628 12 [2021-01-22T02:47:47.991Z] 02:44:01 116612 0 616492 32.77 2620 1145820 1088368 37.14 475236 1091400 8 [2021-01-22T02:47:47.991Z] 02:45:01 117976 0 615124 32.69 2620 1145824 1077012 36.76 473892 1091292 8 [2021-01-22T02:47:47.991Z] 02:46:01 99096 0 767872 40.81 2620 1011956 1350536 46.09 545516 981316 320 [2021-01-22T02:47:47.991Z] 02:47:01 216160 0 806892 42.88 1568 856924 1400356 47.79 598304 725248 44 [2021-01-22T02:47:47.991Z] Average: 143991 0 642102 34.13 2488 1092963 1159092 39.56 481290 1032671 52 [2021-01-22T02:47:47.991Z] [2021-01-22T02:47:47.991Z] 02:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-22T02:47:47.991Z] 02:40:01 eth0 3.85 1.58 2.45 0.29 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:41:01 eth0 2.28 0.80 0.72 0.41 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:42:01 eth0 2.43 0.58 0.66 0.40 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:43:01 eth0 122.30 81.27 91.15 89.46 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.991Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:44:01 eth0 11.04 6.31 11.04 3.67 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:45:01 eth0 2.06 0.08 0.18 0.01 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:46:01 veth5356d35 11.35 9.52 1.29 10.10 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:46:01 eth0 480.40 419.18 4095.56 77.82 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:46:01 docker0 11.35 9.42 1.13 10.09 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:47:01 veth4a3fc13 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:47:01 eth0 490.65 432.22 3593.97 111.47 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] 02:47:01 docker0 47.39 54.81 3.23 345.91 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] Average: veth4a3fc13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] Average: eth0 139.44 117.81 974.92 35.45 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] Average: docker0 7.34 8.03 0.55 44.51 0.00 0.00 0.00 0.00 [2021-01-22T02:47:47.992Z] [2021-01-22T02:47:47.992Z] [2021-01-22T02:47:47.992Z] ---> sar -P ALL: [2021-01-22T02:47:47.992Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) [2021-01-22T02:47:47.992Z] [2021-01-22T02:47:47.992Z] 02:37:49 LINUX RESTART (4 CPU) [2021-01-22T02:47:47.992Z] [2021-01-22T02:47:47.992Z] 02:39:01 CPU %user %nice %system %iowait %steal %idle [2021-01-22T02:47:47.992Z] 02:40:01 all 0.20 0.00 0.07 0.00 0.01 99.72 [2021-01-22T02:47:47.992Z] 02:40:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-22T02:47:47.992Z] 02:40:01 1 0.10 0.00 0.12 0.00 0.02 99.77 [2021-01-22T02:47:47.992Z] 02:40:01 2 0.12 0.00 0.07 0.00 0.02 99.80 [2021-01-22T02:47:47.992Z] 02:40:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-22T02:47:47.992Z] 02:41:01 all 0.15 0.00 0.07 0.00 0.00 99.77 [2021-01-22T02:47:47.992Z] 02:41:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-22T02:47:47.992Z] 02:41:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-22T02:47:47.992Z] 02:41:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-22T02:47:47.992Z] 02:41:01 3 0.48 0.00 0.10 0.00 0.00 99.42 [2021-01-22T02:47:47.992Z] 02:42:01 all 0.17 0.00 0.10 0.00 0.00 99.73 [2021-01-22T02:47:47.992Z] 02:42:01 0 0.07 0.00 0.12 0.00 0.00 99.82 [2021-01-22T02:47:47.992Z] 02:42:01 1 0.07 0.00 0.13 0.00 0.00 99.80 [2021-01-22T02:47:47.992Z] 02:42:01 2 0.50 0.00 0.08 0.00 0.00 99.42 [2021-01-22T02:47:47.992Z] 02:42:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-22T02:47:47.992Z] 02:43:01 all 1.28 0.00 0.64 0.03 0.02 98.03 [2021-01-22T02:47:47.992Z] 02:43:01 0 1.42 0.00 0.70 0.02 0.00 97.86 [2021-01-22T02:47:47.992Z] 02:43:01 1 1.20 0.00 0.67 0.03 0.02 98.08 [2021-01-22T02:47:47.992Z] 02:43:01 2 1.25 0.00 0.59 0.03 0.02 98.11 [2021-01-22T02:47:47.992Z] 02:43:01 3 1.25 0.00 0.60 0.05 0.03 98.06 [2021-01-22T02:47:47.992Z] 02:44:01 all 0.24 0.00 0.07 0.00 0.01 99.67 [2021-01-22T02:47:47.992Z] 02:44:01 0 0.18 0.00 0.03 0.00 0.02 99.77 [2021-01-22T02:47:47.992Z] 02:44:01 1 0.12 0.00 0.07 0.02 0.02 99.78 [2021-01-22T02:47:47.992Z] 02:44:01 2 0.53 0.00 0.10 0.00 0.00 99.37 [2021-01-22T02:47:47.992Z] 02:44:01 3 0.13 0.00 0.08 0.00 0.02 99.77 [2021-01-22T02:47:47.992Z] 02:45:01 all 0.11 0.00 0.06 0.00 0.01 99.82 [2021-01-22T02:47:47.992Z] 02:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-22T02:47:47.992Z] 02:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-22T02:47:47.992Z] 02:45:01 2 0.38 0.00 0.12 0.00 0.03 99.47 [2021-01-22T02:47:47.992Z] 02:45:01 3 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-22T02:47:47.992Z] 02:46:01 all 8.86 0.00 6.20 1.12 0.50 83.31 [2021-01-22T02:47:47.992Z] 02:46:01 0 8.32 0.00 6.61 0.80 0.53 83.73 [2021-01-22T02:47:47.992Z] 02:46:01 1 8.83 0.00 6.49 0.61 0.55 83.52 [2021-01-22T02:47:47.992Z] 02:46:01 2 8.95 0.00 5.97 2.23 0.48 82.36 [2021-01-22T02:47:47.992Z] 02:46:01 3 9.34 0.00 5.74 0.84 0.46 83.62 [2021-01-22T02:47:47.992Z] 02:47:01 all 11.96 0.00 9.25 3.75 0.32 74.72 [2021-01-22T02:47:47.992Z] 02:47:01 0 11.66 0.00 10.55 6.67 0.38 70.75 [2021-01-22T02:47:47.992Z] 02:47:01 1 14.86 0.00 8.63 3.79 0.34 72.37 [2021-01-22T02:47:47.992Z] 02:47:01 2 10.90 0.00 9.33 2.47 0.24 77.06 [2021-01-22T02:47:47.992Z] 02:47:01 3 10.45 0.00 8.47 2.07 0.33 78.69 [2021-01-22T02:47:47.992Z] Average: all 2.82 0.00 2.02 0.60 0.11 94.46 [2021-01-22T02:47:47.992Z] Average: 0 2.66 0.00 2.22 0.91 0.11 94.09 [2021-01-22T02:47:47.992Z] Average: 1 3.09 0.00 1.99 0.54 0.12 94.26 [2021-01-22T02:47:47.992Z] Average: 2 2.79 0.00 2.00 0.58 0.10 94.53 [2021-01-22T02:47:47.992Z] Average: 3 2.73 0.00 1.86 0.36 0.10 94.95 [2021-01-22T02:47:47.992Z] [2021-01-22T02:47:47.992Z] [2021-01-22T02:47:47.992Z]