Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9022 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 Commit message: "feat(snap): added startup and duration interval values (#132)" > git rev-list --no-walk 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:59:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:59:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:59:36 ========================================================= 23:59:36 EdgeX Global Pipelines Version Info 23:59:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:59:39 ------------------- 23:59:39 stable info: 23:59:39 ------------------- 23:59:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:59:39 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 23:59:39 Message: update stable to v1.0.148 23:59:40 ------------------- 23:59:40 experimental info: 23:59:40 ------------------- 23:59:40 Commited By: **** collab-it+edgex@linuxfoundation.org 23:59:40 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 23:59:40 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:59:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:59:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:59:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:59:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:59:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] echo 23:59:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6aed5cd [Pipeline] echo 23:59:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:59:45 + git log --format=format:%s -1 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] echo 23:59:45 GIT_COMMIT: 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17, Commit Message: feat(snap): added startup and duration interval values (#132) [Pipeline] echo 23:59:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:59:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:46 23:59:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:59:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:46 latest: Pulling from edgex-devops/git-semver 23:59:46 31603596830f: Pulling fs layer 23:59:46 2a8b12db71e7: Pulling fs layer 23:59:46 6ca5941a6612: Pulling fs layer 23:59:46 ecc8261a40a4: Pulling fs layer 23:59:46 ecc8261a40a4: Waiting 23:59:47 2a8b12db71e7: Verifying Checksum 23:59:47 2a8b12db71e7: Download complete 23:59:47 31603596830f: Verifying Checksum 23:59:47 31603596830f: Download complete 23:59:47 ecc8261a40a4: Verifying Checksum 23:59:47 ecc8261a40a4: Download complete 23:59:47 6ca5941a6612: Verifying Checksum 23:59:47 6ca5941a6612: Download complete 23:59:47 31603596830f: Pull complete 23:59:47 2a8b12db71e7: Pull complete 23:59:49 6ca5941a6612: Pull complete 23:59:49 ecc8261a40a4: Pull complete 23:59:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:59:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:59:50 prd-centos7-docker-4c-2g-9022 does not seem to be running inside a container 23:59:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:59:52 $ docker top ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:59:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:59:52 [ssh-agent] Looking for ssh-agent implementation... 23:59:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:59:53 $ docker exec ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent 23:59:53 SSH_AUTH_SOCK=/tmp/ssh-1OVV2MXskL6P/agent.12 23:59:53 SSH_AGENT_PID=17 23:59:53 Running ssh-add (command line suppressed) 23:59:53 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_787755612250118765.key (/w/workspace/_app-service-configurable_master@tmp/private_key_787755612250118765.key) 23:59:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:59:54 + git tag --points-at HEAD [Pipeline] } 23:59:54 $ docker exec --env ******** --env ******** ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent -k 23:59:54 unset SSH_AUTH_SOCK; 23:59:54 unset SSH_AGENT_PID; 23:59:54 echo Agent pid 17 killed; 23:59:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:59:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:59:54 [ssh-agent] Looking for ssh-agent implementation... 23:59:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:59:55 $ docker exec ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent 23:59:55 SSH_AUTH_SOCK=/tmp/ssh-fPP7LyJodTAZ/agent.46 23:59:55 SSH_AGENT_PID=51 23:59:55 Running ssh-add (command line suppressed) 23:59:55 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5267441277361661768.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5267441277361661768.key) 23:59:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:59:56 + git semver init 23:59:56 # -> Open(): unable to determine branch for HEAD 23:59:56 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 23:59:56 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 23:59:56 # $SEMVER_REMOTE_NAME = origin 23:59:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:59:56 # $SEMVER_USER_NAME = edgex-jenkins 23:59:56 # $SEMVER_BRANCH = master 23:59:56 # $SEMVER_TEMP = /tmp/semver-358286538 23:59:56 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 23:59:56 # '/tmp/semver-358286538' -> '/w/workspace/_app-service-configurable_master/.semver' 23:59:56 # -> Force: false 23:59:56 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 23:59:57 $ docker exec --env ******** --env ******** ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent -k 23:59:57 unset SSH_AUTH_SOCK; 23:59:57 unset SSH_AGENT_PID; 23:59:57 echo Agent pid 51 killed; 23:59:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:59:58 + git semver [Pipeline] } 23:59:58 $ docker stop --time=1 ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b 23:59:59 $ docker rm -f ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b [Pipeline] // withDockerContainer [Pipeline] sh 00:00:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:00:01 Stashed 1 file(s) [Pipeline] echo 00:00:01 [edgeXSemver]: initialized semver on version 1.2.1-dev.18 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 00:00:17 Still waiting to schedule task 00:00:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:00:17 Still waiting to schedule task 00:00:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:02:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9023 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:02:16 Running in /w/workspace/app-service-configurable/55 [Pipeline] { [Pipeline] checkout 00:02:21 using credential edgex-jenkins-ssh 00:02:21 Cloning the remote Git repository 00:02:21 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:02:21 > git init /w/workspace/app-service-configurable/55 # timeout=10 00:02:21 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:02:21 > git --version # timeout=10 00:02:22 > git --version # 'git version 2.17.1' 00:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:02:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:02:22 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:02:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:02:22 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:02:22 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:02:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:02:23 Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) 00:02:23 > git config core.sparsecheckout # timeout=10 00:02:23 > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 00:02:27 Commit message: "feat(snap): added startup and duration interval values (#132)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:02:28 ========================================================= 00:02:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:02:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:02:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:02:30 Sending build context to Docker daemon 98.3kB 00:02:30 Step 1/8 : ARG BASE=golang:1.15-alpine 00:02:30 Step 2/8 : FROM ${BASE} 00:02:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:02:31 b538f80385f9: Pulling fs layer 00:02:31 74f711af9a0d: Pulling fs layer 00:02:31 99f96fe45779: Pulling fs layer 00:02:31 8529a6b9a6be: Pulling fs layer 00:02:31 45590311c82a: Pulling fs layer 00:02:31 69ca0ff8b7b3: Pulling fs layer 00:02:31 209524e5b208: Pulling fs layer 00:02:31 8529a6b9a6be: Waiting 00:02:31 45590311c82a: Waiting 00:02:31 69ca0ff8b7b3: Waiting 00:02:31 209524e5b208: Waiting 00:02:31 99f96fe45779: Download complete 00:02:31 74f711af9a0d: Verifying Checksum 00:02:31 45590311c82a: Download complete 00:02:31 69ca0ff8b7b3: Download complete 00:02:31 b538f80385f9: Verifying Checksum 00:02:31 b538f80385f9: Download complete 00:02:32 b538f80385f9: Pull complete 00:02:32 74f711af9a0d: Pull complete 00:02:32 99f96fe45779: Pull complete 00:02:33 209524e5b208: Download complete 00:02:34 8529a6b9a6be: Verifying Checksum 00:02:34 8529a6b9a6be: Download complete 00:02:45 8529a6b9a6be: Pull complete 00:02:45 45590311c82a: Pull complete 00:02:45 69ca0ff8b7b3: Pull complete 00:02:49 209524e5b208: Pull complete 00:02:49 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:02:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:02:49 ---> 5bddaf1c2fca 00:02:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:02:51 ---> Running in 2d3af6129d19 00:02:52 Removing intermediate container 2d3af6129d19 00:02:52 ---> cee10f815061 00:02:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:02:52 ---> Running in 7d22569a0e91 00:02:55 Removing intermediate container 7d22569a0e91 00:02:55 ---> 0c0490a9ba2b 00:02:55 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:02:55 ---> Running in d091654cdca4 00:02:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:02:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:02:58 Running on prd-centos7-docker-4c-2g-9024 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:02:58 Running in /w/workspace/app-service-configurable/55 [Pipeline] { [Pipeline] checkout 00:02:58 (1/6) Installing libc-dev (0.7.2-r3) 00:02:58 (2/6) Installing libsodium (1.0.18-r0) 00:02:58 (3/6) Installing pkgconf (1.7.2-r0) 00:02:58 (4/6) Installing libsodium-dev (1.0.18-r0) 00:02:58 (5/6) Installing libzmq (4.3.3-r0) 00:02:58 (6/6) Installing zeromq-dev (4.3.3-r0) 00:02:59 Executing busybox-1.31.1-r16.trigger 00:02:59 OK: 144 MiB in 45 packages 00:03:01 Removing intermediate container d091654cdca4 00:03:01 ---> d3284df01040 00:03:01 Step 6/8 : WORKDIR /app 00:03:01 ---> Running in d6c963fb082a 00:03:01 Removing intermediate container d6c963fb082a 00:03:01 ---> c9cd0c884f14 00:03:01 Step 7/8 : COPY . . 00:03:01 ---> fa03975c0ca4 00:03:01 Step 8/8 : RUN go mod download 00:03:01 ---> Running in 8debe7c824eb 00:03:01 using credential edgex-jenkins-ssh 00:03:01 Cloning the remote Git repository 00:03:01 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:03:02 > git init /w/workspace/app-service-configurable/55 # timeout=10 00:03:02 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:03:02 > git --version # timeout=10 00:03:02 > git --version # 'git version 2.16.5' 00:03:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:03:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:03:03 Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) 00:03:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:03:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:03:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:03:03 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:03:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:03:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:03:03 > git config core.sparsecheckout # timeout=10 00:03:03 > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 00:03:07 Commit message: "feat(snap): added startup and duration interval values (#132)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:03:08 ========================================================= 00:03:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:03:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:03:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:03:08 Sending build context to Docker daemon 98.3kB 00:03:09 Step 1/8 : ARG BASE=golang:1.15-alpine 00:03:09 Step 2/8 : FROM ${BASE} 00:03:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:03:09 df20fa9351a1: Pulling fs layer 00:03:09 ed8968b2872e: Pulling fs layer 00:03:09 a92cc7c5fd73: Pulling fs layer 00:03:09 e871e8e8d7a9: Pulling fs layer 00:03:09 e73272ec9a57: Pulling fs layer 00:03:09 1e910a182e73: Pulling fs layer 00:03:09 4e634b169226: Pulling fs layer 00:03:09 e871e8e8d7a9: Waiting 00:03:09 e73272ec9a57: Waiting 00:03:09 1e910a182e73: Waiting 00:03:09 4e634b169226: Waiting 00:03:09 a92cc7c5fd73: Verifying Checksum 00:03:09 a92cc7c5fd73: Download complete 00:03:09 ed8968b2872e: Download complete 00:03:09 e73272ec9a57: Verifying Checksum 00:03:09 e73272ec9a57: Download complete 00:03:09 1e910a182e73: Verifying Checksum 00:03:09 1e910a182e73: Download complete 00:03:09 df20fa9351a1: Verifying Checksum 00:03:09 df20fa9351a1: Download complete 00:03:09 df20fa9351a1: Pull complete 00:03:09 ed8968b2872e: Pull complete 00:03:09 a92cc7c5fd73: Pull complete 00:03:11 4e634b169226: Verifying Checksum 00:03:11 4e634b169226: Download complete 00:03:12 e871e8e8d7a9: Download complete 00:03:17 e871e8e8d7a9: Pull complete 00:03:17 e73272ec9a57: Pull complete 00:03:17 1e910a182e73: Pull complete 00:03:22 4e634b169226: Pull complete 00:03:22 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:03:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:03:22 ---> f7629b54cfaa 00:03:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:03:22 ---> Running in 932a0cc1b79c 00:03:22 Removing intermediate container 932a0cc1b79c 00:03:22 ---> 84081fcaa448 00:03:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:03:22 ---> Running in 5e19694c88e9 00:03:24 Removing intermediate container 5e19694c88e9 00:03:24 ---> a83bffe40c9e 00:03:24 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:03:24 ---> Running in 68f15d8be38f 00:03:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:03:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:03:26 (1/6) Installing libc-dev (0.7.2-r3) 00:03:26 (2/6) Installing libsodium (1.0.18-r0) 00:03:26 (3/6) Installing pkgconf (1.7.2-r0) 00:03:26 (4/6) Installing libsodium-dev (1.0.18-r0) 00:03:26 (5/6) Installing libzmq (4.3.3-r0) 00:03:26 (6/6) Installing zeromq-dev (4.3.3-r0) 00:03:26 Executing busybox-1.31.1-r16.trigger 00:03:26 OK: 167 MiB in 45 packages 00:03:27 Removing intermediate container 68f15d8be38f 00:03:27 ---> 6d8db3c36a8b 00:03:27 Step 6/8 : WORKDIR /app 00:03:27 ---> Running in 1f0d6d16ac64 00:03:27 Removing intermediate container 1f0d6d16ac64 00:03:27 ---> 245cb934cd91 00:03:27 Step 7/8 : COPY . . 00:03:27 ---> 9b4d0280c1da 00:03:27 Step 8/8 : RUN go mod download 00:03:28 ---> Running in 3a912a7bf3f4 00:03:34 Removing intermediate container 8debe7c824eb 00:03:34 ---> edc99cbf418f 00:03:34 Successfully built edc99cbf418f 00:03:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:03:34 + docker inspect -f . ci-base-image-arm64 00:03:34 . [Pipeline] withDockerContainer 00:03:34 prd-ubuntu18.04-docker-arm64-4c-16g-9023 does not seem to be running inside a container 00:03:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@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 ******** ci-base-image-arm64 cat 00:03:36 $ docker top 2a60030594c37b18424058c648a82b900aa1bd29e7903a4160f4420ddab3d088 -eo pid,comm [Pipeline] { [Pipeline] sh 00:03:38 + go version 00:03:38 go version go1.15.2 linux/arm64 [Pipeline] } 00:03:38 $ docker stop --time=1 2a60030594c37b18424058c648a82b900aa1bd29e7903a4160f4420ddab3d088 00:03:40 $ docker rm -f 2a60030594c37b18424058c648a82b900aa1bd29e7903a4160f4420ddab3d088 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:03:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:03:44 + ls -al . 00:03:44 total 96 00:03:44 drwxrwxr-x 7 jenkins jenkins 4096 Oct 27 00:02 . 00:03:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 00:02 .. 00:03:44 -rw-rw-r-- 1 jenkins jenkins 119 Oct 27 00:02 .dockerignore 00:03:44 drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 00:02 .git 00:03:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 00:02 .github 00:03:44 -rw-rw-r-- 1 jenkins jenkins 93 Oct 27 00:02 .gitignore 00:03:44 -rw-rw-r-- 1 jenkins jenkins 6568 Oct 27 00:02 Attribution.txt 00:03:44 -rw-rw-r-- 1 jenkins jenkins 2002 Oct 27 00:02 Dockerfile 00:03:44 -rw-rw-r-- 1 jenkins jenkins 966 Oct 27 00:02 Dockerfile.build 00:03:44 -rw-rw-r-- 1 jenkins jenkins 687 Oct 27 00:02 Jenkinsfile 00:03:44 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 27 00:02 LICENSE 00:03:44 -rw-rw-r-- 1 jenkins jenkins 1277 Oct 27 00:02 README.md 00:03:44 -rw-rw-r-- 1 jenkins jenkins 12 Oct 27 00:00 VERSION 00:03:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 00:02 bin 00:03:44 -rw-rw-r-- 1 jenkins jenkins 180 Oct 27 00:02 docker-compose.debug.yml 00:03:44 -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 00:02 docker-compose.yml 00:03:44 -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 00:02 go.mod 00:03:44 -rw-rw-r-- 1 jenkins jenkins 1519 Oct 27 00:02 main.go 00:03:44 -rw-rw-r-- 1 jenkins jenkins 1573 Oct 27 00:02 makefile 00:03:44 drwxrwxr-x 10 jenkins jenkins 4096 Oct 27 00:02 res 00:03:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 00:02 snap [Pipeline] isUnix [Pipeline] sh 00:03:44 + 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=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 --label arch=arm64 --label version=1.2.1-dev.18 . 00:03:44 Sending build context to Docker daemon 99.33kB 00:03:44 Step 1/27 : ARG BASE=golang:1.15-alpine 00:03:44 Step 2/27 : FROM ${BASE} AS builder 00:03:44 ---> edc99cbf418f 00:03:44 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:03:45 ---> Running in 9b27a1369911 00:03:45 Removing intermediate container 9b27a1369911 00:03:45 ---> d6b5936ea9c5 00:03:45 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:03:45 ---> Running in 1a02c4bb4277 00:03:45 Removing intermediate container 1a02c4bb4277 00:03:45 ---> d2e69eb02e7e 00:03:45 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:03:46 ---> Running in 38b02b029c22 00:03:46 Removing intermediate container 38b02b029c22 00:03:46 ---> 1ada829d85c7 00:03:46 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:03:46 ---> Running in 7ac051e65280 00:03:49 Removing intermediate container 7ac051e65280 00:03:49 ---> 046fb824fb92 00:03:49 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:03:49 ---> Running in 748de7e14df2 00:03:50 Removing intermediate container 3a912a7bf3f4 00:03:50 ---> ee466959e727 00:03:50 Successfully built ee466959e727 00:03:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:03:50 + docker inspect -f . ci-base-image-x86_64 00:03:50 . [Pipeline] withDockerContainer 00:03:50 prd-centos7-docker-4c-2g-9024 does not seem to be running inside a container 00:03:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@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 ******** ci-base-image-x86_64 cat 00:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:03:51 $ docker top 155602ac66159fdded58fbcfcd2d893fc79156cf1f6a04a7aa8902dc6d64b4c7 -eo pid,comm 00:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 00:03:51 + go version 00:03:51 go version go1.15.2 linux/amd64 [Pipeline] } 00:03:51 $ docker stop --time=1 155602ac66159fdded58fbcfcd2d893fc79156cf1f6a04a7aa8902dc6d64b4c7 00:03:52 OK: 144 MiB in 45 packages 00:03:53 $ docker rm -f 155602ac66159fdded58fbcfcd2d893fc79156cf1f6a04a7aa8902dc6d64b4c7 00:03:53 Removing intermediate container 748de7e14df2 00:03:53 ---> bf0391b6b752 00:03:53 Step 8/27 : WORKDIR /app [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:03:53 ---> Running in 54dd886c8e0a [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:03:54 Removing intermediate container 54dd886c8e0a 00:03:54 ---> 48b63c024899 00:03:54 Step 9/27 : COPY go.mod . 00:03:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:03:54 + ls -al . 00:03:54 total 72 00:03:54 drwxrwxr-x. 7 jenkins jenkins 4096 Oct 27 00:03 . 00:03:54 drwxrwxr-x. 4 jenkins jenkins 30 Oct 27 00:03 .. 00:03:54 -rw-rw-r--. 1 jenkins jenkins 6568 Oct 27 00:03 Attribution.txt 00:03:54 drwxrwxr-x. 2 jenkins jenkins 64 Oct 27 00:03 bin 00:03:54 -rw-rw-r--. 1 jenkins jenkins 180 Oct 27 00:03 docker-compose.debug.yml 00:03:54 -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 00:03 docker-compose.yml 00:03:54 -rw-rw-r--. 1 jenkins jenkins 2002 Oct 27 00:03 Dockerfile 00:03:54 -rw-rw-r--. 1 jenkins jenkins 966 Oct 27 00:03 Dockerfile.build 00:03:54 -rw-rw-r--. 1 jenkins jenkins 119 Oct 27 00:03 .dockerignore 00:03:54 drwxrwxr-x. 8 jenkins jenkins 162 Oct 27 00:03 .git 00:03:54 drwxrwxr-x. 2 jenkins jenkins 81 Oct 27 00:03 .github 00:03:54 -rw-rw-r--. 1 jenkins jenkins 93 Oct 27 00:03 .gitignore 00:03:54 -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 00:03 go.mod 00:03:54 -rw-rw-r--. 1 jenkins jenkins 687 Oct 27 00:03 Jenkinsfile 00:03:54 -rw-rw-r--. 1 jenkins jenkins 10174 Oct 27 00:03 LICENSE 00:03:54 -rw-rw-r--. 1 jenkins jenkins 1519 Oct 27 00:03 main.go 00:03:54 -rw-rw-r--. 1 jenkins jenkins 1573 Oct 27 00:03 makefile 00:03:54 -rw-rw-r--. 1 jenkins jenkins 1277 Oct 27 00:03 README.md 00:03:54 drwxrwxr-x. 10 jenkins jenkins 171 Oct 27 00:03 res 00:03:54 drwxrwxr-x. 4 jenkins jenkins 71 Oct 27 00:03 snap 00:03:54 -rw-rw-r--. 1 jenkins jenkins 12 Oct 27 00:00 VERSION [Pipeline] isUnix [Pipeline] sh 00:03:54 ---> 55b490309b95 00:03:54 Step 10/27 : RUN go mod download 00:03:54 ---> Running in adc1d1cfd271 00:03:54 + 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=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 --label arch=amd64 --label version=1.2.1-dev.18 . 00:03:54 Sending build context to Docker daemon 99.33kB 00:03:54 Step 1/27 : ARG BASE=golang:1.15-alpine 00:03:54 Step 2/27 : FROM ${BASE} AS builder 00:03:54 ---> ee466959e727 00:03:54 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:03:54 ---> Running in 8f5e0d83e171 00:03:55 Removing intermediate container 8f5e0d83e171 00:03:55 ---> 12b8071f66f8 00:03:55 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:03:55 ---> Running in e8fe98351679 00:03:55 Removing intermediate container e8fe98351679 00:03:55 ---> 928d070e1ed0 00:03:55 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:03:55 ---> Running in 95eb5229f528 00:03:56 Removing intermediate container 95eb5229f528 00:03:56 ---> 5c27f4416028 00:03:56 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:03:56 ---> Running in 7cc5eb1023c6 00:03:57 Removing intermediate container 7cc5eb1023c6 00:03:57 ---> a8d5d5f082aa 00:03:57 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:03:57 ---> Running in 89a2bc2820ef 00:03:57 Removing intermediate container adc1d1cfd271 00:03:57 ---> f21e9fa4d5dc 00:03:57 Step 11/27 : COPY . . 00:03:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:03:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:03:58 ---> bdc9babf9507 00:03:58 Step 12/27 : ARG MAKE="make build" 00:03:58 ---> Running in 2c9a853fac2e 00:03:58 OK: 167 MiB in 45 packages 00:03:58 Removing intermediate container 2c9a853fac2e 00:03:58 ---> 1d1b0995ece7 00:03:58 Step 13/27 : RUN $MAKE 00:03:59 Removing intermediate container 89a2bc2820ef 00:03:59 ---> 65a829f83771 00:03:59 Step 8/27 : WORKDIR /app 00:03:59 ---> Running in c146773d9b38 00:03:59 ---> Running in 7ae21310c714 00:03:59 Removing intermediate container 7ae21310c714 00:03:59 ---> 979b2ed30e1b 00:03:59 Step 9/27 : COPY go.mod . 00:03:59 ---> 000310c531c9 00:03:59 Step 10/27 : RUN go mod download 00:03:59 ---> Running in 21097e32de07 00:04:00 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.18" -o app-service-configurable 00:04:00 Removing intermediate container 21097e32de07 00:04:00 ---> ad31c2617f28 00:04:00 Step 11/27 : COPY . . 00:04:00 ---> f30350dc1cb6 00:04:00 Step 12/27 : ARG MAKE="make build" 00:04:00 ---> Running in 025a2cdabd3c 00:04:01 Removing intermediate container 025a2cdabd3c 00:04:01 ---> d8382c7ead1c 00:04:01 Step 13/27 : RUN $MAKE 00:04:01 ---> Running in aad402286efb 00:04:01 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=1.2.1-dev.18" -o app-service-configurable 00:04:20 Removing intermediate container aad402286efb 00:04:20 ---> 63b7ccc17a67 00:04:20 Step 14/27 : FROM alpine:latest 00:04:20 latest: Pulling from library/alpine 00:04:20 188c0c94c7c5: Pulling fs layer 00:04:20 error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/d6/d6e46aa2470df1d32034c6707c8041158b652f38d2a9ae3d7ad7e7532d22ebe0/data?verify=1603760060-c65bFuSy8g7HbA3PXQ6Zp6sdxD4%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:04:21 Failed in branch amd64 00:04:47 Removing intermediate container c146773d9b38 00:04:47 ---> 33645a8fb00b 00:04:47 Step 14/27 : FROM alpine:latest 00:04:47 latest: Pulling from library/alpine 00:04:48 5f621e34cdf4: Pulling fs layer 00:04:48 5f621e34cdf4: Download complete 00:04:49 5f621e34cdf4: Pull complete 00:04:49 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:04:49 Status: Downloaded newer image for alpine:latest 00:04:49 ---> 2e77e061c27f 00:04:49 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:04:51 ---> Running in b1be3720876d 00:04:52 Removing intermediate container b1be3720876d 00:04:52 ---> 4fe7e15e71b9 00:04:52 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:04:52 ---> Running in 980c5c58da63 00:04:53 Removing intermediate container 980c5c58da63 00:04:53 ---> f7db1156eab3 00:04:53 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 00:04:54 ---> Running in afad84df0349 00:04:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:04:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:04:57 (1/6) Installing ca-certificates (20191127-r4) 00:04:57 (2/6) Installing libgcc (9.3.0-r2) 00:04:57 (3/6) Installing libsodium (1.0.18-r0) 00:04:57 (4/6) Installing libstdc++ (9.3.0-r2) 00:04:57 (5/6) Installing libzmq (4.3.3-r0) 00:04:57 (6/6) Installing zeromq (4.3.3-r0) 00:04:57 Executing busybox-1.31.1-r19.trigger 00:04:57 Executing ca-certificates-20191127-r4.trigger 00:04:57 OK: 9 MiB in 20 packages 00:04:59 Removing intermediate container afad84df0349 00:04:59 ---> 06d0bc0d8211 00:04:59 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:04:59 ---> 71b093148f30 00:04:59 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:05:00 ---> fd756b37b330 00:05:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:05:01 ---> 683421436fc0 00:05:01 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:05:02 ---> 97a5f0711b25 00:05:02 Step 22/27 : EXPOSE 48095 00:05:02 ---> Running in e8dc37a726ce 00:05:03 Removing intermediate container e8dc37a726ce 00:05:03 ---> 7e9b139990bd 00:05:03 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:05:03 ---> Running in 51feb65a79c2 00:05:03 Removing intermediate container 51feb65a79c2 00:05:03 ---> 4856e561f9fa 00:05:03 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:05:03 ---> Running in cbec6602ff2f 00:05:04 Removing intermediate container cbec6602ff2f 00:05:04 ---> 9463be87c3a0 00:05:04 Step 25/27 : LABEL arch=arm64 00:05:04 ---> Running in 7d90134bb684 00:05:04 Removing intermediate container 7d90134bb684 00:05:04 ---> f7e3261bf9b0 00:05:04 Step 26/27 : LABEL git_sha=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 00:05:04 ---> Running in e45a2cc3f48b 00:05:05 Removing intermediate container e45a2cc3f48b 00:05:05 ---> a1e856304134 00:05:05 Step 27/27 : LABEL version=1.2.1-dev.18 00:05:05 ---> Running in 8fb9c7a160f9 00:05:05 Removing intermediate container 8fb9c7a160f9 00:05:05 ---> 21179618f76f 00:05:05 [Warning] One or more build-args [ARCH] were not consumed 00:05:05 Successfully built 21179618f76f 00:05:05 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:05:06 provisioning config files... 00:05:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/55@tmp/config6274918312965450631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:05:06 ---> docker-login.sh 00:05:06 nexus3.edgexfoundry.org:10001 00:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:07 Configure a credential helper to remove this warning. See 00:05:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:07 00:05:07 Login Succeeded 00:05:07 nexus3.edgexfoundry.org:10002 00:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:08 Configure a credential helper to remove this warning. See 00:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:08 00:05:08 Login Succeeded 00:05:08 nexus3.edgexfoundry.org:10003 00:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:08 Configure a credential helper to remove this warning. See 00:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:08 00:05:08 Login Succeeded 00:05:08 nexus3.edgexfoundry.org:10004 00:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:09 Configure a credential helper to remove this warning. See 00:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:09 00:05:09 Login Succeeded 00:05:09 docker.io 00:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:10 Configure a credential helper to remove this warning. See 00:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:10 00:05:10 Login Succeeded 00:05:10 ---> docker-login.sh ends [Pipeline] } 00:05:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:10 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 00:05:10 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 00:05:10 latest 00:05:10 1.2.1-dev.18 00:05:10 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 00:05:10 master 00:05:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:05:11 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] isUnix [Pipeline] sh 00:05:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 00:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:05:11 5b5c41382b06: Preparing 00:05:11 76fa1cb7d602: Preparing 00:05:11 8e9747397b09: Preparing 00:05:11 c9dca0d18eb6: Preparing 00:05:11 57e95a3d64d4: Preparing 00:05:11 cd3761cfa1d9: Preparing 00:05:11 cd3761cfa1d9: Waiting 00:05:11 76fa1cb7d602: Pushed 00:05:11 c9dca0d18eb6: Pushed 00:05:11 8e9747397b09: Pushed 00:05:11 cd3761cfa1d9: Layer already exists 00:05:12 57e95a3d64d4: Pushed 00:05:15 5b5c41382b06: Pushed 00:05:15 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:05:16 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:05:16 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:05:16 5b5c41382b06: Preparing 00:05:16 76fa1cb7d602: Preparing 00:05:16 8e9747397b09: Preparing 00:05:16 c9dca0d18eb6: Preparing 00:05:16 57e95a3d64d4: Preparing 00:05:16 cd3761cfa1d9: Preparing 00:05:16 cd3761cfa1d9: Waiting 00:05:16 8e9747397b09: Layer already exists 00:05:16 5b5c41382b06: Layer already exists 00:05:16 57e95a3d64d4: Layer already exists 00:05:16 76fa1cb7d602: Layer already exists 00:05:16 c9dca0d18eb6: Layer already exists 00:05:16 cd3761cfa1d9: Layer already exists 00:05:16 latest: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:05:17 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh 00:05:17 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 00:05:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:05:17 5b5c41382b06: Preparing 00:05:17 76fa1cb7d602: Preparing 00:05:17 8e9747397b09: Preparing 00:05:17 c9dca0d18eb6: Preparing 00:05:17 57e95a3d64d4: Preparing 00:05:17 cd3761cfa1d9: Preparing 00:05:17 cd3761cfa1d9: Waiting 00:05:17 57e95a3d64d4: Layer already exists 00:05:17 c9dca0d18eb6: Layer already exists 00:05:17 8e9747397b09: Layer already exists 00:05:17 76fa1cb7d602: Layer already exists 00:05:17 5b5c41382b06: Layer already exists 00:05:17 cd3761cfa1d9: Layer already exists 00:05:17 1.2.1-dev.18: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:05:18 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh 00:05:18 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 00:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:05:18 5b5c41382b06: Preparing 00:05:18 76fa1cb7d602: Preparing 00:05:18 8e9747397b09: Preparing 00:05:18 c9dca0d18eb6: Preparing 00:05:18 57e95a3d64d4: Preparing 00:05:18 cd3761cfa1d9: Preparing 00:05:18 cd3761cfa1d9: Waiting 00:05:18 76fa1cb7d602: Layer already exists 00:05:18 57e95a3d64d4: Layer already exists 00:05:18 c9dca0d18eb6: Layer already exists 00:05:18 5b5c41382b06: Layer already exists 00:05:18 8e9747397b09: Layer already exists 00:05:18 cd3761cfa1d9: Layer already exists 00:05:18 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:05:19 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 00:05:19 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 00:05:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:05:19 5b5c41382b06: Preparing 00:05:19 76fa1cb7d602: Preparing 00:05:19 8e9747397b09: Preparing 00:05:19 c9dca0d18eb6: Preparing 00:05:19 57e95a3d64d4: Preparing 00:05:19 cd3761cfa1d9: Preparing 00:05:19 cd3761cfa1d9: Waiting 00:05:19 76fa1cb7d602: Layer already exists 00:05:19 57e95a3d64d4: Layer already exists 00:05:19 5b5c41382b06: Layer already exists 00:05:19 c9dca0d18eb6: Layer already exists 00:05:19 8e9747397b09: Layer already exists 00:05:19 cd3761cfa1d9: Layer already exists 00:05:19 master: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:20 ===================================================== [Pipeline] echo 00:05:20 taggedImages: 00:05:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 00:05:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:05:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 00:05:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 00:05:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 00:05:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:05:25 ---> package-listing.sh 00:05:25 ++ facter osfamily 00:05:25 ++ tr '[:upper:]' '[:lower:]' 00:05:25 + OS_FAMILY=redhat 00:05:25 + workspace=/w/workspace/_app-service-configurable_master 00:05:25 + START_PACKAGES=/tmp/packages_start.txt 00:05:25 + END_PACKAGES=/tmp/packages_end.txt 00:05:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:05:25 + PACKAGES=/tmp/packages_start.txt 00:05:25 + '[' /w/workspace/_app-service-configurable_master ']' 00:05:25 + PACKAGES=/tmp/packages_end.txt 00:05:25 + case "${OS_FAMILY}" in 00:05:25 + rpm -qa 00:05:25 + sort 00:05:30 + '[' -f /tmp/packages_start.txt ']' 00:05:30 + '[' -f /tmp/packages_end.txt ']' 00:05:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:05:30 + '[' /w/workspace/_app-service-configurable_master ']' 00:05:30 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 00:05:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 00:05:30 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:05:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:05:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:05:30 00:05:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:05:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:05:31 alpine: Pulling from edgex-lftools-log-publisher 00:05:31 df20fa9351a1: Pulling fs layer 00:05:31 36b3adc4ff6f: Pulling fs layer 00:05:31 8ad3a11d3b57: Pulling fs layer 00:05:31 46f8f816bc3b: Pulling fs layer 00:05:31 93b61091891f: Pulling fs layer 00:05:31 93b9cdb0e59b: Pulling fs layer 00:05:31 5e14af77c1be: Pulling fs layer 00:05:31 01666e4c0597: Pulling fs layer 00:05:31 aa168da1d23b: Pulling fs layer 00:05:31 93b61091891f: Waiting 00:05:31 93b9cdb0e59b: Waiting 00:05:31 5e14af77c1be: Waiting 00:05:31 01666e4c0597: Waiting 00:05:31 aa168da1d23b: Waiting 00:05:31 46f8f816bc3b: Waiting 00:05:31 36b3adc4ff6f: Download complete 00:05:31 46f8f816bc3b: Verifying Checksum 00:05:31 46f8f816bc3b: Download complete 00:05:31 df20fa9351a1: Verifying Checksum 00:05:31 df20fa9351a1: Download complete 00:05:31 93b9cdb0e59b: Verifying Checksum 00:05:31 93b9cdb0e59b: Download complete 00:05:31 5e14af77c1be: Verifying Checksum 00:05:31 5e14af77c1be: Download complete 00:05:31 01666e4c0597: Download complete 00:05:31 93b61091891f: Verifying Checksum 00:05:31 93b61091891f: Download complete 00:05:32 df20fa9351a1: Pull complete 00:05:32 36b3adc4ff6f: Pull complete 00:05:32 8ad3a11d3b57: Verifying Checksum 00:05:32 8ad3a11d3b57: Download complete 00:05:33 8ad3a11d3b57: Pull complete 00:05:33 46f8f816bc3b: Pull complete 00:05:34 93b61091891f: Pull complete 00:05:34 93b9cdb0e59b: Pull complete 00:05:34 5e14af77c1be: Pull complete 00:05:34 01666e4c0597: Pull complete 00:05:37 aa168da1d23b: Verifying Checksum 00:05:37 aa168da1d23b: Download complete 00:05:47 aa168da1d23b: Pull complete 00:05:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:05:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:05:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:05:48 prd-centos7-docker-4c-2g-9022 does not seem to be running inside a container 00:05:48 $ 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_master/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_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:05:54 $ docker top 2714b400f1aafadf8c89c4d2701625ca87f10236456714b201bb20720cbfb775 -eo pid,comm [Pipeline] { [Pipeline] sh 00:05:55 + touch /tmp/pre-build-complete [Pipeline] sh 00:05:56 + mkdir -p /var/log/sa [Pipeline] sh 00:05:56 + ls /var/log/sa-host 00:05:56 + sadf -c /var/log/sa-host/sa05 00:05:56 file_magic: OK 00:05:56 HZ: Using current value: 100 00:05:56 file_header: OK 00:05:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:05:56 Statistics: 00:05:56 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:05:56 File successfully converted to sysstat format version 12.2.1 00:05:56 + sadf -c /var/log/sa-host/sa26 00:05:56 file_magic: OK 00:05:56 HZ: Using current value: 100 00:05:56 file_header: OK 00:05:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:05:56 Statistics: 00:05:56 HRHnuu...uuuununununu... 00:05:56 File successfully converted to sysstat format version 12.2.1 00:05:56 + sadf -c /var/log/sa-host/sa27 00:05:56 file_magic: OK 00:05:56 HZ: Using current value: 100 00:05:56 file_header: OK 00:05:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:05:56 Statistics: 00:05:56 Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:05:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:05:57 provisioning config files... 00:05:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8924478149202000337tmp [Pipeline] { [Pipeline] echo 00:05:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:05:57 ---> create-netrc.sh [Pipeline] } 00:05:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:05:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:05:58 ---> python-tools-install.sh [Pipeline] echo 00:05:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:05:58 ---> sudo-logs.sh 00:05:58 Archiving 'sudo' log.. [Pipeline] echo 00:05:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:05:59 ---> job-cost.sh 00:05:59 lf-activate-venv: SKIPPING 00:05:59 INFO: No Stack... 00:06:01 INFO: Retrieving Pricing Info for: v1-standard-2 00:06:01 INFO: Archiving Costs [Pipeline] echo 00:06:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:06:01 ---> logs-deploy.sh 00:06:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/55 00:06:01 INFO: archiving workspace using pattern(s): 00:06:04 Archives upload complete. 00:06:04 INFO: archiving logs to Nexus 00:06:06 ---> uname -a: 00:06:06 Linux prd-centos7-docker-4c-2g-9022.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:06:06 00:06:06 00:06:06 ---> lscpu: 00:06:06 Architecture: x86_64 00:06:06 CPU op-mode(s): 32-bit, 64-bit 00:06:06 Byte Order: Little Endian 00:06:06 Address sizes: 40 bits physical, 48 bits virtual 00:06:06 CPU(s): 4 00:06:06 On-line CPU(s) list: 0-3 00:06:06 Thread(s) per core: 1 00:06:06 Core(s) per socket: 1 00:06:06 Socket(s): 4 00:06:06 NUMA node(s): 1 00:06:06 Vendor ID: GenuineIntel 00:06:06 CPU family: 6 00:06:06 Model: 44 00:06:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:06:06 Stepping: 1 00:06:06 CPU MHz: 2933.438 00:06:06 BogoMIPS: 5866.87 00:06:06 Virtualization: VT-x 00:06:06 Hypervisor vendor: KVM 00:06:06 Virtualization type: full 00:06:06 L1d cache: 128 KiB 00:06:06 L1i cache: 128 KiB 00:06:06 L2 cache: 16 MiB 00:06:06 L3 cache: 64 MiB 00:06:06 NUMA node0 CPU(s): 0-3 00:06:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:06:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:06:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:06:06 Vulnerability Meltdown: Mitigation; PTI 00:06:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:06:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:06:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:06:06 Vulnerability Tsx async abort: Not affected 00:06:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:06:06 00:06:06 00:06:06 ---> nproc: 00:06:06 4 00:06:06 00:06:06 00:06:06 ---> df -h: 00:06:06 Filesystem Size Used Available Use% Mounted on 00:06:06 overlay 50.0G 7.2G 42.8G 14% / 00:06:06 tmpfs 64.0M 0 64.0M 0% /dev 00:06:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:06:06 shm 64.0M 0 64.0M 0% /dev/shm 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_master 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_master@tmp 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 00:06:06 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 00:06:06 00:06:06 00:06:06 ---> free -m: 00:06:06 total used free shared buff/cache available 00:06:06 Mem: 1837 683 105 0 1048 1050 00:06:06 Swap: 1023 1 1022 00:06:06 00:06:06 00:06:06 ---> ip addr: 00:06:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:06:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:06:06 inet 127.0.0.1/8 scope host lo 00:06:06 valid_lft forever preferred_lft forever 00:06:06 inet6 ::1/128 scope host 00:06:06 valid_lft forever preferred_lft forever 00:06:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:06:06 link/ether fa:16:3e:7d:01:7b brd ff:ff:ff:ff:ff:ff 00:06:06 inet 10.30.122.92/23 brd 10.30.123.255 scope global dynamic eth0 00:06:06 valid_lft 85964sec preferred_lft 85964sec 00:06:06 inet6 fe80::f816:3eff:fe7d:17b/64 scope link 00:06:06 valid_lft forever preferred_lft forever 00:06:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:06:06 link/ether 02:42:d7:73:19:44 brd ff:ff:ff:ff:ff:ff 00:06:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:06:06 valid_lft forever preferred_lft forever 00:06:06 inet6 fe80::42:d7ff:fe73:1944/64 scope link 00:06:06 valid_lft forever preferred_lft forever 00:06:06 00:06:06 00:06:06 ---> sar -b -r -n DEV: 00:06:06 Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-9022.vexxhost.local) 10/27/20 _x86_64_ (4 CPU) 00:06:06 00:06:06 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:06:06 00:01:01 1.85 0.05 1.80 0.00 0.67 39.52 0.00 00:06:06 00:02:01 0.66 0.08 0.58 0.00 1.63 10.29 0.00 00:06:06 00:03:01 0.27 0.00 0.27 0.00 0.00 3.30 0.00 00:06:06 00:04:01 0.22 0.00 0.22 0.00 0.00 2.11 0.00 00:06:06 00:05:01 0.25 0.00 0.25 0.00 0.00 3.36 0.00 00:06:06 Average: 0.65 0.03 0.62 0.00 0.45 11.73 0.00 00:06:06 00:06:06 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:06:06 00:01:01 169956 0 586916 31.19 2620 1122064 1093432 37.32 432228 1120652 20 00:06:06 00:02:01 172632 0 584064 31.04 2620 1122240 1072968 36.62 431088 1119432 24 00:06:06 00:03:01 170384 0 586340 31.16 2620 1122212 1073184 36.63 433936 1118800 8 00:06:06 00:04:01 171264 0 585456 31.12 2620 1122216 1072992 36.62 442120 1109608 8 00:06:06 00:05:01 170236 0 586480 31.17 2620 1122220 1073312 36.63 443360 1109608 8 00:06:06 Average: 170894 0 585851 31.14 2620 1122190 1077178 36.76 436546 1115620 14 00:06:06 00:06:06 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:06:06 00:01:01 eth0 0.18 0.17 0.01 0.06 0.00 0.00 0.00 0.00 00:06:06 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:02:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:06:06 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:03:01 eth0 1.53 0.92 1.36 0.39 0.00 0.00 0.00 0.00 00:06:06 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:04:01 eth0 0.65 0.13 0.11 0.04 0.00 0.00 0.00 0.00 00:06:06 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:05:01 eth0 0.57 0.37 0.40 0.26 0.00 0.00 0.00 0.00 00:06:06 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 Average: eth0 0.72 0.33 0.39 0.15 0.00 0.00 0.00 0.00 00:06:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:06:06 00:06:06 00:06:06 ---> sar -P ALL: 00:06:06 Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-9022.vexxhost.local) 10/27/20 _x86_64_ (4 CPU) 00:06:06 00:06:06 00:00:01 CPU %user %nice %system %iowait %steal %idle 00:06:06 00:01:01 all 0.28 0.00 0.07 0.00 0.38 99.27 00:06:06 00:01:01 0 0.13 0.00 0.08 0.00 0.48 99.30 00:06:06 00:01:01 1 0.85 0.00 0.07 0.00 0.60 98.48 00:06:06 00:01:01 2 0.02 0.00 0.05 0.00 0.17 99.77 00:06:06 00:01:01 3 0.12 0.00 0.08 0.00 0.27 99.53 00:06:06 00:02:01 all 0.08 0.00 0.04 0.00 0.40 99.49 00:06:06 00:02:01 0 0.05 0.00 0.05 0.00 0.30 99.59 00:06:06 00:02:01 1 0.02 0.00 0.03 0.00 0.47 99.48 00:06:06 00:02:01 2 0.02 0.00 0.03 0.00 0.51 99.44 00:06:06 00:02:01 3 0.22 0.00 0.03 0.00 0.30 99.44 00:06:06 00:03:01 all 0.15 0.00 0.04 0.00 0.21 99.60 00:06:06 00:03:01 0 0.05 0.00 0.03 0.00 0.15 99.77 00:06:06 00:03:01 1 0.08 0.00 0.08 0.00 0.50 99.33 00:06:06 00:03:01 2 0.03 0.00 0.02 0.00 0.05 99.90 00:06:06 00:03:01 3 0.42 0.00 0.02 0.00 0.15 99.42 00:06:06 00:04:01 all 0.09 0.00 0.05 0.00 0.24 99.62 00:06:06 00:04:01 0 0.03 0.00 0.02 0.00 0.25 99.70 00:06:06 00:04:01 1 0.02 0.00 0.13 0.00 0.17 99.68 00:06:06 00:04:01 2 0.02 0.00 0.00 0.00 0.27 99.72 00:06:06 00:04:01 3 0.30 0.00 0.03 0.00 0.28 99.38 00:06:06 00:05:01 all 0.08 0.00 0.05 0.00 0.41 99.46 00:06:06 00:05:01 0 0.07 0.00 0.03 0.00 0.78 99.12 00:06:06 00:05:01 1 0.05 0.00 0.12 0.00 0.25 99.58 00:06:06 00:05:01 2 0.02 0.00 0.02 0.00 0.15 99.82 00:06:06 00:05:01 3 0.20 0.00 0.02 0.00 0.47 99.32 00:06:06 Average: all 0.14 0.00 0.05 0.00 0.33 99.49 00:06:06 Average: 0 0.07 0.00 0.04 0.00 0.39 99.50 00:06:06 Average: 1 0.20 0.00 0.09 0.00 0.40 99.31 00:06:06 Average: 2 0.02 0.00 0.02 0.00 0.23 99.73 00:06:06 Average: 3 0.25 0.00 0.04 0.00 0.29 99.42 00:06:06 00:06:06 00:06:06