Started by upstream project "edgexfoundry/cd-management/release" build number 36 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a22ec22dc229bc5a98df020c4d001a55ea4e61b6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[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: app-functions-sdk-go-settings PROJECT: app-functions-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false 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/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11828’ Running on prd-centos7-docker-4c-2g-11832 in /w/workspace/ndry_app-functions-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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 Commit message: "fix: Fix response content type issue 567 (#568)" > git rev-list --no-walk a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:05:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:05:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:05:22 ========================================================= 16:05:22 EdgeX Global Pipelines Version Info 16:05:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:05:24 ------------------- 16:05:24 stable info: 16:05:24 ------------------- 16:05:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:05:24 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:05:24 Message: update stable to v1.0.162 16:05:25 ------------------- 16:05:25 experimental info: 16:05:25 ------------------- 16:05:25 Commited By: **** collab-it+edgex@linuxfoundation.org 16:05:25 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:05:25 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:05:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:05:26 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:05:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:05:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:05:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:05:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:05:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:05:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:05:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:05:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:05:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:05:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo 16:05:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a22ec22 [Pipeline] echo 16:05:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:05:29 provisioning config files... 16:05:29 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2925561652893936089tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:30 ---> docker-login.sh 16:05:30 nexus3.edgexfoundry.org:10001 16:05:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:30 Configure a credential helper to remove this warning. See 16:05:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:30 16:05:30 Login Succeeded 16:05:30 nexus3.edgexfoundry.org:10002 16:05:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:30 Configure a credential helper to remove this warning. See 16:05:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:30 16:05:30 Login Succeeded 16:05:30 nexus3.edgexfoundry.org:10003 16:05:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:31 Configure a credential helper to remove this warning. See 16:05:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:31 16:05:31 Login Succeeded 16:05:31 nexus3.edgexfoundry.org:10004 16:05:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:31 Configure a credential helper to remove this warning. See 16:05:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:31 16:05:31 Login Succeeded 16:05:31 docker.io 16:05:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:32 Configure a credential helper to remove this warning. See 16:05:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:32 16:05:32 Login Succeeded 16:05:32 ---> docker-login.sh ends [Pipeline] } 16:05:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:05:33 + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo 16:05:33 GIT_COMMIT: a22ec22dc229bc5a98df020c4d001a55ea4e61b6, Commit Message: fix: Fix response content type issue 567 (#568) [Pipeline] echo 16:05:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:05:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:34 16:05:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:05:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:34 latest: Pulling from edgex-devops/git-semver 16:05:34 31603596830f: Pulling fs layer 16:05:34 2a8b12db71e7: Pulling fs layer 16:05:34 6ca5941a6612: Pulling fs layer 16:05:34 ecc8261a40a4: Pulling fs layer 16:05:34 ecc8261a40a4: Waiting 16:05:34 2a8b12db71e7: Verifying Checksum 16:05:34 2a8b12db71e7: Download complete 16:05:34 31603596830f: Verifying Checksum 16:05:34 31603596830f: Download complete 16:05:35 ecc8261a40a4: Verifying Checksum 16:05:35 ecc8261a40a4: Download complete 16:05:35 31603596830f: Pull complete 16:05:35 6ca5941a6612: Verifying Checksum 16:05:35 6ca5941a6612: Download complete 16:05:35 2a8b12db71e7: Pull complete 16:05:37 6ca5941a6612: Pull complete 16:05:37 ecc8261a40a4: Pull complete 16:05:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:05:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:05:37 prd-centos7-docker-4c-2g-11832 does not seem to be running inside a container 16:05:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 16:05:40 $ docker top 7113bc5fc31a99d65d52cf15b93cb428bf955d33fc3bbc32b7babd5ab49cb205 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:05:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:41 [ssh-agent] Looking for ssh-agent implementation... 16:05:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:41 $ docker exec 7113bc5fc31a99d65d52cf15b93cb428bf955d33fc3bbc32b7babd5ab49cb205 ssh-agent 16:05:41 SSH_AUTH_SOCK=/tmp/ssh-HpvMNg2jVar1/agent.11 16:05:41 SSH_AGENT_PID=16 16:05:41 Running ssh-add (command line suppressed) 16:05:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1338567724165296067.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1338567724165296067.key) 16:05:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:42 + git tag --points-at HEAD [Pipeline] } 16:05:42 $ docker exec --env ******** --env ******** 7113bc5fc31a99d65d52cf15b93cb428bf955d33fc3bbc32b7babd5ab49cb205 ssh-agent -k 16:05:42 unset SSH_AUTH_SOCK; 16:05:42 unset SSH_AGENT_PID; 16:05:42 echo Agent pid 16 killed; 16:05:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:05:42 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.1-dev.58|v1.3.0' [Pipeline] sshagent 16:05:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:42 [ssh-agent] Looking for ssh-agent implementation... 16:05:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:43 $ docker exec 7113bc5fc31a99d65d52cf15b93cb428bf955d33fc3bbc32b7babd5ab49cb205 ssh-agent 16:05:43 SSH_AUTH_SOCK=/tmp/ssh-k9sLxxmgDv3V/agent.45 16:05:43 SSH_AGENT_PID=50 16:05:43 Running ssh-add (command line suppressed) 16:05:43 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2303864232366487286.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2303864232366487286.key) 16:05:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:44 + git semver init 16:05:44 # -> Open(): unable to determine branch for HEAD 16:05:44 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:05:44 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:05:44 # $SEMVER_REMOTE_NAME = origin 16:05:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:05:44 # $SEMVER_USER_NAME = edgex-jenkins 16:05:44 # $SEMVER_BRANCH = master 16:05:44 # $SEMVER_TEMP = /tmp/semver-890197419 16:05:44 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:05:47 # '/tmp/semver-890197419' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:05:47 # -> Force: false 16:05:47 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:05:47 $ docker exec --env ******** --env ******** 7113bc5fc31a99d65d52cf15b93cb428bf955d33fc3bbc32b7babd5ab49cb205 ssh-agent -k 16:05:48 unset SSH_AUTH_SOCK; 16:05:48 unset SSH_AGENT_PID; 16:05:48 echo Agent pid 50 killed; 16:05:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:05:48 + git semver [Pipeline] } 16:05:48 $ docker stop --time=1 7113bc5fc31a99d65d52cf15b93cb428bf955d33fc3bbc32b7babd5ab49cb205 16:05:50 $ docker rm -f 7113bc5fc31a99d65d52cf15b93cb428bf955d33fc3bbc32b7babd5ab49cb205 [Pipeline] // withDockerContainer [Pipeline] sh 16:05:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:05:51 Stashed 1 file(s) [Pipeline] echo 16:05:51 [edgeXSemver]: initialized semver on version 1.3.0 [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 16:06:07 Still waiting to schedule task 16:06:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:06:07 Still waiting to schedule task 16:06:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:07:17 Running on prd-centos7-docker-4c-2g-11835 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:07:17 Running in /w/workspace/app-functions-sdk-go/147 [Pipeline] { [Pipeline] checkout 16:07:28 using credential edgex-jenkins-ssh 16:07:28 Cloning the remote Git repository 16:07:28 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:07:28 > git init /w/workspace/app-functions-sdk-go/147 # timeout=10 16:07:28 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:07:28 > git --version # timeout=10 16:07:28 > git --version # 'git version 2.16.5' 16:07:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:07:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:07:32 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) 16:07:31 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:07:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:07:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:07:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:07:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:07:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:07:32 > git config core.sparsecheckout # timeout=10 16:07:32 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 16:07:37 Commit message: "fix: Fix response content type issue 567 (#568)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:07:38 provisioning config files... 16:07:38 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/147@tmp/config7987683004397609811tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:39 ---> docker-login.sh 16:07:39 nexus3.edgexfoundry.org:10001 16:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:40 Configure a credential helper to remove this warning. See 16:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:40 16:07:40 Login Succeeded 16:07:40 nexus3.edgexfoundry.org:10002 16:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:41 Configure a credential helper to remove this warning. See 16:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:41 16:07:41 Login Succeeded 16:07:41 nexus3.edgexfoundry.org:10003 16:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:41 Configure a credential helper to remove this warning. See 16:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:41 16:07:41 Login Succeeded 16:07:41 nexus3.edgexfoundry.org:10004 16:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:41 Configure a credential helper to remove this warning. See 16:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:41 16:07:41 Login Succeeded 16:07:41 docker.io 16:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:42 Configure a credential helper to remove this warning. See 16:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:42 16:07:42 Login Succeeded 16:07:42 ---> docker-login.sh ends [Pipeline] } 16:07:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:07:43 ========================================================= 16:07:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:07:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:07:43 + 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 . 16:07:45 Sending build context to Docker daemon 19.16MB 16:07:45 Step 1/8 : ARG BASE=golang:1.15-alpine 16:07:45 Step 2/8 : FROM ${BASE} 16:07:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:07:45 df20fa9351a1: Pulling fs layer 16:07:45 ed8968b2872e: Pulling fs layer 16:07:45 a92cc7c5fd73: Pulling fs layer 16:07:45 e871e8e8d7a9: Pulling fs layer 16:07:45 e73272ec9a57: Pulling fs layer 16:07:45 1e910a182e73: Pulling fs layer 16:07:45 4e634b169226: Pulling fs layer 16:07:45 e73272ec9a57: Waiting 16:07:45 1e910a182e73: Waiting 16:07:45 4e634b169226: Waiting 16:07:45 e871e8e8d7a9: Waiting 16:07:45 a92cc7c5fd73: Verifying Checksum 16:07:45 a92cc7c5fd73: Download complete 16:07:45 ed8968b2872e: Verifying Checksum 16:07:45 ed8968b2872e: Download complete 16:07:45 e73272ec9a57: Verifying Checksum 16:07:45 e73272ec9a57: Download complete 16:07:45 1e910a182e73: Verifying Checksum 16:07:45 1e910a182e73: Download complete 16:07:45 df20fa9351a1: Verifying Checksum 16:07:45 df20fa9351a1: Download complete 16:07:46 df20fa9351a1: Pull complete 16:07:46 ed8968b2872e: Pull complete 16:07:47 a92cc7c5fd73: Pull complete 16:07:52 4e634b169226: Verifying Checksum 16:07:52 4e634b169226: Download complete 16:07:53 e871e8e8d7a9: Verifying Checksum 16:07:53 e871e8e8d7a9: Download complete 16:08:13 e871e8e8d7a9: Pull complete 16:08:13 e73272ec9a57: Pull complete 16:08:13 1e910a182e73: Pull complete 16:08:20 4e634b169226: Pull complete 16:08:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:08:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:08:20 ---> f7629b54cfaa 16:08:20 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:08:20 latest: Pulling from library/docker 16:08:20 188c0c94c7c5: Pulling fs layer 16:08:20 0c7c675703d6: Pulling fs layer 16:08:20 cc8c12a437cb: Pulling fs layer 16:08:20 c5dafad2182a: Pulling fs layer 16:08:20 5aa711733414: Pulling fs layer 16:08:20 058f73b55e4b: Pulling fs layer 16:08:20 8c9c664faf12: Pulling fs layer 16:08:20 c5dafad2182a: Waiting 16:08:20 5aa711733414: Waiting 16:08:20 058f73b55e4b: Waiting 16:08:20 8c9c664faf12: Waiting 16:08:20 cc8c12a437cb: Verifying Checksum 16:08:20 cc8c12a437cb: Download complete 16:08:20 0c7c675703d6: Verifying Checksum 16:08:20 0c7c675703d6: Download complete 16:08:20 188c0c94c7c5: Verifying Checksum 16:08:20 188c0c94c7c5: Download complete 16:08:20 5aa711733414: Verifying Checksum 16:08:20 5aa711733414: Download complete 16:08:21 058f73b55e4b: Verifying Checksum 16:08:21 058f73b55e4b: Download complete 16:08:21 8c9c664faf12: Verifying Checksum 16:08:21 8c9c664faf12: Download complete 16:08:21 188c0c94c7c5: Pull complete 16:08:22 0c7c675703d6: Pull complete 16:08:22 cc8c12a437cb: Pull complete 16:08:23 c5dafad2182a: Verifying Checksum 16:08:23 c5dafad2182a: Download complete 16:08:29 c5dafad2182a: Pull complete 16:08:29 5aa711733414: Pull complete 16:08:29 058f73b55e4b: Pull complete 16:08:29 8c9c664faf12: Pull complete 16:08:29 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:08:29 Status: Downloaded newer image for docker:latest 16:08:32 ---> 43c379815494 16:08:32 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:08:32 ---> Running in ee2357b98d90 16:08:32 Removing intermediate container ee2357b98d90 16:08:32 ---> 23ea88fd9792 16:08:32 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:08:32 ---> Running in 3c4b11ad6293 16:08:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:36 (1/5) Installing libsodium (1.0.18-r0) 16:08:36 (2/5) Installing libzmq (4.3.3-r0) 16:08:37 (3/5) Installing pkgconf (1.7.2-r0) 16:08:37 (4/5) Installing libsodium-dev (1.0.18-r0) 16:08:37 (5/5) Installing zeromq-dev (4.3.3-r0) 16:08:37 Executing busybox-1.31.1-r16.trigger 16:08:37 OK: 167 MiB in 44 packages 16:08:38 Removing intermediate container 3c4b11ad6293 16:08:38 ---> bd1c80fbc6ed 16:08:38 Step 6/8 : WORKDIR /build 16:08:38 ---> Running in 44e3b7782469 16:08:38 Removing intermediate container 44e3b7782469 16:08:38 ---> 8a475541a89d 16:08:38 Step 7/8 : COPY go.mod . 16:08:39 ---> 3fae2d78ae5c 16:08:39 Step 8/8 : RUN go mod download 16:08:39 ---> Running in 9b1d22c3686d 16:08:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11836 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:08:48 Running in /w/workspace/app-functions-sdk-go/147 [Pipeline] { [Pipeline] checkout 16:08:53 using credential edgex-jenkins-ssh 16:08:54 Cloning the remote Git repository 16:08:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:08:54 > git init /w/workspace/app-functions-sdk-go/147 # timeout=10 16:08:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:08:54 > git --version # timeout=10 16:08:54 > git --version # 'git version 2.17.1' 16:08:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:08:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:08:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:08:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:08:57 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) 16:08:57 > git config core.sparsecheckout # timeout=10 16:08:57 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 16:09:02 Commit message: "fix: Fix response content type issue 567 (#568)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:09:03 provisioning config files... 16:09:03 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/147@tmp/config7048955118864402330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:09:04 ---> docker-login.sh 16:09:04 nexus3.edgexfoundry.org:10001 16:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:05 Configure a credential helper to remove this warning. See 16:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:05 16:09:05 Login Succeeded 16:09:05 nexus3.edgexfoundry.org:10002 16:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:05 Configure a credential helper to remove this warning. See 16:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:05 16:09:06 Login Succeeded 16:09:06 nexus3.edgexfoundry.org:10003 16:09:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:06 Configure a credential helper to remove this warning. See 16:09:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:06 16:09:06 Login Succeeded 16:09:06 nexus3.edgexfoundry.org:10004 16:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:07 Configure a credential helper to remove this warning. See 16:09:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:07 16:09:07 Login Succeeded 16:09:07 docker.io 16:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:07 Configure a credential helper to remove this warning. See 16:09:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:07 16:09:07 Login Succeeded 16:09:07 ---> docker-login.sh ends [Pipeline] } 16:09:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:09:08 ========================================================= 16:09:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:09:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:09:09 + 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 . 16:09:09 Sending build context to Docker daemon 19.16MB 16:09:09 Step 1/8 : ARG BASE=golang:1.15-alpine 16:09:09 Step 2/8 : FROM ${BASE} 16:09:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:09:09 b538f80385f9: Pulling fs layer 16:09:09 74f711af9a0d: Pulling fs layer 16:09:09 99f96fe45779: Pulling fs layer 16:09:09 8529a6b9a6be: Pulling fs layer 16:09:09 45590311c82a: Pulling fs layer 16:09:09 69ca0ff8b7b3: Pulling fs layer 16:09:09 209524e5b208: Pulling fs layer 16:09:09 8529a6b9a6be: Waiting 16:09:09 45590311c82a: Waiting 16:09:09 69ca0ff8b7b3: Waiting 16:09:09 209524e5b208: Waiting 16:09:09 99f96fe45779: Verifying Checksum 16:09:09 99f96fe45779: Download complete 16:09:09 74f711af9a0d: Download complete 16:09:09 45590311c82a: Verifying Checksum 16:09:09 45590311c82a: Download complete 16:09:09 69ca0ff8b7b3: Download complete 16:09:09 b538f80385f9: Verifying Checksum 16:09:09 b538f80385f9: Download complete 16:09:10 b538f80385f9: Pull complete 16:09:11 74f711af9a0d: Pull complete 16:09:11 99f96fe45779: Pull complete 16:09:12 209524e5b208: Verifying Checksum 16:09:12 209524e5b208: Download complete 16:09:13 8529a6b9a6be: Verifying Checksum 16:09:13 8529a6b9a6be: Download complete 16:09:19 Removing intermediate container 9b1d22c3686d 16:09:19 ---> 189f3ecbdef2 16:09:19 Successfully built 189f3ecbdef2 16:09:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:09:20 + docker inspect -f . ci-base-image-x86_64 16:09:20 . [Pipeline] withDockerContainer 16:09:20 prd-centos7-docker-4c-2g-11835 does not seem to be running inside a container 16:09:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/147 -v /w/workspace/app-functions-sdk-go/147:/w/workspace/app-functions-sdk-go/147:rw,z -v /w/workspace/app-functions-sdk-go/147@tmp:/w/workspace/app-functions-sdk-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:09:22 $ docker top c004901b0c39c84ea1a57471dfbf6f48ec614513fd3827f9a455272a27e4e77a -eo pid,comm [Pipeline] { [Pipeline] sh 16:09:23 + go version 16:09:24 8529a6b9a6be: Pull complete 16:09:24 go version go1.15.2 linux/amd64 [Pipeline] } 16:09:24 $ docker stop --time=1 c004901b0c39c84ea1a57471dfbf6f48ec614513fd3827f9a455272a27e4e77a 16:09:24 45590311c82a: Pull complete 16:09:24 69ca0ff8b7b3: Pull complete 16:09:26 $ docker rm -f c004901b0c39c84ea1a57471dfbf6f48ec614513fd3827f9a455272a27e4e77a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:09:27 + docker inspect -f . ci-base-image-x86_64 16:09:27 . [Pipeline] withDockerContainer 16:09:27 209524e5b208: Pull complete 16:09:28 prd-centos7-docker-4c-2g-11835 does not seem to be running inside a container 16:09:28 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:09:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:09:28 ---> 5bddaf1c2fca 16:09:28 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:09:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/147 -v /w/workspace/app-functions-sdk-go/147:/w/workspace/app-functions-sdk-go/147:rw,z -v /w/workspace/app-functions-sdk-go/147@tmp:/w/workspace/app-functions-sdk-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:09:29 latest: Pulling from library/docker 16:09:29 5f621e34cdf4: Pulling fs layer 16:09:29 85db56a05063: Pulling fs layer 16:09:29 ccb67d6aeaaa: Pulling fs layer 16:09:29 a0b19fc83503: Pulling fs layer 16:09:29 8eb508b41278: Pulling fs layer 16:09:29 37236713561e: Pulling fs layer 16:09:29 07c93f2b1b56: Pulling fs layer 16:09:29 8eb508b41278: Waiting 16:09:29 37236713561e: Waiting 16:09:29 a0b19fc83503: Waiting 16:09:29 07c93f2b1b56: Waiting 16:09:29 ccb67d6aeaaa: Download complete 16:09:29 85db56a05063: Verifying Checksum 16:09:29 85db56a05063: Download complete 16:09:29 5f621e34cdf4: Verifying Checksum 16:09:29 $ docker top bf468fb211907a476946cc8990cdff2541704df9e7eea1ed8b089676cce3a621 -eo pid,comm 16:09:29 8eb508b41278: Verifying Checksum 16:09:29 8eb508b41278: Download complete 16:09:29 37236713561e: Verifying Checksum 16:09:29 37236713561e: Download complete [Pipeline] { 16:09:30 07c93f2b1b56: Verifying Checksum 16:09:30 07c93f2b1b56: Download complete 16:09:30 5f621e34cdf4: Pull complete [Pipeline] sh 16:09:30 + make test 16:09:30 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:09:31 85db56a05063: Pull complete 16:09:31 ccb67d6aeaaa: Pull complete 16:09:31 a0b19fc83503: Download complete 16:09:34 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:09:34 a0b19fc83503: Pull complete 16:09:34 8eb508b41278: Pull complete 16:09:35 37236713561e: Pull complete 16:09:35 07c93f2b1b56: Pull complete 16:09:35 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:09:35 Status: Downloaded newer image for docker:latest 16:09:42 ---> a09d5e059290 16:09:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:09:42 ---> Running in 997226edccf6 16:09:42 Removing intermediate container 997226edccf6 16:09:42 ---> c9cd20389a6b 16:09:42 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:09:42 ---> Running in 3df5e7c983f4 16:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:48 (1/5) Installing libsodium (1.0.18-r0) 16:09:48 (2/5) Installing libzmq (4.3.3-r0) 16:09:48 (3/5) Installing pkgconf (1.7.2-r0) 16:09:48 (4/5) Installing libsodium-dev (1.0.18-r0) 16:09:48 (5/5) Installing zeromq-dev (4.3.3-r0) 16:09:48 Executing busybox-1.31.1-r16.trigger 16:09:48 OK: 144 MiB in 44 packages 16:09:50 Removing intermediate container 3df5e7c983f4 16:09:50 ---> 3f5d31a324f6 16:09:50 Step 6/8 : WORKDIR /build 16:09:50 ---> Running in 7d41514d469a 16:09:50 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.084s coverage: 86.2% of statements 16:09:50 Removing intermediate container 7d41514d469a 16:09:50 ---> ae5aacf9354a 16:09:50 Step 7/8 : COPY go.mod . 16:09:51 ---> 526793cf47bf 16:09:51 Step 8/8 : RUN go mod download 16:09:51 ---> Running in eef5684ce08c 16:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.099s coverage: 52.0% of statements 16:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.086s coverage: 54.7% of statements 16:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.125s coverage: 69.1% of statements 16:10:24 Removing intermediate container eef5684ce08c 16:10:24 ---> 4e84166d8e00 16:10:24 Successfully built 4e84166d8e00 16:10:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:10:24 + docker inspect -f . ci-base-image-arm64 16:10:24 . [Pipeline] withDockerContainer 16:10:24 prd-ubuntu18.04-docker-arm64-4c-16g-11836 does not seem to be running inside a container 16:10:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/147 -v /w/workspace/app-functions-sdk-go/147:/w/workspace/app-functions-sdk-go/147:rw,z -v /w/workspace/app-functions-sdk-go/147@tmp:/w/workspace/app-functions-sdk-go/147@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 16:10:26 $ docker top 10f1c07fc1e2686a2ed2545136daeeae04665ea42cbfcee4b07e2a1edc598fd3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:28 + go version 16:10:28 go version go1.15.2 linux/arm64 [Pipeline] } 16:10:28 $ docker stop --time=1 10f1c07fc1e2686a2ed2545136daeeae04665ea42cbfcee4b07e2a1edc598fd3 16:10:30 $ docker rm -f 10f1c07fc1e2686a2ed2545136daeeae04665ea42cbfcee4b07e2a1edc598fd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:10:31 + docker inspect -f . ci-base-image-arm64 16:10:31 . [Pipeline] withDockerContainer 16:10:31 prd-ubuntu18.04-docker-arm64-4c-16g-11836 does not seem to be running inside a container 16:10:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/147 -v /w/workspace/app-functions-sdk-go/147:/w/workspace/app-functions-sdk-go/147:rw,z -v /w/workspace/app-functions-sdk-go/147@tmp:/w/workspace/app-functions-sdk-go/147@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 16:10:33 $ docker top 10396f8b5ac130df9665bf98cb44898a635a80e448446e10fd564ea936be6487 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:34 + make test 16:10:34 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.498s coverage: 61.6% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.031s coverage: 89.5% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.021s coverage: 100.0% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.108s coverage: 100.0% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.048s coverage: 100.0% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.017s coverage: 100.0% of statements 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.025s coverage: 96.6% of statements 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.023s coverage: 97.7% of statements 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.032s coverage: 8.8% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.973s coverage: 75.0% of statements 16:10:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.067s coverage: 89.7% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.086s coverage: 88.9% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.019s coverage: 80.5% of statements 16:10:36 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.028s coverage: 71.7% of statements 16:10:58 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.052s coverage: 86.2% of statements 16:11:03 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.106s coverage: 71.0% of statements 16:11:03 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 16:11:03 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:11:12 gofmt -l . 16:11:12 [ "`gofmt -l .`" = "" ] 16:11:12 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:11:14 $ docker stop --time=1 bf468fb211907a476946cc8990cdff2541704df9e7eea1ed8b089676cce3a621 16:11:16 $ docker rm -f bf468fb211907a476946cc8990cdff2541704df9e7eea1ed8b089676cce3a621 [Pipeline] // withDockerContainer [Pipeline] sh 16:11:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:11:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:11:37 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.063s coverage: 52.0% of statements 16:11:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:11:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:11:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.062s coverage: 54.7% of statements 16:11:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:11:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.059s coverage: 69.1% of statements 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.444s coverage: 61.6% of statements 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.037s coverage: 100.0% of statements 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.013s coverage: 96.6% of statements 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:11:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:11:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements 16:11:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.936s coverage: 75.0% of statements 16:11:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:11:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.7% of statements 16:11:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.023s coverage: 88.9% of statements 16:11:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.033s coverage: 80.5% of statements 16:11:48 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 16:12:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 71.0% of statements 16:12:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 16:12:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:12:27 gofmt -l . 16:12:27 [ "`gofmt -l .`" = "" ] 16:12:27 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:12:27 $ docker stop --time=1 10396f8b5ac130df9665bf98cb44898a635a80e448446e10fd564ea936be6487 16:12:29 $ docker rm -f 10396f8b5ac130df9665bf98cb44898a635a80e448446e10fd564ea936be6487 [Pipeline] // withDockerContainer [Pipeline] sh 16:12:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:12:31 Warning: overwriting stash ‘coverage-report’ 16:12:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:12:33 provisioning config files... 16:12:33 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6418404900547778467tmp [Pipeline] { [Pipeline] sh 16:12:34 + set +x 16:12:34 + curl -s https://codecov.io/bash 16:12:34 + bash -s -- 16:12:34 16:12:34 _____ _ 16:12:34 / ____| | | 16:12:34 | | ___ __| | ___ ___ _____ __ 16:12:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:12:34 | |___| (_) | (_| | __/ (_| (_) \ V / 16:12:34 \_____\___/ \__,_|\___|\___\___/ \_/ 16:12:34 Bash-20201106-81372f2 16:12:34 16:12:34 16:12:34 ==> Jenkins CI detected. 16:12:34 project root: . 16:12:34 --> token set from env 16:12:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:12:34 ==> Running gcov in . (disable via -X gcov) 16:12:34 ==> Python coveragepy not found 16:12:34 ==> Searching for coverage reports in: 16:12:34 + . 16:12:34 -> Found 1 reports 16:12:34 ==> Detecting git/mercurial file structure 16:12:34 ==> Reading reports 16:12:34 + ./coverage.out bytes=90550 16:12:34 ==> Appending adjustments 16:12:34 https://docs.codecov.io/docs/fixing-reports 16:12:35 + Found adjustments 16:12:35 ==> Gzipping contents 16:12:35 ==> Uploading reports 16:12:35 url: https://codecov.io 16:12:35 query: branch=master&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F147%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:12:35 -> Pinging Codecov 16:12:35 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F147%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:12:38 -> Uploading to 16:12:38 https://storage.googleapis.com/codecov/v4/raw/2020-11-11/3D8B5DFFC46A037C893635FACE044666/a22ec22dc229bc5a98df020c4d001a55ea4e61b6/a8f5cac7-67c6-4695-b2c5-de9d00d9f224.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201111T161238Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=95d6d9a09791556b3e5a68b7bb88b8dc600977a0b78a21d85012ac9f17e708a3 16:12:38 % Total % Received % Xferd Average Speed Time Time Time Current 16:12:38 Dload Upload Total Spent Left Speed 16:12:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16116 0 0 100 16116 0 31714 --:--:-- --:--:-- --:--:-- 31786 16:12:38 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] } 16:12:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:12:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:12:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:12:40 16:12:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:12:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:12:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:12:40 188c0c94c7c5: Pulling fs layer 16:12:40 0ef7d3d256c8: Pulling fs layer 16:12:40 de9db76c5a1d: Pulling fs layer 16:12:40 0eba1c9be4d2: Pulling fs layer 16:12:40 0d57e429df01: Pulling fs layer 16:12:40 4e4be7b47b0d: Pulling fs layer 16:12:40 e1f770b5df2f: Pulling fs layer 16:12:40 0eba1c9be4d2: Waiting 16:12:40 0d57e429df01: Waiting 16:12:40 e1f770b5df2f: Waiting 16:12:40 85a0685a4137: Pulling fs layer 16:12:40 85a0685a4137: Waiting 16:12:40 4e4be7b47b0d: Waiting 16:12:40 de9db76c5a1d: Verifying Checksum 16:12:40 de9db76c5a1d: Download complete 16:12:40 0ef7d3d256c8: Verifying Checksum 16:12:40 0ef7d3d256c8: Download complete 16:12:40 0d57e429df01: Verifying Checksum 16:12:40 0d57e429df01: Download complete 16:12:40 188c0c94c7c5: Verifying Checksum 16:12:40 188c0c94c7c5: Download complete 16:12:40 4e4be7b47b0d: Verifying Checksum 16:12:40 4e4be7b47b0d: Download complete 16:12:41 188c0c94c7c5: Pull complete 16:12:41 0ef7d3d256c8: Pull complete 16:12:42 de9db76c5a1d: Pull complete 16:12:44 e1f770b5df2f: Verifying Checksum 16:12:44 e1f770b5df2f: Download complete 16:12:47 0eba1c9be4d2: Verifying Checksum 16:12:47 0eba1c9be4d2: Download complete 16:12:49 85a0685a4137: Verifying Checksum 16:12:49 85a0685a4137: Download complete 16:12:55 0eba1c9be4d2: Pull complete 16:12:56 0d57e429df01: Pull complete 16:12:56 4e4be7b47b0d: Pull complete 16:12:58 e1f770b5df2f: Pull complete 16:13:06 85a0685a4137: Pull complete 16:13:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:13:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:13:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:13:06 prd-centos7-docker-4c-2g-11832 does not seem to be running inside a container 16:13:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:13:08 $ docker top fb845139d8175c4c1471a1cf5cd0190ccca07486345cc4f1a90d6b8c62a27fee -eo pid,comm [Pipeline] { [Pipeline] echo 16:13:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:13:08 + set -o pipefail 16:13:08 + snyk monitor '--org=edgex-jenkins' 16:13:41 16:13:41 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 16:13:41 16:13:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/57493778-798a-4fe7-b214-f3f461b35128 16:13:41 16:13:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:13:41 16:13:41 [Pipeline] } 16:13:41 $ docker stop --time=1 fb845139d8175c4c1471a1cf5cd0190ccca07486345cc4f1a90d6b8c62a27fee 16:13:43 $ docker rm -f fb845139d8175c4c1471a1cf5cd0190ccca07486345cc4f1a90d6b8c62a27fee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:13:45 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:13:45 provisioning config files... 16:13:45 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config551731404096436216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:45 --> edgex-publish-swagger.sh 16:13:45 === Publish openapi/v2 API === 16:13:45 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:13:45 [publishToSwagger] Publishing API Name [app-functions-sdk] 16:13:45 % Total % Received % Xferd Average Speed Time Time Time Current 16:13:45 Dload Upload Total Spent Left Speed 16:13:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11018 0:00:01 0:00:01 --:--:-- 11028 16:13:47 16:13:47 [Pipeline] } 16:13:47 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 16:13:48 + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] isUnix [Pipeline] sh 16:13:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:13:48 . [Pipeline] withDockerContainer 16:13:48 prd-centos7-docker-4c-2g-11832 does not seem to be running inside a container 16:13:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:13:49 $ docker top 41099ae3db9c91f7daa996276f4afa7d84bdc46a0ce8f84a0ea7cd9d59ab9c11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:13:49 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.58|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:13:50 + git semver [Pipeline] } 16:13:50 $ docker stop --time=1 41099ae3db9c91f7daa996276f4afa7d84bdc46a0ce8f84a0ea7cd9d59ab9c11 16:13:52 $ docker rm -f 41099ae3db9c91f7daa996276f4afa7d84bdc46a0ce8f84a0ea7cd9d59ab9c11 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:13:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:13:52 16:13:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:13:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:13:53 0.23.1-centos7: Pulling from edgex-lftools 16:13:53 ab5ef0e58194: Pulling fs layer 16:13:53 9712f1f96733: Pulling fs layer 16:13:53 63f879dbbcfc: Pulling fs layer 16:13:53 0d9ebad4ef96: Pulling fs layer 16:13:53 e9a5061849ea: Pulling fs layer 16:13:53 d747dcd14b5f: Pulling fs layer 16:13:53 2de7ff778b66: Pulling fs layer 16:13:53 d747dcd14b5f: Waiting 16:13:53 0d9ebad4ef96: Waiting 16:13:53 e9a5061849ea: Waiting 16:13:53 2de7ff778b66: Waiting 16:13:53 9712f1f96733: Verifying Checksum 16:13:53 9712f1f96733: Download complete 16:13:55 63f879dbbcfc: Verifying Checksum 16:13:55 63f879dbbcfc: Download complete 16:13:56 e9a5061849ea: Verifying Checksum 16:13:56 e9a5061849ea: Download complete 16:13:56 d747dcd14b5f: Verifying Checksum 16:13:56 d747dcd14b5f: Download complete 16:13:57 2de7ff778b66: Verifying Checksum 16:13:57 2de7ff778b66: Download complete 16:13:58 0d9ebad4ef96: Verifying Checksum 16:13:58 0d9ebad4ef96: Download complete 16:13:58 ab5ef0e58194: Verifying Checksum 16:13:58 ab5ef0e58194: Download complete 16:14:04 ab5ef0e58194: Pull complete 16:14:04 9712f1f96733: Pull complete 16:14:07 63f879dbbcfc: Pull complete 16:14:17 0d9ebad4ef96: Pull complete 16:14:17 e9a5061849ea: Pull complete 16:14:17 d747dcd14b5f: Pull complete 16:14:21 2de7ff778b66: Pull complete 16:14:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:14:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:14:21 prd-centos7-docker-4c-2g-11832 does not seem to be running inside a container 16:14:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:14:24 $ docker top cf12c8ee4b5e4e56f19eaeb353aa4ff0c3e7be2af6bfd2b466a5133b087ef17d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:14:25 provisioning config files... 16:14:25 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4875016813649936596tmp 16:14:25 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7568168584715982251tmp 16:14:25 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6886171536492565193tmp [Pipeline] { [Pipeline] echo 16:14:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:14:25 ---> sigul-configuration.sh 16:14:25 gpg: directory `/root/.gnupg' created 16:14:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:14:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:14:25 gpg: keyring `/root/.gnupg/secring.gpg' created 16:14:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:14:25 gpg: CAST5 encrypted data 16:14:25 gpg: encrypted with 1 passphrase 16:14:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:14:26 + mkdir /home/jenkins 16:14:26 + mkdir /home/jenkins/sigul [Pipeline] sh 16:14:27 + 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 16:14:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:14:27 ---> sigul-install.sh 16:14:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:14:35 + git tag --list 16:14:35 v0.1.0 16:14:35 v0.1.1 16:14:35 v1.0.0 16:14:35 v1.1.0 16:14:35 v1.2.0 16:14:35 v1.2.1-dev.1 16:14:35 v1.2.1-dev.10 16:14:35 v1.2.1-dev.11 16:14:35 v1.2.1-dev.12 16:14:35 v1.2.1-dev.13 16:14:35 v1.2.1-dev.14 16:14:35 v1.2.1-dev.15 16:14:35 v1.2.1-dev.16 16:14:35 v1.2.1-dev.17 16:14:35 v1.2.1-dev.18 16:14:35 v1.2.1-dev.19 16:14:35 v1.2.1-dev.2 16:14:35 v1.2.1-dev.20 16:14:35 v1.2.1-dev.21 16:14:35 v1.2.1-dev.22 16:14:35 v1.2.1-dev.23 16:14:35 v1.2.1-dev.24 16:14:35 v1.2.1-dev.25 16:14:35 v1.2.1-dev.26 16:14:35 v1.2.1-dev.27 16:14:35 v1.2.1-dev.28 16:14:35 v1.2.1-dev.29 16:14:35 v1.2.1-dev.3 16:14:35 v1.2.1-dev.30 16:14:35 v1.2.1-dev.31 16:14:35 v1.2.1-dev.32 16:14:35 v1.2.1-dev.33 16:14:35 v1.2.1-dev.34 16:14:35 v1.2.1-dev.35 16:14:35 v1.2.1-dev.36 16:14:35 v1.2.1-dev.37 16:14:35 v1.2.1-dev.38 16:14:35 v1.2.1-dev.39 16:14:35 v1.2.1-dev.4 16:14:35 v1.2.1-dev.40 16:14:35 v1.2.1-dev.41 16:14:35 v1.2.1-dev.42 16:14:35 v1.2.1-dev.43 16:14:35 v1.2.1-dev.44 16:14:35 v1.2.1-dev.45 16:14:35 v1.2.1-dev.46 16:14:35 v1.2.1-dev.47 16:14:35 v1.2.1-dev.48 16:14:35 v1.2.1-dev.49 16:14:35 v1.2.1-dev.5 16:14:35 v1.2.1-dev.50 16:14:35 v1.2.1-dev.51 16:14:35 v1.2.1-dev.52 16:14:35 v1.2.1-dev.53 16:14:35 v1.2.1-dev.54 16:14:35 v1.2.1-dev.55 16:14:35 v1.2.1-dev.56 16:14:35 v1.2.1-dev.57 16:14:35 v1.2.1-dev.58 16:14:35 v1.2.1-dev.6 16:14:35 v1.2.1-dev.7 16:14:35 v1.2.1-dev.8 16:14:35 v1.2.1-dev.9 16:14:35 v1.3.0 [Pipeline] sh 16:14:35 + lftools sign git-tag v1.3.0 16:14:37 Signing Git tag with Sigul... 16:14:37 Signing v1.3.0 [Pipeline] echo 16:14:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:14:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:14:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:14:39 $ docker stop --time=1 cf12c8ee4b5e4e56f19eaeb353aa4ff0c3e7be2af6bfd2b466a5133b087ef17d 16:14:40 $ docker rm -f cf12c8ee4b5e4e56f19eaeb353aa4ff0c3e7be2af6bfd2b466a5133b087ef17d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:14:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:42 . [Pipeline] withDockerContainer 16:14:42 prd-centos7-docker-4c-2g-11832 does not seem to be running inside a container 16:14:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:14:43 $ docker top 3079c766fd6bc8c92796fedea9b3cbcb69fd4f6e86101391b99f613fbe117703 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:14:43 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.58|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:44 + git semver [Pipeline] } 16:14:44 $ docker stop --time=1 3079c766fd6bc8c92796fedea9b3cbcb69fd4f6e86101391b99f613fbe117703 16:14:46 $ docker rm -f 3079c766fd6bc8c92796fedea9b3cbcb69fd4f6e86101391b99f613fbe117703 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:14:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:46 . [Pipeline] withDockerContainer 16:14:46 prd-centos7-docker-4c-2g-11832 does not seem to be running inside a container 16:14:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:14:48 $ docker top 0cff808b0e509da553a1a3df23f39292bb45f32c70d1e2b02478023dd17c7e9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:14:48 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.58|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:49 + git semver [Pipeline] } 16:14:49 $ docker stop --time=1 0cff808b0e509da553a1a3df23f39292bb45f32c70d1e2b02478023dd17c7e9f 16:14:51 $ docker rm -f 0cff808b0e509da553a1a3df23f39292bb45f32c70d1e2b02478023dd17c7e9f [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 16:14:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:14:54 ---> package-listing.sh 16:14:54 ++ facter osfamily 16:14:54 ++ tr '[:upper:]' '[:lower:]' 16:14:54 + OS_FAMILY=redhat 16:14:54 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:14:54 + START_PACKAGES=/tmp/packages_start.txt 16:14:54 + END_PACKAGES=/tmp/packages_end.txt 16:14:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:14:54 + PACKAGES=/tmp/packages_start.txt 16:14:54 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:14:54 + PACKAGES=/tmp/packages_end.txt 16:14:54 + case "${OS_FAMILY}" in 16:14:54 + rpm -qa 16:14:54 + sort 16:14:58 + '[' -f /tmp/packages_start.txt ']' 16:14:58 + '[' -f /tmp/packages_end.txt ']' 16:14:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:14:58 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:14:58 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:14:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 16:14:58 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/ndry_app-functions-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 16:14:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:14:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:14:59 16:14:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:14:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:14:59 alpine: Pulling from edgex-lftools-log-publisher 16:14:59 df20fa9351a1: Pulling fs layer 16:14:59 36b3adc4ff6f: Pulling fs layer 16:14:59 8ad3a11d3b57: Pulling fs layer 16:14:59 46f8f816bc3b: Pulling fs layer 16:14:59 93b61091891f: Pulling fs layer 16:14:59 93b9cdb0e59b: Pulling fs layer 16:14:59 5e14af77c1be: Pulling fs layer 16:14:59 01666e4c0597: Pulling fs layer 16:14:59 aa168da1d23b: Pulling fs layer 16:14:59 46f8f816bc3b: Waiting 16:14:59 93b61091891f: Waiting 16:14:59 93b9cdb0e59b: Waiting 16:14:59 5e14af77c1be: Waiting 16:14:59 01666e4c0597: Waiting 16:14:59 aa168da1d23b: Waiting 16:14:59 36b3adc4ff6f: Verifying Checksum 16:14:59 36b3adc4ff6f: Download complete 16:15:00 46f8f816bc3b: Verifying Checksum 16:15:00 46f8f816bc3b: Download complete 16:15:00 df20fa9351a1: Verifying Checksum 16:15:00 df20fa9351a1: Download complete 16:15:00 93b61091891f: Verifying Checksum 16:15:00 93b61091891f: Download complete 16:15:00 93b9cdb0e59b: Verifying Checksum 16:15:00 93b9cdb0e59b: Download complete 16:15:00 01666e4c0597: Verifying Checksum 16:15:00 01666e4c0597: Download complete 16:15:00 5e14af77c1be: Verifying Checksum 16:15:00 5e14af77c1be: Download complete 16:15:00 8ad3a11d3b57: Verifying Checksum 16:15:00 8ad3a11d3b57: Download complete 16:15:00 df20fa9351a1: Pull complete 16:15:01 36b3adc4ff6f: Pull complete 16:15:02 8ad3a11d3b57: Pull complete 16:15:03 46f8f816bc3b: Pull complete 16:15:03 93b61091891f: Pull complete 16:15:04 93b9cdb0e59b: Pull complete 16:15:04 5e14af77c1be: Pull complete 16:15:04 01666e4c0597: Pull complete 16:15:04 aa168da1d23b: Verifying Checksum 16:15:04 aa168da1d23b: Download complete 16:15:17 aa168da1d23b: Pull complete 16:15:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:15:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:15:17 prd-centos7-docker-4c-2g-11832 does not seem to be running inside a container 16:15:17 $ 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/ndry_app-functions-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/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:15:21 $ docker top 5cae8f739ce2e90415de131a3de128fb8a0764b89f9ca180f1e39eb08dd22f45 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:22 + touch /tmp/pre-build-complete [Pipeline] sh 16:15:22 + mkdir -p /var/log/sa [Pipeline] sh 16:15:22 + ls /var/log/sa-host 16:15:22 + sadf -c /var/log/sa-host/sa05 16:15:22 file_magic: OK 16:15:22 HZ: Using current value: 100 16:15:22 file_header: OK 16:15:22 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 16:15:22 Statistics: 16:15:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:15:22 File successfully converted to sysstat format version 12.2.1 16:15:22 + sadf -c /var/log/sa-host/sa11 16:15:22 file_magic: OK 16:15:22 HZ: Using current value: 100 16:15:22 file_header: OK 16:15:22 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 16:15:22 Statistics: 16:15:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:15:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:23 provisioning config files... 16:15:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2033535154634005055tmp [Pipeline] { [Pipeline] echo 16:15:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:15:23 ---> create-netrc.sh [Pipeline] } 16:15:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:15:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:15:24 ---> python-tools-install.sh [Pipeline] echo 16:15:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:15:24 ---> sudo-logs.sh 16:15:24 Archiving 'sudo' log.. [Pipeline] echo 16:15:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:15:25 ---> job-cost.sh 16:15:25 lf-activate-venv: SKIPPING 16:15:25 INFO: No Stack... 16:15:26 INFO: Retrieving Pricing Info for: v1-standard-2 16:15:26 INFO: Archiving Costs [Pipeline] echo 16:15:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:15:27 ---> logs-deploy.sh 16:15:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/147 16:15:27 INFO: archiving workspace using pattern(s): 16:15:29 Archives upload complete. 16:15:29 INFO: archiving logs to Nexus 16:15:31 ---> uname -a: 16:15:31 Linux prd-centos7-docker-4c-2g-11832.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:15:31 16:15:31 16:15:31 ---> lscpu: 16:15:31 Architecture: x86_64 16:15:31 CPU op-mode(s): 32-bit, 64-bit 16:15:31 Byte Order: Little Endian 16:15:31 Address sizes: 40 bits physical, 48 bits virtual 16:15:31 CPU(s): 4 16:15:31 On-line CPU(s) list: 0-3 16:15:31 Thread(s) per core: 1 16:15:31 Core(s) per socket: 1 16:15:31 Socket(s): 4 16:15:31 NUMA node(s): 1 16:15:31 Vendor ID: GenuineIntel 16:15:31 CPU family: 6 16:15:31 Model: 44 16:15:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:15:31 Stepping: 1 16:15:31 CPU MHz: 2933.438 16:15:31 BogoMIPS: 5866.87 16:15:31 Virtualization: VT-x 16:15:31 Hypervisor vendor: KVM 16:15:31 Virtualization type: full 16:15:31 L1d cache: 128 KiB 16:15:31 L1i cache: 128 KiB 16:15:31 L2 cache: 16 MiB 16:15:31 L3 cache: 64 MiB 16:15:31 NUMA node0 CPU(s): 0-3 16:15:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:15:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:15:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:15:31 Vulnerability Meltdown: Mitigation; PTI 16:15:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:15:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:15:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:15:31 Vulnerability Tsx async abort: Not affected 16:15:31 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 16:15:31 16:15:31 16:15:31 ---> nproc: 16:15:31 4 16:15:31 16:15:31 16:15:31 ---> df -h: 16:15:31 Filesystem Size Used Available Use% Mounted on 16:15:31 overlay 50.0G 8.5G 41.5G 17% / 16:15:31 tmpfs 64.0M 0 64.0M 0% /dev 16:15:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:15:31 shm 64.0M 0 64.0M 0% /dev/shm 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 16:15:31 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 16:15:31 16:15:31 16:15:31 ---> free -m: 16:15:31 total used free shared buff/cache available 16:15:31 Mem: 1837 811 146 0 879 970 16:15:31 Swap: 1023 3 1020 16:15:31 16:15:31 16:15:31 ---> ip addr: 16:15:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:15:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:15:31 inet 127.0.0.1/8 scope host lo 16:15:31 valid_lft forever preferred_lft forever 16:15:31 inet6 ::1/128 scope host 16:15:31 valid_lft forever preferred_lft forever 16:15:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:15:31 link/ether fa:16:3e:b3:34:b1 brd ff:ff:ff:ff:ff:ff 16:15:31 inet 10.30.122.11/23 brd 10.30.123.255 scope global dynamic eth0 16:15:31 valid_lft 85749sec preferred_lft 85749sec 16:15:31 inet6 fe80::f816:3eff:feb3:34b1/64 scope link 16:15:31 valid_lft forever preferred_lft forever 16:15:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:15:31 link/ether 02:42:56:11:d5:59 brd ff:ff:ff:ff:ff:ff 16:15:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:15:31 valid_lft forever preferred_lft forever 16:15:31 inet6 fe80::42:56ff:fe11:d559/64 scope link 16:15:31 valid_lft forever preferred_lft forever 16:15:31 16:15:31 16:15:31 ---> sar -b -r -n DEV: 16:15:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/11/20 _x86_64_ (4 CPU) 16:15:31 16:15:31 16:04:19 LINUX RESTART (4 CPU) 16:15:31 16:15:31 16:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:15:31 16:06:01 70.11 20.08 50.03 0.00 5445.38 6705.71 0.00 16:15:31 16:07:02 2.46 0.00 2.46 0.00 0.00 53.78 0.00 16:15:31 16:08:01 0.47 0.00 0.47 0.00 0.00 7.16 0.00 16:15:31 16:09:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 16:15:31 16:10:01 0.23 0.00 0.23 0.00 0.00 3.53 0.00 16:15:31 16:11:01 0.42 0.00 0.42 0.00 0.00 5.84 0.00 16:15:31 16:12:01 0.22 0.02 0.20 0.00 0.13 2.01 0.00 16:15:31 16:13:01 120.78 57.70 63.08 0.00 2478.14 22899.77 0.00 16:15:31 16:14:01 215.12 128.24 86.89 0.00 6282.73 22501.31 0.00 16:15:31 16:15:01 218.00 99.52 118.48 0.00 7572.59 25422.20 0.00 16:15:31 Average: 62.99 30.65 32.35 0.00 2184.40 7782.72 0.00 16:15:31 16:15:31 16:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:15:31 16:06:01 240660 0 586472 31.17 2620 1051804 1149176 39.22 421460 1060940 132 16:15:31 16:07:02 244876 0 582288 30.95 2620 1051772 1125712 38.42 420240 1059060 20 16:15:31 16:08:01 247568 0 579592 30.80 2620 1051776 1094324 37.35 419064 1057596 16 16:15:31 16:09:01 246804 0 580352 30.84 2620 1051780 1081080 36.90 421164 1056636 20 16:15:31 16:10:01 248056 0 579092 30.78 2620 1051788 1080864 36.89 431420 1045412 16 16:15:31 16:11:01 248176 0 578968 30.77 2620 1051792 1080948 36.89 434152 1043124 8 16:15:31 16:12:01 246712 0 580424 30.85 2620 1051800 1081088 36.90 456756 1021676 8 16:15:31 16:13:01 76144 0 718708 38.20 2620 1084084 1506668 51.42 536388 1054692 93864 16:15:31 16:14:01 77496 0 721552 38.35 2596 1079912 1498664 51.15 650384 937240 100556 16:15:31 16:15:01 78964 0 812472 43.18 1504 988616 1551084 52.94 647376 850072 70080 16:15:31 Average: 195546 0 631992 33.59 2506 1051512 1224961 41.81 483840 1018645 26472 16:15:31 16:15:31 16:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:15:31 16:06:01 eth0 385.38 320.63 1615.28 108.65 0.00 0.00 0.00 0.00 16:15:31 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:06:01 docker0 70.31 50.96 6.98 301.18 0.00 0.00 0.00 0.00 16:15:31 16:07:02 eth0 1.28 0.65 0.61 0.37 0.00 0.00 0.00 0.00 16:15:31 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:08:01 eth0 1.24 0.34 0.33 0.24 0.00 0.00 0.00 0.00 16:15:31 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:09:01 eth0 0.55 0.42 0.27 0.20 0.00 0.00 0.00 0.00 16:15:31 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:15:31 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:11:01 eth0 0.72 0.25 0.18 0.08 0.00 0.00 0.00 0.00 16:15:31 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:12:01 eth0 0.77 0.30 0.30 0.20 0.00 0.00 0.00 0.00 16:15:31 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:13:01 eth0 403.69 342.88 4076.30 30.44 0.00 0.00 0.00 0.00 16:15:31 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:14:01 eth0 415.84 371.35 3616.69 37.81 0.00 0.00 0.00 0.00 16:15:31 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:14:01 docker0 53.65 57.72 4.35 409.31 0.00 0.00 0.00 0.00 16:15:31 16:15:01 eth0 174.83 141.91 1079.93 91.54 0.00 0.00 0.00 0.00 16:15:31 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 16:15:01 docker0 27.00 30.89 1.49 198.11 0.00 0.00 0.00 0.00 16:15:31 Average: eth0 138.77 118.16 1041.42 27.03 0.00 0.00 0.00 0.00 16:15:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:31 Average: docker0 15.14 14.00 1.28 91.12 0.00 0.00 0.00 0.00 16:15:31 16:15:31 16:15:31 ---> sar -P ALL: 16:15:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/11/20 _x86_64_ (4 CPU) 16:15:31 16:15:31 16:04:19 LINUX RESTART (4 CPU) 16:15:31 16:15:31 16:05:01 CPU %user %nice %system %iowait %steal %idle 16:15:31 16:06:01 all 11.83 0.00 4.78 1.70 9.32 72.37 16:15:31 16:06:01 0 12.50 0.00 5.43 1.06 9.82 71.19 16:15:31 16:06:01 1 11.88 0.00 4.07 1.65 9.16 73.23 16:15:31 16:06:01 2 10.85 0.00 4.89 2.11 9.32 72.84 16:15:31 16:06:01 3 12.09 0.00 4.73 1.98 8.98 72.23 16:15:31 16:07:02 all 0.15 0.00 0.05 0.00 0.10 99.70 16:15:31 16:07:02 0 0.03 0.00 0.03 0.00 0.10 99.83 16:15:31 16:07:02 1 0.10 0.00 0.08 0.00 0.17 99.65 16:15:31 16:07:02 2 0.45 0.00 0.03 0.00 0.10 99.42 16:15:31 16:07:02 3 0.02 0.00 0.05 0.00 0.05 99.88 16:15:31 16:08:01 all 0.11 0.00 0.04 0.00 0.15 99.70 16:15:31 16:08:01 0 0.05 0.00 0.03 0.00 0.24 99.68 16:15:31 16:08:01 1 0.02 0.00 0.03 0.00 0.07 99.88 16:15:31 16:08:01 2 0.32 0.00 0.07 0.00 0.15 99.46 16:15:31 16:08:01 3 0.05 0.00 0.03 0.00 0.14 99.78 16:15:31 16:09:01 all 0.15 0.00 0.04 0.00 0.05 99.76 16:15:31 16:09:01 0 0.12 0.00 0.05 0.00 0.08 99.75 16:15:31 16:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:15:31 16:09:01 2 0.45 0.00 0.05 0.00 0.07 99.43 16:15:31 16:09:01 3 0.02 0.00 0.02 0.00 0.05 99.92 16:15:31 16:10:01 all 0.11 0.00 0.05 0.00 0.24 99.60 16:15:31 16:10:01 0 0.03 0.00 0.08 0.00 0.15 99.73 16:15:31 16:10:01 1 0.05 0.00 0.03 0.00 0.22 99.70 16:15:31 16:10:01 2 0.35 0.00 0.05 0.00 0.50 99.10 16:15:31 16:10:01 3 0.02 0.00 0.02 0.00 0.10 99.87 16:15:31 16:11:01 all 0.09 0.00 0.07 0.00 0.35 99.48 16:15:31 16:11:01 0 0.00 0.00 0.23 0.00 0.28 99.48 16:15:31 16:11:01 1 0.05 0.00 0.02 0.00 0.42 99.52 16:15:31 16:11:01 2 0.30 0.00 0.05 0.00 0.47 99.18 16:15:31 16:11:01 3 0.02 0.00 0.00 0.00 0.23 99.75 16:15:31 16:12:01 all 0.06 0.00 0.08 0.00 0.17 99.68 16:15:31 16:12:01 0 0.07 0.00 0.17 0.00 0.32 99.45 16:15:31 16:12:01 1 0.02 0.00 0.07 0.00 0.12 99.80 16:15:31 16:12:01 2 0.17 0.00 0.05 0.00 0.22 99.57 16:15:31 16:12:01 3 0.00 0.00 0.03 0.00 0.05 99.92 16:15:31 16:13:01 all 4.13 0.00 3.15 0.51 6.72 85.49 16:15:31 16:13:01 0 4.52 0.00 3.43 0.76 6.64 84.65 16:15:31 16:13:01 1 3.98 0.00 3.13 0.39 6.81 85.68 16:15:31 16:13:01 2 4.18 0.00 3.46 0.58 6.59 85.20 16:15:31 16:13:01 3 3.87 0.00 2.58 0.32 6.83 86.40 16:15:31 16:14:01 all 5.98 0.00 4.10 2.70 5.96 81.26 16:15:31 16:14:01 0 4.76 0.00 4.07 3.04 6.32 81.81 16:15:31 16:14:01 1 6.82 0.00 4.57 2.43 5.77 80.41 16:15:31 16:14:01 2 7.32 0.00 4.33 2.65 5.72 79.98 16:15:31 16:14:01 3 5.04 0.00 3.42 2.69 6.03 82.82 16:15:31 16:15:01 all 8.45 0.00 6.90 2.91 8.88 72.85 16:15:31 16:15:01 0 5.44 0.00 6.57 2.29 9.02 76.69 16:15:31 16:15:01 1 8.17 0.00 7.38 3.31 8.74 72.40 16:15:31 16:15:01 2 10.32 0.00 7.41 2.88 8.59 70.80 16:15:31 16:15:01 3 9.91 0.00 6.27 3.17 9.18 71.47 16:15:31 Average: all 3.06 0.00 1.90 0.77 3.15 91.13 16:15:31 Average: 0 2.71 0.00 1.98 0.70 3.25 91.36 16:15:31 Average: 1 3.06 0.00 1.91 0.77 3.10 91.16 16:15:31 Average: 2 3.42 0.00 2.00 0.81 3.12 90.65 16:15:31 Average: 3 3.05 0.00 1.69 0.80 3.12 91.33 16:15:31 16:15:31 16:15:31