Pull request #899 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88cd3141a6a48c636225ba9a5751d79cd3e68367+86d8c8cfb612f93dc4efeca806267a6dc2c52eff (aa7411719e4e4cf5493dd8a516c12d31894de228) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1048395597543544857.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2381591410390655036.key > 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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git 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/PR-899/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-899/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8926395482054715212.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-899/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2318478010076269302.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3615432419689489517.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE 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/PR-899/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-899/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh990843062982289459.key > 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 Avoid second fetch Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 6a41506d72e8e131afc862d141935157bee59f41 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: app-functions-sdk 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1643 in /w/workspace/ndry_app-functions-sdk-go_PR-899 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-899 # 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.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/jenkins-gitclient-ssh6820373018592917096.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 86d8c8cfb612f93dc4efeca806267a6dc2c52eff into PR head commit 88cd3141a6a48c636225ba9a5751d79cd3e68367 Merge succeeded, producing 88cd3141a6a48c636225ba9a5751d79cd3e68367 Checking out Revision 88cd3141a6a48c636225ba9a5751d79cd3e68367 (PR-899) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/jenkins-gitclient-ssh7816003638994140979.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/899/head:refs/remotes/origin/PR-899 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88cd3141a6a48c636225ba9a5751d79cd3e68367 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/jenkins-gitclient-ssh1020964080539832681.key > git merge 86d8c8cfb612f93dc4efeca806267a6dc2c52eff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88cd3141a6a48c636225ba9a5751d79cd3e68367 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:43:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:43:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:43:32 ========================================================= 05:43:32 EdgeX Global Pipelines Version Info 05:43:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:43:33 ------------------- 05:43:33 stable info: 05:43:33 ------------------- 05:43:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:43:33 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:43:33 Message: update stable to v1.0.195 05:43:34 ------------------- 05:43:34 experimental info: 05:43:34 ------------------- 05:43:34 Commited By: **** collab-it+edgex@linuxfoundation.org 05:43:34 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:43:34 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:43:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 05:43:34 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 05:43:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:43:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:43:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:43:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:43:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-899 [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-899 [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-899 [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88cd3141a6a48c636225ba9a5751d79cd3e68367 [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88cd314 [Pipeline] echo 05:43:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:43:37 + git log --format=format:%s -1 88cd3141a6a48c636225ba9a5751d79cd3e68367 [Pipeline] echo 05:43:37 GIT_COMMIT: 88cd3141a6a48c636225ba9a5751d79cd3e68367, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 05:43:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:43:40 05:43:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:43:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:43:40 latest: Pulling from edgex-devops/git-semver 05:43:40 31603596830f: Pulling fs layer 05:43:40 54011a49482f: Pulling fs layer 05:43:40 a6820b24f6d8: Pulling fs layer 05:43:40 f581987b2513: Pulling fs layer 05:43:40 f581987b2513: Waiting 05:43:40 54011a49482f: Verifying Checksum 05:43:40 54011a49482f: Download complete 05:43:41 31603596830f: Verifying Checksum 05:43:41 31603596830f: Download complete 05:43:41 f581987b2513: Verifying Checksum 05:43:41 f581987b2513: Download complete 05:43:41 a6820b24f6d8: Verifying Checksum 05:43:41 a6820b24f6d8: Download complete 05:43:41 31603596830f: Pull complete 05:43:41 54011a49482f: Pull complete 05:43:41 a6820b24f6d8: Pull complete 05:43:41 f581987b2513: Pull complete 05:43:41 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:43:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:43:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:43:42 prd-centos7-docker-4c-2g-1643 does not seem to be running inside a container 05:43:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-899 -v /w/workspace/ndry_app-functions-sdk-go_PR-899:/w/workspace/ndry_app-functions-sdk-go_PR-899:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-899@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:43:43 $ docker top 8e700efcd934fb5599e46601a252d1ef4912bcfd9c2d25615bd6bd194052599e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:43:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:43 [ssh-agent] Looking for ssh-agent implementation... 05:43:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:43 $ docker exec 8e700efcd934fb5599e46601a252d1ef4912bcfd9c2d25615bd6bd194052599e ssh-agent 05:43:44 SSH_AUTH_SOCK=/tmp/ssh-CvmT1czW45Zz/agent.13 05:43:44 SSH_AGENT_PID=19 05:43:44 Running ssh-add (command line suppressed) 05:43:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/private_key_8109996115500325264.key (/w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/private_key_8109996115500325264.key) 05:43:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:44 + git tag --points-at HEAD [Pipeline] } 05:43:44 $ docker exec --env ******** --env ******** 8e700efcd934fb5599e46601a252d1ef4912bcfd9c2d25615bd6bd194052599e ssh-agent -k 05:43:44 unset SSH_AUTH_SOCK; 05:43:44 unset SSH_AGENT_PID; 05:43:44 echo Agent pid 19 killed; 05:43:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:43:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:44 [ssh-agent] Looking for ssh-agent implementation... 05:43:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:44 $ docker exec 8e700efcd934fb5599e46601a252d1ef4912bcfd9c2d25615bd6bd194052599e ssh-agent 05:43:44 SSH_AUTH_SOCK=/tmp/ssh-jbk9qEMBBlPb/agent.52 05:43:44 SSH_AGENT_PID=58 05:43:44 Running ssh-add (command line suppressed) 05:43:45 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/private_key_3345725838199257434.key (/w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/private_key_3345725838199257434.key) 05:43:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:45 + git semver init 05:43:45 # -> Open(): unable to determine branch for HEAD 05:43:45 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-899/.git 05:43:45 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-899 05:43:45 # $SEMVER_REMOTE_NAME = origin 05:43:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:43:45 # $SEMVER_USER_NAME = edgex-jenkins 05:43:45 # $SEMVER_BRANCH = PR-899 05:43:45 # $SEMVER_TEMP = /tmp/semver-947280420 05:43:45 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 05:43:47 # '/tmp/semver-947280420' -> '/w/workspace/ndry_app-functions-sdk-go_PR-899/.semver' 05:43:47 # -> Force: false 05:43:47 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-899/.semver [Pipeline] } 05:43:47 $ docker exec --env ******** --env ******** 8e700efcd934fb5599e46601a252d1ef4912bcfd9c2d25615bd6bd194052599e ssh-agent -k 05:43:47 unset SSH_AUTH_SOCK; 05:43:47 unset SSH_AGENT_PID; 05:43:47 echo Agent pid 58 killed; 05:43:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:43:47 + git semver [Pipeline] } 05:43:47 $ docker stop --time=1 8e700efcd934fb5599e46601a252d1ef4912bcfd9c2d25615bd6bd194052599e 05:43:49 $ docker rm -f 8e700efcd934fb5599e46601a252d1ef4912bcfd9c2d25615bd6bd194052599e [Pipeline] // withDockerContainer [Pipeline] sh 05:43:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:43:50 Stashed 1 file(s) [Pipeline] echo 05:43:50 [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 05:44:05 Still waiting to schedule task 05:44:05 ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ 05:44:05 ‘prd-centos7-docker-4c-2g-1642’ is offline 05:44:05 ‘prd-centos7-docker-4c-2g-1644’ is offline 05:44:05 Still waiting to schedule task 05:44:05 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1641’ 05:47:30 Running on prd-centos7-docker-4c-2g-1646 in /w/workspace/ndry_app-functions-sdk-go_PR-899 [Pipeline] { [Pipeline] ws 05:47:30 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 05:47:30 The recommended git tool is: git 05:47:35 using credential edgex-jenkins-ssh 05:47:35 Cloning the remote Git repository 05:47:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1645 in /w/workspace/ndry_app-functions-sdk-go_PR-899 [Pipeline] { [Pipeline] ws 05:47:36 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { 05:47:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 05:47:35 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 05:47:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 05:47:35 > git --version # timeout=10 05:47:35 > git --version # 'git version 2.24.4' 05:47:35 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:35 [INFO] Currently running in a labeled security context 05:47:35 [INFO] Currently SELinux is 'enforcing' on the host 05:47:35 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/1@tmp/jenkins-gitclient-ssh1716078775079739285.key 05:47:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] checkout 05:47:36 The recommended git tool is: git 05:47:37 Merging remotes/origin/master commit 86d8c8cfb612f93dc4efeca806267a6dc2c52eff into PR head commit 88cd3141a6a48c636225ba9a5751d79cd3e68367 05:47:37 Merge succeeded, producing 88cd3141a6a48c636225ba9a5751d79cd3e68367 05:47:37 Checking out Revision 88cd3141a6a48c636225ba9a5751d79cd3e68367 (PR-899) 05:47:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 05:47:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:47:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 05:47:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 05:47:36 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:36 [INFO] Currently running in a labeled security context 05:47:36 [INFO] Currently SELinux is 'enforcing' on the host 05:47:36 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/1@tmp/jenkins-gitclient-ssh8709096819188062205.key 05:47:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/899/head:refs/remotes/origin/PR-899 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:47:37 > git config core.sparsecheckout # timeout=10 05:47:37 > git checkout -f 88cd3141a6a48c636225ba9a5751d79cd3e68367 # timeout=10 05:47:37 > git remote # timeout=10 05:47:37 > git config --get remote.origin.url # timeout=10 05:47:37 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:37 [INFO] Currently running in a labeled security context 05:47:37 [INFO] Currently SELinux is 'enforcing' on the host 05:47:37 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/1@tmp/jenkins-gitclient-ssh2886798357604253900.key 05:47:37 > git merge 86d8c8cfb612f93dc4efeca806267a6dc2c52eff # timeout=10 05:47:37 > git rev-parse HEAD^{commit} # timeout=10 05:47:37 > git config core.sparsecheckout # timeout=10 05:47:37 > git checkout -f 88cd3141a6a48c636225ba9a5751d79cd3e68367 # timeout=10 05:47:41 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 05:47:41 > git --version # timeout=10 05:47:41 > git --version # 'git version 2.24.4' 05:47:41 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 05:47:41 using credential edgex-jenkins-ssh 05:47:41 Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:47:41 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 05:47:41 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 05:47:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 05:47:41 > git --version # timeout=10 05:47:41 > git --version # 'git version 2.17.1' 05:47:41 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:47:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:47:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:47:43 + sudo service docker restart 05:47:43 + true 05:47:43 Redirecting to /bin/systemctl restart docker.service 05:47:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 05:47:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:47:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 05:47:44 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 05:47:44 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/899/head:refs/remotes/origin/PR-899 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:47:45 Merging remotes/origin/master commit 86d8c8cfb612f93dc4efeca806267a6dc2c52eff into PR head commit 88cd3141a6a48c636225ba9a5751d79cd3e68367 05:47:45 Merge succeeded, producing 88cd3141a6a48c636225ba9a5751d79cd3e68367 05:47:45 Checking out Revision 88cd3141a6a48c636225ba9a5751d79cd3e68367 (PR-899) 05:47:45 > git config core.sparsecheckout # timeout=10 05:47:45 > git checkout -f 88cd3141a6a48c636225ba9a5751d79cd3e68367 # timeout=10 05:47:45 > git remote # timeout=10 05:47:45 > git config --get remote.origin.url # timeout=10 05:47:45 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:45 > git merge 86d8c8cfb612f93dc4efeca806267a6dc2c52eff # timeout=10 05:47:45 > git rev-parse HEAD^{commit} # timeout=10 05:47:45 > git config core.sparsecheckout # timeout=10 05:47:45 > git checkout -f 88cd3141a6a48c636225ba9a5751d79cd3e68367 # timeout=10 05:47:49 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 05:47:49 > git --version # timeout=10 05:47:49 > git --version # 'git version 2.17.1' 05:47:49 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:47:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:47:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:47:54 + sudo service docker restart 05:47:54 + true [Pipeline] unstash [Pipeline] echo 05:48:02 ========================================================= 05:48:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:48:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:48:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:48:03 Sending build context to Docker daemon 19.81MB 05:48:03 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 05:48:03 Step 2/8 : FROM ${BASE} 05:48:03 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:48:03 540db60ca938: Pulling fs layer 05:48:03 adcc1eea9eea: Pulling fs layer 05:48:03 4c4ab2625f07: Pulling fs layer 05:48:03 0510c868ecb4: Pulling fs layer 05:48:03 afea3b2eda06: Pulling fs layer 05:48:03 7809a108b3ef: Pulling fs layer 05:48:03 f706445af74f: Pulling fs layer 05:48:03 0510c868ecb4: Waiting 05:48:03 afea3b2eda06: Waiting 05:48:03 7809a108b3ef: Waiting 05:48:03 f706445af74f: Waiting 05:48:03 4c4ab2625f07: Verifying Checksum 05:48:03 4c4ab2625f07: Download complete 05:48:03 adcc1eea9eea: Verifying Checksum 05:48:03 adcc1eea9eea: Download complete 05:48:03 afea3b2eda06: Verifying Checksum 05:48:03 afea3b2eda06: Download complete 05:48:03 7809a108b3ef: Download complete 05:48:03 540db60ca938: Verifying Checksum 05:48:03 540db60ca938: Download complete 05:48:04 540db60ca938: Pull complete 05:48:04 adcc1eea9eea: Pull complete 05:48:04 4c4ab2625f07: Pull complete 05:48:05 f706445af74f: Verifying Checksum 05:48:05 f706445af74f: Download complete 05:48:06 0510c868ecb4: Verifying Checksum 05:48:06 0510c868ecb4: Download complete 05:48:10 0510c868ecb4: Pull complete 05:48:10 afea3b2eda06: Pull complete 05:48:10 7809a108b3ef: Pull complete 05:48:12 f706445af74f: Pull complete 05:48:12 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:48:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:48:12 ---> b068be0155e3 05:48:12 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 05:48:12 20.10.0: Pulling from library/docker [Pipeline] unstash 05:48:12 05e7bc50f07f: Pulling fs layer 05:48:12 6db28d0fdbf6: Pulling fs layer 05:48:12 292df0bc6bf3: Pulling fs layer 05:48:12 2e060f4bd70b: Pulling fs layer 05:48:12 80e8d568a223: Pulling fs layer 05:48:12 8dc6ef1a942a: Pulling fs layer 05:48:12 2312dd95470a: Pulling fs layer 05:48:12 80e8d568a223: Waiting 05:48:12 8dc6ef1a942a: Waiting 05:48:12 2312dd95470a: Waiting 05:48:12 2e060f4bd70b: Waiting 05:48:13 292df0bc6bf3: Verifying Checksum 05:48:13 292df0bc6bf3: Download complete [Pipeline] echo 05:48:13 ========================================================= 05:48:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:48:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:48:13 6db28d0fdbf6: Verifying Checksum 05:48:13 6db28d0fdbf6: Download complete 05:48:13 05e7bc50f07f: Verifying Checksum 05:48:13 05e7bc50f07f: Download complete 05:48:13 80e8d568a223: Verifying Checksum 05:48:13 80e8d568a223: Download complete 05:48:13 8dc6ef1a942a: Verifying Checksum 05:48:13 8dc6ef1a942a: Download complete 05:48:13 05e7bc50f07f: Pull complete 05:48:13 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 05:48:13 2312dd95470a: Verifying Checksum 05:48:13 2312dd95470a: Download complete 05:48:14 6db28d0fdbf6: Pull complete 05:48:14 292df0bc6bf3: Pull complete 05:48:14 Sending build context to Docker daemon 19.81MB 05:48:14 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 05:48:14 Step 2/8 : FROM ${BASE} 05:48:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:48:15 595b0fe564bb: Pulling fs layer 05:48:15 3088b5b3c5c0: Pulling fs layer 05:48:15 5b7225fbf94c: Pulling fs layer 05:48:15 ba82ee9f976e: Pulling fs layer 05:48:15 506bd15cee9f: Pulling fs layer 05:48:15 75a0a4a0db45: Pulling fs layer 05:48:15 618dc40b7e24: Pulling fs layer 05:48:15 506bd15cee9f: Waiting 05:48:15 75a0a4a0db45: Waiting 05:48:15 ba82ee9f976e: Waiting 05:48:15 618dc40b7e24: Waiting 05:48:15 5b7225fbf94c: Verifying Checksum 05:48:15 5b7225fbf94c: Download complete 05:48:15 3088b5b3c5c0: Verifying Checksum 05:48:15 3088b5b3c5c0: Download complete 05:48:15 506bd15cee9f: Verifying Checksum 05:48:15 506bd15cee9f: Download complete 05:48:15 75a0a4a0db45: Verifying Checksum 05:48:15 75a0a4a0db45: Download complete 05:48:15 595b0fe564bb: Verifying Checksum 05:48:15 595b0fe564bb: Download complete 05:48:16 595b0fe564bb: Pull complete 05:48:16 3088b5b3c5c0: Pull complete 05:48:17 5b7225fbf94c: Pull complete 05:48:17 618dc40b7e24: Verifying Checksum 05:48:17 618dc40b7e24: Download complete 05:48:18 2e060f4bd70b: Verifying Checksum 05:48:18 2e060f4bd70b: Download complete 05:48:19 ba82ee9f976e: Verifying Checksum 05:48:19 ba82ee9f976e: Download complete 05:48:22 2e060f4bd70b: Pull complete 05:48:22 80e8d568a223: Pull complete 05:48:22 8dc6ef1a942a: Pull complete 05:48:22 2312dd95470a: Pull complete 05:48:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 05:48:22 Status: Downloaded newer image for docker:20.10.0 05:48:29 ---> db13ebb9e9ed 05:48:29 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:48:29 ---> Running in 8d9aceec68e5 05:48:29 Removing intermediate container 8d9aceec68e5 05:48:29 ---> af9909ffc0ac 05:48:29 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 05:48:29 ---> Running in 438696716c7a 05:48:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:48:29 ba82ee9f976e: Pull complete 05:48:29 506bd15cee9f: Pull complete 05:48:29 75a0a4a0db45: Pull complete 05:48:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:48:30 (1/5) Installing libsodium (1.0.18-r0) 05:48:30 (2/5) Installing libzmq (4.3.3-r1) 05:48:30 (3/5) Installing pkgconf (1.7.3-r0) 05:48:31 (4/5) Installing libsodium-dev (1.0.18-r0) 05:48:31 (5/5) Installing zeromq-dev (4.3.3-r1) 05:48:31 Executing busybox-1.32.1-r6.trigger 05:48:31 OK: 150 MiB in 45 packages 05:48:32 Removing intermediate container 438696716c7a 05:48:32 ---> c53c6a141c49 05:48:32 Step 6/8 : WORKDIR /build 05:48:32 ---> Running in e39a282771f3 05:48:32 Removing intermediate container e39a282771f3 05:48:32 ---> fd0763c12f71 05:48:32 Step 7/8 : COPY go.mod . 05:48:32 ---> 0126ca5b573f 05:48:32 Step 8/8 : RUN go mod download 05:48:32 ---> Running in 9b675a175f67 05:48:34 618dc40b7e24: Pull complete 05:48:34 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 05:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:48:34 ---> a36622ca3599 05:48:34 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 05:48:34 20.10.0: Pulling from library/docker 05:48:34 a3cc7d3b244e: Pulling fs layer 05:48:34 02a3295e0d61: Pulling fs layer 05:48:34 0f4f2e6d8100: Pulling fs layer 05:48:34 330b718f631f: Pulling fs layer 05:48:34 a93816041522: Pulling fs layer 05:48:34 bdb6da89ff94: Pulling fs layer 05:48:34 2a70c0c122f4: Pulling fs layer 05:48:34 330b718f631f: Waiting 05:48:34 a93816041522: Waiting 05:48:34 bdb6da89ff94: Waiting 05:48:34 2a70c0c122f4: Waiting 05:48:34 0f4f2e6d8100: Verifying Checksum 05:48:34 0f4f2e6d8100: Download complete 05:48:34 02a3295e0d61: Verifying Checksum 05:48:34 02a3295e0d61: Download complete 05:48:34 a3cc7d3b244e: Verifying Checksum 05:48:34 a3cc7d3b244e: Download complete 05:48:34 a93816041522: Download complete 05:48:34 bdb6da89ff94: Verifying Checksum 05:48:34 bdb6da89ff94: Download complete 05:48:34 2a70c0c122f4: Verifying Checksum 05:48:34 2a70c0c122f4: Download complete 05:48:35 a3cc7d3b244e: Pull complete 05:48:36 02a3295e0d61: Pull complete 05:48:36 0f4f2e6d8100: Pull complete 05:48:39 330b718f631f: Verifying Checksum 05:48:39 330b718f631f: Download complete 05:48:44 330b718f631f: Pull complete 05:48:44 a93816041522: Pull complete 05:48:44 bdb6da89ff94: Pull complete 05:48:44 2a70c0c122f4: Pull complete 05:48:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 05:48:44 Status: Downloaded newer image for docker:20.10.0 05:48:49 ---> b0f7a3375b65 05:48:49 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:48:49 ---> Running in a276ee1f8c82 05:48:50 Removing intermediate container a276ee1f8c82 05:48:50 ---> 8ea83e1eff5e 05:48:50 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 05:48:52 ---> Running in e2ae7f449cce 05:48:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:48:52 Removing intermediate container 9b675a175f67 05:48:52 ---> 732af661d85d 05:48:52 Successfully built 732af661d85d 05:48:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:48:52 + docker inspect -f . ci-base-image-x86_64 05:48:52 . [Pipeline] withDockerContainer 05:48:52 prd-centos7-docker-4c-2g-1646 does not seem to be running inside a container 05:48:52 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:48:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:48:52 $ docker top ffadad0e1bfc225a65f4107aaa62729ade27725d95a147fc8171a969f5e3b4e8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:48:53 + go version 05:48:53 go version go1.16.3 linux/amd64 [Pipeline] } 05:48:53 $ docker stop --time=1 ffadad0e1bfc225a65f4107aaa62729ade27725d95a147fc8171a969f5e3b4e8 05:48:53 (1/5) Installing libsodium (1.0.18-r0) 05:48:53 (2/5) Installing libzmq (4.3.3-r1) 05:48:53 (3/5) Installing pkgconf (1.7.3-r0) 05:48:53 (4/5) Installing libsodium-dev (1.0.18-r0) 05:48:53 (5/5) Installing zeromq-dev (4.3.3-r1) 05:48:54 Executing busybox-1.32.1-r6.trigger 05:48:54 OK: 139 MiB in 45 packages 05:48:54 $ docker rm -f ffadad0e1bfc225a65f4107aaa62729ade27725d95a147fc8171a969f5e3b4e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 05:48:55 Removing intermediate container e2ae7f449cce 05:48:55 ---> 805983b124cf 05:48:55 Step 6/8 : WORKDIR /build [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:48:55 ---> Running in e8b735305433 05:48:55 + docker inspect -f . ci-base-image-x86_64 05:48:55 . [Pipeline] withDockerContainer 05:48:55 prd-centos7-docker-4c-2g-1646 does not seem to be running inside a container 05:48:55 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:48:55 Removing intermediate container e8b735305433 05:48:55 ---> d69b9342120b 05:48:55 Step 7/8 : COPY go.mod . 05:48:56 $ docker top 87793457b7f77b58b29bc279c1f351a568cb51c2fbc0a99c2a9007b8db4e78a7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:48:56 ---> 8ac5e760fa45 05:48:56 Step 8/8 : RUN go mod download 05:48:56 + go mod tidy 05:48:56 ---> Running in 44e9c21ce0bc [Pipeline] sh 05:48:57 + make test 05:48:57 make -C ./app-service-template build 05:48:57 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:48:57 go mod tidy 05:48:57 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 05:49:09 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:49:09 make -C ./app-service-template test 05:49:09 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:49:09 go mod tidy 05:49:09 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 05:49:19 ok new-app-service 0.019s coverage: 47.8% of statements 05:49:19 ? new-app-service/config [no test files] 05:49:19 ok new-app-service/functions 0.009s 05:49:19 CGO_ENABLED=1 go vet ./... 05:49:21 Removing intermediate container 44e9c21ce0bc 05:49:21 ---> c102a7116817 05:49:21 Successfully built c102a7116817 05:49:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:49:21 + docker inspect -f . ci-base-image-arm64 05:49:21 . [Pipeline] withDockerContainer 05:49:21 prd-ubuntu18.04-docker-arm64-4c-16g-1645 does not seem to be running inside a container 05:49:21 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:49:23 $ docker top a40e3880e82c9b41a8217f7b3389af02a0805f54c0236114b15fbe8989a05091 -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:24 + go version 05:49:24 go version go1.16.5 linux/arm64 [Pipeline] } 05:49:24 $ docker stop --time=1 a40e3880e82c9b41a8217f7b3389af02a0805f54c0236114b15fbe8989a05091 05:49:26 $ docker rm -f a40e3880e82c9b41a8217f7b3389af02a0805f54c0236114b15fbe8989a05091 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:49:27 + docker inspect -f . ci-base-image-arm64 05:49:27 . [Pipeline] withDockerContainer 05:49:28 prd-ubuntu18.04-docker-arm64-4c-16g-1645 does not seem to be running inside a container 05:49:28 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:49:28 gofmt -l . 05:49:28 [ "`gofmt -l .`" = "" ] 05:49:28 ./bin/test-attribution-txt.sh 05:49:28 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:49:28 go mod tidy 05:49:28 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:49:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 05:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.017s coverage: 63.6% of statements 05:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.012s coverage: 96.5% of statements 05:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 05:49:29 $ docker top d7c25664b176a0b281866bc2f901411e5e45a16f3f606d968b4e6cf289dedb1f -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.016s coverage: 61.8% of statements 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 05:49:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.008s 05:49:30 + go mod tidy 05:49:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.024s coverage: 74.5% of statements 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 05:49:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.007s coverage: 97.1% of statements 05:49:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [Pipeline] sh 05:49:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.008s coverage: 10.5% of statements 05:49:31 + make test 05:49:31 make -C ./app-service-template build 05:49:31 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:49:31 go mod tidy 05:49:32 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 05:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.738s coverage: 76.1% of statements 05:49:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 05:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.012s coverage: 12.5% of statements 05:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.012s coverage: 27.3% of statements 05:49:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 05:49:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 05:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.009s coverage: 51.4% of statements 05:50:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.129s coverage: 78.0% of statements 05:50:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.008s coverage: 94.4% of statements 05:50:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:50:01 gofmt -l . 05:50:01 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:50:01 $ docker stop --time=1 87793457b7f77b58b29bc279c1f351a568cb51c2fbc0a99c2a9007b8db4e78a7 05:50:03 $ docker rm -f 87793457b7f77b58b29bc279c1f351a568cb51c2fbc0a99c2a9007b8db4e78a7 [Pipeline] // withDockerContainer [Pipeline] sh 05:50:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:50:03 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:50:05 ---> job-cost.sh 05:50:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Tv1k 05:50:11 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:50:11 make -C ./app-service-template test 05:50:11 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:50:11 go mod tidy 05:50:11 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 05:50:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:50:30 lf-activate-venv(): INFO: Adding /tmp/venv-Tv1k/bin to PATH 05:50:30 INFO: No Stack... 05:50:30 INFO: Retrieving Pricing Info for: v3-standard-2 05:50:30 INFO: Archiving Costs [Pipeline] sh 05:50:30 + cat /w/workspace/app-functions-sdk-go/1/archives/cost.csv 05:50:30 + cut -d, -f6 [Pipeline] lock 05:50:30 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] 05:50:30 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] did not exist. Created. 05:50:30 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:50:30 + echo total: 0.05999999865889549 [Pipeline] stash 05:50:31 Stashed 1 file(s) [Pipeline] } 05:50:31 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:50:38 ok new-app-service 0.042s coverage: 47.8% of statements 05:50:38 ? new-app-service/config [no test files] 05:50:38 ok new-app-service/functions 0.048s 05:50:38 CGO_ENABLED=1 go vet ./... 05:51:01 gofmt -l . 05:51:01 [ "`gofmt -l .`" = "" ] 05:51:01 ./bin/test-attribution-txt.sh 05:51:02 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 05:51:02 go mod tidy 05:51:03 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:51:05 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 05:51:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.106s coverage: 63.6% of statements 05:51:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.082s coverage: 96.5% of statements 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 05:51:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.108s coverage: 61.8% of statements 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 05:51:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.066s 05:51:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.114s coverage: 74.5% of statements 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 05:51:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.054s coverage: 97.1% of statements 05:51:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 05:51:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.123s coverage: 10.5% of statements 05:51:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.861s coverage: 76.1% of statements 05:51:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 05:51:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.081s coverage: 12.5% of statements 05:51:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.117s coverage: 27.3% of statements 05:51:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 05:51:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 05:51:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.039s coverage: 51.4% of statements 05:51:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.109s coverage: 78.0% of statements 05:51:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.038s coverage: 94.4% of statements 05:51:49 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:51:51 gofmt -l . 05:51:51 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:51:51 $ docker stop --time=1 d7c25664b176a0b281866bc2f901411e5e45a16f3f606d968b4e6cf289dedb1f 05:51:53 $ docker rm -f d7c25664b176a0b281866bc2f901411e5e45a16f3f606d968b4e6cf289dedb1f [Pipeline] // withDockerContainer [Pipeline] sh 05:51:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:51:54 Warning: overwriting stash ‘coverage-report’ 05:51:55 Stashed 2 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 Post stage [Pipeline] libraryResource [Pipeline] sh 05:51:56 ---> job-cost.sh 05:51:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1sxM 05:52:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:53:57 lf-activate-venv(): INFO: Adding /tmp/venv-1sxM/bin to PATH 05:53:57 INFO: No Stack... 05:53:57 INFO: Retrieving Pricing Info for: v2-standard-4 05:53:57 INFO: Archiving Costs [Pipeline] sh 05:53:57 + cat /w/workspace/app-functions-sdk-go/1/archives/cost.csv 05:53:57 + cut -d, -f6 [Pipeline] lock 05:53:57 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] 05:53:57 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] did not exist. Created. 05:53:57 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:54:00 /w/workspace/app-functions-sdk-go/1@tmp/durable-f53ccd40/script.sh: 1: /w/workspace/app-functions-sdk-go/1@tmp/durable-f53ccd40/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:54:00 + echo total: 0.18000000715255737 [Pipeline] stash 05:54:00 Warning: overwriting stash ‘stack-cost’ 05:54:01 Stashed 1 file(s) [Pipeline] } 05:54:01 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-899-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:54:02 provisioning config files... 05:54:02 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/config6577821194891955045tmp [Pipeline] { [Pipeline] sh 05:54:02 + set +x 05:54:02 + bash -s -- 05:54:02 + curl -s https://codecov.io/bash 05:54:02 05:54:02 _____ _ 05:54:02 / ____| | | 05:54:02 | | ___ __| | ___ ___ _____ __ 05:54:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:54:02 | |___| (_) | (_| | __/ (_| (_) \ V / 05:54:02 \_____\___/ \__,_|\___|\___\___/ \_/ 05:54:02 Bash-1.0.3 05:54:02 05:54:02 05:54:02 ==> git version 2.24.4 found 05:54:02 ==> 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 05:54:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:54:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:54:02 ==> Jenkins CI detected. 05:54:02 project root: . 05:54:02 --> token set from env 05:54:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:54:02 ==> Running gcov in . (disable via -X gcov) 05:54:02 ==> Python coveragepy not found 05:54:02 ==> Searching for coverage reports in: 05:54:02 + . 05:54:02 -> Found 2 reports 05:54:02 ==> Detecting git/mercurial file structure 05:54:02 ==> Reading reports 05:54:02 + ./app-service-template/coverage.out bytes=1055 05:54:02 + ./coverage.out bytes=95090 05:54:02 ==> Appending adjustments 05:54:02 https://docs.codecov.io/docs/fixing-reports 05:54:03 + Found adjustments 05:54:03 ==> Gzipping contents 05:54:03 20K /tmp/codecov.y9cnLY.gz 05:54:03 ==> Uploading reports 05:54:03 url: https://codecov.io 05:54:03 query: branch=PR-899&commit=88cd3141a6a48c636225ba9a5751d79cd3e68367&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-899%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=899&job=&cmd_args= 05:54:03 -> Pinging Codecov 05:54:03 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-899&commit=88cd3141a6a48c636225ba9a5751d79cd3e68367&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-899%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=899&job=&cmd_args= 05:54:05 -> Uploading to 05:54:05 https://storage.googleapis.com/codecov/v4/raw/2021-06-16/3D8B5DFFC46A037C893635FACE044666/88cd3141a6a48c636225ba9a5751d79cd3e68367/32813544-ba74-465b-9f06-cb2b2adc09a3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210616%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210616T055404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4dee9fe395af0e66e3b839e9e4a0e2bf8a491186e64e04fd392c9bd114a0809d 05:54:05 % Total % Received % Xferd Average Speed Time Time Time Current 05:54:05 Dload Upload Total Spent Left Speed 05:54:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16824 0 0 100 16824 0 40322 --:--:-- --:--:-- --:--:-- 40345 05:54:05 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/88cd3141a6a48c636225ba9a5751d79cd3e68367 [Pipeline] } 05:54:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 05:54:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:54:08 ---> package-listing.sh 05:54:08 ++ facter osfamily 05:54:08 ++ tr '[:upper:]' '[:lower:]' 05:54:08 + OS_FAMILY=redhat 05:54:08 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-899 05:54:08 + START_PACKAGES=/tmp/packages_start.txt 05:54:08 + END_PACKAGES=/tmp/packages_end.txt 05:54:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:54:08 + PACKAGES=/tmp/packages_start.txt 05:54:08 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-899 ']' 05:54:08 + PACKAGES=/tmp/packages_end.txt 05:54:08 + case "${OS_FAMILY}" in 05:54:08 + sort 05:54:08 + rpm -qa 05:54:09 + '[' -f /tmp/packages_start.txt ']' 05:54:09 + '[' -f /tmp/packages_end.txt ']' 05:54:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:54:09 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-899 ']' 05:54:09 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-899/archives/ 05:54:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-899/archives/ [Pipeline] echo 05:54:09 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-899/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:54:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:54:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:54:10 05:54:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:54:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:54:10 alpine: Pulling from edgex-lftools-log-publisher 05:54:10 df20fa9351a1: Pulling fs layer 05:54:10 36b3adc4ff6f: Pulling fs layer 05:54:10 8ad3a11d3b57: Pulling fs layer 05:54:10 46f8f816bc3b: Pulling fs layer 05:54:10 93b61091891f: Pulling fs layer 05:54:10 93b9cdb0e59b: Pulling fs layer 05:54:10 5e14af77c1be: Pulling fs layer 05:54:10 01666e4c0597: Pulling fs layer 05:54:10 aa168da1d23b: Pulling fs layer 05:54:10 46f8f816bc3b: Waiting 05:54:10 93b61091891f: Waiting 05:54:10 93b9cdb0e59b: Waiting 05:54:10 5e14af77c1be: Waiting 05:54:10 01666e4c0597: Waiting 05:54:10 aa168da1d23b: Waiting 05:54:10 36b3adc4ff6f: Verifying Checksum 05:54:10 36b3adc4ff6f: Download complete 05:54:10 46f8f816bc3b: Verifying Checksum 05:54:10 46f8f816bc3b: Download complete 05:54:10 df20fa9351a1: Verifying Checksum 05:54:10 df20fa9351a1: Download complete 05:54:10 93b9cdb0e59b: Verifying Checksum 05:54:10 93b9cdb0e59b: Download complete 05:54:10 93b61091891f: Verifying Checksum 05:54:10 93b61091891f: Download complete 05:54:10 5e14af77c1be: Verifying Checksum 05:54:10 5e14af77c1be: Download complete 05:54:10 01666e4c0597: Verifying Checksum 05:54:10 01666e4c0597: Download complete 05:54:10 8ad3a11d3b57: Verifying Checksum 05:54:10 8ad3a11d3b57: Download complete 05:54:10 df20fa9351a1: Pull complete 05:54:11 36b3adc4ff6f: Pull complete 05:54:11 8ad3a11d3b57: Pull complete 05:54:11 46f8f816bc3b: Pull complete 05:54:11 93b61091891f: Pull complete 05:54:12 93b9cdb0e59b: Pull complete 05:54:12 5e14af77c1be: Pull complete 05:54:12 01666e4c0597: Pull complete 05:54:12 aa168da1d23b: Verifying Checksum 05:54:12 aa168da1d23b: Download complete 05:54:17 aa168da1d23b: Pull complete 05:54:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:54:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:54:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:54:17 prd-centos7-docker-4c-2g-1643 does not seem to be running inside a container 05:54:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-899/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-899 -v /w/workspace/ndry_app-functions-sdk-go_PR-899:/w/workspace/ndry_app-functions-sdk-go_PR-899:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-899@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:54:19 $ docker top 150be6b5b543fe4377df5a36d595f6f7244c3d156e092f6050c0e55b79bae5ad -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:20 + touch /tmp/pre-build-complete [Pipeline] sh 05:54:20 + mkdir -p /var/log/sa [Pipeline] sh 05:54:20 + ls /var/log/sa-host 05:54:20 + sadf -c /var/log/sa-host/sa05 05:54:20 file_magic: OK 05:54:20 HZ: Using current value: 100 05:54:20 file_header: OK 05:54:20 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 05:54:20 Statistics: 05:54:20 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:54:20 File successfully converted to sysstat format version 12.2.1 05:54:20 + sadf -c /var/log/sa-host/sa16 05:54:20 file_magic: OK 05:54:20 HZ: Using current value: 100 05:54:20 file_header: OK 05:54:20 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 05:54:20 Statistics: 05:54:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:54:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:54:21 provisioning config files... 05:54:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-899@tmp/config8288218393061163210tmp [Pipeline] { [Pipeline] echo 05:54:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:54:21 ---> create-netrc.sh [Pipeline] } 05:54:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:54:23 ---> python-tools-install.sh [Pipeline] echo 05:54:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:54:24 ---> sudo-logs.sh 05:54:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:54:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:54:24 ---> job-cost.sh 05:54:24 lf-activate-venv: SKIPPING 05:54:24 DEBUG: total: 0.18000000715255737 05:54:24 INFO: Retrieving Stack Cost... 05:54:25 INFO: Retrieving Pricing Info for: v3-standard-2 05:54:26 INFO: Archiving Costs [Pipeline] echo 05:54:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:54:26 ---> logs-deploy.sh 05:54:26 lf-activate-venv: SKIPPING 05:54:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-899/1 05:54:26 INFO: archiving workspace using pattern(s): 05:54:27 Archives upload complete. 05:54:27 INFO: archiving logs to Nexus 05:54:28 ---> uname -a: 05:54:28 Linux prd-centos7-docker-4c-2g-1643.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 05:54:28 05:54:28 05:54:28 ---> lscpu: 05:54:28 Architecture: x86_64 05:54:28 CPU op-mode(s): 32-bit, 64-bit 05:54:28 Byte Order: Little Endian 05:54:28 Address sizes: 40 bits physical, 48 bits virtual 05:54:28 CPU(s): 2 05:54:28 On-line CPU(s) list: 0,1 05:54:28 Thread(s) per core: 1 05:54:28 Core(s) per socket: 1 05:54:28 Socket(s): 2 05:54:28 NUMA node(s): 1 05:54:28 Vendor ID: AuthenticAMD 05:54:28 CPU family: 23 05:54:28 Model: 49 05:54:28 Model name: AMD EPYC-Rome Processor 05:54:28 Stepping: 0 05:54:28 CPU MHz: 2800.000 05:54:28 BogoMIPS: 5600.00 05:54:28 Virtualization: AMD-V 05:54:28 Hypervisor vendor: KVM 05:54:28 Virtualization type: full 05:54:28 L1d cache: 64 KiB 05:54:28 L1i cache: 64 KiB 05:54:28 L2 cache: 1 MiB 05:54:28 L3 cache: 32 MiB 05:54:28 NUMA node0 CPU(s): 0,1 05:54:28 Vulnerability Itlb multihit: Not affected 05:54:28 Vulnerability L1tf: Not affected 05:54:28 Vulnerability Mds: Not affected 05:54:28 Vulnerability Meltdown: Not affected 05:54:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:54:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:54:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:54:28 Vulnerability Srbds: Not affected 05:54:28 Vulnerability Tsx async abort: Not affected 05:54:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 05:54:28 05:54:28 05:54:28 ---> nproc: 05:54:28 2 05:54:28 05:54:28 05:54:28 ---> df -h: 05:54:28 Filesystem Size Used Available Use% Mounted on 05:54:28 overlay 40.0G 7.6G 32.4G 19% / 05:54:28 tmpfs 64.0M 0 64.0M 0% /dev 05:54:28 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:54:28 shm 64.0M 0 64.0M 0% /dev/shm 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/ndry_app-functions-sdk-go_PR-899 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/ndry_app-functions-sdk-go_PR-899@tmp 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 05:54:28 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 05:54:28 05:54:28 05:54:28 ---> free -m: 05:54:28 total used free shared buff/cache available 05:54:28 Mem: 7821 982 4709 0 2129 6661 05:54:28 Swap: 1023 0 1023 05:54:28 05:54:28 05:54:28 ---> ip addr: 05:54:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:54:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:54:28 inet 127.0.0.1/8 scope host lo 05:54:28 valid_lft forever preferred_lft forever 05:54:28 inet6 ::1/128 scope host 05:54:28 valid_lft forever preferred_lft forever 05:54:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:54:28 link/ether fa:16:3e:3a:2c:bc brd ff:ff:ff:ff:ff:ff 05:54:28 inet 10.30.123.156/23 brd 10.30.123.255 scope global dynamic eth0 05:54:28 valid_lft 85711sec preferred_lft 85711sec 05:54:28 inet6 fe80::f816:3eff:fe3a:2cbc/64 scope link 05:54:28 valid_lft forever preferred_lft forever 05:54:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:54:28 link/ether 02:42:17:b5:d2:c4 brd ff:ff:ff:ff:ff:ff 05:54:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:54:28 valid_lft forever preferred_lft forever 05:54:28 inet6 fe80::42:17ff:feb5:d2c4/64 scope link 05:54:28 valid_lft forever preferred_lft forever 05:54:28 05:54:28 05:54:28 ---> sar -b -r -n DEV: 05:54:28 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 05:54:28 05:54:28 05:42:49 LINUX RESTART (2 CPU) 05:54:28 05:54:28 05:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:54:28 05:45:01 2.00 0.00 2.00 0.00 0.00 46.63 0.00 05:54:28 05:46:01 0.42 0.00 0.42 0.00 0.00 5.98 0.00 05:54:28 05:47:01 0.30 0.00 0.30 0.00 0.00 3.60 0.00 05:54:28 05:48:01 0.18 0.00 0.18 0.00 0.00 2.97 0.00 05:54:28 05:49:01 0.37 0.00 0.37 0.00 0.00 5.21 0.00 05:54:28 05:50:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 05:54:28 05:51:01 0.15 0.00 0.15 0.00 0.00 2.05 0.00 05:54:28 05:52:01 0.28 0.00 0.28 0.00 0.00 4.03 0.00 05:54:28 05:53:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 05:54:28 05:54:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 05:54:28 Average: 0.44 0.00 0.44 0.00 0.00 7.91 0.00 05:54:28 05:54:28 05:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:54:28 05:45:01 5431404 0 802168 10.02 2620 1772748 1238592 13.67 591812 1586404 20 05:54:28 05:46:01 5434908 0 798656 9.97 2620 1772756 1205696 13.31 585960 1589120 12 05:54:28 05:47:01 5433372 0 800188 9.99 2620 1772760 1205696 13.31 587404 1589120 8 05:54:28 05:48:01 5432776 0 800776 10.00 2620 1772768 1205900 13.31 585248 1592512 8 05:54:28 05:49:01 5430196 0 803352 10.03 2620 1772772 1205852 13.31 587624 1592512 8 05:54:28 05:50:01 5428612 0 804936 10.05 2620 1772772 1205876 13.31 589028 1592512 8 05:54:28 05:51:01 5419740 0 813800 10.16 2620 1772780 1205696 13.31 597836 1592512 8 05:54:28 05:52:01 5417944 0 815592 10.18 2620 1772784 1205696 13.31 599740 1592512 8 05:54:28 05:53:01 5417152 0 816380 10.19 2620 1772788 1205828 13.31 602112 1590920 8 05:54:28 05:54:01 5417604 0 815924 10.19 2620 1772792 1205780 13.31 601876 1590920 8 05:54:28 Average: 5426371 0 807177 10.08 2620 1772772 1209061 13.35 592864 1590904 10 05:54:28 05:54:28 05:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:54:28 05:45:01 eth0 3.98 1.90 3.39 0.42 0.00 0.00 0.00 0.00 05:54:28 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:46:01 eth0 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:54:28 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:47:01 eth0 1.23 0.07 0.11 0.01 0.00 0.00 0.00 0.00 05:54:28 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:48:01 eth0 1.62 0.55 0.59 0.39 0.00 0.00 0.00 0.00 05:54:28 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:49:01 eth0 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 05:54:28 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:50:01 eth0 0.52 0.30 0.27 0.20 0.00 0.00 0.00 0.00 05:54:28 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:51:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:54:28 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:52:01 eth0 0.48 0.07 0.05 0.00 0.00 0.00 0.00 0.00 05:54:28 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:53:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 05:54:28 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:54:01 eth0 0.42 0.25 0.18 0.08 0.00 0.00 0.00 0.00 05:54:28 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 Average: eth0 0.94 0.38 0.50 0.14 0.00 0.00 0.00 0.00 05:54:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:28 05:54:28 05:54:28 ---> sar -P ALL: 05:54:28 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 05:54:28 05:54:28 05:42:49 LINUX RESTART (2 CPU) 05:54:28 05:54:28 05:44:01 CPU %user %nice %system %iowait %steal %idle 05:54:28 05:45:01 all 0.13 0.00 0.06 0.00 0.03 99.78 05:54:28 05:45:01 0 0.07 0.00 0.07 0.00 0.03 99.83 05:54:28 05:45:01 1 0.20 0.00 0.05 0.00 0.02 99.73 05:54:28 05:46:01 all 0.17 0.00 0.13 0.00 0.03 99.67 05:54:28 05:46:01 0 0.25 0.00 0.10 0.00 0.03 99.62 05:54:28 05:46:01 1 0.08 0.00 0.17 0.00 0.03 99.72 05:54:28 05:47:01 all 0.13 0.00 0.04 0.00 0.03 99.81 05:54:28 05:47:01 0 0.20 0.00 0.03 0.00 0.02 99.75 05:54:28 05:47:01 1 0.05 0.00 0.05 0.00 0.03 99.87 05:54:28 05:48:01 all 0.17 0.00 0.03 0.00 0.03 99.78 05:54:28 05:48:01 0 0.30 0.00 0.03 0.00 0.03 99.63 05:54:28 05:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:54:28 05:49:01 all 0.12 0.00 0.03 0.00 0.03 99.82 05:54:28 05:49:01 0 0.18 0.00 0.03 0.00 0.03 99.75 05:54:28 05:49:01 1 0.05 0.00 0.02 0.00 0.03 99.90 05:54:28 05:50:01 all 0.08 0.00 0.03 0.00 0.03 99.87 05:54:28 05:50:01 0 0.05 0.00 0.03 0.00 0.05 99.87 05:54:28 05:50:01 1 0.10 0.00 0.02 0.00 0.02 99.87 05:54:28 05:51:01 all 0.12 0.00 0.05 0.00 0.02 99.82 05:54:28 05:51:01 0 0.08 0.00 0.03 0.00 0.02 99.87 05:54:28 05:51:01 1 0.15 0.00 0.07 0.00 0.02 99.77 05:54:28 05:52:01 all 0.03 0.00 0.03 0.00 0.03 99.91 05:54:28 05:52:01 0 0.05 0.00 0.02 0.00 0.03 99.90 05:54:28 05:52:01 1 0.02 0.00 0.03 0.00 0.03 99.92 05:54:28 05:53:01 all 0.14 0.00 0.02 0.00 0.04 99.80 05:54:28 05:53:01 0 0.23 0.00 0.02 0.00 0.05 99.70 05:54:28 05:53:01 1 0.05 0.00 0.02 0.00 0.03 99.90 05:54:28 05:54:01 all 0.11 0.00 0.02 0.00 0.03 99.85 05:54:28 05:54:01 0 0.18 0.00 0.02 0.00 0.02 99.78 05:54:28 05:54:01 1 0.03 0.00 0.02 0.00 0.03 99.92 05:54:28 Average: all 0.12 0.00 0.04 0.00 0.03 99.81 05:54:28 Average: 0 0.16 0.00 0.04 0.00 0.03 99.77 05:54:28 Average: 1 0.08 0.00 0.05 0.00 0.03 99.85 05:54:28 05:54:28 05:54:28