Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 848c16ec05d796c9e5a16abafab7aa79fc4967e4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-27138 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 848c16ec05d796c9e5a16abafab7aa79fc4967e4 (master) > 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 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 Commit message: "Merge pull request #793 from hahattan/issue-791" > git rev-list --no-walk 90f0e220c38dfa765b59e93e9c62ca721e898d74 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-22T07:14:32.244Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-22T07:14:32.525Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-22T07:14:32.626Z] ========================================================= [2021-02-22T07:14:32.626Z] EdgeX Global Pipelines Version Info [2021-02-22T07:14:32.626Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:14:34.176Z] ------------------- [2021-02-22T07:14:34.176Z] stable info: [2021-02-22T07:14:34.176Z] ------------------- [2021-02-22T07:14:34.176Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T07:14:34.176Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T07:14:34.176Z] Message: update stable to v1.0.179 [2021-02-22T07:14:35.122Z] ------------------- [2021-02-22T07:14:35.122Z] experimental info: [2021-02-22T07:14:35.122Z] ------------------- [2021-02-22T07:14:35.122Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T07:14:35.122Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T07:14:35.122Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-22T07:14:35.511Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-22T07:14:35.658Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-22T07:14:35.774Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-22T07:14:35.868Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-22T07:14:35.961Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-22T07:14:36.054Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-22T07:14:36.145Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-22T07:14:36.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-22T07:14:36.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-22T07:14:36.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-22T07:14:36.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-22T07:14:36.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-22T07:14:36.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-22T07:14:36.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-22T07:14:36.927Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T07:14:37.017Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T07:14:37.137Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T07:14:37.272Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T07:14:37.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-22T07:14:37.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-22T07:14:37.547Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-22T07:14:37.636Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-22T07:14:37.747Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-22T07:14:37.836Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-22T07:14:37.921Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-22T07:14:38.006Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-22T07:14:38.139Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-22T07:14:38.224Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-22T07:14:38.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-22T07:14:38.396Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-22T07:14:38.486Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 848c16ec05d796c9e5a16abafab7aa79fc4967e4 [Pipeline] echo [2021-02-22T07:14:38.574Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 848c16e [Pipeline] echo [2021-02-22T07:14:38.671Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T07:14:38.863Z] provisioning config files... [2021-02-22T07:14:38.892Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2194215523618437781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:14:39.262Z] ---> docker-login.sh [2021-02-22T07:14:39.262Z] nexus3.edgexfoundry.org:10001 [2021-02-22T07:14:39.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:14:39.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:14:39.787Z] Configure a credential helper to remove this warning. See [2021-02-22T07:14:39.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:14:39.787Z] [2021-02-22T07:14:39.787Z] Login Succeeded [2021-02-22T07:14:39.787Z] nexus3.edgexfoundry.org:10002 [2021-02-22T07:14:39.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:14:40.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:14:40.049Z] Configure a credential helper to remove this warning. See [2021-02-22T07:14:40.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:14:40.049Z] [2021-02-22T07:14:40.049Z] Login Succeeded [2021-02-22T07:14:40.049Z] nexus3.edgexfoundry.org:10003 [2021-02-22T07:14:40.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:14:40.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:14:40.049Z] Configure a credential helper to remove this warning. See [2021-02-22T07:14:40.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:14:40.049Z] [2021-02-22T07:14:40.049Z] Login Succeeded [2021-02-22T07:14:40.049Z] nexus3.edgexfoundry.org:10004 [2021-02-22T07:14:40.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:14:40.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:14:40.310Z] Configure a credential helper to remove this warning. See [2021-02-22T07:14:40.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:14:40.310Z] [2021-02-22T07:14:40.310Z] Login Succeeded [2021-02-22T07:14:40.310Z] docker.io [2021-02-22T07:14:40.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:14:40.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:14:40.572Z] Configure a credential helper to remove this warning. See [2021-02-22T07:14:40.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:14:40.572Z] [2021-02-22T07:14:40.572Z] Login Succeeded [2021-02-22T07:14:40.572Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T07:14:40.582Z] 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-02-22T07:14:41.471Z] + git log --format=format:%s -1 848c16ec05d796c9e5a16abafab7aa79fc4967e4 [Pipeline] echo [2021-02-22T07:14:41.532Z] GIT_COMMIT: 848c16ec05d796c9e5a16abafab7aa79fc4967e4, Commit Message: Merge pull request #793 from hahattan/issue-791 [Pipeline] echo [2021-02-22T07:14:41.574Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:14:42.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T07:14:42.197Z] [2021-02-22T07:14:42.197Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:14:42.546Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T07:14:42.546Z] latest: Pulling from edgex-devops/git-semver [2021-02-22T07:14:42.546Z] 31603596830f: Pulling fs layer [2021-02-22T07:14:42.546Z] 2a8b12db71e7: Pulling fs layer [2021-02-22T07:14:42.546Z] 6ca5941a6612: Pulling fs layer [2021-02-22T07:14:42.546Z] ecc8261a40a4: Pulling fs layer [2021-02-22T07:14:42.546Z] ecc8261a40a4: Waiting [2021-02-22T07:14:42.546Z] 2a8b12db71e7: Verifying Checksum [2021-02-22T07:14:42.546Z] 2a8b12db71e7: Download complete [2021-02-22T07:14:42.546Z] 31603596830f: Verifying Checksum [2021-02-22T07:14:42.546Z] 31603596830f: Download complete [2021-02-22T07:14:42.810Z] ecc8261a40a4: Verifying Checksum [2021-02-22T07:14:42.810Z] ecc8261a40a4: Download complete [2021-02-22T07:14:42.810Z] 6ca5941a6612: Verifying Checksum [2021-02-22T07:14:42.810Z] 6ca5941a6612: Download complete [2021-02-22T07:14:43.073Z] 31603596830f: Pull complete [2021-02-22T07:14:43.073Z] 2a8b12db71e7: Pull complete [2021-02-22T07:14:44.021Z] 6ca5941a6612: Pull complete [2021-02-22T07:14:44.285Z] ecc8261a40a4: Pull complete [2021-02-22T07:14:44.285Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-22T07:14:44.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T07:14:44.285Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-22T07:14:44.392Z] prd-centos7-docker-4c-2g-27138 does not seem to be running inside a container [2021-02-22T07:14:44.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T07:14:46.486Z] $ docker top d28390ab4faa4087f21d6495f017ecd5a9f19744ebfcf8a0c3fd5a5a78947890 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T07:14:46.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T07:14:46.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T07:14:47.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T07:14:47.119Z] $ docker exec d28390ab4faa4087f21d6495f017ecd5a9f19744ebfcf8a0c3fd5a5a78947890 ssh-agent [2021-02-22T07:14:47.283Z] SSH_AUTH_SOCK=/tmp/ssh-bUBxVKvXIbvK/agent.11 [2021-02-22T07:14:47.283Z] SSH_AGENT_PID=16 [2021-02-22T07:14:47.297Z] Running ssh-add (command line suppressed) [2021-02-22T07:14:47.418Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1792206136437718415.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1792206136437718415.key) [2021-02-22T07:14:47.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T07:14:48.011Z] + git tag --points-at HEAD [Pipeline] } [2021-02-22T07:14:48.035Z] $ docker exec --env ******** --env ******** d28390ab4faa4087f21d6495f017ecd5a9f19744ebfcf8a0c3fd5a5a78947890 ssh-agent -k [2021-02-22T07:14:48.142Z] unset SSH_AUTH_SOCK; [2021-02-22T07:14:48.143Z] unset SSH_AGENT_PID; [2021-02-22T07:14:48.143Z] echo Agent pid 16 killed; [2021-02-22T07:14:48.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-22T07:14:48.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T07:14:48.325Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T07:14:48.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T07:14:48.490Z] $ docker exec d28390ab4faa4087f21d6495f017ecd5a9f19744ebfcf8a0c3fd5a5a78947890 ssh-agent [2021-02-22T07:14:48.646Z] SSH_AUTH_SOCK=/tmp/ssh-YT4v18qKaXys/agent.46 [2021-02-22T07:14:48.646Z] SSH_AGENT_PID=51 [2021-02-22T07:14:48.653Z] Running ssh-add (command line suppressed) [2021-02-22T07:14:48.770Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5313300061573342418.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5313300061573342418.key) [2021-02-22T07:14:48.821Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T07:14:49.155Z] + git semver init [2021-02-22T07:14:49.155Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T07:14:49.155Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-22T07:14:49.155Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-22T07:14:49.155Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T07:14:49.155Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T07:14:49.155Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T07:14:49.155Z] # $SEMVER_BRANCH = master [2021-02-22T07:14:49.155Z] # $SEMVER_TEMP = /tmp/semver-963131772 [2021-02-22T07:14:49.155Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-22T07:14:50.101Z] # '/tmp/semver-963131772' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-02-22T07:14:50.101Z] # -> Force: false [2021-02-22T07:14:50.101Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-02-22T07:14:50.114Z] $ docker exec --env ******** --env ******** d28390ab4faa4087f21d6495f017ecd5a9f19744ebfcf8a0c3fd5a5a78947890 ssh-agent -k [2021-02-22T07:14:50.223Z] unset SSH_AUTH_SOCK; [2021-02-22T07:14:50.223Z] unset SSH_AGENT_PID; [2021-02-22T07:14:50.223Z] echo Agent pid 51 killed; [2021-02-22T07:14:50.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T07:14:50.762Z] + git semver [Pipeline] } [2021-02-22T07:14:50.781Z] $ docker stop --time=1 d28390ab4faa4087f21d6495f017ecd5a9f19744ebfcf8a0c3fd5a5a78947890 [2021-02-22T07:14:52.284Z] $ docker rm -f d28390ab4faa4087f21d6495f017ecd5a9f19744ebfcf8a0c3fd5a5a78947890 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T07:14:52.746Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-22T07:14:53.163Z] Stashed 1 file(s) [Pipeline] echo [2021-02-22T07:14:53.166Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.14 [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-02-22T07:15:08.746Z] Still waiting to schedule task [2021-02-22T07:15:08.746Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-22T07:15:08.748Z] Still waiting to schedule task [2021-02-22T07:15:08.749Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-22T07:17:57.678Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27139 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-22T07:17:57.733Z] Running in /w/workspace/device-sdk-go/119 [Pipeline] { [Pipeline] checkout [2021-02-22T07:18:03.029Z] using credential edgex-jenkins-ssh [2021-02-22T07:18:03.113Z] Cloning the remote Git repository [2021-02-22T07:18:03.173Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T07:18:03.299Z] > git init /w/workspace/device-sdk-go/119 # timeout=10 [2021-02-22T07:18:03.365Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T07:18:03.366Z] > git --version # timeout=10 [2021-02-22T07:18:03.390Z] > git --version # 'git version 2.17.1' [2021-02-22T07:18:03.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T07:18:03.469Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T07:18:05.149Z] Checking out Revision 848c16ec05d796c9e5a16abafab7aa79fc4967e4 (master) [2021-02-22T07:18:04.565Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T07:18:04.583Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T07:18:04.619Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T07:18:04.669Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T07:18:04.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T07:18:04.681Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T07:18:05.161Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T07:18:05.190Z] > git checkout -f 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-22T07:18:09.665Z] Commit message: "Merge pull request #793 from hahattan/issue-791" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T07:18:11.283Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-22T07:18:11.725Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T07:18:12.146Z] + true [2021-02-22T07:18:12.146Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T07:18:14.861Z] provisioning config files... [2021-02-22T07:18:14.901Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/119@tmp/config2476310702259266161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:18:15.313Z] ---> docker-login.sh [2021-02-22T07:18:15.313Z] nexus3.edgexfoundry.org:10001 [2021-02-22T07:18:15.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:18:16.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:18:16.510Z] Configure a credential helper to remove this warning. See [2021-02-22T07:18:16.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:18:16.510Z] [2021-02-22T07:18:16.510Z] Login Succeeded [2021-02-22T07:18:16.510Z] nexus3.edgexfoundry.org:10002 [2021-02-22T07:18:16.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:18:17.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:18:17.058Z] Configure a credential helper to remove this warning. See [2021-02-22T07:18:17.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:18:17.058Z] [2021-02-22T07:18:17.058Z] Login Succeeded [2021-02-22T07:18:17.058Z] nexus3.edgexfoundry.org:10003 [2021-02-22T07:18:17.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:18:17.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:18:17.609Z] Configure a credential helper to remove this warning. See [2021-02-22T07:18:17.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:18:17.609Z] [2021-02-22T07:18:17.609Z] Login Succeeded [2021-02-22T07:18:17.609Z] nexus3.edgexfoundry.org:10004 [2021-02-22T07:18:17.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:18:18.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:18:18.160Z] Configure a credential helper to remove this warning. See [2021-02-22T07:18:18.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:18:18.160Z] [2021-02-22T07:18:18.160Z] Login Succeeded [2021-02-22T07:18:18.160Z] docker.io [2021-02-22T07:18:18.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:18:19.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:18:19.037Z] Configure a credential helper to remove this warning. See [2021-02-22T07:18:19.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:18:19.037Z] [2021-02-22T07:18:19.037Z] Login Succeeded [2021-02-22T07:18:19.037Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T07:18:19.054Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T07:18:19.516Z] ========================================================= [2021-02-22T07:18:19.516Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-22T07:18:19.516Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:18:19.898Z] + 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-02-22T07:18:20.169Z] Sending build context to Docker daemon 2.396MB [2021-02-22T07:18:20.444Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T07:18:20.444Z] Step 2/8 : FROM ${BASE} [2021-02-22T07:18:20.444Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-22T07:18:20.444Z] 5f621e34cdf4: Pulling fs layer [2021-02-22T07:18:20.444Z] a4357932f1b6: Pulling fs layer [2021-02-22T07:18:20.444Z] 18c013af1878: Pulling fs layer [2021-02-22T07:18:20.444Z] 00ac8860ef70: Pulling fs layer [2021-02-22T07:18:20.444Z] 63d7cb157983: Pulling fs layer [2021-02-22T07:18:20.444Z] b116817d02f9: Pulling fs layer [2021-02-22T07:18:20.444Z] 745a02a5169b: Pulling fs layer [2021-02-22T07:18:20.444Z] 00ac8860ef70: Waiting [2021-02-22T07:18:20.444Z] 63d7cb157983: Waiting [2021-02-22T07:18:20.444Z] b116817d02f9: Waiting [2021-02-22T07:18:20.444Z] 18c013af1878: Verifying Checksum [2021-02-22T07:18:20.444Z] 18c013af1878: Download complete [2021-02-22T07:18:20.444Z] a4357932f1b6: Verifying Checksum [2021-02-22T07:18:20.444Z] a4357932f1b6: Download complete [2021-02-22T07:18:20.444Z] 63d7cb157983: Verifying Checksum [2021-02-22T07:18:20.444Z] 63d7cb157983: Download complete [2021-02-22T07:18:20.444Z] 5f621e34cdf4: Download complete [2021-02-22T07:18:21.043Z] b116817d02f9: Download complete [2021-02-22T07:18:21.043Z] 5f621e34cdf4: Pull complete [2021-02-22T07:18:21.650Z] a4357932f1b6: Pull complete [2021-02-22T07:18:22.250Z] 18c013af1878: Pull complete [2021-02-22T07:18:23.224Z] 745a02a5169b: Download complete [2021-02-22T07:18:24.653Z] 00ac8860ef70: Verifying Checksum [2021-02-22T07:18:24.653Z] 00ac8860ef70: Download complete [2021-02-22T07:18:34.829Z] 00ac8860ef70: Pull complete [2021-02-22T07:18:35.103Z] 63d7cb157983: Pull complete [2021-02-22T07:18:35.378Z] b116817d02f9: Pull complete [2021-02-22T07:18:39.700Z] 745a02a5169b: Pull complete [2021-02-22T07:18:39.700Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-22T07:18:39.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-22T07:18:39.700Z] ---> b7e6874047d6 [2021-02-22T07:18:39.700Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T07:18:42.309Z] ---> Running in a8720fe0d729 [2021-02-22T07:18:42.585Z] Removing intermediate container a8720fe0d729 [2021-02-22T07:18:42.585Z] ---> 3b6dbc82a8ce [2021-02-22T07:18:42.585Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T07:18:42.585Z] ---> Running in 6a9cd00023de [2021-02-22T07:18:44.563Z] Removing intermediate container 6a9cd00023de [2021-02-22T07:18:44.563Z] ---> 6245a2d529ea [2021-02-22T07:18:44.563Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-22T07:18:44.836Z] ---> Running in 29f2af507c7e [2021-02-22T07:18:45.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T07:18:46.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T07:18:47.378Z] OK: 142 MiB in 39 packages [2021-02-22T07:18:48.371Z] Removing intermediate container 29f2af507c7e [2021-02-22T07:18:48.371Z] ---> ffc0cf88e24d [2021-02-22T07:18:48.371Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-22T07:18:48.371Z] ---> Running in 7e833a0c2037 [2021-02-22T07:18:48.965Z] Removing intermediate container 7e833a0c2037 [2021-02-22T07:18:48.965Z] ---> aa81f23e0511 [2021-02-22T07:18:48.965Z] Step 7/8 : COPY . . [2021-02-22T07:18:49.943Z] ---> 3e39565ddcbf [2021-02-22T07:18:49.943Z] Step 8/8 : RUN go mod download [2021-02-22T07:18:50.217Z] ---> Running in 41c17a43770d [2021-02-22T07:19:14.236Z] Running on prd-centos7-docker-4c-2g-27140 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-22T07:19:14.334Z] Running in /w/workspace/device-sdk-go/119 [Pipeline] { [Pipeline] checkout [2021-02-22T07:19:16.991Z] Removing intermediate container 41c17a43770d [2021-02-22T07:19:16.992Z] ---> 15fcf6542ebb [2021-02-22T07:19:16.992Z] Successfully built 15fcf6542ebb [2021-02-22T07:19:16.992Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:19:17.336Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T07:19:17.336Z] . [Pipeline] withDockerContainer [2021-02-22T07:19:17.571Z] prd-ubuntu18.04-docker-arm64-4c-16g-27139 does not seem to be running inside a container [2021-02-22T07:19:17.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/119 -v /w/workspace/device-sdk-go/119:/w/workspace/device-sdk-go/119:rw,z -v /w/workspace/device-sdk-go/119@tmp:/w/workspace/device-sdk-go/119@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-02-22T07:19:19.171Z] $ docker top 65eb9e22677917079825d74d0e6b8b3ffb804290a9309b9f812cd7e4ce584750 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T07:19:20.190Z] + go version [2021-02-22T07:19:20.190Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-22T07:19:20.228Z] $ docker stop --time=1 65eb9e22677917079825d74d0e6b8b3ffb804290a9309b9f812cd7e4ce584750 [2021-02-22T07:19:22.139Z] $ docker rm -f 65eb9e22677917079825d74d0e6b8b3ffb804290a9309b9f812cd7e4ce584750 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:19:23.150Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T07:19:23.150Z] . [Pipeline] withDockerContainer [2021-02-22T07:19:23.412Z] prd-ubuntu18.04-docker-arm64-4c-16g-27139 does not seem to be running inside a container [2021-02-22T07:19:23.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/119 -v /w/workspace/device-sdk-go/119:/w/workspace/device-sdk-go/119:rw,z -v /w/workspace/device-sdk-go/119@tmp:/w/workspace/device-sdk-go/119@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-02-22T07:19:25.048Z] $ docker top 9c1aae5ff7decab265722733d97d6c6d170151e14b6faaea2c2f710633adddef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T07:19:26.107Z] + make test [2021-02-22T07:19:26.107Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T07:19:26.895Z] using credential edgex-jenkins-ssh [2021-02-22T07:19:27.074Z] Cloning the remote Git repository [2021-02-22T07:19:27.287Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T07:19:27.523Z] > git init /w/workspace/device-sdk-go/119 # timeout=10 [2021-02-22T07:19:27.799Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T07:19:27.800Z] > git --version # timeout=10 [2021-02-22T07:19:27.846Z] > git --version # 'git version 2.24.3' [2021-02-22T07:19:27.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T07:19:27.936Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T07:19:29.704Z] Checking out Revision 848c16ec05d796c9e5a16abafab7aa79fc4967e4 (master) [2021-02-22T07:19:28.962Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T07:19:29.019Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T07:19:29.126Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T07:19:29.189Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T07:19:29.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T07:19:29.200Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T07:19:29.723Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T07:19:29.776Z] > git checkout -f 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-22T07:19:35.380Z] Commit message: "Merge pull request #793 from hahattan/issue-791" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T07:19:37.666Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-22T07:19:38.415Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T07:19:38.909Z] + true [2021-02-22T07:19:38.909Z] + sudo service docker restart [2021-02-22T07:19:38.909Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T07:19:40.507Z] provisioning config files... [2021-02-22T07:19:40.857Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/119@tmp/config1518723119269428159tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:19:42.163Z] ---> docker-login.sh [2021-02-22T07:19:42.164Z] nexus3.edgexfoundry.org:10001 [2021-02-22T07:19:42.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:19:43.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:19:43.283Z] Configure a credential helper to remove this warning. See [2021-02-22T07:19:43.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:19:43.283Z] [2021-02-22T07:19:43.283Z] Login Succeeded [2021-02-22T07:19:43.283Z] nexus3.edgexfoundry.org:10002 [2021-02-22T07:19:43.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:19:44.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:19:44.446Z] Configure a credential helper to remove this warning. See [2021-02-22T07:19:44.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:19:44.446Z] [2021-02-22T07:19:44.446Z] Login Succeeded [2021-02-22T07:19:44.446Z] nexus3.edgexfoundry.org:10003 [2021-02-22T07:19:45.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:19:45.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:19:45.141Z] Configure a credential helper to remove this warning. See [2021-02-22T07:19:45.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:19:45.141Z] [2021-02-22T07:19:45.141Z] Login Succeeded [2021-02-22T07:19:45.141Z] nexus3.edgexfoundry.org:10004 [2021-02-22T07:19:46.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:19:47.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:19:47.700Z] Configure a credential helper to remove this warning. See [2021-02-22T07:19:47.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:19:47.700Z] [2021-02-22T07:19:47.700Z] Login Succeeded [2021-02-22T07:19:47.700Z] docker.io [2021-02-22T07:19:48.293Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-22T07:19:49.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T07:19:49.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T07:19:49.358Z] Configure a credential helper to remove this warning. See [2021-02-22T07:19:49.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T07:19:49.358Z] [2021-02-22T07:19:49.358Z] Login Succeeded [2021-02-22T07:19:49.358Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T07:19:49.414Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T07:19:50.074Z] ========================================================= [2021-02-22T07:19:50.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-22T07:19:50.074Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:19:51.407Z] + 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-02-22T07:19:51.914Z] Sending build context to Docker daemon 2.39MB [2021-02-22T07:19:51.915Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T07:19:51.915Z] Step 2/8 : FROM ${BASE} [2021-02-22T07:19:52.199Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-22T07:19:52.199Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T07:19:52.199Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T07:19:52.199Z] de9db76c5a1d: Pulling fs layer [2021-02-22T07:19:52.199Z] bca2f99d35d6: Pulling fs layer [2021-02-22T07:19:52.199Z] 93359f2a8cfa: Pulling fs layer [2021-02-22T07:19:52.199Z] 7c6f9722023f: Pulling fs layer [2021-02-22T07:19:52.199Z] a35cf1a2eb13: Pulling fs layer [2021-02-22T07:19:52.199Z] 93359f2a8cfa: Waiting [2021-02-22T07:19:52.199Z] 7c6f9722023f: Waiting [2021-02-22T07:19:52.199Z] a35cf1a2eb13: Waiting [2021-02-22T07:19:52.199Z] bca2f99d35d6: Waiting [2021-02-22T07:19:52.542Z] de9db76c5a1d: Verifying Checksum [2021-02-22T07:19:52.542Z] de9db76c5a1d: Download complete [2021-02-22T07:19:52.542Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T07:19:52.542Z] 0ef7d3d256c8: Download complete [2021-02-22T07:19:52.542Z] 93359f2a8cfa: Verifying Checksum [2021-02-22T07:19:52.542Z] 93359f2a8cfa: Download complete [2021-02-22T07:19:53.629Z] 7c6f9722023f: Verifying Checksum [2021-02-22T07:19:53.629Z] 7c6f9722023f: Download complete [2021-02-22T07:19:53.946Z] 188c0c94c7c5: Verifying Checksum [2021-02-22T07:19:53.946Z] 188c0c94c7c5: Download complete [2021-02-22T07:19:54.698Z] 188c0c94c7c5: Pull complete [2021-02-22T07:19:55.639Z] 0ef7d3d256c8: Pull complete [2021-02-22T07:19:56.017Z] de9db76c5a1d: Pull complete [2021-02-22T07:20:02.088Z] a35cf1a2eb13: Verifying Checksum [2021-02-22T07:20:02.088Z] a35cf1a2eb13: Download complete [2021-02-22T07:20:04.611Z] bca2f99d35d6: Verifying Checksum [2021-02-22T07:20:04.611Z] bca2f99d35d6: Download complete [2021-02-22T07:20:23.737Z] bca2f99d35d6: Pull complete [2021-02-22T07:20:23.737Z] 93359f2a8cfa: Pull complete [2021-02-22T07:20:24.072Z] 7c6f9722023f: Pull complete [2021-02-22T07:20:31.440Z] a35cf1a2eb13: Pull complete [2021-02-22T07:20:31.440Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-22T07:20:31.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-22T07:20:31.440Z] ---> a62c8e92a672 [2021-02-22T07:20:31.440Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T07:20:32.276Z] ---> Running in a561c4949941 [2021-02-22T07:20:32.897Z] Removing intermediate container a561c4949941 [2021-02-22T07:20:32.897Z] ---> 3caaaf95747e [2021-02-22T07:20:32.897Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T07:20:32.897Z] ---> Running in b3e8682c5a4d [2021-02-22T07:20:35.321Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-22T07:20:35.321Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-22T07:20:35.321Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-22T07:20:35.321Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 25.5% of statements [2021-02-22T07:20:35.656Z] Removing intermediate container b3e8682c5a4d [2021-02-22T07:20:35.656Z] ---> ad101dd15bb6 [2021-02-22T07:20:35.656Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-22T07:20:35.656Z] ---> Running in 993948c28e92 [2021-02-22T07:20:37.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T07:20:38.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T07:20:38.553Z] OK: 166 MiB in 39 packages [2021-02-22T07:20:39.573Z] Removing intermediate container 993948c28e92 [2021-02-22T07:20:39.573Z] ---> 9d32f4fafcc7 [2021-02-22T07:20:39.574Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-22T07:20:39.857Z] ---> Running in af2517dc1934 [2021-02-22T07:20:40.130Z] Removing intermediate container af2517dc1934 [2021-02-22T07:20:40.130Z] ---> fa8143b6d04f [2021-02-22T07:20:40.130Z] Step 7/8 : COPY . . [2021-02-22T07:20:44.017Z] ---> bbce0eca48c7 [2021-02-22T07:20:44.017Z] Step 8/8 : RUN go mod download [2021-02-22T07:20:44.017Z] ---> Running in ec8eeebd52d2 [2021-02-22T07:21:02.116Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.129s coverage: 10.1% of statements [2021-02-22T07:21:02.117Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.142s coverage: 12.5% of statements [2021-02-22T07:21:02.117Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-22T07:21:02.117Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.140s coverage: 84.8% of statements [2021-02-22T07:21:02.117Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-22T07:21:02.117Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-22T07:21:02.117Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-22T07:21:02.117Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-22T07:21:02.117Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.170s coverage: 49.2% of statements [2021-02-22T07:21:02.117Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-22T07:21:02.117Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.172s coverage: 81.3% of statements [2021-02-22T07:21:02.117Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.173s coverage: 24.8% of statements [2021-02-22T07:21:02.117Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.693s coverage: 83.5% of statements [2021-02-22T07:21:02.117Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.121s coverage: 5.3% of statements [2021-02-22T07:21:02.117Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-22T07:21:02.117Z] GO111MODULE=on go vet ./... [2021-02-22T07:21:31.788Z] Removing intermediate container ec8eeebd52d2 [2021-02-22T07:21:31.788Z] ---> 8592e5f7d59c [2021-02-22T07:21:31.788Z] Successfully built 8592e5f7d59c [2021-02-22T07:21:31.788Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:21:32.994Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T07:21:32.994Z] . [Pipeline] withDockerContainer [2021-02-22T07:21:33.384Z] prd-centos7-docker-4c-2g-27140 does not seem to be running inside a container [2021-02-22T07:21:33.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/119 -v /w/workspace/device-sdk-go/119:/w/workspace/device-sdk-go/119:rw,z -v /w/workspace/device-sdk-go/119@tmp:/w/workspace/device-sdk-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T07:21:36.019Z] $ docker top 2b73a9d39c0f30a05b136a52d18f05f1248b41ed5fa01ad58fe3aa0b5a7bc5df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T07:21:37.346Z] + go version [2021-02-22T07:21:37.346Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-22T07:21:37.364Z] $ docker stop --time=1 2b73a9d39c0f30a05b136a52d18f05f1248b41ed5fa01ad58fe3aa0b5a7bc5df [2021-02-22T07:21:39.222Z] $ docker rm -f 2b73a9d39c0f30a05b136a52d18f05f1248b41ed5fa01ad58fe3aa0b5a7bc5df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:21:41.380Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T07:21:41.386Z] gofmt -l . [2021-02-22T07:21:41.386Z] [ "`gofmt -l .`" = "" ] [2021-02-22T07:21:41.386Z] ./bin/test-attribution-txt.sh [2021-02-22T07:21:41.386Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-22T07:21:41.427Z] $ docker stop --time=1 9c1aae5ff7decab265722733d97d6c6d170151e14b6faaea2c2f710633adddef [2021-02-22T07:21:41.806Z] . [2021-02-22T07:21:43.657Z] $ docker rm -f 9c1aae5ff7decab265722733d97d6c6d170151e14b6faaea2c2f710633adddef [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withDockerContainer [2021-02-22T07:21:44.543Z] prd-centos7-docker-4c-2g-27140 does not seem to be running inside a container [2021-02-22T07:21:44.638Z] + sudo chown -R jenkins:jenkins . [2021-02-22T07:21:44.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/119 -v /w/workspace/device-sdk-go/119:/w/workspace/device-sdk-go/119:rw,z -v /w/workspace/device-sdk-go/119@tmp:/w/workspace/device-sdk-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T07:21:45.602Z] $ docker top 3a0a5cc65c0986006a3020fd54a5b12d4de06b3a3ae82d8907dfaf97a925f06f -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2021-02-22T07:21:47.286Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-22T07:21:47.514Z] + make test [2021-02-22T07:21:47.514Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T07:21:51.311Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-22T07:21:51.641Z] + ls -al . [2021-02-22T07:21:51.641Z] total 220 [2021-02-22T07:21:51.641Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 07:21 . [2021-02-22T07:21:51.641Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:18 .. [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 07:18 .dockerignore [2021-02-22T07:21:51.641Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 07:18 .git [2021-02-22T07:21:51.641Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 07:18 .github [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 22 07:18 .gitignore [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 22 07:18 Dockerfile.build [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 22 07:18 Jenkinsfile [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 07:18 LICENSE [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 22 07:18 Makefile [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 22 07:18 README.md [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 22 07:18 RELEASE-NOTES.txt [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 07:14 VERSION [2021-02-22T07:21:51.641Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 07:18 bin [2021-02-22T07:21:51.641Z] -rw-r--r-- 1 jenkins jenkins 101757 Feb 22 07:21 coverage.out [2021-02-22T07:21:51.641Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:18 example [2021-02-22T07:21:51.641Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 22 07:21 go.mod [2021-02-22T07:21:51.641Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 22 07:21 go.sum [2021-02-22T07:21:51.641Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 07:18 internal [2021-02-22T07:21:51.641Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:18 openapi [2021-02-22T07:21:51.641Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 07:18 pkg [2021-02-22T07:21:51.641Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 07:18 snap [2021-02-22T07:21:51.641Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 07:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:21:51.981Z] + 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=848c16ec05d796c9e5a16abafab7aa79fc4967e4 --label arch=arm64 --label version=2.0.0-dev.14 . [2021-02-22T07:21:52.576Z] Sending build context to Docker daemon 2.498MB [2021-02-22T07:21:52.576Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T07:21:52.576Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-22T07:21:52.576Z] ---> 15fcf6542ebb [2021-02-22T07:21:52.576Z] Step 3/24 : ARG MAKE='make build' [2021-02-22T07:21:52.848Z] ---> Running in cfc5bcc8e1b6 [2021-02-22T07:21:53.120Z] Removing intermediate container cfc5bcc8e1b6 [2021-02-22T07:21:53.120Z] ---> 9212278df68e [2021-02-22T07:21:53.120Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-22T07:21:53.393Z] ---> Running in 00b367ed4e04 [2021-02-22T07:21:53.664Z] Removing intermediate container 00b367ed4e04 [2021-02-22T07:21:53.664Z] ---> de1b51bfc66f [2021-02-22T07:21:53.664Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T07:21:53.937Z] ---> Running in b48a917445e8 [2021-02-22T07:21:54.211Z] Removing intermediate container b48a917445e8 [2021-02-22T07:21:54.211Z] ---> 1b8b88c6689b [2021-02-22T07:21:54.211Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T07:21:54.484Z] ---> Running in 43748d14b1f0 [2021-02-22T07:21:56.458Z] Removing intermediate container 43748d14b1f0 [2021-02-22T07:21:56.458Z] ---> cb998895d98e [2021-02-22T07:21:56.458Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-22T07:21:56.733Z] ---> Running in c420dc898608 [2021-02-22T07:21:57.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T07:21:58.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T07:22:00.105Z] OK: 142 MiB in 39 packages [2021-02-22T07:22:01.080Z] Removing intermediate container c420dc898608 [2021-02-22T07:22:01.080Z] ---> 7cc1c5c3414e [2021-02-22T07:22:01.080Z] Step 8/24 : COPY . . [2021-02-22T07:22:02.513Z] ---> 4a0ab8ffc74e [2021-02-22T07:22:02.513Z] Step 9/24 : RUN ${MAKE} [2021-02-22T07:22:02.513Z] ---> Running in a31a385ae59f [2021-02-22T07:22:03.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.14" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-22T07:22:07.192Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-22T07:22:30.298Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-22T07:22:31.740Z] Removing intermediate container a31a385ae59f [2021-02-22T07:22:31.740Z] ---> cd1be14cbb24 [2021-02-22T07:22:31.740Z] Step 10/24 : FROM scratch [2021-02-22T07:22:31.740Z] ---> [2021-02-22T07:22:31.740Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T07:22:31.740Z] ---> Running in 11577a0dd52f [2021-02-22T07:22:32.011Z] Removing intermediate container 11577a0dd52f [2021-02-22T07:22:32.011Z] ---> bbb91caf5338 [2021-02-22T07:22:32.011Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-22T07:22:32.282Z] ---> Running in 3e9be7e248ed [2021-02-22T07:22:32.554Z] Removing intermediate container 3e9be7e248ed [2021-02-22T07:22:32.554Z] ---> 2b0b14d841bb [2021-02-22T07:22:32.554Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-22T07:22:32.554Z] ---> Running in 8767515c9bd1 [2021-02-22T07:22:33.155Z] Removing intermediate container 8767515c9bd1 [2021-02-22T07:22:33.155Z] ---> c10857b9bcd0 [2021-02-22T07:22:33.155Z] Step 14/24 : WORKDIR / [2021-02-22T07:22:33.155Z] ---> Running in 6cece1dca721 [2021-02-22T07:22:33.750Z] Removing intermediate container 6cece1dca721 [2021-02-22T07:22:33.750Z] ---> 99206176b42c [2021-02-22T07:22:33.750Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-22T07:22:34.728Z] ---> 8ed2db7ba444 [2021-02-22T07:22:34.728Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-22T07:22:35.326Z] ---> 7435abccf38f [2021-02-22T07:22:35.326Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-22T07:22:36.299Z] ---> c0b687d3b551 [2021-02-22T07:22:36.300Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-22T07:22:36.895Z] ---> 625953fcb9aa [2021-02-22T07:22:36.895Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-22T07:22:37.488Z] ---> aa9d52ae27ab [2021-02-22T07:22:37.488Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-22T07:22:37.761Z] ---> Running in 92c19c92be24 [2021-02-22T07:22:38.035Z] Removing intermediate container 92c19c92be24 [2021-02-22T07:22:38.035Z] ---> 21aacf03139d [2021-02-22T07:22:38.035Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T07:22:38.314Z] ---> Running in 2ad5ef5094c1 [2021-02-22T07:22:38.908Z] Removing intermediate container 2ad5ef5094c1 [2021-02-22T07:22:38.909Z] ---> 544271fd45f3 [2021-02-22T07:22:38.909Z] Step 22/24 : LABEL arch=arm64 [2021-02-22T07:22:38.909Z] ---> Running in 661b989ebf00 [2021-02-22T07:22:39.181Z] Removing intermediate container 661b989ebf00 [2021-02-22T07:22:39.181Z] ---> 5eb9206f21f1 [2021-02-22T07:22:39.181Z] Step 23/24 : LABEL git_sha=848c16ec05d796c9e5a16abafab7aa79fc4967e4 [2021-02-22T07:22:39.456Z] ---> Running in a94edd430d1d [2021-02-22T07:22:39.734Z] Removing intermediate container a94edd430d1d [2021-02-22T07:22:39.734Z] ---> 9f183a73fbf2 [2021-02-22T07:22:39.734Z] Step 24/24 : LABEL version=2.0.0-dev.14 [2021-02-22T07:22:40.007Z] ---> Running in d39a071d81c7 [2021-02-22T07:22:40.601Z] Removing intermediate container d39a071d81c7 [2021-02-22T07:22:40.601Z] ---> b99523843ea3 [2021-02-22T07:22:40.601Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-22T07:22:40.601Z] Successfully built b99523843ea3 [2021-02-22T07:22:40.601Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [2021-02-22T07:22:40.644Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-22T07:22:40.644Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-22T07:22:40.644Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [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] } [2021-02-22T07:22:42.920Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.148s coverage: 25.5% of statements [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.209s coverage: 10.1% of statements [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.077s coverage: 12.5% of statements [2021-02-22T07:23:12.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.086s coverage: 84.8% of statements [2021-02-22T07:23:12.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-22T07:23:12.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-22T07:23:12.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-22T07:23:12.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.297s coverage: 49.2% of statements [2021-02-22T07:23:12.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.258s coverage: 81.3% of statements [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.526s coverage: 24.8% of statements [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 7.169s coverage: 83.5% of statements [2021-02-22T07:23:12.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.123s coverage: 5.3% of statements [2021-02-22T07:23:12.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-22T07:23:12.289Z] GO111MODULE=on go vet ./... [2021-02-22T07:23:36.442Z] gofmt -l . [2021-02-22T07:23:36.442Z] [ "`gofmt -l .`" = "" ] [2021-02-22T07:23:36.442Z] ./bin/test-attribution-txt.sh [2021-02-22T07:23:38.445Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-22T07:23:40.625Z] $ docker stop --time=1 3a0a5cc65c0986006a3020fd54a5b12d4de06b3a3ae82d8907dfaf97a925f06f [2021-02-22T07:23:43.800Z] $ docker rm -f 3a0a5cc65c0986006a3020fd54a5b12d4de06b3a3ae82d8907dfaf97a925f06f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T07:23:44.864Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-22T07:23:44.940Z] Warning: overwriting stash ‘coverage-report’ [2021-02-22T07:23:46.137Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-22T07:23:47.027Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-22T07:23:47.655Z] + ls -al . [2021-02-22T07:23:47.655Z] total 184 [2021-02-22T07:23:47.655Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 22 07:23 . [2021-02-22T07:23:47.655Z] drwxrwxr-x. 4 jenkins jenkins 32 Feb 22 07:19 .. [2021-02-22T07:23:47.655Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 22 07:19 bin [2021-02-22T07:23:47.655Z] -rw-r--r--. 1 jenkins jenkins 101757 Feb 22 07:23 coverage.out [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 22 07:19 Dockerfile.build [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 22 07:19 .dockerignore [2021-02-22T07:23:47.655Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 22 07:19 example [2021-02-22T07:23:47.655Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 22 07:19 .git [2021-02-22T07:23:47.655Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 22 07:19 .github [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 22 07:19 .gitignore [2021-02-22T07:23:47.655Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 22 07:23 go.mod [2021-02-22T07:23:47.655Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 22 07:23 go.sum [2021-02-22T07:23:47.655Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 22 07:19 internal [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 22 07:19 Jenkinsfile [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 22 07:19 LICENSE [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 22 07:19 Makefile [2021-02-22T07:23:47.655Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 22 07:19 openapi [2021-02-22T07:23:47.655Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 22 07:19 pkg [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 22 07:19 README.md [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 22 07:19 RELEASE-NOTES.txt [2021-02-22T07:23:47.655Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 22 07:19 snap [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 22 07:14 VERSION [2021-02-22T07:23:47.655Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 22 07:19 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:23:48.182Z] + 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=848c16ec05d796c9e5a16abafab7aa79fc4967e4 --label arch=amd64 --label version=2.0.0-dev.14 . [2021-02-22T07:23:49.280Z] Sending build context to Docker daemon 2.492MB [2021-02-22T07:23:49.280Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T07:23:49.280Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-22T07:23:49.280Z] ---> 8592e5f7d59c [2021-02-22T07:23:49.280Z] Step 3/24 : ARG MAKE='make build' [2021-02-22T07:23:49.587Z] ---> Running in f675919c2a7d [2021-02-22T07:23:49.938Z] Removing intermediate container f675919c2a7d [2021-02-22T07:23:49.938Z] ---> 60a7798a84bd [2021-02-22T07:23:49.938Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-22T07:23:49.938Z] ---> Running in 5e57fe064ed5 [2021-02-22T07:23:50.554Z] Removing intermediate container 5e57fe064ed5 [2021-02-22T07:23:50.554Z] ---> 34d5979ba292 [2021-02-22T07:23:50.554Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T07:23:50.554Z] ---> Running in e6b58f2f4cb4 [2021-02-22T07:23:51.854Z] Removing intermediate container e6b58f2f4cb4 [2021-02-22T07:23:51.854Z] ---> 9a4b8ab828cb [2021-02-22T07:23:51.854Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T07:23:51.854Z] ---> Running in 1ba67a457622 [2021-02-22T07:23:54.661Z] Removing intermediate container 1ba67a457622 [2021-02-22T07:23:54.661Z] ---> 85fcf5756acc [2021-02-22T07:23:54.661Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-22T07:23:54.661Z] ---> Running in 7b7b52bc7825 [2021-02-22T07:23:55.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T07:23:57.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T07:23:59.779Z] OK: 166 MiB in 39 packages [2021-02-22T07:24:02.587Z] Removing intermediate container 7b7b52bc7825 [2021-02-22T07:24:02.587Z] ---> 350cdc1fd3f5 [2021-02-22T07:24:02.587Z] Step 8/24 : COPY . . [2021-02-22T07:24:04.849Z] ---> 3881ccfc1694 [2021-02-22T07:24:04.849Z] Step 9/24 : RUN ${MAKE} [2021-02-22T07:24:05.564Z] ---> Running in 23b833f6536f [2021-02-22T07:24:06.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.14" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-22T07:24:49.375Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-22T07:24:49.375Z] Removing intermediate container 23b833f6536f [2021-02-22T07:24:49.375Z] ---> bfc8e362cf17 [2021-02-22T07:24:49.375Z] Step 10/24 : FROM scratch [2021-02-22T07:24:49.375Z] ---> [2021-02-22T07:24:49.375Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T07:24:49.375Z] ---> Running in 42ebca1cede9 [2021-02-22T07:24:49.375Z] Removing intermediate container 42ebca1cede9 [2021-02-22T07:24:49.375Z] ---> 4d4229ebaa6d [2021-02-22T07:24:49.375Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-22T07:24:49.375Z] ---> Running in b210bad1fad7 [2021-02-22T07:24:49.375Z] Removing intermediate container b210bad1fad7 [2021-02-22T07:24:49.375Z] ---> f478edc0e179 [2021-02-22T07:24:49.375Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-22T07:24:49.375Z] ---> Running in c127655af80f [2021-02-22T07:24:49.375Z] Removing intermediate container c127655af80f [2021-02-22T07:24:49.375Z] ---> 8aea6268100d [2021-02-22T07:24:49.375Z] Step 14/24 : WORKDIR / [2021-02-22T07:24:49.375Z] ---> Running in 6b3eab99f6a3 [2021-02-22T07:24:49.375Z] Removing intermediate container 6b3eab99f6a3 [2021-02-22T07:24:49.375Z] ---> c82c67cefe9f [2021-02-22T07:24:49.375Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-22T07:24:50.913Z] ---> 7027db933958 [2021-02-22T07:24:50.913Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-22T07:24:50.913Z] ---> 3c69188da134 [2021-02-22T07:24:50.913Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-22T07:24:51.955Z] ---> aedcad8f6a87 [2021-02-22T07:24:51.955Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-22T07:24:52.570Z] ---> a7047db0e47c [2021-02-22T07:24:52.570Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-22T07:24:53.225Z] ---> dc1768169498 [2021-02-22T07:24:53.225Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-22T07:24:53.225Z] ---> Running in 4768d3a8a684 [2021-02-22T07:24:53.908Z] Removing intermediate container 4768d3a8a684 [2021-02-22T07:24:53.908Z] ---> ece7a579a277 [2021-02-22T07:24:53.908Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T07:24:54.189Z] ---> Running in bb31a66ca036 [2021-02-22T07:24:54.481Z] Removing intermediate container bb31a66ca036 [2021-02-22T07:24:54.481Z] ---> 21b2a0e49a1e [2021-02-22T07:24:54.481Z] Step 22/24 : LABEL arch=amd64 [2021-02-22T07:24:54.481Z] ---> Running in 0b84638dae21 [2021-02-22T07:24:55.143Z] Removing intermediate container 0b84638dae21 [2021-02-22T07:24:55.143Z] ---> 449a34fe7b25 [2021-02-22T07:24:55.143Z] Step 23/24 : LABEL git_sha=848c16ec05d796c9e5a16abafab7aa79fc4967e4 [2021-02-22T07:24:55.143Z] ---> Running in af5ed8a1f376 [2021-02-22T07:24:55.422Z] Removing intermediate container af5ed8a1f376 [2021-02-22T07:24:55.422Z] ---> 6b00ebedbad7 [2021-02-22T07:24:55.422Z] Step 24/24 : LABEL version=2.0.0-dev.14 [2021-02-22T07:24:55.700Z] ---> Running in 4134f8aee92a [2021-02-22T07:24:55.976Z] Removing intermediate container 4134f8aee92a [2021-02-22T07:24:55.976Z] ---> fdb78a111d46 [2021-02-22T07:24:55.976Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-22T07:24:55.976Z] Successfully built fdb78a111d46 [2021-02-22T07:24:56.244Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-22T07:24:58.363Z] provisioning config files... [2021-02-22T07:24:58.379Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4355576350016867705tmp [Pipeline] { [Pipeline] sh [2021-02-22T07:24:58.756Z] + set +x [2021-02-22T07:24:58.756Z] + curl -s https://codecov.io/bash [2021-02-22T07:24:58.756Z] + bash -s -- [2021-02-22T07:24:59.018Z] [2021-02-22T07:24:59.018Z] _____ _ [2021-02-22T07:24:59.018Z] / ____| | | [2021-02-22T07:24:59.018Z] | | ___ __| | ___ ___ _____ __ [2021-02-22T07:24:59.018Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-22T07:24:59.018Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-22T07:24:59.018Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-22T07:24:59.018Z] Bash-20210129-7c25fce [2021-02-22T07:24:59.018Z] [2021-02-22T07:24:59.018Z] [2021-02-22T07:24:59.018Z] ==> git version 2.24.3 found [2021-02-22T07:24:59.018Z] ==> 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-02-22T07:24:59.018Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-22T07:24:59.018Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-22T07:24:59.018Z] ==> Jenkins CI detected. [2021-02-22T07:24:59.018Z] project root: . [2021-02-22T07:24:59.018Z] --> token set from env [2021-02-22T07:24:59.018Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-22T07:24:59.018Z] ==> Running gcov in . (disable via -X gcov) [2021-02-22T07:24:59.018Z] ==> Python coveragepy not found [2021-02-22T07:24:59.018Z] ==> Searching for coverage reports in: [2021-02-22T07:24:59.018Z] + . [2021-02-22T07:24:59.018Z] -> Found 1 reports [2021-02-22T07:24:59.018Z] ==> Detecting git/mercurial file structure [2021-02-22T07:24:59.018Z] ==> Reading reports [2021-02-22T07:24:59.018Z] + ./coverage.out bytes=101757 [2021-02-22T07:24:59.018Z] ==> Appending adjustments [2021-02-22T07:24:59.018Z] https://docs.codecov.io/docs/fixing-reports [2021-02-22T07:24:59.592Z] + Found adjustments [2021-02-22T07:24:59.592Z] ==> Gzipping contents [2021-02-22T07:24:59.592Z] 20K /tmp/codecov.9MXjkJ.gz [2021-02-22T07:24:59.592Z] ==> Uploading reports [2021-02-22T07:24:59.592Z] url: https://codecov.io [2021-02-22T07:24:59.592Z] query: branch=master&commit=848c16ec05d796c9e5a16abafab7aa79fc4967e4&build=119&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F119%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-22T07:24:59.592Z] -> Pinging Codecov [2021-02-22T07:24:59.592Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=848c16ec05d796c9e5a16abafab7aa79fc4967e4&build=119&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F119%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-22T07:25:00.166Z] -> Uploading to [2021-02-22T07:25:00.166Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-22/7E55EF52A471D76F132DFD9A03CDDE97/848c16ec05d796c9e5a16abafab7aa79fc4967e4/08e6060e-11ad-468a-8daf-e5d7824660cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T072459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=116af7acbb3b07f22d1a3eb85ac64e58fb2112a83ca58668a3483a9b2e1981f6 [2021-02-22T07:25:00.166Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T07:25:00.166Z] Dload Upload Total Spent Left Speed [2021-02-22T07:25:00.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16489 0 0 100 16489 0 36573 --:--:-- --:--:-- --:--:-- 36642 [2021-02-22T07:25:00.428Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/848c16ec05d796c9e5a16abafab7aa79fc4967e4 [Pipeline] } [2021-02-22T07:25:00.437Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-22T07:25:01.345Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-22T07:25:01.420Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:25:01.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T07:25:01.800Z] [2021-02-22T07:25:01.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:25:02.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T07:25:02.155Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-22T07:25:02.155Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T07:25:02.155Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T07:25:02.155Z] de9db76c5a1d: Pulling fs layer [2021-02-22T07:25:02.155Z] 0eba1c9be4d2: Pulling fs layer [2021-02-22T07:25:02.155Z] 0d57e429df01: Pulling fs layer [2021-02-22T07:25:02.155Z] 4e4be7b47b0d: Pulling fs layer [2021-02-22T07:25:02.155Z] e1f770b5df2f: Pulling fs layer [2021-02-22T07:25:02.155Z] 85a0685a4137: Pulling fs layer [2021-02-22T07:25:02.155Z] 0d57e429df01: Waiting [2021-02-22T07:25:02.155Z] 4e4be7b47b0d: Waiting [2021-02-22T07:25:02.155Z] e1f770b5df2f: Waiting [2021-02-22T07:25:02.155Z] 85a0685a4137: Waiting [2021-02-22T07:25:02.155Z] 0eba1c9be4d2: Waiting [2021-02-22T07:25:02.155Z] de9db76c5a1d: Verifying Checksum [2021-02-22T07:25:02.155Z] de9db76c5a1d: Download complete [2021-02-22T07:25:02.155Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T07:25:02.155Z] 0ef7d3d256c8: Download complete [2021-02-22T07:25:02.155Z] 0d57e429df01: Verifying Checksum [2021-02-22T07:25:02.155Z] 0d57e429df01: Download complete [2021-02-22T07:25:02.417Z] 4e4be7b47b0d: Verifying Checksum [2021-02-22T07:25:02.417Z] 4e4be7b47b0d: Download complete [2021-02-22T07:25:02.417Z] 188c0c94c7c5: Verifying Checksum [2021-02-22T07:25:02.417Z] 188c0c94c7c5: Download complete [2021-02-22T07:25:02.417Z] 188c0c94c7c5: Pull complete [2021-02-22T07:25:02.681Z] 0ef7d3d256c8: Pull complete [2021-02-22T07:25:02.943Z] de9db76c5a1d: Pull complete [2021-02-22T07:25:04.879Z] e1f770b5df2f: Verifying Checksum [2021-02-22T07:25:04.879Z] e1f770b5df2f: Download complete [2021-02-22T07:25:06.287Z] 0eba1c9be4d2: Verifying Checksum [2021-02-22T07:25:06.287Z] 0eba1c9be4d2: Download complete [2021-02-22T07:25:06.551Z] 85a0685a4137: Verifying Checksum [2021-02-22T07:25:06.551Z] 85a0685a4137: Download complete [2021-02-22T07:25:11.884Z] 0eba1c9be4d2: Pull complete [2021-02-22T07:25:11.884Z] 0d57e429df01: Pull complete [2021-02-22T07:25:12.147Z] 4e4be7b47b0d: Pull complete [2021-02-22T07:25:14.087Z] e1f770b5df2f: Pull complete [2021-02-22T07:25:20.743Z] 85a0685a4137: Pull complete [2021-02-22T07:25:21.005Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-22T07:25:21.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T07:25:21.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-22T07:25:21.192Z] prd-centos7-docker-4c-2g-27138 does not seem to be running inside a container [2021-02-22T07:25:21.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-22T07:25:22.255Z] $ docker top b7c35d2a5bb55093ac402f6d2ff8cc06e56f09fe51a197ac752ce1e4b8904409 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T07:25:22.498Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-22T07:25:22.791Z] + set -o pipefail [2021-02-22T07:25:22.792Z] + snyk monitor '--org=edgex-jenkins' [2021-02-22T07:25:30.954Z] [2021-02-22T07:25:30.954Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-02-22T07:25:30.954Z] [2021-02-22T07:25:30.954Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/b7be01c7-6e7d-4625-872f-e980893d96af [2021-02-22T07:25:30.954Z] [2021-02-22T07:25:30.954Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-22T07:25:30.954Z] [2021-02-22T07:25:30.954Z] [2021-02-22T07:25:30.954Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-22T07:25:30.954Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-22T07:25:30.971Z] $ docker stop --time=1 b7c35d2a5bb55093ac402f6d2ff8cc06e56f09fe51a197ac752ce1e4b8904409 [2021-02-22T07:25:33.680Z] $ docker rm -f b7c35d2a5bb55093ac402f6d2ff8cc06e56f09fe51a197ac752ce1e4b8904409 [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-02-22T07:25:35.195Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T07:25:35.249Z] provisioning config files... [2021-02-22T07:25:35.259Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2057067199431501572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:25:35.630Z] --> edgex-publish-swagger.sh [2021-02-22T07:25:35.630Z] === Publish openapi/v1 API === [2021-02-22T07:25:35.630Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-22T07:25:35.630Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-02-22T07:25:35.630Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T07:25:35.630Z] Dload Upload Total Spent Left Speed [2021-02-22T07:25:36.464Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 23317 --:--:-- --:--:-- --:--:-- 23329 [2021-02-22T07:25:36.464Z] [2021-02-22T07:25:36.464Z] [2021-02-22T07:25:36.464Z] === Publish openapi/v2 API === [2021-02-22T07:25:36.464Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-22T07:25:36.464Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-02-22T07:25:36.464Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T07:25:36.464Z] Dload Upload Total Spent Left Speed [2021-02-22T07:25:37.298Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 52256 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 63768 --:--:-- --:--:-- --:--:-- 63726 [2021-02-22T07:25:37.298Z] [2021-02-22T07:25:37.298Z] [Pipeline] } [2021-02-22T07:25:37.307Z] 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-02-22T07:25:38.176Z] + git log --format=format:%s -1 848c16ec05d796c9e5a16abafab7aa79fc4967e4 [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:25:38.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T07:25:38.511Z] . [Pipeline] withDockerContainer [2021-02-22T07:25:38.602Z] prd-centos7-docker-4c-2g-27138 does not seem to be running inside a container [2021-02-22T07:25:38.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T07:25:39.366Z] $ docker top 179aee7f0e32b30b174f93526db012c39731fad77b5e3914a39446dfe3b9ef46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T07:25:39.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T07:25:39.656Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T07:25:39.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T07:25:39.870Z] $ docker exec 179aee7f0e32b30b174f93526db012c39731fad77b5e3914a39446dfe3b9ef46 ssh-agent [2021-02-22T07:25:40.037Z] SSH_AUTH_SOCK=/tmp/ssh-VZdAPO5FFKT4/agent.12 [2021-02-22T07:25:40.037Z] SSH_AGENT_PID=17 [2021-02-22T07:25:40.044Z] Running ssh-add (command line suppressed) [2021-02-22T07:25:40.175Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5126235548042811027.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5126235548042811027.key) [2021-02-22T07:25:40.231Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T07:25:40.566Z] + git semver tag [2021-02-22T07:25:40.566Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T07:25:40.566Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-22T07:25:40.566Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-22T07:25:40.566Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T07:25:40.566Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T07:25:40.566Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T07:25:40.566Z] # $SEMVER_BRANCH = master [2021-02-22T07:25:40.566Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-02-22T07:25:40.566Z] # 848c16ec05d796c9e5a16abafab7aa79fc4967e4 HEAD [2021-02-22T07:25:40.828Z] # -> Force: false [2021-02-22T07:25:40.828Z] # fa097c737047a4f14aba7c67656589a0e692838d refs/tags/v2.0.0-dev.14 [Pipeline] } [2021-02-22T07:25:40.842Z] $ docker exec --env ******** --env ******** 179aee7f0e32b30b174f93526db012c39731fad77b5e3914a39446dfe3b9ef46 ssh-agent -k [2021-02-22T07:25:40.965Z] unset SSH_AUTH_SOCK; [2021-02-22T07:25:40.965Z] unset SSH_AGENT_PID; [2021-02-22T07:25:40.965Z] echo Agent pid 17 killed; [2021-02-22T07:25:41.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T07:25:41.492Z] + git semver [Pipeline] } [2021-02-22T07:25:41.508Z] $ docker stop --time=1 179aee7f0e32b30b174f93526db012c39731fad77b5e3914a39446dfe3b9ef46 [2021-02-22T07:25:42.876Z] $ docker rm -f 179aee7f0e32b30b174f93526db012c39731fad77b5e3914a39446dfe3b9ef46 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:25:43.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T07:25:43.598Z] [2021-02-22T07:25:43.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:25:44.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T07:25:44.026Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-22T07:25:44.026Z] ab5ef0e58194: Pulling fs layer [2021-02-22T07:25:44.026Z] 9712f1f96733: Pulling fs layer [2021-02-22T07:25:44.026Z] 63f879dbbcfc: Pulling fs layer [2021-02-22T07:25:44.026Z] 0d9ebad4ef96: Pulling fs layer [2021-02-22T07:25:44.026Z] e9a5061849ea: Pulling fs layer [2021-02-22T07:25:44.026Z] d747dcd14b5f: Pulling fs layer [2021-02-22T07:25:44.026Z] 2de7ff778b66: Pulling fs layer [2021-02-22T07:25:44.026Z] 0d9ebad4ef96: Waiting [2021-02-22T07:25:44.026Z] d747dcd14b5f: Waiting [2021-02-22T07:25:44.026Z] 2de7ff778b66: Waiting [2021-02-22T07:25:44.026Z] e9a5061849ea: Waiting [2021-02-22T07:25:44.026Z] 9712f1f96733: Verifying Checksum [2021-02-22T07:25:44.026Z] 9712f1f96733: Download complete [2021-02-22T07:25:45.957Z] 63f879dbbcfc: Verifying Checksum [2021-02-22T07:25:45.958Z] 63f879dbbcfc: Download complete [2021-02-22T07:25:46.221Z] e9a5061849ea: Verifying Checksum [2021-02-22T07:25:46.221Z] e9a5061849ea: Download complete [2021-02-22T07:25:46.221Z] d747dcd14b5f: Verifying Checksum [2021-02-22T07:25:46.221Z] d747dcd14b5f: Download complete [2021-02-22T07:25:46.492Z] 2de7ff778b66: Verifying Checksum [2021-02-22T07:25:46.492Z] 2de7ff778b66: Download complete [2021-02-22T07:25:46.492Z] 0d9ebad4ef96: Verifying Checksum [2021-02-22T07:25:46.492Z] 0d9ebad4ef96: Download complete [2021-02-22T07:25:46.755Z] ab5ef0e58194: Verifying Checksum [2021-02-22T07:25:46.755Z] ab5ef0e58194: Download complete [2021-02-22T07:25:50.995Z] ab5ef0e58194: Pull complete [2021-02-22T07:25:50.995Z] 9712f1f96733: Pull complete [2021-02-22T07:25:52.927Z] 63f879dbbcfc: Pull complete [2021-02-22T07:25:59.542Z] 0d9ebad4ef96: Pull complete [2021-02-22T07:26:00.489Z] e9a5061849ea: Pull complete [2021-02-22T07:26:00.489Z] d747dcd14b5f: Pull complete [2021-02-22T07:26:03.056Z] 2de7ff778b66: Pull complete [2021-02-22T07:26:03.056Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-22T07:26:03.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T07:26:03.056Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-22T07:26:03.246Z] prd-centos7-docker-4c-2g-27138 does not seem to be running inside a container [2021-02-22T07:26:03.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-22T07:26:07.246Z] $ docker top c676045f6fb1db4c522bc89a38eaa7387c7d5c4ba0c587322c524fe1e27c9dfd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-22T07:26:07.527Z] provisioning config files... [2021-02-22T07:26:07.539Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8349111788151353986tmp [2021-02-22T07:26:07.555Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8137227912622624141tmp [2021-02-22T07:26:07.573Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6597954938478422631tmp [Pipeline] { [Pipeline] echo [2021-02-22T07:26:07.629Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:26:07.929Z] ---> sigul-configuration.sh [2021-02-22T07:26:07.929Z] gpg: directory `/root/.gnupg' created [2021-02-22T07:26:07.929Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-22T07:26:07.929Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-22T07:26:07.929Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-22T07:26:07.929Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-22T07:26:07.929Z] gpg: CAST5 encrypted data [2021-02-22T07:26:08.191Z] gpg: encrypted with 1 passphrase [2021-02-22T07:26:08.191Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-22T07:26:08.499Z] + mkdir /home/jenkins [2021-02-22T07:26:08.500Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-22T07:26:08.803Z] + 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-02-22T07:26:08.813Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:26:09.113Z] ---> sigul-install.sh [2021-02-22T07:26:19.131Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-22T07:26:19.435Z] + git tag --list [2021-02-22T07:26:19.436Z] 0.7.1 [2021-02-22T07:26:19.436Z] delhi-tag [2021-02-22T07:26:19.436Z] v1.0.0 [2021-02-22T07:26:19.436Z] v1.1.0 [2021-02-22T07:26:19.436Z] v1.1.1 [2021-02-22T07:26:19.436Z] v1.1.2 [2021-02-22T07:26:19.436Z] v1.2.0 [2021-02-22T07:26:19.436Z] v1.2.1 [2021-02-22T07:26:19.436Z] v1.2.2 [2021-02-22T07:26:19.436Z] v1.2.3 [2021-02-22T07:26:19.436Z] v1.3.0 [2021-02-22T07:26:19.436Z] v1.4.0 [2021-02-22T07:26:19.436Z] v2.0.0-dev.1 [2021-02-22T07:26:19.436Z] v2.0.0-dev.10 [2021-02-22T07:26:19.436Z] v2.0.0-dev.11 [2021-02-22T07:26:19.436Z] v2.0.0-dev.12 [2021-02-22T07:26:19.436Z] v2.0.0-dev.13 [2021-02-22T07:26:19.436Z] v2.0.0-dev.14 [2021-02-22T07:26:19.436Z] v2.0.0-dev.2 [2021-02-22T07:26:19.436Z] v2.0.0-dev.3 [2021-02-22T07:26:19.436Z] v2.0.0-dev.4 [2021-02-22T07:26:19.436Z] v2.0.0-dev.5 [2021-02-22T07:26:19.436Z] v2.0.0-dev.6 [2021-02-22T07:26:19.436Z] v2.0.0-dev.7 [2021-02-22T07:26:19.436Z] v2.0.0-dev.8 [2021-02-22T07:26:19.436Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-22T07:26:19.737Z] + lftools sign git-tag v2.0.0-dev.14 [2021-02-22T07:26:21.127Z] Signing Git tag with Sigul... [2021-02-22T07:26:21.127Z] Signing v2.0.0-dev.14 [Pipeline] echo [2021-02-22T07:26:22.085Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:26:22.385Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-22T07:26:22.397Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-22T07:26:22.519Z] $ docker stop --time=1 c676045f6fb1db4c522bc89a38eaa7387c7d5c4ba0c587322c524fe1e27c9dfd [2021-02-22T07:26:24.583Z] $ docker rm -f c676045f6fb1db4c522bc89a38eaa7387c7d5c4ba0c587322c524fe1e27c9dfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:26:25.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T07:26:25.544Z] . [Pipeline] withDockerContainer [2021-02-22T07:26:25.645Z] prd-centos7-docker-4c-2g-27138 does not seem to be running inside a container [2021-02-22T07:26:25.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T07:26:26.329Z] $ docker top 4800831c3e8273ffbf31d1e087095304d5189365fb750b43f0bb8bc5f5175596 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T07:26:26.618Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T07:26:26.618Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T07:26:26.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T07:26:26.810Z] $ docker exec 4800831c3e8273ffbf31d1e087095304d5189365fb750b43f0bb8bc5f5175596 ssh-agent [2021-02-22T07:26:26.985Z] SSH_AUTH_SOCK=/tmp/ssh-DpnJI5NvXc74/agent.11 [2021-02-22T07:26:26.985Z] SSH_AGENT_PID=16 [2021-02-22T07:26:26.992Z] Running ssh-add (command line suppressed) [2021-02-22T07:26:27.119Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5473618601079136702.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5473618601079136702.key) [2021-02-22T07:26:27.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T07:26:27.512Z] + git semver bump pre [2021-02-22T07:26:27.512Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T07:26:27.512Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-22T07:26:27.512Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-22T07:26:27.512Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T07:26:27.512Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T07:26:27.512Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T07:26:27.512Z] # $SEMVER_BRANCH = master [2021-02-22T07:26:27.512Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-02-22T07:26:27.512Z] 2.0.0-dev.15 [Pipeline] } [2021-02-22T07:26:27.524Z] $ docker exec --env ******** --env ******** 4800831c3e8273ffbf31d1e087095304d5189365fb750b43f0bb8bc5f5175596 ssh-agent -k [2021-02-22T07:26:27.640Z] unset SSH_AUTH_SOCK; [2021-02-22T07:26:27.640Z] unset SSH_AGENT_PID; [2021-02-22T07:26:27.641Z] echo Agent pid 16 killed; [2021-02-22T07:26:27.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T07:26:28.171Z] + git semver [Pipeline] } [2021-02-22T07:26:28.188Z] $ docker stop --time=1 4800831c3e8273ffbf31d1e087095304d5189365fb750b43f0bb8bc5f5175596 [2021-02-22T07:26:29.540Z] $ docker rm -f 4800831c3e8273ffbf31d1e087095304d5189365fb750b43f0bb8bc5f5175596 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:26:30.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T07:26:30.052Z] . [Pipeline] withDockerContainer [2021-02-22T07:26:30.153Z] prd-centos7-docker-4c-2g-27138 does not seem to be running inside a container [2021-02-22T07:26:30.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T07:26:30.758Z] $ docker top 49a31e52ca7b1cf31d25d1adff4f288f2209ba8312573445a4eff8cda410d421 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T07:26:31.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T07:26:31.072Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T07:26:31.259Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T07:26:31.263Z] $ docker exec 49a31e52ca7b1cf31d25d1adff4f288f2209ba8312573445a4eff8cda410d421 ssh-agent [2021-02-22T07:26:31.459Z] SSH_AUTH_SOCK=/tmp/ssh-QQw9SwCj2cEG/agent.12 [2021-02-22T07:26:31.459Z] SSH_AGENT_PID=17 [2021-02-22T07:26:31.474Z] Running ssh-add (command line suppressed) [2021-02-22T07:26:31.606Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4162635378557232393.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4162635378557232393.key) [2021-02-22T07:26:31.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T07:26:32.020Z] + git semver push [2021-02-22T07:26:32.020Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T07:26:32.020Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-22T07:26:32.020Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-22T07:26:32.020Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T07:26:32.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T07:26:32.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T07:26:32.020Z] # $SEMVER_BRANCH = master [2021-02-22T07:26:32.020Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-02-22T07:26:37.336Z] $ docker exec --env ******** --env ******** 49a31e52ca7b1cf31d25d1adff4f288f2209ba8312573445a4eff8cda410d421 ssh-agent -k [2021-02-22T07:26:37.456Z] unset SSH_AUTH_SOCK; [2021-02-22T07:26:37.457Z] unset SSH_AGENT_PID; [2021-02-22T07:26:37.457Z] echo Agent pid 17 killed; [2021-02-22T07:26:37.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T07:26:37.971Z] + git semver [Pipeline] } [2021-02-22T07:26:37.987Z] $ docker stop --time=1 49a31e52ca7b1cf31d25d1adff4f288f2209ba8312573445a4eff8cda410d421 [2021-02-22T07:26:39.331Z] $ docker rm -f 49a31e52ca7b1cf31d25d1adff4f288f2209ba8312573445a4eff8cda410d421 [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-02-22T07:26:40.786Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:26:41.362Z] ---> package-listing.sh [2021-02-22T07:26:41.362Z] ++ facter osfamily [2021-02-22T07:26:41.362Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-22T07:26:41.362Z] + OS_FAMILY=redhat [2021-02-22T07:26:41.362Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-02-22T07:26:41.362Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-22T07:26:41.362Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-22T07:26:41.362Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-22T07:26:41.362Z] + PACKAGES=/tmp/packages_start.txt [2021-02-22T07:26:41.362Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-02-22T07:26:41.362Z] + PACKAGES=/tmp/packages_end.txt [2021-02-22T07:26:41.362Z] + case "${OS_FAMILY}" in [2021-02-22T07:26:41.362Z] + rpm -qa [2021-02-22T07:26:41.362Z] + sort [2021-02-22T07:26:46.685Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-22T07:26:46.685Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-22T07:26:46.685Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-22T07:26:46.685Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-02-22T07:26:46.685Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-02-22T07:26:46.685Z] + 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-02-22T07:26:46.698Z] 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-02-22T07:26:46.987Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:26:47.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T07:26:47.293Z] [2021-02-22T07:26:47.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-22T07:26:47.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T07:26:47.639Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-22T07:26:47.639Z] df20fa9351a1: Pulling fs layer [2021-02-22T07:26:47.639Z] 36b3adc4ff6f: Pulling fs layer [2021-02-22T07:26:47.639Z] 8ad3a11d3b57: Pulling fs layer [2021-02-22T07:26:47.639Z] 46f8f816bc3b: Pulling fs layer [2021-02-22T07:26:47.639Z] 93b61091891f: Pulling fs layer [2021-02-22T07:26:47.639Z] 93b9cdb0e59b: Pulling fs layer [2021-02-22T07:26:47.639Z] 5e14af77c1be: Pulling fs layer [2021-02-22T07:26:47.639Z] 01666e4c0597: Pulling fs layer [2021-02-22T07:26:47.639Z] aa168da1d23b: Pulling fs layer [2021-02-22T07:26:47.639Z] 46f8f816bc3b: Waiting [2021-02-22T07:26:47.639Z] 5e14af77c1be: Waiting [2021-02-22T07:26:47.639Z] 93b61091891f: Waiting [2021-02-22T07:26:47.639Z] 01666e4c0597: Waiting [2021-02-22T07:26:47.639Z] aa168da1d23b: Waiting [2021-02-22T07:26:47.639Z] 93b9cdb0e59b: Waiting [2021-02-22T07:26:47.639Z] 36b3adc4ff6f: Download complete [2021-02-22T07:26:47.639Z] 46f8f816bc3b: Verifying Checksum [2021-02-22T07:26:47.639Z] 46f8f816bc3b: Download complete [2021-02-22T07:26:47.901Z] df20fa9351a1: Verifying Checksum [2021-02-22T07:26:47.901Z] df20fa9351a1: Download complete [2021-02-22T07:26:47.901Z] 93b9cdb0e59b: Download complete [2021-02-22T07:26:47.901Z] 5e14af77c1be: Verifying Checksum [2021-02-22T07:26:47.901Z] 5e14af77c1be: Download complete [2021-02-22T07:26:47.901Z] 93b61091891f: Verifying Checksum [2021-02-22T07:26:47.901Z] 93b61091891f: Download complete [2021-02-22T07:26:47.901Z] 01666e4c0597: Verifying Checksum [2021-02-22T07:26:47.901Z] 01666e4c0597: Download complete [2021-02-22T07:26:47.901Z] 8ad3a11d3b57: Verifying Checksum [2021-02-22T07:26:47.901Z] 8ad3a11d3b57: Download complete [2021-02-22T07:26:48.473Z] df20fa9351a1: Pull complete [2021-02-22T07:26:48.744Z] 36b3adc4ff6f: Pull complete [2021-02-22T07:26:49.703Z] 8ad3a11d3b57: Pull complete [2021-02-22T07:26:49.969Z] 46f8f816bc3b: Pull complete [2021-02-22T07:26:49.969Z] aa168da1d23b: Verifying Checksum [2021-02-22T07:26:49.969Z] aa168da1d23b: Download complete [2021-02-22T07:26:50.924Z] 93b61091891f: Pull complete [2021-02-22T07:26:50.924Z] 93b9cdb0e59b: Pull complete [2021-02-22T07:26:50.924Z] 5e14af77c1be: Pull complete [2021-02-22T07:26:51.188Z] 01666e4c0597: Pull complete [2021-02-22T07:26:57.834Z] aa168da1d23b: Pull complete [2021-02-22T07:26:57.834Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-22T07:26:57.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T07:26:57.834Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-22T07:26:58.002Z] prd-centos7-docker-4c-2g-27138 does not seem to be running inside a container [2021-02-22T07:26:58.049Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-22T07:27:01.243Z] $ docker top 1152a47175539fccb47d364d957d2815e4422132df707c71f7e7e69e85a19491 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T07:27:01.761Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-22T07:27:02.069Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-22T07:27:02.370Z] + ls /var/log/sa-host [2021-02-22T07:27:02.370Z] + sadf -c /var/log/sa-host/sa22 [2021-02-22T07:27:02.370Z] file_magic: OK [2021-02-22T07:27:02.370Z] HZ: Using current value: 100 [2021-02-22T07:27:02.370Z] file_header: OK [2021-02-22T07:27:02.370Z] 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-02-22T07:27:02.370Z] Statistics: [2021-02-22T07:27:02.370Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-22T07:27:02.370Z] File successfully converted to sysstat format version 12.2.1 [2021-02-22T07:27:02.370Z] + sadf -c /var/log/sa-host/sa23 [2021-02-22T07:27:02.370Z] file_magic: OK [2021-02-22T07:27:02.370Z] HZ: Using current value: 100 [2021-02-22T07:27:02.370Z] file_header: OK [2021-02-22T07:27:02.370Z] 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-02-22T07:27:02.370Z] Statistics: [2021-02-22T07:27:02.370Z] Hnuu...uuuununununu... [2021-02-22T07:27:02.370Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T07:27:02.571Z] provisioning config files... [2021-02-22T07:27:02.592Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2224632317704000221tmp [Pipeline] { [Pipeline] echo [2021-02-22T07:27:02.666Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:27:02.964Z] ---> create-netrc.sh [Pipeline] } [2021-02-22T07:27:02.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-22T07:27:03.071Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:27:03.375Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-22T07:27:03.386Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:27:03.682Z] ---> sudo-logs.sh [2021-02-22T07:27:03.682Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-22T07:27:03.747Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:27:04.045Z] ---> job-cost.sh [2021-02-22T07:27:04.045Z] lf-activate-venv: SKIPPING [2021-02-22T07:27:04.045Z] INFO: No Stack... [2021-02-22T07:27:04.990Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-22T07:27:05.563Z] INFO: Archiving Costs [Pipeline] echo [2021-02-22T07:27:05.576Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T07:27:05.878Z] ---> logs-deploy.sh [2021-02-22T07:27:05.878Z] lf-activate-venv: SKIPPING [2021-02-22T07:27:05.878Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/119 [2021-02-22T07:27:05.878Z] INFO: archiving workspace using pattern(s): [2021-02-22T07:27:07.291Z] Archives upload complete. [2021-02-22T07:27:07.553Z] INFO: archiving logs to Nexus [2021-02-22T07:27:08.501Z] ---> uname -a: [2021-02-22T07:27:08.501Z] Linux prd-centos7-docker-4c-2g-27138.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-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] ---> lscpu: [2021-02-22T07:27:08.501Z] Architecture: x86_64 [2021-02-22T07:27:08.501Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-22T07:27:08.501Z] Byte Order: Little Endian [2021-02-22T07:27:08.501Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-22T07:27:08.501Z] CPU(s): 4 [2021-02-22T07:27:08.501Z] On-line CPU(s) list: 0-3 [2021-02-22T07:27:08.501Z] Thread(s) per core: 1 [2021-02-22T07:27:08.501Z] Core(s) per socket: 1 [2021-02-22T07:27:08.501Z] Socket(s): 4 [2021-02-22T07:27:08.501Z] NUMA node(s): 1 [2021-02-22T07:27:08.501Z] Vendor ID: GenuineIntel [2021-02-22T07:27:08.501Z] CPU family: 6 [2021-02-22T07:27:08.501Z] Model: 44 [2021-02-22T07:27:08.501Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-22T07:27:08.501Z] Stepping: 1 [2021-02-22T07:27:08.501Z] CPU MHz: 2933.438 [2021-02-22T07:27:08.501Z] BogoMIPS: 5866.87 [2021-02-22T07:27:08.501Z] Virtualization: VT-x [2021-02-22T07:27:08.501Z] Hypervisor vendor: KVM [2021-02-22T07:27:08.501Z] Virtualization type: full [2021-02-22T07:27:08.501Z] L1d cache: 128 KiB [2021-02-22T07:27:08.501Z] L1i cache: 128 KiB [2021-02-22T07:27:08.501Z] L2 cache: 16 MiB [2021-02-22T07:27:08.501Z] L3 cache: 64 MiB [2021-02-22T07:27:08.501Z] NUMA node0 CPU(s): 0-3 [2021-02-22T07:27:08.501Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-22T07:27:08.501Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-22T07:27:08.501Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-22T07:27:08.501Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-22T07:27:08.501Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-22T07:27:08.501Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-22T07:27:08.501Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-22T07:27:08.501Z] Vulnerability Srbds: Not affected [2021-02-22T07:27:08.501Z] Vulnerability Tsx async abort: Not affected [2021-02-22T07:27:08.501Z] 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-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] ---> nproc: [2021-02-22T07:27:08.501Z] 4 [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] ---> df -h: [2021-02-22T07:27:08.501Z] Filesystem Size Used Available Use% Mounted on [2021-02-22T07:27:08.501Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-22T07:27:08.501Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-22T07:27:08.501Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-22T07:27:08.501Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-22T07:27:08.501Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] ---> free -m: [2021-02-22T07:27:08.501Z] total used free shared buff/cache available [2021-02-22T07:27:08.501Z] Mem: 1837 826 154 0 856 945 [2021-02-22T07:27:08.501Z] Swap: 1023 2 1021 [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] ---> ip addr: [2021-02-22T07:27:08.501Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-22T07:27:08.501Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-22T07:27:08.501Z] inet 127.0.0.1/8 scope host lo [2021-02-22T07:27:08.501Z] valid_lft forever preferred_lft forever [2021-02-22T07:27:08.501Z] inet6 ::1/128 scope host [2021-02-22T07:27:08.501Z] valid_lft forever preferred_lft forever [2021-02-22T07:27:08.501Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-22T07:27:08.501Z] link/ether fa:16:3e:77:76:4b brd ff:ff:ff:ff:ff:ff [2021-02-22T07:27:08.501Z] inet 10.30.123.8/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-22T07:27:08.501Z] valid_lft 85612sec preferred_lft 85612sec [2021-02-22T07:27:08.501Z] inet6 fe80::f816:3eff:fe77:764b/64 scope link [2021-02-22T07:27:08.501Z] valid_lft forever preferred_lft forever [2021-02-22T07:27:08.501Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-22T07:27:08.501Z] link/ether 02:42:92:68:99:75 brd ff:ff:ff:ff:ff:ff [2021-02-22T07:27:08.501Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-22T07:27:08.501Z] valid_lft forever preferred_lft forever [2021-02-22T07:27:08.501Z] inet6 fe80::42:92ff:fe68:9975/64 scope link [2021-02-22T07:27:08.501Z] valid_lft forever preferred_lft forever [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] ---> sar -b -r -n DEV: [2021-02-22T07:27:08.501Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] 07:13:48 LINUX RESTART (4 CPU) [2021-02-22T07:27:08.501Z] [2021-02-22T07:27:08.501Z] 07:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-22T07:27:08.501Z] 07:16:01 2.18 0.00 2.18 0.00 0.00 48.63 0.00 [2021-02-22T07:27:08.501Z] 07:17:01 0.38 0.00 0.38 0.00 0.00 5.85 0.00 [2021-02-22T07:27:08.501Z] 07:18:01 0.32 0.00 0.32 0.00 0.00 3.36 0.00 [2021-02-22T07:27:08.501Z] 07:19:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2021-02-22T07:27:08.501Z] 07:20:01 0.28 0.00 0.28 0.00 0.00 4.36 0.00 [2021-02-22T07:27:08.501Z] 07:21:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 [2021-02-22T07:27:08.501Z] 07:22:01 0.23 0.00 0.23 0.00 0.00 1.87 0.00 [2021-02-22T07:27:08.501Z] 07:23:01 0.27 0.00 0.27 0.00 0.00 3.95 0.00 [2021-02-22T07:27:08.501Z] 07:24:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2021-02-22T07:27:08.502Z] 07:25:01 0.45 0.08 0.37 0.00 7.33 7.74 0.00 [2021-02-22T07:27:08.502Z] 07:26:01 419.25 210.74 208.51 0.00 10109.93 60530.82 0.00 [2021-02-22T07:27:08.502Z] 07:27:01 208.45 95.57 112.88 0.00 7749.88 27857.57 0.00 [2021-02-22T07:27:08.502Z] Average: 52.79 25.57 27.22 0.00 1490.85 7382.94 0.00 [2021-02-22T07:27:08.502Z] [2021-02-22T07:27:08.502Z] 07:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-22T07:27:08.502Z] 07:16:01 166192 0 567960 30.19 2620 1144772 1086848 37.09 364952 1150752 20 [2021-02-22T07:27:08.502Z] 07:17:01 167900 0 566244 30.09 2620 1144780 1075540 36.71 360760 1153800 8 [2021-02-22T07:27:08.502Z] 07:18:01 165660 0 568424 30.21 2620 1144840 1075648 36.71 379184 1137844 32 [2021-02-22T07:27:08.502Z] 07:19:01 166344 0 567796 30.18 2620 1144784 1075540 36.71 377148 1139308 12 [2021-02-22T07:27:08.502Z] 07:20:01 160476 0 573656 30.49 2620 1144792 1075696 36.71 385752 1136600 8 [2021-02-22T07:27:08.502Z] 07:21:01 161508 0 572620 30.43 2620 1144796 1075540 36.71 384924 1136572 8 [2021-02-22T07:27:08.502Z] 07:22:01 161576 0 572548 30.43 2620 1144800 1075540 36.71 384700 1136572 8 [2021-02-22T07:27:08.502Z] 07:23:01 161784 0 572336 30.42 2620 1144804 1075540 36.71 384932 1136572 8 [2021-02-22T07:27:08.502Z] 07:24:01 161568 0 572544 30.43 2620 1144812 1075540 36.71 384936 1136576 8 [2021-02-22T07:27:08.502Z] 07:25:01 158200 0 575568 30.59 2620 1145156 1075756 36.71 388116 1136024 40 [2021-02-22T07:27:08.502Z] 07:26:01 70496 0 827528 43.98 2224 981296 1508084 51.47 594208 886332 87660 [2021-02-22T07:27:08.502Z] 07:27:01 220716 0 793784 42.19 1492 865552 1194640 40.77 547764 754140 36 [2021-02-22T07:27:08.502Z] Average: 160202 0 610917 32.47 2493 1107932 1122493 38.31 411448 1086758 7321 [2021-02-22T07:27:08.502Z] [2021-02-22T07:27:08.502Z] 07:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-22T07:27:08.502Z] 07:16:01 eth0 1.88 0.92 2.08 0.07 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:17:01 eth0 0.67 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:18:01 eth0 1.68 0.35 0.36 0.17 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:19:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:20:01 eth0 0.68 0.42 0.40 0.27 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:24:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:25:01 eth0 5.43 3.63 5.18 2.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:26:01 eth0 850.71 770.34 7481.61 117.24 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:26:01 docker0 43.72 42.99 3.94 199.50 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:27:01 eth0 332.20 256.72 2450.04 79.69 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] 07:27:01 docker0 37.00 51.85 2.35 218.82 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] Average: eth0 99.61 86.19 829.51 16.65 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] Average: docker0 6.74 7.91 0.53 34.90 0.00 0.00 0.00 0.00 [2021-02-22T07:27:08.502Z] [2021-02-22T07:27:08.502Z]