Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a22ec22dc229bc5a98df020c4d001a55ea4e61b6 Running in Durability level: MAX_SURVIVABILITY 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/hanoi/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/hanoi/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20065 in /w/workspace/undry_app-functions-sdk-go_hanoi [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/undry_app-functions-sdk-go_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/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 --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 Commit message: "fix: Fix response content type issue 567 (#568)" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:23:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:23:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:23:13 ========================================================= 00:23:13 EdgeX Global Pipelines Version Info 00:23:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:23:14 ------------------- 00:23:14 stable info: 00:23:14 ------------------- 00:23:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:23:14 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:23:14 Message: update stable to v1.0.177 00:23:15 ------------------- 00:23:15 experimental info: 00:23:15 ------------------- 00:23:15 Commited By: **** collab-it+edgex@linuxfoundation.org 00:23:15 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:23:15 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:23:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:23:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:23:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo 00:23:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a22ec22 [Pipeline] echo 00:23:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:23:21 + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo 00:23:21 GIT_COMMIT: a22ec22dc229bc5a98df020c4d001a55ea4e61b6, Commit Message: fix: Fix response content type issue 567 (#568) [Pipeline] echo 00:23:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:23:22 00:23:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:23:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:23:22 latest: Pulling from edgex-devops/git-semver 00:23:22 31603596830f: Pulling fs layer 00:23:22 2a8b12db71e7: Pulling fs layer 00:23:22 6ca5941a6612: Pulling fs layer 00:23:22 ecc8261a40a4: Pulling fs layer 00:23:22 ecc8261a40a4: Waiting 00:23:22 2a8b12db71e7: Verifying Checksum 00:23:22 2a8b12db71e7: Download complete 00:23:22 31603596830f: Verifying Checksum 00:23:22 31603596830f: Download complete 00:23:22 ecc8261a40a4: Verifying Checksum 00:23:22 ecc8261a40a4: Download complete 00:23:22 6ca5941a6612: Verifying Checksum 00:23:22 6ca5941a6612: Download complete 00:23:23 31603596830f: Pull complete 00:23:23 2a8b12db71e7: Pull complete 00:23:24 6ca5941a6612: Pull complete 00:23:24 ecc8261a40a4: Pull complete 00:23:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:23:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:23:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:23:24 prd-centos7-docker-4c-2g-20065 does not seem to be running inside a container 00:23:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:23:26 $ docker top 20b0db5ff0304fd2031dd4cfb6cc5c14d9f66515def545134360f441941158ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:23:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:23:26 [ssh-agent] Looking for ssh-agent implementation... 00:23:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:23:26 $ docker exec 20b0db5ff0304fd2031dd4cfb6cc5c14d9f66515def545134360f441941158ec ssh-agent 00:23:27 SSH_AUTH_SOCK=/tmp/ssh-1NNIuVV5u1Vg/agent.12 00:23:27 SSH_AGENT_PID=17 00:23:27 Running ssh-add (command line suppressed) 00:23:27 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_8304552229369047992.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_8304552229369047992.key) 00:23:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:23:27 + git tag --points-at HEAD [Pipeline] } 00:23:27 $ docker exec --env ******** --env ******** 20b0db5ff0304fd2031dd4cfb6cc5c14d9f66515def545134360f441941158ec ssh-agent -k 00:23:27 unset SSH_AUTH_SOCK; 00:23:27 unset SSH_AGENT_PID; 00:23:27 echo Agent pid 17 killed; 00:23:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:23:28 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.1-dev.58|v1.3.0' [Pipeline] sshagent 00:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:23:28 [ssh-agent] Looking for ssh-agent implementation... 00:23:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:23:28 $ docker exec 20b0db5ff0304fd2031dd4cfb6cc5c14d9f66515def545134360f441941158ec ssh-agent 00:23:28 SSH_AUTH_SOCK=/tmp/ssh-n4Nj26SXJxdG/agent.46 00:23:28 SSH_AGENT_PID=52 00:23:28 Running ssh-add (command line suppressed) 00:23:28 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2733883705143897707.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2733883705143897707.key) 00:23:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:23:29 + git semver init 00:23:29 # -> Open(): unable to determine branch for HEAD 00:23:29 # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git 00:23:29 # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi 00:23:29 # $SEMVER_REMOTE_NAME = origin 00:23:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:23:29 # $SEMVER_USER_NAME = edgex-jenkins 00:23:29 # $SEMVER_BRANCH = hanoi 00:23:29 # $SEMVER_TEMP = /tmp/semver-890222664 00:23:29 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 00:23:31 # '/tmp/semver-890222664' -> '/w/workspace/undry_app-functions-sdk-go_hanoi/.semver' 00:23:31 # -> Force: false 00:23:31 # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } 00:23:32 $ docker exec --env ******** --env ******** 20b0db5ff0304fd2031dd4cfb6cc5c14d9f66515def545134360f441941158ec ssh-agent -k 00:23:32 unset SSH_AUTH_SOCK; 00:23:32 unset SSH_AGENT_PID; 00:23:32 echo Agent pid 52 killed; 00:23:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:23:32 + git semver [Pipeline] } 00:23:32 $ docker stop --time=1 20b0db5ff0304fd2031dd4cfb6cc5c14d9f66515def545134360f441941158ec 00:23:34 $ docker rm -f 20b0db5ff0304fd2031dd4cfb6cc5c14d9f66515def545134360f441941158ec [Pipeline] // withDockerContainer [Pipeline] sh 00:23:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:23:35 Stashed 1 file(s) [Pipeline] echo 00:23:35 [edgeXSemver]: initialized semver on version 0.0.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 00:23:51 Still waiting to schedule task 00:23:51 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:23:51 Still waiting to schedule task 00:23:51 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:25:15 Running on prd-centos7-docker-4c-2g-20069 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws 00:25:15 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 00:25:18 using credential edgex-jenkins-ssh 00:25:18 Cloning the remote Git repository 00:25:18 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:25:18 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 00:25:18 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:25:18 > git --version # timeout=10 00:25:18 > git --version # 'git version 2.24.3' 00:25:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:25:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:25:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:25:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:25:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:25:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:25:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:25:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 00:25:20 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (hanoi) 00:25:20 > git config core.sparsecheckout # timeout=10 00:25:20 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 00:25:24 Commit message: "fix: Fix response content type issue 567 (#568)" 00:25:24 > git --version # timeout=10 00:25:24 > git --version # 'git version 2.24.3' 00:25:24 fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:25:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:25:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:25:26 + sudo service docker restart 00:25:26 + true 00:25:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 00:25:27 ========================================================= 00:25:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:25:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:25:28 + 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 . 00:25:28 Sending build context to Docker daemon 19.25MB 00:25:28 Step 1/8 : ARG BASE=golang:1.15-alpine 00:25:28 Step 2/8 : FROM ${BASE} 00:25:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:25:29 188c0c94c7c5: Pulling fs layer 00:25:29 0ef7d3d256c8: Pulling fs layer 00:25:29 de9db76c5a1d: Pulling fs layer 00:25:29 bca2f99d35d6: Pulling fs layer 00:25:29 93359f2a8cfa: Pulling fs layer 00:25:29 7c6f9722023f: Pulling fs layer 00:25:29 a35cf1a2eb13: Pulling fs layer 00:25:29 93359f2a8cfa: Waiting 00:25:29 7c6f9722023f: Waiting 00:25:29 a35cf1a2eb13: Waiting 00:25:29 bca2f99d35d6: Waiting 00:25:29 de9db76c5a1d: Download complete 00:25:29 0ef7d3d256c8: Verifying Checksum 00:25:29 0ef7d3d256c8: Download complete 00:25:29 93359f2a8cfa: Verifying Checksum 00:25:29 93359f2a8cfa: Download complete 00:25:29 7c6f9722023f: Verifying Checksum 00:25:29 7c6f9722023f: Download complete 00:25:29 188c0c94c7c5: Verifying Checksum 00:25:29 188c0c94c7c5: Download complete 00:25:29 188c0c94c7c5: Pull complete 00:25:29 0ef7d3d256c8: Pull complete 00:25:30 de9db76c5a1d: Pull complete 00:25:31 a35cf1a2eb13: Verifying Checksum 00:25:31 a35cf1a2eb13: Download complete 00:25:31 bca2f99d35d6: Verifying Checksum 00:25:31 bca2f99d35d6: Download complete 00:25:37 bca2f99d35d6: Pull complete 00:25:37 93359f2a8cfa: Pull complete 00:25:37 7c6f9722023f: Pull complete 00:25:41 a35cf1a2eb13: Pull complete 00:25:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:25:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:25:41 ---> a62c8e92a672 00:25:41 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:25:42 latest: Pulling from library/docker 00:25:42 801bfaa63ef2: Pulling fs layer 00:25:42 4f7dc993c79e: Pulling fs layer 00:25:42 d39d95e4997f: Pulling fs layer 00:25:42 ae283de69b7d: Pulling fs layer 00:25:42 1962c7344fe5: Pulling fs layer 00:25:42 aa7a3367c785: Pulling fs layer 00:25:42 5e259227d438: Pulling fs layer 00:25:42 ae283de69b7d: Waiting 00:25:42 aa7a3367c785: Waiting 00:25:42 1962c7344fe5: Waiting 00:25:42 5e259227d438: Waiting 00:25:42 801bfaa63ef2: Verifying Checksum 00:25:42 801bfaa63ef2: Download complete 00:25:42 d39d95e4997f: Verifying Checksum 00:25:42 d39d95e4997f: Download complete 00:25:42 801bfaa63ef2: Pull complete 00:25:42 1962c7344fe5: Verifying Checksum 00:25:42 1962c7344fe5: Download complete 00:25:43 4f7dc993c79e: Verifying Checksum 00:25:43 4f7dc993c79e: Download complete 00:25:43 aa7a3367c785: Verifying Checksum 00:25:43 aa7a3367c785: Download complete 00:25:43 5e259227d438: Verifying Checksum 00:25:43 5e259227d438: Download complete 00:25:43 4f7dc993c79e: Pull complete 00:25:43 d39d95e4997f: Pull complete 00:25:50 ae283de69b7d: Verifying Checksum 00:25:50 ae283de69b7d: Download complete 00:25:52 ae283de69b7d: Pull complete 00:25:52 1962c7344fe5: Pull complete 00:25:52 aa7a3367c785: Pull complete 00:25:52 5e259227d438: Pull complete 00:25:52 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 00:25:52 Status: Downloaded newer image for docker:latest 00:25:53 ---> 2fa959c28a2c 00:25:53 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:25:53 ---> Running in 0d6473765b40 00:25:53 Removing intermediate container 0d6473765b40 00:25:53 ---> 70583b974aaa 00:25:53 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:25:54 ---> Running in 41e321d0b644 00:25:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:25:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:25:56 (1/5) Installing libsodium (1.0.18-r0) 00:25:56 (2/5) Installing libzmq (4.3.3-r0) 00:25:56 (3/5) Installing pkgconf (1.7.2-r0) 00:25:56 (4/5) Installing libsodium-dev (1.0.18-r0) 00:25:56 (5/5) Installing zeromq-dev (4.3.3-r0) 00:25:56 Executing busybox-1.31.1-r19.trigger 00:25:56 OK: 167 MiB in 44 packages 00:25:57 Removing intermediate container 41e321d0b644 00:25:57 ---> ea5d71d9ef3b 00:25:57 Step 6/8 : WORKDIR /build 00:25:57 ---> Running in a6844e73b11a 00:25:57 Removing intermediate container a6844e73b11a 00:25:57 ---> 8ac61bd6f7cf 00:25:57 Step 7/8 : COPY go.mod . 00:25:58 ---> a3d618245075 00:25:58 Step 8/8 : RUN go mod download 00:25:58 ---> Running in 75aa416da9b9 00:26:24 Removing intermediate container 75aa416da9b9 00:26:24 ---> 9b18b6e92a5f 00:26:24 Successfully built 9b18b6e92a5f 00:26:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:26:25 + docker inspect -f . ci-base-image-x86_64 00:26:25 . [Pipeline] withDockerContainer 00:26:25 prd-centos7-docker-4c-2g-20069 does not seem to be running inside a container 00:26:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-x86_64 cat 00:26:26 $ docker top 3705d42af659e8753db1b2fbf4e958e2b6d00da6aee593f62e81a51a8c2540a4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:26 + go version 00:26:26 go version go1.15.5 linux/amd64 [Pipeline] } 00:26:26 $ docker stop --time=1 3705d42af659e8753db1b2fbf4e958e2b6d00da6aee593f62e81a51a8c2540a4 00:26:28 $ docker rm -f 3705d42af659e8753db1b2fbf4e958e2b6d00da6aee593f62e81a51a8c2540a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:26:29 + docker inspect -f . ci-base-image-x86_64 00:26:29 . [Pipeline] withDockerContainer 00:26:29 prd-centos7-docker-4c-2g-20069 does not seem to be running inside a container 00:26:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-x86_64 cat 00:26:30 $ docker top 91ec1237d734f7e96d87846b498cec38dd7d1f96c1db05ac6d6cf15cb54a5012 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:30 + make test 00:26:30 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:26:32 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:26:40 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.046s coverage: 86.2% of statements 00:26:59 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.035s coverage: 52.0% of statements 00:26:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:26:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:26:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.046s coverage: 54.7% of statements 00:26:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:26:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.118s coverage: 69.1% of statements 00:27:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20070 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws 00:27:09 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.432s coverage: 61.6% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.009s coverage: 89.5% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.006s coverage: 100.0% of statements 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.006s coverage: 96.6% of statements 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 8.8% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.931s coverage: 75.0% of statements 00:27:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.022s coverage: 80.5% of statements 00:27:11 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements 00:27:14 using credential edgex-jenkins-ssh 00:27:15 Cloning the remote Git repository 00:27:15 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:27:15 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 00:27:15 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:27:15 > git --version # timeout=10 00:27:15 > git --version # 'git version 2.17.1' 00:27:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:27:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:27:19 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (hanoi) 00:27:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:27:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:27:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:27:18 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:27:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:27:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 00:27:19 > git config core.sparsecheckout # timeout=10 00:27:19 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 00:27:24 Commit message: "fix: Fix response content type issue 567 (#568)" 00:27:24 > git --version # timeout=10 00:27:24 > git --version # 'git version 2.17.1' 00:27:24 fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:27:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:27:26 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.131s coverage: 71.0% of statements 00:27:26 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements 00:27:26 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:27:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:27:26 + sudo service docker restart 00:27:26 + true [Pipeline] unstash [Pipeline] echo 00:27:29 ========================================================= 00:27:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:27:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:27:29 + 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 . 00:27:30 Sending build context to Docker daemon 19.25MB 00:27:30 Step 1/8 : ARG BASE=golang:1.15-alpine 00:27:30 Step 2/8 : FROM ${BASE} 00:27:30 gofmt -l . 00:27:30 [ "`gofmt -l .`" = "" ] 00:27:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:27:30 5f621e34cdf4: Pulling fs layer 00:27:30 a4357932f1b6: Pulling fs layer 00:27:30 18c013af1878: Pulling fs layer 00:27:30 00ac8860ef70: Pulling fs layer 00:27:30 63d7cb157983: Pulling fs layer 00:27:30 b116817d02f9: Pulling fs layer 00:27:30 745a02a5169b: Pulling fs layer 00:27:30 b116817d02f9: Waiting 00:27:30 63d7cb157983: Waiting 00:27:30 00ac8860ef70: Waiting 00:27:30 745a02a5169b: Waiting 00:27:30 18c013af1878: Verifying Checksum 00:27:30 18c013af1878: Download complete 00:27:30 a4357932f1b6: Verifying Checksum 00:27:30 a4357932f1b6: Download complete 00:27:30 63d7cb157983: Verifying Checksum 00:27:30 63d7cb157983: Download complete 00:27:31 ./bin/test-go-mod-tidy.sh 00:27:31 b116817d02f9: Verifying Checksum 00:27:31 b116817d02f9: Download complete 00:27:31 5f621e34cdf4: Verifying Checksum 00:27:31 5f621e34cdf4: Download complete [Pipeline] } 00:27:31 $ docker stop --time=1 91ec1237d734f7e96d87846b498cec38dd7d1f96c1db05ac6d6cf15cb54a5012 00:27:32 5f621e34cdf4: Pull complete 00:27:32 a4357932f1b6: Pull complete 00:27:32 18c013af1878: Pull complete 00:27:33 $ docker rm -f 91ec1237d734f7e96d87846b498cec38dd7d1f96c1db05ac6d6cf15cb54a5012 [Pipeline] // withDockerContainer 00:27:33 745a02a5169b: Verifying Checksum 00:27:33 745a02a5169b: Download complete [Pipeline] sh 00:27:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:27:34 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 00:27:35 00ac8860ef70: Verifying Checksum 00:27:35 00ac8860ef70: Download complete [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] } 00:27:45 00ac8860ef70: Pull complete 00:27:45 63d7cb157983: Pull complete 00:27:45 b116817d02f9: Pull complete 00:27:48 745a02a5169b: Pull complete 00:27:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:27:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:27:48 ---> b7e6874047d6 00:27:48 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:27:48 latest: Pulling from library/docker 00:27:49 159e5727ea61: Pulling fs layer 00:27:49 687389c36290: Pulling fs layer 00:27:49 94e28978939c: Pulling fs layer 00:27:49 81bd9c9fe1b1: Pulling fs layer 00:27:49 0c5a7137269a: Pulling fs layer 00:27:49 650eeba05d50: Pulling fs layer 00:27:49 283d3dba4d5b: Pulling fs layer 00:27:49 81bd9c9fe1b1: Waiting 00:27:49 0c5a7137269a: Waiting 00:27:49 650eeba05d50: Waiting 00:27:49 283d3dba4d5b: Waiting 00:27:49 159e5727ea61: Verifying Checksum 00:27:49 159e5727ea61: Download complete 00:27:49 94e28978939c: Verifying Checksum 00:27:49 94e28978939c: Download complete 00:27:49 687389c36290: Verifying Checksum 00:27:49 687389c36290: Download complete 00:27:49 0c5a7137269a: Download complete 00:27:49 650eeba05d50: Verifying Checksum 00:27:49 650eeba05d50: Download complete 00:27:49 283d3dba4d5b: Verifying Checksum 00:27:49 283d3dba4d5b: Download complete 00:27:50 159e5727ea61: Pull complete 00:27:50 687389c36290: Pull complete 00:27:51 94e28978939c: Pull complete 00:27:54 81bd9c9fe1b1: Verifying Checksum 00:27:54 81bd9c9fe1b1: Download complete 00:27:58 81bd9c9fe1b1: Pull complete 00:27:58 0c5a7137269a: Pull complete 00:27:59 650eeba05d50: Pull complete 00:27:59 283d3dba4d5b: Pull complete 00:27:59 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 00:27:59 Status: Downloaded newer image for docker:latest 00:28:06 ---> 3113d62b475b 00:28:06 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:28:06 ---> Running in 68e69766462c 00:28:06 Removing intermediate container 68e69766462c 00:28:06 ---> 74af3e4c1c90 00:28:06 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:28:07 ---> Running in dec9eb7127e0 00:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:09 (1/5) Installing libsodium (1.0.18-r0) 00:28:09 (2/5) Installing libzmq (4.3.3-r0) 00:28:10 (3/5) Installing pkgconf (1.7.2-r0) 00:28:10 (4/5) Installing libsodium-dev (1.0.18-r0) 00:28:10 (5/5) Installing zeromq-dev (4.3.3-r0) 00:28:10 Executing busybox-1.31.1-r19.trigger 00:28:10 OK: 144 MiB in 44 packages 00:28:11 Removing intermediate container dec9eb7127e0 00:28:11 ---> 153b5b34fd93 00:28:11 Step 6/8 : WORKDIR /build 00:28:11 ---> Running in 6e8d4e25fe1d 00:28:12 Removing intermediate container 6e8d4e25fe1d 00:28:12 ---> 8d631713f960 00:28:12 Step 7/8 : COPY go.mod . 00:28:13 ---> ce3dd7ed19dc 00:28:13 Step 8/8 : RUN go mod download 00:28:13 ---> Running in 4c900b1cf33e 00:28:39 Removing intermediate container 4c900b1cf33e 00:28:39 ---> 0774b5518c0e 00:28:39 Successfully built 0774b5518c0e 00:28:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:28:40 + docker inspect -f . ci-base-image-arm64 00:28:40 . [Pipeline] withDockerContainer 00:28:40 prd-ubuntu18.04-docker-arm64-4c-16g-20070 does not seem to be running inside a container 00:28:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:28:42 $ docker top 2e60e2c9c78242755a20003e9dada56bbc114253608ab1c191f2137868e96f34 -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:43 + go version 00:28:43 go version go1.15.5 linux/arm64 [Pipeline] } 00:28:43 $ docker stop --time=1 2e60e2c9c78242755a20003e9dada56bbc114253608ab1c191f2137868e96f34 00:28:45 $ docker rm -f 2e60e2c9c78242755a20003e9dada56bbc114253608ab1c191f2137868e96f34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:46 + docker inspect -f . ci-base-image-arm64 00:28:46 . [Pipeline] withDockerContainer 00:28:47 prd-ubuntu18.04-docker-arm64-4c-16g-20070 does not seem to be running inside a container 00:28:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:28:48 $ docker top 2d6f58cd30743b4ed9e134969d4576b6c31ff8ce88f129427a7d48b2acf627e6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:50 + make test 00:28:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:28:52 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:29:19 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.027s coverage: 86.2% of statements 00:30:07 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.061s coverage: 52.0% of statements 00:30:07 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:30:07 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:30:07 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.093s coverage: 54.7% of statements 00:30:07 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:30:07 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.070s coverage: 69.1% of statements 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.478s coverage: 61.6% of statements 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.016s coverage: 89.5% of statements 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.014s coverage: 100.0% of statements 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.031s coverage: 100.0% of statements 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.022s coverage: 96.6% of statements 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:30:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:30:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.025s coverage: 8.8% of statements 00:30:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.939s coverage: 75.0% of statements 00:30:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 00:30:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.7% of statements 00:30:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.030s coverage: 88.9% of statements 00:30:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.041s coverage: 80.5% of statements 00:30:14 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.032s coverage: 71.7% of statements 00:30:41 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 71.0% of statements 00:30:41 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 00:30:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:30:54 gofmt -l . 00:30:54 [ "`gofmt -l .`" = "" ] 00:30:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:30:55 $ docker stop --time=1 2d6f58cd30743b4ed9e134969d4576b6c31ff8ce88f129427a7d48b2acf627e6 00:30:57 $ docker rm -f 2d6f58cd30743b4ed9e134969d4576b6c31ff8ce88f129427a7d48b2acf627e6 [Pipeline] // withDockerContainer [Pipeline] sh 00:30:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:30:59 Warning: overwriting stash ‘coverage-report’ 00:31:00 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 00:31:02 provisioning config files... 00:31:02 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config4689489711898616081tmp [Pipeline] { [Pipeline] sh 00:31:03 + set +x 00:31:03 + curl -s https://codecov.io/bash 00:31:03 + bash -s -- 00:31:03 00:31:03 _____ _ 00:31:03 / ____| | | 00:31:03 | | ___ __| | ___ ___ _____ __ 00:31:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:31:03 | |___| (_) | (_| | __/ (_| (_) \ V / 00:31:03 \_____\___/ \__,_|\___|\___\___/ \_/ 00:31:03 Bash-20201231-23d4836 00:31:03 00:31:03 00:31:03 ==> git version 2.24.3 found 00:31:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:31:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:31:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:31:03 ==> Jenkins CI detected. 00:31:03 project root: . 00:31:03 --> token set from env 00:31:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:31:03 ==> Running gcov in . (disable via -X gcov) 00:31:03 ==> Python coveragepy not found 00:31:03 ==> Searching for coverage reports in: 00:31:03 + . 00:31:03 -> Found 1 reports 00:31:03 ==> Detecting git/mercurial file structure 00:31:03 ==> Reading reports 00:31:03 + ./coverage.out bytes=90550 00:31:03 ==> Appending adjustments 00:31:03 https://docs.codecov.io/docs/fixing-reports 00:31:04 + Found adjustments 00:31:04 ==> Gzipping contents 00:31:04 16K /tmp/codecov.LyxdlM.gz 00:31:04 ==> Uploading reports 00:31:04 url: https://codecov.io 00:31:04 query: branch=hanoi&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:31:04 -> Pinging Codecov 00:31:04 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=hanoi&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:31:04 -> Uploading to 00:31:04 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/3D8B5DFFC46A037C893635FACE044666/a22ec22dc229bc5a98df020c4d001a55ea4e61b6/c082b94d-f105-4da1-843d-0ac3dd24b9e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T003104Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=484241d8d607548b9c18f94a3a25be984f7966c26ccd8e3c5355dcf6c4b86787 00:31:04 % Total % Received % Xferd Average Speed Time Time Time Current 00:31:04 Dload Upload Total Spent Left Speed 00:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16085 0 0 100 16085 0 31577 --:--:-- --:--:-- --:--:-- 31539 100 16085 0 0 100 16085 0 31565 --:--:-- --:--:-- --:--:-- 31539 00:31:05 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] } 00:31:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:31:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:31:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:31:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:31:06 00:31:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 00:31:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:31:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:31:07 188c0c94c7c5: Pulling fs layer 00:31:07 0ef7d3d256c8: Pulling fs layer 00:31:07 de9db76c5a1d: Pulling fs layer 00:31:07 0eba1c9be4d2: Pulling fs layer 00:31:07 0d57e429df01: Pulling fs layer 00:31:07 4e4be7b47b0d: Pulling fs layer 00:31:07 e1f770b5df2f: Pulling fs layer 00:31:07 85a0685a4137: Pulling fs layer 00:31:07 0d57e429df01: Waiting 00:31:07 4e4be7b47b0d: Waiting 00:31:07 e1f770b5df2f: Waiting 00:31:07 85a0685a4137: Waiting 00:31:07 0eba1c9be4d2: Waiting 00:31:07 de9db76c5a1d: Verifying Checksum 00:31:07 de9db76c5a1d: Download complete 00:31:07 0ef7d3d256c8: Verifying Checksum 00:31:07 0ef7d3d256c8: Download complete 00:31:07 0d57e429df01: Verifying Checksum 00:31:07 0d57e429df01: Download complete 00:31:07 4e4be7b47b0d: Verifying Checksum 00:31:07 4e4be7b47b0d: Download complete 00:31:07 188c0c94c7c5: Verifying Checksum 00:31:07 188c0c94c7c5: Download complete 00:31:07 188c0c94c7c5: Pull complete 00:31:07 0ef7d3d256c8: Pull complete 00:31:07 de9db76c5a1d: Pull complete 00:31:08 e1f770b5df2f: Verifying Checksum 00:31:08 e1f770b5df2f: Download complete 00:31:10 0eba1c9be4d2: Download complete 00:31:10 85a0685a4137: Verifying Checksum 00:31:10 85a0685a4137: Download complete 00:31:17 0eba1c9be4d2: Pull complete 00:31:17 0d57e429df01: Pull complete 00:31:17 4e4be7b47b0d: Pull complete 00:31:19 e1f770b5df2f: Pull complete 00:31:27 85a0685a4137: Pull complete 00:31:27 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 00:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:31:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 00:31:27 prd-centos7-docker-4c-2g-20065 does not seem to be running inside a container 00:31:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 00:31:29 $ docker top 0966210a0f56b08be5a6a37ad3d2ad54dbd240fb3a429c73c9022651659141f1 -eo pid,comm [Pipeline] { [Pipeline] echo 00:31:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 00:31:29 + set -o pipefail 00:31:29 + snyk monitor '--org=edgex-jenkins' 00:31:47 00:31:47 Monitoring /w/workspace/undry_app-functions-sdk-go_hanoi (github.com/edgexfoundry/app-functions-sdk-go)... 00:31:47 00:31:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/f51a742a-0e8c-46be-914a-fc741f2b8f68 00:31:47 00:31:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:31:47 00:31:47 [Pipeline] } 00:31:47 $ docker stop --time=1 0966210a0f56b08be5a6a37ad3d2ad54dbd240fb3a429c73c9022651659141f1 00:31:49 $ docker rm -f 0966210a0f56b08be5a6a37ad3d2ad54dbd240fb3a429c73c9022651659141f1 [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 00:31:51 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:31:51 provisioning config files... 00:31:51 copy managed file [swaggerhub-api-key] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config3737878860599226467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:52 --> edgex-publish-swagger.sh 00:31:52 === Publish openapi/v2 API === 00:31:52 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 00:31:52 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/undry_app-functions-sdk-go_hanoi/openapi/v2/app-functions-sdk.yaml] 00:31:52 % Total % Received % Xferd Average Speed Time Time Time Current 00:31:52 Dload Upload Total Spent Left Speed 00:31:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13026 0 0 100 13026 0 11812 0:00:01 0:00:01 --:--:-- 11820 100 13026 0 0 100 13026 0 11810 0:00:01 0:00:01 --:--:-- 11809 00:31:53 00:31:53 [Pipeline] } 00:31:53 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 00:31:54 + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] isUnix [Pipeline] sh 00:31:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:54 . [Pipeline] withDockerContainer 00:31:55 prd-centos7-docker-4c-2g-20065 does not seem to be running inside a container 00:31:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:55 $ docker top 423135b6a4549fdb8b0d6839c0d0ecd97cf3220f697b73c0f92e8cd1b2518251 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:56 [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 00:31:56 + git semver [Pipeline] } 00:31:56 $ docker stop --time=1 423135b6a4549fdb8b0d6839c0d0ecd97cf3220f697b73c0f92e8cd1b2518251 00:31:58 $ docker rm -f 423135b6a4549fdb8b0d6839c0d0ecd97cf3220f697b73c0f92e8cd1b2518251 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:31:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:31:58 00:31:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:31:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:31:59 0.23.1-centos7: Pulling from edgex-lftools 00:31:59 ab5ef0e58194: Pulling fs layer 00:31:59 9712f1f96733: Pulling fs layer 00:31:59 63f879dbbcfc: Pulling fs layer 00:31:59 0d9ebad4ef96: Pulling fs layer 00:31:59 e9a5061849ea: Pulling fs layer 00:31:59 d747dcd14b5f: Pulling fs layer 00:31:59 2de7ff778b66: Pulling fs layer 00:31:59 0d9ebad4ef96: Waiting 00:31:59 e9a5061849ea: Waiting 00:31:59 d747dcd14b5f: Waiting 00:31:59 2de7ff778b66: Waiting 00:31:59 9712f1f96733: Verifying Checksum 00:31:59 9712f1f96733: Download complete 00:32:01 63f879dbbcfc: Verifying Checksum 00:32:01 63f879dbbcfc: Download complete 00:32:01 e9a5061849ea: Verifying Checksum 00:32:01 e9a5061849ea: Download complete 00:32:01 d747dcd14b5f: Download complete 00:32:01 2de7ff778b66: Verifying Checksum 00:32:01 2de7ff778b66: Download complete 00:32:02 0d9ebad4ef96: Verifying Checksum 00:32:02 0d9ebad4ef96: Download complete 00:32:02 ab5ef0e58194: Verifying Checksum 00:32:02 ab5ef0e58194: Download complete 00:32:06 ab5ef0e58194: Pull complete 00:32:06 9712f1f96733: Pull complete 00:32:09 63f879dbbcfc: Pull complete 00:32:16 0d9ebad4ef96: Pull complete 00:32:17 e9a5061849ea: Pull complete 00:32:17 d747dcd14b5f: Pull complete 00:32:19 2de7ff778b66: Pull complete 00:32:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:32:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:32:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:32:20 prd-centos7-docker-4c-2g-20065 does not seem to be running inside a container 00:32:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:32:24 $ docker top 8b098566b62f133b175c7e02cdb7c9c93621680a64efe1c28e7e7ef58ac90798 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:32:24 provisioning config files... 00:32:24 copy managed file [sigul-config] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config3752768340326033533tmp 00:32:24 copy managed file [sigul-password] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config569177415082017859tmp 00:32:24 copy managed file [sigul-pki] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config2552005661060645717tmp [Pipeline] { [Pipeline] echo 00:32:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:32:26 ---> sigul-configuration.sh 00:32:26 gpg: directory `/root/.gnupg' created 00:32:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:32:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:32:26 gpg: keyring `/root/.gnupg/secring.gpg' created 00:32:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:32:26 gpg: CAST5 encrypted data 00:32:26 gpg: encrypted with 1 passphrase 00:32:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:32:26 + mkdir /home/jenkins 00:32:26 + mkdir /home/jenkins/sigul [Pipeline] sh 00:32: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 00:32:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:32:27 ---> sigul-install.sh 00:32:32 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:32:33 + git tag --list 00:32:33 v0.1.0 00:32:33 v0.1.1 00:32:33 v1.0.0 00:32:33 v1.1.0 00:32:33 v1.2.0 00:32:33 v1.2.1-dev.1 00:32:33 v1.2.1-dev.10 00:32:33 v1.2.1-dev.11 00:32:33 v1.2.1-dev.12 00:32:33 v1.2.1-dev.13 00:32:33 v1.2.1-dev.14 00:32:33 v1.2.1-dev.15 00:32:33 v1.2.1-dev.16 00:32:33 v1.2.1-dev.17 00:32:33 v1.2.1-dev.18 00:32:33 v1.2.1-dev.19 00:32:33 v1.2.1-dev.2 00:32:33 v1.2.1-dev.20 00:32:33 v1.2.1-dev.21 00:32:33 v1.2.1-dev.22 00:32:33 v1.2.1-dev.23 00:32:33 v1.2.1-dev.24 00:32:33 v1.2.1-dev.25 00:32:33 v1.2.1-dev.26 00:32:33 v1.2.1-dev.27 00:32:33 v1.2.1-dev.28 00:32:33 v1.2.1-dev.29 00:32:33 v1.2.1-dev.3 00:32:33 v1.2.1-dev.30 00:32:33 v1.2.1-dev.31 00:32:33 v1.2.1-dev.32 00:32:33 v1.2.1-dev.33 00:32:33 v1.2.1-dev.34 00:32:33 v1.2.1-dev.35 00:32:33 v1.2.1-dev.36 00:32:33 v1.2.1-dev.37 00:32:33 v1.2.1-dev.38 00:32:33 v1.2.1-dev.39 00:32:33 v1.2.1-dev.4 00:32:33 v1.2.1-dev.40 00:32:33 v1.2.1-dev.41 00:32:33 v1.2.1-dev.42 00:32:33 v1.2.1-dev.43 00:32:33 v1.2.1-dev.44 00:32:33 v1.2.1-dev.45 00:32:33 v1.2.1-dev.46 00:32:33 v1.2.1-dev.47 00:32:33 v1.2.1-dev.48 00:32:33 v1.2.1-dev.49 00:32:33 v1.2.1-dev.5 00:32:33 v1.2.1-dev.50 00:32:33 v1.2.1-dev.51 00:32:33 v1.2.1-dev.52 00:32:33 v1.2.1-dev.53 00:32:33 v1.2.1-dev.54 00:32:33 v1.2.1-dev.55 00:32:33 v1.2.1-dev.56 00:32:33 v1.2.1-dev.57 00:32:33 v1.2.1-dev.58 00:32:33 v1.2.1-dev.6 00:32:33 v1.2.1-dev.7 00:32:33 v1.2.1-dev.8 00:32:33 v1.2.1-dev.9 00:32:33 v1.3.0 00:32:33 v1.3.1-dev.1 00:32:33 v1.3.1-dev.10 00:32:33 v1.3.1-dev.11 00:32:33 v1.3.1-dev.12 00:32:33 v1.3.1-dev.13 00:32:33 v1.3.1-dev.14 00:32:33 v1.3.1-dev.15 00:32:33 v1.3.1-dev.16 00:32:33 v1.3.1-dev.17 00:32:33 v1.3.1-dev.2 00:32:33 v1.3.1-dev.3 00:32:33 v1.3.1-dev.4 00:32:33 v1.3.1-dev.5 00:32:33 v1.3.1-dev.6 00:32:33 v1.3.1-dev.7 00:32:33 v1.3.1-dev.8 00:32:33 v1.3.1-dev.9 [Pipeline] sh 00:32:33 + lftools sign git-tag v0.0.0 00:32:34 Signing Git tag with Sigul... 00:32:34 Signing v0.0.0 00:32:34 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v0.0.0'], return code 1, stdout , stderr [Pipeline] echo 00:32:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:32:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:32:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:32:35 $ docker stop --time=1 8b098566b62f133b175c7e02cdb7c9c93621680a64efe1c28e7e7ef58ac90798 00:32:37 $ docker rm -f 8b098566b62f133b175c7e02cdb7c9c93621680a64efe1c28e7e7ef58ac90798 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:32:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:38 . [Pipeline] withDockerContainer 00:32:39 prd-centos7-docker-4c-2g-20065 does not seem to be running inside a container 00:32:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:39 $ docker top c8be501703f917102b66ea68b4b7af1b73b18f75c073abd4aee2c100bcfd1fdc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:40 [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 00:32:40 + git semver [Pipeline] } 00:32:40 $ docker stop --time=1 c8be501703f917102b66ea68b4b7af1b73b18f75c073abd4aee2c100bcfd1fdc 00:32:42 $ docker rm -f c8be501703f917102b66ea68b4b7af1b73b18f75c073abd4aee2c100bcfd1fdc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:32:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:42 . [Pipeline] withDockerContainer 00:32:42 prd-centos7-docker-4c-2g-20065 does not seem to be running inside a container 00:32:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:43 $ docker top 6fcc811146bf621195b50cfe000cba84032fadbcb36eb8396c3cd9d44635daba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:44 [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 00:32:44 + git semver [Pipeline] } 00:32:44 $ docker stop --time=1 6fcc811146bf621195b50cfe000cba84032fadbcb36eb8396c3cd9d44635daba 00:32:46 $ docker rm -f 6fcc811146bf621195b50cfe000cba84032fadbcb36eb8396c3cd9d44635daba [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 00:32:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:32:48 ---> package-listing.sh 00:32:48 ++ facter osfamily 00:32:48 ++ tr '[:upper:]' '[:lower:]' 00:32:48 + OS_FAMILY=redhat 00:32:48 + workspace=/w/workspace/undry_app-functions-sdk-go_hanoi 00:32:48 + START_PACKAGES=/tmp/packages_start.txt 00:32:48 + END_PACKAGES=/tmp/packages_end.txt 00:32:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:32:48 + PACKAGES=/tmp/packages_start.txt 00:32:48 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 00:32:48 + PACKAGES=/tmp/packages_end.txt 00:32:48 + case "${OS_FAMILY}" in 00:32:48 + rpm -qa 00:32:48 + sort 00:32:53 + '[' -f /tmp/packages_start.txt ']' 00:32:53 + '[' -f /tmp/packages_end.txt ']' 00:32:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:32:53 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 00:32:53 + mkdir -p /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ 00:32:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ [Pipeline] echo 00:32:53 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/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:32:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:32:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:32:54 00:32:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:32:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:32:54 alpine: Pulling from edgex-lftools-log-publisher 00:32:54 df20fa9351a1: Pulling fs layer 00:32:54 36b3adc4ff6f: Pulling fs layer 00:32:54 8ad3a11d3b57: Pulling fs layer 00:32:54 46f8f816bc3b: Pulling fs layer 00:32:54 93b61091891f: Pulling fs layer 00:32:54 93b9cdb0e59b: Pulling fs layer 00:32:54 5e14af77c1be: Pulling fs layer 00:32:54 01666e4c0597: Pulling fs layer 00:32:54 aa168da1d23b: Pulling fs layer 00:32:54 93b9cdb0e59b: Waiting 00:32:54 5e14af77c1be: Waiting 00:32:54 01666e4c0597: Waiting 00:32:54 aa168da1d23b: Waiting 00:32:54 46f8f816bc3b: Waiting 00:32:54 93b61091891f: Waiting 00:32:54 36b3adc4ff6f: Verifying Checksum 00:32:54 36b3adc4ff6f: Download complete 00:32:54 46f8f816bc3b: Verifying Checksum 00:32:54 46f8f816bc3b: Download complete 00:32:55 93b61091891f: Verifying Checksum 00:32:55 93b61091891f: Download complete 00:32:55 93b9cdb0e59b: Verifying Checksum 00:32:55 93b9cdb0e59b: Download complete 00:32:55 5e14af77c1be: Verifying Checksum 00:32:55 5e14af77c1be: Download complete 00:32:55 01666e4c0597: Download complete 00:32:55 8ad3a11d3b57: Verifying Checksum 00:32:55 8ad3a11d3b57: Download complete 00:32:55 df20fa9351a1: Verifying Checksum 00:32:55 df20fa9351a1: Download complete 00:32:56 df20fa9351a1: Pull complete 00:32:56 36b3adc4ff6f: Pull complete 00:32:57 aa168da1d23b: Download complete 00:32:57 8ad3a11d3b57: Pull complete 00:32:57 46f8f816bc3b: Pull complete 00:32:58 93b61091891f: Pull complete 00:32:58 93b9cdb0e59b: Pull complete 00:32:58 5e14af77c1be: Pull complete 00:32:58 01666e4c0597: Pull complete 00:33:06 aa168da1d23b: Pull complete 00:33:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:33:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:33:07 prd-centos7-docker-4c-2g-20065 does not seem to be running inside a container 00:33:07 $ 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/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:33:10 $ docker top 5d74c566ccd7a073852a4615728538b6073bfd98d4529649fda27aeb44a30a13 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:11 + touch /tmp/pre-build-complete [Pipeline] sh 00:33:11 + mkdir -p /var/log/sa [Pipeline] sh 00:33:11 + ls /var/log/sa-host 00:33:11 + sadf -c /var/log/sa-host/sa14 00:33:11 file_magic: OK 00:33:11 HZ: Using current value: 100 00:33:11 file_header: OK 00:33:11 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 00:33:11 Statistics: 00:33:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:33:11 File successfully converted to sysstat format version 12.2.1 00:33:11 + sadf -c /var/log/sa-host/sa23 00:33:11 file_magic: OK 00:33:11 HZ: Using current value: 100 00:33:11 file_header: OK 00:33:11 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 00:33:11 Statistics: 00:33:11 Hnuu...uuuununununu... 00:33:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:33:12 provisioning config files... 00:33:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config8982540509760295710tmp [Pipeline] { [Pipeline] echo 00:33:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:33:12 ---> create-netrc.sh [Pipeline] } 00:33:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:33:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:33:13 ---> python-tools-install.sh [Pipeline] echo 00:33:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:33:13 ---> sudo-logs.sh 00:33:13 Archiving 'sudo' log.. [Pipeline] echo 00:33:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:33:14 ---> job-cost.sh 00:33:14 lf-activate-venv: SKIPPING 00:33:14 INFO: No Stack... 00:33:15 INFO: Retrieving Pricing Info for: v1-standard-2 00:33:15 INFO: Archiving Costs [Pipeline] echo 00:33:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:33:15 ---> logs-deploy.sh 00:33:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/hanoi/1 00:33:15 INFO: archiving workspace using pattern(s): 00:33:17 Archives upload complete. 00:33:17 INFO: archiving logs to Nexus 00:33:18 ---> uname -a: 00:33:18 Linux prd-centos7-docker-4c-2g-20065.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:33:18 00:33:18 00:33:18 ---> lscpu: 00:33:18 Architecture: x86_64 00:33:18 CPU op-mode(s): 32-bit, 64-bit 00:33:18 Byte Order: Little Endian 00:33:18 Address sizes: 40 bits physical, 48 bits virtual 00:33:18 CPU(s): 4 00:33:18 On-line CPU(s) list: 0-3 00:33:18 Thread(s) per core: 1 00:33:18 Core(s) per socket: 1 00:33:18 Socket(s): 4 00:33:18 NUMA node(s): 1 00:33:18 Vendor ID: GenuineIntel 00:33:18 CPU family: 6 00:33:18 Model: 44 00:33:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:33:18 Stepping: 1 00:33:18 CPU MHz: 2933.442 00:33:18 BogoMIPS: 5866.88 00:33:18 Virtualization: VT-x 00:33:18 Hypervisor vendor: KVM 00:33:18 Virtualization type: full 00:33:18 L1d cache: 128 KiB 00:33:18 L1i cache: 128 KiB 00:33:18 L2 cache: 16 MiB 00:33:18 L3 cache: 64 MiB 00:33:18 NUMA node0 CPU(s): 0-3 00:33:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:33:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:33:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:33:18 Vulnerability Meltdown: Mitigation; PTI 00:33:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:33:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:33:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:33:18 Vulnerability Srbds: Not affected 00:33:18 Vulnerability Tsx async abort: Not affected 00:33:18 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 00:33:18 00:33:18 00:33:18 ---> nproc: 00:33:18 4 00:33:18 00:33:18 00:33:18 ---> df -h: 00:33:18 Filesystem Size Used Available Use% Mounted on 00:33:18 overlay 50.0G 8.6G 41.4G 17% / 00:33:18 tmpfs 64.0M 0 64.0M 0% /dev 00:33:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:33:18 shm 64.0M 0 64.0M 0% /dev/shm 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi@tmp 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 00:33:18 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 00:33:18 00:33:18 00:33:18 ---> free -m: 00:33:18 total used free shared buff/cache available 00:33:18 Mem: 1837 830 152 0 853 942 00:33:18 Swap: 1023 3 1020 00:33:18 00:33:18 00:33:18 ---> ip addr: 00:33:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:33:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:33:18 inet 127.0.0.1/8 scope host lo 00:33:18 valid_lft forever preferred_lft forever 00:33:18 inet6 ::1/128 scope host 00:33:18 valid_lft forever preferred_lft forever 00:33:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:33:18 link/ether fa:16:3e:64:49:8c brd ff:ff:ff:ff:ff:ff 00:33:18 inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 00:33:18 valid_lft 85753sec preferred_lft 85753sec 00:33:18 inet6 fe80::f816:3eff:fe64:498c/64 scope link 00:33:18 valid_lft forever preferred_lft forever 00:33:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:33:18 link/ether 02:42:09:f0:24:0e brd ff:ff:ff:ff:ff:ff 00:33:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:33:18 valid_lft forever preferred_lft forever 00:33:18 inet6 fe80::42:9ff:fef0:240e/64 scope link 00:33:18 valid_lft forever preferred_lft forever 00:33:18 00:33:18 00:33:18 ---> sar -b -r -n DEV: 00:33:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 00:33:18 00:33:18 00:22:18 LINUX RESTART (4 CPU) 00:33:18 00:33:18 00:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:33:18 00:24:01 57.29 18.16 39.14 0.00 4891.51 5034.96 0.00 00:33:18 00:25:01 0.83 0.00 0.83 0.00 0.00 19.41 0.00 00:33:18 00:26:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 00:33:18 00:27:02 0.25 0.00 0.25 0.00 0.00 2.56 0.00 00:33:18 00:28:01 0.15 0.00 0.15 0.00 0.00 2.10 0.00 00:33:18 00:29:01 0.33 0.00 0.33 0.00 0.00 4.83 0.00 00:33:18 00:30:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 00:33:18 00:31:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 00:33:18 00:32:01 328.17 187.97 140.19 0.00 8901.01 42286.01 0.00 00:33:18 00:33:01 261.66 104.04 157.62 0.00 7402.03 39707.46 0.00 00:33:18 Average: 65.13 31.12 34.01 0.00 2120.16 8735.61 0.00 00:33:18 00:33:18 00:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:33:18 00:24:01 247132 0 590308 31.37 2620 1041484 1102180 37.62 390492 1046116 132 00:33:18 00:25:01 251816 0 585640 31.13 2620 1041468 1086340 37.07 388516 1043836 20 00:33:18 00:26:01 250208 0 587244 31.21 2620 1041472 1086364 37.08 390372 1043904 12 00:33:18 00:27:02 250832 0 586616 31.18 2620 1041476 1080148 36.86 398172 1035136 16 00:33:18 00:28:01 250008 0 587436 31.22 2620 1041480 1080220 36.87 397980 1036908 20 00:33:18 00:29:01 250048 0 587392 31.22 2620 1041484 1080148 36.86 402416 1032060 12 00:33:18 00:30:01 245668 0 591768 31.45 2620 1041488 1077160 36.76 408284 1030660 8 00:33:18 00:31:01 245680 0 591752 31.45 2620 1041492 1077312 36.77 432152 1007048 16 00:33:18 00:32:01 106684 0 691440 36.75 2596 1080824 1274324 43.49 584864 944008 33976 00:33:18 00:33:01 70760 0 837160 44.49 1492 972132 1510976 51.57 651348 822752 64088 00:33:18 Average: 216884 0 623676 33.15 2505 1038480 1145517 39.09 444460 1004243 9830 00:33:18 00:33:18 00:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:33:18 00:24:01 eth0 496.53 420.08 1317.83 93.44 0.00 0.00 0.00 0.00 00:33:18 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:24:01 docker0 110.95 82.88 9.87 310.54 0.00 0.00 0.00 0.00 00:33:18 00:25:01 eth0 2.73 0.50 0.70 0.36 0.00 0.00 0.00 0.00 00:33:18 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:26:01 eth0 1.32 0.55 0.55 0.42 0.00 0.00 0.00 0.00 00:33:18 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:27:02 eth0 1.03 0.10 0.15 0.01 0.00 0.00 0.00 0.00 00:33:18 00:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:28:01 eth0 1.25 0.58 0.64 0.43 0.00 0.00 0.00 0.00 00:33:18 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:29:01 eth0 0.58 0.12 0.10 0.04 0.00 0.00 0.00 0.00 00:33:18 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:30:01 eth0 2.76 0.52 0.71 0.39 0.00 0.00 0.00 0.00 00:33:18 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:31:01 eth0 3.50 0.87 1.00 0.59 0.00 0.00 0.00 0.00 00:33:18 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:32:01 eth0 812.88 716.49 6896.33 64.84 0.00 0.00 0.00 0.00 00:33:18 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:32:01 docker0 63.78 67.98 4.85 410.53 0.00 0.00 0.00 0.00 00:33:18 00:33:01 eth0 383.99 315.56 3213.66 102.87 0.00 0.00 0.00 0.00 00:33:18 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 00:33:01 docker0 26.25 33.15 1.39 201.54 0.00 0.00 0.00 0.00 00:33:18 Average: eth0 170.52 145.43 1145.72 26.29 0.00 0.00 0.00 0.00 00:33:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:33:18 Average: docker0 19.99 18.34 1.60 92.12 0.00 0.00 0.00 0.00 00:33:18 00:33:18 00:33:18 ---> sar -P ALL: 00:33:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 00:33:18 00:33:18 00:22:18 LINUX RESTART (4 CPU) 00:33:18 00:33:18 00:23:02 CPU %user %nice %system %iowait %steal %idle 00:33:18 00:24:01 all 7.53 0.00 3.42 1.18 0.02 87.85 00:33:18 00:24:01 0 8.82 0.00 4.33 0.24 0.02 86.59 00:33:18 00:24:01 1 8.20 0.00 3.29 1.76 0.02 86.74 00:33:18 00:24:01 2 6.96 0.00 3.08 2.26 0.02 87.69 00:33:18 00:24:01 3 6.12 0.00 3.01 0.46 0.02 90.38 00:33:18 00:25:01 all 0.17 0.00 0.06 0.00 0.00 99.77 00:33:18 00:25:01 0 0.05 0.00 0.08 0.00 0.00 99.87 00:33:18 00:25:01 1 0.53 0.00 0.05 0.00 0.00 99.42 00:33:18 00:25:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:33:18 00:25:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:33:18 00:26:01 all 0.18 0.00 0.03 0.00 0.00 99.79 00:33:18 00:26:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:33:18 00:26:01 1 0.55 0.00 0.03 0.00 0.00 99.42 00:33:18 00:26:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:33:18 00:26:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:33:18 00:27:02 all 0.15 0.00 0.05 0.00 0.00 99.79 00:33:18 00:27:02 0 0.02 0.00 0.03 0.00 0.00 99.95 00:33:18 00:27:02 1 0.50 0.00 0.02 0.00 0.00 99.48 00:33:18 00:27:02 2 0.08 0.00 0.13 0.00 0.00 99.78 00:33:18 00:27:02 3 0.02 0.00 0.03 0.00 0.00 99.95 00:33:18 00:28:01 all 0.20 0.00 0.04 0.00 0.00 99.76 00:33:18 00:28:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:33:18 00:28:01 1 0.56 0.00 0.03 0.00 0.00 99.41 00:33:18 00:28:01 2 0.12 0.00 0.05 0.00 0.00 99.83 00:33:18 00:28:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:33:18 00:29:01 all 0.15 0.00 0.06 0.00 0.00 99.79 00:33:18 00:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:33:18 00:29:01 1 0.52 0.00 0.05 0.00 0.00 99.43 00:33:18 00:29:01 2 0.07 0.00 0.13 0.00 0.00 99.80 00:33:18 00:29:01 3 0.00 0.00 0.03 0.00 0.00 99.97 00:33:18 00:30:01 all 0.17 0.00 0.08 0.00 0.00 99.75 00:33:18 00:30:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:33:18 00:30:01 1 0.53 0.00 0.05 0.00 0.00 99.42 00:33:18 00:30:01 2 0.05 0.00 0.18 0.00 0.00 99.77 00:33:18 00:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:33:18 00:31:01 all 0.12 0.00 0.08 0.00 0.00 99.80 00:33:18 00:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:33:18 00:31:01 1 0.33 0.00 0.08 0.00 0.00 99.58 00:33:18 00:31:01 2 0.10 0.00 0.17 0.00 0.00 99.73 00:33:18 00:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:33:18 00:32:01 all 11.93 0.00 8.94 4.83 0.07 74.23 00:33:18 00:32:01 0 11.99 0.00 10.49 4.24 0.07 73.21 00:33:18 00:32:01 1 12.87 0.00 8.27 4.24 0.05 74.58 00:33:18 00:32:01 2 11.45 0.00 8.54 7.26 0.10 72.65 00:33:18 00:32:01 3 11.41 0.00 8.49 3.56 0.05 76.49 00:33:18 00:33:01 all 13.67 0.00 10.25 3.56 0.07 72.45 00:33:18 00:33:01 0 14.30 0.00 11.29 3.29 0.07 71.05 00:33:18 00:33:01 1 12.91 0.00 9.79 2.28 0.09 74.93 00:33:18 00:33:01 2 14.24 0.00 9.87 3.88 0.05 71.96 00:33:18 00:33:01 3 13.21 0.00 10.04 4.80 0.09 71.86 00:33:18 Average: all 3.37 0.00 2.26 0.94 0.02 93.41 00:33:18 Average: 0 3.48 0.00 2.59 0.76 0.02 93.16 00:33:18 Average: 1 3.70 0.00 2.14 0.82 0.02 93.33 00:33:18 Average: 2 3.27 0.00 2.19 1.32 0.02 93.20 00:33:18 Average: 3 3.04 0.00 2.14 0.87 0.02 93.94 00:33:18 00:33:18 00:33:18