Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4a48ed36b56f70f387819c322f1a51e9c7883451 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29822’ Running on prd-centos7-docker-4c-2g-29825 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4a48ed36b56f70f387819c322f1a51e9c7883451 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 Commit message: "Merge pull request #817 from hahattan/fix-term" > git rev-list --no-walk a5ad5abbb998935bb195657aabe249c4682f0fa3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:18:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:18:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:18:27 ========================================================= 15:18:27 EdgeX Global Pipelines Version Info 15:18:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:18:29 ------------------- 15:18:29 stable info: 15:18:29 ------------------- 15:18:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:18:29 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 15:18:29 Message: update stable to v1.0.184 15:18:30 ------------------- 15:18:30 experimental info: 15:18:30 ------------------- 15:18:30 Commited By: **** collab-it+edgex@linuxfoundation.org 15:18:30 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 15:18:30 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:18:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:18:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:18:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:18:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:18:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:18:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:18:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] echo 15:18:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a48ed3 [Pipeline] echo 15:18:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:18:34 provisioning config files... 15:18:34 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1480704626899905587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:18:35 ---> docker-login.sh 15:18:35 nexus3.edgexfoundry.org:10001 15:18:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:36 Configure a credential helper to remove this warning. See 15:18:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:36 15:18:36 Login Succeeded 15:18:36 nexus3.edgexfoundry.org:10002 15:18:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:37 Configure a credential helper to remove this warning. See 15:18:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:37 15:18:37 Login Succeeded 15:18:37 nexus3.edgexfoundry.org:10003 15:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:38 Configure a credential helper to remove this warning. See 15:18:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:38 15:18:38 Login Succeeded 15:18:38 nexus3.edgexfoundry.org:10004 15:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:39 Configure a credential helper to remove this warning. See 15:18:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:39 15:18:39 Login Succeeded 15:18:39 docker.io 15:18:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:40 Configure a credential helper to remove this warning. See 15:18:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:40 15:18:40 Login Succeeded 15:18:40 ---> docker-login.sh ends [Pipeline] } 15:18:40 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 15:18:41 + git log --format=format:%s -1 4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] echo 15:18:42 GIT_COMMIT: 4a48ed36b56f70f387819c322f1a51e9c7883451, Commit Message: Merge pull request #817 from hahattan/fix-term [Pipeline] echo 15:18:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:18:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:43 15:18:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:18:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:44 latest: Pulling from edgex-devops/git-semver 15:18:44 31603596830f: Pulling fs layer 15:18:44 2a8b12db71e7: Pulling fs layer 15:18:44 6ca5941a6612: Pulling fs layer 15:18:44 ecc8261a40a4: Pulling fs layer 15:18:44 ecc8261a40a4: Waiting 15:18:44 2a8b12db71e7: Verifying Checksum 15:18:44 2a8b12db71e7: Download complete 15:18:44 31603596830f: Verifying Checksum 15:18:44 31603596830f: Download complete 15:18:44 ecc8261a40a4: Verifying Checksum 15:18:44 ecc8261a40a4: Download complete 15:18:44 6ca5941a6612: Verifying Checksum 15:18:44 6ca5941a6612: Download complete 15:18:45 31603596830f: Pull complete 15:18:45 2a8b12db71e7: Pull complete 15:18:48 6ca5941a6612: Pull complete 15:18:49 ecc8261a40a4: Pull complete 15:18:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:18:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:18:49 prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container 15:18:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:18:54 $ docker top 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:18:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:55 [ssh-agent] Looking for ssh-agent implementation... 15:18:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:56 $ docker exec 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent 15:18:56 SSH_AUTH_SOCK=/tmp/ssh-Ba0Z34m9Xs3b/agent.11 15:18:56 SSH_AGENT_PID=17 15:18:56 Running ssh-add (command line suppressed) 15:18:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_273858967141202291.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_273858967141202291.key) 15:18:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:58 + git tag --points-at HEAD [Pipeline] } 15:18:58 $ docker exec --env ******** --env ******** 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent -k 15:18:59 unset SSH_AUTH_SOCK; 15:18:59 unset SSH_AGENT_PID; 15:18:59 echo Agent pid 17 killed; 15:18:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:18:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:59 [ssh-agent] Looking for ssh-agent implementation... 15:19:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:19:00 $ docker exec 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent 15:19:00 SSH_AUTH_SOCK=/tmp/ssh-NhDf4HHalJVP/agent.46 15:19:00 SSH_AGENT_PID=51 15:19:00 Running ssh-add (command line suppressed) 15:19:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3226680721399718962.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3226680721399718962.key) 15:19:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:19:01 + git semver init 15:19:01 # -> Open(): unable to determine branch for HEAD 15:19:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:19:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:19:01 # $SEMVER_REMOTE_NAME = origin 15:19:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:19:01 # $SEMVER_USER_NAME = edgex-jenkins 15:19:01 # $SEMVER_BRANCH = master 15:19:01 # $SEMVER_TEMP = /tmp/semver-028286084 15:19:01 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 15:19:03 # '/tmp/semver-028286084' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 15:19:03 # -> Force: false 15:19:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:19:03 $ docker exec --env ******** --env ******** 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent -k 15:19:03 unset SSH_AUTH_SOCK; 15:19:03 unset SSH_AGENT_PID; 15:19:03 echo Agent pid 51 killed; 15:19:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:19:04 + git semver [Pipeline] } 15:19:04 $ docker stop --time=1 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 15:19:06 $ docker rm -f 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 [Pipeline] // withDockerContainer [Pipeline] sh 15:19:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:19:08 Stashed 1 file(s) [Pipeline] echo 15:19:08 [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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 15:19:24 Still waiting to schedule task 15:19:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:19:24 Still waiting to schedule task 15:19:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:20:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29826 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:20:56 Running in /w/workspace/device-sdk-go/127 [Pipeline] { [Pipeline] checkout 15:21:02 using credential edgex-jenkins-ssh 15:21:02 Cloning the remote Git repository 15:21:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:21:02 > git init /w/workspace/device-sdk-go/127 # timeout=10 15:21:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:21:02 > git --version # timeout=10 15:21:02 > git --version # 'git version 2.17.1' 15:21:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:21:05 Checking out Revision 4a48ed36b56f70f387819c322f1a51e9c7883451 (master) 15:21:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:21:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:21:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:21:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:21:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:21:05 > git config core.sparsecheckout # timeout=10 15:21:05 > git checkout -f 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 15:21:09 Commit message: "Merge pull request #817 from hahattan/fix-term" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:21:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:21:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:21:13 + sudo service+ dockertrue restart 15:21:13 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:21:16 provisioning config files... 15:21:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/127@tmp/config4341889644104306225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:16 ---> docker-login.sh 15:21:16 nexus3.edgexfoundry.org:10001 15:21:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:18 Configure a credential helper to remove this warning. See 15:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:18 15:21:18 Login Succeeded 15:21:18 nexus3.edgexfoundry.org:10002 15:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:18 Configure a credential helper to remove this warning. See 15:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:18 15:21:18 Login Succeeded 15:21:18 nexus3.edgexfoundry.org:10003 15:21:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:19 Configure a credential helper to remove this warning. See 15:21:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:19 15:21:19 Login Succeeded 15:21:19 nexus3.edgexfoundry.org:10004 15:21:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:19 Configure a credential helper to remove this warning. See 15:21:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:19 15:21:19 Login Succeeded 15:21:19 docker.io 15:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:20 Configure a credential helper to remove this warning. See 15:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:20 15:21:20 Login Succeeded 15:21:20 ---> docker-login.sh ends [Pipeline] } 15:21:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:21:21 ========================================================= 15:21:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:21:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:21:21 + 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 . 15:21:21 Sending build context to Docker daemon 2.25MB 15:21:22 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:21:22 Step 2/8 : FROM ${BASE} 15:21:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:21:22 5f621e34cdf4: Pulling fs layer 15:21:22 a4357932f1b6: Pulling fs layer 15:21:22 18c013af1878: Pulling fs layer 15:21:22 00ac8860ef70: Pulling fs layer 15:21:22 63d7cb157983: Pulling fs layer 15:21:22 b116817d02f9: Pulling fs layer 15:21:22 745a02a5169b: Pulling fs layer 15:21:22 00ac8860ef70: Waiting 15:21:22 63d7cb157983: Waiting 15:21:22 b116817d02f9: Waiting 15:21:22 745a02a5169b: Waiting 15:21:22 18c013af1878: Verifying Checksum 15:21:22 18c013af1878: Download complete 15:21:22 a4357932f1b6: Verifying Checksum 15:21:22 a4357932f1b6: Download complete 15:21:22 63d7cb157983: Download complete 15:21:22 b116817d02f9: Verifying Checksum 15:21:22 b116817d02f9: Download complete 15:21:22 5f621e34cdf4: Verifying Checksum 15:21:22 5f621e34cdf4: Download complete 15:21:23 5f621e34cdf4: Pull complete 15:21:23 a4357932f1b6: Pull complete 15:21:24 18c013af1878: Pull complete 15:21:25 745a02a5169b: Verifying Checksum 15:21:25 745a02a5169b: Download complete 15:21:26 00ac8860ef70: Verifying Checksum 15:21:26 00ac8860ef70: Download complete 15:21:36 00ac8860ef70: Pull complete 15:21:37 63d7cb157983: Pull complete 15:21:37 b116817d02f9: Pull complete 15:21:41 745a02a5169b: Pull complete 15:21:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:21:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:21:41 ---> b7e6874047d6 15:21:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:21:43 ---> Running in b65655e38120 15:21:44 Removing intermediate container b65655e38120 15:21:44 ---> 2cd2cc57cc95 15:21:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:44 ---> Running in c61e65500ece 15:21:46 Removing intermediate container c61e65500ece 15:21:46 ---> 4e7da73af82f 15:21:46 Step 5/8 : RUN apk add --update --no-cache make git 15:21:46 ---> Running in 609c1586c628 15:21:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:49 OK: 142 MiB in 39 packages 15:21:50 Removing intermediate container 609c1586c628 15:21:50 ---> 4c3c330e9e01 15:21:50 Step 6/8 : WORKDIR /device-sdk-go 15:21:50 ---> Running in 49b06a0a8100 15:21:50 Running on prd-centos7-docker-4c-2g-29827 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:21:50 Running in /w/workspace/device-sdk-go/127 [Pipeline] { [Pipeline] checkout 15:21:51 Removing intermediate container 49b06a0a8100 15:21:51 ---> ed497253fa34 15:21:51 Step 7/8 : COPY . . 15:21:52 ---> 1f2d0ba6c7a9 15:21:52 Step 8/8 : RUN go mod download 15:21:52 ---> Running in 774fe2897cf2 15:21:53 using credential edgex-jenkins-ssh 15:21:53 Cloning the remote Git repository 15:21:53 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:21:53 > git init /w/workspace/device-sdk-go/127 # timeout=10 15:21:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:21:53 > git --version # timeout=10 15:21:53 > git --version # 'git version 2.24.3' 15:21:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:21:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:21:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:21:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:21:54 Checking out Revision 4a48ed36b56f70f387819c322f1a51e9c7883451 (master) 15:21:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:21:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:21:54 > git config core.sparsecheckout # timeout=10 15:21:54 > git checkout -f 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 15:21:58 Commit message: "Merge pull request #817 from hahattan/fix-term" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:21:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:21:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:21:59 + sudo service docker restart 15:21:59 + true 15:21:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:22:00 provisioning config files... 15:22:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/127@tmp/config2717297521735178075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:01 ---> docker-login.sh 15:22:01 nexus3.edgexfoundry.org:10001 15:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:01 Configure a credential helper to remove this warning. See 15:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:01 15:22:01 Login Succeeded 15:22:01 nexus3.edgexfoundry.org:10002 15:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:01 Configure a credential helper to remove this warning. See 15:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:01 15:22:01 Login Succeeded 15:22:01 nexus3.edgexfoundry.org:10003 15:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:01 Configure a credential helper to remove this warning. See 15:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:01 15:22:01 Login Succeeded 15:22:01 nexus3.edgexfoundry.org:10004 15:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:02 Configure a credential helper to remove this warning. See 15:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:02 15:22:02 Login Succeeded 15:22:02 docker.io 15:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:02 Configure a credential helper to remove this warning. See 15:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:02 15:22:02 Login Succeeded 15:22:02 ---> docker-login.sh ends [Pipeline] } 15:22:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:22:03 ========================================================= 15:22:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:22:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:22:03 + 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 . 15:22:03 Sending build context to Docker daemon 2.251MB 15:22:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:22:03 Step 2/8 : FROM ${BASE} 15:22:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:22:03 188c0c94c7c5: Pulling fs layer 15:22:03 0ef7d3d256c8: Pulling fs layer 15:22:03 de9db76c5a1d: Pulling fs layer 15:22:03 bca2f99d35d6: Pulling fs layer 15:22:03 93359f2a8cfa: Pulling fs layer 15:22:03 7c6f9722023f: Pulling fs layer 15:22:03 a35cf1a2eb13: Pulling fs layer 15:22:03 93359f2a8cfa: Waiting 15:22:03 7c6f9722023f: Waiting 15:22:03 a35cf1a2eb13: Waiting 15:22:03 bca2f99d35d6: Waiting 15:22:03 de9db76c5a1d: Verifying Checksum 15:22:03 de9db76c5a1d: Download complete 15:22:03 0ef7d3d256c8: Download complete 15:22:03 93359f2a8cfa: Verifying Checksum 15:22:03 93359f2a8cfa: Download complete 15:22:03 7c6f9722023f: Verifying Checksum 15:22:03 7c6f9722023f: Download complete 15:22:03 188c0c94c7c5: Verifying Checksum 15:22:03 188c0c94c7c5: Download complete 15:22:03 188c0c94c7c5: Pull complete 15:22:04 0ef7d3d256c8: Pull complete 15:22:04 de9db76c5a1d: Pull complete 15:22:05 a35cf1a2eb13: Verifying Checksum 15:22:05 a35cf1a2eb13: Download complete 15:22:06 bca2f99d35d6: Verifying Checksum 15:22:06 bca2f99d35d6: Download complete 15:22:11 bca2f99d35d6: Pull complete 15:22:11 93359f2a8cfa: Pull complete 15:22:11 7c6f9722023f: Pull complete 15:22:19 Removing intermediate container 774fe2897cf2 15:22:19 ---> 72d772b827b1 15:22:19 Successfully built 72d772b827b1 15:22:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:22:19 + docker inspect -f . ci-base-image-arm64 15:22:19 . [Pipeline] withDockerContainer 15:22:19 prd-ubuntu18.04-docker-arm64-4c-16g-29826 does not seem to be running inside a container 15:22:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@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 15:22:20 a35cf1a2eb13: Pull complete 15:22:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:22:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:22:20 ---> a62c8e92a672 15:22:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:22:20 ---> Running in 9c9b3d4f48f7 15:22:20 Removing intermediate container 9c9b3d4f48f7 15:22:20 ---> ad40444b6dec 15:22:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:20 ---> Running in 59ca2d961f54 15:22:21 Removing intermediate container 59ca2d961f54 15:22:21 ---> 9bd0b5c26958 15:22:21 Step 5/8 : RUN apk add --update --no-cache make git 15:22:21 ---> Running in 859fc5aaceaf 15:22:21 $ docker top d44923b5f923cd29d33850e1ee0a737063c9b9a3e1e483e4e9a3cb561948ddfc -eo pid,comm [Pipeline] { [Pipeline] sh 15:22:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:22 + go version 15:22:22 go version go1.15.5 linux/arm64 [Pipeline] } 15:22:22 $ docker stop --time=1 d44923b5f923cd29d33850e1ee0a737063c9b9a3e1e483e4e9a3cb561948ddfc 15:22:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:23 OK: 166 MiB in 39 packages 15:22:23 Removing intermediate container 859fc5aaceaf 15:22:23 ---> eface84f66c5 15:22:23 Step 6/8 : WORKDIR /device-sdk-go 15:22:23 ---> Running in 5e15fd816ccc 15:22:23 Removing intermediate container 5e15fd816ccc 15:22:23 ---> be21cf6466a9 15:22:23 Step 7/8 : COPY . . 15:22:24 $ docker rm -f d44923b5f923cd29d33850e1ee0a737063c9b9a3e1e483e4e9a3cb561948ddfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 15:22:25 ---> 2af725cf8849 15:22:25 Step 8/8 : RUN go mod download 15:22:25 ---> Running in 85f871a1a6ad [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:25 + docker inspect -f . ci-base-image-arm64 15:22:25 . [Pipeline] withDockerContainer 15:22:25 prd-ubuntu18.04-docker-arm64-4c-16g-29826 does not seem to be running inside a container 15:22:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@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 15:22:27 $ docker top 73002a20bd70b1139c9e1487dd64aac453d157d51251a1f76e74a24d5a1c2ed8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:22:28 + make test 15:22:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:22:47 Removing intermediate container 85f871a1a6ad 15:22:47 ---> 036fb2f11455 15:22:47 Successfully built 036fb2f11455 15:22:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:22:47 + docker inspect -f . ci-base-image-x86_64 15:22:47 . [Pipeline] withDockerContainer 15:22:47 prd-centos7-docker-4c-2g-29827 does not seem to be running inside a container 15:22:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:22:48 $ docker top 603750d529106c6099df1ef55489ccbe9806541d259a905e7db66b951700cb8f -eo pid,comm [Pipeline] { [Pipeline] sh 15:22:48 + go version 15:22:48 go version go1.15.5 linux/amd64 [Pipeline] } 15:22:48 $ docker stop --time=1 603750d529106c6099df1ef55489ccbe9806541d259a905e7db66b951700cb8f 15:22:50 $ docker rm -f 603750d529106c6099df1ef55489ccbe9806541d259a905e7db66b951700cb8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 15:22:50 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:51 + docker inspect -f . ci-base-image-x86_64 15:22:51 . [Pipeline] withDockerContainer 15:22:51 prd-centos7-docker-4c-2g-29827 does not seem to be running inside a container 15:22:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:22:52 $ docker top 17b5ea8e7cd1c48107fd07d1b4f082588c60cc8d8a361f43ed9dc200635f7939 -eo pid,comm [Pipeline] { [Pipeline] sh 15:22:52 + make test 15:22:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:22:59 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 15:23:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 15:23:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 15:23:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 15:23:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 25.5% of statements 15:23:37 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 15:23:37 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 15:23:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 15:23:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.121s coverage: 25.5% of statements 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.061s coverage: 10.5% of statements 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.055s coverage: 12.5% of statements 15:23:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.065s coverage: 84.8% of statements 15:23:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 15:23:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 15:23:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.092s coverage: 57.3% of statements 15:23:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.069s coverage: 81.2% of statements 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.067s coverage: 24.8% of statements 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.111s coverage: 6.4% of statements 15:23:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 5.2% of statements 15:23:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 15:23:49 GO111MODULE=on go vet ./... 15:23:57 gofmt -l . 15:23:57 [ "`gofmt -l .`" = "" ] 15:23:57 ./bin/test-attribution-txt.sh 15:23:57 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:23:57 $ docker stop --time=1 17b5ea8e7cd1c48107fd07d1b4f082588c60cc8d8a361f43ed9dc200635f7939 15:23:59 $ docker rm -f 17b5ea8e7cd1c48107fd07d1b4f082588c60cc8d8a361f43ed9dc200635f7939 [Pipeline] // withDockerContainer [Pipeline] sh 15:23:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:24:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:24:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:24:04 + ls -al . 15:24:04 total 188 15:24:04 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 15 15:23 . 15:24:04 drwxrwxr-x. 4 jenkins jenkins 32 Mar 15 15:21 .. 15:24:04 drwxrwxr-x. 2 jenkins jenkins 64 Mar 15 15:21 bin 15:24:04 -rw-r--r--. 1 jenkins jenkins 103401 Mar 15 15:23 coverage.out 15:24:04 -rw-rw-r--. 1 jenkins jenkins 949 Mar 15 15:21 Dockerfile.build 15:24:04 -rw-rw-r--. 1 jenkins jenkins 140 Mar 15 15:21 .dockerignore 15:24:04 drwxrwxr-x. 4 jenkins jenkins 48 Mar 15 15:21 example 15:24:04 drwxrwxr-x. 8 jenkins jenkins 162 Mar 15 15:21 .git 15:24:04 drwxrwxr-x. 2 jenkins jenkins 103 Mar 15 15:21 .github 15:24:04 -rw-rw-r--. 1 jenkins jenkins 138 Mar 15 15:21 .gitignore 15:24:04 -rw-r--r--. 1 jenkins jenkins 479 Mar 15 15:23 go.mod 15:24:04 -rw-r--r--. 1 jenkins jenkins 17490 Mar 15 15:23 go.sum 15:24:04 drwxrwxr-x. 12 jenkins jenkins 171 Mar 15 15:21 internal 15:24:04 -rw-rw-r--. 1 jenkins jenkins 901 Mar 15 15:21 Jenkinsfile 15:24:04 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 15 15:21 LICENSE 15:24:04 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 15 15:21 Makefile 15:24:04 drwxrwxr-x. 4 jenkins jenkins 26 Mar 15 15:21 openapi 15:24:04 drwxrwxr-x. 5 jenkins jenkins 50 Mar 15 15:21 pkg 15:24:04 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 15 15:21 README.md 15:24:04 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 15 15:21 RELEASE-NOTES.txt 15:24:04 drwxrwxr-x. 4 jenkins jenkins 54 Mar 15 15:21 snap 15:24:04 -rw-rw-r--. 1 jenkins jenkins 12 Mar 15 15:19 VERSION 15:24:04 -rw-rw-r--. 1 jenkins jenkins 222 Mar 15 15:21 version.go [Pipeline] isUnix [Pipeline] sh 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.141s coverage: 10.5% of statements 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.111s coverage: 12.5% of statements 15:24:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.150s coverage: 84.8% of statements 15:24:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 15:24:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 15:24:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.262s coverage: 57.3% of statements 15:24:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.156s coverage: 81.2% of statements 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.189s coverage: 24.8% of statements 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.834s coverage: 6.4% of statements 15:24:04 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.144s coverage: 5.2% of statements 15:24:04 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 15:24:04 GO111MODULE=on go vet ./... 15:24:04 + 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=4a48ed36b56f70f387819c322f1a51e9c7883451 --label arch=amd64 --label version=2.0.0-dev.22 . 15:24:04 Sending build context to Docker daemon 2.355MB 15:24:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:24:04 Step 2/24 : FROM ${BASE} AS builder 15:24:04 ---> 036fb2f11455 15:24:04 Step 3/24 : ARG MAKE='make build' 15:24:05 ---> Running in 8225a35207f0 15:24:05 Removing intermediate container 8225a35207f0 15:24:05 ---> b3d85bfe91c3 15:24:05 Step 4/24 : WORKDIR /device-sdk-go 15:24:05 ---> Running in 37bf4cde134e 15:24:05 Removing intermediate container 37bf4cde134e 15:24:05 ---> 68bccc468dd0 15:24:05 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:24:05 ---> Running in 0d954c4a72fd 15:24:06 Removing intermediate container 0d954c4a72fd 15:24:06 ---> ee6f907d229d 15:24:06 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:06 ---> Running in cb2459b02853 15:24:07 Removing intermediate container cb2459b02853 15:24:07 ---> e2515483eef9 15:24:07 Step 7/24 : RUN apk add --update --no-cache make git 15:24:07 ---> Running in 7d3ba66524f0 15:24:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:08 OK: 166 MiB in 39 packages 15:24:08 Removing intermediate container 7d3ba66524f0 15:24:08 ---> 8148ff8c48c2 15:24:08 Step 8/24 : COPY . . 15:24:09 ---> a37583e4f56d 15:24:09 Step 9/24 : RUN ${MAKE} 15:24:09 ---> Running in 9a6699beacd4 15:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 15:24:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 15:24:21 Removing intermediate container 9a6699beacd4 15:24:21 ---> 9721a7f376ce 15:24:21 Step 10/24 : FROM scratch 15:24:21 ---> 15:24:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:24:21 ---> Running in c72510699364 15:24:21 Removing intermediate container c72510699364 15:24:21 ---> 77abf5258127 15:24:21 Step 12/24 : ENV APP_PORT=49990 15:24:21 ---> Running in 9a7a51b43970 15:24:21 Removing intermediate container 9a7a51b43970 15:24:21 ---> c938358e3321 15:24:21 Step 13/24 : EXPOSE $APP_PORT 15:24:21 ---> Running in be724e83930d 15:24:21 Removing intermediate container be724e83930d 15:24:21 ---> 328146a708b7 15:24:21 Step 14/24 : WORKDIR / 15:24:21 ---> Running in cffaac3132db 15:24:21 Removing intermediate container cffaac3132db 15:24:21 ---> b13911a4ea99 15:24:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 15:24:21 ---> ef91bce4257e 15:24:21 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 15:24:22 ---> 74385c320bf6 15:24:22 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 15:24:22 ---> 62baf73e9052 15:24:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 15:24:22 ---> 42c0530b8970 15:24:22 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 15:24:22 ---> 87d7652aad39 15:24:22 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 15:24:22 ---> Running in 469d30e99c17 15:24:23 Removing intermediate container 469d30e99c17 15:24:23 ---> 6bfc7c485e35 15:24:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:24:23 ---> Running in e3623b7220bc 15:24:23 Removing intermediate container e3623b7220bc 15:24:23 ---> e704625c7609 15:24:23 Step 22/24 : LABEL arch=amd64 15:24:23 ---> Running in af8d4500eed0 15:24:23 Removing intermediate container af8d4500eed0 15:24:23 ---> bc22403257c7 15:24:23 Step 23/24 : LABEL git_sha=4a48ed36b56f70f387819c322f1a51e9c7883451 15:24:23 ---> Running in 0bbfcaa650b0 15:24:23 Removing intermediate container 0bbfcaa650b0 15:24:23 ---> 2545f7351e87 15:24:23 Step 24/24 : LABEL version=2.0.0-dev.22 15:24:23 ---> Running in 4af73ff0d327 15:24:23 Removing intermediate container 4af73ff0d327 15:24:23 ---> d350e090baea 15:24:23 [Warning] One or more build-args [ARCH] were not consumed 15:24:23 Successfully built d350e090baea 15:24:23 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:24:24 ---> job-cost.sh 15:24:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Pl1B 15:24:36 gofmt -l . 15:24:37 [ "`gofmt -l .`" = "" ] 15:24:37 ./bin/test-attribution-txt.sh 15:24:38 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:24:39 $ docker stop --time=1 73002a20bd70b1139c9e1487dd64aac453d157d51251a1f76e74a24d5a1c2ed8 15:24:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:24:41 $ docker rm -f 73002a20bd70b1139c9e1487dd64aac453d157d51251a1f76e74a24d5a1c2ed8 [Pipeline] // withDockerContainer [Pipeline] sh 15:24:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:24:42 Warning: overwriting stash ‘coverage-report’ 15:24:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:24:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:24:44 + ls -al . 15:24:44 total 224 15:24:44 drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 15:24 . 15:24:44 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 .. 15:24:44 -rw-rw-r-- 1 jenkins jenkins 140 Mar 15 15:21 .dockerignore 15:24:44 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 15:21 .git 15:24:44 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 15:21 .github 15:24:44 -rw-rw-r-- 1 jenkins jenkins 138 Mar 15 15:21 .gitignore 15:24:44 -rw-rw-r-- 1 jenkins jenkins 949 Mar 15 15:21 Dockerfile.build 15:24:44 -rw-rw-r-- 1 jenkins jenkins 901 Mar 15 15:21 Jenkinsfile 15:24:44 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 15 15:21 LICENSE 15:24:44 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 15 15:21 Makefile 15:24:44 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 15 15:21 README.md 15:24:44 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 15 15:21 RELEASE-NOTES.txt 15:24:44 -rw-rw-r-- 1 jenkins jenkins 12 Mar 15 15:19 VERSION 15:24:44 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 15:21 bin 15:24:44 -rw-r--r-- 1 jenkins jenkins 103401 Mar 15 15:24 coverage.out 15:24:44 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 example 15:24:44 -rw-r--r-- 1 jenkins jenkins 479 Mar 15 15:24 go.mod 15:24:44 -rw-r--r-- 1 jenkins jenkins 17490 Mar 15 15:24 go.sum 15:24:44 drwxrwxr-x 12 jenkins jenkins 4096 Mar 15 15:21 internal 15:24:44 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 openapi 15:24:44 drwxrwxr-x 5 jenkins jenkins 4096 Mar 15 15:21 pkg 15:24:44 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 snap 15:24:44 -rw-rw-r-- 1 jenkins jenkins 222 Mar 15 15:21 version.go [Pipeline] isUnix [Pipeline] sh 15:24:44 + 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=4a48ed36b56f70f387819c322f1a51e9c7883451 --label arch=arm64 --label version=2.0.0-dev.22 . 15:24:45 Sending build context to Docker daemon 2.354MB 15:24:45 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:24:45 Step 2/24 : FROM ${BASE} AS builder 15:24:45 ---> 72d772b827b1 15:24:45 Step 3/24 : ARG MAKE='make build' 15:24:45 ---> Running in a407b8ed41d6 15:24:46 Removing intermediate container a407b8ed41d6 15:24:46 ---> c0d9ab0763b4 15:24:46 Step 4/24 : WORKDIR /device-sdk-go 15:24:46 ---> Running in 4dd6c0d9165d 15:24:46 Removing intermediate container 4dd6c0d9165d 15:24:46 ---> 6358b9c541e1 15:24:46 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:24:46 ---> Running in 8d2feec6db4b 15:24:47 Removing intermediate container 8d2feec6db4b 15:24:47 ---> a00ac46d3e9c 15:24:47 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:47 ---> Running in 41cd79b5bd14 15:24:49 Removing intermediate container 41cd79b5bd14 15:24:49 ---> 4d94e4646e5f 15:24:49 Step 7/24 : RUN apk add --update --no-cache make git 15:24:49 ---> Running in fae89facddc7 15:24:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:24:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:24:52 OK: 142 MiB in 39 packages 15:24:53 Removing intermediate container fae89facddc7 15:24:53 ---> e1be846ff5ec 15:24:53 Step 8/24 : COPY . . 15:24:54 ---> df415acbdce2 15:24:54 Step 9/24 : RUN ${MAKE} 15:24:54 ---> Running in 8fe8bd74d2d4 15:24:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 15:25:06 lf-activate-venv(): INFO: Adding /tmp/venv-Pl1B/bin to PATH 15:25:06 INFO: No Stack... 15:25:06 INFO: Retrieving Pricing Info for: v1-standard-2 15:25:06 INFO: Archiving Costs [Pipeline] sh 15:25:06 + cat /w/workspace/device-sdk-go/127/archives/cost.csv 15:25:06 + cut -d, -f6 [Pipeline] lock 15:25:06 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] 15:25:06 Resource [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] did not exist. Created. 15:25:06 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:25:07 + echo total: 0.029999999329447746 [Pipeline] stash 15:25:07 Stashed 1 file(s) [Pipeline] } 15:25:07 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:25:22 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 15:25:23 Removing intermediate container 8fe8bd74d2d4 15:25:23 ---> e4c155232362 15:25:23 Step 10/24 : FROM scratch 15:25:23 ---> 15:25:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:25:23 ---> Running in 00872d932ce5 15:25:23 Removing intermediate container 00872d932ce5 15:25:23 ---> 6607ec51d538 15:25:23 Step 12/24 : ENV APP_PORT=49990 15:25:23 ---> Running in 3fd97a1c96b2 15:25:24 Removing intermediate container 3fd97a1c96b2 15:25:24 ---> 98f83274ac5f 15:25:24 Step 13/24 : EXPOSE $APP_PORT 15:25:24 ---> Running in 1bdcd3e5f067 15:25:24 Removing intermediate container 1bdcd3e5f067 15:25:24 ---> 3c8822f08911 15:25:24 Step 14/24 : WORKDIR / 15:25:24 ---> Running in 8e0104f7801c 15:25:25 Removing intermediate container 8e0104f7801c 15:25:25 ---> 36fb7f9654fc 15:25:25 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 15:25:26 ---> b3ce8006054c 15:25:26 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 15:25:27 ---> b9ac414657e3 15:25:27 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 15:25:27 ---> df9d897051da 15:25:27 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 15:25:28 ---> ef8dd5a55f67 15:25:28 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 15:25:29 ---> 90f407c7f952 15:25:29 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 15:25:29 ---> Running in 13cf06359137 15:25:30 Removing intermediate container 13cf06359137 15:25:30 ---> 6848ee84b3ff 15:25:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:25:30 ---> Running in 130370f3b278 15:25:30 Removing intermediate container 130370f3b278 15:25:30 ---> b989b38c42a4 15:25:30 Step 22/24 : LABEL arch=arm64 15:25:30 ---> Running in cf871d62a030 15:25:31 Removing intermediate container cf871d62a030 15:25:31 ---> 2ae054d2f4a9 15:25:31 Step 23/24 : LABEL git_sha=4a48ed36b56f70f387819c322f1a51e9c7883451 15:25:31 ---> Running in 5d03e47f2da4 15:25:31 Removing intermediate container 5d03e47f2da4 15:25:31 ---> cf42b8fde460 15:25:31 Step 24/24 : LABEL version=2.0.0-dev.22 15:25:31 ---> Running in 61b4700f2b7f 15:25:32 Removing intermediate container 61b4700f2b7f 15:25:32 ---> 74b7198df034 15:25:32 [Warning] One or more build-args [ARCH] were not consumed 15:25:32 Successfully built 74b7198df034 15:25:32 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:25:33 ---> job-cost.sh 15:25:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-75UU 15:26:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:27:48 lf-activate-venv(): INFO: Adding /tmp/venv-75UU/bin to PATH 15:27:48 INFO: No Stack... 15:27:48 INFO: Retrieving Pricing Info for: lf-standard-4 15:27:48 INFO: Archiving Costs [Pipeline] sh 15:27:49 + + cat /w/workspace/device-sdk-go/127/archives/cost.csv 15:27:49 cut -d, -f6 [Pipeline] lock 15:27:49 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] 15:27:49 Resource [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] did not exist. Created. 15:27:49 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:27:49 /w/workspace/device-sdk-go/127@tmp/durable-4a59d031/script.sh: 1: /w/workspace/device-sdk-go/127@tmp/durable-4a59d031/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:27:50 + echo total: 0.20999999344348907 [Pipeline] stash 15:27:50 Warning: overwriting stash ‘stack-cost’ 15:27:50 Stashed 1 file(s) [Pipeline] } 15:27:50 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:27:52 provisioning config files... 15:27:52 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1557032392015350000tmp [Pipeline] { [Pipeline] sh 15:27:53 + set +x 15:27:53 + curl -s https://codecov.io/bash 15:27:53 + bash -s -- 15:27:53 15:27:53 _____ _ 15:27:53 / ____| | | 15:27:53 | | ___ __| | ___ ___ _____ __ 15:27:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:27:53 | |___| (_) | (_| | __/ (_| (_) \ V / 15:27:53 \_____\___/ \__,_|\___|\___\___/ \_/ 15:27:53 Bash-20210309-2b87ace 15:27:53 15:27:53 15:27:53 ==> git version 2.24.3 found 15:27:53 ==> 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 15:27:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:27:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:27:53 ==> Jenkins CI detected. 15:27:53 project root: . 15:27:53 --> token set from env 15:27:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:27:53 ==> Running gcov in . (disable via -X gcov) 15:27:53 ==> Python coveragepy not found 15:27:53 ==> Searching for coverage reports in: 15:27:53 + . 15:27:53 -> Found 1 reports 15:27:53 ==> Detecting git/mercurial file structure 15:27:53 ==> Reading reports 15:27:53 + ./coverage.out bytes=103401 15:27:53 ==> Appending adjustments 15:27:53 https://docs.codecov.io/docs/fixing-reports 15:27:54 + Found adjustments 15:27:54 ==> Gzipping contents 15:27:54 16K /tmp/codecov.xvyye5.gz 15:27:54 ==> Uploading reports 15:27:54 url: https://codecov.io 15:27:54 query: branch=master&commit=4a48ed36b56f70f387819c322f1a51e9c7883451&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:27:54 -> Pinging Codecov 15:27:54 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=4a48ed36b56f70f387819c322f1a51e9c7883451&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:27:54 -> Uploading to 15:27:54 https://storage.googleapis.com/codecov/v4/raw/2021-03-15/7E55EF52A471D76F132DFD9A03CDDE97/4a48ed36b56f70f387819c322f1a51e9c7883451/79dc5bbf-fbe3-469d-9894-562bac829f20.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T152754Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b2ad064b6c5741f5c9da09154d45392847ffb38d515464886082a0fb525cc45 15:27:54 % Total % Received % Xferd Average Speed Time Time Time Current 15:27:54 Dload Upload Total Spent Left Speed 15:27:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13847 0 0 100 13847 0 26842 --:--:-- --:--:-- --:--:-- 26835 15:27:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] } 15:27:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:27:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:27:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:27:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:27:57 15:27:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:27:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:27:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:27:57 188c0c94c7c5: Pulling fs layer 15:27:57 0ef7d3d256c8: Pulling fs layer 15:27:57 de9db76c5a1d: Pulling fs layer 15:27:57 0eba1c9be4d2: Pulling fs layer 15:27:57 0d57e429df01: Pulling fs layer 15:27:57 4e4be7b47b0d: Pulling fs layer 15:27:57 e1f770b5df2f: Pulling fs layer 15:27:57 85a0685a4137: Pulling fs layer 15:27:57 0eba1c9be4d2: Waiting 15:27:57 0d57e429df01: Waiting 15:27:57 4e4be7b47b0d: Waiting 15:27:57 e1f770b5df2f: Waiting 15:27:57 85a0685a4137: Waiting 15:27:57 de9db76c5a1d: Verifying Checksum 15:27:57 de9db76c5a1d: Download complete 15:27:57 0ef7d3d256c8: Verifying Checksum 15:27:57 0ef7d3d256c8: Download complete 15:27:58 0d57e429df01: Verifying Checksum 15:27:58 0d57e429df01: Download complete 15:27:58 4e4be7b47b0d: Verifying Checksum 15:27:58 4e4be7b47b0d: Download complete 15:27:58 188c0c94c7c5: Verifying Checksum 15:27:58 188c0c94c7c5: Download complete 15:27:59 188c0c94c7c5: Pull complete 15:28:00 0ef7d3d256c8: Pull complete 15:28:00 de9db76c5a1d: Pull complete 15:28:01 e1f770b5df2f: Verifying Checksum 15:28:01 e1f770b5df2f: Download complete 15:28:08 0eba1c9be4d2: Verifying Checksum 15:28:08 0eba1c9be4d2: Download complete 15:28:09 85a0685a4137: Verifying Checksum 15:28:09 85a0685a4137: Download complete 15:28:24 0eba1c9be4d2: Pull complete 15:28:24 0d57e429df01: Pull complete 15:28:24 4e4be7b47b0d: Pull complete 15:28:28 e1f770b5df2f: Pull complete 15:28:55 85a0685a4137: Pull complete 15:28:55 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:28:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:28:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:28:56 prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container 15:28:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:28:59 $ docker top 82916847795e583e5e18dba78b8954d10f09458c1ef68a185e90f1ba7db332da -eo pid,comm [Pipeline] { [Pipeline] echo 15:29:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:29:02 + set -o pipefail 15:29:02 + snyk monitor '--org=edgex-jenkins' 15:29:17 15:29:17 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 15:29:17 15:29:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/8b7cfd0c-4de6-4d6a-8680-7938c366d6d2 15:29:17 15:29:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:29:17 15:29:17 [Pipeline] } 15:29:17 $ docker stop --time=1 82916847795e583e5e18dba78b8954d10f09458c1ef68a185e90f1ba7db332da 15:29:20 $ docker rm -f 82916847795e583e5e18dba78b8954d10f09458c1ef68a185e90f1ba7db332da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:29:22 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:29:22 provisioning config files... 15:29:22 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8224935460130427233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:29:23 --> edgex-publish-swagger.sh 15:29:23 === Publish openapi/v1 API === 15:29:23 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 15:29:23 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 15:29:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:23 Dload Upload Total Spent Left Speed 15:29:26 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 14362 0:00:01 0:00:01 --:--:-- 14371 100 19947 0 0 100 19947 0 8345 0:00:02 0:00:02 --:--:-- 8346 100 19947 0 0 100 19947 0 6761 0:00:02 0:00:02 --:--:-- 6761 15:29:26 15:29:26 15:29:26 === Publish openapi/v2 API === 15:29:26 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:29:26 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 15:29:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:26 Dload Upload Total Spent Left Speed 15:29:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 50399 0:00:01 0:00:01 --:--:-- 50922 15:29:27 15:29:27 [Pipeline] } 15:29:27 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 15:29:28 + git log --format=format:%s -1 4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] isUnix [Pipeline] sh 15:29:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:29 . [Pipeline] withDockerContainer 15:29:29 prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container 15:29:29 $ 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 15:29:32 $ docker top 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:33 [ssh-agent] Looking for ssh-agent implementation... 15:29:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:34 $ docker exec 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 ssh-agent 15:29:35 SSH_AUTH_SOCK=/tmp/ssh-BfjszLFbZzdq/agent.12 15:29:35 SSH_AGENT_PID=17 15:29:35 Running ssh-add (command line suppressed) 15:29:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8841642600282102458.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8841642600282102458.key) 15:29:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:37 + git semver tag 15:29:37 # -> Open(): unable to determine branch for HEAD 15:29:37 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:29:37 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:29:37 # $SEMVER_REMOTE_NAME = origin 15:29:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:29:37 # $SEMVER_USER_NAME = edgex-jenkins 15:29:37 # $SEMVER_BRANCH = master 15:29:37 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 15:29:37 # 4a48ed36b56f70f387819c322f1a51e9c7883451 HEAD 15:29:37 # -> Force: false 15:29:37 # c22c92b910eb6dd090f7fc2ccf0e7196f9b127c8 refs/tags/v2.0.0-dev.22 [Pipeline] } 15:29:37 $ docker exec --env ******** --env ******** 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 ssh-agent -k 15:29:38 unset SSH_AUTH_SOCK; 15:29:38 unset SSH_AGENT_PID; 15:29:38 echo Agent pid 17 killed; 15:29:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:39 + git semver [Pipeline] } 15:29:39 $ docker stop --time=1 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 15:29:41 $ docker rm -f 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:42 15:29:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:29:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:43 0.23.1-centos7: Pulling from edgex-lftools 15:29:43 ab5ef0e58194: Pulling fs layer 15:29:43 9712f1f96733: Pulling fs layer 15:29:43 63f879dbbcfc: Pulling fs layer 15:29:43 0d9ebad4ef96: Pulling fs layer 15:29:43 e9a5061849ea: Pulling fs layer 15:29:43 d747dcd14b5f: Pulling fs layer 15:29:43 2de7ff778b66: Pulling fs layer 15:29:43 0d9ebad4ef96: Waiting 15:29:43 e9a5061849ea: Waiting 15:29:43 2de7ff778b66: Waiting 15:29:43 d747dcd14b5f: Waiting 15:29:43 9712f1f96733: Verifying Checksum 15:29:43 9712f1f96733: Download complete 15:29:48 63f879dbbcfc: Verifying Checksum 15:29:48 63f879dbbcfc: Download complete 15:29:48 e9a5061849ea: Verifying Checksum 15:29:48 e9a5061849ea: Download complete 15:29:48 d747dcd14b5f: Verifying Checksum 15:29:48 d747dcd14b5f: Download complete 15:29:49 2de7ff778b66: Verifying Checksum 15:29:49 2de7ff778b66: Download complete 15:29:49 0d9ebad4ef96: Verifying Checksum 15:29:49 0d9ebad4ef96: Download complete 15:29:49 ab5ef0e58194: Verifying Checksum 15:29:49 ab5ef0e58194: Download complete 15:30:02 ab5ef0e58194: Pull complete 15:30:02 9712f1f96733: Pull complete 15:30:06 63f879dbbcfc: Pull complete 15:30:24 0d9ebad4ef96: Pull complete 15:30:24 e9a5061849ea: Pull complete 15:30:24 d747dcd14b5f: Pull complete 15:30:30 2de7ff778b66: Pull complete 15:30:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:30:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:30:31 prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container 15:30:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:30:37 $ docker top a622021d36d7f880802712df405e59b22c7713a52d92d3b75891c07613b618cd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:30:38 provisioning config files... 15:30:38 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4032893899420778057tmp 15:30:38 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7708926132733799940tmp 15:30:38 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4019220062311109249tmp [Pipeline] { [Pipeline] echo 15:30:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:30:39 ---> sigul-configuration.sh 15:30:39 gpg: directory `/root/.gnupg' created 15:30:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:30:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:30:39 gpg: keyring `/root/.gnupg/secring.gpg' created 15:30:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:30:39 gpg: CAST5 encrypted data 15:30:40 gpg: encrypted with 1 passphrase 15:30:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:30:42 + mkdir /home/jenkins 15:30:42 + mkdir /home/jenkins/sigul [Pipeline] sh 15:30:42 + 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 15:30:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:30:43 ---> sigul-install.sh 15:30:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:30:54 + git tag --list 15:30:54 0.7.1 15:30:54 delhi-tag 15:30:54 v1.0.0 15:30:54 v1.1.0 15:30:54 v1.1.1 15:30:54 v1.1.2 15:30:54 v1.2.0 15:30:54 v1.2.1 15:30:54 v1.2.2 15:30:54 v1.2.3 15:30:54 v1.3.0 15:30:54 v1.4.0 15:30:54 v2.0.0-dev.1 15:30:54 v2.0.0-dev.10 15:30:54 v2.0.0-dev.11 15:30:54 v2.0.0-dev.12 15:30:54 v2.0.0-dev.13 15:30:54 v2.0.0-dev.14 15:30:54 v2.0.0-dev.15 15:30:54 v2.0.0-dev.16 15:30:54 v2.0.0-dev.17 15:30:54 v2.0.0-dev.18 15:30:54 v2.0.0-dev.19 15:30:54 v2.0.0-dev.2 15:30:54 v2.0.0-dev.20 15:30:54 v2.0.0-dev.21 15:30:54 v2.0.0-dev.22 15:30:54 v2.0.0-dev.3 15:30:54 v2.0.0-dev.4 15:30:54 v2.0.0-dev.5 15:30:54 v2.0.0-dev.6 15:30:54 v2.0.0-dev.7 15:30:54 v2.0.0-dev.8 15:30:54 v2.0.0-dev.9 [Pipeline] sh 15:30:55 + lftools sign git-tag v2.0.0-dev.22 15:30:58 Signing Git tag with Sigul... 15:30:58 Signing v2.0.0-dev.22 [Pipeline] echo 15:30:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:31:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:31:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:31:00 $ docker stop --time=1 a622021d36d7f880802712df405e59b22c7713a52d92d3b75891c07613b618cd 15:31:04 $ docker rm -f a622021d36d7f880802712df405e59b22c7713a52d92d3b75891c07613b618cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:31:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:05 . [Pipeline] withDockerContainer 15:31:05 prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container 15:31:05 $ 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 15:31:08 $ docker top b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:31:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:09 [ssh-agent] Looking for ssh-agent implementation... 15:31:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:09 $ docker exec b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 ssh-agent 15:31:11 SSH_AUTH_SOCK=/tmp/ssh-lhjiSTEk28bY/agent.11 15:31:11 SSH_AGENT_PID=16 15:31:11 Running ssh-add (command line suppressed) 15:31:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4272809681358169850.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4272809681358169850.key) 15:31:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:13 + git semver bump pre 15:31:13 # -> Open(): unable to determine branch for HEAD 15:31:13 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:31:13 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:31:13 # $SEMVER_REMOTE_NAME = origin 15:31:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:31:13 # $SEMVER_USER_NAME = edgex-jenkins 15:31:13 # $SEMVER_BRANCH = master 15:31:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 15:31:13 2.0.0-dev.23 [Pipeline] } 15:31:13 $ docker exec --env ******** --env ******** b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 ssh-agent -k 15:31:14 unset SSH_AUTH_SOCK; 15:31:14 unset SSH_AGENT_PID; 15:31:14 echo Agent pid 16 killed; 15:31:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:15 + git semver [Pipeline] } 15:31:15 $ docker stop --time=1 b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 15:31:19 $ docker rm -f b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:31:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:20 . [Pipeline] withDockerContainer 15:31:20 prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container 15:31:20 $ 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 15:31:22 $ docker top 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:31:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:23 [ssh-agent] Looking for ssh-agent implementation... 15:31:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:23 $ docker exec 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 ssh-agent 15:31:25 SSH_AUTH_SOCK=/tmp/ssh-pgHshWVWBSSd/agent.11 15:31:25 SSH_AGENT_PID=16 15:31:25 Running ssh-add (command line suppressed) 15:31:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2172289330359552531.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2172289330359552531.key) 15:31:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:27 + git semver push 15:31:27 # -> Open(): unable to determine branch for HEAD 15:31:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:31:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:31:27 # $SEMVER_REMOTE_NAME = origin 15:31:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:31:27 # $SEMVER_USER_NAME = edgex-jenkins 15:31:27 # $SEMVER_BRANCH = master 15:31:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:31:34 $ docker exec --env ******** --env ******** 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 ssh-agent -k 15:31:35 unset SSH_AUTH_SOCK; 15:31:35 unset SSH_AGENT_PID; 15:31:35 echo Agent pid 16 killed; 15:31:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:36 + git semver [Pipeline] } 15:31:36 $ docker stop --time=1 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 15:31:37 $ docker rm -f 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 [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 15:31:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:31:41 ---> package-listing.sh 15:31:41 ++ facter osfamily 15:31:41 ++ tr '[:upper:]' '[:lower:]' 15:31:41 + OS_FAMILY=redhat 15:31:41 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 15:31:41 + START_PACKAGES=/tmp/packages_start.txt 15:31:41 + END_PACKAGES=/tmp/packages_end.txt 15:31:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:31:41 + PACKAGES=/tmp/packages_start.txt 15:31:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 15:31:41 + PACKAGES=/tmp/packages_end.txt 15:31:41 + case "${OS_FAMILY}" in 15:31:41 + rpm -qa 15:31:41 + sort 15:31:54 + '[' -f /tmp/packages_start.txt ']' 15:31:54 + '[' -f /tmp/packages_end.txt ']' 15:31:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:31:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 15:31:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 15:31:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 15:31:54 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 15:31:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:31:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:55 15:31:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:31:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:56 alpine: Pulling from edgex-lftools-log-publisher 15:31:56 df20fa9351a1: Pulling fs layer 15:31:56 36b3adc4ff6f: Pulling fs layer 15:31:56 8ad3a11d3b57: Pulling fs layer 15:31:56 46f8f816bc3b: Pulling fs layer 15:31:56 93b61091891f: Pulling fs layer 15:31:56 93b9cdb0e59b: Pulling fs layer 15:31:56 5e14af77c1be: Pulling fs layer 15:31:56 01666e4c0597: Pulling fs layer 15:31:56 aa168da1d23b: Pulling fs layer 15:31:56 93b9cdb0e59b: Waiting 15:31:56 5e14af77c1be: Waiting 15:31:56 01666e4c0597: Waiting 15:31:56 aa168da1d23b: Waiting 15:31:56 46f8f816bc3b: Waiting 15:31:56 93b61091891f: Waiting 15:31:56 36b3adc4ff6f: Verifying Checksum 15:31:56 36b3adc4ff6f: Download complete 15:31:56 46f8f816bc3b: Download complete 15:31:58 df20fa9351a1: Verifying Checksum 15:31:58 df20fa9351a1: Download complete 15:31:58 93b9cdb0e59b: Verifying Checksum 15:31:58 93b9cdb0e59b: Download complete 15:31:58 5e14af77c1be: Verifying Checksum 15:31:58 5e14af77c1be: Download complete 15:31:58 93b61091891f: Verifying Checksum 15:31:58 93b61091891f: Download complete 15:31:58 01666e4c0597: Verifying Checksum 15:31:58 01666e4c0597: Download complete 15:31:59 8ad3a11d3b57: Verifying Checksum 15:31:59 8ad3a11d3b57: Download complete 15:31:59 df20fa9351a1: Pull complete 15:32:00 36b3adc4ff6f: Pull complete 15:32:05 8ad3a11d3b57: Pull complete 15:32:06 46f8f816bc3b: Pull complete 15:32:08 aa168da1d23b: Verifying Checksum 15:32:08 aa168da1d23b: Download complete 15:32:09 93b61091891f: Pull complete 15:32:09 93b9cdb0e59b: Pull complete 15:32:10 5e14af77c1be: Pull complete 15:32:10 01666e4c0597: Pull complete 15:32:38 aa168da1d23b: Pull complete 15:32:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:32:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:32:40 prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container 15:32:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:32:42 $ docker top 76d06ff505cf8daf2e2b3b623f42c84d2e23801d3d1dff874152ba281b6023b8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:43 + touch /tmp/pre-build-complete [Pipeline] sh 15:32:44 + mkdir -p /var/log/sa [Pipeline] sh 15:32:45 + ls /var/log/sa-host 15:32:45 + sadf -c /var/log/sa-host/sa15 15:32:45 file_magic: OK 15:32:45 HZ: Using current value: 100 15:32:45 file_header: OK 15:32:45 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 15:32:45 Statistics: 15:32:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:32:45 File successfully converted to sysstat format version 12.2.1 15:32:45 + sadf -c /var/log/sa-host/sa23 15:32:45 file_magic: OK 15:32:45 HZ: Using current value: 100 15:32:45 file_header: OK 15:32:45 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 15:32:45 Statistics: 15:32:45 Hnuu...uuuununununu... 15:32:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:32:45 provisioning config files... 15:32:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7367475461559842716tmp [Pipeline] { [Pipeline] echo 15:32:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:32:46 ---> create-netrc.sh [Pipeline] } 15:32:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:32:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:32:46 ---> python-tools-install.sh [Pipeline] echo 15:32:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:32:47 ---> sudo-logs.sh 15:32:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:32:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:32:48 ---> job-cost.sh 15:32:48 lf-activate-venv: SKIPPING 15:32:48 DEBUG: total: 0.20999999344348907 15:32:48 INFO: Retrieving Stack Cost... 15:32:49 INFO: Retrieving Pricing Info for: v1-standard-2 15:32:49 INFO: Archiving Costs [Pipeline] echo 15:32:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:32:50 ---> logs-deploy.sh 15:32:50 lf-activate-venv: SKIPPING 15:32:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/127 15:32:50 INFO: archiving workspace using pattern(s): 15:32:55 Archives upload complete. 15:32:55 INFO: archiving logs to Nexus 15:32:57 ---> uname -a: 15:32:57 Linux prd-centos7-docker-4c-2g-29825.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:32:57 15:32:57 15:32:57 ---> lscpu: 15:32:57 Architecture: x86_64 15:32:57 CPU op-mode(s): 32-bit, 64-bit 15:32:57 Byte Order: Little Endian 15:32:57 Address sizes: 40 bits physical, 48 bits virtual 15:32:57 CPU(s): 4 15:32:57 On-line CPU(s) list: 0-3 15:32:57 Thread(s) per core: 1 15:32:57 Core(s) per socket: 1 15:32:57 Socket(s): 4 15:32:57 NUMA node(s): 1 15:32:57 Vendor ID: GenuineIntel 15:32:57 CPU family: 6 15:32:57 Model: 44 15:32:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:32:57 Stepping: 1 15:32:57 CPU MHz: 2933.438 15:32:57 BogoMIPS: 5866.87 15:32:57 Virtualization: VT-x 15:32:57 Hypervisor vendor: KVM 15:32:57 Virtualization type: full 15:32:57 L1d cache: 128 KiB 15:32:57 L1i cache: 128 KiB 15:32:57 L2 cache: 16 MiB 15:32:57 L3 cache: 64 MiB 15:32:57 NUMA node0 CPU(s): 0-3 15:32:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:32:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:32:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:32:57 Vulnerability Meltdown: Mitigation; PTI 15:32:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:32:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:32:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:32:57 Vulnerability Srbds: Not affected 15:32:57 Vulnerability Tsx async abort: Not affected 15:32:57 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 15:32:57 15:32:57 15:32:57 ---> nproc: 15:32:57 4 15:32:57 15:32:57 15:32:57 ---> df -h: 15:32:57 Filesystem Size Used Available Use% Mounted on 15:32:57 overlay 50.0G 8.2G 41.8G 16% / 15:32:57 tmpfs 64.0M 0 64.0M 0% /dev 15:32:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:32:57 shm 64.0M 0 64.0M 0% /dev/shm 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 15:32:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 15:32:57 15:32:57 15:32:57 ---> free -m: 15:32:57 total used free shared buff/cache available 15:32:57 Mem: 1837 831 158 0 847 939 15:32:57 Swap: 1023 3 1020 15:32:57 15:32:57 15:32:57 ---> ip addr: 15:32:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:32:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:32:57 inet 127.0.0.1/8 scope host lo 15:32:57 valid_lft forever preferred_lft forever 15:32:57 inet6 ::1/128 scope host 15:32:57 valid_lft forever preferred_lft forever 15:32:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:32:57 link/ether fa:16:3e:06:0d:1e brd ff:ff:ff:ff:ff:ff 15:32:57 inet 10.30.123.87/23 brd 10.30.123.255 scope global dynamic eth0 15:32:57 valid_lft 85426sec preferred_lft 85426sec 15:32:57 inet6 fe80::f816:3eff:fe06:d1e/64 scope link 15:32:57 valid_lft forever preferred_lft forever 15:32:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:32:57 link/ether 02:42:01:c0:f0:a0 brd ff:ff:ff:ff:ff:ff 15:32:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:32:57 valid_lft forever preferred_lft forever 15:32:57 inet6 fe80::42:1ff:fec0:f0a0/64 scope link 15:32:57 valid_lft forever preferred_lft forever 15:32:57 15:32:57 15:32:57 ---> sar -b -r -n DEV: 15:32:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) 15:32:57 15:32:57 15:16:25 LINUX RESTART (4 CPU) 15:32:57 15:32:57 15:17:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:32:57 15:18:01 148.10 101.41 46.69 0.00 7657.62 36953.55 0.00 15:32:57 15:19:01 55.94 19.92 36.02 0.00 5237.45 3580.21 0.00 15:32:57 15:20:01 6.37 0.50 5.88 0.00 36.12 238.84 0.00 15:32:57 15:21:01 0.60 0.00 0.60 0.00 0.00 10.63 0.00 15:32:57 15:22:02 0.25 0.00 0.25 0.00 0.00 3.41 0.00 15:32:57 15:23:01 0.27 0.00 0.27 0.00 0.00 2.92 0.00 15:32:57 15:24:01 0.70 0.00 0.70 0.00 0.00 8.49 0.00 15:32:57 15:25:01 0.60 0.00 0.60 0.00 0.00 6.68 0.00 15:32:57 15:26:02 0.66 0.00 0.66 0.00 0.00 8.60 0.00 15:32:57 15:27:01 0.58 0.00 0.58 0.00 0.00 5.88 0.00 15:32:57 15:28:01 1.66 0.48 1.18 0.00 183.57 26.39 0.00 15:32:57 15:29:02 228.75 134.60 94.14 0.00 6232.87 33079.64 0.00 15:32:57 15:30:01 122.81 61.93 60.87 0.00 2859.28 13749.56 0.00 15:32:57 15:31:01 173.88 57.98 115.90 0.00 3438.07 19557.13 0.00 15:32:57 15:32:01 74.67 57.58 17.09 0.00 4374.59 3199.54 0.00 15:32:57 Average: 54.24 28.83 25.41 0.00 1990.44 7294.44 0.00 15:32:57 15:32:57 15:17:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:32:57 15:18:01 79384 0 442368 23.51 2620 1357172 930216 31.75 255036 1349568 20504 15:32:57 15:19:01 115604 0 640052 34.02 2620 1123268 1744232 59.53 428844 1136016 52 15:32:57 15:20:01 173016 0 579944 30.82 2620 1125964 1089312 37.18 401364 1108116 20 15:32:57 15:21:01 174532 0 578428 30.74 2620 1125964 1053572 35.96 402744 1106300 16 15:32:57 15:22:02 174088 0 578836 30.76 2620 1126000 1053644 35.96 407100 1102244 12 15:32:57 15:23:01 174564 0 578384 30.74 2620 1125976 1053412 35.95 421020 1088172 16 15:32:57 15:24:01 175212 0 577736 30.71 2620 1125976 1053344 35.95 418376 1090408 12 15:32:57 15:25:01 175540 0 577400 30.69 2620 1125984 1053320 35.95 418280 1090408 8 15:32:57 15:26:02 175532 0 577404 30.69 2620 1125988 1053320 35.95 418424 1090408 8 15:32:57 15:27:01 175292 0 577636 30.70 2620 1125996 1053320 35.95 418304 1090412 8 15:32:57 15:28:01 75132 0 610808 32.46 2620 1192984 1256664 42.89 459364 1144084 61296 15:32:57 15:29:02 127512 0 720720 38.30 2620 1030692 1559736 53.23 486460 1013928 60 15:32:57 15:30:01 133344 0 764440 40.63 2596 981164 1535824 52.42 598964 874380 65812 15:32:57 15:31:01 111728 0 801984 42.62 1840 965992 1426624 48.69 674556 749940 79016 15:32:57 15:32:01 77196 0 829540 44.09 1712 973096 1616060 55.15 628464 835056 52056 15:32:57 Average: 141178 0 629045 33.43 2506 1108814 1235507 42.17 455820 1057963 18593 15:32:57 15:32:57 15:17:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:32:57 15:18:01 eth0 93.34 50.29 275.16 11.36 0.00 0.00 0.00 0.00 15:32:57 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:19:01 vethc4309a5 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 15:32:57 15:19:01 eth0 187.32 145.22 787.54 76.79 0.00 0.00 0.00 0.00 15:32:57 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:19:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:32:57 15:20:01 eth0 16.91 14.46 34.74 5.42 0.00 0.00 0.00 0.00 15:32:57 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:20:01 docker0 7.62 6.80 1.26 23.53 0.00 0.00 0.00 0.00 15:32:57 15:21:01 eth0 1.21 0.73 2.34 0.22 0.00 0.00 0.00 0.00 15:32:57 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:22:02 eth0 1.07 0.48 0.41 0.18 0.00 0.00 0.00 0.00 15:32:57 15:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:23:01 eth0 0.20 0.19 0.08 0.10 0.00 0.00 0.00 0.00 15:32:57 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:24:01 eth0 0.22 0.20 0.07 0.04 0.00 0.00 0.00 0.00 15:32:57 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:32:57 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:26:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:32:57 15:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:32:57 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:28:01 eth0 115.15 98.40 980.84 10.66 0.00 0.00 0.00 0.00 15:32:57 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:29:02 vethcdb8bea 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:32:57 15:29:02 eth0 300.84 244.74 3078.71 23.23 0.00 0.00 0.00 0.00 15:32:57 15:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:30:01 eth0 405.57 359.12 3457.92 87.55 0.00 0.00 0.00 0.00 15:32:57 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:30:01 docker0 43.53 42.40 3.95 201.03 0.00 0.00 0.00 0.00 15:32:57 15:31:01 veth1238151 18.62 37.88 1.35 218.82 0.00 0.00 0.00 0.00 15:32:57 15:31:01 eth0 81.01 55.39 254.29 58.28 0.00 0.00 0.00 0.00 15:32:57 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:31:01 docker0 18.62 37.74 1.10 218.80 0.00 0.00 0.00 0.00 15:32:57 15:32:01 eth0 117.37 92.59 859.40 51.29 0.00 0.00 0.00 0.00 15:32:57 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 15:32:01 docker0 1.90 1.41 0.31 0.33 0.00 0.00 0.00 0.00 15:32:57 Average: eth0 87.96 70.78 649.28 21.69 0.00 0.00 0.00 0.00 15:32:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:57 Average: docker0 4.76 5.89 0.44 29.54 0.00 0.00 0.00 0.00 15:32:57 15:32:57 15:32:57 ---> sar -P ALL: 15:32:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) 15:32:57 15:32:57 15:16:25 LINUX RESTART (4 CPU) 15:32:57 15:32:57 15:17:03 CPU %user %nice %system %iowait %steal %idle 15:32:57 15:18:01 all 5.67 0.00 6.63 13.00 42.50 32.20 15:32:57 15:18:01 0 4.20 0.00 5.66 10.54 43.19 36.40 15:32:57 15:18:01 1 5.61 0.00 7.78 11.50 42.11 33.00 15:32:57 15:18:01 2 6.66 0.00 6.06 16.34 43.27 27.68 15:32:57 15:18:01 3 6.31 0.00 7.06 13.76 41.39 31.48 15:32:57 15:19:01 all 10.21 0.00 4.42 1.50 28.81 55.06 15:32:57 15:19:01 0 9.93 0.00 4.47 1.01 29.99 54.61 15:32:57 15:19:01 1 10.19 0.00 4.64 1.73 28.85 54.59 15:32:57 15:19:01 2 9.52 0.00 3.62 2.57 28.76 55.53 15:32:57 15:19:01 3 11.22 0.00 4.97 0.66 27.61 55.54 15:32:57 15:20:01 all 0.86 0.00 0.46 0.14 2.85 95.69 15:32:57 15:20:01 0 0.52 0.00 0.38 0.21 2.98 95.90 15:32:57 15:20:01 1 0.61 0.00 0.57 0.02 3.10 95.71 15:32:57 15:20:01 2 1.29 0.00 0.45 0.00 2.59 95.67 15:32:57 15:20:01 3 1.02 0.00 0.46 0.33 2.71 95.48 15:32:57 15:21:01 all 0.11 0.00 0.18 0.00 1.95 97.77 15:32:57 15:21:01 0 0.08 0.00 0.15 0.00 1.61 98.16 15:32:57 15:21:01 1 0.07 0.00 0.24 0.00 2.51 97.18 15:32:57 15:21:01 2 0.23 0.00 0.13 0.00 2.53 97.11 15:32:57 15:21:01 3 0.07 0.00 0.18 0.00 1.12 98.63 15:32:57 15:22:02 all 0.08 0.00 0.05 0.00 1.60 98.27 15:32:57 15:22:02 0 0.02 0.00 0.02 0.00 1.23 98.74 15:32:57 15:22:02 1 0.03 0.00 0.03 0.00 1.57 98.36 15:32:57 15:22:02 2 0.24 0.00 0.11 0.00 2.26 97.38 15:32:57 15:22:02 3 0.03 0.00 0.05 0.00 1.34 98.58 15:32:57 15:23:01 all 0.07 0.00 0.11 0.00 1.45 98.37 15:32:57 15:23:01 0 0.02 0.00 0.07 0.00 1.42 98.49 15:32:57 15:23:01 1 0.13 0.00 0.07 0.00 1.82 97.98 15:32:57 15:23:01 2 0.10 0.00 0.30 0.00 1.31 98.28 15:32:57 15:23:01 3 0.03 0.00 0.00 0.00 1.24 98.73 15:32:57 15:24:01 all 0.05 0.00 0.19 0.00 2.62 97.14 15:32:57 15:24:01 0 0.02 0.00 0.46 0.00 2.88 96.64 15:32:57 15:24:01 1 0.18 0.00 0.08 0.00 2.59 97.15 15:32:57 15:24:01 2 0.00 0.00 0.17 0.00 1.17 98.66 15:32:57 15:24:01 3 0.02 0.00 0.05 0.00 3.79 96.14 15:32:57 15:25:01 all 0.10 0.00 0.02 0.00 0.84 99.04 15:32:57 15:25:01 0 0.00 0.00 0.00 0.00 0.35 99.65 15:32:57 15:25:01 1 0.35 0.00 0.02 0.00 1.37 98.27 15:32:57 15:25:01 2 0.03 0.00 0.05 0.00 1.14 98.78 15:32:57 15:25:01 3 0.02 0.00 0.02 0.00 0.50 99.47 15:32:57 15:26:02 all 0.07 0.00 0.04 0.00 0.64 99.25 15:32:57 15:26:02 0 0.02 0.00 0.02 0.00 0.30 99.67 15:32:57 15:26:02 1 0.03 0.00 0.05 0.00 0.94 98.98 15:32:57 15:26:02 2 0.21 0.00 0.07 0.00 1.04 98.68 15:32:57 15:26:02 3 0.03 0.00 0.03 0.00 0.27 99.67 15:32:57 15:27:01 all 0.08 0.00 0.03 0.00 0.48 99.40 15:32:57 15:27:01 0 0.02 0.00 0.03 0.00 0.17 99.78 15:32:57 15:27:01 1 0.07 0.00 0.07 0.00 0.99 98.87 15:32:57 15:27:01 2 0.22 0.00 0.02 0.00 0.47 99.29 15:32:57 15:27:01 3 0.02 0.00 0.02 0.00 0.29 99.68 15:32:57 15:28:01 all 0.69 0.00 0.61 0.03 2.64 96.02 15:32:57 15:28:01 0 0.70 0.00 0.80 0.07 2.82 95.61 15:32:57 15:28:01 1 0.60 0.00 0.41 0.02 2.45 96.52 15:32:57 15:28:01 2 1.00 0.00 0.66 0.05 2.90 95.39 15:32:57 15:28:01 3 0.46 0.00 0.58 0.00 2.39 96.57 15:32:57 15:32:57 15:28:01 CPU %user %nice %system %iowait %steal %idle 15:32:57 15:29:02 all 3.33 0.00 3.61 0.86 36.11 56.09 15:32:57 15:29:02 0 2.89 0.00 3.26 0.46 35.78 57.61 15:32:57 15:29:02 1 3.20 0.00 3.27 1.23 38.04 54.26 15:32:57 15:29:02 2 3.82 0.00 4.16 0.97 34.77 56.28 15:32:57 15:29:02 3 3.43 0.00 3.79 0.79 35.79 56.21 15:32:57 15:30:01 all 4.21 0.00 4.88 2.70 24.93 63.28 15:32:57 15:30:01 0 3.33 0.00 5.53 1.80 26.25 63.10 15:32:57 15:30:01 1 3.93 0.00 4.50 3.10 24.52 63.95 15:32:57 15:30:01 2 4.75 0.00 4.08 3.37 24.32 63.48 15:32:57 15:30:01 3 4.85 0.00 5.42 2.55 24.59 62.58 15:32:57 15:31:01 all 5.19 0.00 5.38 2.03 28.82 58.58 15:32:57 15:31:01 0 3.87 0.00 6.63 1.58 28.65 59.27 15:32:57 15:31:01 1 7.99 0.00 4.84 1.75 29.26 56.16 15:32:57 15:31:01 2 3.85 0.00 4.34 1.57 28.51 61.74 15:32:57 15:31:01 3 5.00 0.00 5.70 3.23 28.86 57.22 15:32:57 15:32:01 all 2.48 0.00 4.53 3.57 24.33 65.08 15:32:57 15:32:01 0 1.84 0.00 4.16 1.98 25.29 66.73 15:32:57 15:32:01 1 3.42 0.00 5.39 6.14 24.48 60.57 15:32:57 15:32:01 2 3.06 0.00 5.08 4.12 25.13 62.61 15:32:57 15:32:01 3 1.67 0.00 3.55 2.17 22.45 70.15 15:32:57 Average: all 2.34 0.00 2.21 1.73 14.26 79.44 15:32:57 Average: 0 1.95 0.00 2.26 1.31 14.59 79.89 15:32:57 Average: 1 2.59 0.00 2.28 1.83 14.57 78.73 15:32:57 Average: 2 2.45 0.00 2.07 2.09 14.13 79.26 15:32:57 Average: 3 2.39 0.00 2.25 1.70 13.76 79.89 15:32:57 15:32:57 15:32:57