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 f11db4d2136e62a752c8b48d9f7ba494c888ad76+6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (b960d271ff889a528529a3395ec1e9845cbed3d4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@06253c36bba6c05888b667ce0aa093082c02927a Attempting to resolve 06253c36bba6c05888b667ce0aa093082c02927a 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 06253c36bba6c05888b667ce0aa093082c02927a 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 06253c36bba6c05888b667ce0aa093082c02927a^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 06253c36bba6c05888b667ce0aa093082c02927a # timeout=10 Selected match: pr/264/head revision 06253c36bba6c05888b667ce0aa093082c02927a 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 06253c36bba6c05888b667ce0aa093082c02927a (pr/264/head) > git config core.sparsecheckout # timeout=10 > git checkout -f 06253c36bba6c05888b667ce0aa093082c02927a # 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9168 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 > 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 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 Merge succeeded, producing 2b71910c183cf0f434fb83f9adaad7bf20289b21 Checking out Revision 2b71910c183cf0f434fb83f9adaad7bf20289b21 (PR-124) > git config core.sparsecheckout # timeout=10 > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b71910c183cf0f434fb83f9adaad7bf20289b21 # timeout=10 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:50:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 16:50:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:50:17 ========================================================= 16:50:17 EdgeX Global Pipelines Version Info 16:50:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:50:19 ------------------- 16:50:19 stable info: 16:50:19 ------------------- 16:50:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:50:19 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 16:50:19 Message: update stable to v1.0.148 16:50:20 ------------------- 16:50:20 experimental info: 16:50:20 ------------------- 16:50:20 Commited By: **** collab-it+edgex@linuxfoundation.org 16:50:20 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 16:50:20 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:50:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:50:20 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:50:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:50:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-124 [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-124 [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-124 [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b71910c183cf0f434fb83f9adaad7bf20289b21 [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b71910 [Pipeline] echo 16:50:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:50:24 + git log --format=format:%s -1 2b71910c183cf0f434fb83f9adaad7bf20289b21 [Pipeline] echo 16:50:24 GIT_COMMIT: 2b71910c183cf0f434fb83f9adaad7bf20289b21, Commit Message: Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD [Pipeline] echo 16:50:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:50:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:50:25 16:50:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:50:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:50:26 latest: Pulling from edgex-devops/git-semver 16:50:26 31603596830f: Pulling fs layer 16:50:26 2a8b12db71e7: Pulling fs layer 16:50:26 6ca5941a6612: Pulling fs layer 16:50:26 ecc8261a40a4: Pulling fs layer 16:50:26 ecc8261a40a4: Waiting 16:50:26 2a8b12db71e7: Verifying Checksum 16:50:26 2a8b12db71e7: Download complete 16:50:26 31603596830f: Download complete 16:50:26 ecc8261a40a4: Verifying Checksum 16:50:26 ecc8261a40a4: Download complete 16:50:26 6ca5941a6612: Verifying Checksum 16:50:26 6ca5941a6612: Download complete 16:50:26 31603596830f: Pull complete 16:50:26 2a8b12db71e7: Pull complete 16:50:27 6ca5941a6612: Pull complete 16:50:28 ecc8261a40a4: Pull complete 16:50:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:50:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:50:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:50:28 prd-centos7-docker-4c-2g-9168 does not seem to be running inside a container 16:50:28 $ 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 16:50:30 $ docker top 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:50:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:50:31 [ssh-agent] Looking for ssh-agent implementation... 16:50:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:50:31 $ docker exec 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent 16:50:31 SSH_AUTH_SOCK=/tmp/ssh-T9Ekn76b0RTr/agent.12 16:50:31 SSH_AGENT_PID=17 16:50:31 Running ssh-add (command line suppressed) 16:50:31 Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_4878580697517671223.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_4878580697517671223.key) 16:50:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:50:32 + git tag --points-at HEAD [Pipeline] } 16:50:32 $ docker exec --env ******** --env ******** 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent -k 16:50:32 unset SSH_AUTH_SOCK; 16:50:32 unset SSH_AGENT_PID; 16:50:32 echo Agent pid 17 killed; 16:50:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:50:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:50:32 [ssh-agent] Looking for ssh-agent implementation... 16:50:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:50:32 $ docker exec 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent 16:50:33 SSH_AUTH_SOCK=/tmp/ssh-1qmfRkj2EdLK/agent.45 16:50:33 SSH_AGENT_PID=51 16:50:33 Running ssh-add (command line suppressed) 16:50:33 Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_4889519725441918498.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_4889519725441918498.key) 16:50:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:50:33 + git semver init 16:50:33 # -> Open(): unable to determine branch for HEAD 16:50:33 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-124/.git 16:50:33 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-124 16:50:33 # $SEMVER_REMOTE_NAME = origin 16:50:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:50:33 # $SEMVER_USER_NAME = edgex-jenkins 16:50:33 # $SEMVER_BRANCH = PR-124 16:50:33 # $SEMVER_TEMP = /tmp/semver-091250206 16:50:33 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:50:34 # '/tmp/semver-091250206' -> '/w/workspace/_app-service-configurable_PR-124/.semver' 16:50:34 # -> Force: false 16:50:34 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-124/.semver [Pipeline] } 16:50:34 $ docker exec --env ******** --env ******** 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent -k 16:50:34 unset SSH_AUTH_SOCK; 16:50:34 unset SSH_AGENT_PID; 16:50:34 echo Agent pid 51 killed; 16:50:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:50:35 + git semver [Pipeline] } 16:50:35 $ docker stop --time=1 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 16:50:36 $ docker rm -f 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 [Pipeline] // withDockerContainer [Pipeline] sh 16:50:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:50:37 Stashed 1 file(s) [Pipeline] echo 16:50:37 [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 16:50:53 Still waiting to schedule task 16:50:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:50:53 Still waiting to schedule task 16:50:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:52:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9169 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 16:52:41 Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout 16:52:46 using credential edgex-jenkins-ssh 16:52:46 Cloning the remote Git repository 16:52:46 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:52:46 > git init /w/workspace/app-service-configurable/16 # timeout=10 16:52:46 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:52:46 > git --version # timeout=10 16:52:46 > git --version # 'git version 2.17.1' 16:52:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:52:48 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 16:52:48 Merge succeeded, producing fce1f85048c615e7bc4893b7d420f818e561faf7 16:52:48 Checking out Revision fce1f85048c615e7bc4893b7d420f818e561faf7 (PR-124) 16:52:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:52:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:52:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:52:47 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:52:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:47 > 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 16:52:48 > git config core.sparsecheckout # timeout=10 16:52:48 > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 16:52:48 > git remote # timeout=10 16:52:48 > git config --get remote.origin.url # timeout=10 16:52:48 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:48 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 16:52:48 > git rev-parse HEAD^{commit} # timeout=10 16:52:48 > git config core.sparsecheckout # timeout=10 16:52:48 > git checkout -f fce1f85048c615e7bc4893b7d420f818e561faf7 # timeout=10 16:52:52 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 16:52:52 First time build. Skipping changelog. 16:52:52 > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:52:54 ========================================================= 16:52:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:52:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:52:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:52:56 Sending build context to Docker daemon 98.3kB 16:52:56 Step 1/8 : ARG BASE=golang:1.15-alpine 16:52:56 Step 2/8 : FROM ${BASE} 16:52:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:52:56 b538f80385f9: Pulling fs layer 16:52:56 74f711af9a0d: Pulling fs layer 16:52:56 99f96fe45779: Pulling fs layer 16:52:56 8529a6b9a6be: Pulling fs layer 16:52:56 45590311c82a: Pulling fs layer 16:52:56 69ca0ff8b7b3: Pulling fs layer 16:52:56 209524e5b208: Pulling fs layer 16:52:56 8529a6b9a6be: Waiting 16:52:56 45590311c82a: Waiting 16:52:56 69ca0ff8b7b3: Waiting 16:52:56 209524e5b208: Waiting 16:52:56 99f96fe45779: Verifying Checksum 16:52:56 99f96fe45779: Download complete 16:52:56 74f711af9a0d: Verifying Checksum 16:52:56 74f711af9a0d: Download complete 16:52:56 45590311c82a: Download complete 16:52:57 69ca0ff8b7b3: Verifying Checksum 16:52:57 69ca0ff8b7b3: Download complete 16:52:57 b538f80385f9: Verifying Checksum 16:52:57 b538f80385f9: Download complete 16:52:57 b538f80385f9: Pull complete 16:52:58 74f711af9a0d: Pull complete 16:52:59 99f96fe45779: Pull complete 16:52:59 209524e5b208: Download complete 16:53:00 Running on prd-centos7-docker-4c-2g-9170 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 16:53:00 Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout 16:53:00 8529a6b9a6be: Verifying Checksum 16:53:00 8529a6b9a6be: Download complete 16:53:03 using credential edgex-jenkins-ssh 16:53:03 Cloning the remote Git repository 16:53:03 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:53:03 > git init /w/workspace/app-service-configurable/16 # timeout=10 16:53:03 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:53:03 > git --version # timeout=10 16:53:03 > git --version # 'git version 2.16.5' 16:53:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:53:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:53:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:53:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:53:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:53:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:04 > 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 16:53:05 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 16:53:05 Merge succeeded, producing 1b91ded371b37a90b756941a52807df07d09dfd9 16:53:05 Checking out Revision 1b91ded371b37a90b756941a52807df07d09dfd9 (PR-124) 16:53:05 > git config core.sparsecheckout # timeout=10 16:53:05 > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 16:53:05 > git remote # timeout=10 16:53:05 > git config --get remote.origin.url # timeout=10 16:53:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:05 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 16:53:05 > git rev-parse HEAD^{commit} # timeout=10 16:53:05 > git config core.sparsecheckout # timeout=10 16:53:05 > git checkout -f 1b91ded371b37a90b756941a52807df07d09dfd9 # timeout=10 16:53:09 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 16:53:09 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:53:10 ========================================================= 16:53:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:53:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:53:09 > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 16:53:10 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:53:10 Sending build context to Docker daemon 98.3kB 16:53:11 Step 1/8 : ARG BASE=golang:1.15-alpine 16:53:11 Step 2/8 : FROM ${BASE} 16:53:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:53:11 df20fa9351a1: Pulling fs layer 16:53:11 ed8968b2872e: Pulling fs layer 16:53:11 a92cc7c5fd73: Pulling fs layer 16:53:11 e871e8e8d7a9: Pulling fs layer 16:53:11 e73272ec9a57: Pulling fs layer 16:53:11 1e910a182e73: Pulling fs layer 16:53:11 4e634b169226: Pulling fs layer 16:53:11 e73272ec9a57: Waiting 16:53:11 1e910a182e73: Waiting 16:53:11 4e634b169226: Waiting 16:53:11 e871e8e8d7a9: Waiting 16:53:11 8529a6b9a6be: Pull complete 16:53:11 45590311c82a: Pull complete 16:53:11 a92cc7c5fd73: Verifying Checksum 16:53:11 a92cc7c5fd73: Download complete 16:53:11 ed8968b2872e: Download complete 16:53:11 e73272ec9a57: Verifying Checksum 16:53:11 e73272ec9a57: Download complete 16:53:11 1e910a182e73: Verifying Checksum 16:53:11 1e910a182e73: Download complete 16:53:11 df20fa9351a1: Verifying Checksum 16:53:11 df20fa9351a1: Download complete 16:53:11 69ca0ff8b7b3: Pull complete 16:53:11 df20fa9351a1: Pull complete 16:53:11 ed8968b2872e: Pull complete 16:53:11 a92cc7c5fd73: Pull complete 16:53:12 4e634b169226: Verifying Checksum 16:53:12 4e634b169226: Download complete 16:53:13 e871e8e8d7a9: Verifying Checksum 16:53:13 e871e8e8d7a9: Download complete 16:53:15 209524e5b208: Pull complete 16:53:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:53:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:53:15 ---> 5bddaf1c2fca 16:53:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:53:17 ---> Running in 6540075b87ba 16:53:18 Removing intermediate container 6540075b87ba 16:53:18 ---> 08b63f4bfe54 16:53:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:18 ---> Running in 1294cd9fad0a 16:53:19 e871e8e8d7a9: Pull complete 16:53:19 e73272ec9a57: Pull complete 16:53:19 1e910a182e73: Pull complete 16:53:20 Removing intermediate container 1294cd9fad0a 16:53:20 ---> 00f586b9076c 16:53:20 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 16:53:20 ---> Running in 97c724a78121 16:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:53:23 4e634b169226: Pull complete 16:53:23 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:53:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:53:23 ---> f7629b54cfaa 16:53:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:53:23 ---> Running in 23945b096b88 16:53:23 Removing intermediate container 23945b096b88 16:53:23 ---> ff43b20f0ea3 16:53:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:23 ---> Running in 23ec3fec61e8 16:53:24 (1/6) Installing libc-dev (0.7.2-r3) 16:53:24 (2/6) Installing libsodium (1.0.18-r0) 16:53:24 (3/6) Installing pkgconf (1.7.2-r0) 16:53:24 (4/6) Installing libsodium-dev (1.0.18-r0) 16:53:24 (5/6) Installing libzmq (4.3.3-r0) 16:53:24 (6/6) Installing zeromq-dev (4.3.3-r0) 16:53:24 Removing intermediate container 23ec3fec61e8 16:53:24 ---> 11f7baca055f 16:53:24 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 16:53:24 Executing busybox-1.31.1-r16.trigger 16:53:24 OK: 144 MiB in 45 packages 16:53:24 ---> Running in 4a1aaa2d4784 16:53:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:26 Removing intermediate container 97c724a78121 16:53:26 ---> 5520ef24f75a 16:53:26 Step 6/8 : WORKDIR /app 16:53:26 ---> Running in 9c2a753dba31 16:53:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:26 Removing intermediate container 9c2a753dba31 16:53:26 ---> 65c0673fe79b 16:53:26 Step 7/8 : COPY . . 16:53:26 (1/6) Installing libc-dev (0.7.2-r3) 16:53:26 (2/6) Installing libsodium (1.0.18-r0) 16:53:26 (3/6) Installing pkgconf (1.7.2-r0) 16:53:27 (4/6) Installing libsodium-dev (1.0.18-r0) 16:53:27 (5/6) Installing libzmq (4.3.3-r0) 16:53:27 (6/6) Installing zeromq-dev (4.3.3-r0) 16:53:27 Executing busybox-1.31.1-r16.trigger 16:53:27 OK: 167 MiB in 45 packages 16:53:27 ---> 791d37afbb50 16:53:27 Step 8/8 : RUN go mod download 16:53:27 ---> Running in 16619d472360 16:53:27 Removing intermediate container 4a1aaa2d4784 16:53:27 ---> f9fcf12547e2 16:53:27 Step 6/8 : WORKDIR /app 16:53:27 ---> Running in 54a2631f3b0a 16:53:27 Removing intermediate container 54a2631f3b0a 16:53:27 ---> a9a2e96db8a2 16:53:27 Step 7/8 : COPY . . 16:53:28 ---> d4991d9c038d 16:53:28 Step 8/8 : RUN go mod download 16:53:28 ---> Running in 2da60074e10e 16:53:51 Removing intermediate container 2da60074e10e 16:53:51 ---> 482790cfef36 16:53:51 Successfully built 482790cfef36 16:53:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:53:52 + docker inspect -f . ci-base-image-x86_64 16:53:52 . [Pipeline] withDockerContainer 16:53:52 prd-centos7-docker-4c-2g-9170 does not seem to be running inside a container 16:53:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@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 16:53:53 $ docker top 37722f03b09e28261645a2e7dd3268daf046b38570f0580f0ceeefb0c7434f84 -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:53 + go version 16:53:53 go version go1.15.2 linux/amd64 [Pipeline] } 16:53:53 $ docker stop --time=1 37722f03b09e28261645a2e7dd3268daf046b38570f0580f0ceeefb0c7434f84 16:53:55 $ docker rm -f 37722f03b09e28261645a2e7dd3268daf046b38570f0580f0ceeefb0c7434f84 16:53:55 Removing intermediate container 16619d472360 16:53:55 ---> 5270a4deac58 16:53:55 Successfully built 5270a4deac58 16:53:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:55 + docker inspect -f . ci-base-image-arm64 16:53:55 . [Pipeline] withDockerContainer 16:53:56 + docker inspect -f . ci-base-image-x86_64 16:53:56 . 16:53:56 prd-ubuntu18.04-docker-arm64-4c-16g-9169 does not seem to be running inside a container 16:53:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@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 16:53:58 $ docker top 3c8d9c7d8225286525cf9d558ba458570876238aeac58b74fdd33bf0e457eb81 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 16:53:58 prd-centos7-docker-4c-2g-9170 does not seem to be running inside a container 16:53:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@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 16:53:59 $ docker top 48a7edfb1c9c2a2fff49fa65ff6192b9e43486a7a8be8363e3fc51268b784ab6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 16:54:00 + make test 16:54:00 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:54:00 + go version 16:54:00 go version go1.15.2 linux/arm64 [Pipeline] } 16:54:00 $ docker stop --time=1 3c8d9c7d8225286525cf9d558ba458570876238aeac58b74fdd33bf0e457eb81 16:54:02 $ docker rm -f 3c8d9c7d8225286525cf9d558ba458570876238aeac58b74fdd33bf0e457eb81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:03 + docker inspect -f . ci-base-image-arm64 16:54:03 . [Pipeline] withDockerContainer 16:54:04 prd-ubuntu18.04-docker-arm64-4c-16g-9169 does not seem to be running inside a container 16:54:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@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 16:54:06 $ docker top 159a51544d5ece58a6f10e6436989e3b02e49e0ef8a20cd6966a564bb0a79571 -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:07 + make test 16:54:07 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:54:18 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:54:18 CGO_ENABLED=1 go vet ./... 16:54:19 gofmt -l . 16:54:19 [ "`gofmt -l .`" = "" ] 16:54:19 ./bin/test-go-mod-tidy.sh 16:54:19 ./bin/test-attribution-txt.sh [Pipeline] stash 16:54:20 Stashed 1 file(s) [Pipeline] } 16:54:20 $ docker stop --time=1 48a7edfb1c9c2a2fff49fa65ff6192b9e43486a7a8be8363e3fc51268b784ab6 16:54:22 $ docker rm -f 48a7edfb1c9c2a2fff49fa65ff6192b9e43486a7a8be8363e3fc51268b784ab6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:54:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:54:25 + ls -al . 16:54:25 total 96 16:54:25 drwxrwxr-x. 7 jenkins jenkins 4096 Oct 27 16:54 . 16:54:25 drwxrwxr-x. 4 jenkins jenkins 30 Oct 27 16:53 .. 16:54:25 -rw-rw-r--. 1 jenkins jenkins 6568 Oct 27 16:53 Attribution.txt 16:54:25 drwxrwxr-x. 2 jenkins jenkins 64 Oct 27 16:53 bin 16:54:25 -rw-r--r--. 1 jenkins jenkins 10 Oct 27 16:54 coverage.out 16:54:25 -rw-rw-r--. 1 jenkins jenkins 180 Oct 27 16:53 docker-compose.debug.yml 16:54:25 -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 16:53 docker-compose.yml 16:54:25 -rw-rw-r--. 1 jenkins jenkins 2002 Oct 27 16:53 Dockerfile 16:54:25 -rw-rw-r--. 1 jenkins jenkins 966 Oct 27 16:53 Dockerfile.build 16:54:25 -rw-rw-r--. 1 jenkins jenkins 119 Oct 27 16:53 .dockerignore 16:54:25 drwxrwxr-x. 8 jenkins jenkins 179 Oct 27 16:53 .git 16:54:25 drwxrwxr-x. 2 jenkins jenkins 81 Oct 27 16:53 .github 16:54:25 -rw-rw-r--. 1 jenkins jenkins 93 Oct 27 16:53 .gitignore 16:54:25 -rw-r--r--. 1 jenkins jenkins 133 Oct 27 16:54 go.mod 16:54:25 -rw-r--r--. 1 jenkins jenkins 19860 Oct 27 16:54 go.sum 16:54:25 -rw-rw-r--. 1 jenkins jenkins 766 Oct 27 16:53 Jenkinsfile 16:54:25 -rw-rw-r--. 1 jenkins jenkins 10174 Oct 27 16:53 LICENSE 16:54:25 -rw-rw-r--. 1 jenkins jenkins 1519 Oct 27 16:53 main.go 16:54:25 -rw-rw-r--. 1 jenkins jenkins 1573 Oct 27 16:53 makefile 16:54:25 -rw-rw-r--. 1 jenkins jenkins 1277 Oct 27 16:53 README.md 16:54:25 drwxrwxr-x. 10 jenkins jenkins 171 Oct 27 16:53 res 16:54:25 drwxrwxr-x. 4 jenkins jenkins 71 Oct 27 16:53 snap 16:54:25 -rw-rw-r--. 1 jenkins jenkins 5 Oct 27 16:50 VERSION [Pipeline] isUnix [Pipeline] sh 16:54:26 + 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=2b71910c183cf0f434fb83f9adaad7bf20289b21 --label arch=amd64 --label version=0.0.0 . 16:54:26 Sending build context to Docker daemon 120.8kB 16:54:26 Step 1/27 : ARG BASE=golang:1.15-alpine 16:54:26 Step 2/27 : FROM ${BASE} AS builder 16:54:26 ---> 482790cfef36 16:54:26 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:54:26 ---> Running in 9a707552edf2 16:54:26 Removing intermediate container 9a707552edf2 16:54:26 ---> 2673af0843a0 16:54:26 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:54:26 ---> Running in 899a1147314b 16:54:26 Removing intermediate container 899a1147314b 16:54:26 ---> a7c8cc9890c5 16:54:26 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:54:26 ---> Running in 8a93837595cb 16:54:26 Removing intermediate container 8a93837595cb 16:54:26 ---> b2c00a5a6254 16:54:26 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:26 ---> Running in fb78dc8d6d4e 16:54:27 Removing intermediate container fb78dc8d6d4e 16:54:27 ---> c20e027c19cb 16:54:27 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:54:27 ---> Running in 77ca1361d946 16:54:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:29 OK: 167 MiB in 45 packages 16:54:29 Removing intermediate container 77ca1361d946 16:54:29 ---> 7a018fbd550a 16:54:29 Step 8/27 : WORKDIR /app 16:54:30 ---> Running in 2d4bbe27ca63 16:54:30 Removing intermediate container 2d4bbe27ca63 16:54:30 ---> d99b33de8595 16:54:30 Step 9/27 : COPY go.mod . 16:54:30 ---> ad25eb85a2c3 16:54:30 Step 10/27 : RUN go mod download 16:54:30 ---> Running in 4ae883ef457f 16:54:31 Removing intermediate container 4ae883ef457f 16:54:31 ---> 9d506ebb3107 16:54:31 Step 11/27 : COPY . . 16:54:31 ---> be82d703bb43 16:54:31 Step 12/27 : ARG MAKE="make build" 16:54:31 ---> Running in e95346cfae7a 16:54:32 Removing intermediate container e95346cfae7a 16:54:32 ---> 2b0be6bb772a 16:54:32 Step 13/27 : RUN $MAKE 16:54:32 ---> Running in 91cdde5a9b47 16:54:32 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 16:54:50 Removing intermediate container 91cdde5a9b47 16:54:50 ---> d1de28a04531 16:54:50 Step 14/27 : FROM alpine:latest 16:54:50 latest: Pulling from library/alpine 16:54:50 188c0c94c7c5: Pulling fs layer 16:54:50 188c0c94c7c5: Verifying Checksum 16:54:50 188c0c94c7c5: Pull complete 16:54:50 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:54:50 Status: Downloaded newer image for alpine:latest 16:54:50 ---> d6e46aa2470d 16:54:50 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:54:50 ---> Running in 7dce79f40443 16:54:50 Removing intermediate container 7dce79f40443 16:54:50 ---> 1b6d0888f696 16:54:50 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:54:50 ---> Running in c711f934c6f8 16:54:51 Removing intermediate container c711f934c6f8 16:54:51 ---> b9f514b420e1 16:54:51 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 16:54:51 ---> Running in 0d3a44218862 16:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:52 (1/6) Installing ca-certificates (20191127-r4) 16:54:52 (2/6) Installing libgcc (9.3.0-r2) 16:54:52 (3/6) Installing libsodium (1.0.18-r0) 16:54:52 (4/6) Installing libstdc++ (9.3.0-r2) 16:54:52 (5/6) Installing libzmq (4.3.3-r0) 16:54:52 (6/6) Installing zeromq (4.3.3-r0) 16:54:52 Executing busybox-1.31.1-r19.trigger 16:54:52 Executing ca-certificates-20191127-r4.trigger 16:54:52 OK: 9 MiB in 20 packages 16:54:53 Removing intermediate container 0d3a44218862 16:54:53 ---> 6cb88abf57b4 16:54:53 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:54:53 ---> 18aab74317f7 16:54:53 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:54:53 ---> e81ccc2b832e 16:54:53 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:54:53 ---> 28c2c5e57c49 16:54:53 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:54:54 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:54:54 ---> efba0b3c3970 16:54:54 Step 22/27 : EXPOSE 48095 16:54:54 ---> Running in 99262a68a484 16:54:54 Removing intermediate container 99262a68a484 16:54:54 ---> aa2fe1f547f7 16:54:54 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:54:54 CGO_ENABLED=1 go vet ./... 16:54:54 ---> Running in bcbe1a5d2034 16:54:54 Removing intermediate container bcbe1a5d2034 16:54:54 ---> fa7e36d4cffd 16:54:54 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:54:54 ---> Running in b717c568663d 16:54:55 Removing intermediate container b717c568663d 16:54:55 ---> 0a3ab5ad6093 16:54:55 Step 25/27 : LABEL arch=amd64 16:54:55 ---> Running in 96aa4f24696d 16:54:55 Removing intermediate container 96aa4f24696d 16:54:55 ---> ad400ecef4b5 16:54:55 Step 26/27 : LABEL git_sha=2b71910c183cf0f434fb83f9adaad7bf20289b21 16:54:55 ---> Running in 4dd3e0709019 16:54:55 Removing intermediate container 4dd3e0709019 16:54:55 ---> 61f08126caec 16:54:55 Step 27/27 : LABEL version=0.0.0 16:54:55 ---> Running in 9edf6bad3c90 16:54:55 Removing intermediate container 9edf6bad3c90 16:54:55 ---> 5c748b1a7e32 16:54:55 [Warning] One or more build-args [ARCH] were not consumed 16:54:55 Successfully built 5c748b1a7e32 16:54:55 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 16:55:04 gofmt -l . 16:55:05 [ "`gofmt -l .`" = "" ] 16:55:05 ./bin/test-go-mod-tidy.sh 16:55:05 ./bin/test-attribution-txt.sh [Pipeline] stash 16:55:06 Warning: overwriting stash ‘coverage-report’ 16:55:07 Stashed 1 file(s) [Pipeline] } 16:55:07 $ docker stop --time=1 159a51544d5ece58a6f10e6436989e3b02e49e0ef8a20cd6966a564bb0a79571 16:55:09 $ docker rm -f 159a51544d5ece58a6f10e6436989e3b02e49e0ef8a20cd6966a564bb0a79571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:55:11 Still waiting to schedule task 16:55:11 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:55:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:55:11 + ls -al . 16:55:11 total 120 16:55:11 drwxrwxr-x 7 jenkins jenkins 4096 Oct 27 16:55 . 16:55:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 16:52 .. 16:55:11 -rw-rw-r-- 1 jenkins jenkins 119 Oct 27 16:52 .dockerignore 16:55:11 drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 16:52 .git 16:55:11 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 16:52 .github 16:55:11 -rw-rw-r-- 1 jenkins jenkins 93 Oct 27 16:52 .gitignore 16:55:11 -rw-rw-r-- 1 jenkins jenkins 6568 Oct 27 16:52 Attribution.txt 16:55:11 -rw-rw-r-- 1 jenkins jenkins 2002 Oct 27 16:52 Dockerfile 16:55:11 -rw-rw-r-- 1 jenkins jenkins 966 Oct 27 16:52 Dockerfile.build 16:55:11 -rw-rw-r-- 1 jenkins jenkins 766 Oct 27 16:52 Jenkinsfile 16:55:11 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 27 16:52 LICENSE 16:55:11 -rw-rw-r-- 1 jenkins jenkins 1277 Oct 27 16:52 README.md 16:55:11 -rw-rw-r-- 1 jenkins jenkins 5 Oct 27 16:50 VERSION 16:55:11 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 16:52 bin 16:55:11 -rw-r--r-- 1 jenkins jenkins 10 Oct 27 16:54 coverage.out 16:55:11 -rw-rw-r-- 1 jenkins jenkins 180 Oct 27 16:52 docker-compose.debug.yml 16:55:11 -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 16:52 docker-compose.yml 16:55:11 -rw-r--r-- 1 jenkins jenkins 133 Oct 27 16:55 go.mod 16:55:11 -rw-r--r-- 1 jenkins jenkins 19860 Oct 27 16:55 go.sum 16:55:11 -rw-rw-r-- 1 jenkins jenkins 1519 Oct 27 16:52 main.go 16:55:11 -rw-rw-r-- 1 jenkins jenkins 1573 Oct 27 16:52 makefile 16:55:11 drwxrwxr-x 10 jenkins jenkins 4096 Oct 27 16:52 res 16:55:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 16:52 snap [Pipeline] isUnix [Pipeline] sh 16:55:12 + 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=2b71910c183cf0f434fb83f9adaad7bf20289b21 --label arch=arm64 --label version=0.0.0 . 16:55:12 Sending build context to Docker daemon 120.8kB 16:55:12 Step 1/27 : ARG BASE=golang:1.15-alpine 16:55:12 Step 2/27 : FROM ${BASE} AS builder 16:55:12 ---> 5270a4deac58 16:55:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:55:12 ---> Running in 861352620cdf 16:55:12 Removing intermediate container 861352620cdf 16:55:12 ---> 0c2ed96bce6f 16:55:12 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:55:13 ---> Running in 0bc2f052c8f7 16:55:13 Removing intermediate container 0bc2f052c8f7 16:55:13 ---> ec0c5f3605ef 16:55:13 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:55:13 ---> Running in a75576cf7ba7 16:55:14 Removing intermediate container a75576cf7ba7 16:55:14 ---> f4e707402811 16:55:14 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:14 ---> Running in 1dc882c2e5c4 16:55:16 Removing intermediate container 1dc882c2e5c4 16:55:16 ---> 75eb4f8cb239 16:55:16 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:55:16 ---> Running in 2f4398c3267a 16:55:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:19 OK: 144 MiB in 45 packages 16:55:20 Removing intermediate container 2f4398c3267a 16:55:20 ---> ae50d2656909 16:55:20 Step 8/27 : WORKDIR /app 16:55:20 ---> Running in 30334a8e40c0 16:55:21 Removing intermediate container 30334a8e40c0 16:55:21 ---> 741d71ad5abd 16:55:21 Step 9/27 : COPY go.mod . 16:55:22 ---> f335336e088a 16:55:22 Step 10/27 : RUN go mod download 16:55:22 ---> Running in a6a82f540e7c 16:55:24 Removing intermediate container a6a82f540e7c 16:55:24 ---> 955f9ecb06af 16:55:24 Step 11/27 : COPY . . 16:55:25 ---> 93771e4daaf4 16:55:25 Step 12/27 : ARG MAKE="make build" 16:55:25 ---> Running in b0c499334428 16:55:25 Removing intermediate container b0c499334428 16:55:25 ---> c98dfee9a2e8 16:55:25 Step 13/27 : RUN $MAKE 16:55:26 ---> Running in 4571bc59451a 16:55:27 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 16:56:00 Running on prd-ubuntu18.04-docker-8c-8g-9172 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 16:56:00 Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout 16:56:02 using credential edgex-jenkins-ssh 16:56:02 Cloning the remote Git repository 16:56:02 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:56:02 > git init /w/workspace/app-service-configurable/16 # timeout=10 16:56:02 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:56:02 > git --version # timeout=10 16:56:02 > git --version # 'git version 2.17.1' 16:56:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:04 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 16:56:05 Merge succeeded, producing 2c98ec86d86ffcade6590fed6ff4040225a8c869 16:56:05 Checking out Revision 2c98ec86d86ffcade6590fed6ff4040225a8c869 (PR-124) 16:56:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:56:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:56:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:56:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:04 > 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 16:56:04 > git config core.sparsecheckout # timeout=10 16:56:04 > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 16:56:04 > git remote # timeout=10 16:56:04 > git config --get remote.origin.url # timeout=10 16:56:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:04 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 16:56:05 > git rev-parse HEAD^{commit} # timeout=10 16:56:05 > git config core.sparsecheckout # timeout=10 16:56:05 > git checkout -f 2c98ec86d86ffcade6590fed6ff4040225a8c869 # timeout=10 16:56:08 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 16:56:08 First time build. Skipping changelog. 16:56:08 > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:10 + echo snap-build.sh 16:56:10 snap-build.sh 16:56:10 + SNAP_BASE_DIR=. 16:56:10 + '[' '!' -z /w/workspace/app-service-configurable/16 ']' 16:56:10 + SNAP_BASE_DIR=/w/workspace/app-service-configurable/16 16:56:10 + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/16]' 16:56:10 [snap-build] Building snap in dir [/w/workspace/app-service-configurable/16] 16:56:10 + sudo apt-get update 16:56:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:56:10 Get:2 http://apt.puppetlabs.com xenial InRelease [101 kB] 16:56:10 Get:3 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] 16:56:10 Get:4 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] 16:56:10 Hit:5 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic InRelease 16:56:10 Get:6 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:56:10 Hit:7 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease 16:56:10 Get:8 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 16:56:10 Get:9 http://apt.puppetlabs.com xenial/puppet all Packages [22.7 kB] 16:56:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1399 kB] 16:56:10 Get:11 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main amd64 Packages [824 B] 16:56:10 Get:12 http://apt.puppetlabs.com xenial/puppet amd64 Packages [56.2 kB] 16:56:10 Get:13 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1725 kB] 16:56:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [276 kB] 16:56:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [166 kB] 16:56:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.1 kB] 16:56:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1079 kB] 16:56:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [241 kB] 16:56:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.9 kB] 16:56:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2964 B] 16:56:11 Get:21 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [367 kB] 16:56:11 Get:22 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [184 kB] 16:56:11 Get:23 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [24.6 kB] 16:56:11 Get:24 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1680 kB] 16:56:11 Get:25 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [354 kB] 16:56:11 Get:26 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.9 kB] 16:56:11 Get:27 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 16:56:11 Get:28 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [10.0 kB] 16:56:11 Get:29 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [10.3 kB] 16:56:14 Removing intermediate container 4571bc59451a 16:56:14 ---> 608d006574c6 16:56:14 Step 14/27 : FROM alpine:latest 16:56:14 latest: Pulling from library/alpine 16:56:14 5f621e34cdf4: Pulling fs layer 16:56:14 5f621e34cdf4: Verifying Checksum 16:56:14 5f621e34cdf4: Download complete 16:56:14 5f621e34cdf4: Pull complete 16:56:14 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:56:14 Status: Downloaded newer image for alpine:latest 16:56:14 ---> 2e77e061c27f 16:56:14 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:56:14 ---> Running in 7b60525d9756 16:56:14 Removing intermediate container 7b60525d9756 16:56:14 ---> b337a0842e35 16:56:14 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:56:14 ---> Running in 8d0b42f1b0c5 16:56:15 Removing intermediate container 8d0b42f1b0c5 16:56:15 ---> 2eea2da0e19a 16:56:15 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 16:56:15 ---> Running in 9bfefb031718 16:56:15 Fetched 8105 kB in 3s (2965 kB/s) 16:56:16 Reading package lists... 16:56:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:16 + sudo apt-get install -y snapd expect 16:56:16 Reading package lists... 16:56:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:17 Building dependency tree... 16:56:17 Reading state information... 16:56:17 The following packages were automatically installed and are no longer required: 16:56:17 grub-pc-bin libdumbnet1 16:56:17 Use 'sudo apt autoremove' to remove them. 16:56:17 The following additional packages will be installed: 16:56:17 tcl-expect 16:56:17 Suggested packages: 16:56:17 zenity | kdialog 16:56:17 The following NEW packages will be installed: 16:56:17 expect tcl-expect 16:56:17 The following packages will be upgraded: 16:56:17 snapd 16:56:17 1 upgraded, 2 newly installed, 0 to remove and 50 not upgraded. 16:56:17 Need to get 21.1 MB of archives. 16:56:17 After this operation, 3649 kB of additional disk space will be used. 16:56:17 Get:1 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB] 16:56:17 Get:2 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB] 16:56:17 (1/6) Installing ca-certificates (20191127-r4) 16:56:17 (2/6) Installing libgcc (9.3.0-r2) 16:56:17 (3/6) Installing libsodium (1.0.18-r0) 16:56:17 (4/6) Installing libstdc++ (9.3.0-r2) 16:56:17 (5/6) Installing libzmq (4.3.3-r0) 16:56:17 (6/6) Installing zeromq (4.3.3-r0) 16:56:17 Executing busybox-1.31.1-r19.trigger 16:56:17 Get:3 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.47.1+18.04 [20.9 MB] 16:56:17 Executing ca-certificates-20191127-r4.trigger 16:56:17 OK: 9 MiB in 20 packages 16:56:19 debconf: unable to initialize frontend: Dialog 16:56:19 debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 16:56:19 debconf: falling back to frontend: Readline 16:56:19 debconf: unable to initialize frontend: Readline 16:56:19 debconf: (This frontend requires a controlling tty.) 16:56:19 debconf: falling back to frontend: Teletype 16:56:19 dpkg-preconfigure: unable to re-open stdin: 16:56:19 Fetched 21.1 MB in 2s (11.2 MB/s) 16:56:19 Selecting previously unselected package tcl-expect:amd64. 16:56:19 Removing intermediate container 9bfefb031718 16:56:19 ---> a02607586f31 16:56:19 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:56:20 ---> b50bf5745757 16:56:20 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:56:20 (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.) 16:56:20 Preparing to unpack .../tcl-expect_5.45.4-1_amd64.deb ... 16:56:20 Unpacking tcl-expect:amd64 (5.45.4-1) ... 16:56:20 Selecting previously unselected package expect. 16:56:20 Preparing to unpack .../expect_5.45.4-1_amd64.deb ... 16:56:20 Unpacking expect (5.45.4-1) ... 16:56:20 Preparing to unpack .../snapd_2.47.1+18.04_amd64.deb ... 16:56:21 Unpacking snapd (2.47.1+18.04) over (2.46.1+18.04) ... 16:56:21 ---> 40e2cd9c7946 16:56:21 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:56:21 ---> 2e5b4b583885 16:56:21 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:56:23 ---> cecae4c40d29 16:56:23 Step 22/27 : EXPOSE 48095 16:56:23 ---> Running in 79487d9450e2 16:56:23 Setting up snapd (2.47.1+18.04) ... 16:56:23 Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ... 16:56:23 Removing intermediate container 79487d9450e2 16:56:23 ---> fd1bb7551629 16:56:23 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:56:24 ---> Running in bffedcc90d9c 16:56:24 Removing intermediate container bffedcc90d9c 16:56:24 ---> 3ca67fa9bc65 16:56:24 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:56:24 ---> Running in f330456563a0 16:56:24 Removing intermediate container f330456563a0 16:56:24 ---> b7f79bad69fd 16:56:24 Step 25/27 : LABEL arch=arm64 16:56:25 snapd.failure.service is a disabled or a static unit, not starting it. 16:56:25 ---> Running in 0e15e492fffc 16:56:25 snapd.snap-repair.service is a disabled or a static unit, not starting it. 16:56:25 Setting up tcl-expect:amd64 (5.45.4-1) ... 16:56:25 Setting up expect (5.45.4-1) ... 16:56:25 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 16:56:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:56:25 Removing intermediate container 0e15e492fffc 16:56:25 ---> 16f90b1f1de3 16:56:25 Step 26/27 : LABEL git_sha=2b71910c183cf0f434fb83f9adaad7bf20289b21 16:56:25 ---> Running in bc2c9daee17d 16:56:26 Removing intermediate container bc2c9daee17d 16:56:26 ---> e5b3521a7e4b 16:56:26 Step 27/27 : LABEL version=0.0.0 16:56:26 ---> Running in 09c858f61fd9 16:56:26 Removing intermediate container 09c858f61fd9 16:56:26 ---> f72574625d77 16:56:26 [Warning] One or more build-args [ARCH] were not consumed 16:56:26 Successfully built f72574625d77 16:56:26 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 16:56:27 Processing triggers for dbus (1.12.2-1ubuntu1.2) ... 16:56:27 Processing triggers for mime-support (3.60ubuntu1) ... [Pipeline] node 16:56:28 + sudo snap install --classic snapcraft 16:56:35 2020-10-27T16:56:34Z INFO Waiting for automatic snapd restart... 16:56:42 Still waiting to schedule task 16:56:42 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 16:56:50 snapcraft 4.3 from Canonical* installed 16:56:50 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:56:50 + pushd /w/workspace/app-service-configurable/16 16:56:50 + unbuffer sudo snapcraft clean 16:56:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:56:50 You need 'multipass' set-up to build snaps: https://multipass.run. [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] } 16:56:51 Failed in branch amd64 16:58:25 Running on prd-ubuntu18.04-docker-arm64-16c-16g-9175 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws 16:58:25 Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout 16:58:29 using credential edgex-jenkins-ssh 16:58:29 Cloning the remote Git repository 16:58:29 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:58:29 > git init /w/workspace/app-service-configurable/16 # timeout=10 16:58:29 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:58:29 > git --version # timeout=10 16:58:29 > git --version # 'git version 2.17.1' 16:58:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:58:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:58:31 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 16:58:31 Merge succeeded, producing bd07337de65a969b27ba83eafbb49d80e0cee35b 16:58:31 Checking out Revision bd07337de65a969b27ba83eafbb49d80e0cee35b (PR-124) 16:58:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:30 > 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 16:58:31 > git config core.sparsecheckout # timeout=10 16:58:31 > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 16:58:31 > git remote # timeout=10 16:58:31 > git config --get remote.origin.url # timeout=10 16:58:31 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:31 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 16:58:31 > git rev-parse HEAD^{commit} # timeout=10 16:58:31 > git config core.sparsecheckout # timeout=10 16:58:31 > git checkout -f bd07337de65a969b27ba83eafbb49d80e0cee35b # timeout=10 16:58:35 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 16:58:35 First time build. Skipping changelog. 16:58:35 > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:58:36 + echo snap-build.sh 16:58:36 snap-build.sh 16:58:36 + SNAP_BASE_DIR=. 16:58:36 + '[' '!' -z /w/workspace/app-service-configurable/16 ']' 16:58:36 + SNAP_BASE_DIR=/w/workspace/app-service-configurable/16 16:58:36 + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/16]' 16:58:36 [snap-build] Building snap in dir [/w/workspace/app-service-configurable/16] 16:58:36 + sudo apt-get update 16:58:37 Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] 16:58:37 Hit:2 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic InRelease 16:58:37 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 16:58:37 Get:4 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] 16:58:37 Get:5 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 16:58:37 Get:6 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease [15.4 kB] 16:58:37 Get:7 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 16:58:38 Get:8 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main arm64 Packages [824 B] 16:58:38 Get:9 https://download.docker.com/linux/ubuntu bionic/stable arm64 Packages [12.9 kB] 16:58:38 Get:10 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main Translation-en [476 B] 16:58:38 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [825 kB] 16:58:38 Get:12 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1119 kB] 16:58:39 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [276 kB] 16:58:39 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] 16:58:39 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [22.1 kB] 16:58:39 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [942 kB] 16:58:39 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [241 kB] 16:58:39 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] 16:58:39 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2964 B] 16:58:39 Get:20 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main arm64 Packages [9340 B] 16:58:39 Get:21 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [367 kB] 16:58:39 Get:22 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main Translation-en [1360 B] 16:58:39 Get:23 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2088 B] 16:58:39 Get:24 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [24.6 kB] 16:58:39 Get:25 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1479 kB] 16:58:40 Get:26 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [354 kB] 16:58:40 Get:27 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5072 B] 16:58:40 Get:28 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [6980 B] 16:58:40 Get:29 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [9992 B] 16:58:40 Get:30 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main Translation-en [4764 B] 16:58:40 Get:31 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [9932 B] 16:58:40 Get:32 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe Translation-en [4588 B] 16:58:52 Fetched 6071 kB in 5s (1318 kB/s) 16:58:55 Reading package lists... 16:58:55 + sudo apt-get install -y snapd expect 16:58:56 Reading package lists... 16:58:57 Building dependency tree... 16:58:57 Reading state information... 16:58:58 The following additional packages will be installed: 16:58:58 tcl-expect 16:58:58 Suggested packages: 16:58:58 zenity | kdialog 16:58:58 The following NEW packages will be installed: 16:58:58 expect tcl-expect 16:58:58 The following packages will be upgraded: 16:58:58 snapd 16:58:58 1 upgraded, 2 newly installed, 0 to remove and 232 not upgraded. 16:58:58 Need to get 18.7 MB of archives. 16:58:58 After this operation, 35.6 MB of additional disk space will be used. 16:58:58 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] 16:58:58 Get:2 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic/universe arm64 expect arm64 5.45.4-1 [137 kB] 16:58:58 Get:3 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 snapd arm64 2.47.1+18.04 [18.5 MB] 16:59:01 debconf: unable to initialize frontend: Dialog 16:59:01 debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 16:59:01 debconf: falling back to frontend: Readline 16:59:01 debconf: unable to initialize frontend: Readline 16:59:01 debconf: (This frontend requires a controlling tty.) 16:59:01 debconf: falling back to frontend: Teletype 16:59:01 dpkg-preconfigure: unable to re-open stdin: 16:59:01 Fetched 18.7 MB in 2s (7925 kB/s) 16:59:02 Selecting previously unselected package tcl-expect:arm64. 16:59:03 (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.) 16:59:03 Preparing to unpack .../tcl-expect_5.45.4-1_arm64.deb ... 16:59:03 Unpacking tcl-expect:arm64 (5.45.4-1) ... 16:59:03 Selecting previously unselected package expect. 16:59:03 Preparing to unpack .../expect_5.45.4-1_arm64.deb ... 16:59:03 Unpacking expect (5.45.4-1) ... 16:59:04 Preparing to unpack .../snapd_2.47.1+18.04_arm64.deb ... 16:59:04 Unpacking snapd (2.47.1+18.04) over (2.42.1+18.04) ... 16:59:09 Setting up snapd (2.47.1+18.04) ... 16:59:09 Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ... 16:59:09 Installing new version of config file /etc/profile.d/apps-bin-path.sh ... 16:59:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:59:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:59:18 snapd.failure.service is a disabled or a static unit, not starting it. 16:59:18 snapd.snap-repair.service is a disabled or a static unit, not starting it. 16:59:18 Setting up tcl-expect:arm64 (5.45.4-1) ... 16:59:18 Setting up expect (5.45.4-1) ... 16:59:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:59:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:59:22 Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 16:59:22 Processing triggers for mime-support (3.60ubuntu1) ... 16:59:30 + sudo snap install --classic snapcraft 16:59:48 2020-10-27T16:59:44Z INFO Waiting for automatic snapd restart... 17:00:21 snapcraft 4.3 from Canonical* installed 17:00:21 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:00:21 + pushd /w/workspace/app-service-configurable/16 17:00:21 + unbuffer sudo snapcraft clean 17:00:22 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:00:22 You need 'multipass' set-up to build snaps: https://multipass.run. [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] } 17:00:23 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 17:00:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:00:27 ---> package-listing.sh 17:00:27 ++ facter osfamily 17:00:27 ++ tr '[:upper:]' '[:lower:]' 17:00:27 + OS_FAMILY=redhat 17:00:27 + workspace=/w/workspace/_app-service-configurable_PR-124 17:00:27 + START_PACKAGES=/tmp/packages_start.txt 17:00:27 + END_PACKAGES=/tmp/packages_end.txt 17:00:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:00:27 + PACKAGES=/tmp/packages_start.txt 17:00:27 + '[' /w/workspace/_app-service-configurable_PR-124 ']' 17:00:27 + PACKAGES=/tmp/packages_end.txt 17:00:27 + case "${OS_FAMILY}" in 17:00:27 + rpm -qa 17:00:27 + sort 17:00:31 + '[' -f /tmp/packages_start.txt ']' 17:00:31 + '[' -f /tmp/packages_end.txt ']' 17:00:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:00:31 + '[' /w/workspace/_app-service-configurable_PR-124 ']' 17:00:31 + mkdir -p /w/workspace/_app-service-configurable_PR-124/archives/ 17:00:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-124/archives/ [Pipeline] echo 17:00:31 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 17:00:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:00:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:00:31 17:00:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:00:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:00:32 alpine: Pulling from edgex-lftools-log-publisher 17:00:32 df20fa9351a1: Pulling fs layer 17:00:32 36b3adc4ff6f: Pulling fs layer 17:00:32 8ad3a11d3b57: Pulling fs layer 17:00:32 46f8f816bc3b: Pulling fs layer 17:00:32 93b61091891f: Pulling fs layer 17:00:32 93b9cdb0e59b: Pulling fs layer 17:00:32 5e14af77c1be: Pulling fs layer 17:00:32 01666e4c0597: Pulling fs layer 17:00:32 aa168da1d23b: Pulling fs layer 17:00:32 46f8f816bc3b: Waiting 17:00:32 93b61091891f: Waiting 17:00:32 93b9cdb0e59b: Waiting 17:00:32 5e14af77c1be: Waiting 17:00:32 01666e4c0597: Waiting 17:00:32 36b3adc4ff6f: Verifying Checksum 17:00:32 36b3adc4ff6f: Download complete 17:00:32 46f8f816bc3b: Verifying Checksum 17:00:32 46f8f816bc3b: Download complete 17:00:32 df20fa9351a1: Verifying Checksum 17:00:32 df20fa9351a1: Download complete 17:00:32 93b9cdb0e59b: Verifying Checksum 17:00:32 93b9cdb0e59b: Download complete 17:00:32 5e14af77c1be: Verifying Checksum 17:00:32 5e14af77c1be: Download complete 17:00:32 01666e4c0597: Download complete 17:00:32 93b61091891f: Verifying Checksum 17:00:32 93b61091891f: Download complete 17:00:32 8ad3a11d3b57: Download complete 17:00:32 df20fa9351a1: Pull complete 17:00:33 36b3adc4ff6f: Pull complete 17:00:34 8ad3a11d3b57: Pull complete 17:00:34 46f8f816bc3b: Pull complete 17:00:34 93b61091891f: Pull complete 17:00:34 aa168da1d23b: Verifying Checksum 17:00:34 aa168da1d23b: Download complete 17:00:34 93b9cdb0e59b: Pull complete 17:00:34 5e14af77c1be: Pull complete 17:00:35 01666e4c0597: Pull complete 17:00:41 aa168da1d23b: Pull complete 17:00:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:00:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:00:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:00:42 prd-centos7-docker-4c-2g-9168 does not seem to be running inside a container 17:00:42 $ 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 17:00:45 $ docker top a63fb3167ec4f9c897a06d9a361c9e85e72e6c7d455e8f13cd207deceda7ce16 -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:46 + touch /tmp/pre-build-complete [Pipeline] sh 17:00:46 + mkdir -p /var/log/sa [Pipeline] sh 17:00:47 + ls /var/log/sa-host 17:00:47 + sadf -c /var/log/sa-host/sa05 17:00:47 file_magic: OK 17:00:47 HZ: Using current value: 100 17:00:47 file_header: OK 17:00:47 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 17:00:47 Statistics: 17:00:47 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:00:47 File successfully converted to sysstat format version 12.2.1 17:00:47 + sadf -c /var/log/sa-host/sa27 17:00:47 file_magic: OK 17:00:47 HZ: Using current value: 100 17:00:47 file_header: OK 17:00:47 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 17:00:47 Statistics: 17:00:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:00:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:47 provisioning config files... 17:00:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-124@tmp/config1501595635707981510tmp [Pipeline] { [Pipeline] echo 17:00:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:00:47 ---> create-netrc.sh [Pipeline] } 17:00:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:00:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:00:48 ---> python-tools-install.sh [Pipeline] echo 17:00:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:00:48 ---> sudo-logs.sh 17:00:48 Archiving 'sudo' log.. [Pipeline] echo 17:00:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:00:48 ---> job-cost.sh 17:00:48 lf-activate-venv: SKIPPING 17:00:48 INFO: No Stack... 17:00:50 INFO: Retrieving Pricing Info for: v1-standard-2 17:00:50 INFO: Archiving Costs [Pipeline] echo 17:00:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:00:50 ---> logs-deploy.sh 17:00:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-124/16 17:00:50 INFO: archiving workspace using pattern(s): 17:00:52 Archives upload complete. 17:00:52 INFO: archiving logs to Nexus 17:00:53 ---> uname -a: 17:00:53 Linux prd-centos7-docker-4c-2g-9168.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:00:53 17:00:53 17:00:53 ---> lscpu: 17:00:53 Architecture: x86_64 17:00:53 CPU op-mode(s): 32-bit, 64-bit 17:00:53 Byte Order: Little Endian 17:00:53 Address sizes: 40 bits physical, 48 bits virtual 17:00:53 CPU(s): 4 17:00:53 On-line CPU(s) list: 0-3 17:00:53 Thread(s) per core: 1 17:00:53 Core(s) per socket: 1 17:00:53 Socket(s): 4 17:00:53 NUMA node(s): 1 17:00:53 Vendor ID: GenuineIntel 17:00:53 CPU family: 6 17:00:53 Model: 44 17:00:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:00:53 Stepping: 1 17:00:53 CPU MHz: 2933.436 17:00:53 BogoMIPS: 5866.87 17:00:53 Virtualization: VT-x 17:00:53 Hypervisor vendor: KVM 17:00:53 Virtualization type: full 17:00:53 L1d cache: 128 KiB 17:00:53 L1i cache: 128 KiB 17:00:53 L2 cache: 16 MiB 17:00:53 L3 cache: 64 MiB 17:00:53 NUMA node0 CPU(s): 0-3 17:00:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:00:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:00:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:00:53 Vulnerability Meltdown: Mitigation; PTI 17:00:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:00:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:00:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:00:53 Vulnerability Tsx async abort: Not affected 17:00:53 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 17:00:53 17:00:53 17:00:53 ---> nproc: 17:00:53 4 17:00:53 17:00:53 17:00:53 ---> df -h: 17:00:53 Filesystem Size Used Available Use% Mounted on 17:00:53 overlay 50.0G 7.2G 42.8G 14% / 17:00:53 tmpfs 64.0M 0 64.0M 0% /dev 17:00:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:00:53 shm 64.0M 0 64.0M 0% /dev/shm 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_PR-124 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_PR-124@tmp 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 17:00:53 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 17:00:53 17:00:53 17:00:53 ---> free -m: 17:00:53 total used free shared buff/cache available 17:00:53 Mem: 1837 687 110 0 1039 1046 17:00:53 Swap: 1023 0 1023 17:00:53 17:00:53 17:00:53 ---> ip addr: 17:00:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:00:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:00:53 inet 127.0.0.1/8 scope host lo 17:00:53 valid_lft forever preferred_lft forever 17:00:53 inet6 ::1/128 scope host 17:00:53 valid_lft forever preferred_lft forever 17:00:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:00:53 link/ether fa:16:3e:8c:a1:56 brd ff:ff:ff:ff:ff:ff 17:00:53 inet 10.30.123.150/23 brd 10.30.123.255 scope global dynamic eth0 17:00:53 valid_lft 85727sec preferred_lft 85727sec 17:00:53 inet6 fe80::f816:3eff:fe8c:a156/64 scope link 17:00:53 valid_lft forever preferred_lft forever 17:00:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:00:53 link/ether 02:42:3c:d4:4e:2e brd ff:ff:ff:ff:ff:ff 17:00:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:00:53 valid_lft forever preferred_lft forever 17:00:53 inet6 fe80::42:3cff:fed4:4e2e/64 scope link 17:00:53 valid_lft forever preferred_lft forever 17:00:53 17:00:53 17:00:53 ---> sar -b -r -n DEV: 17:00:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 17:00:53 17:00:53 16:49:21 LINUX RESTART (4 CPU) 17:00:53 17:00:53 16:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:00:53 16:51:01 63.65 18.31 45.34 0.00 5265.32 4911.68 0.00 17:00:53 16:52:01 1.43 0.00 1.43 0.00 0.00 23.06 0.00 17:00:53 16:53:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 17:00:53 16:54:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 17:00:53 16:55:01 0.23 0.00 0.23 0.00 0.00 3.66 0.00 17:00:53 16:56:01 0.38 0.00 0.38 0.00 0.00 5.31 0.00 17:00:53 16:57:01 0.22 0.02 0.20 0.00 0.13 2.02 0.00 17:00:53 16:58:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 17:00:53 16:59:01 0.22 0.00 0.22 0.00 0.00 3.38 0.00 17:00:53 17:00:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 17:00:53 Average: 6.62 1.81 4.82 0.00 518.93 489.14 0.00 17:00:53 17:00:53 16:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:00:53 16:51:01 170092 0 592084 31.47 2620 1116760 1128664 38.52 420092 1131260 132 17:00:53 16:52:01 177616 0 584552 31.07 2620 1116768 1073532 36.64 417904 1127160 20 17:00:53 16:53:01 177088 0 585076 31.10 2620 1116772 1073664 36.64 420516 1125108 20 17:00:53 16:54:01 175664 0 586500 31.17 2620 1116772 1073712 36.64 422708 1124588 12 17:00:53 16:55:01 176004 0 586152 31.15 2620 1116780 1073676 36.64 438552 1108536 8 17:00:53 16:56:01 176608 0 585544 31.12 2620 1116784 1073604 36.64 438180 1108536 8 17:00:53 16:57:01 175932 0 586212 31.16 2620 1116792 1073760 36.65 439044 1108536 16 17:00:53 16:58:01 176192 0 585944 31.14 2620 1116800 1073676 36.64 431520 1115592 20 17:00:53 16:59:01 176472 0 585656 31.13 2620 1116808 1073688 36.64 431752 1115592 16 17:00:53 17:00:01 177268 0 584856 31.08 2620 1116812 1073532 36.64 425932 1120432 12 17:00:53 Average: 175894 0 586258 31.16 2620 1116785 1079151 36.83 428620 1118534 26 17:00:53 17:00:53 16:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:00:53 16:51:01 eth0 393.89 235.32 989.47 92.25 0.00 0.00 0.00 0.00 17:00:53 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:51:01 docker0 1.27 1.25 0.32 3.26 0.00 0.00 0.00 0.00 17:00:53 16:52:01 eth0 0.78 0.07 0.06 0.01 0.00 0.00 0.00 0.00 17:00:53 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:53:01 eth0 1.03 0.43 0.32 0.21 0.00 0.00 0.00 0.00 17:00:53 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:54:01 eth0 1.05 0.32 0.38 0.20 0.00 0.00 0.00 0.00 17:00:53 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:55:01 eth0 0.53 0.42 0.27 0.21 0.00 0.00 0.00 0.00 17:00:53 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:56:01 eth0 1.07 0.22 0.22 0.07 0.00 0.00 0.00 0.00 17:00:53 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:57:01 eth0 1.23 0.75 0.56 0.41 0.00 0.00 0.00 0.00 17:00:53 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:58:01 eth0 2.35 0.37 0.43 0.17 0.00 0.00 0.00 0.00 17:00:53 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:59:01 eth0 1.00 0.53 0.54 0.39 0.00 0.00 0.00 0.00 17:00:53 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 17:00:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 17:00:53 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 Average: eth0 39.74 23.51 97.80 9.26 0.00 0.00 0.00 0.00 17:00:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:53 Average: docker0 0.13 0.12 0.03 0.32 0.00 0.00 0.00 0.00 17:00:53 17:00:53 17:00:53 ---> sar -P ALL: 17:00:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 17:00:53 17:00:53 16:49:21 LINUX RESTART (4 CPU) 17:00:53 17:00:53 16:50:02 CPU %user %nice %system %iowait %steal %idle 17:00:53 16:51:01 all 14.80 0.00 5.05 2.10 0.85 77.20 17:00:53 16:51:01 0 14.64 0.00 5.73 0.38 0.70 78.55 17:00:53 16:51:01 1 15.08 0.00 4.48 2.51 0.95 76.98 17:00:53 16:51:01 2 15.34 0.00 5.14 3.68 0.88 74.97 17:00:53 16:51:01 3 14.16 0.00 4.84 1.84 0.87 78.29 17:00:53 16:52:01 all 0.15 0.00 0.06 0.00 0.02 99.77 17:00:53 16:52:01 0 0.42 0.00 0.05 0.00 0.02 99.52 17:00:53 16:52:01 1 0.03 0.00 0.05 0.00 0.03 99.88 17:00:53 16:52:01 2 0.10 0.00 0.08 0.00 0.02 99.80 17:00:53 16:52:01 3 0.03 0.00 0.05 0.00 0.02 99.90 17:00:53 16:53:01 all 0.20 0.00 0.03 0.00 0.00 99.76 17:00:53 16:53:01 0 0.55 0.00 0.03 0.00 0.00 99.42 17:00:53 16:53:01 1 0.10 0.00 0.03 0.00 0.00 99.87 17:00:53 16:53:01 2 0.10 0.00 0.07 0.00 0.02 99.82 17:00:53 16:53:01 3 0.05 0.00 0.00 0.00 0.00 99.95 17:00:53 16:54:01 all 0.15 0.00 0.03 0.00 0.02 99.79 17:00:53 16:54:01 0 0.48 0.00 0.02 0.00 0.02 99.48 17:00:53 16:54:01 1 0.07 0.00 0.05 0.00 0.05 99.83 17:00:53 16:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:00:53 16:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 17:00:53 16:55:01 all 0.16 0.00 0.07 0.00 0.00 99.76 17:00:53 16:55:01 0 0.52 0.00 0.03 0.00 0.00 99.45 17:00:53 16:55:01 1 0.08 0.00 0.05 0.00 0.02 99.85 17:00:53 16:55:01 2 0.03 0.00 0.17 0.00 0.00 99.80 17:00:53 16:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:00:53 16:56:01 all 0.12 0.00 0.04 0.00 0.00 99.84 17:00:53 16:56:01 0 0.40 0.00 0.05 0.00 0.00 99.55 17:00:53 16:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:00:53 16:56:01 2 0.03 0.00 0.05 0.00 0.00 99.92 17:00:53 16:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:00:53 16:57:01 all 0.09 0.00 0.03 0.00 0.00 99.87 17:00:53 16:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:00:53 16:57:01 1 0.07 0.00 0.03 0.00 0.00 99.90 17:00:53 16:57:01 2 0.17 0.00 0.03 0.00 0.02 99.78 17:00:53 16:57:01 3 0.08 0.00 0.03 0.00 0.00 99.88 17:00:53 16:58:01 all 0.17 0.00 0.03 0.00 0.00 99.80 17:00:53 16:58:01 0 0.07 0.00 0.02 0.00 0.00 99.92 17:00:53 16:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 17:00:53 16:58:01 2 0.52 0.00 0.03 0.00 0.00 99.45 17:00:53 16:58:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:00:53 16:59:01 all 0.17 0.00 0.03 0.00 0.00 99.80 17:00:53 16:59:01 0 0.02 0.00 0.05 0.00 0.00 99.93 17:00:53 16:59:01 1 0.05 0.00 0.00 0.00 0.00 99.95 17:00:53 16:59:01 2 0.53 0.00 0.02 0.00 0.00 99.45 17:00:53 16:59:01 3 0.07 0.00 0.05 0.00 0.00 99.88 17:00:53 17:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:00:53 17:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:00:53 17:00:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:00:53 17:00:01 2 0.50 0.00 0.02 0.00 0.00 99.48 17:00:53 17:00:01 3 0.03 0.00 0.07 0.00 0.02 99.88 17:00:53 Average: all 1.56 0.00 0.52 0.20 0.09 97.62 17:00:53 Average: 0 1.66 0.00 0.58 0.04 0.07 97.66 17:00:53 Average: 1 1.51 0.00 0.47 0.24 0.10 97.68 17:00:53 Average: 2 1.68 0.00 0.55 0.35 0.09 97.33 17:00:53 Average: 3 1.40 0.00 0.50 0.18 0.09 97.83 17:00:53 17:00:53 17:00:53