Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31440 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 Checking out Revision b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 Commit message: "Merge pull request #833 from lenny-intel/custom-confg" > git rev-list --no-walk e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T21:06:21.076Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T21:06:21.369Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T21:06:21.465Z] ========================================================= [2021-03-25T21:06:21.465Z] EdgeX Global Pipelines Version Info [2021-03-25T21:06:21.465Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:06:24.260Z] ------------------- [2021-03-25T21:06:24.260Z] stable info: [2021-03-25T21:06:24.260Z] ------------------- [2021-03-25T21:06:24.260Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T21:06:24.260Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T21:06:24.260Z] Message: update stable to v1.0.186 [2021-03-25T21:06:25.339Z] ------------------- [2021-03-25T21:06:25.339Z] experimental info: [2021-03-25T21:06:25.339Z] ------------------- [2021-03-25T21:06:25.339Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T21:06:25.339Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-25T21:06:25.339Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T21:06:25.737Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-25T21:06:25.821Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-25T21:06:26.058Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T21:06:26.146Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T21:06:26.232Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T21:06:26.326Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T21:06:26.406Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T21:06:26.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T21:06:26.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-25T21:06:26.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T21:06:26.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T21:06:26.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-03-25T21:06:27.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T21:06:27.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T21:06:27.182Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T21:06:27.291Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T21:06:27.454Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T21:06:27.550Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T21:06:27.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T21:06:27.716Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-25T21:06:27.796Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-25T21:06:27.884Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-25T21:06:27.965Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T21:06:28.046Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T21:06:28.136Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-25T21:06:28.222Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T21:06:28.304Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-25T21:06:28.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-25T21:06:28.482Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-25T21:06:28.590Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] echo [2021-03-25T21:06:28.752Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0d3038 [Pipeline] echo [2021-03-25T21:06:28.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T21:06:29.066Z] provisioning config files... [2021-03-25T21:06:29.139Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config701284638183912674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:06:29.639Z] ---> docker-login.sh [2021-03-25T21:06:29.639Z] nexus3.edgexfoundry.org:10001 [2021-03-25T21:06:30.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:06:31.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:06:31.289Z] Configure a credential helper to remove this warning. See [2021-03-25T21:06:31.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:06:31.289Z] [2021-03-25T21:06:31.289Z] Login Succeeded [2021-03-25T21:06:31.289Z] nexus3.edgexfoundry.org:10002 [2021-03-25T21:06:31.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:06:31.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:06:31.873Z] Configure a credential helper to remove this warning. See [2021-03-25T21:06:31.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:06:31.873Z] [2021-03-25T21:06:31.873Z] Login Succeeded [2021-03-25T21:06:31.873Z] nexus3.edgexfoundry.org:10003 [2021-03-25T21:06:32.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:06:32.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:06:32.177Z] Configure a credential helper to remove this warning. See [2021-03-25T21:06:32.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:06:32.177Z] [2021-03-25T21:06:32.177Z] Login Succeeded [2021-03-25T21:06:32.177Z] nexus3.edgexfoundry.org:10004 [2021-03-25T21:06:32.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:06:32.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:06:32.780Z] Configure a credential helper to remove this warning. See [2021-03-25T21:06:32.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:06:32.780Z] [2021-03-25T21:06:32.780Z] Login Succeeded [2021-03-25T21:06:32.780Z] docker.io [2021-03-25T21:06:33.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:06:33.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:06:33.410Z] Configure a credential helper to remove this warning. See [2021-03-25T21:06:33.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:06:33.410Z] [2021-03-25T21:06:33.410Z] Login Succeeded [2021-03-25T21:06:33.410Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T21:06:33.430Z] 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-03-25T21:06:34.461Z] + git log --format=format:%s -1 b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] echo [2021-03-25T21:06:34.753Z] GIT_COMMIT: b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79, Commit Message: Merge pull request #833 from lenny-intel/custom-confg [Pipeline] echo [2021-03-25T21:06:34.805Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:06:35.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:06:35.542Z] [2021-03-25T21:06:35.542Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:06:35.943Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:06:35.943Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T21:06:35.943Z] 31603596830f: Pulling fs layer [2021-03-25T21:06:35.943Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T21:06:35.943Z] 6ca5941a6612: Pulling fs layer [2021-03-25T21:06:35.943Z] ecc8261a40a4: Pulling fs layer [2021-03-25T21:06:35.943Z] ecc8261a40a4: Waiting [2021-03-25T21:06:35.943Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T21:06:35.944Z] 2a8b12db71e7: Download complete [2021-03-25T21:06:36.571Z] ecc8261a40a4: Verifying Checksum [2021-03-25T21:06:36.571Z] ecc8261a40a4: Download complete [2021-03-25T21:06:36.571Z] 31603596830f: Verifying Checksum [2021-03-25T21:06:36.571Z] 31603596830f: Download complete [2021-03-25T21:06:36.936Z] 6ca5941a6612: Verifying Checksum [2021-03-25T21:06:36.936Z] 6ca5941a6612: Download complete [2021-03-25T21:06:37.640Z] 31603596830f: Pull complete [2021-03-25T21:06:38.268Z] 2a8b12db71e7: Pull complete [2021-03-25T21:06:41.984Z] 6ca5941a6612: Pull complete [2021-03-25T21:06:42.264Z] ecc8261a40a4: Pull complete [2021-03-25T21:06:42.264Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T21:06:42.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:06:42.547Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T21:06:43.121Z] prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container [2021-03-25T21:06:43.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T21:06:47.248Z] $ docker top 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T21:06:47.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:06:47.795Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:06:49.618Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:06:49.625Z] $ docker exec 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent [2021-03-25T21:06:50.766Z] SSH_AUTH_SOCK=/tmp/ssh-GqdclRiomh05/agent.11 [2021-03-25T21:06:50.766Z] SSH_AGENT_PID=16 [2021-03-25T21:06:50.822Z] Running ssh-add (command line suppressed) [2021-03-25T21:06:51.480Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2739400255023655137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2739400255023655137.key) [2021-03-25T21:06:51.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:06:52.055Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T21:06:52.401Z] $ docker exec --env ******** --env ******** 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent -k [2021-03-25T21:06:52.921Z] unset SSH_AUTH_SOCK; [2021-03-25T21:06:52.928Z] unset SSH_AGENT_PID; [2021-03-25T21:06:52.929Z] echo Agent pid 16 killed; [2021-03-25T21:06:53.022Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T21:06:53.233Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:06:53.233Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:06:53.861Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:06:53.867Z] $ docker exec 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent [2021-03-25T21:06:54.270Z] SSH_AUTH_SOCK=/tmp/ssh-unfDoFNtO4Gq/agent.45 [2021-03-25T21:06:54.270Z] SSH_AGENT_PID=50 [2021-03-25T21:06:54.321Z] Running ssh-add (command line suppressed) [2021-03-25T21:06:54.633Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_179600490162374668.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_179600490162374668.key) [2021-03-25T21:06:54.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:06:55.526Z] + git semver init [2021-03-25T21:06:55.912Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T21:06:55.912Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-25T21:06:55.912Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-25T21:06:55.912Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T21:06:55.912Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T21:06:55.912Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T21:06:55.912Z] # $SEMVER_BRANCH = master [2021-03-25T21:06:55.912Z] # $SEMVER_TEMP = /tmp/semver-849115596 [2021-03-25T21:06:55.912Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-25T21:06:56.944Z] # '/tmp/semver-849115596' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-03-25T21:06:56.944Z] # -> Force: false [2021-03-25T21:06:56.944Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-25T21:06:56.974Z] $ docker exec --env ******** --env ******** 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent -k [2021-03-25T21:06:57.194Z] unset SSH_AUTH_SOCK; [2021-03-25T21:06:57.197Z] unset SSH_AGENT_PID; [2021-03-25T21:06:57.197Z] echo Agent pid 50 killed; [2021-03-25T21:06:57.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T21:06:59.263Z] + git semver [Pipeline] } [2021-03-25T21:06:59.326Z] $ docker stop --time=1 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 [2021-03-25T21:07:02.121Z] $ docker rm -f 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T21:07:03.135Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T21:07:04.222Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T21:07:04.225Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.28 [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-03-25T21:07:19.731Z] Still waiting to schedule task [2021-03-25T21:07:19.731Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-25T21:07:19.733Z] Still waiting to schedule task [2021-03-25T21:07:19.733Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T21:09:43.176Z] Running on prd-centos7-docker-4c-2g-31446 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-25T21:09:43.235Z] Running in /w/workspace/device-sdk-go/133 [Pipeline] { [Pipeline] checkout [2021-03-25T21:09:52.518Z] using credential edgex-jenkins-ssh [2021-03-25T21:09:52.602Z] Cloning the remote Git repository [2021-03-25T21:09:52.722Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T21:09:52.841Z] > git init /w/workspace/device-sdk-go/133 # timeout=10 [2021-03-25T21:09:52.949Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T21:09:52.950Z] > git --version # timeout=10 [2021-03-25T21:09:52.984Z] > git --version # 'git version 2.24.3' [2021-03-25T21:09:52.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T21:09:53.090Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T21:09:53.975Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T21:09:53.985Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T21:09:54.882Z] Checking out Revision b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (master) [2021-03-25T21:09:54.256Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T21:09:54.350Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T21:09:54.351Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T21:09:54.360Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T21:09:54.897Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T21:09:54.929Z] > git checkout -f b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 [2021-03-25T21:09:57.315Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31449 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-25T21:09:57.369Z] Running in /w/workspace/device-sdk-go/133 [Pipeline] { [Pipeline] checkout [2021-03-25T21:09:59.480Z] Commit message: "Merge pull request #833 from lenny-intel/custom-confg" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T21:10:01.591Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T21:10:02.251Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T21:10:02.565Z] using credential edgex-jenkins-ssh [2021-03-25T21:10:02.627Z] Cloning the remote Git repository [2021-03-25T21:10:02.716Z] + sudo service docker restart [2021-03-25T21:10:02.717Z] + true [2021-03-25T21:10:02.717Z] Redirecting to /bin/systemctl restart docker.service [2021-03-25T21:10:02.671Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T21:10:02.785Z] > git init /w/workspace/device-sdk-go/133 # timeout=10 [2021-03-25T21:10:02.857Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T21:10:02.859Z] > git --version # timeout=10 [2021-03-25T21:10:02.876Z] > git --version # 'git version 2.17.1' [2021-03-25T21:10:02.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T21:10:02.964Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T21:10:05.593Z] provisioning config files... [2021-03-25T21:10:05.643Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/133@tmp/config5448340829136613456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:10:06.166Z] ---> docker-login.sh [2021-03-25T21:10:06.166Z] nexus3.edgexfoundry.org:10001 [2021-03-25T21:10:05.769Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T21:10:05.803Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T21:10:05.829Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T21:10:05.871Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T21:10:05.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T21:10:05.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T21:10:06.381Z] Checking out Revision b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (master) [2021-03-25T21:10:07.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:07.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:07.465Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:07.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:07.465Z] [2021-03-25T21:10:07.465Z] Login Succeeded [2021-03-25T21:10:07.465Z] nexus3.edgexfoundry.org:10002 [2021-03-25T21:10:06.382Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T21:10:06.400Z] > git checkout -f b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 [2021-03-25T21:10:07.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:07.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:07.745Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:07.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:07.745Z] [2021-03-25T21:10:07.745Z] Login Succeeded [2021-03-25T21:10:07.745Z] nexus3.edgexfoundry.org:10003 [2021-03-25T21:10:08.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:08.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:08.437Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:08.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:08.437Z] [2021-03-25T21:10:08.437Z] Login Succeeded [2021-03-25T21:10:08.437Z] nexus3.edgexfoundry.org:10004 [2021-03-25T21:10:08.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:08.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:08.715Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:08.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:08.715Z] [2021-03-25T21:10:08.715Z] Login Succeeded [2021-03-25T21:10:08.715Z] docker.io [2021-03-25T21:10:08.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:09.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:09.274Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:09.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:09.274Z] [2021-03-25T21:10:09.274Z] Login Succeeded [2021-03-25T21:10:09.274Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T21:10:09.316Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T21:10:09.803Z] ========================================================= [2021-03-25T21:10:09.803Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T21:10:09.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:10:10.303Z] + 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-03-25T21:10:10.807Z] Commit message: "Merge pull request #833 from lenny-intel/custom-confg" [2021-03-25T21:10:10.944Z] Sending build context to Docker daemon 2.294MB [2021-03-25T21:10:10.944Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T21:10:10.944Z] Step 2/8 : FROM ${BASE} [2021-03-25T21:10:10.944Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T21:10:10.944Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T21:10:10.944Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T21:10:10.944Z] de9db76c5a1d: Pulling fs layer [2021-03-25T21:10:10.944Z] bca2f99d35d6: Pulling fs layer [2021-03-25T21:10:10.944Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T21:10:10.944Z] 7c6f9722023f: Pulling fs layer [2021-03-25T21:10:10.944Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T21:10:10.944Z] bca2f99d35d6: Waiting [2021-03-25T21:10:10.944Z] 93359f2a8cfa: Waiting [2021-03-25T21:10:10.944Z] 7c6f9722023f: Waiting [2021-03-25T21:10:10.944Z] a35cf1a2eb13: Waiting [Pipeline] withEnv [Pipeline] { [2021-03-25T21:10:11.228Z] de9db76c5a1d: Verifying Checksum [2021-03-25T21:10:11.228Z] de9db76c5a1d: Download complete [2021-03-25T21:10:11.228Z] 0ef7d3d256c8: Download complete [2021-03-25T21:10:11.228Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T21:10:11.228Z] 93359f2a8cfa: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T21:10:11.598Z] 7c6f9722023f: Verifying Checksum [2021-03-25T21:10:11.598Z] 7c6f9722023f: Download complete [2021-03-25T21:10:11.897Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T21:10:11.897Z] 188c0c94c7c5: Download complete [2021-03-25T21:10:12.352Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T21:10:12.783Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T21:10:12.938Z] 188c0c94c7c5: Pull complete [2021-03-25T21:10:13.143Z] + true [2021-03-25T21:10:13.144Z] + sudo service docker restart [2021-03-25T21:10:13.243Z] 0ef7d3d256c8: Pull complete [2021-03-25T21:10:13.531Z] de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T21:10:15.205Z] provisioning config files... [2021-03-25T21:10:15.242Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/133@tmp/config3261379856776111384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:10:15.579Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T21:10:15.579Z] a35cf1a2eb13: Download complete [2021-03-25T21:10:15.802Z] ---> docker-login.sh [2021-03-25T21:10:15.803Z] nexus3.edgexfoundry.org:10001 [2021-03-25T21:10:16.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:17.035Z] bca2f99d35d6: Verifying Checksum [2021-03-25T21:10:17.035Z] bca2f99d35d6: Download complete [2021-03-25T21:10:17.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:17.065Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:17.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:17.065Z] [2021-03-25T21:10:17.065Z] Login Succeeded [2021-03-25T21:10:17.065Z] nexus3.edgexfoundry.org:10002 [2021-03-25T21:10:17.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:17.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:17.621Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:17.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:17.621Z] [2021-03-25T21:10:17.621Z] Login Succeeded [2021-03-25T21:10:17.621Z] nexus3.edgexfoundry.org:10003 [2021-03-25T21:10:17.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:18.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:18.178Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:18.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:18.178Z] [2021-03-25T21:10:18.178Z] Login Succeeded [2021-03-25T21:10:18.178Z] nexus3.edgexfoundry.org:10004 [2021-03-25T21:10:18.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:18.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:18.725Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:18.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:18.725Z] [2021-03-25T21:10:18.725Z] Login Succeeded [2021-03-25T21:10:18.725Z] docker.io [2021-03-25T21:10:18.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:10:19.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:10:19.594Z] Configure a credential helper to remove this warning. See [2021-03-25T21:10:19.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:10:19.594Z] [2021-03-25T21:10:19.594Z] Login Succeeded [2021-03-25T21:10:19.594Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T21:10:19.611Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T21:10:20.080Z] ========================================================= [2021-03-25T21:10:20.080Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T21:10:20.080Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:10:20.479Z] + 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-03-25T21:10:20.767Z] Sending build context to Docker daemon 2.293MB [2021-03-25T21:10:21.044Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T21:10:21.044Z] Step 2/8 : FROM ${BASE} [2021-03-25T21:10:21.044Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T21:10:21.044Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T21:10:21.044Z] a4357932f1b6: Pulling fs layer [2021-03-25T21:10:21.044Z] 18c013af1878: Pulling fs layer [2021-03-25T21:10:21.044Z] 00ac8860ef70: Pulling fs layer [2021-03-25T21:10:21.044Z] 63d7cb157983: Pulling fs layer [2021-03-25T21:10:21.044Z] b116817d02f9: Pulling fs layer [2021-03-25T21:10:21.044Z] 745a02a5169b: Pulling fs layer [2021-03-25T21:10:21.044Z] 00ac8860ef70: Waiting [2021-03-25T21:10:21.044Z] 63d7cb157983: Waiting [2021-03-25T21:10:21.044Z] b116817d02f9: Waiting [2021-03-25T21:10:21.044Z] 745a02a5169b: Waiting [2021-03-25T21:10:21.044Z] 18c013af1878: Verifying Checksum [2021-03-25T21:10:21.044Z] 18c013af1878: Download complete [2021-03-25T21:10:21.044Z] a4357932f1b6: Verifying Checksum [2021-03-25T21:10:21.044Z] a4357932f1b6: Download complete [2021-03-25T21:10:21.044Z] 63d7cb157983: Download complete [2021-03-25T21:10:21.641Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T21:10:21.641Z] 5f621e34cdf4: Download complete [2021-03-25T21:10:21.641Z] b116817d02f9: Verifying Checksum [2021-03-25T21:10:21.641Z] b116817d02f9: Download complete [2021-03-25T21:10:22.240Z] 5f621e34cdf4: Pull complete [2021-03-25T21:10:23.241Z] a4357932f1b6: Pull complete [2021-03-25T21:10:23.517Z] 18c013af1878: Pull complete [2021-03-25T21:10:24.509Z] 745a02a5169b: Download complete [2021-03-25T21:10:25.947Z] 00ac8860ef70: Download complete [2021-03-25T21:10:32.258Z] bca2f99d35d6: Pull complete [2021-03-25T21:10:32.258Z] 93359f2a8cfa: Pull complete [2021-03-25T21:10:32.258Z] 7c6f9722023f: Pull complete [2021-03-25T21:10:36.128Z] 00ac8860ef70: Pull complete [2021-03-25T21:10:36.128Z] 63d7cb157983: Pull complete [2021-03-25T21:10:36.725Z] b116817d02f9: Pull complete [2021-03-25T21:10:39.103Z] a35cf1a2eb13: Pull complete [2021-03-25T21:10:39.103Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T21:10:39.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T21:10:39.103Z] ---> a62c8e92a672 [2021-03-25T21:10:39.103Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T21:10:39.397Z] ---> Running in 82a9649508a5 [2021-03-25T21:10:40.076Z] Removing intermediate container 82a9649508a5 [2021-03-25T21:10:40.076Z] ---> 7c24e40fdb35 [2021-03-25T21:10:40.076Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T21:10:40.076Z] ---> Running in e8459e9c047c [2021-03-25T21:10:40.119Z] 745a02a5169b: Pull complete [2021-03-25T21:10:40.119Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T21:10:40.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T21:10:40.395Z] ---> b7e6874047d6 [2021-03-25T21:10:40.395Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T21:10:42.224Z] Removing intermediate container e8459e9c047c [2021-03-25T21:10:42.224Z] ---> 704addb644f0 [2021-03-25T21:10:42.224Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-25T21:10:42.224Z] ---> Running in 70a5607a6830 [2021-03-25T21:10:43.020Z] ---> Running in 79cd4c443ee2 [2021-03-25T21:10:43.293Z] Removing intermediate container 79cd4c443ee2 [2021-03-25T21:10:43.293Z] ---> 5e265982708d [2021-03-25T21:10:43.293Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T21:10:43.571Z] ---> Running in f203f44999b6 [2021-03-25T21:10:44.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T21:10:45.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T21:10:46.005Z] OK: 166 MiB in 39 packages [2021-03-25T21:10:46.215Z] Removing intermediate container f203f44999b6 [2021-03-25T21:10:46.215Z] ---> 2f799fb94df1 [2021-03-25T21:10:46.215Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-25T21:10:46.215Z] ---> Running in 9c5894bbdf61 [2021-03-25T21:10:47.006Z] Removing intermediate container 70a5607a6830 [2021-03-25T21:10:47.006Z] ---> e111dc7a3905 [2021-03-25T21:10:47.006Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-25T21:10:47.006Z] ---> Running in b704b3b1df49 [2021-03-25T21:10:47.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T21:10:47.710Z] Removing intermediate container b704b3b1df49 [2021-03-25T21:10:47.710Z] ---> 269a1f4a7c27 [2021-03-25T21:10:47.710Z] Step 7/8 : COPY . . [2021-03-25T21:10:47.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T21:10:48.388Z] OK: 142 MiB in 39 packages [2021-03-25T21:10:49.212Z] ---> b0c43d1f9ed1 [2021-03-25T21:10:49.212Z] Step 8/8 : RUN go mod download [2021-03-25T21:10:49.382Z] Removing intermediate container 9c5894bbdf61 [2021-03-25T21:10:49.382Z] ---> 76151931ee9c [2021-03-25T21:10:49.382Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-25T21:10:49.510Z] ---> Running in 7bd766433fc1 [2021-03-25T21:10:49.655Z] ---> Running in 798aa2d81f34 [2021-03-25T21:10:50.252Z] Removing intermediate container 798aa2d81f34 [2021-03-25T21:10:50.252Z] ---> 0cfbb48fcfdf [2021-03-25T21:10:50.252Z] Step 7/8 : COPY . . [2021-03-25T21:10:51.236Z] ---> e9f06d5df2fc [2021-03-25T21:10:51.236Z] Step 8/8 : RUN go mod download [2021-03-25T21:10:51.236Z] ---> Running in 61760c944ea2 [2021-03-25T21:11:18.080Z] Removing intermediate container 61760c944ea2 [2021-03-25T21:11:18.080Z] ---> f14c1e052f25 [2021-03-25T21:11:18.080Z] Successfully built f14c1e052f25 [2021-03-25T21:11:18.080Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:11:18.422Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T21:11:18.422Z] . [Pipeline] withDockerContainer [2021-03-25T21:11:18.691Z] prd-ubuntu18.04-docker-arm64-4c-16g-31449 does not seem to be running inside a container [2021-03-25T21:11:18.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T21:11:20.214Z] $ docker top 135e390d01133aa808d0fe656a72eeeca791e4cc86e2017d4419d5f71ab287c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T21:11:21.258Z] + go version [2021-03-25T21:11:21.258Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T21:11:21.252Z] $ docker stop --time=1 135e390d01133aa808d0fe656a72eeeca791e4cc86e2017d4419d5f71ab287c3 [2021-03-25T21:11:22.432Z] Removing intermediate container 7bd766433fc1 [2021-03-25T21:11:22.432Z] ---> 7a0929cbb678 [2021-03-25T21:11:22.432Z] Successfully built 7a0929cbb678 [2021-03-25T21:11:22.432Z] Successfully tagged ci-base-image-x86_64:latest [2021-03-25T21:11:23.176Z] $ docker rm -f 135e390d01133aa808d0fe656a72eeeca791e4cc86e2017d4419d5f71ab287c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:11:24.027Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T21:11:24.196Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T21:11:24.196Z] . [Pipeline] withDockerContainer [2021-03-25T21:11:24.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-31449 does not seem to be running inside a container [2021-03-25T21:11:24.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T21:11:25.042Z] . [2021-03-25T21:11:26.030Z] $ docker top 763e8756ab784e5bb98bb91506f90701bf8124609f6d0ae548d32ec330be7bcf -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-03-25T21:11:26.848Z] prd-centos7-docker-4c-2g-31446 does not seem to be running inside a container [2021-03-25T21:11:27.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T21:11:28.869Z] $ docker top 8f92122fb4e193a9c7918020b8537860139f78e4c5d8c001d4249f9b4002778e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-25T21:11:29.623Z] + go version [2021-03-25T21:11:29.623Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T21:11:29.654Z] $ docker stop --time=1 8f92122fb4e193a9c7918020b8537860139f78e4c5d8c001d4249f9b4002778e [2021-03-25T21:11:29.875Z] + make test [2021-03-25T21:11:29.875Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T21:11:31.372Z] $ docker rm -f 8f92122fb4e193a9c7918020b8537860139f78e4c5d8c001d4249f9b4002778e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:11:32.491Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T21:11:32.491Z] . [Pipeline] withDockerContainer [2021-03-25T21:11:32.660Z] prd-centos7-docker-4c-2g-31446 does not seem to be running inside a container [2021-03-25T21:11:32.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T21:11:34.726Z] $ docker top c710c187ceee62787ac219d9b23ccf26c04caf134c29d9740575730b303f0a70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T21:11:35.458Z] + make test [2021-03-25T21:11:35.458Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T21:11:52.082Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-25T21:11:54.401Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-25T21:12:34.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-25T21:12:34.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-25T21:12:34.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-25T21:12:34.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-25T21:12:34.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-25T21:12:38.224Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.140s coverage: 27.0% of statements [2021-03-25T21:12:38.224Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.162s coverage: 81.2% of statements [2021-03-25T21:12:39.126Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-25T21:12:39.126Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-25T21:12:39.126Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-25T21:12:39.126Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-25T21:12:39.126Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-25T21:12:39.126Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.121s coverage: 27.0% of statements [2021-03-25T21:12:39.126Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.161s coverage: 81.2% of statements [2021-03-25T21:13:05.547Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.230s coverage: 10.5% of statements [2021-03-25T21:13:05.547Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-25T21:13:05.547Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-25T21:13:05.547Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.139s coverage: 32.5% of statements [2021-03-25T21:13:05.547Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-25T21:13:05.547Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-25T21:13:05.547Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-25T21:13:05.547Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.167s coverage: 57.3% of statements [2021-03-25T21:13:05.547Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.005s coverage: 6.6% of statements [2021-03-25T21:13:05.547Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.097s coverage: 5.0% of statements [2021-03-25T21:13:05.547Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-25T21:13:05.547Z] GO111MODULE=on go vet ./... [2021-03-25T21:13:05.943Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.118s coverage: 10.5% of statements [2021-03-25T21:13:05.943Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-25T21:13:05.944Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-25T21:13:05.944Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.187s coverage: 32.5% of statements [2021-03-25T21:13:05.944Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-25T21:13:05.944Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-25T21:13:05.944Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-25T21:13:05.944Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.242s coverage: 57.3% of statements [2021-03-25T21:13:05.944Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.900s coverage: 6.6% of statements [2021-03-25T21:13:05.944Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.152s coverage: 5.0% of statements [2021-03-25T21:13:05.944Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-25T21:13:05.944Z] GO111MODULE=on go vet ./... [2021-03-25T21:13:38.352Z] gofmt -l . [2021-03-25T21:13:38.352Z] [ "`gofmt -l .`" = "" ] [2021-03-25T21:13:38.352Z] ./bin/test-attribution-txt.sh [2021-03-25T21:13:39.103Z] gofmt -l . [2021-03-25T21:13:39.103Z] [ "`gofmt -l .`" = "" ] [2021-03-25T21:13:39.103Z] ./bin/test-attribution-txt.sh [2021-03-25T21:13:39.339Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-25T21:13:39.898Z] $ docker stop --time=1 763e8756ab784e5bb98bb91506f90701bf8124609f6d0ae548d32ec330be7bcf [2021-03-25T21:13:41.846Z] ./bin/test-go-mod-tidy.sh [2021-03-25T21:13:42.028Z] $ docker rm -f 763e8756ab784e5bb98bb91506f90701bf8124609f6d0ae548d32ec330be7bcf [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-03-25T21:13:42.936Z] $ docker stop --time=1 c710c187ceee62787ac219d9b23ccf26c04caf134c29d9740575730b303f0a70 [2021-03-25T21:13:43.185Z] + sudo chown -R jenkins:jenkins . [2021-03-25T21:13:45.787Z] $ docker rm -f c710c187ceee62787ac219d9b23ccf26c04caf134c29d9740575730b303f0a70 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh [2021-03-25T21:13:46.612Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T21:13:46.692Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T21:13:47.147Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-25T21:13:47.365Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-25T21:13:49.951Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-25T21:13:50.230Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-25T21:13:50.363Z] + ls -al . [2021-03-25T21:13:50.363Z] total 220 [2021-03-25T21:13:50.363Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 25 21:13 . [2021-03-25T21:13:50.363Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 21:10 .. [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 25 21:10 .dockerignore [2021-03-25T21:13:50.363Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 25 21:10 .git [2021-03-25T21:13:50.363Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 21:10 .github [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 25 21:10 .gitignore [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 949 Mar 25 21:10 Dockerfile.build [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 901 Mar 25 21:10 Jenkinsfile [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 25 21:10 LICENSE [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 1016 Mar 25 21:10 Makefile [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 25 21:10 README.md [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 25 21:10 RELEASE-NOTES.txt [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 25 21:07 VERSION [2021-03-25T21:13:50.363Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 21:10 bin [2021-03-25T21:13:50.363Z] -rw-r--r-- 1 jenkins jenkins 100081 Mar 25 21:13 coverage.out [2021-03-25T21:13:50.363Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 25 21:10 example [2021-03-25T21:13:50.363Z] -rw-r--r-- 1 jenkins jenkins 479 Mar 25 21:13 go.mod [2021-03-25T21:13:50.363Z] -rw-r--r-- 1 jenkins jenkins 17372 Mar 25 21:13 go.sum [2021-03-25T21:13:50.363Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 25 21:10 internal [2021-03-25T21:13:50.363Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 21:10 openapi [2021-03-25T21:13:50.363Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 25 21:10 pkg [2021-03-25T21:13:50.363Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 21:10 snap [2021-03-25T21:13:50.363Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 25 21:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:13:50.557Z] + ls -al . [2021-03-25T21:13:50.557Z] total 184 [2021-03-25T21:13:50.557Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 25 21:13 . [2021-03-25T21:13:50.557Z] drwxrwxr-x. 4 jenkins jenkins 32 Mar 25 21:09 .. [2021-03-25T21:13:50.557Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 25 21:09 bin [2021-03-25T21:13:50.557Z] -rw-r--r--. 1 jenkins jenkins 100081 Mar 25 21:13 coverage.out [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 949 Mar 25 21:09 Dockerfile.build [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 25 21:09 .dockerignore [2021-03-25T21:13:50.557Z] drwxrwxr-x. 5 jenkins jenkins 62 Mar 25 21:09 example [2021-03-25T21:13:50.557Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 25 21:09 .git [2021-03-25T21:13:50.557Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 25 21:09 .github [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 25 21:09 .gitignore [2021-03-25T21:13:50.557Z] -rw-r--r--. 1 jenkins jenkins 479 Mar 25 21:13 go.mod [2021-03-25T21:13:50.557Z] -rw-r--r--. 1 jenkins jenkins 17372 Mar 25 21:13 go.sum [2021-03-25T21:13:50.557Z] drwxrwxr-x. 13 jenkins jenkins 193 Mar 25 21:09 internal [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 901 Mar 25 21:09 Jenkinsfile [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 25 21:09 LICENSE [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 1016 Mar 25 21:09 Makefile [2021-03-25T21:13:50.557Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 25 21:09 openapi [2021-03-25T21:13:50.557Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 25 21:09 pkg [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 25 21:09 README.md [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 25 21:09 RELEASE-NOTES.txt [2021-03-25T21:13:50.557Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 25 21:09 snap [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 25 21:07 VERSION [2021-03-25T21:13:50.557Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 25 21:09 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:13:50.772Z] + 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=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 --label arch=arm64 --label version=2.0.0-dev.28 . [2021-03-25T21:13:51.065Z] + 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=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 --label arch=amd64 --label version=2.0.0-dev.28 . [2021-03-25T21:13:51.394Z] Sending build context to Docker daemon 2.394MB [2021-03-25T21:13:51.394Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T21:13:51.394Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-25T21:13:51.394Z] ---> f14c1e052f25 [2021-03-25T21:13:51.394Z] Step 3/24 : ARG MAKE='make build' [2021-03-25T21:13:51.394Z] ---> Running in d0458ae4e864 [2021-03-25T21:13:51.988Z] Removing intermediate container d0458ae4e864 [2021-03-25T21:13:51.988Z] ---> 75379f6b9044 [2021-03-25T21:13:51.988Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-25T21:13:51.988Z] ---> Running in 1bde1cbdd41c [2021-03-25T21:13:52.172Z] Sending build context to Docker daemon 2.395MB [2021-03-25T21:13:52.172Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T21:13:52.172Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-25T21:13:52.172Z] ---> 7a0929cbb678 [2021-03-25T21:13:52.172Z] Step 3/24 : ARG MAKE='make build' [2021-03-25T21:13:52.486Z] ---> Running in 0e8a70793fca [2021-03-25T21:13:52.582Z] Removing intermediate container 1bde1cbdd41c [2021-03-25T21:13:52.582Z] ---> 3f57af7e7032 [2021-03-25T21:13:52.582Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T21:13:52.855Z] ---> Running in d251eae1bdb8 [2021-03-25T21:13:53.092Z] Removing intermediate container 0e8a70793fca [2021-03-25T21:13:53.092Z] ---> 91e8cf8b7da6 [2021-03-25T21:13:53.092Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-25T21:13:53.092Z] ---> Running in def1e3ca0cd6 [2021-03-25T21:13:53.128Z] Removing intermediate container d251eae1bdb8 [2021-03-25T21:13:53.128Z] ---> 4c73cc4367c3 [2021-03-25T21:13:53.128Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T21:13:53.401Z] ---> Running in 9142003cdd15 [2021-03-25T21:13:54.092Z] Removing intermediate container def1e3ca0cd6 [2021-03-25T21:13:54.092Z] ---> 39808714f147 [2021-03-25T21:13:54.092Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T21:13:54.092Z] ---> Running in 08c94e5ec6fa [2021-03-25T21:13:54.360Z] Removing intermediate container 08c94e5ec6fa [2021-03-25T21:13:54.360Z] ---> e390a1a7cb42 [2021-03-25T21:13:54.360Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T21:13:54.649Z] ---> Running in 1a078b20dd80 [2021-03-25T21:13:55.380Z] Removing intermediate container 9142003cdd15 [2021-03-25T21:13:55.381Z] ---> a5edb58ebb1b [2021-03-25T21:13:55.381Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-25T21:13:55.655Z] ---> Running in 5905af4fd7bb [2021-03-25T21:13:56.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T21:13:57.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T21:13:57.384Z] Removing intermediate container 1a078b20dd80 [2021-03-25T21:13:57.384Z] ---> 09f229065a62 [2021-03-25T21:13:57.384Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-25T21:13:57.384Z] ---> Running in 31ffe6f4b280 [2021-03-25T21:13:58.210Z] OK: 142 MiB in 39 packages [2021-03-25T21:13:58.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T21:13:59.193Z] Removing intermediate container 5905af4fd7bb [2021-03-25T21:13:59.193Z] ---> 0acfa5dd0d06 [2021-03-25T21:13:59.193Z] Step 8/24 : COPY . . [2021-03-25T21:13:59.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T21:14:00.170Z] ---> c02c3d4faa67 [2021-03-25T21:14:00.170Z] Step 9/24 : RUN ${MAKE} [2021-03-25T21:14:00.181Z] OK: 166 MiB in 39 packages [2021-03-25T21:14:00.443Z] ---> Running in 92c178370355 [2021-03-25T21:14:01.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-25T21:14:02.281Z] Removing intermediate container 31ffe6f4b280 [2021-03-25T21:14:02.281Z] ---> 230b4f349247 [2021-03-25T21:14:02.281Z] Step 8/24 : COPY . . [2021-03-25T21:14:03.872Z] ---> 09813e5b0b7a [2021-03-25T21:14:03.872Z] Step 9/24 : RUN ${MAKE} [2021-03-25T21:14:03.872Z] ---> Running in ed510b52dbc4 [2021-03-25T21:14:05.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-25T21:14:28.241Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-25T21:14:29.675Z] Removing intermediate container 92c178370355 [2021-03-25T21:14:29.675Z] ---> 599c6d95a8d0 [2021-03-25T21:14:29.675Z] Step 10/24 : FROM scratch [2021-03-25T21:14:29.675Z] ---> [2021-03-25T21:14:29.675Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T21:14:29.951Z] ---> Running in 537a2e830371 [2021-03-25T21:14:30.227Z] Removing intermediate container 537a2e830371 [2021-03-25T21:14:30.227Z] ---> 9d4166f8ce9b [2021-03-25T21:14:30.227Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-25T21:14:30.500Z] ---> Running in fe8003be8e14 [2021-03-25T21:14:30.772Z] Removing intermediate container fe8003be8e14 [2021-03-25T21:14:30.772Z] ---> 8257a1b32bc7 [2021-03-25T21:14:30.772Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-25T21:14:31.047Z] ---> Running in e900d75c4d23 [2021-03-25T21:14:31.319Z] Removing intermediate container e900d75c4d23 [2021-03-25T21:14:31.319Z] ---> 2816a12752d0 [2021-03-25T21:14:31.319Z] Step 14/24 : WORKDIR / [2021-03-25T21:14:31.594Z] ---> Running in 812076daf0c7 [2021-03-25T21:14:31.867Z] Removing intermediate container 812076daf0c7 [2021-03-25T21:14:31.867Z] ---> 1e6e3d697d27 [2021-03-25T21:14:31.867Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-25T21:14:33.296Z] ---> 83cfbff38999 [2021-03-25T21:14:33.296Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-25T21:14:33.892Z] ---> 3226879822a0 [2021-03-25T21:14:33.892Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-25T21:14:34.868Z] ---> 514ba163ad17 [2021-03-25T21:14:34.868Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-25T21:14:35.462Z] ---> 74f2dbfe6b52 [2021-03-25T21:14:35.462Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-25T21:14:36.054Z] ---> 897cda3d5433 [2021-03-25T21:14:36.054Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-25T21:14:36.325Z] ---> Running in d63912b7c6eb [2021-03-25T21:14:36.596Z] Removing intermediate container d63912b7c6eb [2021-03-25T21:14:36.596Z] ---> f707f404f6ad [2021-03-25T21:14:36.596Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T21:14:36.871Z] ---> Running in a22c49fda566 [2021-03-25T21:14:37.465Z] Removing intermediate container a22c49fda566 [2021-03-25T21:14:37.465Z] ---> f9e49327e072 [2021-03-25T21:14:37.465Z] Step 22/24 : LABEL arch=arm64 [2021-03-25T21:14:37.465Z] ---> Running in 3be83b98c4e3 [2021-03-25T21:14:38.059Z] Removing intermediate container 3be83b98c4e3 [2021-03-25T21:14:38.059Z] ---> 61739e57017e [2021-03-25T21:14:38.059Z] Step 23/24 : LABEL git_sha=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [2021-03-25T21:14:38.059Z] ---> Running in e4cbd5763a0d [2021-03-25T21:14:38.657Z] Removing intermediate container e4cbd5763a0d [2021-03-25T21:14:38.657Z] ---> 794ed9cb4f32 [2021-03-25T21:14:38.657Z] Step 24/24 : LABEL version=2.0.0-dev.28 [2021-03-25T21:14:38.657Z] ---> Running in 9ae2c76b5ccb [2021-03-25T21:14:39.250Z] Removing intermediate container 9ae2c76b5ccb [2021-03-25T21:14:39.250Z] ---> 1232e6c9857e [2021-03-25T21:14:39.250Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-25T21:14:39.250Z] Successfully built 1232e6c9857e [2021-03-25T21:14:39.250Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:14:40.077Z] ---> job-cost.sh [2021-03-25T21:14:40.077Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aFna [2021-03-25T21:14:49.067Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-25T21:14:49.068Z] Removing intermediate container ed510b52dbc4 [2021-03-25T21:14:49.068Z] ---> 592dabaa0234 [2021-03-25T21:14:49.068Z] Step 10/24 : FROM scratch [2021-03-25T21:14:49.068Z] ---> [2021-03-25T21:14:49.068Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T21:14:49.068Z] ---> Running in bf797222ce0c [2021-03-25T21:14:49.068Z] Removing intermediate container bf797222ce0c [2021-03-25T21:14:49.068Z] ---> 5701e8c7f898 [2021-03-25T21:14:49.068Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-25T21:14:49.360Z] ---> Running in cf35d8680a44 [2021-03-25T21:14:49.642Z] Removing intermediate container cf35d8680a44 [2021-03-25T21:14:49.642Z] ---> 56947b90dc96 [2021-03-25T21:14:49.642Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-25T21:14:49.642Z] ---> Running in 622cae281626 [2021-03-25T21:14:49.916Z] Removing intermediate container 622cae281626 [2021-03-25T21:14:49.916Z] ---> 9242ca3a7c6e [2021-03-25T21:14:49.916Z] Step 14/24 : WORKDIR / [2021-03-25T21:14:49.916Z] ---> Running in 5290113b2ff5 [2021-03-25T21:14:50.184Z] Removing intermediate container 5290113b2ff5 [2021-03-25T21:14:50.184Z] ---> 567e0e9608d5 [2021-03-25T21:14:50.184Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-25T21:14:51.169Z] ---> 9722bd7c9dbe [2021-03-25T21:14:51.169Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-25T21:14:51.447Z] ---> 010aa9a90290 [2021-03-25T21:14:51.447Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-25T21:14:52.062Z] ---> 12312f408b7a [2021-03-25T21:14:52.062Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-25T21:14:52.716Z] ---> 3f578ffb7038 [2021-03-25T21:14:52.716Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-25T21:14:53.357Z] ---> fb0a75430822 [2021-03-25T21:14:53.357Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-25T21:14:53.357Z] ---> Running in 98f3134bfab5 [2021-03-25T21:14:54.340Z] Removing intermediate container 98f3134bfab5 [2021-03-25T21:14:54.340Z] ---> 9220dee3a7ba [2021-03-25T21:14:54.340Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T21:14:54.340Z] ---> Running in bb336c845728 [2021-03-25T21:14:54.611Z] Removing intermediate container bb336c845728 [2021-03-25T21:14:54.611Z] ---> 7eb8b8383f3f [2021-03-25T21:14:54.611Z] Step 22/24 : LABEL arch=amd64 [2021-03-25T21:14:54.611Z] ---> Running in 08569036bbf0 [2021-03-25T21:14:54.888Z] Removing intermediate container 08569036bbf0 [2021-03-25T21:14:54.888Z] ---> d38338d3674d [2021-03-25T21:14:54.888Z] Step 23/24 : LABEL git_sha=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [2021-03-25T21:14:54.888Z] ---> Running in 89cf7c2ba975 [2021-03-25T21:14:55.505Z] Removing intermediate container 89cf7c2ba975 [2021-03-25T21:14:55.505Z] ---> ab7cb63411e5 [2021-03-25T21:14:55.505Z] Step 24/24 : LABEL version=2.0.0-dev.28 [2021-03-25T21:14:55.505Z] ---> Running in 68a8621379aa [2021-03-25T21:14:55.780Z] Removing intermediate container 68a8621379aa [2021-03-25T21:14:55.780Z] ---> c2a9e1f03cfb [2021-03-25T21:14:55.780Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-25T21:14:55.780Z] Successfully built c2a9e1f03cfb [2021-03-25T21:14:55.780Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:14:56.677Z] ---> job-cost.sh [2021-03-25T21:14:56.677Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yBLJ [2021-03-25T21:15:19.034Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T21:15:23.620Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T21:16:11.069Z] lf-activate-venv(): INFO: Adding /tmp/venv-yBLJ/bin to PATH [2021-03-25T21:16:11.069Z] INFO: No Stack... [2021-03-25T21:16:11.069Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T21:16:11.069Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T21:16:11.460Z] + cat /w/workspace/device-sdk-go/133/archives/cost.csv [2021-03-25T21:16:11.461Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T21:16:11.590Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [2021-03-25T21:16:11.605Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] did not exist. Created. [2021-03-25T21:16:11.605Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T21:16:12.105Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T21:16:12.437Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T21:16:12.453Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T21:16:55.786Z] lf-activate-venv(): INFO: Adding /tmp/venv-aFna/bin to PATH [2021-03-25T21:16:55.786Z] INFO: No Stack... [2021-03-25T21:16:55.786Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T21:16:55.786Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T21:16:56.119Z] + cat /w/workspace/device-sdk-go/133/archives/cost.csv [2021-03-25T21:16:56.119Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T21:16:56.224Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [2021-03-25T21:16:56.237Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] did not exist. Created. [2021-03-25T21:16:56.237Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T21:16:56.696Z] /w/workspace/device-sdk-go/133@tmp/durable-3ebf0672/script.sh: 1: /w/workspace/device-sdk-go/133@tmp/durable-3ebf0672/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-25T21:16:57.037Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T21:16:57.101Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T21:16:57.268Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T21:16:57.281Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [Pipeline] // lock [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-03-25T21:16:58.436Z] provisioning config files... [2021-03-25T21:16:58.454Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3341474711981988700tmp [Pipeline] { [Pipeline] sh [2021-03-25T21:16:58.895Z] + set +x [2021-03-25T21:16:58.895Z] + curl -s https://codecov.io/bash [2021-03-25T21:16:58.895Z] + bash -s -- [2021-03-25T21:16:59.209Z] [2021-03-25T21:16:59.209Z] _____ _ [2021-03-25T21:16:59.209Z] / ____| | | [2021-03-25T21:16:59.209Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T21:16:59.209Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T21:16:59.209Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T21:16:59.209Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T21:16:59.209Z] Bash-20210309-2b87ace [2021-03-25T21:16:59.209Z] [2021-03-25T21:16:59.209Z] [2021-03-25T21:16:59.209Z] ==> git version 2.24.3 found [2021-03-25T21:16:59.209Z] ==> 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-03-25T21:16:59.209Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T21:16:59.209Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T21:16:59.209Z] ==> Jenkins CI detected. [2021-03-25T21:16:59.209Z] project root: . [2021-03-25T21:16:59.209Z] --> token set from env [2021-03-25T21:16:59.209Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T21:16:59.209Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T21:16:59.209Z] ==> Python coveragepy not found [2021-03-25T21:16:59.209Z] ==> Searching for coverage reports in: [2021-03-25T21:16:59.209Z] + . [2021-03-25T21:16:59.481Z] -> Found 1 reports [2021-03-25T21:16:59.481Z] ==> Detecting git/mercurial file structure [2021-03-25T21:16:59.481Z] ==> Reading reports [2021-03-25T21:16:59.481Z] + ./coverage.out bytes=100081 [2021-03-25T21:16:59.481Z] ==> Appending adjustments [2021-03-25T21:16:59.481Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T21:17:00.113Z] + Found adjustments [2021-03-25T21:17:00.113Z] ==> Gzipping contents [2021-03-25T21:17:00.113Z] 16K /tmp/codecov.kdkJ65.gz [2021-03-25T21:17:00.113Z] ==> Uploading reports [2021-03-25T21:17:00.113Z] url: https://codecov.io [2021-03-25T21:17:00.113Z] query: branch=master&commit=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F133%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T21:17:00.113Z] -> Pinging Codecov [2021-03-25T21:17:00.113Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F133%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T21:17:00.735Z] -> Uploading to [2021-03-25T21:17:00.735Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/7E55EF52A471D76F132DFD9A03CDDE97/b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79/b9f63afe-dc2b-4fb8-a27c-9d257b76655f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T211700Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=190068f2e54478a307482a5bf602adebd608618cdbacb578043d88ed1a1875c3 [2021-03-25T21:17:00.735Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T21:17:00.735Z] Dload Upload Total Spent Left Speed [2021-03-25T21:17:01.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13568 0 0 100 13568 0 17007 --:--:-- --:--:-- --:--:-- 17023 [2021-03-25T21:17:01.769Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] } [2021-03-25T21:17:01.795Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-25T21:17:02.250Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-25T21:17:02.306Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:17:02.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T21:17:03.196Z] [2021-03-25T21:17:03.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:17:03.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T21:17:03.935Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-25T21:17:03.935Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T21:17:03.935Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T21:17:03.935Z] de9db76c5a1d: Pulling fs layer [2021-03-25T21:17:03.935Z] 0eba1c9be4d2: Pulling fs layer [2021-03-25T21:17:03.935Z] 0d57e429df01: Pulling fs layer [2021-03-25T21:17:03.935Z] 4e4be7b47b0d: Pulling fs layer [2021-03-25T21:17:03.935Z] e1f770b5df2f: Pulling fs layer [2021-03-25T21:17:03.935Z] 85a0685a4137: Pulling fs layer [2021-03-25T21:17:03.935Z] 0eba1c9be4d2: Waiting [2021-03-25T21:17:03.935Z] 0d57e429df01: Waiting [2021-03-25T21:17:03.935Z] 4e4be7b47b0d: Waiting [2021-03-25T21:17:03.935Z] e1f770b5df2f: Waiting [2021-03-25T21:17:03.935Z] 85a0685a4137: Waiting [2021-03-25T21:17:03.935Z] de9db76c5a1d: Verifying Checksum [2021-03-25T21:17:03.935Z] de9db76c5a1d: Download complete [2021-03-25T21:17:03.935Z] 0ef7d3d256c8: Download complete [2021-03-25T21:17:03.935Z] 0d57e429df01: Verifying Checksum [2021-03-25T21:17:03.935Z] 0d57e429df01: Download complete [2021-03-25T21:17:03.935Z] 4e4be7b47b0d: Verifying Checksum [2021-03-25T21:17:03.935Z] 4e4be7b47b0d: Download complete [2021-03-25T21:17:04.267Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T21:17:04.267Z] 188c0c94c7c5: Download complete [2021-03-25T21:17:05.392Z] 188c0c94c7c5: Pull complete [2021-03-25T21:17:06.126Z] 0ef7d3d256c8: Pull complete [2021-03-25T21:17:07.070Z] de9db76c5a1d: Pull complete [2021-03-25T21:17:07.708Z] e1f770b5df2f: Verifying Checksum [2021-03-25T21:17:07.708Z] e1f770b5df2f: Download complete [2021-03-25T21:17:15.087Z] 0eba1c9be4d2: Verifying Checksum [2021-03-25T21:17:15.087Z] 0eba1c9be4d2: Download complete [2021-03-25T21:17:21.672Z] 85a0685a4137: Verifying Checksum [2021-03-25T21:17:21.672Z] 85a0685a4137: Download complete [2021-03-25T21:17:37.464Z] 0eba1c9be4d2: Pull complete [2021-03-25T21:17:37.464Z] 0d57e429df01: Pull complete [2021-03-25T21:17:37.464Z] 4e4be7b47b0d: Pull complete [2021-03-25T21:17:40.145Z] e1f770b5df2f: Pull complete [2021-03-25T21:17:59.030Z] 85a0685a4137: Pull complete [2021-03-25T21:17:59.030Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-25T21:17:59.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T21:17:59.030Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-25T21:17:59.699Z] prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container [2021-03-25T21:17:59.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-25T21:18:02.245Z] $ docker top db6230a00546cffdf543e18d2e68a5d79583b2cb784780118e332bdaf59806e1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T21:18:03.066Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-25T21:18:03.789Z] + set -o pipefail [2021-03-25T21:18:03.789Z] + snyk monitor '--org=edgex-jenkins' [2021-03-25T21:18:18.987Z] [2021-03-25T21:18:18.987Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-03-25T21:18:18.987Z] [2021-03-25T21:18:18.987Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/6c687370-695b-49f9-a570-0b9706a86c4d [2021-03-25T21:18:18.987Z] [2021-03-25T21:18:18.987Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-25T21:18:18.987Z] [2021-03-25T21:18:18.987Z] [Pipeline] } [2021-03-25T21:18:19.016Z] $ docker stop --time=1 db6230a00546cffdf543e18d2e68a5d79583b2cb784780118e332bdaf59806e1 [2021-03-25T21:18:22.526Z] $ docker rm -f db6230a00546cffdf543e18d2e68a5d79583b2cb784780118e332bdaf59806e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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-03-25T21:18:24.375Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T21:18:24.474Z] provisioning config files... [2021-03-25T21:18:24.490Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6197343907657097050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:18:24.948Z] --> edgex-publish-swagger.sh [2021-03-25T21:18:24.948Z] === Publish openapi/v1 API === [2021-03-25T21:18:24.948Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-25T21:18:24.948Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-03-25T21:18:24.948Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T21:18:24.948Z] Dload Upload Total Spent Left Speed [2021-03-25T21:18:25.915Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 19287 0:00:01 0:00:01 --:--:-- 19328 100 19947 0 0 100 19947 0 19281 0:00:01 0:00:01 --:--:-- 19309 [2021-03-25T21:18:25.915Z] [2021-03-25T21:18:25.915Z] [2021-03-25T21:18:25.915Z] === Publish openapi/v2 API === [2021-03-25T21:18:25.915Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-25T21:18:25.915Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-03-25T21:18:25.915Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T21:18:25.915Z] Dload Upload Total Spent Left Speed [2021-03-25T21:18:26.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 66524 --:--:-- --:--:-- --:--:-- 66515 100 51483 0 0 100 51483 0 66494 --:--:-- --:--:-- --:--:-- 66515 [2021-03-25T21:18:26.906Z] [2021-03-25T21:18:26.906Z] [Pipeline] } [2021-03-25T21:18:26.923Z] 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-03-25T21:18:27.823Z] + git log --format=format:%s -1 b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:18:28.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:18:28.161Z] . [Pipeline] withDockerContainer [2021-03-25T21:18:28.387Z] prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container [2021-03-25T21:18:28.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T21:18:30.763Z] $ docker top 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T21:18:31.744Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:18:31.744Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:18:32.526Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:18:32.532Z] $ docker exec 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 ssh-agent [2021-03-25T21:18:32.858Z] SSH_AUTH_SOCK=/tmp/ssh-SExTdLAUX04P/agent.11 [2021-03-25T21:18:32.858Z] SSH_AGENT_PID=16 [2021-03-25T21:18:32.868Z] Running ssh-add (command line suppressed) [2021-03-25T21:18:33.083Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6056505376992556273.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6056505376992556273.key) [2021-03-25T21:18:33.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:18:33.566Z] + git semver tag [2021-03-25T21:18:33.896Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T21:18:33.896Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-25T21:18:33.896Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-25T21:18:33.896Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T21:18:33.896Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T21:18:33.896Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T21:18:33.896Z] # $SEMVER_BRANCH = master [2021-03-25T21:18:33.896Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-25T21:18:33.896Z] # b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 HEAD [2021-03-25T21:18:33.896Z] # -> Force: false [2021-03-25T21:18:33.896Z] # e2cde7618dc5c08b744cf3b9b846b49bc40a5b17 refs/tags/v2.0.0-dev.28 [Pipeline] } [2021-03-25T21:18:33.926Z] $ docker exec --env ******** --env ******** 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 ssh-agent -k [2021-03-25T21:18:34.159Z] unset SSH_AUTH_SOCK; [2021-03-25T21:18:34.159Z] unset SSH_AGENT_PID; [2021-03-25T21:18:34.159Z] echo Agent pid 16 killed; [2021-03-25T21:18:34.250Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T21:18:34.862Z] + git semver [Pipeline] } [2021-03-25T21:18:34.928Z] $ docker stop --time=1 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 [2021-03-25T21:18:37.140Z] $ docker rm -f 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:18:37.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T21:18:37.824Z] [2021-03-25T21:18:37.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:18:38.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T21:18:38.195Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-25T21:18:38.195Z] ab5ef0e58194: Pulling fs layer [2021-03-25T21:18:38.195Z] 9712f1f96733: Pulling fs layer [2021-03-25T21:18:38.195Z] 63f879dbbcfc: Pulling fs layer [2021-03-25T21:18:38.196Z] 0d9ebad4ef96: Pulling fs layer [2021-03-25T21:18:38.196Z] e9a5061849ea: Pulling fs layer [2021-03-25T21:18:38.196Z] d747dcd14b5f: Pulling fs layer [2021-03-25T21:18:38.196Z] 2de7ff778b66: Pulling fs layer [2021-03-25T21:18:38.196Z] 0d9ebad4ef96: Waiting [2021-03-25T21:18:38.196Z] e9a5061849ea: Waiting [2021-03-25T21:18:38.196Z] d747dcd14b5f: Waiting [2021-03-25T21:18:38.196Z] 2de7ff778b66: Waiting [2021-03-25T21:18:38.196Z] 9712f1f96733: Verifying Checksum [2021-03-25T21:18:38.196Z] 9712f1f96733: Download complete [2021-03-25T21:18:42.530Z] 63f879dbbcfc: Verifying Checksum [2021-03-25T21:18:42.530Z] 63f879dbbcfc: Download complete [2021-03-25T21:18:42.530Z] e9a5061849ea: Verifying Checksum [2021-03-25T21:18:42.530Z] e9a5061849ea: Download complete [2021-03-25T21:18:42.530Z] d747dcd14b5f: Verifying Checksum [2021-03-25T21:18:42.530Z] d747dcd14b5f: Download complete [2021-03-25T21:18:43.534Z] 2de7ff778b66: Verifying Checksum [2021-03-25T21:18:43.534Z] 2de7ff778b66: Download complete [2021-03-25T21:18:43.816Z] 0d9ebad4ef96: Verifying Checksum [2021-03-25T21:18:43.816Z] 0d9ebad4ef96: Download complete [2021-03-25T21:18:43.816Z] ab5ef0e58194: Verifying Checksum [2021-03-25T21:18:43.816Z] ab5ef0e58194: Download complete [2021-03-25T21:18:56.385Z] ab5ef0e58194: Pull complete [2021-03-25T21:18:56.385Z] 9712f1f96733: Pull complete [2021-03-25T21:18:57.845Z] 63f879dbbcfc: Pull complete [2021-03-25T21:19:16.580Z] 0d9ebad4ef96: Pull complete [2021-03-25T21:19:19.093Z] e9a5061849ea: Pull complete [2021-03-25T21:19:19.763Z] d747dcd14b5f: Pull complete [2021-03-25T21:19:24.335Z] 2de7ff778b66: Pull complete [2021-03-25T21:19:24.335Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-25T21:19:24.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T21:19:24.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-25T21:19:24.704Z] prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container [2021-03-25T21:19:24.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-25T21:19:28.639Z] $ docker top 92fe2fff63a97ca8b26baa016a97775d205b0bb209fae26d68a3d1cfb8c486d4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-25T21:19:29.069Z] provisioning config files... [2021-03-25T21:19:29.100Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config482815912765555296tmp [2021-03-25T21:19:29.136Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8417752112167552575tmp [2021-03-25T21:19:29.169Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8068576688815500469tmp [Pipeline] { [Pipeline] echo [2021-03-25T21:19:29.232Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:19:29.962Z] ---> sigul-configuration.sh [2021-03-25T21:19:30.392Z] gpg: directory `/root/.gnupg' created [2021-03-25T21:19:30.392Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-25T21:19:30.392Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-25T21:19:30.392Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-25T21:19:30.392Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-25T21:19:30.392Z] gpg: CAST5 encrypted data [2021-03-25T21:19:31.192Z] gpg: encrypted with 1 passphrase [2021-03-25T21:19:31.192Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-25T21:19:31.813Z] + mkdir /home/jenkins [2021-03-25T21:19:31.813Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-25T21:19:32.193Z] + 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-03-25T21:19:32.233Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:19:33.054Z] ---> sigul-install.sh [2021-03-25T21:19:46.032Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-25T21:19:47.133Z] + git tag --list [2021-03-25T21:19:47.133Z] 0.7.1 [2021-03-25T21:19:47.133Z] delhi-tag [2021-03-25T21:19:47.133Z] v1.0.0 [2021-03-25T21:19:47.133Z] v1.1.0 [2021-03-25T21:19:47.133Z] v1.1.1 [2021-03-25T21:19:47.133Z] v1.1.2 [2021-03-25T21:19:47.133Z] v1.2.0 [2021-03-25T21:19:47.133Z] v1.2.1 [2021-03-25T21:19:47.133Z] v1.2.2 [2021-03-25T21:19:47.133Z] v1.2.3 [2021-03-25T21:19:47.133Z] v1.3.0 [2021-03-25T21:19:47.133Z] v1.4.0 [2021-03-25T21:19:47.133Z] v2.0.0-dev.1 [2021-03-25T21:19:47.133Z] v2.0.0-dev.10 [2021-03-25T21:19:47.133Z] v2.0.0-dev.11 [2021-03-25T21:19:47.133Z] v2.0.0-dev.12 [2021-03-25T21:19:47.133Z] v2.0.0-dev.13 [2021-03-25T21:19:47.133Z] v2.0.0-dev.14 [2021-03-25T21:19:47.133Z] v2.0.0-dev.15 [2021-03-25T21:19:47.133Z] v2.0.0-dev.16 [2021-03-25T21:19:47.133Z] v2.0.0-dev.17 [2021-03-25T21:19:47.133Z] v2.0.0-dev.18 [2021-03-25T21:19:47.133Z] v2.0.0-dev.19 [2021-03-25T21:19:47.133Z] v2.0.0-dev.2 [2021-03-25T21:19:47.133Z] v2.0.0-dev.20 [2021-03-25T21:19:47.133Z] v2.0.0-dev.21 [2021-03-25T21:19:47.133Z] v2.0.0-dev.22 [2021-03-25T21:19:47.133Z] v2.0.0-dev.23 [2021-03-25T21:19:47.133Z] v2.0.0-dev.24 [2021-03-25T21:19:47.133Z] v2.0.0-dev.25 [2021-03-25T21:19:47.133Z] v2.0.0-dev.26 [2021-03-25T21:19:47.133Z] v2.0.0-dev.27 [2021-03-25T21:19:47.133Z] v2.0.0-dev.28 [2021-03-25T21:19:47.133Z] v2.0.0-dev.3 [2021-03-25T21:19:47.133Z] v2.0.0-dev.4 [2021-03-25T21:19:47.133Z] v2.0.0-dev.5 [2021-03-25T21:19:47.133Z] v2.0.0-dev.6 [2021-03-25T21:19:47.133Z] v2.0.0-dev.7 [2021-03-25T21:19:47.133Z] v2.0.0-dev.8 [2021-03-25T21:19:47.133Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-25T21:19:48.910Z] + lftools sign git-tag v2.0.0-dev.28 [2021-03-25T21:19:51.070Z] Signing Git tag with Sigul... [2021-03-25T21:19:51.070Z] Signing v2.0.0-dev.28 [Pipeline] echo [2021-03-25T21:19:52.787Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:19:53.466Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-25T21:19:53.501Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-25T21:19:53.628Z] $ docker stop --time=1 92fe2fff63a97ca8b26baa016a97775d205b0bb209fae26d68a3d1cfb8c486d4 [2021-03-25T21:19:56.665Z] $ docker rm -f 92fe2fff63a97ca8b26baa016a97775d205b0bb209fae26d68a3d1cfb8c486d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:19:58.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:19:58.335Z] . [Pipeline] withDockerContainer [2021-03-25T21:19:58.562Z] prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container [2021-03-25T21:19:58.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T21:20:02.077Z] $ docker top e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T21:20:03.176Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:20:03.177Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:20:03.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:20:03.577Z] $ docker exec e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 ssh-agent [2021-03-25T21:20:04.028Z] SSH_AUTH_SOCK=/tmp/ssh-ku9Ma8R1TL6e/agent.11 [2021-03-25T21:20:04.028Z] SSH_AGENT_PID=17 [2021-03-25T21:20:04.042Z] Running ssh-add (command line suppressed) [2021-03-25T21:20:04.612Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3641852673248520337.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3641852673248520337.key) [2021-03-25T21:20:04.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:20:05.491Z] + git semver bump pre [2021-03-25T21:20:05.491Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T21:20:05.491Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-25T21:20:05.491Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-25T21:20:05.491Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T21:20:05.491Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T21:20:05.491Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T21:20:05.491Z] # $SEMVER_BRANCH = master [2021-03-25T21:20:05.491Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-25T21:20:05.491Z] 2.0.0-dev.29 [Pipeline] } [2021-03-25T21:20:05.576Z] $ docker exec --env ******** --env ******** e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 ssh-agent -k [2021-03-25T21:20:06.333Z] unset SSH_AUTH_SOCK; [2021-03-25T21:20:06.334Z] unset SSH_AGENT_PID; [2021-03-25T21:20:06.334Z] echo Agent pid 17 killed; [2021-03-25T21:20:06.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T21:20:08.215Z] + git semver [Pipeline] } [2021-03-25T21:20:08.268Z] $ docker stop --time=1 e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 [2021-03-25T21:20:10.655Z] $ docker rm -f e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:20:12.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:20:12.487Z] . [Pipeline] withDockerContainer [2021-03-25T21:20:12.770Z] prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container [2021-03-25T21:20:13.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T21:20:15.286Z] $ docker top 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T21:20:16.008Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:20:16.008Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:20:16.509Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:20:16.516Z] $ docker exec 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f ssh-agent [2021-03-25T21:20:16.864Z] SSH_AUTH_SOCK=/tmp/ssh-fiw2k20RBkPw/agent.12 [2021-03-25T21:20:16.864Z] SSH_AGENT_PID=17 [2021-03-25T21:20:16.875Z] Running ssh-add (command line suppressed) [2021-03-25T21:20:17.219Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5427347924840262550.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5427347924840262550.key) [2021-03-25T21:20:17.422Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:20:18.117Z] + git semver push [2021-03-25T21:20:18.118Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T21:20:18.118Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-25T21:20:18.118Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-25T21:20:18.118Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T21:20:18.118Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T21:20:18.118Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T21:20:18.118Z] # $SEMVER_BRANCH = master [2021-03-25T21:20:18.118Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-25T21:20:25.151Z] $ docker exec --env ******** --env ******** 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f ssh-agent -k [2021-03-25T21:20:25.469Z] unset SSH_AUTH_SOCK; [2021-03-25T21:20:25.477Z] unset SSH_AGENT_PID; [2021-03-25T21:20:25.477Z] echo Agent pid 17 killed; [2021-03-25T21:20:25.575Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T21:20:27.014Z] + git semver [Pipeline] } [2021-03-25T21:20:27.050Z] $ docker stop --time=1 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f [2021-03-25T21:20:29.420Z] $ docker rm -f 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f [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-03-25T21:20:31.469Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:20:32.657Z] ---> package-listing.sh [2021-03-25T21:20:32.657Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T21:20:32.657Z] ++ facter osfamily [2021-03-25T21:20:32.989Z] + OS_FAMILY=redhat [2021-03-25T21:20:32.989Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-03-25T21:20:32.989Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T21:20:32.989Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T21:20:32.989Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T21:20:32.989Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T21:20:32.989Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-25T21:20:32.989Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T21:20:32.989Z] + case "${OS_FAMILY}" in [2021-03-25T21:20:32.989Z] + sort [2021-03-25T21:20:32.989Z] + rpm -qa [2021-03-25T21:20:41.344Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T21:20:41.344Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T21:20:41.344Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T21:20:41.344Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-25T21:20:41.344Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-03-25T21:20:41.344Z] + 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-03-25T21:20:41.375Z] 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-03-25T21:20:41.923Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:20:42.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T21:20:42.812Z] [2021-03-25T21:20:42.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:20:43.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T21:20:43.512Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T21:20:43.512Z] df20fa9351a1: Pulling fs layer [2021-03-25T21:20:43.512Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T21:20:43.512Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T21:20:43.512Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T21:20:43.512Z] 93b61091891f: Pulling fs layer [2021-03-25T21:20:43.512Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T21:20:43.512Z] 5e14af77c1be: Pulling fs layer [2021-03-25T21:20:43.512Z] 01666e4c0597: Pulling fs layer [2021-03-25T21:20:43.512Z] aa168da1d23b: Pulling fs layer [2021-03-25T21:20:43.512Z] 93b9cdb0e59b: Waiting [2021-03-25T21:20:43.512Z] 01666e4c0597: Waiting [2021-03-25T21:20:43.512Z] 5e14af77c1be: Waiting [2021-03-25T21:20:43.512Z] aa168da1d23b: Waiting [2021-03-25T21:20:43.512Z] 46f8f816bc3b: Waiting [2021-03-25T21:20:43.512Z] 93b61091891f: Waiting [2021-03-25T21:20:43.512Z] 36b3adc4ff6f: Verifying Checksum [2021-03-25T21:20:43.512Z] 36b3adc4ff6f: Download complete [2021-03-25T21:20:43.512Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T21:20:43.512Z] 46f8f816bc3b: Download complete [2021-03-25T21:20:43.786Z] df20fa9351a1: Retrying in 5 seconds [2021-03-25T21:20:43.786Z] 93b61091891f: Verifying Checksum [2021-03-25T21:20:43.786Z] 93b61091891f: Download complete [2021-03-25T21:20:43.786Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T21:20:43.786Z] 93b9cdb0e59b: Download complete [2021-03-25T21:20:43.786Z] 5e14af77c1be: Download complete [2021-03-25T21:20:43.786Z] 01666e4c0597: Verifying Checksum [2021-03-25T21:20:43.786Z] 01666e4c0597: Download complete [2021-03-25T21:20:44.880Z] df20fa9351a1: Retrying in 4 seconds [2021-03-25T21:20:45.263Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T21:20:45.263Z] 8ad3a11d3b57: Download complete [2021-03-25T21:20:45.547Z] df20fa9351a1: Retrying in 3 seconds [2021-03-25T21:20:46.588Z] df20fa9351a1: Retrying in 2 seconds [2021-03-25T21:20:47.638Z] df20fa9351a1: Retrying in 1 second [2021-03-25T21:20:48.657Z] df20fa9351a1: Retrying in 10 seconds [2021-03-25T21:20:49.753Z] df20fa9351a1: Retrying in 9 seconds [2021-03-25T21:20:50.895Z] df20fa9351a1: Retrying in 8 seconds [2021-03-25T21:20:51.509Z] aa168da1d23b: Verifying Checksum [2021-03-25T21:20:51.509Z] aa168da1d23b: Download complete [2021-03-25T21:20:51.778Z] df20fa9351a1: Retrying in 7 seconds [2021-03-25T21:20:52.742Z] df20fa9351a1: Retrying in 6 seconds [2021-03-25T21:20:53.714Z] df20fa9351a1: Retrying in 5 seconds [2021-03-25T21:20:54.681Z] df20fa9351a1: Retrying in 4 seconds [2021-03-25T21:20:55.671Z] df20fa9351a1: Retrying in 3 seconds [2021-03-25T21:20:56.677Z] df20fa9351a1: Retrying in 2 seconds [2021-03-25T21:20:57.723Z] df20fa9351a1: Retrying in 1 second [2021-03-25T21:20:58.688Z] df20fa9351a1: Verifying Checksum [2021-03-25T21:20:58.688Z] df20fa9351a1: Download complete [2021-03-25T21:20:59.684Z] df20fa9351a1: Pull complete [2021-03-25T21:21:00.305Z] 36b3adc4ff6f: Pull complete [2021-03-25T21:21:02.380Z] 8ad3a11d3b57: Pull complete [2021-03-25T21:21:03.017Z] 46f8f816bc3b: Pull complete [2021-03-25T21:21:04.492Z] 93b61091891f: Pull complete [2021-03-25T21:21:04.771Z] 93b9cdb0e59b: Pull complete [2021-03-25T21:21:05.050Z] 5e14af77c1be: Pull complete [2021-03-25T21:21:05.322Z] 01666e4c0597: Pull complete [2021-03-25T21:21:27.961Z] aa168da1d23b: Pull complete [2021-03-25T21:21:27.961Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T21:21:27.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T21:21:27.961Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T21:21:28.297Z] prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container [2021-03-25T21:21:28.368Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-25T21:21:32.957Z] $ docker top 81177176b6a8c5b09313cf70ec6c8d027090e8ddb0cd25a51679b686062b1822 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T21:21:34.394Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T21:21:35.147Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T21:21:35.894Z] + ls /var/log/sa-host [2021-03-25T21:21:35.894Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T21:21:35.894Z] file_magic: OK [2021-03-25T21:21:35.894Z] HZ: Using current value: 100 [2021-03-25T21:21:35.894Z] file_header: OK [2021-03-25T21:21:35.894Z] 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-03-25T21:21:35.894Z] Statistics: [2021-03-25T21:21:35.894Z] Hnuu...uuuununununu... [2021-03-25T21:21:35.894Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T21:21:35.894Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T21:21:35.894Z] file_magic: OK [2021-03-25T21:21:35.894Z] HZ: Using current value: 100 [2021-03-25T21:21:35.894Z] file_header: OK [2021-03-25T21:21:35.894Z] 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-03-25T21:21:35.894Z] Statistics: [2021-03-25T21:21:35.894Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T21:21:35.894Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T21:21:36.647Z] provisioning config files... [2021-03-25T21:21:36.866Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9211967419968946563tmp [Pipeline] { [Pipeline] echo [2021-03-25T21:21:37.025Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:21:37.795Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T21:21:37.832Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T21:21:37.938Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:21:38.270Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T21:21:38.285Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:21:38.611Z] ---> sudo-logs.sh [2021-03-25T21:21:38.611Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T21:21:38.683Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:21:39.004Z] ---> job-cost.sh [2021-03-25T21:21:39.004Z] lf-activate-venv: SKIPPING [2021-03-25T21:21:39.004Z] DEBUG: total: 0.20999999344348907 [2021-03-25T21:21:39.004Z] INFO: Retrieving Stack Cost... [2021-03-25T21:21:41.022Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T21:21:41.618Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T21:21:41.637Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:21:43.365Z] ---> logs-deploy.sh [2021-03-25T21:21:43.365Z] lf-activate-venv: SKIPPING [2021-03-25T21:21:43.365Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/133 [2021-03-25T21:21:43.365Z] INFO: archiving workspace using pattern(s): [2021-03-25T21:21:46.871Z] Archives upload complete. [2021-03-25T21:21:46.871Z] INFO: archiving logs to Nexus [2021-03-25T21:21:48.298Z] ---> uname -a: [2021-03-25T21:21:48.298Z] Linux prd-centos7-docker-4c-2g-31440.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-03-25T21:21:48.298Z] [2021-03-25T21:21:48.298Z] [2021-03-25T21:21:48.298Z] ---> lscpu: [2021-03-25T21:21:48.298Z] Architecture: x86_64 [2021-03-25T21:21:48.298Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T21:21:48.298Z] Byte Order: Little Endian [2021-03-25T21:21:48.298Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T21:21:48.298Z] CPU(s): 4 [2021-03-25T21:21:48.298Z] On-line CPU(s) list: 0-3 [2021-03-25T21:21:48.298Z] Thread(s) per core: 1 [2021-03-25T21:21:48.298Z] Core(s) per socket: 1 [2021-03-25T21:21:48.298Z] Socket(s): 4 [2021-03-25T21:21:48.298Z] NUMA node(s): 1 [2021-03-25T21:21:48.298Z] Vendor ID: GenuineIntel [2021-03-25T21:21:48.298Z] CPU family: 6 [2021-03-25T21:21:48.298Z] Model: 44 [2021-03-25T21:21:48.298Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T21:21:48.298Z] Stepping: 1 [2021-03-25T21:21:48.298Z] CPU MHz: 2933.438 [2021-03-25T21:21:48.298Z] BogoMIPS: 5866.87 [2021-03-25T21:21:48.298Z] Virtualization: VT-x [2021-03-25T21:21:48.298Z] Hypervisor vendor: KVM [2021-03-25T21:21:48.298Z] Virtualization type: full [2021-03-25T21:21:48.298Z] L1d cache: 128 KiB [2021-03-25T21:21:48.298Z] L1i cache: 128 KiB [2021-03-25T21:21:48.298Z] L2 cache: 16 MiB [2021-03-25T21:21:48.298Z] L3 cache: 64 MiB [2021-03-25T21:21:48.298Z] NUMA node0 CPU(s): 0-3 [2021-03-25T21:21:48.298Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T21:21:48.298Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T21:21:48.298Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T21:21:48.298Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T21:21:48.298Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T21:21:48.298Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T21:21:48.298Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T21:21:48.298Z] Vulnerability Srbds: Not affected [2021-03-25T21:21:48.298Z] Vulnerability Tsx async abort: Not affected [2021-03-25T21:21:48.298Z] 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-03-25T21:21:48.298Z] [2021-03-25T21:21:48.298Z] [2021-03-25T21:21:48.298Z] ---> nproc: [2021-03-25T21:21:48.298Z] 4 [2021-03-25T21:21:48.298Z] [2021-03-25T21:21:48.298Z]