Pull request #124 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 56afee60f47744720baa836efc6be2ae9b07808d+36f96dc01f0f062f25a64d6a8a14201b3aa7f12a (95781af2c48257f249bfe3504b7860eeb11fa145) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@159edb943e95985edc301876a10a671138d0d622 Attempting to resolve 159edb943e95985edc301876a10a671138d0d622 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 Could not find 159edb943e95985edc301876a10a671138d0d622 in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse 159edb943e95985edc301876a10a671138d0d622^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 159edb943e95985edc301876a10a671138d0d622 # timeout=10 Selected match: pr/264/head revision 159edb943e95985edc301876a10a671138d0d622 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 159edb943e95985edc301876a10a671138d0d622 (pr/264/head) > git config core.sparsecheckout # timeout=10 > git checkout -f 159edb943e95985edc301876a10a671138d0d622 # timeout=10 Commit message: "fix: trying previous docker based script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [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-service-configurable-settings PROJECT: app-service-configurable 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-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-9011’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-9012’ is offline; ‘prd-centos7-docker-4c-2g-9015’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8998’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9014’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9017 in /w/workspace/_app-service-configurable_PR-124 [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-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-124 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a into PR head commit 56afee60f47744720baa836efc6be2ae9b07808d > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.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-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56afee60f47744720baa836efc6be2ae9b07808d # timeout=10 Merge succeeded, producing f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 Checking out Revision f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 (PR-124) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 # timeout=10 Commit message: "Merge commit '36f96dc01f0f062f25a64d6a8a14201b3aa7f12a' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:10:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:10:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:10:57 ========================================================= 23:10:57 EdgeX Global Pipelines Version Info 23:10:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ce34c79cf5f08ae78959e83a603cdd0ab134b168 # timeout=10 23:10:59 ------------------- 23:10:59 stable info: 23:10:59 ------------------- 23:10:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:10:59 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 23:10:59 Message: update stable to v1.0.148 23:11:00 ------------------- 23:11:00 experimental info: 23:11:00 ------------------- 23:11:00 Commited By: **** collab-it+edgex@linuxfoundation.org 23:11:00 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 23:11:00 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:11:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 23:11:00 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 23:11:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 23:11:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:11:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-124 [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-124 [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-124 [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f2e565f [Pipeline] echo 23:11:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:11:04 + git log --format=format:%s -1 f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 [Pipeline] echo 23:11:04 GIT_COMMIT: f2e565f1610ec8fd4223ca17c219d0fa5c7238c7, Commit Message: Merge commit '36f96dc01f0f062f25a64d6a8a14201b3aa7f12a' into HEAD [Pipeline] echo 23:11:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:11:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:11:05 23:11:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:11:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:11:05 latest: Pulling from edgex-devops/git-semver 23:11:05 31603596830f: Pulling fs layer 23:11:05 2a8b12db71e7: Pulling fs layer 23:11:05 6ca5941a6612: Pulling fs layer 23:11:05 ecc8261a40a4: Pulling fs layer 23:11:05 ecc8261a40a4: Waiting 23:11:05 2a8b12db71e7: Verifying Checksum 23:11:05 2a8b12db71e7: Download complete 23:11:06 31603596830f: Verifying Checksum 23:11:06 31603596830f: Download complete 23:11:06 6ca5941a6612: Verifying Checksum 23:11:06 6ca5941a6612: Download complete 23:11:06 ecc8261a40a4: Verifying Checksum 23:11:06 ecc8261a40a4: Download complete 23:11:06 31603596830f: Pull complete 23:11:06 2a8b12db71e7: Pull complete 23:11:07 6ca5941a6612: Pull complete 23:11:07 ecc8261a40a4: Pull complete 23:11:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:11:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:11:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:11:07 prd-centos7-docker-4c-2g-9017 does not seem to be running inside a container 23:11:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-124 -v /w/workspace/_app-service-configurable_PR-124:/w/workspace/_app-service-configurable_PR-124:rw,z -v /w/workspace/_app-service-configurable_PR-124@tmp:/w/workspace/_app-service-configurable_PR-124@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:11:10 $ docker top a9263a045cf4912b2b38ca3cbc4d0d04e235933565c53e40bf5e56d180f1d848 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:11:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:11:10 [ssh-agent] Looking for ssh-agent implementation... 23:11:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:11:10 $ docker exec a9263a045cf4912b2b38ca3cbc4d0d04e235933565c53e40bf5e56d180f1d848 ssh-agent 23:11:10 SSH_AUTH_SOCK=/tmp/ssh-TA97Kec2OXm9/agent.12 23:11:10 SSH_AGENT_PID=17 23:11:10 Running ssh-add (command line suppressed) 23:11:10 Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_2184434346465500013.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_2184434346465500013.key) 23:11:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:11:11 + git tag --points-at HEAD [Pipeline] } 23:11:11 $ docker exec --env ******** --env ******** a9263a045cf4912b2b38ca3cbc4d0d04e235933565c53e40bf5e56d180f1d848 ssh-agent -k 23:11:11 unset SSH_AUTH_SOCK; 23:11:11 unset SSH_AGENT_PID; 23:11:11 echo Agent pid 17 killed; 23:11:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:11:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:11:11 [ssh-agent] Looking for ssh-agent implementation... 23:11:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:11:11 $ docker exec a9263a045cf4912b2b38ca3cbc4d0d04e235933565c53e40bf5e56d180f1d848 ssh-agent 23:11:12 SSH_AUTH_SOCK=/tmp/ssh-Ii4bxZyaPLPY/agent.47 23:11:12 SSH_AGENT_PID=52 23:11:12 Running ssh-add (command line suppressed) 23:11:12 Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_4515840554868857355.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_4515840554868857355.key) 23:11:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:11:12 + git semver init 23:11:12 # -> Open(): unable to determine branch for HEAD 23:11:12 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-124/.git 23:11:12 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-124 23:11:12 # $SEMVER_REMOTE_NAME = origin 23:11:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:11:12 # $SEMVER_USER_NAME = edgex-jenkins 23:11:12 # $SEMVER_BRANCH = PR-124 23:11:12 # $SEMVER_TEMP = /tmp/semver-175200045 23:11:12 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 23:11:13 # '/tmp/semver-175200045' -> '/w/workspace/_app-service-configurable_PR-124/.semver' 23:11:13 # -> Force: false 23:11:13 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-124/.semver [Pipeline] } 23:11:13 $ docker exec --env ******** --env ******** a9263a045cf4912b2b38ca3cbc4d0d04e235933565c53e40bf5e56d180f1d848 ssh-agent -k 23:11:13 unset SSH_AUTH_SOCK; 23:11:13 unset SSH_AGENT_PID; 23:11:13 echo Agent pid 52 killed; 23:11:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:11:13 + git semver [Pipeline] } 23:11:13 $ docker stop --time=1 a9263a045cf4912b2b38ca3cbc4d0d04e235933565c53e40bf5e56d180f1d848 23:11:15 $ docker rm -f a9263a045cf4912b2b38ca3cbc4d0d04e235933565c53e40bf5e56d180f1d848 [Pipeline] // withDockerContainer [Pipeline] sh 23:11:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:11:16 Stashed 1 file(s) [Pipeline] echo 23:11:16 [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 23:11:31 Still waiting to schedule task 23:11:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:11:31 Still waiting to schedule task 23:11:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:14:23 Running on prd-centos7-docker-4c-2g-9018 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 23:14:23 Running in /w/workspace/app-service-configurable/12 [Pipeline] { [Pipeline] checkout 23:14:26 using credential edgex-jenkins-ssh 23:14:26 Cloning the remote Git repository 23:14:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:14:27 > git init /w/workspace/app-service-configurable/12 # timeout=10 23:14:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:14:27 > git --version # timeout=10 23:14:27 > git --version # 'git version 2.16.5' 23:14:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:14:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:14:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:14:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:14:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:14:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:14:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:14:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:14:28 Merging remotes/origin/master commit 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a into PR head commit 56afee60f47744720baa836efc6be2ae9b07808d 23:14:28 Merge succeeded, producing 48a8a05e06f028e5fe16cf9e976801738dbe0691 23:14:28 Checking out Revision 48a8a05e06f028e5fe16cf9e976801738dbe0691 (PR-124) 23:14:28 > git config core.sparsecheckout # timeout=10 23:14:28 > git checkout -f 56afee60f47744720baa836efc6be2ae9b07808d # timeout=10 23:14:28 > git remote # timeout=10 23:14:28 > git config --get remote.origin.url # timeout=10 23:14:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:14:28 > git merge 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 23:14:28 > git rev-parse HEAD^{commit} # timeout=10 23:14:28 > git config core.sparsecheckout # timeout=10 23:14:28 > git checkout -f 48a8a05e06f028e5fe16cf9e976801738dbe0691 # timeout=10 23:14:31 Commit message: "Merge commit '36f96dc01f0f062f25a64d6a8a14201b3aa7f12a' into HEAD" 23:14:31 First time build. Skipping changelog. 23:14:31 > git rev-list --no-walk ce34c79cf5f08ae78959e83a603cdd0ab134b168 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:14:32 ========================================================= 23:14:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:14:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:14:33 + 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 . 23:14:33 Sending build context to Docker daemon 96.26kB 23:14:33 Step 1/8 : ARG BASE=golang:1.15-alpine 23:14:33 Step 2/8 : FROM ${BASE} 23:14:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:14:34 df20fa9351a1: Pulling fs layer 23:14:34 ed8968b2872e: Pulling fs layer 23:14:34 a92cc7c5fd73: Pulling fs layer 23:14:34 e871e8e8d7a9: Pulling fs layer 23:14:34 e73272ec9a57: Pulling fs layer 23:14:34 1e910a182e73: Pulling fs layer 23:14:34 4e634b169226: Pulling fs layer 23:14:34 1e910a182e73: Waiting 23:14:34 e871e8e8d7a9: Waiting 23:14:34 4e634b169226: Waiting 23:14:34 a92cc7c5fd73: Verifying Checksum 23:14:34 a92cc7c5fd73: Download complete 23:14:34 ed8968b2872e: Download complete 23:14:34 e73272ec9a57: Verifying Checksum 23:14:34 e73272ec9a57: Download complete 23:14:34 df20fa9351a1: Verifying Checksum 23:14:34 df20fa9351a1: Download complete 23:14:34 1e910a182e73: Verifying Checksum 23:14:34 1e910a182e73: Download complete 23:14:34 df20fa9351a1: Pull complete 23:14:35 ed8968b2872e: Pull complete 23:14:35 a92cc7c5fd73: Pull complete 23:14:36 4e634b169226: Verifying Checksum 23:14:36 4e634b169226: Download complete 23:14:37 e871e8e8d7a9: Verifying Checksum 23:14:37 e871e8e8d7a9: Download complete 23:14:43 e871e8e8d7a9: Pull complete 23:14:43 e73272ec9a57: Pull complete 23:14:43 1e910a182e73: Pull complete 23:14:48 4e634b169226: Pull complete 23:14:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:14:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:14:48 ---> f7629b54cfaa 23:14:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:14:48 ---> Running in 2ed0e2fee18e 23:14:48 Removing intermediate container 2ed0e2fee18e 23:14:48 ---> 6ebb0b4cb30f 23:14:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:48 ---> Running in 23c8ae0d46fa 23:14:49 Removing intermediate container 23c8ae0d46fa 23:14:49 ---> ef60c56e84f4 23:14:49 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:14:49 ---> Running in e84ca2892035 23:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:14:51 (1/6) Installing libc-dev (0.7.2-r3) 23:14:52 (2/6) Installing libsodium (1.0.18-r0) 23:14:52 (3/6) Installing pkgconf (1.7.2-r0) 23:14:52 (4/6) Installing libsodium-dev (1.0.18-r0) 23:14:52 (5/6) Installing libzmq (4.3.3-r0) 23:14:52 (6/6) Installing zeromq-dev (4.3.3-r0) 23:14:52 Executing busybox-1.31.1-r16.trigger 23:14:52 OK: 167 MiB in 45 packages 23:14:53 Removing intermediate container e84ca2892035 23:14:53 ---> 01cc8bacb21c 23:14:53 Step 6/8 : WORKDIR /app 23:14:53 ---> Running in 940923914f65 23:14:53 Removing intermediate container 940923914f65 23:14:53 ---> 4e13ea147a17 23:14:53 Step 7/8 : COPY . . 23:14:53 ---> 9f5ca1736376 23:14:53 Step 8/8 : RUN go mod download 23:14:53 ---> Running in fa84b65c297d 23:15:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9019 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 23:15:11 Running in /w/workspace/app-service-configurable/12 [Pipeline] { [Pipeline] checkout 23:15:17 using credential edgex-jenkins-ssh 23:15:17 Cloning the remote Git repository 23:15:17 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:15:17 > git init /w/workspace/app-service-configurable/12 # timeout=10 23:15:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:15:17 > git --version # timeout=10 23:15:17 > git --version # 'git version 2.17.1' 23:15:17 using GIT_SSH to set credentials SSH Credentials for GitHub 23:15:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:15:19 Merging remotes/origin/master commit 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a into PR head commit 56afee60f47744720baa836efc6be2ae9b07808d 23:15:19 Merge succeeded, producing 8c39ca9b1a8d4a8135027152fd5ade538081b0e0 23:15:19 Checking out Revision 8c39ca9b1a8d4a8135027152fd5ade538081b0e0 (PR-124) 23:15:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:15:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:15:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:15:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:15:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:15:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:15:19 > git config core.sparsecheckout # timeout=10 23:15:19 > git checkout -f 56afee60f47744720baa836efc6be2ae9b07808d # timeout=10 23:15:19 > git remote # timeout=10 23:15:19 > git config --get remote.origin.url # timeout=10 23:15:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:15:19 > git merge 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 23:15:19 > git rev-parse HEAD^{commit} # timeout=10 23:15:19 > git config core.sparsecheckout # timeout=10 23:15:20 Removing intermediate container fa84b65c297d 23:15:20 ---> 30001ceaa149 23:15:20 Successfully built 30001ceaa149 23:15:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:15:20 + docker inspect -f . ci-base-image-x86_64 23:15:20 . [Pipeline] withDockerContainer 23:15:19 > git checkout -f 8c39ca9b1a8d4a8135027152fd5ade538081b0e0 # timeout=10 23:15:20 prd-centos7-docker-4c-2g-9018 does not seem to be running inside a container 23:15:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/12 -v /w/workspace/app-service-configurable/12:/w/workspace/app-service-configurable/12:rw,z -v /w/workspace/app-service-configurable/12@tmp:/w/workspace/app-service-configurable/12@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:15:21 $ docker top f2f287d6f8ad00ef7a7e94ffcd26eeb79f043b48a1f9ca7d2cf176a3f2bd128f -eo pid,comm [Pipeline] { [Pipeline] sh 23:15:22 + go version 23:15:22 go version go1.15.2 linux/amd64 [Pipeline] } 23:15:22 $ docker stop --time=1 f2f287d6f8ad00ef7a7e94ffcd26eeb79f043b48a1f9ca7d2cf176a3f2bd128f 23:15:23 $ docker rm -f f2f287d6f8ad00ef7a7e94ffcd26eeb79f043b48a1f9ca7d2cf176a3f2bd128f 23:15:23 Commit message: "Merge commit '36f96dc01f0f062f25a64d6a8a14201b3aa7f12a' into HEAD" 23:15:23 First time build. Skipping changelog. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 23:15:24 + docker inspect -f . ci-base-image-x86_64 23:15:24 . [Pipeline] withDockerContainer 23:15:24 prd-centos7-docker-4c-2g-9018 does not seem to be running inside a container 23:15:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/12 -v /w/workspace/app-service-configurable/12:/w/workspace/app-service-configurable/12:rw,z -v /w/workspace/app-service-configurable/12@tmp:/w/workspace/app-service-configurable/12@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:15:23 > git rev-list --no-walk ce34c79cf5f08ae78959e83a603cdd0ab134b168 # timeout=10 23:15:25 $ docker top fef3503a4a7ed7ed0b3ba7c72dd67b9162853b6460dadc1b0228c6325671bbc6 -eo pid,comm [Pipeline] { [Pipeline] echo 23:15:25 ========================================================= 23:15:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:15:25 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 23:15:25 + make test 23:15:25 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:15:26 + 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 . 23:15:27 Sending build context to Docker daemon 96.26kB 23:15:27 Step 1/8 : ARG BASE=golang:1.15-alpine 23:15:27 Step 2/8 : FROM ${BASE} 23:15:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:15:27 b538f80385f9: Pulling fs layer 23:15:27 74f711af9a0d: Pulling fs layer 23:15:27 99f96fe45779: Pulling fs layer 23:15:27 8529a6b9a6be: Pulling fs layer 23:15:27 45590311c82a: Pulling fs layer 23:15:27 69ca0ff8b7b3: Pulling fs layer 23:15:27 209524e5b208: Pulling fs layer 23:15:27 45590311c82a: Waiting 23:15:27 69ca0ff8b7b3: Waiting 23:15:27 209524e5b208: Waiting 23:15:27 8529a6b9a6be: Waiting 23:15:27 99f96fe45779: Verifying Checksum 23:15:27 99f96fe45779: Download complete 23:15:27 74f711af9a0d: Verifying Checksum 23:15:27 74f711af9a0d: Download complete 23:15:27 45590311c82a: Verifying Checksum 23:15:27 45590311c82a: Download complete 23:15:27 69ca0ff8b7b3: Verifying Checksum 23:15:27 69ca0ff8b7b3: Download complete 23:15:27 b538f80385f9: Download complete 23:15:28 b538f80385f9: Pull complete 23:15:29 74f711af9a0d: Pull complete 23:15:29 99f96fe45779: Pull complete 23:15:29 209524e5b208: Verifying Checksum 23:15:29 209524e5b208: Download complete 23:15:31 8529a6b9a6be: Verifying Checksum 23:15:31 8529a6b9a6be: Download complete 23:15:42 8529a6b9a6be: Pull complete 23:15:42 45590311c82a: Pull complete 23:15:42 69ca0ff8b7b3: Pull complete 23:15:44 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:15:44 CGO_ENABLED=1 go vet ./... 23:15:45 gofmt -l . 23:15:45 [ "`gofmt -l .`" = "" ] 23:15:45 ./bin/test-go-mod-tidy.sh 23:15:45 ./bin/test-attribution-txt.sh [Pipeline] stash 23:15:46 209524e5b208: Pull complete 23:15:46 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:15:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:15:46 ---> 5bddaf1c2fca 23:15:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:15:46 Stashed 1 file(s) [Pipeline] } 23:15:47 $ docker stop --time=1 fef3503a4a7ed7ed0b3ba7c72dd67b9162853b6460dadc1b0228c6325671bbc6 23:15:49 ---> Running in 61cd1e014a7c 23:15:49 Removing intermediate container 61cd1e014a7c 23:15:49 ---> 3794278e4aa8 23:15:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:49 ---> Running in 356e2653260f 23:15:49 $ docker rm -f fef3503a4a7ed7ed0b3ba7c72dd67b9162853b6460dadc1b0228c6325671bbc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 23:15:52 Removing intermediate container 356e2653260f 23:15:52 ---> bd7f4a4a5ee9 23:15:52 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:15:52 ---> Running in 04cdf2891d54 [Pipeline] sh 23:15:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:15:53 + ls -al . 23:15:53 total 96 23:15:53 drwxrwxr-x. 7 jenkins jenkins 4096 Oct 26 23:15 . 23:15:53 drwxrwxr-x. 4 jenkins jenkins 30 Oct 26 23:14 .. 23:15:53 -rw-rw-r--. 1 jenkins jenkins 6568 Oct 26 23:14 Attribution.txt 23:15:53 drwxrwxr-x. 2 jenkins jenkins 64 Oct 26 23:14 bin 23:15:53 -rw-r--r--. 1 jenkins jenkins 10 Oct 26 23:15 coverage.out 23:15:53 -rw-rw-r--. 1 jenkins jenkins 180 Oct 26 23:14 docker-compose.debug.yml 23:15:53 -rw-rw-r--. 1 jenkins jenkins 133 Oct 26 23:14 docker-compose.yml 23:15:53 -rw-rw-r--. 1 jenkins jenkins 2002 Oct 26 23:14 Dockerfile 23:15:53 -rw-rw-r--. 1 jenkins jenkins 966 Oct 26 23:14 Dockerfile.build 23:15:53 -rw-rw-r--. 1 jenkins jenkins 119 Oct 26 23:14 .dockerignore 23:15:53 drwxrwxr-x. 8 jenkins jenkins 179 Oct 26 23:14 .git 23:15:53 drwxrwxr-x. 2 jenkins jenkins 81 Oct 26 23:14 .github 23:15:53 -rw-rw-r--. 1 jenkins jenkins 93 Oct 26 23:14 .gitignore 23:15:53 -rw-r--r--. 1 jenkins jenkins 133 Oct 26 23:15 go.mod 23:15:53 -rw-r--r--. 1 jenkins jenkins 19860 Oct 26 23:15 go.sum 23:15:53 -rw-rw-r--. 1 jenkins jenkins 766 Oct 26 23:14 Jenkinsfile 23:15:53 -rw-rw-r--. 1 jenkins jenkins 10174 Oct 26 23:14 LICENSE 23:15:53 -rw-rw-r--. 1 jenkins jenkins 1519 Oct 26 23:14 main.go 23:15:53 -rw-rw-r--. 1 jenkins jenkins 1573 Oct 26 23:14 makefile 23:15:53 -rw-rw-r--. 1 jenkins jenkins 1277 Oct 26 23:14 README.md 23:15:53 drwxrwxr-x. 10 jenkins jenkins 171 Oct 26 23:14 res 23:15:53 drwxrwxr-x. 4 jenkins jenkins 71 Oct 26 23:14 snap 23:15:53 -rw-rw-r--. 1 jenkins jenkins 5 Oct 26 23:11 VERSION [Pipeline] isUnix [Pipeline] sh 23:15:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:53 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 --label arch=amd64 --label version=0.0.0 . 23:15:53 Sending build context to Docker daemon 118.8kB 23:15:53 Step 1/27 : ARG BASE=golang:1.15-alpine 23:15:53 Step 2/27 : FROM ${BASE} AS builder 23:15:53 ---> 30001ceaa149 23:15:53 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:15:53 ---> Running in bf35ebb043c3 23:15:53 Removing intermediate container bf35ebb043c3 23:15:53 ---> da1c9c388829 23:15:53 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 23:15:54 ---> Running in 2e01ec25ca21 23:15:54 Removing intermediate container 2e01ec25ca21 23:15:54 ---> 4f7a197f10d8 23:15:54 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:15:54 ---> Running in f0d588e550b1 23:15:54 Removing intermediate container f0d588e550b1 23:15:54 ---> 890d28787a3a 23:15:54 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:54 ---> Running in 443f8acd50c6 23:15:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:55 Removing intermediate container 443f8acd50c6 23:15:55 ---> 64215e8eacd1 23:15:55 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:15:55 (1/6) Installing libc-dev (0.7.2-r3) 23:15:55 (2/6) Installing libsodium (1.0.18-r0) 23:15:55 ---> Running in 03064da19896 23:15:55 (3/6) Installing pkgconf (1.7.2-r0) 23:15:55 (4/6) Installing libsodium-dev (1.0.18-r0) 23:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:15:55 (5/6) Installing libzmq (4.3.3-r0) 23:15:55 (6/6) Installing zeromq-dev (4.3.3-r0) 23:15:56 Executing busybox-1.31.1-r16.trigger 23:15:56 OK: 144 MiB in 45 packages 23:15:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:15:57 Removing intermediate container 04cdf2891d54 23:15:57 ---> 8f0b97487609 23:15:57 Step 6/8 : WORKDIR /app 23:15:57 ---> Running in d1dd6edf9c76 23:15:57 OK: 167 MiB in 45 packages 23:15:57 Removing intermediate container d1dd6edf9c76 23:15:57 ---> 28fb0abf1be3 23:15:57 Step 7/8 : COPY . . 23:15:58 Removing intermediate container 03064da19896 23:15:58 ---> 67eb0e56ac3b 23:15:58 Step 8/27 : WORKDIR /app 23:15:58 ---> Running in 225c5b84f32d 23:15:58 Removing intermediate container 225c5b84f32d 23:15:58 ---> 6aec4535f404 23:15:58 Step 9/27 : COPY go.mod . 23:15:58 ---> ab7fd3a54e7c 23:15:58 Step 10/27 : RUN go mod download 23:15:58 ---> Running in 8a4a2930652b 23:15:58 ---> 867c52f3e55a 23:15:58 Step 8/8 : RUN go mod download 23:15:58 ---> Running in a7939175c9d4 23:15:59 Removing intermediate container 8a4a2930652b 23:15:59 ---> b491652e0d61 23:15:59 Step 11/27 : COPY . . 23:15:59 ---> 3e083485d23d 23:15:59 Step 12/27 : ARG MAKE="make build" 23:15:59 ---> Running in 0bb614d6a016 23:15:59 Removing intermediate container 0bb614d6a016 23:15:59 ---> dff88e2b1db1 23:15:59 Step 13/27 : RUN $MAKE 23:16:00 ---> Running in d73724dd0ff4 23:16:00 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 23:16:18 Removing intermediate container d73724dd0ff4 23:16:18 ---> f8fb64c25b6f 23:16:18 Step 14/27 : FROM alpine:latest 23:16:18 latest: Pulling from library/alpine 23:16:18 188c0c94c7c5: Pulling fs layer 23:16:18 188c0c94c7c5: Verifying Checksum 23:16:18 188c0c94c7c5: Download complete 23:16:18 188c0c94c7c5: Pull complete 23:16:18 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 23:16:18 Status: Downloaded newer image for alpine:latest 23:16:18 ---> d6e46aa2470d 23:16:18 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:16:18 ---> Running in 894b69dd21be 23:16:18 Removing intermediate container 894b69dd21be 23:16:18 ---> 87bf1f6a4997 23:16:18 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 23:16:18 ---> Running in f4b3439f05da 23:16:18 Removing intermediate container f4b3439f05da 23:16:18 ---> 40e7d132a9c0 23:16:18 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 23:16:18 ---> Running in 732d01a1114e 23:16:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:16:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:16:18 (1/6) Installing ca-certificates (20191127-r4) 23:16:18 (2/6) Installing libgcc (9.3.0-r2) 23:16:18 (3/6) Installing libsodium (1.0.18-r0) 23:16:18 (4/6) Installing libstdc++ (9.3.0-r2) 23:16:18 (5/6) Installing libzmq (4.3.3-r0) 23:16:18 (6/6) Installing zeromq (4.3.3-r0) 23:16:18 Executing busybox-1.31.1-r19.trigger 23:16:18 Executing ca-certificates-20191127-r4.trigger 23:16:19 OK: 9 MiB in 20 packages 23:16:20 Removing intermediate container 732d01a1114e 23:16:20 ---> df22862f281f 23:16:20 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:16:20 ---> 6fe740ff42c1 23:16:20 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 23:16:20 ---> aa67120fea4f 23:16:20 Step 20/27 : COPY --from=builder /app/res/ /res/ 23:16:21 ---> aa1c63e8693b 23:16:21 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:16:22 ---> 1d880d5ef8be 23:16:22 Step 22/27 : EXPOSE 48095 23:16:22 ---> Running in 26592d3b9d93 23:16:22 Removing intermediate container 26592d3b9d93 23:16:22 ---> 9403e5aaea14 23:16:22 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 23:16:22 ---> Running in 057ab7fcdb04 23:16:22 Removing intermediate container 057ab7fcdb04 23:16:22 ---> 93d21de34776 23:16:22 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:16:22 ---> Running in 76adde157325 23:16:22 Removing intermediate container 76adde157325 23:16:22 ---> 59746e8476c8 23:16:22 Step 25/27 : LABEL arch=amd64 23:16:22 ---> Running in fab303e9f3e6 23:16:22 Removing intermediate container fab303e9f3e6 23:16:22 ---> 3144a00a5f5c 23:16:22 Step 26/27 : LABEL git_sha=f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 23:16:22 ---> Running in 9c6cffa605f7 23:16:22 Removing intermediate container 9c6cffa605f7 23:16:22 ---> 31f8912856b3 23:16:22 Step 27/27 : LABEL version=0.0.0 23:16:23 ---> Running in 550c646cc2bb 23:16:23 Removing intermediate container 550c646cc2bb 23:16:23 ---> a64f4305de20 23:16:23 [Warning] One or more build-args [ARCH] were not consumed 23:16:23 Successfully built a64f4305de20 23:16:23 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:16:31 Removing intermediate container a7939175c9d4 23:16:31 ---> 8399174c77a2 23:16:31 Successfully built 8399174c77a2 23:16:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:16:31 + docker inspect -f . ci-base-image-arm64 23:16:31 . [Pipeline] withDockerContainer 23:16:32 prd-ubuntu18.04-docker-arm64-4c-16g-9019 does not seem to be running inside a container 23:16:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/12 -v /w/workspace/app-service-configurable/12:/w/workspace/app-service-configurable/12:rw,z -v /w/workspace/app-service-configurable/12@tmp:/w/workspace/app-service-configurable/12@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 23:16:34 $ docker top cf6d23223724b97c8fe17b536c97a0b23bc3c137ea58831a836bd7559b79f90c -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:35 + go version 23:16:35 go version go1.15.2 linux/arm64 [Pipeline] } 23:16:35 $ docker stop --time=1 cf6d23223724b97c8fe17b536c97a0b23bc3c137ea58831a836bd7559b79f90c 23:16:37 $ docker rm -f cf6d23223724b97c8fe17b536c97a0b23bc3c137ea58831a836bd7559b79f90c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:16:38 + docker inspect -f . ci-base-image-arm64 23:16:38 . [Pipeline] withDockerContainer 23:16:38 Still waiting to schedule task 23:16:38 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:16:38 prd-ubuntu18.04-docker-arm64-4c-16g-9019 does not seem to be running inside a container 23:16:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/12 -v /w/workspace/app-service-configurable/12:/w/workspace/app-service-configurable/12:rw,z -v /w/workspace/app-service-configurable/12@tmp:/w/workspace/app-service-configurable/12@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 23:16:40 $ docker top 4c4f96cf062fa970548485ad279b23a94417c62ac1a5277e5b3c0dd33694f74e -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:42 + make test 23:16:42 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:17:35 Running on prd-ubuntu18.04-docker-8c-8g-9020 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 23:17:35 Running in /w/workspace/app-service-configurable/12 [Pipeline] { [Pipeline] checkout 23:17:37 using credential edgex-jenkins-ssh 23:17:37 Cloning the remote Git repository 23:17:37 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:17:37 > git init /w/workspace/app-service-configurable/12 # timeout=10 23:17:37 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:17:37 > git --version # timeout=10 23:17:38 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:17:38 CGO_ENABLED=1 go vet ./... 23:17:37 > git --version # 'git version 2.17.1' 23:17:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:17:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:17:38 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:17:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:17:38 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:17:38 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:17:38 using GIT_SSH to set credentials SSH Credentials for GitHub 23:17:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:17:39 Merging remotes/origin/master commit 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a into PR head commit 56afee60f47744720baa836efc6be2ae9b07808d 23:17:39 Merge succeeded, producing 0fb8084cd6ba24b89d75f224cf335c13a24cbc0d 23:17:39 Checking out Revision 0fb8084cd6ba24b89d75f224cf335c13a24cbc0d (PR-124) 23:17:39 > git config core.sparsecheckout # timeout=10 23:17:39 > git checkout -f 56afee60f47744720baa836efc6be2ae9b07808d # timeout=10 23:17:39 > git remote # timeout=10 23:17:39 > git config --get remote.origin.url # timeout=10 23:17:39 using GIT_SSH to set credentials SSH Credentials for GitHub 23:17:39 > git merge 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 23:17:39 > git rev-parse HEAD^{commit} # timeout=10 23:17:39 > git config core.sparsecheckout # timeout=10 23:17:39 > git checkout -f 0fb8084cd6ba24b89d75f224cf335c13a24cbc0d # timeout=10 23:17:40 gofmt -l . 23:17:40 [ "`gofmt -l .`" = "" ] 23:17:40 ./bin/test-go-mod-tidy.sh 23:17:41 ./bin/test-attribution-txt.sh [Pipeline] stash 23:17:42 Commit message: "Merge commit '36f96dc01f0f062f25a64d6a8a14201b3aa7f12a' into HEAD" 23:17:42 First time build. Skipping changelog. 23:17:43 Warning: overwriting stash ‘coverage-report’ [Pipeline] withEnv [Pipeline] { 23:17:43 Stashed 1 file(s) [Pipeline] } 23:17:43 $ docker stop --time=1 4c4f96cf062fa970548485ad279b23a94417c62ac1a5277e5b3c0dd33694f74e 23:17:42 > git rev-list --no-walk ce34c79cf5f08ae78959e83a603cdd0ab134b168 # timeout=10 23:17:45 $ docker rm -f 4c4f96cf062fa970548485ad279b23a94417c62ac1a5277e5b3c0dd33694f74e [Pipeline] libraryResource [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 23:17:47 + echo snap-build.sh 23:17:47 snap-build.sh 23:17:47 + SNAP_BASE_DIR=. 23:17:47 + '[' '!' -z /w/workspace/app-service-configurable/12 ']' 23:17:47 + SNAP_BASE_DIR=/w/workspace/app-service-configurable/12 23:17:47 + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/12]' 23:17:47 [snap-build] Building snap in dir [/w/workspace/app-service-configurable/12] 23:17:47 + cd /w/workspace/app-service-configurable/12 23:17:47 + sudo apt-get update 23:17:47 Hit:1 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic InRelease 23:17:47 Get:2 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:17:47 Get:3 http://apt.puppetlabs.com xenial InRelease [101 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 23:17:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:17:47 Get:5 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] 23:17:47 Get:6 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 23:17:47 Get:7 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] 23:17:47 Get:8 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1725 kB] [Pipeline] sh 23:17:47 Hit:9 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease 23:17:47 Get:10 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [367 kB] 23:17:47 Get:11 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [184 kB] 23:17:47 Get:12 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [24.6 kB] 23:17:47 Get:13 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1680 kB] 23:17:47 Get:14 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [353 kB] 23:17:47 Get:15 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.9 kB] 23:17:47 Get:16 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 23:17:47 Get:17 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [10.0 kB] 23:17:47 Get:18 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [10.3 kB] 23:17:47 Get:19 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main amd64 Packages [824 B] 23:17:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:17:48 Get:20 http://apt.puppetlabs.com xenial/puppet amd64 Packages [56.2 kB] 23:17:48 Get:21 http://apt.puppetlabs.com xenial/puppet all Packages [22.7 kB] 23:17:48 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1397 kB] 23:17:48 + ls -al . 23:17:48 total 120 23:17:48 drwxrwxr-x 7 jenkins jenkins 4096 Oct 26 23:17 . 23:17:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 23:15 .. 23:17:48 -rw-rw-r-- 1 jenkins jenkins 119 Oct 26 23:15 .dockerignore 23:17:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 23:15 .git 23:17:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 23:15 .github 23:17:48 -rw-rw-r-- 1 jenkins jenkins 93 Oct 26 23:15 .gitignore 23:17:48 -rw-rw-r-- 1 jenkins jenkins 6568 Oct 26 23:15 Attribution.txt 23:17:48 -rw-rw-r-- 1 jenkins jenkins 2002 Oct 26 23:15 Dockerfile 23:17:48 -rw-rw-r-- 1 jenkins jenkins 966 Oct 26 23:15 Dockerfile.build 23:17:48 -rw-rw-r-- 1 jenkins jenkins 766 Oct 26 23:15 Jenkinsfile 23:17:48 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 26 23:15 LICENSE 23:17:48 -rw-rw-r-- 1 jenkins jenkins 1277 Oct 26 23:15 README.md 23:17:48 -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 23:11 VERSION 23:17:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 23:15 bin 23:17:48 -rw-r--r-- 1 jenkins jenkins 10 Oct 26 23:16 coverage.out 23:17:48 -rw-rw-r-- 1 jenkins jenkins 180 Oct 26 23:15 docker-compose.debug.yml 23:17:48 -rw-rw-r-- 1 jenkins jenkins 133 Oct 26 23:15 docker-compose.yml 23:17:48 -rw-r--r-- 1 jenkins jenkins 133 Oct 26 23:17 go.mod 23:17:48 -rw-r--r-- 1 jenkins jenkins 19860 Oct 26 23:17 go.sum 23:17:48 -rw-rw-r-- 1 jenkins jenkins 1519 Oct 26 23:15 main.go 23:17:48 -rw-rw-r-- 1 jenkins jenkins 1573 Oct 26 23:15 makefile 23:17:48 drwxrwxr-x 10 jenkins jenkins 4096 Oct 26 23:15 res 23:17:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 23:15 snap [Pipeline] isUnix [Pipeline] sh 23:17:48 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [276 kB] 23:17:48 Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [165 kB] 23:17:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [21.9 kB] 23:17:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1078 kB] 23:17:48 Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [241 kB] 23:17:48 Get:28 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.9 kB] 23:17:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2964 B] 23:17:48 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 --label arch=arm64 --label version=0.0.0 . 23:17:48 Sending build context to Docker daemon 118.8kB 23:17:49 Step 1/27 : ARG BASE=golang:1.15-alpine 23:17:49 Step 2/27 : FROM ${BASE} AS builder 23:17:49 ---> 8399174c77a2 23:17:49 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:17:49 ---> Running in 152607a0e044 23:17:49 Removing intermediate container 152607a0e044 23:17:49 ---> 0d76c80ad6cf 23:17:49 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 23:17:49 ---> Running in 6a4e74358a1b 23:17:50 Removing intermediate container 6a4e74358a1b 23:17:50 ---> b76ce9970979 23:17:50 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:17:50 ---> Running in 681cf6db5132 23:17:51 Removing intermediate container 681cf6db5132 23:17:51 ---> 11385012f7a8 23:17:51 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:51 ---> Running in 7bda14eb5b7f 23:17:51 Fetched 8100 kB in 2s (3703 kB/s) 23:17:52 Reading package lists... 23:17:52 + sudo apt-get install -y expect 23:17:53 Reading package lists... 23:17:53 Building dependency tree... 23:17:53 Reading state information... 23:17:53 The following packages were automatically installed and are no longer required: 23:17:53 grub-pc-bin libdumbnet1 23:17:53 Use 'sudo apt autoremove' to remove them. 23:17:53 The following additional packages will be installed: 23:17:53 tcl-expect 23:17:53 The following NEW packages will be installed: 23:17:53 expect tcl-expect 23:17:53 0 upgraded, 2 newly installed, 0 to remove and 51 not upgraded. 23:17:53 Need to get 242 kB of archives. 23:17:53 After this operation, 540 kB of additional disk space will be used. 23:17:53 Get:1 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB] 23:17:53 Get:2 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB] 23:17:53 Removing intermediate container 7bda14eb5b7f 23:17:53 ---> ceb35329c819 23:17:53 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:17:53 debconf: unable to initialize frontend: Dialog 23:17:53 debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 23:17:53 debconf: falling back to frontend: Readline 23:17:53 debconf: unable to initialize frontend: Readline 23:17:53 debconf: (This frontend requires a controlling tty.) 23:17:53 debconf: falling back to frontend: Teletype 23:17:53 dpkg-preconfigure: unable to re-open stdin: 23:17:53 Fetched 242 kB in 0s (1500 kB/s) 23:17:53 Selecting previously unselected package tcl-expect:amd64. 23:17:54 ---> Running in cac902cde549 23:17:54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189863 files and directories currently installed.) 23:17:54 Preparing to unpack .../tcl-expect_5.45.4-1_amd64.deb ... 23:17:54 Unpacking tcl-expect:amd64 (5.45.4-1) ... 23:17:54 Selecting previously unselected package expect. 23:17:54 Preparing to unpack .../expect_5.45.4-1_amd64.deb ... 23:17:54 Unpacking expect (5.45.4-1) ... 23:17:55 Setting up tcl-expect:amd64 (5.45.4-1) ... 23:17:55 Setting up expect (5.45.4-1) ... 23:17:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:17:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:57 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 23:17:57 OK: 144 MiB in 45 packages 23:17:58 Removing intermediate container cac902cde549 23:17:58 ---> 7e4fe716eccb 23:17:58 Step 8/27 : WORKDIR /app 23:17:58 ---> Running in 0e6d195c8afd 23:17:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:17:58 + pushd /build 23:17:58 /w/workspace/app-service-configurable/12@tmp/durable-beb44d1c/script.sh: line 27: pushd: /build: No such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 23:17:59 Removing intermediate container 0e6d195c8afd 23:17:59 ---> 39498be5a4eb 23:17:59 Step 9/27 : COPY go.mod . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 23:17:59 ---> 8692f19579a1 23:17:59 Step 10/27 : RUN go mod download [Pipeline] } 23:17:59 Failed in branch amd64 23:17:59 ---> Running in 8f8e49fca7e2 23:18:02 Removing intermediate container 8f8e49fca7e2 23:18:02 ---> 831b32f77a2e 23:18:02 Step 11/27 : COPY . . 23:18:03 ---> 63520f110ba3 23:18:03 Step 12/27 : ARG MAKE="make build" 23:18:03 ---> Running in 55d4af65c797 23:18:04 Removing intermediate container 55d4af65c797 23:18:04 ---> bd7822528183 23:18:04 Step 13/27 : RUN $MAKE 23:18:04 ---> Running in 800097abf13d 23:18:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 23:18:52 Removing intermediate container 800097abf13d 23:18:52 ---> 0eed6273dbfe 23:18:52 Step 14/27 : FROM alpine:latest 23:18:52 latest: Pulling from library/alpine 23:18:52 5f621e34cdf4: Pulling fs layer 23:18:52 5f621e34cdf4: Download complete 23:18:53 5f621e34cdf4: Pull complete 23:18:53 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 23:18:53 Status: Downloaded newer image for alpine:latest 23:18:53 ---> 2e77e061c27f 23:18:53 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:18:53 ---> Running in 417888325acb 23:18:53 Removing intermediate container 417888325acb 23:18:53 ---> df8530c26b00 23:18:53 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 23:18:54 ---> Running in a8bb6f913bb8 23:18:54 Removing intermediate container a8bb6f913bb8 23:18:54 ---> 77312a93cea3 23:18:54 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 23:18:54 ---> Running in 522eff0c9c04 23:18:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:56 (1/6) Installing ca-certificates (20191127-r4) 23:18:56 (2/6) Installing libgcc (9.3.0-r2) 23:18:56 (3/6) Installing libsodium (1.0.18-r0) 23:18:56 (4/6) Installing libstdc++ (9.3.0-r2) 23:18:56 (5/6) Installing libzmq (4.3.3-r0) 23:18:56 (6/6) Installing zeromq (4.3.3-r0) 23:18:56 Executing busybox-1.31.1-r19.trigger 23:18:56 Executing ca-certificates-20191127-r4.trigger 23:18:57 OK: 9 MiB in 20 packages 23:18:59 Removing intermediate container 522eff0c9c04 23:18:59 ---> 35f4cb154058 23:18:59 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:18:59 ---> 3b9afcc717df 23:18:59 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 23:19:00 ---> b21107ba875e 23:19:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 23:19:01 ---> 9a09927ed6ce 23:19:01 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:19:02 ---> f70aaa146f7d 23:19:02 Step 22/27 : EXPOSE 48095 23:19:02 ---> Running in 952426d59330 23:19:03 Removing intermediate container 952426d59330 23:19:03 ---> 145d35ee5ec7 23:19:03 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 23:19:03 ---> Running in 0610c9505ae1 23:19:03 Removing intermediate container 0610c9505ae1 23:19:03 ---> 8ea9968af6b0 23:19:03 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:19:03 ---> Running in 2be310cbb0a9 23:19:04 Removing intermediate container 2be310cbb0a9 23:19:04 ---> 9500c0838c04 23:19:04 Step 25/27 : LABEL arch=arm64 23:19:04 ---> Running in e6a211dc0a1b 23:19:05 Removing intermediate container e6a211dc0a1b 23:19:05 ---> 038845cf3c64 23:19:05 Step 26/27 : LABEL git_sha=f2e565f1610ec8fd4223ca17c219d0fa5c7238c7 23:19:05 ---> Running in 4ed27bb18c94 23:19:05 Removing intermediate container 4ed27bb18c94 23:19:05 ---> d76bd7b5ccbe 23:19:05 Step 27/27 : LABEL version=0.0.0 23:19:05 ---> Running in 9acd84e746be 23:19:06 Removing intermediate container 9acd84e746be 23:19:06 ---> ac7d259464fd 23:19:06 [Warning] One or more build-args [ARCH] were not consumed 23:19:06 Successfully built ac7d259464fd 23:19:06 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:19:22 Still waiting to schedule task 23:19:22 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 23:21:03 Running on prd-ubuntu18.04-docker-arm64-16c-16g-9021 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 23:21:03 Running in /w/workspace/app-service-configurable/12 [Pipeline] { [Pipeline] checkout 23:21:07 using credential edgex-jenkins-ssh 23:21:07 Cloning the remote Git repository 23:21:07 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:21:07 > git init /w/workspace/app-service-configurable/12 # timeout=10 23:21:07 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:21:07 > git --version # timeout=10 23:21:07 > git --version # 'git version 2.17.1' 23:21:07 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:21:08 Merging remotes/origin/master commit 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a into PR head commit 56afee60f47744720baa836efc6be2ae9b07808d 23:21:08 Merge succeeded, producing 885991670f16d07aa0329b55810f0fbd2ebfd817 23:21:08 Checking out Revision 885991670f16d07aa0329b55810f0fbd2ebfd817 (PR-124) 23:21:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:21:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:21:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:21:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:21:08 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:21:08 > git config core.sparsecheckout # timeout=10 23:21:08 > git checkout -f 56afee60f47744720baa836efc6be2ae9b07808d # timeout=10 23:21:08 > git remote # timeout=10 23:21:08 > git config --get remote.origin.url # timeout=10 23:21:08 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:08 > git merge 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 23:21:08 > git rev-parse HEAD^{commit} # timeout=10 23:21:08 > git config core.sparsecheckout # timeout=10 23:21:08 > git checkout -f 885991670f16d07aa0329b55810f0fbd2ebfd817 # timeout=10 23:21:13 Commit message: "Merge commit '36f96dc01f0f062f25a64d6a8a14201b3aa7f12a' into HEAD" 23:21:13 First time build. Skipping changelog. 23:21:13 > git rev-list --no-walk ce34c79cf5f08ae78959e83a603cdd0ab134b168 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:21:14 + echo snap-build.sh 23:21:14 snap-build.sh 23:21:14 + SNAP_BASE_DIR=. 23:21:14 + '[' '!' -z /w/workspace/app-service-configurable/12 ']' 23:21:14 + SNAP_BASE_DIR=/w/workspace/app-service-configurable/12 23:21:14 + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/12]' 23:21:14 [snap-build] Building snap in dir [/w/workspace/app-service-configurable/12] 23:21:14 + cd /w/workspace/app-service-configurable/12 23:21:14 + sudo apt-get update 23:21:14 Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] 23:21:14 Hit:2 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic InRelease 23:21:14 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 23:21:14 Get:4 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 23:21:15 Get:5 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] 23:21:15 Get:6 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease [15.4 kB] 23:21:15 Get:7 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 23:21:15 Get:8 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main arm64 Packages [824 B] 23:21:16 Get:9 https://download.docker.com/linux/ubuntu bionic/stable arm64 Packages [12.9 kB] 23:21:16 Get:10 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main Translation-en [476 B] 23:21:16 Get:11 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1119 kB] 23:21:17 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [822 kB] 23:21:17 Get:13 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [367 kB] 23:21:17 Get:14 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2088 B] 23:21:17 Get:15 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [24.6 kB] 23:21:17 Get:16 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1478 kB] 23:21:17 Get:17 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [353 kB] 23:21:17 Get:18 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5072 B] 23:21:17 Get:19 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [6980 B] 23:21:17 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [276 kB] 23:21:17 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] 23:21:17 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [21.9 kB] 23:21:17 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [941 kB] 23:21:17 Get:24 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main arm64 Packages [9340 B] 23:21:17 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [241 kB] 23:21:17 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] 23:21:17 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2964 B] 23:21:17 Get:28 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main Translation-en [1360 B] 23:21:17 Get:29 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [9992 B] 23:21:17 Get:30 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main Translation-en [4764 B] 23:21:17 Get:31 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [9932 B] 23:21:17 Get:32 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe Translation-en [4588 B] 23:21:29 Fetched 6066 kB in 5s (1317 kB/s) 23:21:32 Reading package lists... 23:21:32 + sudo apt-get install -y expect 23:21:33 Reading package lists... 23:21:33 Building dependency tree... 23:21:33 Reading state information... 23:21:34 The following additional packages will be installed: 23:21:34 tcl-expect 23:21:34 The following NEW packages will be installed: 23:21:34 expect tcl-expect 23:21:34 0 upgraded, 2 newly installed, 0 to remove and 233 not upgraded. 23:21:34 Need to get 233 kB of archives. 23:21:34 After this operation, 523 kB of additional disk space will be used. 23:21:34 Get:1 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic/universe arm64 tcl-expect arm64 5.45.4-1 [95.9 kB] 23:21:35 Get:2 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic/universe arm64 expect arm64 5.45.4-1 [137 kB] 23:21:36 debconf: unable to initialize frontend: Dialog 23:21:36 debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 23:21:36 debconf: falling back to frontend: Readline 23:21:36 debconf: unable to initialize frontend: Readline 23:21:36 debconf: (This frontend requires a controlling tty.) 23:21:36 debconf: falling back to frontend: Teletype 23:21:36 dpkg-preconfigure: unable to re-open stdin: 23:21:36 Fetched 233 kB in 1s (362 kB/s) 23:21:36 Selecting previously unselected package tcl-expect:arm64. 23:21:38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 171706 files and directories currently installed.) 23:21:38 Preparing to unpack .../tcl-expect_5.45.4-1_arm64.deb ... 23:21:38 Unpacking tcl-expect:arm64 (5.45.4-1) ... 23:21:38 Selecting previously unselected package expect. 23:21:38 Preparing to unpack .../expect_5.45.4-1_arm64.deb ... 23:21:38 Unpacking expect (5.45.4-1) ... 23:21:38 Setting up tcl-expect:arm64 (5.45.4-1) ... 23:21:38 Setting up expect (5.45.4-1) ... 23:21:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:21:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:21:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:21:49 + pushd /build 23:21:49 /w/workspace/app-service-configurable/12@tmp/durable-ffc57d17/script.sh: line 27: pushd: /build: No such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:21:50 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:21:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:21:54 ---> package-listing.sh 23:21:54 ++ facter osfamily 23:21:54 ++ tr '[:upper:]' '[:lower:]' 23:21:54 + OS_FAMILY=redhat 23:21:54 + workspace=/w/workspace/_app-service-configurable_PR-124 23:21:54 + START_PACKAGES=/tmp/packages_start.txt 23:21:54 + END_PACKAGES=/tmp/packages_end.txt 23:21:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:21:54 + PACKAGES=/tmp/packages_start.txt 23:21:54 + '[' /w/workspace/_app-service-configurable_PR-124 ']' 23:21:54 + PACKAGES=/tmp/packages_end.txt 23:21:54 + case "${OS_FAMILY}" in 23:21:54 + rpm -qa 23:21:54 + sort 23:21:58 + '[' -f /tmp/packages_start.txt ']' 23:21:58 + '[' -f /tmp/packages_end.txt ']' 23:21:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:21:58 + '[' /w/workspace/_app-service-configurable_PR-124 ']' 23:21:58 + mkdir -p /w/workspace/_app-service-configurable_PR-124/archives/ 23:21:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-124/archives/ [Pipeline] echo 23:21:58 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-124/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:21:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:21:59 23:21:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:21:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:21:59 alpine: Pulling from edgex-lftools-log-publisher 23:21:59 df20fa9351a1: Pulling fs layer 23:21:59 36b3adc4ff6f: Pulling fs layer 23:21:59 8ad3a11d3b57: Pulling fs layer 23:21:59 46f8f816bc3b: Pulling fs layer 23:21:59 93b61091891f: Pulling fs layer 23:21:59 93b9cdb0e59b: Pulling fs layer 23:21:59 5e14af77c1be: Pulling fs layer 23:21:59 01666e4c0597: Pulling fs layer 23:21:59 aa168da1d23b: Pulling fs layer 23:21:59 93b9cdb0e59b: Waiting 23:21:59 5e14af77c1be: Waiting 23:21:59 01666e4c0597: Waiting 23:21:59 aa168da1d23b: Waiting 23:21:59 46f8f816bc3b: Waiting 23:21:59 93b61091891f: Waiting 23:21:59 36b3adc4ff6f: Verifying Checksum 23:21:59 36b3adc4ff6f: Download complete 23:21:59 46f8f816bc3b: Download complete 23:22:00 df20fa9351a1: Verifying Checksum 23:22:00 df20fa9351a1: Download complete 23:22:00 93b9cdb0e59b: Download complete 23:22:00 93b61091891f: Verifying Checksum 23:22:00 93b61091891f: Download complete 23:22:00 5e14af77c1be: Verifying Checksum 23:22:00 5e14af77c1be: Download complete 23:22:00 01666e4c0597: Verifying Checksum 23:22:00 01666e4c0597: Download complete 23:22:00 df20fa9351a1: Pull complete 23:22:00 36b3adc4ff6f: Pull complete 23:22:01 8ad3a11d3b57: Verifying Checksum 23:22:01 8ad3a11d3b57: Download complete 23:22:02 8ad3a11d3b57: Pull complete 23:22:02 46f8f816bc3b: Pull complete 23:22:02 93b61091891f: Pull complete 23:22:02 93b9cdb0e59b: Pull complete 23:22:02 aa168da1d23b: Verifying Checksum 23:22:02 5e14af77c1be: Pull complete 23:22:03 01666e4c0597: Pull complete 23:22:11 aa168da1d23b: Pull complete 23:22:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:22:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:22:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:22:11 prd-centos7-docker-4c-2g-9017 does not seem to be running inside a container 23:22:11 $ 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/_app-service-configurable_PR-124/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-124 -v /w/workspace/_app-service-configurable_PR-124:/w/workspace/_app-service-configurable_PR-124:rw,z -v /w/workspace/_app-service-configurable_PR-124@tmp:/w/workspace/_app-service-configurable_PR-124@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:22:15 $ docker top 351a74d8c27ef6a3769ed48b682aaae3a49db689f7462be89267d8ac19d740b4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:16 + touch /tmp/pre-build-complete [Pipeline] sh 23:22:16 + mkdir -p /var/log/sa [Pipeline] sh 23:22:17 + ls /var/log/sa-host 23:22:17 + sadf -c /var/log/sa-host/sa05 23:22:17 file_magic: OK 23:22:17 HZ: Using current value: 100 23:22:17 file_header: OK 23:22:17 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 23:22:17 Statistics: 23:22:17 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:22:17 File successfully converted to sysstat format version 12.2.1 23:22:17 + sadf -c /var/log/sa-host/sa26 23:22:17 file_magic: OK 23:22:17 HZ: Using current value: 100 23:22:17 file_header: OK 23:22:17 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 23:22:17 Statistics: 23:22:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:22:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:22:17 provisioning config files... 23:22:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-124@tmp/config8468333335289312320tmp [Pipeline] { [Pipeline] echo 23:22:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:22:17 ---> create-netrc.sh [Pipeline] } 23:22:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:22:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:22:18 ---> python-tools-install.sh [Pipeline] echo 23:22:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:22:18 ---> sudo-logs.sh 23:22:18 Archiving 'sudo' log.. [Pipeline] echo 23:22:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:22:18 ---> job-cost.sh 23:22:18 lf-activate-venv: SKIPPING 23:22:18 INFO: No Stack... 23:22:19 INFO: Retrieving Pricing Info for: v1-standard-2 23:22:20 INFO: Archiving Costs [Pipeline] echo 23:22:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:22:20 ---> logs-deploy.sh 23:22:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-124/12 23:22:20 INFO: archiving workspace using pattern(s): 23:22:22 Archives upload complete. 23:22:22 INFO: archiving logs to Nexus 23:22:23 ---> uname -a: 23:22:23 Linux prd-centos7-docker-4c-2g-9017.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:22:23 23:22:23 23:22:23 ---> lscpu: 23:22:23 Architecture: x86_64 23:22:23 CPU op-mode(s): 32-bit, 64-bit 23:22:23 Byte Order: Little Endian 23:22:23 Address sizes: 40 bits physical, 48 bits virtual 23:22:23 CPU(s): 4 23:22:23 On-line CPU(s) list: 0-3 23:22:23 Thread(s) per core: 1 23:22:23 Core(s) per socket: 1 23:22:23 Socket(s): 4 23:22:23 NUMA node(s): 1 23:22:23 Vendor ID: GenuineIntel 23:22:23 CPU family: 6 23:22:23 Model: 44 23:22:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:22:23 Stepping: 1 23:22:23 CPU MHz: 2933.436 23:22:23 BogoMIPS: 5866.87 23:22:23 Virtualization: VT-x 23:22:23 Hypervisor vendor: KVM 23:22:23 Virtualization type: full 23:22:23 L1d cache: 128 KiB 23:22:23 L1i cache: 128 KiB 23:22:23 L2 cache: 16 MiB 23:22:23 L3 cache: 64 MiB 23:22:23 NUMA node0 CPU(s): 0-3 23:22:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:22:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:22:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:22:23 Vulnerability Meltdown: Mitigation; PTI 23:22:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:22:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:22:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:22:23 Vulnerability Tsx async abort: Not affected 23:22:23 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 23:22:23 23:22:23 23:22:23 ---> nproc: 23:22:23 4 23:22:23 23:22:23 23:22:23 ---> df -h: 23:22:23 Filesystem Size Used Available Use% Mounted on 23:22:23 overlay 50.0G 7.2G 42.8G 14% / 23:22:23 tmpfs 64.0M 0 64.0M 0% /dev 23:22:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:22:23 shm 64.0M 0 64.0M 0% /dev/shm 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_PR-124 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_PR-124@tmp 23:22:23 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 23:22:23 23:22:23 23:22:23 ---> free -m: 23:22:23 total used free shared buff/cache available 23:22:23 Mem: 1837 670 125 0 1041 1063 23:22:23 Swap: 1023 1 1022 23:22:23 23:22:23 23:22:23 ---> ip addr: 23:22:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:22:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:22:23 inet 127.0.0.1/8 scope host lo 23:22:23 valid_lft forever preferred_lft forever 23:22:23 inet6 ::1/128 scope host 23:22:23 valid_lft forever preferred_lft forever 23:22:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:22:23 link/ether fa:16:3e:e5:99:2e brd ff:ff:ff:ff:ff:ff 23:22:23 inet 10.30.123.173/23 brd 10.30.123.255 scope global dynamic eth0 23:22:23 valid_lft 85681sec preferred_lft 85681sec 23:22:23 inet6 fe80::f816:3eff:fee5:992e/64 scope link 23:22:23 valid_lft forever preferred_lft forever 23:22:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:22:23 link/ether 02:42:11:12:75:70 brd ff:ff:ff:ff:ff:ff 23:22:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:22:23 valid_lft forever preferred_lft forever 23:22:23 inet6 fe80::42:11ff:fe12:7570/64 scope link 23:22:23 valid_lft forever preferred_lft forever 23:22:23 23:22:23 23:22:23 ---> sar -b -r -n DEV: 23:22:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 23:22:23 23:22:23 23:10:05 LINUX RESTART (4 CPU) 23:22:23 23:22:23 23:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:22:23 23:12:01 26.82 10.44 16.38 0.00 4354.39 2002.40 0.00 23:22:23 23:13:01 1.43 0.00 1.43 0.00 0.00 23.00 0.00 23:22:23 23:14:01 0.30 0.00 0.30 0.00 0.00 4.00 0.00 23:22:23 23:15:01 0.37 0.00 0.37 0.00 0.00 6.09 0.00 23:22:23 23:16:01 0.28 0.00 0.28 0.00 0.00 2.85 0.00 23:22:23 23:17:01 0.42 0.02 0.40 0.00 0.13 5.53 0.00 23:22:23 23:18:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 23:22:23 23:19:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 23:22:23 23:20:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 23:22:23 23:21:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 23:22:23 23:22:01 46.91 41.65 5.26 0.00 4255.48 2945.40 0.00 23:22:23 Average: 7.05 4.74 2.31 0.00 783.05 454.81 0.00 23:22:23 23:22:23 23:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:22:23 23:12:01 165272 0 576172 30.62 2620 1137492 1109212 37.86 418580 1138672 20 23:22:23 23:13:01 170036 0 571404 30.37 2620 1137496 1080796 36.89 417904 1135148 12 23:22:23 23:14:01 170156 0 571276 30.36 2620 1137504 1080796 36.89 418044 1135148 8 23:22:23 23:15:01 167524 0 573908 30.50 2620 1137504 1081304 36.90 423208 1132560 8 23:22:23 23:16:01 167916 0 573508 30.48 2620 1137512 1081256 36.90 431484 1124084 8 23:22:23 23:17:01 168892 0 572524 30.43 2620 1137520 1081124 36.90 430748 1124084 12 23:22:23 23:18:01 168212 0 573196 30.46 2620 1137528 1081232 36.90 429408 1126004 8 23:22:23 23:19:01 169136 0 572268 30.41 2620 1137532 1081052 36.89 420012 1134436 8 23:22:23 23:20:01 169220 0 572180 30.41 2620 1137536 1081052 36.89 420016 1134436 8 23:22:23 23:21:01 169304 0 572088 30.41 2620 1137544 1081100 36.90 418480 1136236 8 23:22:23 23:22:01 111716 0 615048 32.69 2620 1152172 1290444 44.04 456120 1148784 19604 23:22:23 Average: 163399 0 576688 30.65 2620 1138849 1102670 37.63 425819 1133599 1791 23:22:23 23:22:23 23:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:22:23 23:12:01 eth0 73.06 56.98 339.21 33.87 0.00 0.00 0.00 0.00 23:22:23 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:12:01 docker0 1.86 1.60 0.35 3.26 0.00 0.00 0.00 0.00 23:22:23 23:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:22:23 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:14:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 23:22:23 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:15:01 eth0 1.32 0.58 0.55 0.22 0.00 0.00 0.00 0.00 23:22:23 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:16:01 eth0 0.67 0.37 0.40 0.26 0.00 0.00 0.00 0.00 23:22:23 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:17:01 eth0 0.28 0.15 0.13 0.04 0.00 0.00 0.00 0.00 23:22:23 23:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:18:01 eth0 1.05 0.57 0.36 0.25 0.00 0.00 0.00 0.00 23:22:23 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:19:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 23:22:23 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:20:01 eth0 0.37 0.08 0.02 0.01 0.00 0.00 0.00 0.00 23:22:23 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:21:01 eth0 0.67 0.17 0.13 0.07 0.00 0.00 0.00 0.00 23:22:23 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:22:01 eth0 128.11 105.26 1265.60 10.98 0.00 0.00 0.00 0.00 23:22:23 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 Average: eth0 18.78 14.95 146.12 4.16 0.00 0.00 0.00 0.00 23:22:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:23 Average: docker0 0.17 0.15 0.03 0.30 0.00 0.00 0.00 0.00 23:22:23 23:22:23 23:22:23 ---> sar -P ALL: 23:22:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 23:22:23 23:22:23 23:10:05 LINUX RESTART (4 CPU) 23:22:23 23:22:23 23:11:01 CPU %user %nice %system %iowait %steal %idle 23:22:23 23:12:01 all 2.29 0.00 1.60 0.65 0.04 95.42 23:22:23 23:12:01 0 2.32 0.00 1.53 0.50 0.03 95.62 23:22:23 23:12:01 1 2.45 0.00 1.31 0.55 0.05 95.64 23:22:23 23:12:01 2 2.23 0.00 1.74 1.46 0.05 94.51 23:22:23 23:12:01 3 2.16 0.00 1.83 0.10 0.02 95.89 23:22:23 23:13:01 all 0.06 0.00 0.05 0.00 0.00 99.90 23:22:23 23:13:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:22:23 23:13:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:22:23 23:13:01 2 0.12 0.00 0.07 0.00 0.00 99.82 23:22:23 23:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:22:23 23:14:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:22:23 23:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:22:23 23:14:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:22:23 23:14:01 2 0.55 0.00 0.05 0.00 0.00 99.40 23:22:23 23:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:22:23 23:15:01 all 0.17 0.00 0.04 0.00 0.01 99.78 23:22:23 23:15:01 0 0.05 0.00 0.02 0.00 0.02 99.92 23:22:23 23:15:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:22:23 23:15:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:22:23 23:15:01 3 0.03 0.00 0.08 0.00 0.02 99.87 23:22:23 23:16:01 all 0.17 0.00 0.07 0.00 0.00 99.75 23:22:23 23:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:22:23 23:16:01 1 0.57 0.00 0.05 0.00 0.02 99.37 23:22:23 23:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:22:23 23:16:01 3 0.05 0.00 0.17 0.00 0.00 99.78 23:22:23 23:17:01 all 0.13 0.00 0.03 0.00 0.00 99.84 23:22:23 23:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:22:23 23:17:01 1 0.48 0.00 0.05 0.00 0.00 99.47 23:22:23 23:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:22:23 23:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 23:22:23 23:18:01 all 0.05 0.00 0.03 0.00 0.00 99.92 23:22:23 23:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:22:23 23:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:22:23 23:18:01 2 0.03 0.00 0.05 0.00 0.02 99.90 23:22:23 23:18:01 3 0.07 0.00 0.03 0.00 0.00 99.90 23:22:23 23:19:01 all 0.13 0.00 0.03 0.00 0.00 99.83 23:22:23 23:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:22:23 23:19:01 1 0.47 0.00 0.05 0.00 0.00 99.48 23:22:23 23:19:01 2 0.03 0.00 0.07 0.00 0.00 99.90 23:22:23 23:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 23:22:23 23:20:01 all 0.16 0.00 0.03 0.00 0.00 99.80 23:22:23 23:20:01 0 0.03 0.00 0.05 0.00 0.02 99.90 23:22:23 23:20:01 1 0.53 0.00 0.02 0.00 0.00 99.45 23:22:23 23:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:22:23 23:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:22:23 23:21:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:22:23 23:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:22:23 23:21:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:22:23 23:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:22:23 23:21:01 3 0.05 0.00 0.07 0.00 0.00 99.88 23:22:23 23:22:01 all 2.00 0.00 1.08 0.94 0.01 95.96 23:22:23 23:22:01 0 1.91 0.00 1.07 1.42 0.00 95.60 23:22:23 23:22:01 1 1.54 0.00 1.32 1.34 0.02 95.78 23:22:23 23:22:01 2 2.02 0.00 1.02 0.52 0.02 96.42 23:22:23 23:22:01 3 2.54 0.00 0.92 0.49 0.02 96.03 23:22:23 23:22:23 Average: CPU %user %nice %system %iowait %steal %idle 23:22:23 Average: all 0.50 0.00 0.28 0.14 0.01 99.08 23:22:23 Average: 0 0.41 0.00 0.26 0.17 0.01 99.15 23:22:23 Average: 1 0.66 0.00 0.27 0.17 0.01 98.89 23:22:23 Average: 2 0.47 0.00 0.29 0.18 0.01 99.06 23:22:23 Average: 3 0.45 0.00 0.29 0.05 0.00 99.20 23:22:23 23:22:23 23:22:23