Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ae9643155e3faeb030acb175a4c64bf595945178 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19610 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 ae9643155e3faeb030acb175a4c64bf595945178 (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 ae9643155e3faeb030acb175a4c64bf595945178 # timeout=10 Commit message: "Merge pull request #722 from tonyespy/fix-unused-service-params" > git rev-list --no-walk 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T21:53:25.683Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T21:53:25.946Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T21:53:26.043Z] ========================================================= [2021-01-11T21:53:26.043Z] EdgeX Global Pipelines Version Info [2021-01-11T21:53:26.043Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T21:53:27.535Z] ------------------- [2021-01-11T21:53:27.535Z] stable info: [2021-01-11T21:53:27.535Z] ------------------- [2021-01-11T21:53:27.535Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T21:53:27.535Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T21:53:27.535Z] Message: update stable to v1.0.173 [2021-01-11T21:53:28.478Z] ------------------- [2021-01-11T21:53:28.478Z] experimental info: [2021-01-11T21:53:28.478Z] ------------------- [2021-01-11T21:53:28.478Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T21:53:28.478Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T21:53:28.478Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T21:53:28.730Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-11T21:53:28.818Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-11T21:53:28.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T21:53:29.018Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T21:53:29.110Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T21:53:29.199Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T21:53:29.293Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T21:53:29.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T21:53:29.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-11T21:53:29.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T21:53:29.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T21:53:29.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-11T21:53:29.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T21:53:29.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T21:53:30.100Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T21:53:30.244Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T21:53:30.414Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T21:53:30.564Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T21:53:30.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T21:53:30.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-11T21:53:30.912Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-11T21:53:31.093Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-11T21:53:31.182Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-11T21:53:31.283Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-11T21:53:31.376Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-11T21:53:31.467Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T21:53:31.579Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T21:53:31.684Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-11T21:53:31.790Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-11T21:53:31.884Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-11T21:53:31.978Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae9643155e3faeb030acb175a4c64bf595945178 [Pipeline] echo [2021-01-11T21:53:32.075Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae96431 [Pipeline] echo [2021-01-11T21:53:32.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T21:53:32.365Z] provisioning config files... [2021-01-11T21:53:32.395Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8150202912026830825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T21:53:32.775Z] ---> docker-login.sh [2021-01-11T21:53:32.775Z] nexus3.edgexfoundry.org:10001 [2021-01-11T21:53:33.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:53:33.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:53:33.038Z] Configure a credential helper to remove this warning. See [2021-01-11T21:53:33.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:53:33.038Z] [2021-01-11T21:53:33.038Z] Login Succeeded [2021-01-11T21:53:33.038Z] nexus3.edgexfoundry.org:10002 [2021-01-11T21:53:33.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:53:33.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:53:33.305Z] Configure a credential helper to remove this warning. See [2021-01-11T21:53:33.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:53:33.305Z] [2021-01-11T21:53:33.305Z] Login Succeeded [2021-01-11T21:53:33.305Z] nexus3.edgexfoundry.org:10003 [2021-01-11T21:53:33.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:53:33.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:53:33.568Z] Configure a credential helper to remove this warning. See [2021-01-11T21:53:33.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:53:33.568Z] [2021-01-11T21:53:33.568Z] Login Succeeded [2021-01-11T21:53:33.568Z] nexus3.edgexfoundry.org:10004 [2021-01-11T21:53:33.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:53:33.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:53:33.832Z] Configure a credential helper to remove this warning. See [2021-01-11T21:53:33.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:53:33.832Z] [2021-01-11T21:53:33.832Z] Login Succeeded [2021-01-11T21:53:33.832Z] docker.io [2021-01-11T21:53:33.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:53:34.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:53:34.096Z] Configure a credential helper to remove this warning. See [2021-01-11T21:53:34.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:53:34.096Z] [2021-01-11T21:53:34.096Z] Login Succeeded [2021-01-11T21:53:34.096Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T21:53:34.106Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T21:53:34.980Z] + git log --format=format:%s -1 ae9643155e3faeb030acb175a4c64bf595945178 [Pipeline] echo [2021-01-11T21:53:35.041Z] GIT_COMMIT: ae9643155e3faeb030acb175a4c64bf595945178, Commit Message: Merge pull request #722 from tonyespy/fix-unused-service-params [Pipeline] echo [2021-01-11T21:53:35.190Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:53:36.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T21:53:36.108Z] [2021-01-11T21:53:36.108Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:53:36.474Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T21:53:36.474Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T21:53:36.474Z] 31603596830f: Pulling fs layer [2021-01-11T21:53:36.474Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T21:53:36.474Z] 6ca5941a6612: Pulling fs layer [2021-01-11T21:53:36.474Z] ecc8261a40a4: Pulling fs layer [2021-01-11T21:53:36.474Z] ecc8261a40a4: Waiting [2021-01-11T21:53:36.474Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T21:53:36.474Z] 2a8b12db71e7: Download complete [2021-01-11T21:53:36.738Z] 31603596830f: Verifying Checksum [2021-01-11T21:53:36.738Z] 31603596830f: Download complete [2021-01-11T21:53:36.738Z] ecc8261a40a4: Verifying Checksum [2021-01-11T21:53:36.738Z] ecc8261a40a4: Download complete [2021-01-11T21:53:36.738Z] 6ca5941a6612: Verifying Checksum [2021-01-11T21:53:36.738Z] 6ca5941a6612: Download complete [2021-01-11T21:53:37.001Z] 31603596830f: Pull complete [2021-01-11T21:53:37.001Z] 2a8b12db71e7: Pull complete [2021-01-11T21:53:37.961Z] 6ca5941a6612: Pull complete [2021-01-11T21:53:38.224Z] ecc8261a40a4: Pull complete [2021-01-11T21:53:38.225Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T21:53:38.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T21:53:38.225Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T21:53:38.407Z] prd-centos7-docker-4c-2g-19610 does not seem to be running inside a container [2021-01-11T21:53:38.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T21:53:40.702Z] $ docker top 64e18488df1de977615afeb9d7f70cc7c0c74528afec0854455c275cdcfcfb3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T21:53:41.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T21:53:41.064Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T21:53:41.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T21:53:41.277Z] $ docker exec 64e18488df1de977615afeb9d7f70cc7c0c74528afec0854455c275cdcfcfb3d ssh-agent [2021-01-11T21:53:41.439Z] SSH_AUTH_SOCK=/tmp/ssh-rYVlEGmHQC3j/agent.13 [2021-01-11T21:53:41.440Z] SSH_AGENT_PID=18 [2021-01-11T21:53:41.452Z] Running ssh-add (command line suppressed) [2021-01-11T21:53:41.571Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7302553937418778843.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7302553937418778843.key) [2021-01-11T21:53:41.622Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T21:53:41.960Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T21:53:41.986Z] $ docker exec --env ******** --env ******** 64e18488df1de977615afeb9d7f70cc7c0c74528afec0854455c275cdcfcfb3d ssh-agent -k [2021-01-11T21:53:42.110Z] unset SSH_AUTH_SOCK; [2021-01-11T21:53:42.111Z] unset SSH_AGENT_PID; [2021-01-11T21:53:42.111Z] echo Agent pid 18 killed; [2021-01-11T21:53:42.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T21:53:42.352Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T21:53:42.352Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T21:53:42.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T21:53:42.534Z] $ docker exec 64e18488df1de977615afeb9d7f70cc7c0c74528afec0854455c275cdcfcfb3d ssh-agent [2021-01-11T21:53:42.706Z] SSH_AUTH_SOCK=/tmp/ssh-dRat3uSGGQWz/agent.48 [2021-01-11T21:53:42.706Z] SSH_AGENT_PID=54 [2021-01-11T21:53:42.714Z] Running ssh-add (command line suppressed) [2021-01-11T21:53:42.834Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5472142584920092271.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5472142584920092271.key) [2021-01-11T21:53:42.884Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T21:53:43.301Z] + git semver init [2021-01-11T21:53:43.302Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T21:53:43.302Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-11T21:53:43.302Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-11T21:53:43.302Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T21:53:43.302Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T21:53:43.302Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T21:53:43.302Z] # $SEMVER_BRANCH = master [2021-01-11T21:53:43.302Z] # $SEMVER_TEMP = /tmp/semver-617988598 [2021-01-11T21:53:43.302Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-11T21:53:44.262Z] # '/tmp/semver-617988598' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-01-11T21:53:44.262Z] # -> Force: false [2021-01-11T21:53:44.262Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-11T21:53:44.278Z] $ docker exec --env ******** --env ******** 64e18488df1de977615afeb9d7f70cc7c0c74528afec0854455c275cdcfcfb3d ssh-agent -k [2021-01-11T21:53:44.387Z] unset SSH_AUTH_SOCK; [2021-01-11T21:53:44.388Z] unset SSH_AGENT_PID; [2021-01-11T21:53:44.388Z] echo Agent pid 54 killed; [2021-01-11T21:53:44.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T21:53:44.895Z] + git semver [Pipeline] } [2021-01-11T21:53:44.914Z] $ docker stop --time=1 64e18488df1de977615afeb9d7f70cc7c0c74528afec0854455c275cdcfcfb3d [2021-01-11T21:53:46.416Z] $ docker rm -f 64e18488df1de977615afeb9d7f70cc7c0c74528afec0854455c275cdcfcfb3d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T21:53:46.890Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T21:53:47.300Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T21:53:47.303Z] [edgeXSemver]: initialized semver on version 1.4.1-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-11T21:54:02.859Z] Still waiting to schedule task [2021-01-11T21:54:02.859Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19611’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-11T21:54:02.862Z] Still waiting to schedule task [2021-01-11T21:54:02.862Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-11T21:55:41.669Z] Running on prd-centos7-docker-4c-2g-19612 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-11T21:55:41.724Z] Running in /w/workspace/device-sdk-go/103 [Pipeline] { [Pipeline] checkout [2021-01-11T21:55:44.154Z] using credential edgex-jenkins-ssh [2021-01-11T21:55:44.212Z] Cloning the remote Git repository [2021-01-11T21:55:44.270Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-11T21:55:44.340Z] > git init /w/workspace/device-sdk-go/103 # timeout=10 [2021-01-11T21:55:44.401Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-11T21:55:44.401Z] > git --version # timeout=10 [2021-01-11T21:55:44.408Z] > git --version # 'git version 2.24.3' [2021-01-11T21:55:44.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T21:55:44.449Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T21:55:45.249Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-11T21:55:45.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T21:55:45.265Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-11T21:55:45.278Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-11T21:55:45.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T21:55:45.283Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T21:55:45.716Z] Checking out Revision ae9643155e3faeb030acb175a4c64bf595945178 (master) [2021-01-11T21:55:45.725Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T21:55:45.731Z] > git checkout -f ae9643155e3faeb030acb175a4c64bf595945178 # timeout=10 [2021-01-11T21:55:49.376Z] Commit message: "Merge pull request #722 from tonyespy/fix-unused-service-params" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T21:55:50.774Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T21:55:51.109Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T21:55:51.407Z] + sudo service docker restart [2021-01-11T21:55:51.407Z] + true [2021-01-11T21:55:51.407Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T21:55:52.861Z] provisioning config files... [2021-01-11T21:55:52.890Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/103@tmp/config414339624220495385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T21:55:53.261Z] ---> docker-login.sh [2021-01-11T21:55:53.261Z] nexus3.edgexfoundry.org:10001 [2021-01-11T21:55:53.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:55:53.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:55:53.789Z] Configure a credential helper to remove this warning. See [2021-01-11T21:55:53.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:55:53.789Z] [2021-01-11T21:55:53.789Z] Login Succeeded [2021-01-11T21:55:53.789Z] nexus3.edgexfoundry.org:10002 [2021-01-11T21:55:53.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:55:53.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:55:53.789Z] Configure a credential helper to remove this warning. See [2021-01-11T21:55:53.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:55:53.789Z] [2021-01-11T21:55:53.789Z] Login Succeeded [2021-01-11T21:55:53.789Z] nexus3.edgexfoundry.org:10003 [2021-01-11T21:55:54.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:55:54.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:55:54.051Z] Configure a credential helper to remove this warning. See [2021-01-11T21:55:54.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:55:54.051Z] [2021-01-11T21:55:54.051Z] Login Succeeded [2021-01-11T21:55:54.051Z] nexus3.edgexfoundry.org:10004 [2021-01-11T21:55:54.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:55:54.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:55:54.314Z] Configure a credential helper to remove this warning. See [2021-01-11T21:55:54.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:55:54.314Z] [2021-01-11T21:55:54.314Z] Login Succeeded [2021-01-11T21:55:54.314Z] docker.io [2021-01-11T21:55:54.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:55:54.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:55:54.577Z] Configure a credential helper to remove this warning. See [2021-01-11T21:55:54.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:55:54.577Z] [2021-01-11T21:55:54.577Z] Login Succeeded [2021-01-11T21:55:54.577Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T21:55:54.588Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T21:55:54.893Z] ========================================================= [2021-01-11T21:55:54.893Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T21:55:54.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:55:55.246Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-11T21:55:55.246Z] Sending build context to Docker daemon 2.431MB [2021-01-11T21:55:55.246Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T21:55:55.246Z] Step 2/8 : FROM ${BASE} [2021-01-11T21:55:55.519Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T21:55:55.519Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T21:55:55.519Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T21:55:55.519Z] de9db76c5a1d: Pulling fs layer [2021-01-11T21:55:55.519Z] bca2f99d35d6: Pulling fs layer [2021-01-11T21:55:55.519Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T21:55:55.519Z] 7c6f9722023f: Pulling fs layer [2021-01-11T21:55:55.519Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T21:55:55.519Z] 93359f2a8cfa: Waiting [2021-01-11T21:55:55.519Z] 7c6f9722023f: Waiting [2021-01-11T21:55:55.519Z] a35cf1a2eb13: Waiting [2021-01-11T21:55:55.519Z] bca2f99d35d6: Waiting [2021-01-11T21:55:55.519Z] de9db76c5a1d: Download complete [2021-01-11T21:55:55.519Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T21:55:55.519Z] 93359f2a8cfa: Download complete [2021-01-11T21:55:55.519Z] 7c6f9722023f: Verifying Checksum [2021-01-11T21:55:55.519Z] 7c6f9722023f: Download complete [2021-01-11T21:55:55.519Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T21:55:55.519Z] 188c0c94c7c5: Download complete [2021-01-11T21:55:55.780Z] 188c0c94c7c5: Pull complete [2021-01-11T21:55:56.043Z] 0ef7d3d256c8: Pull complete [2021-01-11T21:55:56.043Z] de9db76c5a1d: Pull complete [2021-01-11T21:55:57.962Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T21:55:57.962Z] a35cf1a2eb13: Download complete [2021-01-11T21:55:59.356Z] bca2f99d35d6: Verifying Checksum [2021-01-11T21:55:59.356Z] bca2f99d35d6: Download complete [2021-01-11T21:56:04.697Z] bca2f99d35d6: Pull complete [2021-01-11T21:56:04.698Z] 93359f2a8cfa: Pull complete [2021-01-11T21:56:04.698Z] 7c6f9722023f: Pull complete [2021-01-11T21:56:12.882Z] a35cf1a2eb13: Pull complete [2021-01-11T21:56:12.882Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T21:56:12.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T21:56:12.882Z] ---> a62c8e92a672 [2021-01-11T21:56:12.882Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-11T21:56:12.882Z] ---> Running in 8d32f6a208d9 [2021-01-11T21:56:12.882Z] Removing intermediate container 8d32f6a208d9 [2021-01-11T21:56:12.882Z] ---> 35e737f59562 [2021-01-11T21:56:12.882Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T21:56:12.882Z] ---> Running in 775a54aa32ad [2021-01-11T21:56:13.459Z] Removing intermediate container 775a54aa32ad [2021-01-11T21:56:13.459Z] ---> 43e3afa4a0f8 [2021-01-11T21:56:13.459Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-11T21:56:13.459Z] ---> Running in 09f19ae04508 [2021-01-11T21:56:14.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T21:56:14.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T21:56:16.387Z] OK: 166 MiB in 39 packages [2021-01-11T21:56:16.651Z] Removing intermediate container 09f19ae04508 [2021-01-11T21:56:16.651Z] ---> 8bd40d509254 [2021-01-11T21:56:16.651Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-11T21:56:16.651Z] ---> Running in 856bfec65dc5 [2021-01-11T21:56:16.915Z] Removing intermediate container 856bfec65dc5 [2021-01-11T21:56:16.915Z] ---> e5c26e0910d4 [2021-01-11T21:56:16.915Z] Step 7/8 : COPY . . [2021-01-11T21:56:18.306Z] ---> a89f220f83f5 [2021-01-11T21:56:18.306Z] Step 8/8 : RUN go mod download [2021-01-11T21:56:18.306Z] ---> Running in 078284ba548d [2021-01-11T21:56:36.484Z] Removing intermediate container 078284ba548d [2021-01-11T21:56:36.484Z] ---> 57dcf0e18997 [2021-01-11T21:56:36.484Z] Successfully built 57dcf0e18997 [2021-01-11T21:56:36.484Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:56:36.802Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T21:56:36.802Z] . [Pipeline] withDockerContainer [2021-01-11T21:56:37.034Z] prd-centos7-docker-4c-2g-19612 does not seem to be running inside a container [2021-01-11T21:56:37.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/103 -v /w/workspace/device-sdk-go/103:/w/workspace/device-sdk-go/103:rw,z -v /w/workspace/device-sdk-go/103@tmp:/w/workspace/device-sdk-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T21:56:37.904Z] $ docker top 2b120381763f6f70c80034ea25f6b6e3b4fc5da1a0ae44936addd7719acddbde -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T21:56:38.405Z] + go version [2021-01-11T21:56:38.405Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T21:56:38.420Z] $ docker stop --time=1 2b120381763f6f70c80034ea25f6b6e3b4fc5da1a0ae44936addd7719acddbde [2021-01-11T21:56:39.755Z] $ docker rm -f 2b120381763f6f70c80034ea25f6b6e3b4fc5da1a0ae44936addd7719acddbde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:56:40.688Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T21:56:40.688Z] . [Pipeline] withDockerContainer [2021-01-11T21:56:40.790Z] prd-centos7-docker-4c-2g-19612 does not seem to be running inside a container [2021-01-11T21:56:40.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/103 -v /w/workspace/device-sdk-go/103:/w/workspace/device-sdk-go/103:rw,z -v /w/workspace/device-sdk-go/103@tmp:/w/workspace/device-sdk-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T21:56:41.990Z] $ docker top d68e0310d638965ae50a37aa815d89cc313fa922a3428d7435fb1ffb90a28377 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T21:56:42.527Z] + make test [2021-01-11T21:56:42.527Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-11T21:56:49.168Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-11T21:56:53.023Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19613 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-11T21:56:53.079Z] Running in /w/workspace/device-sdk-go/103 [Pipeline] { [Pipeline] checkout [2021-01-11T21:56:58.030Z] using credential edgex-jenkins-ssh [2021-01-11T21:56:58.086Z] Cloning the remote Git repository [2021-01-11T21:56:58.170Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-11T21:56:58.286Z] > git init /w/workspace/device-sdk-go/103 # timeout=10 [2021-01-11T21:56:58.375Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-11T21:56:58.376Z] > git --version # timeout=10 [2021-01-11T21:56:58.395Z] > git --version # 'git version 2.17.1' [2021-01-11T21:56:58.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T21:56:58.494Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T21:57:00.239Z] Checking out Revision ae9643155e3faeb030acb175a4c64bf595945178 (master) [2021-01-11T21:56:59.592Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-11T21:56:59.621Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T21:56:59.652Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-11T21:56:59.694Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-11T21:56:59.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T21:56:59.708Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T21:57:00.272Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T21:57:00.300Z] > git checkout -f ae9643155e3faeb030acb175a4c64bf595945178 # timeout=10 [2021-01-11T21:57:04.784Z] Commit message: "Merge pull request #722 from tonyespy/fix-unused-service-params" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T21:57:06.434Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T21:57:06.851Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T21:57:07.201Z] + true [2021-01-11T21:57:07.201Z] + sudo service docker restart [2021-01-11T21:57:07.476Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-11T21:57:07.477Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-11T21:57:07.477Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-11T21:57:07.477Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.051s coverage: 19.4% of statements [2021-01-11T21:57:08.059Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.463s coverage: 97.1% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T21:57:09.916Z] provisioning config files... [2021-01-11T21:57:09.957Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/103@tmp/config7181640880233182046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T21:57:10.376Z] ---> docker-login.sh [2021-01-11T21:57:10.377Z] nexus3.edgexfoundry.org:10001 [2021-01-11T21:57:11.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:57:11.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:57:11.712Z] Configure a credential helper to remove this warning. See [2021-01-11T21:57:11.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:57:11.712Z] [2021-01-11T21:57:11.712Z] Login Succeeded [2021-01-11T21:57:11.712Z] nexus3.edgexfoundry.org:10002 [2021-01-11T21:57:11.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:57:12.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:57:12.267Z] Configure a credential helper to remove this warning. See [2021-01-11T21:57:12.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:57:12.267Z] [2021-01-11T21:57:12.267Z] Login Succeeded [2021-01-11T21:57:12.267Z] nexus3.edgexfoundry.org:10003 [2021-01-11T21:57:12.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:57:12.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:57:12.816Z] Configure a credential helper to remove this warning. See [2021-01-11T21:57:12.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:57:12.816Z] [2021-01-11T21:57:12.816Z] Login Succeeded [2021-01-11T21:57:12.816Z] nexus3.edgexfoundry.org:10004 [2021-01-11T21:57:13.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:57:13.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:57:13.360Z] Configure a credential helper to remove this warning. See [2021-01-11T21:57:13.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:57:13.360Z] [2021-01-11T21:57:13.360Z] Login Succeeded [2021-01-11T21:57:13.360Z] docker.io [2021-01-11T21:57:13.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T21:57:13.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T21:57:13.918Z] Configure a credential helper to remove this warning. See [2021-01-11T21:57:13.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T21:57:13.918Z] [2021-01-11T21:57:13.918Z] Login Succeeded [2021-01-11T21:57:13.918Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T21:57:13.938Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T21:57:14.413Z] ========================================================= [2021-01-11T21:57:14.413Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T21:57:14.413Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:57:14.801Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-11T21:57:15.397Z] Sending build context to Docker daemon 2.433MB [2021-01-11T21:57:15.397Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T21:57:15.397Z] Step 2/8 : FROM ${BASE} [2021-01-11T21:57:15.397Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T21:57:15.397Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T21:57:15.397Z] a4357932f1b6: Pulling fs layer [2021-01-11T21:57:15.397Z] 18c013af1878: Pulling fs layer [2021-01-11T21:57:15.397Z] 00ac8860ef70: Pulling fs layer [2021-01-11T21:57:15.397Z] 63d7cb157983: Pulling fs layer [2021-01-11T21:57:15.397Z] b116817d02f9: Pulling fs layer [2021-01-11T21:57:15.397Z] 745a02a5169b: Pulling fs layer [2021-01-11T21:57:15.397Z] 63d7cb157983: Waiting [2021-01-11T21:57:15.397Z] b116817d02f9: Waiting [2021-01-11T21:57:15.397Z] 745a02a5169b: Waiting [2021-01-11T21:57:15.397Z] 00ac8860ef70: Waiting [2021-01-11T21:57:15.397Z] 18c013af1878: Download complete [2021-01-11T21:57:15.397Z] a4357932f1b6: Verifying Checksum [2021-01-11T21:57:15.397Z] a4357932f1b6: Download complete [2021-01-11T21:57:15.397Z] 63d7cb157983: Verifying Checksum [2021-01-11T21:57:15.397Z] 63d7cb157983: Download complete [2021-01-11T21:57:15.670Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T21:57:15.670Z] 5f621e34cdf4: Download complete [2021-01-11T21:57:15.670Z] b116817d02f9: Verifying Checksum [2021-01-11T21:57:16.273Z] 5f621e34cdf4: Pull complete [2021-01-11T21:57:16.899Z] a4357932f1b6: Pull complete [2021-01-11T21:57:17.177Z] 18c013af1878: Pull complete [2021-01-11T21:57:18.623Z] 745a02a5169b: Verifying Checksum [2021-01-11T21:57:18.623Z] 745a02a5169b: Download complete [2021-01-11T21:57:19.613Z] 00ac8860ef70: Verifying Checksum [2021-01-11T21:57:19.613Z] 00ac8860ef70: Download complete [2021-01-11T21:57:29.792Z] 00ac8860ef70: Pull complete [2021-01-11T21:57:30.065Z] 63d7cb157983: Pull complete [2021-01-11T21:57:30.337Z] b116817d02f9: Pull complete [2021-01-11T21:57:33.721Z] 745a02a5169b: Pull complete [2021-01-11T21:57:33.721Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T21:57:33.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T21:57:33.721Z] ---> b7e6874047d6 [2021-01-11T21:57:33.721Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-11T21:57:37.108Z] ---> Running in d5c0ea991c41 [2021-01-11T21:57:37.379Z] Removing intermediate container d5c0ea991c41 [2021-01-11T21:57:37.379Z] ---> 418237d3eb2b [2021-01-11T21:57:37.379Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T21:57:37.653Z] ---> Running in 80e861817dd9 [2021-01-11T21:57:40.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.065s coverage: 9.4% of statements [2021-01-11T21:57:40.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.048s coverage: 21.7% of statements [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-11T21:57:40.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.243s coverage: 42.5% of statements [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-11T21:57:40.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.266s coverage: 68.9% of statements [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-11T21:57:40.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.081s coverage: 53.8% of statements [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-11T21:57:40.254Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.389s coverage: 68.9% of statements [2021-01-11T21:57:40.254Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.2% of statements [2021-01-11T21:57:40.254Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-11T21:57:40.254Z] GO111MODULE=on go vet ./... [2021-01-11T21:57:40.282Z] Removing intermediate container 80e861817dd9 [2021-01-11T21:57:40.282Z] ---> 21341d294445 [2021-01-11T21:57:40.282Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-11T21:57:40.282Z] ---> Running in f9320b414947 [2021-01-11T21:57:41.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T21:57:42.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T21:57:42.999Z] OK: 142 MiB in 39 packages [2021-01-11T21:57:43.983Z] Removing intermediate container f9320b414947 [2021-01-11T21:57:43.983Z] ---> b6877526253a [2021-01-11T21:57:43.983Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-11T21:57:43.983Z] ---> Running in bad7e7ded9f1 [2021-01-11T21:57:44.581Z] Removing intermediate container bad7e7ded9f1 [2021-01-11T21:57:44.581Z] ---> 1cea2ee31f66 [2021-01-11T21:57:44.581Z] Step 7/8 : COPY . . [2021-01-11T21:57:46.021Z] ---> e4f33919ab87 [2021-01-11T21:57:46.021Z] Step 8/8 : RUN go mod download [2021-01-11T21:57:46.021Z] ---> Running in a0494c0505f2 [2021-01-11T21:57:46.955Z] gofmt -l . [2021-01-11T21:57:46.955Z] [ "`gofmt -l .`" = "" ] [2021-01-11T21:57:46.955Z] ./bin/test-attribution-txt.sh [2021-01-11T21:57:47.223Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T21:57:47.504Z] $ docker stop --time=1 d68e0310d638965ae50a37aa815d89cc313fa922a3428d7435fb1ffb90a28377 [2021-01-11T21:57:49.506Z] $ docker rm -f d68e0310d638965ae50a37aa815d89cc313fa922a3428d7435fb1ffb90a28377 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T21:57:50.207Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T21:57:50.597Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-11T21:57:52.043Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T21:57:52.342Z] + ls -al . [2021-01-11T21:57:52.342Z] total 208 [2021-01-11T21:57:52.342Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 11 21:57 . [2021-01-11T21:57:52.342Z] drwxrwxr-x. 4 jenkins jenkins 32 Jan 11 21:55 .. [2021-01-11T21:57:52.342Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 11 21:55 bin [2021-01-11T21:57:52.342Z] -rw-r--r--. 1 jenkins jenkins 130606 Jan 11 21:57 coverage.out [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 11 21:55 Dockerfile.build [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 11 21:55 .dockerignore [2021-01-11T21:57:52.342Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 11 21:55 example [2021-01-11T21:57:52.342Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 11 21:55 .git [2021-01-11T21:57:52.342Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 11 21:55 .github [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 11 21:55 .gitignore [2021-01-11T21:57:52.342Z] -rw-r--r--. 1 jenkins jenkins 488 Jan 11 21:57 go.mod [2021-01-11T21:57:52.342Z] -rw-r--r--. 1 jenkins jenkins 14014 Jan 11 21:57 go.sum [2021-01-11T21:57:52.342Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 11 21:55 internal [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 11 21:55 Jenkinsfile [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 11 21:55 LICENSE [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 1013 Jan 11 21:55 Makefile [2021-01-11T21:57:52.342Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 11 21:55 openapi [2021-01-11T21:57:52.342Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 11 21:55 pkg [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 11 21:55 README.md [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 11 21:55 RELEASE-NOTES.txt [2021-01-11T21:57:52.342Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 11 21:55 snap [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 11 21:53 VERSION [2021-01-11T21:57:52.342Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 11 21:55 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:57:52.674Z] + 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=ae9643155e3faeb030acb175a4c64bf595945178 --label arch=amd64 --label version=1.4.1-dev.5 . [2021-01-11T21:57:52.936Z] Sending build context to Docker daemon 2.563MB [2021-01-11T21:57:52.936Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T21:57:52.936Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-11T21:57:52.936Z] ---> 57dcf0e18997 [2021-01-11T21:57:52.936Z] Step 3/24 : ARG MAKE='make build' [2021-01-11T21:57:53.511Z] ---> Running in 7447c3c45f10 [2021-01-11T21:57:53.774Z] Removing intermediate container 7447c3c45f10 [2021-01-11T21:57:53.774Z] ---> c63e798466fb [2021-01-11T21:57:53.774Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-11T21:57:53.774Z] ---> Running in 65057227bc63 [2021-01-11T21:57:54.036Z] Removing intermediate container 65057227bc63 [2021-01-11T21:57:54.036Z] ---> 050cb01afc83 [2021-01-11T21:57:54.036Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-11T21:57:54.036Z] ---> Running in 958c28ffa387 [2021-01-11T21:57:54.036Z] Removing intermediate container 958c28ffa387 [2021-01-11T21:57:54.036Z] ---> f0d0cdc22a45 [2021-01-11T21:57:54.036Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T21:57:54.301Z] ---> Running in 96080b1b0919 [2021-01-11T21:57:54.879Z] Removing intermediate container 96080b1b0919 [2021-01-11T21:57:54.879Z] ---> 88cc0ad6369d [2021-01-11T21:57:54.879Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-11T21:57:55.142Z] ---> Running in 143ff7085837 [2021-01-11T21:57:55.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T21:57:56.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T21:57:56.924Z] OK: 166 MiB in 39 packages [2021-01-11T21:57:57.187Z] Removing intermediate container 143ff7085837 [2021-01-11T21:57:57.187Z] ---> fb41e9593ef6 [2021-01-11T21:57:57.187Z] Step 8/24 : COPY . . [2021-01-11T21:57:58.580Z] ---> 9564b9e4f77a [2021-01-11T21:57:58.580Z] Step 9/24 : RUN ${MAKE} [2021-01-11T21:57:58.580Z] ---> Running in 179bf9bb3c6d [2021-01-11T21:57:58.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.5" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-11T21:58:07.114Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-11T21:58:08.233Z] Removing intermediate container a0494c0505f2 [2021-01-11T21:58:08.233Z] ---> 625f622cc2ed [2021-01-11T21:58:08.233Z] Successfully built 625f622cc2ed [2021-01-11T21:58:08.233Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T21:58:08.586Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T21:58:08.586Z] . [Pipeline] withDockerContainer [2021-01-11T21:58:08.873Z] prd-ubuntu18.04-docker-arm64-4c-16g-19613 does not seem to be running inside a container [2021-01-11T21:58:08.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/103 -v /w/workspace/device-sdk-go/103:/w/workspace/device-sdk-go/103:rw,z -v /w/workspace/device-sdk-go/103@tmp:/w/workspace/device-sdk-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T21:58:09.689Z] Removing intermediate container 179bf9bb3c6d [2021-01-11T21:58:09.689Z] ---> 6cd0efe7af32 [2021-01-11T21:58:09.689Z] Step 10/24 : FROM scratch [2021-01-11T21:58:09.689Z] ---> [2021-01-11T21:58:09.689Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-11T21:58:09.952Z] ---> Running in 8802054793b6 [2021-01-11T21:58:09.952Z] Removing intermediate container 8802054793b6 [2021-01-11T21:58:09.952Z] ---> 365e6a0d7cac [2021-01-11T21:58:09.952Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-11T21:58:09.952Z] ---> Running in 9e17623ee826 [2021-01-11T21:58:10.214Z] Removing intermediate container 9e17623ee826 [2021-01-11T21:58:10.214Z] ---> 2de8e6a67eab [2021-01-11T21:58:10.214Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T21:58:10.214Z] ---> Running in 28b0cc694eda [2021-01-11T21:58:10.476Z] Removing intermediate container 28b0cc694eda [2021-01-11T21:58:10.476Z] ---> 916c5526d177 [2021-01-11T21:58:10.476Z] Step 14/24 : WORKDIR / [2021-01-11T21:58:10.476Z] ---> Running in 26f5316e8bb7 [2021-01-11T21:58:10.577Z] $ docker top d3d56cf2e6ebd80c998b2f673ce4ca59cd5082dd128ed448d3d6c70c7753b1cc -eo pid,comm [2021-01-11T21:58:10.738Z] Removing intermediate container 26f5316e8bb7 [2021-01-11T21:58:10.738Z] ---> 1157c0938065 [2021-01-11T21:58:10.738Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [Pipeline] { [Pipeline] sh [2021-01-11T21:58:11.661Z] + go version [2021-01-11T21:58:11.661Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T21:58:11.687Z] ---> f23400c3c3ad [2021-01-11T21:58:11.687Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-11T21:58:11.691Z] $ docker stop --time=1 d3d56cf2e6ebd80c998b2f673ce4ca59cd5082dd128ed448d3d6c70c7753b1cc [2021-01-11T21:58:11.949Z] ---> 9127fbcb6b13 [2021-01-11T21:58:11.949Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-11T21:58:12.213Z] ---> 3b6de3128f34 [2021-01-11T21:58:12.213Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-11T21:58:12.476Z] ---> 36f6689e1abc [2021-01-11T21:58:12.476Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-11T21:58:12.741Z] ---> f262f05d6480 [2021-01-11T21:58:12.741Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-11T21:58:12.741Z] ---> Running in 5594f89d6908 [2021-01-11T21:58:12.741Z] Removing intermediate container 5594f89d6908 [2021-01-11T21:58:12.741Z] ---> 42b77321614a [2021-01-11T21:58:12.741Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T21:58:13.004Z] ---> Running in 7a5590cf0a97 [2021-01-11T21:58:13.004Z] Removing intermediate container 7a5590cf0a97 [2021-01-11T21:58:13.004Z] ---> af18e2f067fb [2021-01-11T21:58:13.004Z] Step 22/24 : LABEL arch=amd64 [2021-01-11T21:58:13.004Z] ---> Running in f8c5817fa0fc [2021-01-11T21:58:13.268Z] Removing intermediate container f8c5817fa0fc [2021-01-11T21:58:13.268Z] ---> 0ab2a641d955 [2021-01-11T21:58:13.268Z] Step 23/24 : LABEL git_sha=ae9643155e3faeb030acb175a4c64bf595945178 [2021-01-11T21:58:13.268Z] ---> Running in 34acbcb28905 [2021-01-11T21:58:13.531Z] Removing intermediate container 34acbcb28905 [2021-01-11T21:58:13.531Z] ---> 85c963ab6579 [2021-01-11T21:58:13.531Z] Step 24/24 : LABEL version=1.4.1-dev.5 [2021-01-11T21:58:13.531Z] ---> Running in 134b2bd4a9af [2021-01-11T21:58:13.650Z] $ docker rm -f d3d56cf2e6ebd80c998b2f673ce4ca59cd5082dd128ed448d3d6c70c7753b1cc [2021-01-11T21:58:13.800Z] Removing intermediate container 134b2bd4a9af [2021-01-11T21:58:13.800Z] ---> f822b0aaba46 [2021-01-11T21:58:13.800Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T21:58:13.800Z] Successfully built f822b0aaba46 [2021-01-11T21:58:13.800Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Test) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] script [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-11T21:58:14.944Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T21:58:14.944Z] . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer [2021-01-11T21:58:15.389Z] prd-ubuntu18.04-docker-arm64-4c-16g-19613 does not seem to be running inside a container [2021-01-11T21:58:15.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/103 -v /w/workspace/device-sdk-go/103:/w/workspace/device-sdk-go/103:rw,z -v /w/workspace/device-sdk-go/103@tmp:/w/workspace/device-sdk-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T21:58:17.143Z] $ docker top 962172df7adaa0e88e5e3affe3aac9386e12b69f37ea210ea2e8f26fbf581cc0 -eo pid,comm [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-11T21:58:18.246Z] + make test [2021-01-11T21:58:18.246Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-11T21:58:40.497Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-11T21:59:27.560Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-11T21:59:27.560Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-11T21:59:27.560Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-11T21:59:27.560Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.149s coverage: 19.4% of statements [2021-01-11T21:59:27.560Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.157s coverage: 97.1% of statements [2021-01-11T21:59:54.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.156s coverage: 9.4% of statements [2021-01-11T21:59:54.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.119s coverage: 21.7% of statements [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-11T21:59:54.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.627s coverage: 42.5% of statements [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-11T21:59:54.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.759s coverage: 68.9% of statements [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-11T21:59:54.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.187s coverage: 53.8% of statements [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-11T21:59:54.387Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.836s coverage: 68.9% of statements [2021-01-11T21:59:54.387Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.138s coverage: 4.2% of statements [2021-01-11T21:59:54.387Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-11T21:59:54.662Z] GO111MODULE=on go vet ./... [2021-01-11T22:00:33.726Z] gofmt -l . [2021-01-11T22:00:33.726Z] [ "`gofmt -l .`" = "" ] [2021-01-11T22:00:33.726Z] ./bin/test-attribution-txt.sh [2021-01-11T22:00:33.726Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T22:00:33.756Z] $ docker stop --time=1 962172df7adaa0e88e5e3affe3aac9386e12b69f37ea210ea2e8f26fbf581cc0 [2021-01-11T22:00:36.172Z] $ docker rm -f 962172df7adaa0e88e5e3affe3aac9386e12b69f37ea210ea2e8f26fbf581cc0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T22:00:37.340Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T22:00:37.440Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T22:00:38.411Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T22:00:39.157Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-11T22:00:39.554Z] + ls -al . [2021-01-11T22:00:39.554Z] total 244 [2021-01-11T22:00:39.554Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 22:00 . [2021-01-11T22:00:39.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:56 .. [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 21:57 .dockerignore [2021-01-11T22:00:39.554Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:57 .git [2021-01-11T22:00:39.554Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:57 .github [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 11 21:57 .gitignore [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 11 21:57 Dockerfile.build [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 11 21:57 Jenkinsfile [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 11 21:57 LICENSE [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 1013 Jan 11 21:57 Makefile [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 11 21:57 README.md [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 11 21:57 RELEASE-NOTES.txt [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:53 VERSION [2021-01-11T22:00:39.554Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:57 bin [2021-01-11T22:00:39.554Z] -rw-r--r-- 1 jenkins jenkins 130605 Jan 11 21:59 coverage.out [2021-01-11T22:00:39.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:57 example [2021-01-11T22:00:39.554Z] -rw-r--r-- 1 jenkins jenkins 488 Jan 11 22:00 go.mod [2021-01-11T22:00:39.554Z] -rw-r--r-- 1 jenkins jenkins 14014 Jan 11 22:00 go.sum [2021-01-11T22:00:39.554Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 11 21:57 internal [2021-01-11T22:00:39.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:57 openapi [2021-01-11T22:00:39.554Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 21:57 pkg [2021-01-11T22:00:39.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:57 snap [2021-01-11T22:00:39.554Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 11 21:57 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:00:39.948Z] + 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=ae9643155e3faeb030acb175a4c64bf595945178 --label arch=arm64 --label version=1.4.1-dev.5 . [2021-01-11T22:00:40.585Z] Sending build context to Docker daemon 2.564MB [2021-01-11T22:00:40.585Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T22:00:40.585Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-11T22:00:40.585Z] ---> 625f622cc2ed [2021-01-11T22:00:40.585Z] Step 3/24 : ARG MAKE='make build' [2021-01-11T22:00:40.873Z] ---> Running in 3a01286ef830 [2021-01-11T22:00:41.489Z] Removing intermediate container 3a01286ef830 [2021-01-11T22:00:41.489Z] ---> 2811a08f75ca [2021-01-11T22:00:41.489Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-11T22:00:41.489Z] ---> Running in 84a30e31608f [2021-01-11T22:00:42.094Z] Removing intermediate container 84a30e31608f [2021-01-11T22:00:42.094Z] ---> a72eca54086b [2021-01-11T22:00:42.094Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-11T22:00:42.094Z] ---> Running in 02a917eac95b [2021-01-11T22:00:42.690Z] Removing intermediate container 02a917eac95b [2021-01-11T22:00:42.690Z] ---> c7d87fc93ea9 [2021-01-11T22:00:42.690Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T22:00:42.690Z] ---> Running in 5547a4123bfb [2021-01-11T22:00:45.321Z] Removing intermediate container 5547a4123bfb [2021-01-11T22:00:45.321Z] ---> c1ce8abaa249 [2021-01-11T22:00:45.321Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-11T22:00:45.321Z] ---> Running in d6ee08f4ed69 [2021-01-11T22:00:46.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T22:00:47.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T22:00:50.359Z] OK: 142 MiB in 39 packages [2021-01-11T22:00:51.358Z] Removing intermediate container d6ee08f4ed69 [2021-01-11T22:00:51.358Z] ---> f06c515286ae [2021-01-11T22:00:51.358Z] Step 8/24 : COPY . . [2021-01-11T22:00:52.818Z] ---> 1c43928f7387 [2021-01-11T22:00:52.818Z] Step 9/24 : RUN ${MAKE} [2021-01-11T22:00:52.818Z] ---> Running in dd9590beeb0e [2021-01-11T22:00:54.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.5" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-11T22:01:21.157Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-11T22:01:22.593Z] Removing intermediate container dd9590beeb0e [2021-01-11T22:01:22.593Z] ---> 69af10107de2 [2021-01-11T22:01:22.593Z] Step 10/24 : FROM scratch [2021-01-11T22:01:22.593Z] ---> [2021-01-11T22:01:22.593Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-11T22:01:22.593Z] ---> Running in 14865ad70212 [2021-01-11T22:01:22.866Z] Removing intermediate container 14865ad70212 [2021-01-11T22:01:22.866Z] ---> 3d550aa66a51 [2021-01-11T22:01:22.866Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-11T22:01:23.137Z] ---> Running in 4d3b2e71e45e [2021-01-11T22:01:23.411Z] Removing intermediate container 4d3b2e71e45e [2021-01-11T22:01:23.411Z] ---> c01b8ed2b903 [2021-01-11T22:01:23.411Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T22:01:23.682Z] ---> Running in ccf1fc39a3d3 [2021-01-11T22:01:23.956Z] Removing intermediate container ccf1fc39a3d3 [2021-01-11T22:01:23.956Z] ---> 3bbf40c18b48 [2021-01-11T22:01:23.956Z] Step 14/24 : WORKDIR / [2021-01-11T22:01:24.230Z] ---> Running in 5c081026d468 [2021-01-11T22:01:24.511Z] Removing intermediate container 5c081026d468 [2021-01-11T22:01:24.511Z] ---> 182b8e73b08f [2021-01-11T22:01:24.511Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-11T22:01:25.944Z] ---> 94482073fc1a [2021-01-11T22:01:25.944Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-11T22:01:26.541Z] ---> 273f485e9f99 [2021-01-11T22:01:26.541Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-11T22:01:27.136Z] ---> 3994ec318a1a [2021-01-11T22:01:27.136Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-11T22:01:27.733Z] ---> f2d1b6d6d0c1 [2021-01-11T22:01:27.733Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-11T22:01:28.713Z] ---> 3e83380cdaff [2021-01-11T22:01:28.713Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-11T22:01:28.713Z] ---> Running in c4ff41241da6 [2021-01-11T22:01:28.991Z] Removing intermediate container c4ff41241da6 [2021-01-11T22:01:28.991Z] ---> 31c5f4789fb2 [2021-01-11T22:01:28.991Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T22:01:29.262Z] ---> Running in 4f91e11846df [2021-01-11T22:01:29.856Z] Removing intermediate container 4f91e11846df [2021-01-11T22:01:29.856Z] ---> 155fe2655f74 [2021-01-11T22:01:29.856Z] Step 22/24 : LABEL arch=arm64 [2021-01-11T22:01:29.856Z] ---> Running in df72e31a790b [2021-01-11T22:01:30.454Z] Removing intermediate container df72e31a790b [2021-01-11T22:01:30.454Z] ---> 71b78bcd7548 [2021-01-11T22:01:30.454Z] Step 23/24 : LABEL git_sha=ae9643155e3faeb030acb175a4c64bf595945178 [2021-01-11T22:01:30.454Z] ---> Running in 1da87033538b [2021-01-11T22:01:31.047Z] Removing intermediate container 1da87033538b [2021-01-11T22:01:31.047Z] ---> e60676846191 [2021-01-11T22:01:31.047Z] Step 24/24 : LABEL version=1.4.1-dev.5 [2021-01-11T22:01:31.047Z] ---> Running in 0e0dde93f390 [2021-01-11T22:01:31.641Z] Removing intermediate container 0e0dde93f390 [2021-01-11T22:01:31.641Z] ---> ebb7a9368327 [2021-01-11T22:01:31.641Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-11T22:01:31.641Z] Successfully built ebb7a9368327 [2021-01-11T22:01:31.641Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-11T22:01:33.389Z] provisioning config files... [2021-01-11T22:01:33.399Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6204518653988404498tmp [Pipeline] { [Pipeline] sh [2021-01-11T22:01:33.789Z] + set +x [2021-01-11T22:01:33.789Z] + curl -s https://codecov.io/bash [2021-01-11T22:01:33.789Z] + bash -s -- [2021-01-11T22:01:34.052Z] [2021-01-11T22:01:34.052Z] _____ _ [2021-01-11T22:01:34.052Z] / ____| | | [2021-01-11T22:01:34.052Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T22:01:34.052Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T22:01:34.052Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T22:01:34.052Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T22:01:34.052Z] Bash-20201231-23d4836 [2021-01-11T22:01:34.052Z] [2021-01-11T22:01:34.052Z] [2021-01-11T22:01:34.052Z] ==> git version 2.24.3 found [2021-01-11T22:01:34.052Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-11T22:01:34.052Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T22:01:34.052Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T22:01:34.052Z] ==> Jenkins CI detected. [2021-01-11T22:01:34.052Z] project root: . [2021-01-11T22:01:34.052Z] --> token set from env [2021-01-11T22:01:34.052Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T22:01:34.052Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T22:01:34.052Z] ==> Python coveragepy not found [2021-01-11T22:01:34.052Z] ==> Searching for coverage reports in: [2021-01-11T22:01:34.052Z] + . [2021-01-11T22:01:34.052Z] -> Found 1 reports [2021-01-11T22:01:34.052Z] ==> Detecting git/mercurial file structure [2021-01-11T22:01:34.052Z] ==> Reading reports [2021-01-11T22:01:34.052Z] + ./coverage.out bytes=130605 [2021-01-11T22:01:34.052Z] ==> Appending adjustments [2021-01-11T22:01:34.052Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T22:01:34.625Z] + Found adjustments [2021-01-11T22:01:34.625Z] ==> Gzipping contents [2021-01-11T22:01:34.625Z] 24K /tmp/codecov.hdJTzB.gz [2021-01-11T22:01:34.625Z] ==> Uploading reports [2021-01-11T22:01:34.625Z] url: https://codecov.io [2021-01-11T22:01:34.625Z] query: branch=master&commit=ae9643155e3faeb030acb175a4c64bf595945178&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T22:01:34.625Z] -> Pinging Codecov [2021-01-11T22:01:34.625Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=ae9643155e3faeb030acb175a4c64bf595945178&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T22:01:35.207Z] -> Uploading to [2021-01-11T22:01:35.207Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/7E55EF52A471D76F132DFD9A03CDDE97/ae9643155e3faeb030acb175a4c64bf595945178/e2726f50-8356-4333-8a26-fae4308b0dcf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T220134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3ec7fe9d26793a7141e6432d8eda7f9b612879ee48bfc960564586344ebbdca8 [2021-01-11T22:01:35.207Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T22:01:35.207Z] Dload Upload Total Spent Left Speed [2021-01-11T22:01:35.469Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21275 0 0 100 21275 0 43544 --:--:-- --:--:-- --:--:-- 43596 [2021-01-11T22:01:35.469Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/ae9643155e3faeb030acb175a4c64bf595945178 [Pipeline] } [2021-01-11T22:01:35.478Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-11T22:01:36.362Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-11T22:01:36.434Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:01:36.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T22:01:36.789Z] [2021-01-11T22:01:36.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:01:37.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T22:01:37.144Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-11T22:01:37.144Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T22:01:37.144Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T22:01:37.144Z] de9db76c5a1d: Pulling fs layer [2021-01-11T22:01:37.144Z] 0eba1c9be4d2: Pulling fs layer [2021-01-11T22:01:37.144Z] 0d57e429df01: Pulling fs layer [2021-01-11T22:01:37.144Z] 4e4be7b47b0d: Pulling fs layer [2021-01-11T22:01:37.144Z] e1f770b5df2f: Pulling fs layer [2021-01-11T22:01:37.144Z] 85a0685a4137: Pulling fs layer [2021-01-11T22:01:37.144Z] 0d57e429df01: Waiting [2021-01-11T22:01:37.144Z] 4e4be7b47b0d: Waiting [2021-01-11T22:01:37.144Z] e1f770b5df2f: Waiting [2021-01-11T22:01:37.144Z] 85a0685a4137: Waiting [2021-01-11T22:01:37.144Z] 0eba1c9be4d2: Waiting [2021-01-11T22:01:37.144Z] de9db76c5a1d: Verifying Checksum [2021-01-11T22:01:37.144Z] de9db76c5a1d: Download complete [2021-01-11T22:01:37.144Z] 0ef7d3d256c8: Download complete [2021-01-11T22:01:37.144Z] 0d57e429df01: Verifying Checksum [2021-01-11T22:01:37.144Z] 0d57e429df01: Download complete [2021-01-11T22:01:37.144Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T22:01:37.144Z] 188c0c94c7c5: Download complete [2021-01-11T22:01:37.144Z] 4e4be7b47b0d: Verifying Checksum [2021-01-11T22:01:37.144Z] 4e4be7b47b0d: Download complete [2021-01-11T22:01:37.725Z] 188c0c94c7c5: Pull complete [2021-01-11T22:01:37.725Z] 0ef7d3d256c8: Pull complete [2021-01-11T22:01:37.993Z] de9db76c5a1d: Pull complete [2021-01-11T22:01:38.943Z] e1f770b5df2f: Verifying Checksum [2021-01-11T22:01:38.943Z] e1f770b5df2f: Download complete [2021-01-11T22:01:41.546Z] 0eba1c9be4d2: Verifying Checksum [2021-01-11T22:01:41.546Z] 0eba1c9be4d2: Download complete [2021-01-11T22:01:42.131Z] 85a0685a4137: Verifying Checksum [2021-01-11T22:01:42.131Z] 85a0685a4137: Download complete [2021-01-11T22:01:46.367Z] 0eba1c9be4d2: Pull complete [2021-01-11T22:01:46.367Z] 0d57e429df01: Pull complete [2021-01-11T22:01:46.367Z] 4e4be7b47b0d: Pull complete [2021-01-11T22:01:48.920Z] e1f770b5df2f: Pull complete [2021-01-11T22:01:57.112Z] 85a0685a4137: Pull complete [2021-01-11T22:01:57.112Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-11T22:01:57.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T22:01:57.112Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-11T22:01:57.324Z] prd-centos7-docker-4c-2g-19610 does not seem to be running inside a container [2021-01-11T22:01:57.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-11T22:01:58.299Z] $ docker top e288aac07552574747af96ac500728f30ce25a0b4f37d02d1469842acded94d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T22:01:58.516Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-11T22:01:58.811Z] + set -o pipefail [2021-01-11T22:01:58.811Z] + snyk monitor '--org=edgex-jenkins' [2021-01-11T22:02:06.983Z] [2021-01-11T22:02:06.983Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2021-01-11T22:02:06.983Z] [2021-01-11T22:02:06.983Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/592f68f2-4bcc-4662-90b0-b40923c47968 [2021-01-11T22:02:06.983Z] [2021-01-11T22:02:06.983Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-11T22:02:06.983Z] [2021-01-11T22:02:06.983Z] [Pipeline] } [2021-01-11T22:02:07.026Z] $ docker stop --time=1 e288aac07552574747af96ac500728f30ce25a0b4f37d02d1469842acded94d6 [2021-01-11T22:02:09.656Z] $ docker rm -f e288aac07552574747af96ac500728f30ce25a0b4f37d02d1469842acded94d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-11T22:02:11.309Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T22:02:11.369Z] provisioning config files... [2021-01-11T22:02:11.380Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3225176801763912046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:02:11.756Z] --> edgex-publish-swagger.sh [2021-01-11T22:02:11.756Z] === Publish openapi/v1 API === [2021-01-11T22:02:11.756Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-11T22:02:11.756Z] [publishToSwagger] Publishing API Name [device-sdk] [2021-01-11T22:02:11.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T22:02:11.756Z] Dload Upload Total Spent Left Speed [2021-01-11T22:02:12.594Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19946 0 0 100 19946 0 24452 --:--:-- --:--:-- --:--:-- 24473 [2021-01-11T22:02:12.594Z] [2021-01-11T22:02:12.594Z] [2021-01-11T22:02:12.594Z] === Publish openapi/v2 API === [2021-01-11T22:02:12.594Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-11T22:02:12.594Z] [publishToSwagger] Publishing API Name [device-sdk] [2021-01-11T22:02:12.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T22:02:12.594Z] Dload Upload Total Spent Left Speed [2021-01-11T22:02:13.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 78068 --:--:-- --:--:-- --:--:-- 78088 100 49274 0 0 100 49274 0 78046 --:--:-- --:--:-- --:--:-- 77965 [2021-01-11T22:02:13.167Z] [2021-01-11T22:02:13.167Z] [Pipeline] } [2021-01-11T22:02:13.177Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-11T22:02:14.079Z] + git log --format=format:%s -1 ae9643155e3faeb030acb175a4c64bf595945178 [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:02:14.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T22:02:14.410Z] . [Pipeline] withDockerContainer [2021-01-11T22:02:14.505Z] prd-centos7-docker-4c-2g-19610 does not seem to be running inside a container [2021-01-11T22:02:14.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T22:02:15.303Z] $ docker top 75e258adb2ae6c9d934a2002d7d44289ee78bca21ee6fdfdc0d9d11f2393fbab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T22:02:15.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T22:02:15.608Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T22:02:15.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T22:02:15.840Z] $ docker exec 75e258adb2ae6c9d934a2002d7d44289ee78bca21ee6fdfdc0d9d11f2393fbab ssh-agent [2021-01-11T22:02:16.004Z] SSH_AUTH_SOCK=/tmp/ssh-LNdvzNEbkefF/agent.11 [2021-01-11T22:02:16.004Z] SSH_AGENT_PID=16 [2021-01-11T22:02:16.012Z] Running ssh-add (command line suppressed) [2021-01-11T22:02:16.140Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7360820784655293061.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7360820784655293061.key) [2021-01-11T22:02:16.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T22:02:16.524Z] + git semver tag [2021-01-11T22:02:16.524Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T22:02:16.524Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-11T22:02:16.524Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-11T22:02:16.524Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T22:02:16.524Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T22:02:16.524Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T22:02:16.524Z] # $SEMVER_BRANCH = master [2021-01-11T22:02:16.524Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-11T22:02:16.524Z] # ae9643155e3faeb030acb175a4c64bf595945178 HEAD [2021-01-11T22:02:16.524Z] # -> Force: false [2021-01-11T22:02:16.524Z] # cbabe46d512d42668f631a8c511a99cd61677921 refs/tags/v1.4.1-dev.5 [Pipeline] } [2021-01-11T22:02:16.538Z] $ docker exec --env ******** --env ******** 75e258adb2ae6c9d934a2002d7d44289ee78bca21ee6fdfdc0d9d11f2393fbab ssh-agent -k [2021-01-11T22:02:16.647Z] unset SSH_AUTH_SOCK; [2021-01-11T22:02:16.648Z] unset SSH_AGENT_PID; [2021-01-11T22:02:16.648Z] echo Agent pid 16 killed; [2021-01-11T22:02:16.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T22:02:17.157Z] + git semver [Pipeline] } [2021-01-11T22:02:17.176Z] $ docker stop --time=1 75e258adb2ae6c9d934a2002d7d44289ee78bca21ee6fdfdc0d9d11f2393fbab [2021-01-11T22:02:18.524Z] $ docker rm -f 75e258adb2ae6c9d934a2002d7d44289ee78bca21ee6fdfdc0d9d11f2393fbab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:02:19.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T22:02:19.137Z] [2021-01-11T22:02:19.137Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:02:19.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T22:02:19.488Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-11T22:02:19.488Z] ab5ef0e58194: Pulling fs layer [2021-01-11T22:02:19.488Z] 9712f1f96733: Pulling fs layer [2021-01-11T22:02:19.488Z] 63f879dbbcfc: Pulling fs layer [2021-01-11T22:02:19.488Z] 0d9ebad4ef96: Pulling fs layer [2021-01-11T22:02:19.488Z] e9a5061849ea: Pulling fs layer [2021-01-11T22:02:19.488Z] d747dcd14b5f: Pulling fs layer [2021-01-11T22:02:19.488Z] 2de7ff778b66: Pulling fs layer [2021-01-11T22:02:19.488Z] e9a5061849ea: Waiting [2021-01-11T22:02:19.488Z] d747dcd14b5f: Waiting [2021-01-11T22:02:19.488Z] 2de7ff778b66: Waiting [2021-01-11T22:02:19.488Z] 0d9ebad4ef96: Waiting [2021-01-11T22:02:19.488Z] 9712f1f96733: Verifying Checksum [2021-01-11T22:02:19.488Z] 9712f1f96733: Download complete [2021-01-11T22:02:21.415Z] 63f879dbbcfc: Verifying Checksum [2021-01-11T22:02:21.415Z] 63f879dbbcfc: Download complete [2021-01-11T22:02:21.415Z] e9a5061849ea: Verifying Checksum [2021-01-11T22:02:21.415Z] e9a5061849ea: Download complete [2021-01-11T22:02:21.415Z] d747dcd14b5f: Verifying Checksum [2021-01-11T22:02:21.415Z] d747dcd14b5f: Download complete [2021-01-11T22:02:21.993Z] 2de7ff778b66: Verifying Checksum [2021-01-11T22:02:21.993Z] 2de7ff778b66: Download complete [2021-01-11T22:02:22.258Z] ab5ef0e58194: Verifying Checksum [2021-01-11T22:02:22.258Z] ab5ef0e58194: Download complete [2021-01-11T22:02:22.842Z] 0d9ebad4ef96: Verifying Checksum [2021-01-11T22:02:22.842Z] 0d9ebad4ef96: Download complete [2021-01-11T22:02:26.177Z] ab5ef0e58194: Pull complete [2021-01-11T22:02:26.438Z] 9712f1f96733: Pull complete [2021-01-11T22:02:29.765Z] 63f879dbbcfc: Pull complete [2021-01-11T22:02:35.180Z] 0d9ebad4ef96: Pull complete [2021-01-11T22:02:36.570Z] e9a5061849ea: Pull complete [2021-01-11T22:02:36.570Z] d747dcd14b5f: Pull complete [2021-01-11T22:02:39.888Z] 2de7ff778b66: Pull complete [2021-01-11T22:02:39.888Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-11T22:02:39.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T22:02:39.888Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-11T22:02:40.099Z] prd-centos7-docker-4c-2g-19610 does not seem to be running inside a container [2021-01-11T22:02:40.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-11T22:02:44.231Z] $ docker top a690e793fe743e777d3c408dd73dd09f7e850bc110b980dd5ac994a308caedac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-11T22:02:44.511Z] provisioning config files... [2021-01-11T22:02:44.522Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7832847745603906364tmp [2021-01-11T22:02:44.543Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1233613050197816941tmp [2021-01-11T22:02:44.561Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8829378447355787804tmp [Pipeline] { [Pipeline] echo [2021-01-11T22:02:44.636Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:02:44.937Z] ---> sigul-configuration.sh [2021-01-11T22:02:44.937Z] gpg: directory `/root/.gnupg' created [2021-01-11T22:02:44.937Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-11T22:02:44.937Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-11T22:02:44.937Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-11T22:02:44.937Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-11T22:02:44.937Z] gpg: CAST5 encrypted data [2021-01-11T22:02:45.199Z] gpg: encrypted with 1 passphrase [2021-01-11T22:02:45.199Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-11T22:02:45.503Z] + mkdir /home/jenkins [2021-01-11T22:02:45.503Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-11T22:02:45.868Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-11T22:02:45.883Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:02:46.214Z] ---> sigul-install.sh [2021-01-11T22:02:52.822Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-11T22:02:53.120Z] + git tag --list [2021-01-11T22:02:53.120Z] 0.7.1 [2021-01-11T22:02:53.120Z] delhi-tag [2021-01-11T22:02:53.120Z] v1.0.0 [2021-01-11T22:02:53.120Z] v1.1.0 [2021-01-11T22:02:53.120Z] v1.1.1 [2021-01-11T22:02:53.120Z] v1.1.2 [2021-01-11T22:02:53.120Z] v1.2.0 [2021-01-11T22:02:53.120Z] v1.2.1 [2021-01-11T22:02:53.120Z] v1.2.2 [2021-01-11T22:02:53.120Z] v1.2.3 [2021-01-11T22:02:53.120Z] v1.2.4-dev.1 [2021-01-11T22:02:53.120Z] v1.2.4-dev.10 [2021-01-11T22:02:53.120Z] v1.2.4-dev.11 [2021-01-11T22:02:53.120Z] v1.2.4-dev.12 [2021-01-11T22:02:53.120Z] v1.2.4-dev.13 [2021-01-11T22:02:53.120Z] v1.2.4-dev.14 [2021-01-11T22:02:53.120Z] v1.2.4-dev.15 [2021-01-11T22:02:53.120Z] v1.2.4-dev.16 [2021-01-11T22:02:53.120Z] v1.2.4-dev.17 [2021-01-11T22:02:53.120Z] v1.2.4-dev.18 [2021-01-11T22:02:53.120Z] v1.2.4-dev.19 [2021-01-11T22:02:53.120Z] v1.2.4-dev.2 [2021-01-11T22:02:53.120Z] v1.2.4-dev.20 [2021-01-11T22:02:53.120Z] v1.2.4-dev.21 [2021-01-11T22:02:53.120Z] v1.2.4-dev.22 [2021-01-11T22:02:53.120Z] v1.2.4-dev.23 [2021-01-11T22:02:53.120Z] v1.2.4-dev.24 [2021-01-11T22:02:53.120Z] v1.2.4-dev.25 [2021-01-11T22:02:53.120Z] v1.2.4-dev.26 [2021-01-11T22:02:53.120Z] v1.2.4-dev.27 [2021-01-11T22:02:53.120Z] v1.2.4-dev.28 [2021-01-11T22:02:53.120Z] v1.2.4-dev.29 [2021-01-11T22:02:53.120Z] v1.2.4-dev.3 [2021-01-11T22:02:53.120Z] v1.2.4-dev.30 [2021-01-11T22:02:53.120Z] v1.2.4-dev.31 [2021-01-11T22:02:53.120Z] v1.2.4-dev.32 [2021-01-11T22:02:53.120Z] v1.2.4-dev.33 [2021-01-11T22:02:53.120Z] v1.2.4-dev.34 [2021-01-11T22:02:53.120Z] v1.2.4-dev.35 [2021-01-11T22:02:53.120Z] v1.2.4-dev.4 [2021-01-11T22:02:53.120Z] v1.2.4-dev.5 [2021-01-11T22:02:53.120Z] v1.2.4-dev.6 [2021-01-11T22:02:53.120Z] v1.2.4-dev.7 [2021-01-11T22:02:53.120Z] v1.2.4-dev.8 [2021-01-11T22:02:53.120Z] v1.2.4-dev.9 [2021-01-11T22:02:53.120Z] v1.3.0 [2021-01-11T22:02:53.120Z] v1.3.1-dev.1 [2021-01-11T22:02:53.120Z] v1.3.1-dev.10 [2021-01-11T22:02:53.120Z] v1.3.1-dev.2 [2021-01-11T22:02:53.120Z] v1.3.1-dev.3 [2021-01-11T22:02:53.120Z] v1.3.1-dev.4 [2021-01-11T22:02:53.120Z] v1.3.1-dev.5 [2021-01-11T22:02:53.120Z] v1.3.1-dev.6 [2021-01-11T22:02:53.120Z] v1.3.1-dev.7 [2021-01-11T22:02:53.120Z] v1.3.1-dev.8 [2021-01-11T22:02:53.120Z] v1.3.1-dev.9 [2021-01-11T22:02:53.120Z] v1.4.0 [2021-01-11T22:02:53.120Z] v1.4.1-dev.1 [2021-01-11T22:02:53.120Z] v1.4.1-dev.2 [2021-01-11T22:02:53.120Z] v1.4.1-dev.3 [2021-01-11T22:02:53.120Z] v1.4.1-dev.4 [2021-01-11T22:02:53.120Z] v1.4.1-dev.5 [Pipeline] sh [2021-01-11T22:02:53.418Z] + lftools sign git-tag v1.4.1-dev.5 [2021-01-11T22:02:54.806Z] Signing Git tag with Sigul... [2021-01-11T22:02:54.806Z] Signing v1.4.1-dev.5 [Pipeline] echo [2021-01-11T22:02:55.761Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:02:56.084Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-11T22:02:56.094Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-11T22:02:56.196Z] $ docker stop --time=1 a690e793fe743e777d3c408dd73dd09f7e850bc110b980dd5ac994a308caedac [2021-01-11T22:02:58.204Z] $ docker rm -f a690e793fe743e777d3c408dd73dd09f7e850bc110b980dd5ac994a308caedac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:02:59.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T22:02:59.092Z] . [Pipeline] withDockerContainer [2021-01-11T22:02:59.193Z] prd-centos7-docker-4c-2g-19610 does not seem to be running inside a container [2021-01-11T22:02:59.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T22:02:59.948Z] $ docker top 5f4f69ddd0ca9ea86a57d7f2603e55f2278cce18436dd1fe50eda7dd2d6e18aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T22:03:00.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T22:03:00.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T22:03:00.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T22:03:00.602Z] $ docker exec 5f4f69ddd0ca9ea86a57d7f2603e55f2278cce18436dd1fe50eda7dd2d6e18aa ssh-agent [2021-01-11T22:03:00.773Z] SSH_AUTH_SOCK=/tmp/ssh-143LJD1QEU5G/agent.11 [2021-01-11T22:03:00.773Z] SSH_AGENT_PID=16 [2021-01-11T22:03:00.780Z] Running ssh-add (command line suppressed) [2021-01-11T22:03:00.910Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4486452594488708964.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4486452594488708964.key) [2021-01-11T22:03:00.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T22:03:01.319Z] + git semver bump pre [2021-01-11T22:03:01.319Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T22:03:01.319Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-11T22:03:01.319Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-11T22:03:01.319Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T22:03:01.319Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T22:03:01.319Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T22:03:01.319Z] # $SEMVER_BRANCH = master [2021-01-11T22:03:01.319Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-11T22:03:01.319Z] 1.4.1-dev.6 [Pipeline] } [2021-01-11T22:03:01.335Z] $ docker exec --env ******** --env ******** 5f4f69ddd0ca9ea86a57d7f2603e55f2278cce18436dd1fe50eda7dd2d6e18aa ssh-agent -k [2021-01-11T22:03:01.456Z] unset SSH_AUTH_SOCK; [2021-01-11T22:03:01.456Z] unset SSH_AGENT_PID; [2021-01-11T22:03:01.456Z] echo Agent pid 16 killed; [2021-01-11T22:03:01.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T22:03:01.991Z] + git semver [Pipeline] } [2021-01-11T22:03:02.016Z] $ docker stop --time=1 5f4f69ddd0ca9ea86a57d7f2603e55f2278cce18436dd1fe50eda7dd2d6e18aa [2021-01-11T22:03:03.444Z] $ docker rm -f 5f4f69ddd0ca9ea86a57d7f2603e55f2278cce18436dd1fe50eda7dd2d6e18aa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:03:04.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T22:03:04.050Z] . [Pipeline] withDockerContainer [2021-01-11T22:03:04.148Z] prd-centos7-docker-4c-2g-19610 does not seem to be running inside a container [2021-01-11T22:03:04.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T22:03:04.921Z] $ docker top 9aae9782e3331f6297ffa6347a052ade09681c4e2aebcd6a73195f47822bc111 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T22:03:05.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T22:03:05.317Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T22:03:05.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T22:03:05.521Z] $ docker exec 9aae9782e3331f6297ffa6347a052ade09681c4e2aebcd6a73195f47822bc111 ssh-agent [2021-01-11T22:03:05.696Z] SSH_AUTH_SOCK=/tmp/ssh-AtS0gT008FRo/agent.12 [2021-01-11T22:03:05.696Z] SSH_AGENT_PID=18 [2021-01-11T22:03:05.704Z] Running ssh-add (command line suppressed) [2021-01-11T22:03:05.825Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8503944385937323193.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8503944385937323193.key) [2021-01-11T22:03:05.880Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T22:03:06.235Z] + git semver push [2021-01-11T22:03:06.235Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T22:03:06.235Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-11T22:03:06.235Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-11T22:03:06.235Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T22:03:06.235Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T22:03:06.235Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T22:03:06.235Z] # $SEMVER_BRANCH = master [2021-01-11T22:03:06.235Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-11T22:03:12.843Z] $ docker exec --env ******** --env ******** 9aae9782e3331f6297ffa6347a052ade09681c4e2aebcd6a73195f47822bc111 ssh-agent -k [2021-01-11T22:03:12.971Z] unset SSH_AUTH_SOCK; [2021-01-11T22:03:12.972Z] unset SSH_AGENT_PID; [2021-01-11T22:03:12.972Z] echo Agent pid 18 killed; [2021-01-11T22:03:13.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T22:03:13.532Z] + git semver [Pipeline] } [2021-01-11T22:03:13.832Z] $ docker stop --time=1 9aae9782e3331f6297ffa6347a052ade09681c4e2aebcd6a73195f47822bc111 [2021-01-11T22:03:15.238Z] $ docker rm -f 9aae9782e3331f6297ffa6347a052ade09681c4e2aebcd6a73195f47822bc111 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:03:16.509Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:03:17.074Z] ---> package-listing.sh [2021-01-11T22:03:17.074Z] ++ facter osfamily [2021-01-11T22:03:17.074Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T22:03:17.074Z] + OS_FAMILY=redhat [2021-01-11T22:03:17.074Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-01-11T22:03:17.074Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T22:03:17.074Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T22:03:17.074Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T22:03:17.074Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T22:03:17.074Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-11T22:03:17.074Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T22:03:17.074Z] + case "${OS_FAMILY}" in [2021-01-11T22:03:17.074Z] + rpm -qa [2021-01-11T22:03:17.074Z] + sort [2021-01-11T22:03:22.379Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T22:03:22.379Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T22:03:22.379Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T22:03:22.379Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-11T22:03:22.379Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-01-11T22:03:22.379Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-01-11T22:03:22.392Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T22:03:22.681Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:03:22.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T22:03:22.984Z] [2021-01-11T22:03:22.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T22:03:23.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T22:03:23.329Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T22:03:23.329Z] df20fa9351a1: Pulling fs layer [2021-01-11T22:03:23.329Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T22:03:23.329Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T22:03:23.329Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T22:03:23.329Z] 93b61091891f: Pulling fs layer [2021-01-11T22:03:23.329Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T22:03:23.329Z] 5e14af77c1be: Pulling fs layer [2021-01-11T22:03:23.329Z] 01666e4c0597: Pulling fs layer [2021-01-11T22:03:23.329Z] aa168da1d23b: Pulling fs layer [2021-01-11T22:03:23.329Z] 5e14af77c1be: Waiting [2021-01-11T22:03:23.329Z] 01666e4c0597: Waiting [2021-01-11T22:03:23.329Z] aa168da1d23b: Waiting [2021-01-11T22:03:23.329Z] 46f8f816bc3b: Waiting [2021-01-11T22:03:23.329Z] 93b9cdb0e59b: Waiting [2021-01-11T22:03:23.329Z] 93b61091891f: Waiting [2021-01-11T22:03:23.329Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T22:03:23.329Z] 36b3adc4ff6f: Download complete [2021-01-11T22:03:23.329Z] 46f8f816bc3b: Download complete [2021-01-11T22:03:23.591Z] df20fa9351a1: Verifying Checksum [2021-01-11T22:03:23.591Z] df20fa9351a1: Download complete [2021-01-11T22:03:23.591Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T22:03:23.591Z] 93b9cdb0e59b: Download complete [2021-01-11T22:03:23.591Z] 5e14af77c1be: Verifying Checksum [2021-01-11T22:03:23.591Z] 5e14af77c1be: Download complete [2021-01-11T22:03:23.591Z] 93b61091891f: Download complete [2021-01-11T22:03:23.591Z] 01666e4c0597: Verifying Checksum [2021-01-11T22:03:23.591Z] 01666e4c0597: Download complete [2021-01-11T22:03:23.591Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T22:03:23.591Z] 8ad3a11d3b57: Download complete [2021-01-11T22:03:23.854Z] df20fa9351a1: Pull complete [2021-01-11T22:03:24.122Z] 36b3adc4ff6f: Pull complete [2021-01-11T22:03:25.085Z] 8ad3a11d3b57: Pull complete [2021-01-11T22:03:25.348Z] 46f8f816bc3b: Pull complete [2021-01-11T22:03:25.926Z] aa168da1d23b: Verifying Checksum [2021-01-11T22:03:25.926Z] aa168da1d23b: Download complete [2021-01-11T22:03:25.926Z] 93b61091891f: Pull complete [2021-01-11T22:03:26.189Z] 93b9cdb0e59b: Pull complete [2021-01-11T22:03:26.189Z] 5e14af77c1be: Pull complete [2021-01-11T22:03:26.458Z] 01666e4c0597: Pull complete [2021-01-11T22:03:33.064Z] aa168da1d23b: Pull complete [2021-01-11T22:03:33.064Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T22:03:33.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T22:03:33.064Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T22:03:33.192Z] prd-centos7-docker-4c-2g-19610 does not seem to be running inside a container [2021-01-11T22:03:33.238Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T22:03:36.336Z] $ docker top 0557c9ef6d6a806d515ca1546b03aac36de429e0cb71814139793f23ad67cd3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T22:03:36.817Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T22:03:37.116Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T22:03:37.414Z] + ls /var/log/sa-host [2021-01-11T22:03:37.414Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T22:03:37.414Z] file_magic: OK [2021-01-11T22:03:37.414Z] HZ: Using current value: 100 [2021-01-11T22:03:37.414Z] file_header: OK [2021-01-11T22:03:37.414Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-11T22:03:37.414Z] Statistics: [2021-01-11T22:03:37.414Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T22:03:37.414Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T22:03:37.414Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T22:03:37.414Z] file_magic: OK [2021-01-11T22:03:37.414Z] HZ: Using current value: 100 [2021-01-11T22:03:37.414Z] file_header: OK [2021-01-11T22:03:37.414Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-11T22:03:37.414Z] Statistics: [2021-01-11T22:03:37.414Z] Hnuu...uuuununununu... [2021-01-11T22:03:37.414Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T22:03:37.607Z] provisioning config files... [2021-01-11T22:03:37.622Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3710604200256016307tmp [Pipeline] { [Pipeline] echo [2021-01-11T22:03:37.692Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:03:37.987Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T22:03:37.997Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T22:03:38.088Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:03:38.387Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T22:03:38.398Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:03:38.694Z] ---> sudo-logs.sh [2021-01-11T22:03:38.694Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T22:03:38.706Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:03:39.003Z] ---> job-cost.sh [2021-01-11T22:03:39.003Z] lf-activate-venv: SKIPPING [2021-01-11T22:03:39.003Z] INFO: No Stack... [2021-01-11T22:03:40.399Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T22:03:40.662Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T22:03:40.676Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T22:03:40.971Z] ---> logs-deploy.sh [2021-01-11T22:03:40.971Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/103 [2021-01-11T22:03:40.971Z] INFO: archiving workspace using pattern(s): [2021-01-11T22:03:42.372Z] Archives upload complete. [2021-01-11T22:03:42.642Z] INFO: archiving logs to Nexus [2021-01-11T22:03:43.589Z] ---> uname -a: [2021-01-11T22:03:43.589Z] Linux prd-centos7-docker-4c-2g-19610.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-11T22:03:43.589Z] [2021-01-11T22:03:43.589Z] [2021-01-11T22:03:43.589Z] ---> lscpu: [2021-01-11T22:03:43.589Z] Architecture: x86_64 [2021-01-11T22:03:43.589Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-11T22:03:43.589Z] Byte Order: Little Endian [2021-01-11T22:03:43.589Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-11T22:03:43.589Z] CPU(s): 4 [2021-01-11T22:03:43.589Z] On-line CPU(s) list: 0-3 [2021-01-11T22:03:43.589Z] Thread(s) per core: 1 [2021-01-11T22:03:43.589Z] Core(s) per socket: 1 [2021-01-11T22:03:43.589Z] Socket(s): 4 [2021-01-11T22:03:43.589Z] NUMA node(s): 1 [2021-01-11T22:03:43.589Z] Vendor ID: GenuineIntel [2021-01-11T22:03:43.589Z] CPU family: 6 [2021-01-11T22:03:43.589Z] Model: 44 [2021-01-11T22:03:43.589Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-11T22:03:43.589Z] Stepping: 1 [2021-01-11T22:03:43.589Z] CPU MHz: 2933.442 [2021-01-11T22:03:43.589Z] BogoMIPS: 5866.88 [2021-01-11T22:03:43.589Z] Virtualization: VT-x [2021-01-11T22:03:43.589Z] Hypervisor vendor: KVM [2021-01-11T22:03:43.589Z] Virtualization type: full [2021-01-11T22:03:43.589Z] L1d cache: 128 KiB [2021-01-11T22:03:43.589Z] L1i cache: 128 KiB [2021-01-11T22:03:43.589Z] L2 cache: 16 MiB [2021-01-11T22:03:43.589Z] L3 cache: 64 MiB [2021-01-11T22:03:43.589Z] NUMA node0 CPU(s): 0-3 [2021-01-11T22:03:43.590Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-11T22:03:43.590Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-11T22:03:43.590Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-11T22:03:43.590Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-11T22:03:43.590Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-11T22:03:43.590Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-11T22:03:43.590Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-11T22:03:43.590Z] Vulnerability Srbds: Not affected [2021-01-11T22:03:43.590Z] Vulnerability Tsx async abort: Not affected [2021-01-11T22:03:43.590Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] ---> nproc: [2021-01-11T22:03:43.590Z] 4 [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] ---> df -h: [2021-01-11T22:03:43.590Z] Filesystem Size Used Available Use% Mounted on [2021-01-11T22:03:43.590Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-11T22:03:43.590Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-11T22:03:43.590Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-11T22:03:43.590Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-11T22:03:43.590Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] ---> free -m: [2021-01-11T22:03:43.590Z] total used free shared buff/cache available [2021-01-11T22:03:43.590Z] Mem: 1837 797 154 0 886 976 [2021-01-11T22:03:43.590Z] Swap: 1023 2 1021 [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] ---> ip addr: [2021-01-11T22:03:43.590Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-11T22:03:43.590Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-11T22:03:43.590Z] inet 127.0.0.1/8 scope host lo [2021-01-11T22:03:43.590Z] valid_lft forever preferred_lft forever [2021-01-11T22:03:43.590Z] inet6 ::1/128 scope host [2021-01-11T22:03:43.590Z] valid_lft forever preferred_lft forever [2021-01-11T22:03:43.590Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-11T22:03:43.590Z] link/ether fa:16:3e:a4:bb:5a brd ff:ff:ff:ff:ff:ff [2021-01-11T22:03:43.590Z] inet 10.30.122.97/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-11T22:03:43.590Z] valid_lft 85749sec preferred_lft 85749sec [2021-01-11T22:03:43.590Z] inet6 fe80::f816:3eff:fea4:bb5a/64 scope link [2021-01-11T22:03:43.590Z] valid_lft forever preferred_lft forever [2021-01-11T22:03:43.590Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-11T22:03:43.590Z] link/ether 02:42:a8:34:ff:a2 brd ff:ff:ff:ff:ff:ff [2021-01-11T22:03:43.590Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-11T22:03:43.590Z] valid_lft forever preferred_lft forever [2021-01-11T22:03:43.590Z] inet6 fe80::42:a8ff:fe34:ffa2/64 scope link [2021-01-11T22:03:43.590Z] valid_lft forever preferred_lft forever [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] ---> sar -b -r -n DEV: [2021-01-11T22:03:43.590Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] 21:52:42 LINUX RESTART (4 CPU) [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] 21:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-11T22:03:43.590Z] 21:54:01 139.65 52.56 87.08 0.00 7912.02 39279.81 0.00 [2021-01-11T22:03:43.590Z] 21:55:01 2.46 0.00 2.46 0.00 0.00 55.45 0.00 [2021-01-11T22:03:43.590Z] 21:56:01 0.45 0.00 0.45 0.00 0.00 6.73 0.00 [2021-01-11T22:03:43.590Z] 21:57:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 [2021-01-11T22:03:43.590Z] 21:58:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 [2021-01-11T22:03:43.590Z] 21:59:01 0.32 0.00 0.32 0.00 0.00 4.91 0.00 [2021-01-11T22:03:43.590Z] 22:00:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 [2021-01-11T22:03:43.590Z] 22:01:01 0.30 0.02 0.28 0.00 0.13 3.08 0.00 [2021-01-11T22:03:43.590Z] 22:02:01 220.22 129.17 91.05 0.00 6882.61 33489.75 0.00 [2021-01-11T22:03:43.590Z] 22:03:02 258.40 109.09 149.31 0.00 5953.45 35124.52 0.00 [2021-01-11T22:03:43.590Z] Average: 62.28 29.10 33.18 0.00 2075.77 10802.06 0.00 [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] 21:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-11T22:03:43.590Z] 21:54:01 168988 0 593944 31.57 2620 1115992 1112600 37.97 406376 1106400 128 [2021-01-11T22:03:43.590Z] 21:55:01 173956 0 589040 31.31 2620 1115928 1096508 37.42 409040 1099676 20 [2021-01-11T22:03:43.590Z] 21:56:01 173732 0 589260 31.32 2620 1115932 1076080 36.72 409652 1099548 8 [2021-01-11T22:03:43.590Z] 21:57:01 174020 0 588972 31.30 2620 1115932 1076068 36.72 419344 1089624 16 [2021-01-11T22:03:43.590Z] 21:58:01 174164 0 588820 31.29 2620 1115940 1076056 36.72 410332 1098520 16 [2021-01-11T22:03:43.590Z] 21:59:01 172428 0 590552 31.39 2620 1115944 1076132 36.73 423536 1087136 8 [2021-01-11T22:03:43.590Z] 22:00:01 173208 0 589768 31.34 2620 1115948 1076012 36.72 423860 1085920 8 [2021-01-11T22:03:43.590Z] 22:01:01 172416 0 590556 31.39 2620 1115952 1078552 36.81 424612 1085920 20 [2021-01-11T22:03:43.590Z] 22:02:01 87916 0 733308 38.97 2620 1057700 1347092 45.97 527832 1011924 2044 [2021-01-11T22:03:43.590Z] 22:03:02 206748 0 762252 40.51 1612 910932 1365996 46.62 599740 735580 64 [2021-01-11T22:03:43.590Z] Average: 167758 0 621647 33.04 2519 1089620 1138110 38.84 445432 1050025 233 [2021-01-11T22:03:43.590Z] [2021-01-11T22:03:43.590Z] 21:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-11T22:03:43.590Z] 21:54:01 eth0 611.68 381.99 1098.02 97.29 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:54:01 docker0 7.62 5.23 1.32 20.85 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:55:01 eth0 2.63 1.38 3.19 0.29 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:56:01 eth0 1.57 0.43 0.37 0.18 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:57:01 eth0 1.42 0.40 0.34 0.24 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:58:01 eth0 1.47 0.33 0.41 0.20 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:59:01 eth0 1.32 0.63 0.69 0.46 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.590Z] 22:00:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:01:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:02:01 vethea72a85 18.92 17.14 2.15 19.84 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:02:01 eth0 536.26 471.63 4108.56 40.83 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:02:01 docker0 18.92 17.04 1.89 19.83 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:03:02 eth0 522.06 445.83 3595.62 120.15 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:03:02 docker0 38.51 44.41 2.51 338.97 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] 22:03:02 vethc366da0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] Average: eth0 167.99 130.34 881.13 25.97 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] Average: docker0 6.51 6.67 0.57 37.98 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] Average: vethc366da0 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T22:03:43.591Z] [2021-01-11T22:03:43.591Z] [2021-01-11T22:03:43.591Z] ---> sar -P ALL: [2021-01-11T22:03:43.591Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T22:03:43.591Z] [2021-01-11T22:03:43.591Z] 21:52:42 LINUX RESTART (4 CPU) [2021-01-11T22:03:43.591Z] [2021-01-11T22:03:43.591Z] 21:53:01 CPU %user %nice %system %iowait %steal %idle [2021-01-11T22:03:43.591Z] 21:54:01 all 12.89 0.00 7.56 7.85 0.05 71.65 [2021-01-11T22:03:43.591Z] 21:54:01 0 11.84 0.00 8.03 7.47 0.03 72.62 [2021-01-11T22:03:43.591Z] 21:54:01 1 13.64 0.00 8.63 7.87 0.05 69.80 [2021-01-11T22:03:43.591Z] 21:54:01 2 13.41 0.00 5.98 8.74 0.05 71.82 [2021-01-11T22:03:43.591Z] 21:54:01 3 12.68 0.00 7.60 7.31 0.05 72.36 [2021-01-11T22:03:43.591Z] 21:55:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-11T22:03:43.591Z] 21:55:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-11T22:03:43.591Z] 21:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-11T22:03:43.591Z] 21:55:01 2 0.12 0.00 0.08 0.00 0.00 99.80 [2021-01-11T22:03:43.591Z] 21:55:01 3 0.43 0.00 0.05 0.00 0.00 99.52 [2021-01-11T22:03:43.591Z] 21:56:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-01-11T22:03:43.591Z] 21:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T22:03:43.591Z] 21:56:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-11T22:03:43.591Z] 21:56:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-11T22:03:43.591Z] 21:56:01 3 0.47 0.00 0.05 0.00 0.00 99.48 [2021-01-11T22:03:43.591Z] 21:57:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-11T22:03:43.591Z] 21:57:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-11T22:03:43.591Z] 21:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T22:03:43.591Z] 21:57:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-11T22:03:43.591Z] 21:57:01 3 0.50 0.00 0.00 0.00 0.00 99.50 [2021-01-11T22:03:43.591Z] 21:58:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-11T22:03:43.591Z] 21:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T22:03:43.591Z] 21:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T22:03:43.591Z] 21:58:01 2 0.18 0.00 0.05 0.00 0.00 99.77 [2021-01-11T22:03:43.591Z] 21:58:01 3 0.38 0.00 0.02 0.00 0.00 99.60 [2021-01-11T22:03:43.591Z] 21:59:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-11T22:03:43.591Z] 21:59:01 0 0.03 0.00 0.10 0.00 0.00 99.87 [2021-01-11T22:03:43.591Z] 21:59:01 1 0.60 0.00 0.02 0.00 0.00 99.38 [2021-01-11T22:03:43.591Z] 21:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-11T22:03:43.591Z] 21:59:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-11T22:03:43.591Z] 22:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-11T22:03:43.591Z] 22:00:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-11T22:03:43.591Z] 22:00:01 1 0.55 0.00 0.02 0.00 0.00 99.43 [2021-01-11T22:03:43.591Z] 22:00:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-11T22:03:43.591Z] 22:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-11T22:03:43.591Z] 22:01:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-01-11T22:03:43.591Z] 22:01:01 0 0.13 0.00 0.03 0.00 0.02 99.82 [2021-01-11T22:03:43.591Z] 22:01:01 1 0.38 0.00 0.03 0.00 0.00 99.58 [2021-01-11T22:03:43.591Z] 22:01:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-11T22:03:43.591Z] 22:01:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2021-01-11T22:03:43.591Z] 22:02:01 all 8.39 0.00 5.81 1.95 0.05 83.80 [2021-01-11T22:03:43.591Z] 22:02:01 0 10.12 0.00 6.74 1.12 0.02 82.00 [2021-01-11T22:03:43.591Z] 22:02:01 1 7.47 0.00 5.98 1.29 0.10 85.16 [2021-01-11T22:03:43.591Z] 22:02:01 2 7.98 0.00 6.06 3.90 0.03 82.03 [2021-01-11T22:03:43.591Z] 22:02:01 3 7.98 0.00 4.46 1.50 0.05 86.01 [2021-01-11T22:03:43.591Z] 22:03:02 all 11.86 0.00 9.12 3.73 0.03 75.26 [2021-01-11T22:03:43.591Z] 22:03:02 0 11.47 0.00 8.63 4.35 0.02 75.54 [2021-01-11T22:03:43.591Z] 22:03:02 1 10.58 0.00 9.56 4.93 0.02 74.91 [2021-01-11T22:03:43.591Z] 22:03:02 2 14.08 0.00 9.62 4.10 0.03 72.17 [2021-01-11T22:03:43.591Z] 22:03:02 3 11.33 0.00 8.68 1.52 0.05 78.41 [2021-01-11T22:03:43.591Z] Average: all 3.38 0.00 2.24 1.34 0.01 93.03 [2021-01-11T22:03:43.591Z] Average: 0 3.33 0.00 2.34 1.28 0.01 93.04 [2021-01-11T22:03:43.591Z] Average: 1 3.30 0.00 2.40 1.39 0.02 92.89 [2021-01-11T22:03:43.591Z] Average: 2 3.55 0.00 2.17 1.65 0.01 92.61 [2021-01-11T22:03:43.591Z] Average: 3 3.34 0.00 2.06 1.02 0.02 93.57 [2021-01-11T22:03:43.591Z] [2021-01-11T22:03:43.591Z] [2021-01-11T22:03:43.591Z]