Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a4c663ab72e1e6f64242e087497a9e42eb880476 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28265 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision a4c663ab72e1e6f64242e087497a9e42eb880476 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 Commit message: "fix(snap): fix README's security-secret-store doc (#207)" > git rev-list --no-walk 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:14:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:14:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:14:11 ========================================================= 19:14:11 EdgeX Global Pipelines Version Info 19:14:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:14:14 ------------------- 19:14:14 stable info: 19:14:14 ------------------- 19:14:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:14:14 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 19:14:14 Message: update stable to v1.0.184 19:14:16 ------------------- 19:14:16 experimental info: 19:14:16 ------------------- 19:14:16 Commited By: **** collab-it+edgex@linuxfoundation.org 19:14:16 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 19:14:16 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:14:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 19:14:16 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 19:14:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:14:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:14:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:14:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:14:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 19:14:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:14:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:14:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:14:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:14:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] echo 19:14:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4c663a [Pipeline] echo 19:14:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:14:19 provisioning config files... 19:14:19 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3163576362940753860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:14:20 ---> docker-login.sh 19:14:20 nexus3.edgexfoundry.org:10001 19:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:14:22 Configure a credential helper to remove this warning. See 19:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:14:22 19:14:22 Login Succeeded 19:14:22 nexus3.edgexfoundry.org:10002 19:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:14:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:14:23 Configure a credential helper to remove this warning. See 19:14:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:14:23 19:14:23 Login Succeeded 19:14:23 nexus3.edgexfoundry.org:10003 19:14:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:14:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:14:23 Configure a credential helper to remove this warning. See 19:14:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:14:23 19:14:23 Login Succeeded 19:14:23 nexus3.edgexfoundry.org:10004 19:14:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:14:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:14:23 Configure a credential helper to remove this warning. See 19:14:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:14:23 19:14:23 Login Succeeded 19:14:23 docker.io 19:14:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:14:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:14:24 Configure a credential helper to remove this warning. See 19:14:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:14:24 19:14:24 Login Succeeded 19:14:24 ---> docker-login.sh ends [Pipeline] } 19:14:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:14:25 + git log --format=format:%s -1 a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] echo 19:14:25 GIT_COMMIT: a4c663ab72e1e6f64242e087497a9e42eb880476, Commit Message: fix(snap): fix README's security-secret-store doc (#207) [Pipeline] echo 19:14:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:14:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:14:28 19:14:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:14:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:14:28 latest: Pulling from edgex-devops/git-semver 19:14:28 31603596830f: Pulling fs layer 19:14:28 2a8b12db71e7: Pulling fs layer 19:14:28 6ca5941a6612: Pulling fs layer 19:14:28 ecc8261a40a4: Pulling fs layer 19:14:28 ecc8261a40a4: Waiting 19:14:28 2a8b12db71e7: Verifying Checksum 19:14:28 2a8b12db71e7: Download complete 19:14:29 31603596830f: Verifying Checksum 19:14:29 31603596830f: Download complete 19:14:30 ecc8261a40a4: Verifying Checksum 19:14:30 ecc8261a40a4: Download complete 19:14:30 6ca5941a6612: Verifying Checksum 19:14:30 6ca5941a6612: Download complete 19:14:30 31603596830f: Pull complete 19:14:31 2a8b12db71e7: Pull complete 19:14:32 6ca5941a6612: Pull complete 19:14:32 ecc8261a40a4: Pull complete 19:14:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:14:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:14:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:14:32 prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container 19:14:32 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:14:36 $ docker top 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:14:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:14:36 [ssh-agent] Looking for ssh-agent implementation... 19:14:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:14:37 $ docker exec 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent 19:14:37 SSH_AUTH_SOCK=/tmp/ssh-1oAPHl8f7ElD/agent.12 19:14:37 SSH_AGENT_PID=18 19:14:37 Running ssh-add (command line suppressed) 19:14:37 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_539583014070606921.key (/w/workspace/_app-service-configurable_master@tmp/private_key_539583014070606921.key) 19:14:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:14:38 + git tag --points-at HEAD [Pipeline] } 19:14:38 $ docker exec --env ******** --env ******** 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent -k 19:14:38 unset SSH_AUTH_SOCK; 19:14:38 unset SSH_AGENT_PID; 19:14:38 echo Agent pid 18 killed; 19:14:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:14:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:14:38 [ssh-agent] Looking for ssh-agent implementation... 19:14:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:14:39 $ docker exec 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent 19:14:39 SSH_AUTH_SOCK=/tmp/ssh-UxD3RiXLtkbh/agent.47 19:14:39 SSH_AGENT_PID=52 19:14:39 Running ssh-add (command line suppressed) 19:14:39 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2045963712621773658.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2045963712621773658.key) 19:14:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:14:40 + git semver init 19:14:40 # -> Open(): unable to determine branch for HEAD 19:14:40 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:14:40 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:14:40 # $SEMVER_REMOTE_NAME = origin 19:14:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:14:40 # $SEMVER_USER_NAME = edgex-jenkins 19:14:40 # $SEMVER_BRANCH = master 19:14:40 # $SEMVER_TEMP = /tmp/semver-360370362 19:14:40 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 19:14:40 # '/tmp/semver-360370362' -> '/w/workspace/_app-service-configurable_master/.semver' 19:14:40 # -> Force: false 19:14:40 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 19:14:40 $ docker exec --env ******** --env ******** 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent -k 19:14:41 unset SSH_AUTH_SOCK; 19:14:41 unset SSH_AGENT_PID; 19:14:41 echo Agent pid 52 killed; 19:14:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:14:41 + git semver [Pipeline] } 19:14:41 $ docker stop --time=1 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb 19:14:43 $ docker rm -f 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb [Pipeline] // withDockerContainer [Pipeline] sh 19:14:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:14:44 Stashed 1 file(s) [Pipeline] echo 19:14:44 [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [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 19:15:00 Still waiting to schedule task 19:15:00 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28265’ 19:15:00 Still waiting to schedule task 19:15:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:16:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28266 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 19:16:56 Running in /w/workspace/app-service-configurable/90 [Pipeline] { [Pipeline] checkout 19:17:02 using credential edgex-jenkins-ssh 19:17:02 Cloning the remote Git repository 19:17:02 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:17:02 > git init /w/workspace/app-service-configurable/90 # timeout=10 19:17:02 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:17:02 > git --version # timeout=10 19:17:02 > git --version # 'git version 2.17.1' 19:17:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:17:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:17:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:17:04 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:04 Checking out Revision a4c663ab72e1e6f64242e087497a9e42eb880476 (master) 19:17:04 > git config core.sparsecheckout # timeout=10 19:17:04 > git checkout -f a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 19:17:09 Commit message: "fix(snap): fix README's security-secret-store doc (#207)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:17:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:17:10 Running on prd-centos7-docker-4c-2g-28267 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 19:17:11 Running in /w/workspace/app-service-configurable/90 [Pipeline] { [Pipeline] checkout 19:17:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:17:11 + true 19:17:11 + sudo service docker restart 19:17:13 using credential edgex-jenkins-ssh 19:17:13 Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:17:14 provisioning config files... 19:17:14 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config7913361452799290232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:17:13 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:17:13 > git init /w/workspace/app-service-configurable/90 # timeout=10 19:17:13 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:17:13 > git --version # timeout=10 19:17:13 > git --version # 'git version 2.24.3' 19:17:13 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:14 ---> docker-login.sh 19:17:14 nexus3.edgexfoundry.org:10001 19:17:15 Checking out Revision a4c663ab72e1e6f64242e087497a9e42eb880476 (master) 19:17:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:17:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:17:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:17:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:14 > git config core.sparsecheckout # timeout=10 19:17:14 > git checkout -f a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 19:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:16 Configure a credential helper to remove this warning. See 19:17:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:16 19:17:16 Login Succeeded 19:17:16 nexus3.edgexfoundry.org:10002 19:17:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:16 Configure a credential helper to remove this warning. See 19:17:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:16 19:17:16 Login Succeeded 19:17:16 nexus3.edgexfoundry.org:10003 19:17:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:17 Configure a credential helper to remove this warning. See 19:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:17 19:17:17 Login Succeeded 19:17:17 nexus3.edgexfoundry.org:10004 19:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:17 Configure a credential helper to remove this warning. See 19:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:17 19:17:17 Login Succeeded 19:17:17 docker.io 19:17:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:18 Configure a credential helper to remove this warning. See 19:17:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:18 19:17:18 Login Succeeded 19:17:18 ---> docker-login.sh ends [Pipeline] } 19:17:18 Deleting 1 temporary files [Pipeline] // wrap 19:17:18 Commit message: "fix(snap): fix README's security-secret-store doc (#207)" [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:17:19 ========================================================= 19:17:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:17:19 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 19:17:19 + 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 . 19:17:19 Sending build context to Docker daemon 100.9kB [Pipeline] script [Pipeline] { [Pipeline] sh 19:17:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 19:17:19 Step 2/8 : FROM ${BASE} 19:17:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:17:19 5f621e34cdf4: Pulling fs layer 19:17:19 a4357932f1b6: Pulling fs layer 19:17:19 18c013af1878: Pulling fs layer 19:17:19 00ac8860ef70: Pulling fs layer 19:17:19 63d7cb157983: Pulling fs layer 19:17:19 b116817d02f9: Pulling fs layer 19:17:19 745a02a5169b: Pulling fs layer 19:17:19 63d7cb157983: Waiting 19:17:19 b116817d02f9: Waiting 19:17:19 745a02a5169b: Waiting 19:17:19 00ac8860ef70: Waiting 19:17:19 18c013af1878: Verifying Checksum 19:17:19 18c013af1878: Download complete 19:17:19 a4357932f1b6: Verifying Checksum 19:17:19 a4357932f1b6: Download complete 19:17:20 63d7cb157983: Verifying Checksum 19:17:20 63d7cb157983: Download complete 19:17:20 b116817d02f9: Verifying Checksum 19:17:20 b116817d02f9: Download complete 19:17:20 5f621e34cdf4: Verifying Checksum 19:17:20 5f621e34cdf4: Download complete 19:17:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:17:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:17:20 5f621e34cdf4: Pull complete 19:17:20 + sudo service docker restart 19:17:20 + true 19:17:20 Redirecting to /bin/systemctl restart docker.service 19:17:21 a4357932f1b6: Pull complete 19:17:21 18c013af1878: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:17:21 provisioning config files... 19:17:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config4797621871557940035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:17:22 ---> docker-login.sh 19:17:22 nexus3.edgexfoundry.org:10001 19:17:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:22 Configure a credential helper to remove this warning. See 19:17:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:22 19:17:22 Login Succeeded 19:17:22 nexus3.edgexfoundry.org:10002 19:17:22 745a02a5169b: Verifying Checksum 19:17:22 745a02a5169b: Download complete 19:17:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:22 Configure a credential helper to remove this warning. See 19:17:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:22 19:17:22 Login Succeeded 19:17:22 nexus3.edgexfoundry.org:10003 19:17:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:22 Configure a credential helper to remove this warning. See 19:17:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:22 19:17:22 Login Succeeded 19:17:22 nexus3.edgexfoundry.org:10004 19:17:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:22 Configure a credential helper to remove this warning. See 19:17:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:22 19:17:22 Login Succeeded 19:17:22 docker.io 19:17:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:23 Configure a credential helper to remove this warning. See 19:17:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:23 19:17:23 Login Succeeded 19:17:23 ---> docker-login.sh ends [Pipeline] } 19:17:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 19:17:23 00ac8860ef70: Verifying Checksum 19:17:23 00ac8860ef70: Download complete [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:17:24 ========================================================= 19:17:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:17:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:17:24 + 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 . 19:17:24 Sending build context to Docker daemon 100.9kB 19:17:24 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 19:17:24 Step 2/8 : FROM ${BASE} 19:17:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:17:24 188c0c94c7c5: Pulling fs layer 19:17:24 0ef7d3d256c8: Pulling fs layer 19:17:24 de9db76c5a1d: Pulling fs layer 19:17:24 bca2f99d35d6: Pulling fs layer 19:17:24 93359f2a8cfa: Pulling fs layer 19:17:24 7c6f9722023f: Pulling fs layer 19:17:24 a35cf1a2eb13: Pulling fs layer 19:17:24 93359f2a8cfa: Waiting 19:17:24 a35cf1a2eb13: Waiting 19:17:24 7c6f9722023f: Waiting 19:17:24 bca2f99d35d6: Waiting 19:17:24 de9db76c5a1d: Verifying Checksum 19:17:24 de9db76c5a1d: Download complete 19:17:24 0ef7d3d256c8: Verifying Checksum 19:17:24 0ef7d3d256c8: Download complete 19:17:24 93359f2a8cfa: Verifying Checksum 19:17:24 93359f2a8cfa: Download complete 19:17:24 7c6f9722023f: Verifying Checksum 19:17:24 7c6f9722023f: Download complete 19:17:24 188c0c94c7c5: Verifying Checksum 19:17:24 188c0c94c7c5: Download complete 19:17:25 188c0c94c7c5: Pull complete 19:17:25 0ef7d3d256c8: Pull complete 19:17:25 de9db76c5a1d: Pull complete 19:17:26 a35cf1a2eb13: Verifying Checksum 19:17:26 a35cf1a2eb13: Download complete 19:17:27 bca2f99d35d6: Verifying Checksum 19:17:27 bca2f99d35d6: Download complete 19:17:32 bca2f99d35d6: Pull complete 19:17:32 93359f2a8cfa: Pull complete 19:17:32 7c6f9722023f: Pull complete 19:17:34 00ac8860ef70: Pull complete 19:17:34 63d7cb157983: Pull complete 19:17:34 b116817d02f9: Pull complete 19:17:38 745a02a5169b: Pull complete 19:17:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:17:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:17:38 ---> b7e6874047d6 19:17:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:17:41 ---> Running in d7dee1b74c20 19:17:41 Removing intermediate container d7dee1b74c20 19:17:41 ---> 8902370d5376 19:17:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:41 ---> Running in 00c541acd902 19:17:42 a35cf1a2eb13: Pull complete 19:17:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:17:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:17:42 ---> a62c8e92a672 19:17:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:17:42 ---> Running in d3e52c1b71c5 19:17:42 Removing intermediate container d3e52c1b71c5 19:17:42 ---> aa5a07d10eee 19:17:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:42 ---> Running in 848d1675213b 19:17:43 Removing intermediate container 848d1675213b 19:17:43 ---> f8bd5a57fc0c 19:17:43 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:17:43 ---> Running in b5c5e86f14e7 19:17:44 Removing intermediate container 00c541acd902 19:17:44 ---> 91c4eeb2ad49 19:17:44 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:17:44 ---> Running in 339517555e4c 19:17:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:17:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:45 (1/6) Installing libc-dev (0.7.2-r3) 19:17:46 (2/6) Installing libsodium (1.0.18-r0) 19:17:46 (3/6) Installing pkgconf (1.7.2-r0) 19:17:46 (4/6) Installing libsodium-dev (1.0.18-r0) 19:17:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:17:46 (5/6) Installing libzmq (4.3.3-r0) 19:17:46 (6/6) Installing zeromq-dev (4.3.3-r0) 19:17:46 Executing busybox-1.31.1-r19.trigger 19:17:46 OK: 167 MiB in 45 packages 19:17:46 (1/6) Installing libc-dev (0.7.2-r3) 19:17:46 (2/6) Installing libsodium (1.0.18-r0) 19:17:46 (3/6) Installing pkgconf (1.7.2-r0) 19:17:46 (4/6) Installing libsodium-dev (1.0.18-r0) 19:17:46 (5/6) Installing libzmq (4.3.3-r0) 19:17:47 Removing intermediate container b5c5e86f14e7 19:17:47 ---> 5d67bf3e9487 19:17:47 Step 6/8 : WORKDIR /app 19:17:47 ---> Running in 2bd4ef27d906 19:17:47 (6/6) Installing zeromq-dev (4.3.3-r0) 19:17:47 Executing busybox-1.31.1-r19.trigger 19:17:47 OK: 144 MiB in 45 packages 19:17:47 Removing intermediate container 2bd4ef27d906 19:17:47 ---> 73d6dbeb4b7c 19:17:47 Step 7/8 : COPY . . 19:17:47 ---> d8584193db97 19:17:47 Step 8/8 : RUN go mod download 19:17:47 ---> Running in cc8da69403fc 19:17:48 Removing intermediate container 339517555e4c 19:17:48 ---> 935025991483 19:17:48 Step 6/8 : WORKDIR /app 19:17:48 ---> Running in fd4a49a11c3c 19:17:49 Removing intermediate container fd4a49a11c3c 19:17:49 ---> b1aef41d8932 19:17:49 Step 7/8 : COPY . . 19:17:50 ---> 0a1dc0594858 19:17:50 Step 8/8 : RUN go mod download 19:17:50 ---> Running in 462ea68de611 19:18:14 Removing intermediate container cc8da69403fc 19:18:14 ---> a8667d490d45 19:18:14 Successfully built a8667d490d45 19:18:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:18:14 + docker inspect -f . ci-base-image-x86_64 19:18:14 . [Pipeline] withDockerContainer 19:18:15 prd-centos7-docker-4c-2g-28267 does not seem to be running inside a container 19:18:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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 ******** ci-base-image-x86_64 cat 19:18:15 $ docker top e90eeaf7682738dff52126df1f874b2a12f4c8992994e5044f4567434dd8c705 -eo pid,comm [Pipeline] { [Pipeline] sh 19:18:16 + go version 19:18:16 go version go1.15.5 linux/amd64 [Pipeline] } 19:18:16 $ docker stop --time=1 e90eeaf7682738dff52126df1f874b2a12f4c8992994e5044f4567434dd8c705 19:18:17 Removing intermediate container 462ea68de611 19:18:17 ---> c87fdaf0efd0 19:18:17 Successfully built c87fdaf0efd0 19:18:17 Successfully tagged ci-base-image-arm64:latest 19:18:17 $ docker rm -f e90eeaf7682738dff52126df1f874b2a12f4c8992994e5044f4567434dd8c705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:18:18 + docker inspect -f . ci-base-image-arm64 19:18:18 . [Pipeline] withDockerContainer 19:18:18 + docker inspect -f . ci-base-image-x86_64 19:18:18 . 19:18:18 prd-ubuntu18.04-docker-arm64-4c-16g-28266 does not seem to be running inside a container 19:18:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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 ******** ci-base-image-arm64 cat 19:18:20 $ docker top 1c8ab168d7fb0d8d36d72ee75344aed67365fe22cc0648a36b35d13995596e10 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 19:18:20 prd-centos7-docker-4c-2g-28267 does not seem to be running inside a container 19:18:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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 ******** ci-base-image-x86_64 cat 19:18:21 $ docker top 98b35d14b94149e1fd7e5bdb18ada66a84a1c0597ff26081bac0f975a2a3c333 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 19:18:22 + make test 19:18:22 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:18:22 + go version 19:18:22 go version go1.15.5 linux/arm64 [Pipeline] } 19:18:22 $ docker stop --time=1 1c8ab168d7fb0d8d36d72ee75344aed67365fe22cc0648a36b35d13995596e10 19:18:24 $ docker rm -f 1c8ab168d7fb0d8d36d72ee75344aed67365fe22cc0648a36b35d13995596e10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:18:25 + docker inspect -f . ci-base-image-arm64 19:18:25 . [Pipeline] withDockerContainer 19:18:25 prd-ubuntu18.04-docker-arm64-4c-16g-28266 does not seem to be running inside a container 19:18:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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 ******** ci-base-image-arm64 cat 19:18:27 $ docker top b37a83e8261eba36f681c8cfa2cf6d62b6ca8657991ef4e253ace908920dd25b -eo pid,comm [Pipeline] { [Pipeline] sh 19:18:28 + make test 19:18:28 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:18:37 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:18:37 CGO_ENABLED=1 go vet ./... 19:18:38 gofmt -l . 19:18:38 [ "`gofmt -l .`" = "" ] 19:18:38 ./bin/test-go-mod-tidy.sh 19:18:38 ./bin/test-attribution-txt.sh [Pipeline] } 19:18:39 $ docker stop --time=1 98b35d14b94149e1fd7e5bdb18ada66a84a1c0597ff26081bac0f975a2a3c333 19:18:42 $ docker rm -f 98b35d14b94149e1fd7e5bdb18ada66a84a1c0597ff26081bac0f975a2a3c333 [Pipeline] // withDockerContainer [Pipeline] sh 19:18:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:18:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 19:18:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:18:46 + ls -al . 19:18:46 total 92 19:18:46 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 2 19:18 . 19:18:46 drwxrwxr-x. 4 jenkins jenkins 30 Mar 2 19:17 .. 19:18:46 -rw-rw-r--. 1 jenkins jenkins 7174 Mar 2 19:17 Attribution.txt 19:18:46 drwxrwxr-x. 2 jenkins jenkins 64 Mar 2 19:17 bin 19:18:46 -rw-r--r--. 1 jenkins jenkins 10 Mar 2 19:18 coverage.out 19:18:46 -rw-rw-r--. 1 jenkins jenkins 2032 Mar 2 19:17 Dockerfile 19:18:46 -rw-rw-r--. 1 jenkins jenkins 970 Mar 2 19:17 Dockerfile.build 19:18:46 -rw-rw-r--. 1 jenkins jenkins 119 Mar 2 19:17 .dockerignore 19:18:46 drwxrwxr-x. 8 jenkins jenkins 162 Mar 2 19:17 .git 19:18:46 drwxrwxr-x. 2 jenkins jenkins 81 Mar 2 19:17 .github 19:18:46 -rw-rw-r--. 1 jenkins jenkins 111 Mar 2 19:17 .gitignore 19:18:46 -rw-r--r--. 1 jenkins jenkins 136 Mar 2 19:18 go.mod 19:18:46 -rw-r--r--. 1 jenkins jenkins 21193 Mar 2 19:18 go.sum 19:18:46 -rw-rw-r--. 1 jenkins jenkins 687 Mar 2 19:17 Jenkinsfile 19:18:46 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 2 19:17 LICENSE 19:18:46 -rw-rw-r--. 1 jenkins jenkins 1522 Mar 2 19:17 main.go 19:18:46 -rw-rw-r--. 1 jenkins jenkins 1582 Mar 2 19:17 makefile 19:18:46 -rw-rw-r--. 1 jenkins jenkins 1277 Mar 2 19:17 README.md 19:18:46 drwxrwxr-x. 10 jenkins jenkins 173 Mar 2 19:17 res 19:18:46 drwxrwxr-x. 4 jenkins jenkins 71 Mar 2 19:17 snap 19:18:46 -rw-rw-r--. 1 jenkins jenkins 12 Mar 2 19:14 VERSION [Pipeline] isUnix [Pipeline] sh 19:18:46 + 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=a4c663ab72e1e6f64242e087497a9e42eb880476 --label arch=amd64 --label version=2.0.0-dev.20 . 19:18:46 Sending build context to Docker daemon 124.9kB 19:18:46 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 19:18:46 Step 2/27 : FROM ${BASE} AS builder 19:18:46 ---> a8667d490d45 19:18:46 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 19:18:47 ---> Running in c06f72cd7fe8 19:18:47 Removing intermediate container c06f72cd7fe8 19:18:47 ---> e69397c86815 19:18:47 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 19:18:47 ---> Running in c8657b6a9e90 19:18:47 Removing intermediate container c8657b6a9e90 19:18:47 ---> ded478819a26 19:18:47 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:18:47 ---> Running in f6790cc9d65c 19:18:47 Removing intermediate container f6790cc9d65c 19:18:47 ---> 7087d53f56ff 19:18:47 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:47 ---> Running in caff1ba5c9e9 19:18:48 Removing intermediate container caff1ba5c9e9 19:18:48 ---> 1920fc0ea0d2 19:18:48 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:18:48 ---> Running in ad00f606a2c6 19:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:50 OK: 167 MiB in 45 packages 19:18:51 Removing intermediate container ad00f606a2c6 19:18:51 ---> c4c92edcfa47 19:18:51 Step 8/27 : WORKDIR /app 19:18:51 ---> Running in 41d5fb337c09 19:18:51 Removing intermediate container 41d5fb337c09 19:18:51 ---> 0636a32c75ee 19:18:51 Step 9/27 : COPY go.mod . 19:18:51 ---> 1f71c8d1994c 19:18:51 Step 10/27 : RUN go mod download 19:18:51 ---> Running in 7a7ff4bcd9ac 19:18:52 Removing intermediate container 7a7ff4bcd9ac 19:18:52 ---> 14429862625d 19:18:52 Step 11/27 : COPY . . 19:18:52 ---> 7fe7a0f71beb 19:18:52 Step 12/27 : ARG MAKE="make build" 19:18:52 ---> Running in 67a2e79324b7 19:18:53 Removing intermediate container 67a2e79324b7 19:18:53 ---> 4652d548f32b 19:18:53 Step 13/27 : RUN $MAKE 19:18:53 ---> Running in 7c1b323f056f 19:18:53 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.24 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.20" -o app-service-configurable 19:19:07 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:19:07 CGO_ENABLED=1 go vet ./... 19:19:08 Removing intermediate container 7c1b323f056f 19:19:08 ---> a3092b7f4272 19:19:08 Step 14/27 : FROM alpine:3.12 19:19:08 3.12: Pulling from library/alpine 19:19:08 f84cab65f19f: Pulling fs layer 19:19:08 f84cab65f19f: Verifying Checksum 19:19:08 f84cab65f19f: Download complete 19:19:08 f84cab65f19f: Pull complete 19:19:08 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:08 Status: Downloaded newer image for alpine:3.12 19:19:08 ---> 88dd2752d2ea 19:19:08 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:19:08 ---> Running in d73266a550b3 19:19:08 Removing intermediate container d73266a550b3 19:19:08 ---> 4d2a5e3e5847 19:19:08 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 19:19:08 ---> Running in 588524403f19 19:19:08 Removing intermediate container 588524403f19 19:19:08 ---> 93db39b0048b 19:19:08 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 19:19:08 ---> Running in 99dc448d7408 19:19:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:08 (1/7) Installing ca-certificates (20191127-r4) 19:19:08 (2/7) Installing dumb-init (1.2.2-r1) 19:19:08 (3/7) Installing libgcc (9.3.0-r2) 19:19:08 (4/7) Installing libsodium (1.0.18-r0) 19:19:08 (5/7) Installing libstdc++ (9.3.0-r2) 19:19:08 (6/7) Installing libzmq (4.3.3-r0) 19:19:08 (7/7) Installing zeromq (4.3.3-r0) 19:19:08 Executing busybox-1.31.1-r19.trigger 19:19:08 Executing ca-certificates-20191127-r4.trigger 19:19:08 OK: 9 MiB in 21 packages 19:19:10 Removing intermediate container 99dc448d7408 19:19:10 ---> d4440f573966 19:19:10 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:19:10 ---> 1e20b29d2082 19:19:10 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 19:19:11 ---> ebd03a1f22d3 19:19:11 Step 20/27 : COPY --from=builder /app/res/ /res/ 19:19:11 ---> 119b678a9bf0 19:19:11 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:19:11 ---> 6b2304a30dc2 19:19:11 Step 22/27 : EXPOSE 48095 19:19:12 ---> Running in d2b12795941a 19:19:12 Removing intermediate container d2b12795941a 19:19:12 ---> 69ed1e9b9074 19:19:12 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 19:19:12 ---> Running in 5188e80572ec 19:19:12 Removing intermediate container 5188e80572ec 19:19:12 ---> 5fb246c3659d 19:19:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:12 ---> Running in 55df3d4c1320 19:19:12 Removing intermediate container 55df3d4c1320 19:19:12 ---> d2189b2de79c 19:19:12 Step 25/27 : LABEL arch=amd64 19:19:12 ---> Running in 29788e1eccfb 19:19:12 Removing intermediate container 29788e1eccfb 19:19:12 ---> be3aae2dc163 19:19:12 Step 26/27 : LABEL git_sha=a4c663ab72e1e6f64242e087497a9e42eb880476 19:19:12 ---> Running in 697baee8c77e 19:19:13 Removing intermediate container 697baee8c77e 19:19:13 ---> 69c72d113029 19:19:13 Step 27/27 : LABEL version=2.0.0-dev.20 19:19:13 ---> Running in 4bccd4513381 19:19:13 Removing intermediate container 4bccd4513381 19:19:13 ---> 5c29968d05bf 19:19:13 [Warning] One or more build-args [ARCH] were not consumed 19:19:13 Successfully built 5c29968d05bf 19:19:13 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:19:13 provisioning config files... 19:19:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config5376893376914223227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:19:13 gofmt -l . 19:19:13 [ "`gofmt -l .`" = "" ] 19:19:13 ./bin/test-go-mod-tidy.sh 19:19:13 ./bin/test-attribution-txt.sh 19:19:14 ---> docker-login.sh 19:19:14 nexus3.edgexfoundry.org:10001 19:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:14 Configure a credential helper to remove this warning. See 19:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:14 19:19:14 Login Succeeded 19:19:14 nexus3.edgexfoundry.org:10002 19:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:14 Configure a credential helper to remove this warning. See 19:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:14 19:19:14 Login Succeeded 19:19:14 nexus3.edgexfoundry.org:10003 19:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:14 Configure a credential helper to remove this warning. See 19:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:14 19:19:14 Login Succeeded 19:19:14 nexus3.edgexfoundry.org:10004 19:19:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:15 Configure a credential helper to remove this warning. See 19:19:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:15 19:19:15 Login Succeeded 19:19:15 docker.io 19:19:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:15 Configure a credential helper to remove this warning. See 19:19:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:15 19:19:15 Login Succeeded 19:19:15 ---> docker-login.sh ends [Pipeline] } 19:19:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:19:15 $ docker stop --time=1 b37a83e8261eba36f681c8cfa2cf6d62b6ca8657991ef4e253ace908920dd25b 19:19:17 $ docker rm -f b37a83e8261eba36f681c8cfa2cf6d62b6ca8657991ef4e253ace908920dd25b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] echo 19:19:18 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 19:19:18 a4c663ab72e1e6f64242e087497a9e42eb880476 19:19:18 latest 19:19:18 2.0.0-dev.20 19:19:18 a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 19:19:18 master 19:19:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:19:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:19:18 Warning: overwriting stash ‘coverage-report’ 19:19:18 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] isUnix [Pipeline] sh 19:19:19 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476 19:19:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:19:19 7d7735415ea6: Preparing 19:19:19 65209d06fa95: Preparing 19:19:19 250ccb37d0b5: Preparing 19:19:19 86a1d2f1417b: Preparing 19:19:19 9076636bd700: Preparing 19:19:19 33e8713114f8: Preparing 19:19:19 33e8713114f8: Waiting 19:19:19 Stashed 1 file(s) [Pipeline] } 19:19:19 65209d06fa95: Pushed 19:19:19 250ccb37d0b5: Pushed 19:19:19 86a1d2f1417b: Pushed 19:19:19 33e8713114f8: Layer already exists [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 19:19:19 9076636bd700: Pushed [Pipeline] script [Pipeline] { [Pipeline] sh 19:19:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:19:20 + ls -al . 19:19:20 total 116 19:19:20 drwxrwxr-x 7 jenkins jenkins 4096 Mar 2 19:19 . 19:19:20 drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 19:17 .. 19:19:20 -rw-rw-r-- 1 jenkins jenkins 119 Mar 2 19:17 .dockerignore 19:19:20 drwxrwxr-x 8 jenkins jenkins 4096 Mar 2 19:17 .git 19:19:20 drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 19:17 .github 19:19:20 -rw-rw-r-- 1 jenkins jenkins 111 Mar 2 19:17 .gitignore 19:19:20 -rw-rw-r-- 1 jenkins jenkins 7174 Mar 2 19:17 Attribution.txt 19:19:20 -rw-rw-r-- 1 jenkins jenkins 2032 Mar 2 19:17 Dockerfile 19:19:20 -rw-rw-r-- 1 jenkins jenkins 970 Mar 2 19:17 Dockerfile.build 19:19:20 -rw-rw-r-- 1 jenkins jenkins 687 Mar 2 19:17 Jenkinsfile 19:19:20 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 2 19:17 LICENSE 19:19:20 -rw-rw-r-- 1 jenkins jenkins 1277 Mar 2 19:17 README.md 19:19:20 -rw-rw-r-- 1 jenkins jenkins 12 Mar 2 19:14 VERSION 19:19:20 drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 19:17 bin 19:19:20 -rw-r--r-- 1 jenkins jenkins 10 Mar 2 19:18 coverage.out 19:19:20 -rw-r--r-- 1 jenkins jenkins 136 Mar 2 19:19 go.mod 19:19:20 -rw-r--r-- 1 jenkins jenkins 21193 Mar 2 19:19 go.sum 19:19:20 -rw-rw-r-- 1 jenkins jenkins 1522 Mar 2 19:17 main.go 19:19:20 -rw-rw-r-- 1 jenkins jenkins 1582 Mar 2 19:17 makefile 19:19:20 drwxrwxr-x 10 jenkins jenkins 4096 Mar 2 19:17 res 19:19:20 drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 19:17 snap [Pipeline] isUnix [Pipeline] sh 19:19:20 7d7735415ea6: Pushed 19:19:20 a4c663ab72e1e6f64242e087497a9e42eb880476: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:21 + 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=a4c663ab72e1e6f64242e087497a9e42eb880476 --label arch=arm64 --label version=2.0.0-dev.20 . 19:19:21 Sending build context to Docker daemon 124.9kB 19:19:21 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 19:19:21 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 19:19:21 Step 2/27 : FROM ${BASE} AS builder 19:19:21 ---> c87fdaf0efd0 19:19:21 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 19:19:21 ---> Running in 7bcf1fae1c08 19:19:21 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 19:19:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:19:21 7d7735415ea6: Preparing 19:19:21 65209d06fa95: Preparing 19:19:21 250ccb37d0b5: Preparing 19:19:21 86a1d2f1417b: Preparing 19:19:21 9076636bd700: Preparing 19:19:21 33e8713114f8: Preparing 19:19:21 33e8713114f8: Waiting 19:19:21 250ccb37d0b5: Layer already exists 19:19:21 7d7735415ea6: Layer already exists 19:19:21 9076636bd700: Layer already exists 19:19:21 65209d06fa95: Layer already exists 19:19:21 86a1d2f1417b: Layer already exists 19:19:21 33e8713114f8: Layer already exists 19:19:21 latest: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:21 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 19:19:22 Removing intermediate container 7bcf1fae1c08 19:19:22 ---> 1e670987e304 19:19:22 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 19:19:22 ---> Running in 9f62660f275d 19:19:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 19:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:19:22 7d7735415ea6: Preparing 19:19:22 65209d06fa95: Preparing 19:19:22 250ccb37d0b5: Preparing 19:19:22 86a1d2f1417b: Preparing 19:19:22 9076636bd700: Preparing 19:19:22 33e8713114f8: Preparing 19:19:22 33e8713114f8: Waiting 19:19:22 250ccb37d0b5: Layer already exists 19:19:22 9076636bd700: Layer already exists 19:19:22 86a1d2f1417b: Layer already exists 19:19:22 65209d06fa95: Layer already exists 19:19:22 7d7735415ea6: Layer already exists 19:19:22 33e8713114f8: Layer already exists 19:19:22 2.0.0-dev.20: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:22 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 19:19:22 Removing intermediate container 9f62660f275d 19:19:22 ---> 2925834131f2 19:19:22 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:19:22 ---> Running in 99c649cb074e 19:19:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 19:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:19:22 7d7735415ea6: Preparing 19:19:22 65209d06fa95: Preparing 19:19:22 250ccb37d0b5: Preparing 19:19:22 86a1d2f1417b: Preparing 19:19:22 9076636bd700: Preparing 19:19:22 33e8713114f8: Preparing 19:19:22 33e8713114f8: Waiting 19:19:22 9076636bd700: Layer already exists 19:19:22 65209d06fa95: Layer already exists 19:19:22 250ccb37d0b5: Layer already exists 19:19:22 86a1d2f1417b: Layer already exists 19:19:22 7d7735415ea6: Layer already exists 19:19:22 33e8713114f8: Layer already exists 19:19:22 a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:23 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 19:19:23 Removing intermediate container 99c649cb074e 19:19:23 ---> f65a6143283f 19:19:23 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:23 ---> Running in d7f55bad7394 19:19:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 19:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:19:23 7d7735415ea6: Preparing 19:19:23 65209d06fa95: Preparing 19:19:23 250ccb37d0b5: Preparing 19:19:23 86a1d2f1417b: Preparing 19:19:23 9076636bd700: Preparing 19:19:23 33e8713114f8: Preparing 19:19:23 33e8713114f8: Waiting 19:19:23 7d7735415ea6: Layer already exists 19:19:23 250ccb37d0b5: Layer already exists 19:19:23 9076636bd700: Layer already exists 19:19:23 65209d06fa95: Layer already exists 19:19:23 86a1d2f1417b: Layer already exists 19:19:23 33e8713114f8: Layer already exists 19:19:23 master: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:19:23 ===================================================== [Pipeline] echo 19:19:23 taggedImages: 19:19:23 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476 19:19:23 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 19:19:23 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 19:19:23 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 19:19:23 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:19:24 ---> job-cost.sh 19:19:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Vdq4 19:19:25 Removing intermediate container d7f55bad7394 19:19:25 ---> 7e78ceaf6dae 19:19:25 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:19:25 ---> Running in 0d2729470b7c 19:19:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:28 OK: 144 MiB in 45 packages 19:19:29 Removing intermediate container 0d2729470b7c 19:19:29 ---> 99a9915a9270 19:19:29 Step 8/27 : WORKDIR /app 19:19:29 ---> Running in c5942b26f722 19:19:30 Removing intermediate container c5942b26f722 19:19:30 ---> b1080d7aba09 19:19:30 Step 9/27 : COPY go.mod . 19:19:30 ---> d53a8a749d37 19:19:30 Step 10/27 : RUN go mod download 19:19:30 ---> Running in 2e22d10a1118 19:19:33 Removing intermediate container 2e22d10a1118 19:19:33 ---> 0061aaf8327e 19:19:33 Step 11/27 : COPY . . 19:19:33 ---> 18054e781082 19:19:33 Step 12/27 : ARG MAKE="make build" 19:19:33 ---> Running in 8e6e7f3610f0 19:19:34 Removing intermediate container 8e6e7f3610f0 19:19:34 ---> 22bc5001bfd6 19:19:34 Step 13/27 : RUN $MAKE 19:19:34 ---> Running in 72c6fe22b4d1 19:19:35 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.24 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.20" -o app-service-configurable 19:19:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:20:11 lf-activate-venv(): INFO: Adding /tmp/venv-Vdq4/bin to PATH 19:20:11 INFO: No Stack... 19:20:11 INFO: Retrieving Pricing Info for: v1-standard-2 19:20:11 INFO: Archiving Costs [Pipeline] sh 19:20:12 + cat /w/workspace/app-service-configurable/90/archives/cost.csv 19:20:12 + cut -d, -f6 [Pipeline] lock 19:20:12 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] 19:20:12 Resource [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] did not exist. Created. 19:20:12 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:20:12 + echo total: 0.029999999329447746 [Pipeline] stash 19:20:12 Stashed 1 file(s) [Pipeline] } 19:20:12 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:20:14 Removing intermediate container 72c6fe22b4d1 19:20:14 ---> bdc254ed4521 19:20:14 Step 14/27 : FROM alpine:3.12 19:20:14 3.12: Pulling from library/alpine 19:20:14 dce8679b510e: Pulling fs layer 19:20:14 dce8679b510e: Verifying Checksum 19:20:14 dce8679b510e: Download complete 19:20:14 dce8679b510e: Pull complete 19:20:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:20:14 Status: Downloaded newer image for alpine:3.12 19:20:14 ---> d10569e2745f 19:20:14 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:20:14 ---> Running in e439bf4daa1e 19:20:15 Removing intermediate container e439bf4daa1e 19:20:15 ---> 8b1a35cadf50 19:20:15 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 19:20:15 ---> Running in 637a6b338ca6 19:20:15 Removing intermediate container 637a6b338ca6 19:20:15 ---> 421167603ddb 19:20:15 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 19:20:16 ---> Running in 8fe353a0390b 19:20:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:20:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:20:17 (1/7) Installing ca-certificates (20191127-r4) 19:20:17 (2/7) Installing dumb-init (1.2.2-r1) 19:20:17 (3/7) Installing libgcc (9.3.0-r2) 19:20:17 (4/7) Installing libsodium (1.0.18-r0) 19:20:17 (5/7) Installing libstdc++ (9.3.0-r2) 19:20:17 (6/7) Installing libzmq (4.3.3-r0) 19:20:17 (7/7) Installing zeromq (4.3.3-r0) 19:20:17 Executing busybox-1.31.1-r19.trigger 19:20:17 Executing ca-certificates-20191127-r4.trigger 19:20:18 OK: 9 MiB in 21 packages 19:20:19 Removing intermediate container 8fe353a0390b 19:20:19 ---> 7534eaa771e7 19:20:19 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:20:20 ---> b2e0e279a799 19:20:20 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 19:20:21 ---> 8f1c056dcbf9 19:20:21 Step 20/27 : COPY --from=builder /app/res/ /res/ 19:20:21 ---> 67e7c3642843 19:20:21 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:20:23 ---> a6bde7d5f923 19:20:23 Step 22/27 : EXPOSE 48095 19:20:23 ---> Running in 216ab3b43c2b 19:20:23 Removing intermediate container 216ab3b43c2b 19:20:23 ---> a936d3c5e2c2 19:20:23 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 19:20:23 ---> Running in 1d9417e14ccf 19:20:24 Removing intermediate container 1d9417e14ccf 19:20:24 ---> ee48b209a2d0 19:20:24 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:24 ---> Running in 1e6b8748375e 19:20:24 Removing intermediate container 1e6b8748375e 19:20:24 ---> 63f1843987a6 19:20:24 Step 25/27 : LABEL arch=arm64 19:20:24 ---> Running in e5933f5c2c52 19:20:25 Removing intermediate container e5933f5c2c52 19:20:25 ---> b5f3b889c096 19:20:25 Step 26/27 : LABEL git_sha=a4c663ab72e1e6f64242e087497a9e42eb880476 19:20:25 ---> Running in a6880b767f81 19:20:25 Removing intermediate container a6880b767f81 19:20:25 ---> 37c20cf6b3d9 19:20:25 Step 27/27 : LABEL version=2.0.0-dev.20 19:20:26 ---> Running in e6c18d173e51 19:20:26 Removing intermediate container e6c18d173e51 19:20:26 ---> 0449a6438e6f 19:20:26 [Warning] One or more build-args [ARCH] were not consumed 19:20:26 Successfully built 0449a6438e6f 19:20:26 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 19:20:27 provisioning config files... 19:20:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config7285738752861203177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:20:27 ---> docker-login.sh 19:20:27 nexus3.edgexfoundry.org:10001 19:20:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:28 Configure a credential helper to remove this warning. See 19:20:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:28 19:20:28 Login Succeeded 19:20:28 nexus3.edgexfoundry.org:10002 19:20:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:28 Configure a credential helper to remove this warning. See 19:20:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:28 19:20:28 Login Succeeded 19:20:28 nexus3.edgexfoundry.org:10003 19:20:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:29 Configure a credential helper to remove this warning. See 19:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:29 19:20:29 Login Succeeded 19:20:29 nexus3.edgexfoundry.org:10004 19:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:29 Configure a credential helper to remove this warning. See 19:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:29 19:20:29 Login Succeeded 19:20:29 docker.io 19:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:30 Configure a credential helper to remove this warning. See 19:20:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:30 19:20:30 Login Succeeded 19:20:30 ---> docker-login.sh ends [Pipeline] } 19:20:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:20:30 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 19:20:30 a4c663ab72e1e6f64242e087497a9e42eb880476 19:20:30 latest 19:20:30 2.0.0-dev.20 19:20:30 a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 19:20:30 master 19:20:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:31 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] isUnix [Pipeline] sh 19:20:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476 19:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:20:31 410f9c945245: Preparing 19:20:31 2ba892034879: Preparing 19:20:31 04e6f01906f5: Preparing 19:20:31 c05cba3ee564: Preparing 19:20:31 ec5a8d28fded: Preparing 19:20:31 02a88cfff88f: Preparing 19:20:31 02a88cfff88f: Waiting 19:20:31 c05cba3ee564: Pushed 19:20:31 04e6f01906f5: Pushed 19:20:31 2ba892034879: Pushed 19:20:31 02a88cfff88f: Layer already exists 19:20:32 ec5a8d28fded: Pushed 19:20:35 410f9c945245: Pushed 19:20:35 a4c663ab72e1e6f64242e087497a9e42eb880476: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:20:35 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:20:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 19:20:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:20:36 410f9c945245: Preparing 19:20:36 2ba892034879: Preparing 19:20:36 04e6f01906f5: Preparing 19:20:36 c05cba3ee564: Preparing 19:20:36 ec5a8d28fded: Preparing 19:20:36 02a88cfff88f: Preparing 19:20:36 02a88cfff88f: Waiting 19:20:36 410f9c945245: Layer already exists 19:20:36 2ba892034879: Layer already exists 19:20:36 c05cba3ee564: Layer already exists 19:20:36 ec5a8d28fded: Layer already exists 19:20:36 04e6f01906f5: Layer already exists 19:20:36 02a88cfff88f: Layer already exists 19:20:36 latest: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:20:36 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 19:20:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 19:20:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:20:36 410f9c945245: Preparing 19:20:36 2ba892034879: Preparing 19:20:36 04e6f01906f5: Preparing 19:20:36 c05cba3ee564: Preparing 19:20:36 ec5a8d28fded: Preparing 19:20:36 02a88cfff88f: Preparing 19:20:36 02a88cfff88f: Waiting 19:20:37 410f9c945245: Layer already exists 19:20:37 2ba892034879: Layer already exists 19:20:37 c05cba3ee564: Layer already exists 19:20:37 04e6f01906f5: Layer already exists 19:20:37 ec5a8d28fded: Layer already exists 19:20:37 02a88cfff88f: Layer already exists 19:20:37 2.0.0-dev.20: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:20:37 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 19:20:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 19:20:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:20:37 410f9c945245: Preparing 19:20:37 2ba892034879: Preparing 19:20:37 04e6f01906f5: Preparing 19:20:37 c05cba3ee564: Preparing 19:20:37 ec5a8d28fded: Preparing 19:20:37 02a88cfff88f: Preparing 19:20:37 02a88cfff88f: Waiting 19:20:37 410f9c945245: Layer already exists 19:20:37 04e6f01906f5: Layer already exists 19:20:38 ec5a8d28fded: Layer already exists 19:20:38 c05cba3ee564: Layer already exists 19:20:38 2ba892034879: Layer already exists 19:20:38 02a88cfff88f: Layer already exists 19:20:38 a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:20:38 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 19:20:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 19:20:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:20:38 410f9c945245: Preparing 19:20:38 2ba892034879: Preparing 19:20:38 04e6f01906f5: Preparing 19:20:38 c05cba3ee564: Preparing 19:20:38 ec5a8d28fded: Preparing 19:20:38 02a88cfff88f: Preparing 19:20:38 02a88cfff88f: Waiting 19:20:38 410f9c945245: Layer already exists 19:20:39 ec5a8d28fded: Layer already exists 19:20:39 c05cba3ee564: Layer already exists 19:20:39 2ba892034879: Layer already exists 19:20:39 04e6f01906f5: Layer already exists 19:20:39 02a88cfff88f: Layer already exists 19:20:39 master: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:20:39 ===================================================== [Pipeline] echo 19:20:39 taggedImages: 19:20:39 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476 19:20:39 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 19:20:39 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 19:20:39 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 19:20:39 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:20:40 ---> job-cost.sh 19:20:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EadQ 19:21:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:23:25 lf-activate-venv(): INFO: Adding /tmp/venv-EadQ/bin to PATH 19:23:25 INFO: No Stack... 19:23:25 INFO: Retrieving Pricing Info for: lf-standard-4 19:23:25 INFO: Archiving Costs [Pipeline] sh 19:23:26 + cat /w/workspace/app-service-configurable/90/archives/cost.csv 19:23:26 + cut -d, -f6 [Pipeline] lock 19:23:26 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] 19:23:26 Resource [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] did not exist. Created. 19:23:26 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:23:26 /w/workspace/app-service-configurable/90@tmp/durable-1e600993/script.sh: 1: /w/workspace/app-service-configurable/90@tmp/durable-1e600993/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 19:23:27 + echo total: 0.20999999344348907 [Pipeline] stash 19:23:27 Warning: overwriting stash ‘stack-cost’ 19:23:27 Stashed 1 file(s) [Pipeline] } 19:23:27 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:23:29 provisioning config files... 19:23:29 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8155383356185990923tmp [Pipeline] { [Pipeline] sh 19:23:29 + set +x 19:23:29 + curl -s https://codecov.io/bash 19:23:29 + bash -s -- 19:23:29 19:23:29 _____ _ 19:23:29 / ____| | | 19:23:29 | | ___ __| | ___ ___ _____ __ 19:23:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:23:29 | |___| (_) | (_| | __/ (_| (_) \ V / 19:23:29 \_____\___/ \__,_|\___|\___\___/ \_/ 19:23:29 Bash-20210226-7100762 19:23:29 19:23:29 19:23:29 ==> git version 2.24.3 found 19:23:29 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:23:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:23:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:23:29 ==> Jenkins CI detected. 19:23:29 project root: . 19:23:29 --> token set from env 19:23:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:23:29 ==> Running gcov in . (disable via -X gcov) 19:23:29 ==> Python coveragepy not found 19:23:29 ==> Searching for coverage reports in: 19:23:29 + . 19:23:29 -> Found 1 reports 19:23:29 ==> Detecting git/mercurial file structure 19:23:30 ==> Reading reports 19:23:30 + ./coverage.out bytes=10 19:23:30 ==> Appending adjustments 19:23:30 https://docs.codecov.io/docs/fixing-reports 19:23:30 + Found adjustments 19:23:30 ==> Gzipping contents 19:23:30 4.0K /tmp/codecov.YzIYVJ.gz 19:23:30 ==> Uploading reports 19:23:30 url: https://codecov.io 19:23:30 query: branch=master&commit=a4c663ab72e1e6f64242e087497a9e42eb880476&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F90%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:23:30 -> Pinging Codecov 19:23:30 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=a4c663ab72e1e6f64242e087497a9e42eb880476&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F90%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:23:30 -> Uploading to 19:23:30 https://storage.googleapis.com/codecov/v4/raw/2021-03-02/A97CA9966030D2A3747ED39772930CCE/a4c663ab72e1e6f64242e087497a9e42eb880476/fa396d69-5100-4ca7-8d9c-00366e7e8906.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210302T192330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b4ce4dc75c046dbe88c3fbd56805c39924afeae68963acda99623ec6d3c8062b 19:23:30 % Total % Received % Xferd Average Speed Time Time Time Current 19:23:30 Dload Upload Total Spent Left Speed 19:23:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 850 --:--:-- --:--:-- --:--:-- 850 19:23:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] } 19:23:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:23:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:23:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:23:32 19:23:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 19:23:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:23:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:23:33 188c0c94c7c5: Pulling fs layer 19:23:33 0ef7d3d256c8: Pulling fs layer 19:23:33 de9db76c5a1d: Pulling fs layer 19:23:33 0eba1c9be4d2: Pulling fs layer 19:23:33 0d57e429df01: Pulling fs layer 19:23:33 4e4be7b47b0d: Pulling fs layer 19:23:33 e1f770b5df2f: Pulling fs layer 19:23:33 85a0685a4137: Pulling fs layer 19:23:33 0d57e429df01: Waiting 19:23:33 4e4be7b47b0d: Waiting 19:23:33 e1f770b5df2f: Waiting 19:23:33 85a0685a4137: Waiting 19:23:33 de9db76c5a1d: Verifying Checksum 19:23:33 de9db76c5a1d: Download complete 19:23:33 0ef7d3d256c8: Verifying Checksum 19:23:33 0ef7d3d256c8: Download complete 19:23:33 0d57e429df01: Download complete 19:23:33 4e4be7b47b0d: Verifying Checksum 19:23:33 4e4be7b47b0d: Download complete 19:23:33 188c0c94c7c5: Verifying Checksum 19:23:33 188c0c94c7c5: Download complete 19:23:34 188c0c94c7c5: Pull complete 19:23:34 0ef7d3d256c8: Pull complete 19:23:35 e1f770b5df2f: Download complete 19:23:35 de9db76c5a1d: Pull complete 19:23:40 0eba1c9be4d2: Verifying Checksum 19:23:40 0eba1c9be4d2: Download complete 19:23:41 85a0685a4137: Verifying Checksum 19:23:41 85a0685a4137: Download complete 19:23:59 0eba1c9be4d2: Pull complete 19:23:59 0d57e429df01: Pull complete 19:23:59 4e4be7b47b0d: Pull complete 19:24:04 e1f770b5df2f: Pull complete 19:24:19 85a0685a4137: Pull complete 19:24:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 19:24:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:24:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 19:24:20 prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container 19:24:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:24:23 $ docker top 0ab76c2dbe593ac6d1a4c9b5fd8cebf7c495b4c1b007111c945f59c3c41679c3 -eo pid,comm [Pipeline] { [Pipeline] echo 19:24:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:24:24 + set -o pipefail 19:24:24 + snyk monitor '--org=edgex-jenkins' 19:24:46 19:24:46 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 19:24:46 19:24:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/2376bb9e-419c-424b-975f-9cf056ff8e5d 19:24:46 19:24:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:24:46 19:24:46 [Pipeline] } 19:24:46 $ docker stop --time=1 0ab76c2dbe593ac6d1a4c9b5fd8cebf7c495b4c1b007111c945f59c3c41679c3 19:24:50 $ docker rm -f 0ab76c2dbe593ac6d1a4c9b5fd8cebf7c495b4c1b007111c945f59c3c41679c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:24:54 + git log --format=format:%s -1 a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] isUnix [Pipeline] sh 19:24:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:24:54 . [Pipeline] withDockerContainer 19:24:54 prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container 19:24:54 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:24:56 $ docker top e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:24:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:24:57 [ssh-agent] Looking for ssh-agent implementation... 19:24:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:24:59 $ docker exec e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c ssh-agent 19:24:59 SSH_AUTH_SOCK=/tmp/ssh-oMtxEZRPlH5g/agent.11 19:24:59 SSH_AGENT_PID=17 19:24:59 Running ssh-add (command line suppressed) 19:24:59 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4100520392843078368.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4100520392843078368.key) 19:24:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:25:00 + git semver tag 19:25:00 # -> Open(): unable to determine branch for HEAD 19:25:00 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:25:00 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:25:00 # $SEMVER_REMOTE_NAME = origin 19:25:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:25:00 # $SEMVER_USER_NAME = edgex-jenkins 19:25:00 # $SEMVER_BRANCH = master 19:25:00 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 19:25:00 # a4c663ab72e1e6f64242e087497a9e42eb880476 HEAD 19:25:00 # -> Force: false 19:25:00 # 99924618ccef13bd691b871ac07f373374e82ad8 refs/tags/v2.0.0-dev.20 [Pipeline] } 19:25:00 $ docker exec --env ******** --env ******** e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c ssh-agent -k 19:25:01 unset SSH_AUTH_SOCK; 19:25:01 unset SSH_AGENT_PID; 19:25:01 echo Agent pid 17 killed; 19:25:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:25:03 + git semver [Pipeline] } 19:25:03 $ docker stop --time=1 e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c 19:25:06 $ docker rm -f e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:25:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:25:06 19:25:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:25:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:25:07 0.23.1-centos7: Pulling from edgex-lftools 19:25:07 ab5ef0e58194: Pulling fs layer 19:25:07 9712f1f96733: Pulling fs layer 19:25:07 63f879dbbcfc: Pulling fs layer 19:25:07 0d9ebad4ef96: Pulling fs layer 19:25:07 e9a5061849ea: Pulling fs layer 19:25:07 d747dcd14b5f: Pulling fs layer 19:25:07 2de7ff778b66: Pulling fs layer 19:25:07 0d9ebad4ef96: Waiting 19:25:07 e9a5061849ea: Waiting 19:25:07 d747dcd14b5f: Waiting 19:25:07 2de7ff778b66: Waiting 19:25:07 9712f1f96733: Verifying Checksum 19:25:07 9712f1f96733: Download complete 19:25:09 63f879dbbcfc: Verifying Checksum 19:25:09 63f879dbbcfc: Download complete 19:25:09 e9a5061849ea: Verifying Checksum 19:25:09 e9a5061849ea: Download complete 19:25:09 d747dcd14b5f: Verifying Checksum 19:25:09 d747dcd14b5f: Download complete 19:25:10 2de7ff778b66: Verifying Checksum 19:25:10 2de7ff778b66: Download complete 19:25:10 0d9ebad4ef96: Verifying Checksum 19:25:10 0d9ebad4ef96: Download complete 19:25:11 ab5ef0e58194: Verifying Checksum 19:25:11 ab5ef0e58194: Download complete 19:25:26 ab5ef0e58194: Pull complete 19:25:26 9712f1f96733: Pull complete 19:25:29 63f879dbbcfc: Pull complete 19:25:47 0d9ebad4ef96: Pull complete 19:25:48 e9a5061849ea: Pull complete 19:25:49 d747dcd14b5f: Pull complete 19:25:56 2de7ff778b66: Pull complete 19:25:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:25:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:25:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:25:57 prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container 19:25:57 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:26:02 $ docker top 2dd9e832eff7b7aa13549a730e697c76501bf42fe8732bb9b0a78b1ff532ca9f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:26:03 provisioning config files... 19:26:03 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config60508084557411029tmp 19:26:03 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7814354388153705176tmp 19:26:03 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7204641661037953717tmp [Pipeline] { [Pipeline] echo 19:26:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:26:04 ---> sigul-configuration.sh 19:26:05 gpg: directory `/root/.gnupg' created 19:26:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:26:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:26:05 gpg: keyring `/root/.gnupg/secring.gpg' created 19:26:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:26:05 gpg: CAST5 encrypted data 19:26:05 gpg: encrypted with 1 passphrase 19:26:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:26:06 + mkdir /home/jenkins 19:26:06 + mkdir /home/jenkins/sigul [Pipeline] sh 19:26:07 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 19:26:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:26:07 ---> sigul-install.sh 19:26:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:26:21 + git tag --list 19:26:21 v1.0.0 19:26:21 v1.1.0 19:26:21 v1.2.0 19:26:21 v1.3.0 19:26:21 v1.3.1 19:26:21 v1.3.1-dev.1 19:26:21 v1.3.1-dev.2 19:26:21 v1.3.1-dev.3 19:26:21 v2.0.0-dev.1 19:26:21 v2.0.0-dev.10 19:26:21 v2.0.0-dev.11 19:26:21 v2.0.0-dev.12 19:26:21 v2.0.0-dev.13 19:26:21 v2.0.0-dev.14 19:26:21 v2.0.0-dev.15 19:26:21 v2.0.0-dev.16 19:26:21 v2.0.0-dev.17 19:26:21 v2.0.0-dev.18 19:26:21 v2.0.0-dev.19 19:26:21 v2.0.0-dev.2 19:26:21 v2.0.0-dev.20 19:26:21 v2.0.0-dev.3 19:26:21 v2.0.0-dev.4 19:26:21 v2.0.0-dev.5 19:26:21 v2.0.0-dev.6 19:26:21 v2.0.0-dev.7 19:26:21 v2.0.0-dev.8 19:26:21 v2.0.0-dev.9 [Pipeline] sh 19:26:21 + lftools sign git-tag v2.0.0-dev.20 19:26:25 Signing Git tag with Sigul... 19:26:25 Signing v2.0.0-dev.20 [Pipeline] echo 19:26:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:26:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:26:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:26:27 $ docker stop --time=1 2dd9e832eff7b7aa13549a730e697c76501bf42fe8732bb9b0a78b1ff532ca9f 19:26:29 $ docker rm -f 2dd9e832eff7b7aa13549a730e697c76501bf42fe8732bb9b0a78b1ff532ca9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:26:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:26:31 . [Pipeline] withDockerContainer 19:26:32 prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container 19:26:32 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:26:35 $ docker top 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:26:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:26:36 [ssh-agent] Looking for ssh-agent implementation... 19:26:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:26:36 $ docker exec 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f ssh-agent 19:26:36 SSH_AUTH_SOCK=/tmp/ssh-eZLyRWsedl4E/agent.11 19:26:36 SSH_AGENT_PID=17 19:26:36 Running ssh-add (command line suppressed) 19:26:37 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2756808991150224441.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2756808991150224441.key) 19:26:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:26:37 + git semver bump pre 19:26:37 # -> Open(): unable to determine branch for HEAD 19:26:37 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:26:37 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:26:37 # $SEMVER_REMOTE_NAME = origin 19:26:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:26:37 # $SEMVER_USER_NAME = edgex-jenkins 19:26:37 # $SEMVER_BRANCH = master 19:26:37 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 19:26:37 2.0.0-dev.21 [Pipeline] } 19:26:37 $ docker exec --env ******** --env ******** 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f ssh-agent -k 19:26:38 unset SSH_AUTH_SOCK; 19:26:38 unset SSH_AGENT_PID; 19:26:38 echo Agent pid 17 killed; 19:26:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:26:40 + git semver [Pipeline] } 19:26:40 $ docker stop --time=1 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f 19:26:42 $ docker rm -f 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:26:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:26:43 . [Pipeline] withDockerContainer 19:26:44 prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container 19:26:44 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:26:46 $ docker top cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:26:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:26:47 [ssh-agent] Looking for ssh-agent implementation... 19:26:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:26:47 $ docker exec cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 ssh-agent 19:26:47 SSH_AUTH_SOCK=/tmp/ssh-PdZqV7scFsN3/agent.11 19:26:47 SSH_AGENT_PID=16 19:26:47 Running ssh-add (command line suppressed) 19:26:48 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4934476685865744526.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4934476685865744526.key) 19:26:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:26:49 + git semver push 19:26:49 # -> Open(): unable to determine branch for HEAD 19:26:49 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:26:49 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:26:49 # $SEMVER_REMOTE_NAME = origin 19:26:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:26:49 # $SEMVER_USER_NAME = edgex-jenkins 19:26:49 # $SEMVER_BRANCH = master 19:26:49 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 19:26:57 $ docker exec --env ******** --env ******** cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 ssh-agent -k 19:26:58 unset SSH_AUTH_SOCK; 19:26:58 unset SSH_AGENT_PID; 19:26:58 echo Agent pid 16 killed; 19:26:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:26:59 + git semver [Pipeline] } 19:26:59 $ docker stop --time=1 cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 19:27:01 $ docker rm -f cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:27:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:27:05 ---> package-listing.sh 19:27:05 ++ tr '[:upper:]' '[:lower:]' 19:27:05 ++ facter osfamily 19:27:06 + OS_FAMILY=redhat 19:27:06 + workspace=/w/workspace/_app-service-configurable_master 19:27:06 + START_PACKAGES=/tmp/packages_start.txt 19:27:06 + END_PACKAGES=/tmp/packages_end.txt 19:27:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:27:06 + PACKAGES=/tmp/packages_start.txt 19:27:06 + '[' /w/workspace/_app-service-configurable_master ']' 19:27:06 + PACKAGES=/tmp/packages_end.txt 19:27:06 + case "${OS_FAMILY}" in 19:27:06 + rpm -qa 19:27:06 + sort 19:27:18 + '[' -f /tmp/packages_start.txt ']' 19:27:18 + '[' -f /tmp/packages_end.txt ']' 19:27:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:27:18 + '[' /w/workspace/_app-service-configurable_master ']' 19:27:18 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 19:27:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 19:27:18 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 19:27:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:27:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:27:20 19:27:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:27:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:27:21 alpine: Pulling from edgex-lftools-log-publisher 19:27:21 df20fa9351a1: Pulling fs layer 19:27:21 36b3adc4ff6f: Pulling fs layer 19:27:21 8ad3a11d3b57: Pulling fs layer 19:27:21 46f8f816bc3b: Pulling fs layer 19:27:21 93b61091891f: Pulling fs layer 19:27:21 93b9cdb0e59b: Pulling fs layer 19:27:21 5e14af77c1be: Pulling fs layer 19:27:21 01666e4c0597: Pulling fs layer 19:27:21 aa168da1d23b: Pulling fs layer 19:27:21 46f8f816bc3b: Waiting 19:27:21 93b61091891f: Waiting 19:27:21 93b9cdb0e59b: Waiting 19:27:21 5e14af77c1be: Waiting 19:27:21 01666e4c0597: Waiting 19:27:21 aa168da1d23b: Waiting 19:27:21 36b3adc4ff6f: Verifying Checksum 19:27:21 36b3adc4ff6f: Download complete 19:27:21 46f8f816bc3b: Verifying Checksum 19:27:21 46f8f816bc3b: Download complete 19:27:21 df20fa9351a1: Verifying Checksum 19:27:21 df20fa9351a1: Download complete 19:27:21 93b9cdb0e59b: Verifying Checksum 19:27:21 93b9cdb0e59b: Download complete 19:27:21 5e14af77c1be: Verifying Checksum 19:27:21 5e14af77c1be: Download complete 19:27:22 01666e4c0597: Verifying Checksum 19:27:22 01666e4c0597: Download complete 19:27:22 8ad3a11d3b57: Verifying Checksum 19:27:22 8ad3a11d3b57: Download complete 19:27:22 93b61091891f: Verifying Checksum 19:27:22 93b61091891f: Download complete 19:27:22 df20fa9351a1: Pull complete 19:27:23 36b3adc4ff6f: Pull complete 19:27:26 aa168da1d23b: Verifying Checksum 19:27:26 aa168da1d23b: Download complete 19:27:26 8ad3a11d3b57: Pull complete 19:27:27 46f8f816bc3b: Pull complete 19:27:29 93b61091891f: Pull complete 19:27:29 93b9cdb0e59b: Pull complete 19:27:30 5e14af77c1be: Pull complete 19:27:30 01666e4c0597: Pull complete 19:27:53 aa168da1d23b: Pull complete 19:27:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:27:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:27:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:27:53 prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container 19:27:53 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:27:59 $ docker top b4c0b9f142296af5fec280a81249683e30bb3dee48be70affbbc246c455dcf45 -eo pid,comm [Pipeline] { [Pipeline] sh 19:28:00 + touch /tmp/pre-build-complete [Pipeline] sh 19:28:01 + mkdir -p /var/log/sa [Pipeline] sh 19:28:02 + ls /var/log/sa-host 19:28:02 + sadf -c /var/log/sa-host/sa02 19:28:02 file_magic: OK 19:28:02 HZ: Using current value: 100 19:28:02 file_header: OK 19:28:02 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 19:28:02 Statistics: 19:28:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:28:02 File successfully converted to sysstat format version 12.2.1 19:28:02 + sadf -c /var/log/sa-host/sa23 19:28:02 file_magic: OK 19:28:02 HZ: Using current value: 100 19:28:02 file_header: OK 19:28:02 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 19:28:02 Statistics: 19:28:02 Hnuu...uuuununununu... 19:28:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:03 provisioning config files... 19:28:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2540298977108396698tmp [Pipeline] { [Pipeline] echo 19:28:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:28:04 ---> create-netrc.sh [Pipeline] } 19:28:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:28:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:28:04 ---> python-tools-install.sh [Pipeline] echo 19:28:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:28:04 ---> sudo-logs.sh 19:28:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:28:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:28:05 ---> job-cost.sh 19:28:05 lf-activate-venv: SKIPPING 19:28:05 DEBUG: total: 0.20999999344348907 19:28:05 INFO: Retrieving Stack Cost... 19:28:06 INFO: Retrieving Pricing Info for: v1-standard-2 19:28:06 INFO: Archiving Costs [Pipeline] echo 19:28:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:28:07 ---> logs-deploy.sh 19:28:07 lf-activate-venv: SKIPPING 19:28:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/90 19:28:07 INFO: archiving workspace using pattern(s): 19:28:09 Archives upload complete. 19:28:09 INFO: archiving logs to Nexus 19:28:11 ---> uname -a: 19:28:11 Linux prd-centos7-docker-4c-2g-28265.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:28:11 19:28:11 19:28:11 ---> lscpu: 19:28:11 Architecture: x86_64 19:28:11 CPU op-mode(s): 32-bit, 64-bit 19:28:11 Byte Order: Little Endian 19:28:11 Address sizes: 40 bits physical, 48 bits virtual 19:28:11 CPU(s): 4 19:28:11 On-line CPU(s) list: 0-3 19:28:11 Thread(s) per core: 1 19:28:11 Core(s) per socket: 1 19:28:11 Socket(s): 4 19:28:11 NUMA node(s): 1 19:28:11 Vendor ID: GenuineIntel 19:28:11 CPU family: 6 19:28:11 Model: 44 19:28:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:28:11 Stepping: 1 19:28:11 CPU MHz: 2933.438 19:28:11 BogoMIPS: 5866.87 19:28:11 Virtualization: VT-x 19:28:11 Hypervisor vendor: KVM 19:28:11 Virtualization type: full 19:28:11 L1d cache: 128 KiB 19:28:11 L1i cache: 128 KiB 19:28:11 L2 cache: 16 MiB 19:28:11 L3 cache: 64 MiB 19:28:11 NUMA node0 CPU(s): 0-3 19:28:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:28:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:28:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:28:11 Vulnerability Meltdown: Mitigation; PTI 19:28:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:28:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:28:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:28:11 Vulnerability Srbds: Not affected 19:28:11 Vulnerability Tsx async abort: Not affected 19:28:11 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 19:28:11 19:28:11 19:28:11 ---> nproc: 19:28:11 4 19:28:11 19:28:11 19:28:11 ---> df -h: 19:28:11 Filesystem Size Used Available Use% Mounted on 19:28:11 overlay 50.0G 8.2G 41.8G 16% / 19:28:11 tmpfs 64.0M 0 64.0M 0% /dev 19:28:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:28:11 shm 64.0M 0 64.0M 0% /dev/shm 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master 19:28:11 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp 19:28:11 19:28:11 19:28:11 ---> free -m: 19:28:11 total used free shared buff/cache available 19:28:11 Mem: 1837 860 153 0 823 909 19:28:11 Swap: 1023 4 1019 19:28:11 19:28:11 19:28:11 ---> ip addr: 19:28:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:28:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:28:11 inet 127.0.0.1/8 scope host lo 19:28:11 valid_lft forever preferred_lft forever 19:28:11 inet6 ::1/128 scope host 19:28:11 valid_lft forever preferred_lft forever 19:28:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:28:11 link/ether fa:16:3e:bc:30:80 brd ff:ff:ff:ff:ff:ff 19:28:11 inet 10.30.123.10/23 brd 10.30.123.255 scope global dynamic eth0 19:28:11 valid_lft 85458sec preferred_lft 85458sec 19:28:11 inet6 fe80::f816:3eff:febc:3080/64 scope link 19:28:11 valid_lft forever preferred_lft forever 19:28:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:28:11 link/ether 02:42:34:66:c9:5b brd ff:ff:ff:ff:ff:ff 19:28:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:28:11 valid_lft forever preferred_lft forever 19:28:11 inet6 fe80::42:34ff:fe66:c95b/64 scope link 19:28:11 valid_lft forever preferred_lft forever 19:28:11 19:28:11 19:28:11 ---> sar -b -r -n DEV: 19:28:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/02/21 _x86_64_ (4 CPU) 19:28:11 19:28:11 19:12:14 LINUX RESTART (4 CPU) 19:28:11 19:28:11 19:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:28:11 19:14:03 116.91 68.00 48.91 0.00 4303.05 35545.02 0.00 19:28:11 19:15:01 46.88 13.16 33.71 0.00 4853.14 2246.10 0.00 19:28:11 19:16:02 2.52 0.00 2.52 0.00 0.00 52.69 0.00 19:28:11 19:17:01 0.46 0.00 0.46 0.00 0.00 6.59 0.00 19:28:11 19:18:01 0.23 0.00 0.23 0.00 0.00 3.36 0.00 19:28:11 19:19:02 0.31 0.00 0.31 0.00 0.00 4.16 0.00 19:28:11 19:20:01 0.29 0.00 0.29 0.00 0.00 3.25 0.00 19:28:11 19:21:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 19:28:11 19:22:01 0.18 0.00 0.18 0.00 0.00 2.03 0.00 19:28:11 19:23:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 19:28:11 19:24:01 64.60 21.20 43.41 0.00 1424.59 17456.73 0.00 19:28:11 19:25:02 255.97 174.36 81.61 0.00 7999.60 18966.02 0.00 19:28:11 19:26:02 168.83 33.01 135.82 0.00 1985.71 29430.25 0.00 19:28:11 19:27:01 54.24 36.08 18.16 0.00 2077.51 4081.81 0.00 19:28:11 19:28:01 146.84 61.34 85.50 0.00 5560.72 19141.80 0.00 19:28:11 Average: 57.58 27.39 30.19 0.00 1886.15 8557.17 0.00 19:28:11 19:28:11 19:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:28:11 19:14:03 116588 0 535916 28.48 2620 1226420 1056544 36.06 330508 1237928 8 19:28:11 19:15:01 166724 0 586448 31.17 2620 1125752 1170464 39.95 400076 1114728 132 19:28:11 19:16:02 181728 0 571436 30.37 2620 1125760 1070348 36.53 397444 1105460 20 19:28:11 19:17:01 178640 0 574524 30.53 2620 1125760 1070636 36.54 396676 1108936 8 19:28:11 19:18:01 178196 0 574964 30.56 2620 1125764 1070724 36.54 401592 1104488 8 19:28:11 19:19:02 179576 0 573576 30.48 2620 1125772 1070496 36.53 427852 1077292 16 19:28:11 19:20:01 180340 0 572812 30.44 2620 1125772 1070412 36.53 427408 1077216 16 19:28:11 19:21:01 180136 0 573008 30.45 2620 1125780 1070448 36.53 427468 1077216 8 19:28:11 19:22:01 180340 0 572800 30.44 2620 1125784 1070412 36.53 427296 1077216 8 19:28:11 19:23:01 180316 0 572816 30.44 2620 1125792 1070412 36.53 427300 1077220 8 19:28:11 19:24:01 84460 0 700604 37.24 2620 1093860 1514332 51.68 499152 1059612 87104 19:28:11 19:25:02 181576 0 735044 39.07 2620 962304 1476712 50.40 571296 877544 60 19:28:11 19:26:02 164336 0 798484 42.44 1992 916732 1313848 44.84 500616 881132 40 19:28:11 19:27:01 227684 0 827388 43.97 1624 824848 1332636 45.48 556588 757604 16 19:28:11 19:28:01 201320 0 849424 45.15 1524 829276 1400204 47.79 527832 786016 48 19:28:11 Average: 172131 0 641283 34.08 2439 1065692 1188575 40.56 447940 1027974 5833 19:28:11 19:28:11 19:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:28:11 19:14:03 eth0 215.30 122.76 553.53 43.82 0.00 0.00 0.00 0.00 19:28:11 19:14:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:14:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:15:01 eth0 109.05 88.92 492.14 46.12 0.00 0.00 0.00 0.00 19:28:11 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:15:01 docker0 2.31 1.82 0.48 4.66 0.00 0.00 0.00 0.00 19:28:11 19:16:02 eth0 0.51 0.00 0.04 0.00 0.00 0.00 0.00 0.00 19:28:11 19:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:17:01 eth0 1.05 0.36 0.34 0.17 0.00 0.00 0.00 0.00 19:28:11 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:18:01 eth0 1.65 1.16 3.10 0.25 0.00 0.00 0.00 0.00 19:28:11 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:19:02 eth0 0.23 0.17 0.08 0.10 0.00 0.00 0.00 0.00 19:28:11 19:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:20:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:28:11 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:21:01 eth0 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 19:28:11 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:28:11 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:28:11 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:24:01 eth0 391.86 307.69 4050.47 26.66 0.00 0.00 0.00 0.00 19:28:11 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:25:02 eth0 76.90 71.00 262.19 49.44 0.00 0.00 0.00 0.00 19:28:11 19:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:25:02 veth97e11bb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:28:11 19:25:02 docker0 44.64 45.75 4.00 232.94 0.00 0.00 0.00 0.00 19:28:11 19:26:02 eth0 349.47 306.54 3223.76 40.44 0.00 0.00 0.00 0.00 19:28:11 19:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:26:02 veth985e80b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:27:01 eth0 147.06 92.20 279.17 71.33 0.00 0.00 0.00 0.00 19:28:11 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:27:01 docker0 40.13 67.72 2.38 224.81 0.00 0.00 0.00 0.00 19:28:11 19:28:01 eth0 212.06 177.87 2174.56 23.45 0.00 0.00 0.00 0.00 19:28:11 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 Average: eth0 100.69 78.08 737.38 20.10 0.00 0.00 0.00 0.00 19:28:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:11 Average: docker0 5.79 7.65 0.46 30.78 0.00 0.00 0.00 0.00 19:28:11 19:28:11 19:28:11 ---> sar -P ALL: 19:28:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/02/21 _x86_64_ (4 CPU) 19:28:11 19:28:11 19:12:14 LINUX RESTART (4 CPU) 19:28:11 19:28:11 19:13:01 CPU %user %nice %system %iowait %steal %idle 19:28:11 19:14:03 all 10.50 0.00 6.24 16.49 35.49 31.27 19:28:11 19:14:03 0 8.87 0.00 9.08 16.56 37.14 28.35 19:28:11 19:14:03 1 10.60 0.00 5.25 13.43 34.88 35.83 19:28:11 19:14:03 2 12.61 0.00 5.28 19.99 33.74 28.38 19:28:11 19:14:03 3 9.87 0.00 5.43 16.00 36.24 32.45 19:28:11 19:15:01 all 3.45 0.00 2.75 1.43 13.31 79.07 19:28:11 19:15:01 0 2.58 0.00 2.96 1.27 14.14 79.05 19:28:11 19:15:01 1 4.09 0.00 1.76 1.11 13.84 79.20 19:28:11 19:15:01 2 2.87 0.00 2.89 0.54 13.15 80.55 19:28:11 19:15:01 3 4.26 0.00 3.40 2.81 12.07 77.46 19:28:11 19:16:02 all 0.08 0.00 0.09 0.00 4.39 95.45 19:28:11 19:16:02 0 0.03 0.00 0.10 0.00 3.67 96.20 19:28:11 19:16:02 1 0.13 0.00 0.08 0.00 5.07 94.72 19:28:11 19:16:02 2 0.13 0.00 0.10 0.00 6.11 93.66 19:28:11 19:16:02 3 0.02 0.00 0.07 0.00 2.65 97.27 19:28:11 19:17:01 all 0.05 0.00 0.19 0.00 4.91 94.85 19:28:11 19:17:01 0 0.10 0.00 0.03 0.00 5.22 94.65 19:28:11 19:17:01 1 0.03 0.00 0.46 0.00 5.41 94.09 19:28:11 19:17:01 2 0.05 0.00 0.10 0.00 5.37 94.48 19:28:11 19:17:01 3 0.03 0.00 0.18 0.00 3.60 96.18 19:28:11 19:18:01 all 0.06 0.00 0.02 0.00 4.62 95.29 19:28:11 19:18:01 0 0.05 0.00 0.00 0.00 4.46 95.49 19:28:11 19:18:01 1 0.03 0.00 0.02 0.00 4.75 95.21 19:28:11 19:18:01 2 0.05 0.00 0.06 0.00 6.36 93.53 19:28:11 19:18:01 3 0.13 0.00 0.02 0.00 2.89 96.97 19:28:11 19:19:02 all 0.11 0.00 0.11 0.00 3.69 96.08 19:28:11 19:19:02 0 0.03 0.00 0.13 0.00 2.82 97.02 19:28:11 19:19:02 1 0.34 0.00 0.21 0.00 4.71 94.74 19:28:11 19:19:02 2 0.05 0.00 0.05 0.00 4.32 95.58 19:28:11 19:19:02 3 0.03 0.00 0.05 0.00 2.91 97.01 19:28:11 19:20:01 all 0.07 0.00 0.03 0.00 0.41 99.49 19:28:11 19:20:01 0 0.20 0.00 0.03 0.00 0.15 99.61 19:28:11 19:20:01 1 0.02 0.00 0.05 0.00 0.93 99.01 19:28:11 19:20:01 2 0.03 0.00 0.02 0.00 0.37 99.58 19:28:11 19:20:01 3 0.03 0.00 0.02 0.00 0.17 99.78 19:28:11 19:21:01 all 0.09 0.00 0.03 0.00 0.27 99.60 19:28:11 19:21:01 0 0.23 0.00 0.05 0.00 0.13 99.58 19:28:11 19:21:01 1 0.03 0.00 0.03 0.00 0.13 99.80 19:28:11 19:21:01 2 0.05 0.00 0.03 0.00 0.38 99.53 19:28:11 19:21:01 3 0.05 0.00 0.02 0.00 0.45 99.48 19:28:11 19:22:01 all 0.09 0.00 0.02 0.00 0.11 99.77 19:28:11 19:22:01 0 0.30 0.00 0.02 0.00 0.07 99.62 19:28:11 19:22:01 1 0.02 0.00 0.02 0.00 0.17 99.80 19:28:11 19:22:01 2 0.03 0.00 0.02 0.00 0.07 99.88 19:28:11 19:22:01 3 0.02 0.00 0.03 0.00 0.15 99.80 19:28:11 19:23:01 all 0.12 0.00 0.02 0.00 0.11 99.75 19:28:11 19:23:01 0 0.38 0.00 0.03 0.00 0.07 99.52 19:28:11 19:23:01 1 0.02 0.00 0.02 0.00 0.05 99.92 19:28:11 19:23:01 2 0.03 0.00 0.02 0.00 0.13 99.82 19:28:11 19:23:01 3 0.03 0.00 0.03 0.00 0.20 99.73 19:28:11 19:24:01 all 2.55 0.00 2.56 0.67 19.31 74.91 19:28:11 19:24:01 0 3.14 0.00 3.20 0.51 20.63 72.52 19:28:11 19:24:01 1 2.42 0.00 1.71 0.90 18.48 76.48 19:28:11 19:24:01 2 2.28 0.00 3.03 0.90 18.62 75.17 19:28:11 19:24:01 3 2.37 0.00 2.30 0.37 19.53 75.44 19:28:11 19:28:11 19:24:01 CPU %user %nice %system %iowait %steal %idle 19:28:11 19:25:02 all 3.96 0.00 4.30 6.39 27.18 58.17 19:28:11 19:25:02 0 4.47 0.00 4.60 6.04 28.04 56.85 19:28:11 19:25:02 1 3.44 0.00 3.70 5.40 27.59 59.87 19:28:11 19:25:02 2 3.89 0.00 4.22 7.77 26.22 57.89 19:28:11 19:25:02 3 4.04 0.00 4.68 6.34 26.86 58.08 19:28:11 19:26:02 all 4.63 0.00 6.00 1.42 34.04 53.92 19:28:11 19:26:02 0 4.39 0.00 5.94 1.30 34.86 53.51 19:28:11 19:26:02 1 4.67 0.00 6.05 1.20 34.32 53.76 19:28:11 19:26:02 2 5.09 0.00 5.28 1.24 33.57 54.83 19:28:11 19:26:02 3 4.35 0.00 6.74 1.94 33.40 53.56 19:28:11 19:27:01 all 3.79 0.00 4.71 3.09 20.74 67.67 19:28:11 19:27:01 0 2.22 0.00 3.67 5.04 23.24 65.83 19:28:11 19:27:01 1 4.96 0.00 5.64 4.28 19.48 65.65 19:28:11 19:27:01 2 4.72 0.00 4.13 1.05 19.65 70.44 19:28:11 19:27:01 3 3.34 0.00 5.46 1.87 20.49 68.85 19:28:11 19:28:01 all 3.81 0.00 4.64 3.91 25.74 61.91 19:28:11 19:28:01 0 3.19 0.00 3.63 4.32 26.42 62.45 19:28:11 19:28:01 1 3.39 0.00 4.80 2.86 26.51 62.44 19:28:11 19:28:01 2 3.41 0.00 5.50 1.89 24.27 64.92 19:28:11 19:28:01 3 5.26 0.00 4.66 6.60 25.72 57.75 19:28:11 Average: all 2.36 0.00 2.24 2.40 13.68 79.31 19:28:11 Average: 0 2.13 0.00 2.38 2.51 14.20 78.78 19:28:11 Average: 1 2.42 0.00 2.11 2.09 13.82 79.55 19:28:11 Average: 2 2.51 0.00 2.16 2.42 13.48 79.43 19:28:11 Average: 3 2.40 0.00 2.33 2.58 13.21 79.48 19:28:11 19:28:11 19:28:11